* lisp/gnus/nnimap.el (nnimap-keepalive): Don't throw an error if there's no
[emacs.git] / lisp / gnus / ChangeLog
blob733f1d26510d9dcc6838ef47c8bfbed262a3db26
1 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
4         imap process running.
6 2013-01-14  Julien Danjou  <julien@danjou.info>
8         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
9         Compare addresses against addresses, not against the full From field.
11 2013-01-13  Richard Stallman  <rms@gnu.org>
13         * message.el (message-forward-make-body-mime): New args BEG, END
14         specify what part of FORWARD-BUFFER to use.  Do the work directly
15         instead of calling `mml-insert-buffer'.
17 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
19         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
20         cross-reference(s).
22         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
23         cross-reference(s).
25 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
27         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
28         and point-max-marker.
29         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
31 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
33         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
34         to mml2015-encrypt-to-self.
35         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
37 2013-01-09  Daiki Ueno  <ueno@gnu.org>
39         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
40         mml-smime-epg-find-usable-secret-key.
42 2013-01-08  Glenn Morris  <rgm@gnu.org>
44         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
46 2013-01-07  Daiki Ueno  <ueno@gnu.org>
48         * mml-smime.el: Support signing by sender.
49         Requested by Uwe Brauer.
50         (mml-smime-sign-with-sender): New user option analogous
51         to mml2015-sign-with-sender.
52         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
53         (mml-smime-epg-find-usable-secret-key): New helper function copied from
54         mml2015.el.
56 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
58         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
59         isn't running, because Gnus will probably not know how to handle the
60         Gcc header (bug#11941).
62         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
63         articles.
65 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67         * nnfolder.el (nnfolder-recursive-directory-files): New function.
68         (nnfolder-generate-active-file): Make this function work with recursive
69         folder names.
71 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
73         * nntp.el (nntp-open-connection): Use HELP as the capability command
74         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
75         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
77 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
79         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
80         place holder since this gives `Invalid face reference: nil' messages.
81         Use the `default' face instead.  It has the same effect here, even
82         though it is not no-op.
84         * gnus-util.el
85         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
87 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
89         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
90         non-string posting styles (bug#13285).
92 2012-12-27  Glenn Morris  <rgm@gnu.org>
94         * plstore.el (plstore-passphrase-callback-function):
95         Use plstore-get-file.
97 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
99         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
100         stderr.
102         * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
103         group is nil.
105         * shr.el (shr-tag-em): Render as italic, not bold.
107 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
109         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
111 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
113         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
114         temporary file to get PGP key image. Pass no-show-photos when extracting
115         image to avoid having it pop up twice.
117 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
119         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
120         eligible for treatment.
122         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
123         lines.  This makes summary commands with hidden threads work more
124         reliably.
126         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
127         button to mark the hidden citations (bug#9395).
129 2012-12-26  Daiki Ueno  <ueno@gnu.org>
131         * mml2015.el (mml2015-epg-signature-to-string): New function.
132         (mml2015-epg-verify-result-to-string): New function.
133         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
134         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
135         instead of epg-verify-result-to-string.
136         (epg-signature-key-id, epg-signature-to-string): Autoload.
137         (epg-verify-result-to-string): Remove autoload.
139 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
141         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
142         ID image from GPG public key.
143         (mml2015-epg-key-image-to-string): New function.
145 2012-12-25  Leo Liu  <sdl.web@gmail.com>
147         * plstore.el (plstore-passphrase-callback-function): Fix error when
148         error when plstore-cache-passphrase-for-symmetric-encryption is set
149         (bug#13264).
151 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
153         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
154         buffer to the article buffer here, because that clobbers multiple
155         article buffers.
157         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
158         buffer always points to the right summary buffer.
160 2012-12-25  John Wiegley  <jwiegley@gmail.com>
162         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
163         the password (bug#12097).
165 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
167         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
168         (bug#13263).
170         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
171         buffer exists before using it (bug#12475).
173         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
174         offline groups (bug#11937).
176         * message.el (message-yank-original): When using customize to set the
177         value of `message-cite-style', the variable it set to a symbol that's
178         the name of the variable, which must then be dereferenced (bug#12616).
180 2012-12-25  Wolfgang Jenkner  <wjenkner@inode.at>
182         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
183         the `face' property with a list whose car is the face specified in the
184         format string and whose cdr is (nil).
185         * lisp/gnus-util.el
186         (gnus-put-text-property-excluding-characters-with-faces):
187         Change accordingly.
188         (gnus-get-text-property-excluding-characters-with-faces): New function.
189         * lisp/gnus-sum.el (gnus-summary-highlight-line):
190         * lisp/gnus-salt.el (gnus-tree-highlight-node):
191         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
193 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
195         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
196         login methods.
197         (nnimap-login): Respect the `nnimap-authenticator' variable.
199         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
200         mark state when moving articles.  Otherwise unticked articles will get
201         their ticks back after moving.
203 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
205         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
207         * message.el (message-ignored-news-headers): Always remove
208         X-Message-SMTP-Method to avoid information leakage if the user
209         mistakenly inserts the header into news messages.
211         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
213         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
214         right than four characters, this command would move point to
215         `point-max'.  Don't do that.
217         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
218         to nil to allow re-selecting groups that gain articles.
219         (gnus-bug-group-download-format-alist): Update the URL.
221 2012-12-23  Andreas Schwab  <schwab@suse.de>
223         * shr.el (shr-tag-em): Render em as italic, not bold.
225 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
227         * gnus-int.el (gnus-backend-trace): Factor out into its own function
228         for reuse.
229         (gnus-open-server): Use it to add more tracing.
230         (gnus-finish-retrieve-group-infos): Add backend tracing.
231         (gnus-backend-trace): Also note the elapsed seconds.
233 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
235         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
236         Set epa-file-encrypt-to from variable to avoid querying.
238 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
240         * sieve-mode.el (sieve-font-lock-keywords):
241         Keywords should be word delimited.  (Bug#13173)
243 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
245         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
246         instead of <pre> to align message header.
248 2012-12-12  Sam Steingold  <sds@gnu.org>
250         * gnus.el (gnus-other-frame-resume-function): Add user option.
251         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
253 2012-12-06  Sam Steingold  <sds@gnu.org>
255         * gnus-start.el (gnus-before-resume-hook): Add.
256         (gnus-1): Run it when Gnus is alive.
258 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
260         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
261         * gnus-art.el (article-unsplit-urls)
262         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
263         * gnus-registry.el (gnus-registry-get-article-marks)
264         * message.el (message-goto-body): Use it.
265         (message-called-interactively-p): Remove.
267         * spam-stat.el (spam-stat-called-interactively-p): New macro.
268         (spam-stat-score-buffer): Use it.
270         * spam.el: Silence the warnings against BBDB functions when compiling.
272         * gnus-score.el (gnus-score-decode-text-parts):
273         Use append+mapcar instead of the cl function mapcan.
275         * gmm-utils.el (gmm-flet): Remove.
277         * gnus-sync.el (gnus-sync-lesync-call):
278         Avoid overriding json-alist-p.
280         * message.el (message-read-from-minibuffer):
281         Avoid overriding mail-abbrev-in-expansion-header-p.
283 2012-12-05  Sam Steingold  <sds@gnu.org>
285         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
286         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
287         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
289 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
291         * gmm-utils.el (gmm-called-interactively-p): Revert.
292         This seems to cause Emacs to get stuck!
293         * gnus-art.el (article-unsplit-urls)
294         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
295         * gnus-registry.el (gnus-registry-get-article-marks)
296         * message.el (message-goto-body)
297         (message-called-interactively-p): Revert.
299         * gmm-utils.el (gmm-called-interactively-p): New function.
300         * gnus-art.el (article-unsplit-urls)
301         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
302         * gnus-registry.el (gnus-registry-get-article-marks)
303         * message.el (message-goto-body): Use it.
304         (message-called-interactively-p): Remove.
306         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
307         * gnus-sync.el (gnus-sync-lesync-call)
308         * message.el (message-read-from-minibuffer): Use it.
310 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
312         * gmm-utils.el (gmm-flet): Remove.
313         * gnus-sync.el (gnus-sync-lesync-call)
314         * message.el (message-read-from-minibuffer): Don't use it.
316 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
318         * gmm-utils.el (gmm-labels): Use cl-labels if available.
320 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
322         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
324         * gnus-sync.el (gnus-sync-lesync-call)
325         * message.el (message-read-from-minibuffer): Use gmm-flet.
327         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
329         * gnus-util.el (gnus-macroexpand-all): Remove.
331 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
333         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
334         to TAB, not [tab].
335         (gnus-summary-article-map): Likewise.
337         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
338         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
340 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
342         * message.el (message-get-reply-headers):
343         Make sure the reply goes to the author if it is a wide reply.
345 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
347         * gnus-score.el (gnus-score-body):
348         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
349         scoring by body.
351 2012-11-16  Glenn Morris  <rgm@gnu.org>
353         * gnus-diary.el (nndiary-request-create-group-functions)
354         (nndiary-request-update-info-functions)
355         (gnus-subscribe-newsgroup-functions)
356         (nndiary-request-accept-article-functions):
357         Use new names for hooks rather than obsolete aliases.
359 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
361         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
362         in meta tag with the one the part specifies in its header.
364 2012-11-02  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
366         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
367         by default.
369 2012-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
371         New UIDL implementation.
373         * mail-source.el (mail-sources, mail-source-keyword-map):
374         Add :leave as a pop3 keyword.
375         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
377         * pop3.el (pop3-leave-mail-on-server): Allow number.
378         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
379         (pop3-movemail): Add UIDL support.
380         (pop3-send-streaming-command): Take a list of mail numbers instead of
381         the number of mails.
382         (pop3-write-to-file): Add X-UIDL header.
383         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
384         (pop3-uidl-add-xheader): New functions.
386         * message.el (message-ignored-resent-headers):
387         Add X-Content-Length and X-UIDL headers.
389 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
391         * nndiary.el (nndiary-request-create-group-functions)
392         (nndiary-request-update-info-functions)
393         (nndiary-request-accept-article-functions):
394         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
395         "-hooks" suffix.
397 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
399         * starttls.el (starttls-extra-arguments): Doc fix.
401 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
403         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
404         it.
406 2012-10-06  Glenn Morris  <rgm@gnu.org>
408         * gnus-notifications.el (gnus-notifications):
409         Add missing group :version tag.
410         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
411         (gnus-gcc-post-body-encode-hook):
412         * gnus-sync.el (gnus-sync-lesync-name)
413         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
415 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
417         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
418         a user about whether to delete temp files if once a user answered as n.
420 2012-09-17  Richard Stallman  <rms@gnu.org>
422         * message.el (message-in-body-p): Don't set mark or modify buffer.
424         * mml.el (mml-attach-file): Doc fix.
425         (mml-attach-external, mml-attach-buffer, mml-attach-file):
426         Set mail-encode-mml when in Mail mode.
427         Simplify code to set HEAD and move back to HEAD.
428         (mml-insert-multipart, mml-insert-part):
429         Set mail-encode-mml when in Mail mode.
431 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
433         * gnus-util.el (gnus-timer--function): New function.
435         * gnus-art.el (gnus-article-stop-animations): Use it.
437 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
439         Fix glitches caused by addition of psec to timers.
440         * gnus-art.el (gnus-article-stop-animations): Use timer--function
441         rather than raw access to timer vector.
443 2012-09-11  Julien Danjou  <julien@danjou.info>
445         * gnus-notifications.el (gnus-notifications): Check for nil values in
446         ignored addresses check.
448 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
450         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
452 2012-09-07  Chong Yidong  <cyd@gnu.org>
454         * gnus-util.el
455         (gnus-put-text-property-excluding-characters-with-faces): Restore.
457         * gnus-salt.el (gnus-tree-highlight-node):
458         * gnus-sum.el (gnus-summary-highlight-line):
459         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
461 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
463         * gnus-util.el: Fix compilation error on XEmacs 21.4.
465 2012-09-06  Juri Linkov  <juri@jurta.org>
467         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
468         scheme for buffer names to be more consistent with other group and
469         article buffer names in Gnus.
471 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
473         * gnus-util.el
474         (gnus-put-text-property-excluding-characters-with-faces): Remove.
476         * gnus-compat.el: Define compat function `add-face' from Wolfgang
477         Jenkner.
479         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
481         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
483         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
485 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
487         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
488         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
490         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
491         string-prefix-p in Emacs >=23.2.
493         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
494         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
495         instead of string-match-p.
496         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
498 2012-09-06  Kenichi Handa  <handa@gnu.org>
500         * qp.el (quoted-printable-decode-region): Fix previous change; handle
501         lowercase a..f.
503 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
505         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
507 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
509         * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
510         TIME is set.
512 2012-09-05  Juri Linkov  <juri@jurta.org>
514         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
515         than one group at a time (bug#11961).
517 2012-09-05  Julien Danjou  <julien@danjou.info>
519         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
520         this hide the real reason with a message giving absolutely no hint.
522 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
524         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
525         to the backend (bug#11804).
527         * message.el (message-insert-newsgroups): Don't insert newsgroup
528         duplicates (bug#12275).
530 2012-09-05  John Wiegley  <johnw@newartisans.com>
532         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
533         sieve rules.
535 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
537         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
538         function.
540         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
542         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
544 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
546         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
547         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
548         This should make nnmaildir more usable with offlineimap.
550 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
552         * gnus-notifications.el (gnus-notifications-notify): Use it.
554         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
555         warnings on XEmacs.
557 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
559         Better seeds for (random).
560         * gnus-sync.el (gnus-sync-lesync-setup):
561         * message.el (message-canlock-generate, message-unique-id):
562         Change (random t) to (random), now that the latter is more random.
564 2012-08-31  Dave Abrahams  <dave@boostpro.com>
566         * auth-source.el (auth-sources): Fix macos keychain access.
568         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
569         allow the backend `request-head' function to determine the group
570         name on its own.
571         (gnus-request-expire-articles): Filter out negative article numbers
572         during expiry (Bug#11980).
574         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
575         O(N^2) to O(N).  This makes warping into huge groups tolerable.
577         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
578         you've found the article when you haven't.
580 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
582         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
584 2012-08-30  Julien Danjou  <julien@danjou.info>
586         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
587         `gnus-notifications-timeout'.
588         (gnus-notifications-timeout): Add.
589         (gnus-notifications-action): New function.
590         (gnus-notifications-notify): Add :action using
591         `gnus-notifications-action'.
592         (gnus-notifications-id-to-msg): New variable.
593         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
594         notifications id to messages.
596 2012-08-30  Kenichi Handa  <handa@gnu.org>
598         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
599         once.
601 2012-08-29  Julien Danjou  <julien@danjou.info>
603         * gnus-notifications.el: New file.
604         (gnus-notifications-notify): New function.
605         (gnus-notifications): Use `gnus-notifications-notify'.
607 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
609         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
610         transfer encoding first; bind gnus-newsgroup-charset to the charset
611         that the article specifies (Bug#12209).
613 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
615         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
616         (gnus-group-customize-done): Encode values posting-style holds.
618         * gnus-msg.el (gnus-summary-resend-message)
619         (gnus-configure-posting-styles): Decode values posting-style group
620         parameter holds.
622 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
624         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
625         `name' and `address' in Resent-From header.
627 2012-08-14  Chong Yidong  <cyd@gnu.org>
629         * gnus-art.el (article-display-face): Handle failure in
630         gnus-create-image (Bug#11802).
632 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
634         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
635         Use defsetf.
637 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
639         * auth-source.el: (auth-source-plstore-search)
640         (auth-source-secrets-search): Ignore :require and :type in search spec.
642 2012-08-06  Julien Danjou  <julien@danjou.info>
644         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
645         Remove autoload, already handled by gnus.el.
647 2012-08-05  Julien Danjou  <julien@danjou.info>
649         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
650         Add autoload.
652 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
654         * gnus.el (gnus-valid-select-methods): Fix custom type.
656 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
658         * auth-source.el (auth-sources, auth-source-backend-parse)
659         (auth-source-macos-keychain-search)
660         (auth-source-macos-keychain-search-items)
661         (auth-source-macos-keychain-result-append)
662         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
663         auth-source.el through the /usr/bin/security utility.
664         (auth-sources): Fix syntax error.
665         (auth-source-macos-keychain-result-append): Fix variable name.
666         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
668 2012-07-27  Julien Danjou  <julien@danjou.info>
670         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
671         Emacs < 24.1
673 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
675         * message.el (message-kill-address): Don't kill last newline.
676         (message-skip-to-next-address): Don't move to the next header.
677         (message-fill-field-address): Work properly.
679 2012-07-25  Julien Danjou  <julien@danjou.info>
681         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
683 2012-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
685         * nnimap.el (nnimap-get-responses): Don't remove, still used.
687 2012-07-24  Julien Danjou  <julien@danjou.info>
689         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
691         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
692         (nntp-async-timer-handler): Remove, unused.
694         * nnimap.el (nnimap-get-responses): Remove, unused.
696         * nnheader.el (mail-header-set-extra): Remove, unused.
698         * mm-view.el (mm-view-sound-file): Remove, unused.
700         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
701         (mm-url-encode-multipart-form-data): Remove, unused.
703         * message.el (message-remove-signature, message-make-host-name)
704         (message-fill-address): Remove, unused.
706         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
707         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
708         unused.
710         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
712         * gnus-util.el (gnus-extract-address-component-name)
713         (gnus-extract-address-component-email, gnus-sortable-date)
714         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
715         (gnus-process-live-p): Remove, unused.
717         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
719         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
720         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
721         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
722         function.
724         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
726         * gnus-score.el (gnus-summary-score-crossposting)
727         (gnus-score-regexp-bad-p): Remove, unused.
729         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
731         * gnus-range.el (gnus-sublist-p): Remove, unused.
733         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
734         unused.
736         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
738         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
739         (gnus-request-associate-buffer): Remove, unused.
741         * gnus-group.el (gnus-group-set-method-info)
742         (gnus-group-set-params-info): Remove, unused.
744         * gnus-fun.el (gnus-shell-command-to-string)
745         (gnus-shell-command-on-region): Remove, unused.
747         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
749         * gnus-art.el (gnus-article-text-type-exists-p)
750         (article-translate-characters, gnus-article-hide-text-of-type)
751         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
752         Remove, unused.
754 2012-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
756         * nnir.el ("nnir"): Revert last change, that's premature to merge from
757         Gnus master.
759 2012-07-22  Andrew Cohen  <cohen@bu.edu>
761         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
763 2012-07-21  Julien Danjou  <julien@danjou.info>
765         * message.el (message-dont-reply-to-names): Replace deprecated
766         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
767         (message-get-reply-headers): Ditto.
769 2012-07-18  Julien Danjou  <julien@danjou.info>
771         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
772         `sieve-upload-and-kill'.
774         * sieve.el (sieve-bury-buffer): Remove function.
775         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
776         (sieve-upload-and-kill): New function, mapped to C-c C-c.
778 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
780         * shr.el (shr-expand-url): Handle URL starting with `//'.
782 2012-07-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
783 2012-07-13  Chong Yidong  <cyd@gnu.org>
785         * smime.el (smime-certificate-info): Set buffer-read-only directly,
786         instead of calling toggle-read-only with a (bogus) argument.
788 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
790         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
791         of initial input when reading the author to restrict the summary to.
793 2012-07-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
795         * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
796         buffer exists, which it doesn't if we haven't started Gnus.
798 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
800         * mm-decode.el (mm-shr):
801         Allow overriding charset by mm-charset-override-alist.
803 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
805         * gnus-art.el (gnus-article-view-part):
806         Toggle subparts of multipart/alternative part.
808 2012-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
810         * gnus-sync.el: Simply require json.
812         * registry.el: Simply require eieio and eieio-base.
814 2012-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
816         * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
818 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
820         * shr.el (shr-render-buffer): New command.
821         (shr-visit-file): Use it.
823 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
825         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
826         Set no-byte-compile and no-update-autoloads.
828 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
830         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
832 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
834         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
835         being bound to a lambda form.
837 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
839         * gnus-picon.el (gnus-picon-properties): New defcustom.
840         (gnus-picon-create-glyph): Use it.
842 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
845         locales.
847         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
848         on a handle.
850         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
851         address as the default.
853         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
854         It makes no sense to query the user about internal files.
856         * gnus-spec.el: Remove all the byte-compilation stuff, since
857         benchmarking shows that it doesn't help when entering large summary
858         buffers.
860         * gnus-util.el (gnus-byte-code): Remove.
862         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
863         grouplens stuff.
865 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
868         (bug#11514).
870 2012-06-26  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
872         * message.el (message-buffers): Return all buffers derived from Message
873         to make `gnus-dired-attach' work with mu4e.
875 2012-06-26  Daiki Ueno  <ueno@unixuser.org>
877         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
878         (mm-dissect-singlepart): Don't guess the MIME type of
879         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
880         set.
881         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
882         toplevel MIME type is multipart/encrypted.
884 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
886         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
887         In particular, add an optional argument and a docstring.
889         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
891         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
892         current before calling `gnus-groups-to-gnus-format'.
893         Note that this was already the case for `gnus-active-to-gnus-format'.
895 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
897         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
899 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901         * mm-decode.el (mm-dissect-buffer): Doc fix.
903         * gnus-sum.el (gnus-handle-ephemeral-exit):
904         Avoid creating the group buffer if it doesn't exist.
906         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
907         is given, mark the group as ephemeral with the current window conf.
909         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
910         buffer exists, which it doesn't if we haven't started Gnus.
911         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
913 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
915         * mml.el (mml-generate-mime):
916         Allow specifying what the top-level part type is.
918         * gnus-sum.el (gnus-auto-center-summary):
919         `scroll-margin' isn't defined on XEmacs.
921 2012-06-26  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
923         * gnus-sum.el (gnus-auto-center-summary):
924         Set default to respect `scroll-margin'.
926 2012-06-26  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
928         * gnus-cite.el (gnus-dissect-cited-text): A single line without
929         citation prefix within a block of cited text should be considered
930         part of that block *only* if it is a blank line.
932 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
934         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
935         before kinsoku-bol characters nor within kinsoku-eol characters.
937 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
939         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
940         (gnus-topic-create-topic, gnus-topic-enter-dribble):
941         Silence compiler.
942         (gnus-sync-read): Use mapc instead of mapcar.
944         * mm-archive.el: Require mm-decode for some macros.
945         (gnus-recursive-directory-files, mailcap-extension-to-mime):
946         Silence the byte compiler.
947         (mm-archive-decoders): New function that returns the value of
948         the mm-archive-decoders variable.
950         * mm-decode.el:
951         Don't require mm-archive; autoload mm-archive functions instead.
952         (mm-dissect-singlepart): Use the function mm-archive-decoders.
954         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
956 2012-06-26  Peter Munster  <pmrb@free.fr>
958         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
959         (gnus-demon-cancel): Ditto.
960         (gnus-demon-run-callback): When function cannot be called due to low
961         idleness, call it when idleness reaches the expected value, instead
962         of waiting another timer period.
963         (gnus-demon-init): Add `time' to arguments of call-back.
965 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
967         * gnus.el: Register gnus-registry functions.
969         * gnus-registry.el (gnus-try-warping-via-registry):
970         Move here and indent.
972         * gnus-int.el (gnus-warp-to-article):
973         Check whether the registry is enabled before warping.
975 2012-06-26  Dave Abrahams  <dave@boostpro.com>
977         * gnus-sum.el (gnus-summary-insert-subject): Record information
978         in the registry about each article retrieved.
980         * gnus-int.el (gnus-select-group-with-message-id): New function.
981         (gnus-try-warping-via-registry): Ditto.
982         (gnus-warp-to-article): Fall back on the registry.
984 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
986         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
988 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
990         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
991         gnus-gcc-self-resent-messages may be a group parameter.
992         (gnus-summary-resend-message):
993         Don't encode encoded words in header when Gcc'ing resent message.
995 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
997         * shr.el (shr-insert): Treat non-breaking space just like normal
998         space.  This seems to produce more pleasing results.
999         (shr-insert):
1000         Only insert a blank line if we're starting from an image.
1001         (shr-tag-br):
1002         Allow <br> to end lines or to make a single blank line.
1003         (shr-ensure-paragraph): Consider lines with white space to be blank.
1005 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
1007         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1008         and gnus-gcc-post-body-encode-hook.
1010 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1012         * mm-decode.el (mm-dissect-singlepart):
1013         Guess what the type of application/octet-stream parts really is.
1015         * gnus-sum.el (gnus-propagate-marks): Remove.
1017 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1019         * nntp.el (nntp-coding-system-for-read): Remove.
1020         (nntp-coding-system-for-write): Ditto.
1021         (nntp-open-connection): Just use `binary' directly.
1023 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1025         * registry.el (registry-usage-test, registry-persistence-test):
1026         Move to tests/gnustest-registry.el.
1027         (registry-make-testable-db, registry-match-test)
1028         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1030         * gnus-registry.el (gnus-registry-misc-test)
1031         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1033         * tests/gnustest-registry.el:
1034         New file with the registry and gnus-registry ERT tests.
1036 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1038         * gnus-msg.el (gnus-summary-resend-message):
1039         Make gnus-summary-resend-message-insert-gcc be last item in
1040         message-header-setup-hook.
1042 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1044         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1045         (nnfolder-marks, nnfolder-marks-file-suffix)
1046         (nnfolder-marks-modtime): Remove.
1047         (nnfolder-open-server): Don't use marks.
1048         (nnfolder-request-delete-group): Ditto.
1049         (nnfolder-request-rename-group): Ditto.
1050         (nnfolder-request-set-mark, nnfolder-request-marks)
1051         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1052         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1054         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1055         (nnml-marks-modtime): Remove.
1056         (nnml-request-delete-group): Don't use marks.
1057         (nnml-request-rename-group): Ditto.
1058         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1059         (nnml-save-marks, nnml-open-marks): Remove.
1061         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1062         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1063         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1064         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1065         (nntp-server-to-method-cache): Remove.
1067         * shr.el (shr-rescale-image): Fix wrong merge.
1069 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1071         * shr.el (shr-remove-trailing-whitespace):
1072         Really delete the padding on too-wide lines.
1074 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1076         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1077         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1079         * mm-decode.el (mm-display-external): Output the text from
1080         the command in the buffer after the command finished.
1081         This makes text-based commands behave better.
1083 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1085         * message.el (smtpmail-smtp-user): Silence compiler warning.
1087 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1089         * message.el (message-multi-smtp-send-mail): Also allow specifying
1090         the SMTP user name.
1092 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1094         * gnus-sum.el (gnus-summary-article-map): Fix typo.
1096 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1098         * message.el (message-multi-smtp-send-mail): New function.
1099         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1100         header to implement multi-SMTP functionality.
1102         * gnus-agent.el (gnus-agent-send-mail-function): Remove.
1103         (gnus-agentize): Don't set it.
1104         (gnus-agent-send-mail): Don't use it.
1106         * gnus-sum.el (gnus-summary-widget-backward):
1107         New function and keystroke.
1109         * shr.el (shr-put-image): Remove underlines from sliced images.
1110         (shr-zoom-image): Compute the region to be replaced more correctly.
1112 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1114         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1115         (gnus-summary-resend-message-insert-gcc): New function.
1116         (gnus-summary-resend-message): Modify message-header-setup-hook and
1117         message-sent-hook to make it work for Gcc.
1118         (gnus-inews-do-gcc): Update the number of unread articles of groups
1119         that messages are Gcc'd to.
1121         * message.el (message-resend): Run message-sent-hook to do Gcc.
1123 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1125         * gnus-registry.el (gnus-registry-fixup-registry):
1126         Move the message to a higher level to silence compilation.
1128         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1129         parameter to allow controlling the scaling.
1131         * shr.el (shr-zoom-image): New command and keystroke.
1132         (shr-put-image): Take a `size' flag to say how to scale the image.
1134         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1135         Use recursive deletion.
1136         (mm-dissect-archive): Add support for zip files.
1138         * gnus-util.el (gnus-recursive-directory-files): New function.
1140         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1141         (mm-archive-decoders): Add tgz support.
1143         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1144         Otherwise inserting text into the Gnus buffer can look odd.
1146         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1148         * mm-archive.el (mm-archive-decoders): Add support for tar.
1150         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1152         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1154 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1156         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1158         * mm-archive.el: New file.
1160         * mm-decode.el (mm-dissect-singlepart):
1161         Use it to decode ms-tnef files.
1163         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1165         * message.el (message-goto-*): Make all the `message-goto-*' commands
1166         push the mark before moving point.  This makes it easier to go back
1167         to where you came from after editing whatever you jumped to.
1169 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1171         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1172         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1173         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1175 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1177         * spam.el: Move BBDB autoloads.
1178         (spam-exists-in-BBDB-p):
1179         New function to do the BBDB search directly in BBDB 2 and 3.
1180         (spam-check-BBDB): Use it.
1181         (spam-enter-ham-BBDB): Use it.
1183 2012-06-26  Peter Munster  <pmrb@free.fr>  (tiny change)
1185         * gnus-group.el (gnus-group-get-new-news):
1186         New parameter `one-level' for scanning exactly one level.
1188         * gnus-start.el (gnus-get-unread-articles): Ditto.
1190 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1192         * gnus-sync.el: More commentary about setup.
1194 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1196         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1198 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1200         * gnus-sync.el: Improve docs about CouchDB admins.
1202 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1204         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1205         not needed.  Provide xmlplistread list function to produce XML plist
1206         output for non-Gnus LeSync clients.
1208 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1210         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1211         and save against it.  Group subscriptions, read marks, other marks,
1212         subscription levels, topic names, and topic offsets (the group's
1213         position within the topic) are saved.  This is an experimental
1214         backend and may change significantly.  Load json.el from
1215         the gnus-fallback-lib if it's not available otherwise.
1216         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1218 2012-06-26  David Engster  <dengste@eml.cc>
1220         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1222 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1224         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1226 2012-06-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1228         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1229         is an integer to avoid later problems.
1231 2012-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1234         locales.
1236 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1238         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1239         articles when fetch-old is non-nil (bug#11370).
1241 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243         * gnus-group.el (gnus-group-get-new-news):
1244         Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
1246 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1248         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1249         groups (bug#11641).
1251 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1253         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1254         (bug#11514).
1256 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1258         * nntp.el: Stop the `letf' madness.
1259         (nntp--report-1): New var.
1260         (nntp-report): Merge nntp-report-1 into it.
1261         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1262         the nntp-report function.
1264         * auth-source.el: Fix comment-style to follow the convention.
1266 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1268         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1269         a string so that Gcc works (bug#11514).
1271 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1273         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1274         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1276 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1278         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1279         jumping to *Server* from a dedicated *Group* window.
1280         (gnus-configure-frame): CSE.
1282         * gnus-registry.el: Minor style cleanup.
1283         (gnus-registry--set/remove-mark): New function, extracted from
1284         gnus-registry-install-shortcuts.
1285         (gnus-registry-install-shortcuts): Use it.
1287 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1289         * nnspool.el (news-path): Use eval-and-compile.
1291 2012-05-24  Glenn Morris  <rgm@gnu.org>
1293         * nnspool.el (news-directory, news-path, news-inews-program):
1294         Move here from paths.el.  Don't see a need for these to be autoloaded.
1296         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1297         Merge in doc from paths.el version.  Don't see any need for this to be
1298         autoloaded, or for the warning about users not setting it.
1300 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1302         Fix minor Y10k bug.
1303         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1305 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1307         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1308         message once it's actually open.
1310 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1312         * auth-source.el (auth-source--aput-1, auth-source--aput)
1313         (auth-source--aget): New functions and macros.
1314         Use them instead of aput/aget.
1316 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1318         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1320 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1322         * plstore.el (plstore-called-interactively-p): New compat macro copied
1323         from message.el.
1324         (plstore-mode): Use it.
1326 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1328         * plstore.el: Revive the editing feature.
1329         (plstore-mode): New mode to edit plstore file.
1330         (plstore-mode-toggle-display, plstore-mode-original)
1331         (plstore-mode-decoded): New command.
1332         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1333         (plstore--insert-buffer, plstore--make): New function.
1334         (plstore-open, plstore-save): Simplify by using them.
1336 2012-04-16  Glenn Morris  <rgm@gnu.org>
1338         * nndraft.el (nndraft-request-list): Fix declaration.
1340 2012-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1343         don't have a current group.
1345         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1346         have a group name.
1348         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1349         a multibyte buffer (bug#7410).
1350         (article-wash-html): Parse the original article buffer to get the
1351         unencoded data (bug#7410).
1353         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1354         .newsrc.el files.
1356 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1358         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1359         would have gotten if we posted to the group, and use that to compare
1360         against the message we want to cancel (bug#10808).
1362 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1365         "#" to avoid having them interpreted as comments.
1367 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1369         * shr.el (shr-insert): Update the text state properly to avoid
1370         inserting spurious paragraph starts.
1372 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1374         * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
1375         requested (bug#10961).
1377         * shr.el (shr-table-widths): Divide the extra width more fairly over
1378         the TDs (bug#10973).
1379         (shr-render-td): Don't delete too much padding.
1380         (shr-natural-width): Compute the natural width more correctly.
1381         (shr-insert): Allow the natural width to be computed for tables again.
1382         (shr-tag-table-1): Rework how the natural widths are computed by
1383         rendering the table a third time.
1384         (shr-natural-width): Remove.
1385         (shr-buffer-width): New function.
1386         (shr-expand-newlines): Use it.
1388         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1389         using a `gnus-use-full-window' setup (bug#11013).
1391 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1394         24.1 release.
1396 2012-03-10  David Edmondson  <dme@dme.org>
1398         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1399         'Forwarded Message' header and the start of the message.
1401 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1403         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1404         isn't running (bug#10897).
1406 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1410 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1412         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1414 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1416         * mm-decode.el (mm-shr): Remove "soft hyphens".
1418         * nnimap.el (nnimap-request-list): Return the group names encoded as
1419         utf8.  Otherwise non-European group names don't work.
1420         (nnimap-request-newgroups): Ditto.
1422         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1423         the default in `read-string' (bug#10757).
1425         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1426         topics (bug#10843).
1428         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1429         buffer.  Suggested by Herbert Valerio Riedel.
1430         (nnimap-request-move-article): Delete the message from the correct IMAP
1431         server.
1433 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1435         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1436         Reported by Peter Münster.
1438 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1440         * shr.el (shr-image-fetched): Make sure we really kill the right
1441         buffer.
1443 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1445         * gnus-start.el (gnus-1): Avoid duplicate entries.
1447 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1449         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1450         too-wide lines.
1452 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1454         * shr.el (shr-rescale-image): Undo previous change; see
1455         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1457 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1459         * nnimap.el (nnimap-record-commands): New variable.
1460         (nnimap-log-command): Use it.
1461         (nnimap-make-process-buffer): Add a space to the process buffer.
1462         (nnimap-transform-headers): Don't bug out on header lines containing
1463         stuff that look like IMAP length encodings.
1465         * shr.el (shr-rescale-image): Allow viewing large images.
1467 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1469         * nnml.el (nnml-request-compact-group): Delete the marks file after
1470         compaction (bug#10800).
1472         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1473         group exit.
1475         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1476         QRESYNC/FETCH output.
1478 2012-02-11  Glenn Morris  <rgm@gnu.org>
1480         * sieve-manage.el (sieve-manage-default-stream):
1481         * shr.el (shr):
1482         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1483         (nnir-retrieve-headers-override-function)
1484         (nnir-imap-default-search-key, nnir-notmuch-program)
1485         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1486         (nnir-method-default-engines):
1487         * message.el (message-cite-reply-position):
1488         * gssapi.el (gssapi-program):
1489         * gravatar.el (gravatar):
1490         * gnus-sum.el (gnus-refer-thread-use-nnir):
1491         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1492         (gnus-registry-max-pruned-entries):
1493         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1494         * gnus-int.el (gnus-after-set-mark-hook)
1495         (gnus-before-update-mark-hook):
1496         * gnus-async.el (gnus-async-post-fetch-function):
1497         * auth-source.el (auth-source-cache-expiry):
1498         Add missing :version tags to new defcustoms and defgroups.
1500 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1502         * message.el (message-default-send-mail-function): Made into own
1503         function for reuse by emacsbug.el.
1505 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1507         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1508         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1510 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1512         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1513         running.
1515         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1517         * gnus.el (gnus-server-extend-method): Don't add an -address component
1518         if the method already has one (bug#9676).
1520 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1522         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1523         of an initial-input for consistency (bug#10757).
1525         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1527         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1529 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1531         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1532         lines that are narrower than the window width.  Otherwise background
1533         "blocks" will look less readable.
1535 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1537         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1539 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1541         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1542         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1543         have newlines within the strings, and where the UID comes after the
1544         BODYSTRUCTURE element (bug#10537).
1546         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1547         (bug#10732).
1549         * shr.el (shr-insert-document): Add doc string.
1550         (shr-visit-file): Ditto.
1551         (shr-remove-trailing-whitespace): New function.
1552         (shr-insert-document): Use it to clean up trailing whitespace as the
1553         final step (bug#10714).
1555 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1557         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1558         buffer if `gnus-kill-summary-on-exit' is nil.
1560 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1562         * gnus-sum.el (gnus-summary-show-thread):
1563         next-single-char-property-change may return nil in XEmacs.
1565 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1567         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1568         when just reading a single group from "without" Gnus.
1570 2012-02-06  Chong Yidong  <cyd@gnu.org>
1572         * gnus-sum.el (gnus-summary-show-thread):
1573         next-single-char-property-change never returns nil (Bug#8657).
1575 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1577         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1578         without reconnecting.
1579         (nnimap-possibly-change-group): Ditto.
1580         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1581         connection has died before being called.
1583 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1585         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1586         an initial sync unless we're really doing one.
1588         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1589         address parameter if one already exists (bug#9676).
1591         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1592         not the prefix, as documented (bug#10689).
1594 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1596         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1597         the "server".
1599         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1600         the real error message with the useless "previously known to be down".
1601         Which isn't even correct.
1603         * nntp.el (nntp-open-connection): Report the error message if the nntp
1604         server can't be reached.
1606         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1607         groups we do a total scan for.
1608         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1609         doing that.
1611 2012-01-31  Jim Meyering  <jim@meyering.net>
1613         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1614         Correct a comment (insert "not") and hide nominally-doubled "to".
1616 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1618         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1619         section in the manual.
1621 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1623         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1624         words.
1625         (rfc2047-encode-string): Ditto.
1626         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1627         understand folded filename="..." parameters, for instance.
1629         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1630         the message for greater debuggability.
1632 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1634         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1635         instead of setting it locally, since the latter doesn't seem to have
1636         any effect (most of the time).
1638 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1640         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1641         function call.
1643 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1645         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1646         seconds, and make the repeat clause with HH:MM specs work as
1647         documented.
1649 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1651         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1652         so that previous errors don't prohibit getting new news.
1654         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1656         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1658 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1660         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1661         bound globally in old Emacsen and XEmacsen.
1663 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1665         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1666         buffer, not of the string which is its name.
1668 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1670         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1671         non-server-marks groups.
1672         (gnus-group-make-articles-read): Ditto.
1674         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1675         methods (bug#9676).
1677         * gnus.el (gnus-method-ephemeral-p): New function.
1679 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1681         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1682         left-to-right.
1684 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1686         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1687         warning.
1689 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1691         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1692         macroexpand the nnir things, since they haven't been defined yet, and
1693         nnir requires gnus-sum.
1695 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1699 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1701         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1702         logical server name in addition to the actual machine address.
1704         * auth-source.el (auth-source-user-and-password): Add convenience
1705         wrapper to search by just host and optionally user.
1707 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1709         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1710         after rendering.
1712 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1715         (bug#9693).
1716         (gnus-summary-setup-buffer): Document return value (bug#9697).
1718         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1719         since ido doesn't work on symbols (bug#9632).
1721         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1722         when getting a single value as when getting all the values.  This means
1723         that atoms like `gcc-self' work cumulatively, like variable settings,
1724         instead of getting the value from the last matching clause.
1725         (gnus-group-find-parameter): Protect against the group buffer not
1726         existing (bug#9585).
1728 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730         * gnus-start.el (gnus-activate-group): Document more parameters
1731         (bug#9694).
1733         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1734         (bug#9692).
1736         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1737         article was fetched, so that it can be expired later (bug#9958).
1738         (gnus-agent-summary-fetch-series): Add doc string.
1739         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1740         (bug#9517).
1742         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1743         retrieval is happening.
1745         * gnus.el (gnus-parameters): Doc fix.
1747 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1749         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1750         show the thread after expansion.
1752 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754         * gnus-art.el (article-narrow-to-head): If the head is completely
1755         empty, narrow to the empty region (bug#9764).
1757         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1758         read, and then mark them as unread only when the unread mark is used.
1759         This makes `C-- T k' actually work, even though it's confusing.
1761         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1762         alive before we try to find its window.
1764 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1766         * mm-decode.el (mm-display-external): Use a longer timeout for the
1767         deletion to allow slow programs to display the file.
1769 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1771         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1772         prompt to be less confusing.
1774         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1775         argument to `message-reply'.  This broke `special-display-*' frame
1776         pop-uping (bug#10238).
1778 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1781         systems, since these allegedly don't work there.
1783 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1785         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1786         live buffer.
1788 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1790         * nnir.el (nnir-retrieve-headers): Protect against the article not
1791         existing on the server (bug#10335).
1793 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1795         * gnus-agent.el (gnus-agent-load-local):
1796         Recompute gnus-agent-article-local on changing method.
1798 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800         * gnus.el (gnus-parameters): Note precedence.
1802 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1804         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1805         in the group buffer.
1807 2012-01-04  Julien Danjou  <julien@danjou.info>
1809         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1810         change.
1812 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1815         too.
1817         * nntp.el (nntp-retrieve-group-data-early): Use it.
1819 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821         * nntp.el (nntp-retrieval-in-progress): New variable.
1822         (nntp-make-process-buffer): Make it buffer-local.
1824         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1825         2010.
1826         (gnus-demon-init): Use it to compute the time if time is on the form
1827         "04:23".
1829         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1831         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1832         status in the correct buffer.
1834 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1836         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1837         when opening topics (bug#10407).
1839 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1841         * mm-view.el (mm-display-inline-fontify): Add comment.
1843 2011-12-15  Juri Linkov  <juri@jurta.org>
1845         * mm-decode.el (mm-inline-media-tests): Add missing
1846         `mm-handle-media-subtype'.
1848 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1850         * message.el (message-valid-fqdn-regexp): Update with newly approved
1851         top-level domain names ".tel" and ".asia".
1853 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1855         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1856         unconditionally.
1858 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1860         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1861         pop-to-buffer-same-window for old Emacsen.
1863 2011-12-04  Chong Yidong  <cyd@gnu.org>
1865         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1866         change (Bug#10200).
1868 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1870         * compface.el (uncompface):
1871         * gnus-art.el (gnus-article-x-face-command): Update the header format
1872         of icon data for the most recent icontopbm program.
1874 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1876         * gnus-msg.el (gnus-inews-do-gcc):
1877         * message.el (message-send-mail):
1878         * mml.el (mml-generate-mime): Share the value of the buffer-local
1879         `message-options' variable between a draft buffer and temprary working
1880         buffers.
1882 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1884         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1886 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1888         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1889         for Cygwin.
1891 2011-11-24  Glenn Morris  <rgm@gnu.org>
1893         * starttls.el: Fix case of "GnuTLS".
1895 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1897         * gnus-group.el (gnus-group-highlight): Fix typo.
1899 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1901         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1902         value of `delete-file', that returns nil for a local file but returns t
1903         for a remote file using ssh.
1905 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1908         avoid later breakage.
1910 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1912         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1913         article buffers' name.
1915 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1918         by Paul Eggert's spellfixes two days ago.
1920 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1922         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1923         buffer-local instead of binding them to avoid warnings.  Also demote
1924         errors (bug#10063).
1925         (font-lock-mode-hook): Shut up byte compiler.
1927 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1929         * mm-util.el (mm-charset-after): Fix typo.
1931 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1933         * gnus-sum.el (gnus-summary-make-menu-bar):
1934         * gnus-uu.el (gnus-uu-decode-postscript)
1935         (gnus-uu-decode-postscript-and-save):
1936         * mailcap.el (mailcap-print-command):
1937         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1938         Fix typos.
1940 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1942         * gnus-art.el (gnus-article-part-wrapper):
1943         * shr-color.el (shr-color-visible-distance-min)
1944         (shr-color-relative-to-absolute, set-minimum-interval)
1945         (shr-color-visible): Fix typos.
1947 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1950         slightly clearer.
1952 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1954         * message.el (message-send-and-exit): Document `arg'.
1956 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1958         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1960 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1962         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1963         we don't use `bound-and-true-p'.
1965 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1967         * gnus-util.el (gnus-bound-and-true-p): Remove.
1968         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1969         * nnir.el: Use it.
1970         * nnmairix.el: Use it.
1972 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1974         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1975         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1976         for reasons unknown.
1977         * nnir.el: Use it.
1978         * nnmairix.el: Use it.
1980         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1981         * nnir.el: Ditto.
1982         * nnmairix.el: Ditto.
1984         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1986 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1988         * message.el (message-completion-function): Make sure
1989         message-tab-body-function is not attempted if one of
1990         message-completion-alist fails to find a completion (bug#9158).
1992 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1994         * mml.el (mml-quote-region): Quote <#secure> tag.
1995         (mml-generate-mime-1): Unquote <#secure> tag.
1997 2011-10-20  Chong Yidong  <cyd@gnu.org>
1999         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2000         calling a minor mode from Lisp with nil arg enables it, so we have to
2001         make the wording a bit ambiguous here).
2003 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2005         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2006         * nnir.el (nnir-mode): Use it.
2007         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2008         Use it.
2010         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2011         * nnmairix.el (gnus-registry-enabled): Ditto.
2013 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2015         * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
2016         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2017         only while we need to find out if it should be t or nil.
2018         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2019         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2020         the registry is installed.  Set it to nil when it's unloaded.
2021         (gnus-registry-install-p): Provide user guidance for the initial value
2022         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2023         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2024         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2025         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2026         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2027         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2028         `gnus-registry-install'.
2030 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2032         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2033         previous change.
2034         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2035         primary key is marked as disabled.
2037 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2039         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2040         primary key is marked as disabled.
2042 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2044         * html2text.el (html2text-clean-anchor): Check for quotes around
2045         `href' value.
2047 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2049         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2050         searching.  Drop `bbdb-cache'.
2052 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2054         * message.el (message-signed-or-encrypted-p): Exclude header when
2055         checking if there is signed or encrypted body in text/plain message.
2057 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2059         * html2text.el (html2text-get-attr): Correctly handle attribute values
2060         containing "=".
2062 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2064         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2065         handle bindings.
2067 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069         * gnus-win.el (gnus-configure-windows): Protect against reading
2070         ephemeral groups outside of Gnus.
2072 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2074         * shr.el (shr-tag-img): Don't get images displayed in tables.
2076 2011-10-03  Glenn Morris  <rgm@gnu.org>
2078         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2079         the "maintainer" version of debbugs.gnu.org reports.
2081 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2083         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2084         make asynchronous adjacent image insertion work better.
2086 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2088         * plstore.el (plstore-select-keys, plstore-encrypt-to):
2089         Clarify documentation.
2091 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2093         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2094         `gnus-asynchronous' isn't shadowed.
2096 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2098         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2099         (nnimap-insert-partial-structure): The charset parameter isn't
2100         case-sensitive.
2102         * nnheader.el (nnheader-message-maybe): New function.
2104         * shr.el (shr-tag-table): Render totally broken tables better.
2106         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2107         computing the boundary.
2109 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111         * pop3.el (pop3-number-of-responses): Remove.
2112         (pop3-wait-for-messages): Rewrite to take linear time instead of
2113         exponential time.
2115 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2118         re-fetch images.
2120         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2121         re-fetch images when hitting `g' in Gnus.
2123 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2125         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2126         (mml-compute-boundary): Don't check collision if it is non-nil.
2127         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2128         before checking collision.
2130 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132         * message.el (message-indent-citation): Really make sure there's a
2133         newline at the end.
2135         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2136         Fix suggested by John Wiegley.
2138         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2140         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2142         * message.el (message-default-send-rename-function): Break out into its
2143         own function.
2145         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2146         doesn't work under XEmacs.
2148         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2149         of "imaps" to word around Windows problems.
2150         (nnimap-open-connection-1): Use it.
2152         * message.el (message-indent-citation): Revert last change which made
2153         `F' not work.
2155 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2157         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2158         terminal as well.
2160 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2162         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2163         because it displays images using overlays that aren't easy to copy to
2164         the article buffer.
2166 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2168         * message.el (message-indent-citation): Fix empty line removal at the
2169         end of the citation.
2171 2011-09-20  Julien Danjou  <julien@danjou.info>
2173         * auth-source.el (auth-source-netrc-create): Use default value for
2174         password if specified.  Evaluate default.
2175         (auth-source-plstore-create): Ditto.
2176         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2177         value evaluation.
2178         (auth-source-netrc-create): Typo fix.
2179         (auth-source-plstore-create): Ditto.
2181         * auth-source.el (auth-source-format-cache-entry): New function.
2183 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2185         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2187 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2189         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2191 2011-09-19  Julien Danjou  <julien@danjou.info>
2193         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2194         which work with things that are not ASCII.
2196 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2200 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2202         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2203         message level.
2205 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2207         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2209 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2211         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2213 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2215         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2216         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2218 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2220         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2221         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2222         articles.
2224 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2226         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2227         (message-mail-other-window, message-mail-other-frame)
2228         (message-news-other-window, message-news-other-frame):
2229         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2230         instead of setting buffer display variables.
2232 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2236         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2238 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2241         duplicates" to a higher level.
2243         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2244         most egregious messages.
2246 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2250 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2252         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2253         up the file (bug#9351).
2255 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2257         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2258         it does with all other backends, but decode the names immediately after
2259         getting them.
2261         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2262         decoding nnimap groups.
2264         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2265         newsrc file.  It doesn't seem like an important optimization any more.
2267 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2269         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2270         overflows.
2272 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2274         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2275         (gnus-interactive-exit): Extend to `quiet'.
2277         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2279         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2280         string.
2282         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2283         renaming function arguments from `this'.
2285         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2287         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2288         has been renamed.
2289         (gnus-lrm-string-p): Include RLM and PDF, too.
2291         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2292         (bug#9225).
2294 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2296         Add autoload cookies for functions used by sendmail.el.
2297         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2299         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2301 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2303         * gnus-art.el (article-date-ut): Work properly even when there are
2304         things like Date header in the body; work for forwarded parts.
2306 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2308         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2309         original-article-buffer.
2311 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2313         * nnir.el (nnir-compose-result): Fix matching of server type.
2314         (nnir-run-swish++): Ditto.
2315         (nnir-run-namazu): Ditto.
2316         (nnir-run-notmuch): Ditto.
2318 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2321         (bug#9405).
2323         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2324         (bug#9421).
2326         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2327         (bug#9425).
2329         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2330         thing (bug#9426).
2332 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2335         the error message.
2337 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2339         * message.el (message-setup-1): Return t (Bug#9392).
2341 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2343         * gnus-sum.el: When adding article headers to a summary buffer also
2344         update gnus-newsgroup-articles (bug#9386).
2346 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2348         * auth-source.el: Autoload help-mode.
2350 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2353         names.
2355 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2357         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2358         mm-replace-in-string for compatibility issues.
2359         * mml2015.el (mml2015-epg-verify): Ditto.
2361 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2363         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2365         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2367 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2369         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2370         continue on and do the clean-up phase (bug#9188).
2372         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2373         just ignore groups that can't be opened instead of erroring out
2374         (bug#9225).
2376         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2377         nil since some many people are fuddy-duddies.
2379         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2380         images.
2382         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2383         instead.
2385         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2387         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2389         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2390         processing.
2392         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2393         buffer to avoid warnings.
2395 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2397         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2398         specified to reduce precision.
2400 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2403         bodystructures (bug#9314).
2405 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2407         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2408         Make button keymap non-sticky after buttons.
2410 2011-08-18  David Engster  <dengste@eml.cc>
2412         * nnmairix.el (nnmairix-request-set-mark)
2413         (nnmairix-goto-original-article): Remove adding of article to registry,
2414         since `gnus-registry-add-group' isn't available anymore.
2415         (nnmairix-determine-original-group-from-registry):
2416         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2417         available anymore.
2419 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2421         * starttls.el (starttls-any-program-available): Define as obsolete
2422         function.
2424 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2426         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2427         versions which Gnus use when appropriate.
2429         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2430         a pretty destructive command.
2432         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2434 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2436         * message.el (message-fix-before-sending): Make a different warning
2437         about NUL characters (bug#9270).
2439         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2440         from custom (bug#9260).
2442         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2443         things work in Emacs 22 and XEmacs, too.
2445         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2446         default From.
2448         * gnus-spec.el (gnus-lrm-string-p): New macro.
2449         (gnus-lrm-string): New constant.
2450         (gnus-summary-line-format-spec): LRM-ify the from.
2451         (gnus-tilde-max-form): LRM-ify string chopping.
2453         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2455         * message.el (message-is-yours-p): Allow disabling canlock checking
2456         (bug#9295).
2457         (message-shoot-gnksa-feet): Add `canlock-verify'.
2458         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2459         message directory isn't writable (bug#9304).
2461         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2462         non-world-readable.
2464 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2466         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2467         articles.
2469 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2471         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2472         copy-list.
2474 2011-08-12  Sam Steingold  <sds@gnu.org>
2476         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2477         in the reverse order to avoid modifying the cache with `nreverse'.
2478         (gnus-all-score-files): Do not modify the value returned by
2479         `gnus-score-find-alist' because it lives in a cache variable.
2480         (gnus-current-home-score-file): No need to `nreverse' the return value
2481         of `gnus-score-find-alist', it is already in the correct order.
2483 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2485         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2486         type MESSAGE and subtype RFC822 is slightly different from those of
2487         type TEXT.
2489 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2491         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2492         This allows article-referral to work from an nnir group.
2494 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2496         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2498 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2500         * mml1991.el (mml1991-epg-find-usable-key)
2501         (mml1991-epg-find-usable-secret-key): New function.
2502         (mml1991-epg-sign): Check if signing key is usable.
2503         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2505 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2507         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2508         server-variables only.  This should fix a bug introduced with commit
2509         e1889675b7f4adf057833c5513c9374134c4e053.
2510         (nnir-run-query): 'nnir-search-engine should not be set from the global
2511         environment.
2513 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2515         * nnir.el (nnir-search-thread): Position point on referring article
2516         line.
2517         (nnir-warp-to-article): Clean up summary buffers.
2519         * nnimap.el (nnimap-request-thread): Whitespace fix.
2521 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2523         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2525 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527         * starttls.el (starttls-available-p): Rename from
2528         `starttls-any-program-available' and changed return convention.
2530 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2532         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2533         `unix-sync' unless it's defined.
2535 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2537         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2538         `aref' for XEmacs compatibiltiy.
2540 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2544 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2546         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2547         closures, quote the form properly (bug#9194).
2549 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2552         (gnus-summary-insert-new-articles): Protect against servers that are
2553         down.
2555 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2557         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2558         in mm handle if none is specified.
2560 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2562         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2564 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2566         * nnir.el (nnir-search-thread): New function to make an nnir group
2567         based on a thread query.
2569         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2570         of nnir in thread referral.
2571         (gnus-summary-refer-thread): Use it.
2573         * nnimap.el (nnimap-request-thread): Use it.
2575 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577         * shr.el (shr-tag-comment): Ignore HTML comments.
2579 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2581         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2582         argument.
2583         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2584         Use `nnir-address' to handle server info rather than passing an arg.
2586         * nnimap.el (nnimap-make-thread-query): New utility function to format
2587         an imap thread search query.
2588         (nnimap-request-thread): Use it.
2590         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2591         right select-method if we are not going back to the group buffer.
2593 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2596         enter invalid buffer configurations into the quit form (bug#9107).
2597         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2598         unplugged/plugged.
2600         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2601         keep track of which ones are unread (bug#9061).
2603         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2604         (bug#9055).
2606         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2607         (bug#9041).
2609         * gnus-html.el (mm-util): Require (bug#9073).
2611         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2612         (gnus-summary-refer-thread): Use it to remove duplicates in the
2613         un-threaded view (bug#9053).
2614         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2616 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2618         * nnir.el (nnir-read-server-parm): Use default value from global
2619         variable.  Without this the default search engine parameters aren't
2620         used at all.
2622 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2624         * message.el (message-unique-id): Don't use the undocumented return
2625         value from (random t) (bug#9118).
2627 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2629         * message.el (message-auto-save-directory): If the ~/Mail directory
2630         doesn't exist, use ~ as the auto-save directory (bug#4432).
2632         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2633         hasn't already been started.
2635 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2637         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2639         * message.el (message-reply): Work around mysterious bug where
2640         `message-mode' seems to overwrite the locally bound `subject' variable.
2642 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2644         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2645         correct group.
2647         * gnus-int.el (gnus-request-thread): Add group argument.
2649         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2651 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2653         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2654         renamed to `debbugs-gnu-*'.
2656 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2658         * plstore.el: Revert the editing feature since it is not urgent.
2659         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2660         (plstore-mode-decoded): Remove.
2662 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2665         isn't very interesting any more, and it leaks potentially secret data.
2666         (gnus-debug): Remove.
2668         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2669         use of :custom-show.
2671 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2673         * plstore.el: Add documentation.
2674         (plstore-mode): New mode to edit plstore file.
2675         (plstore-mode-toggle-display, plstore-mode-original)
2676         (plstore-mode-decoded): New command.
2677         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2678         (plstore--insert-buffer, plstore--make): New function.
2679         (plstore-open, plstore-save): Simplify by using them.
2681 2011-07-06  Glenn Morris  <rgm@gnu.org>
2683         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2685 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2687         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2688         no longer is much used.
2689         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2690         Articles".
2692 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2694         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2695         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2696         `notmuch' backend.
2698 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2700         * mm-decode.el (mm-text-html-renderer): Doc fix.
2702         * gnus-msg.el (gnus-bug): Fix the MML tag.
2704         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2706 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2708         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2709         secondary methods if started with `gnus-no-server'.
2711 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2713         * message.el (message-return-action): Fix typo in docstring.
2715 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2718         bug reports at once.
2720         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2722 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2724         * nndraft.el: Require gnus-group.
2725         (nndraft-request-list): Declare.
2727         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2728         no unread article unless it matches gnus-permanently-visible-groups.
2730         * nndraft.el (nndraft-update-unread-articles): New function.
2731         (nndraft-request-associate-buffer): Use it to update the number of
2732         unread articles for the nndraft groups in the group buffer when saving
2733         or killing a draft message.
2735 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2738         systems to binary before writing and reading the mbox files.
2740         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2741         instead of trying to list them all (bug#8978).
2743 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2745         * pop3.el (pop3-open-server): Use :end-of-capability.
2747 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2749         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2750         the id is always a number.
2752         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2753         debbugs mode, if possible.
2755 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2757         * auth-source.el (auth-source-token-passphrase-callback-function):
2758         Reindent.
2759         (epg-context-operation): Remove unnecessary autoload.
2761 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763         * gnus.el (gnus-list-debbugs): New command.
2765         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2766         mboxstat instead of the maintbox, since the stat seems to be fuller.
2768         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2769         summary buffers.
2771         * message.el (message-get-reply-headers): Delete all duplicates,
2772         instead of the first.
2773         (message-get-reply-headers): Ensure that we have progress while
2774         deleting duplicates.
2776         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2777         gnus-posting-style value from the summary buffer to make it easier to
2778         make that a per-buffer conf.
2780 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2782         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2783         found by setting `shortcut' in 'query.
2784         (nnir-request-article): Use `shortcut' setting when requesting article
2785         by Message-ID.
2787 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2789         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2790         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2791         Bring the pseudo-headers back too.
2793 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2795         * auth-source.el (auth-source-token-passphrase-callback-function):
2796         Simplify and remove EPA dependency.
2798 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2800         * nnir.el (nnir-request-article): Fix error message text.
2802 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2804         * auth-source.el (plstore-delete): Autoload.
2805         (auth-source-plstore-search): Support delete operation.
2806         * plstore.el (plstore-delete): New function.
2808 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2810         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2811         mark actually existing articles as unread rather than the ones that
2812         active asserts.
2814 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2816         * nntp.el (nntp-record-command):
2817         * gnus-util.el (gnus-message-with-timestamp-1):
2818         Use format-time-string rather than decoding time stamps by hand.
2819         This is simpler and insulates the code from potential changes to
2820         current-time format.
2822 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2824         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2826 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2828         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2829         (plstore-save): Support public key encryption.
2830         (plstore--init-from-buffer): New function.
2831         (plstore-open): Use it; fix error when opening a non-existent file.
2832         (plstore-revert): Use plstore--init-from-buffer.
2834 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2836         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2838 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2840         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2841         for old Emacsen.
2843 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2845         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2846         is not fully working.
2848 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2850         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2851         quit window configuration.
2853         * auth-source.el (epg-context-set-passphrase-callback):
2854         Remove duplicate autoload.
2856 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2858         * nnir.el (nnir-request-article): Allow requesting articles by
2859         Message-ID with nnimap.
2861         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2862         current server.
2864 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2866         * auth-source.el: Autoload EPA/EPG functions.
2867         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2868         changed when EPA/EPG is not available.
2869         (auth-source-backend): Rename "arg" member to "data".
2870         (auth-source-backend-parse, auth-source-plstore-search)
2871         (auth-source-plstore-create): Use it.
2873 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2875         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2876         `gnus-refer-article-methods'.
2878 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2880         * auth-source.el: Require EPA and EPG.
2881         (auth-source-passphrase-alist): New variable.
2882         (auth-source-passphrase-callback-function)
2883         (auth-source-token-passphrase-callback-function): Callbacks for the
2884         netrc field encryption (GPG tokens).
2885         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2886         Symmetric encryption and decryption of the netrc GPG tokens.
2887         (auth-source-netrc-normalize): Use them, simplifying the closure.
2889 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2891         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2892         non-nil, and `nnimap-split-methods' is nil, use the former.
2894 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2896         * plstore.el (plstore-revert): New function.
2897         (plstore-open): Use it; hide the buffer from user.
2899 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2901         * auth-source.el (auth-source-backend): New member "arg".
2902         (auth-source-backend-parse): Handle new backend 'plstore.
2903         * plstore.el: New file.
2905 2011-06-30  Glenn Morris  <rgm@gnu.org>
2907         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2909         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2911 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2914         expiring articles to.
2916         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2917         variations as ASCII (bug#5458).
2919 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2921         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2923 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2925         * message.el (message-point-in-header-p): Tweak the function to default
2926         to saying that we're not in the headers if there is no separator at
2927         all.  This makes it possible to use the Message version of `M-q' in
2928         buffers with no headers (bug#7987).
2929         (message-point-in-header-p): Fix last checkin to work with an empty
2930         mail-header-separator, too.
2932         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2933         again, save the choice via customize.
2935 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2937         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2939         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2940         ended the connection, bail out before waiting infinitely on a new
2941         connection.
2943 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2945         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2946         reports.
2948         * gnus.el (gnus-bug-package): Use "gnus."
2949         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2951 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2954         animations going on at article exit time.
2956         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2957         since removing it breaks people upgrading.
2959         * shr.el (shr-put-image): Use the new interface for animating images.
2960         (shr-put-image): Animate for 60 seconds.
2962         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2963         error with `find-file-hooks' on Emacs 22.
2964         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2965         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2966         on all architectures.
2968         * spam.el (spam-stat): Require in a normal fashion without binding
2969         `spam-stat-install-hooks' to avoid compilation warnings.
2971         * spam-stat.el (spam-stat-install-hooks): Remove.
2972         (spam-stat-install-hooks): Don't run automatically.
2974 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2976         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2977         and keystroke.
2979 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2981         * auth-source.el (auth-source-netrc-cache): Move forward.
2983 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2986         we already know.
2987         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2988         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2990 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2992         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2993         %S format, since that looks odd.
2994         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2995         file, especially when saving.
2997 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2999         * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
3000         article found.
3002 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3004         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3005         `auth-source-save-secrets' with a more sensitive alist that can be
3006         configured per file.  Experimental, so defaults to 'never.
3007         (auth-source-netrc-create): Use it.  Still experimental code.
3008         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3009         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3011 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3013         * auth-source.el (auth-source-save-secrets): New variable to control if
3014         secret tokens should be saved encrypted.
3015         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3016         to `auth-source-netrc-normalize'.
3017         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3018         on the EPA variables being defined.
3019         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3020         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3021         the lexical-let closure.
3022         (auth-source-netrc-create): Create "gpg:" tokens according to
3023         `auth-source-save-secrets'.
3025 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3027         * gnus-group.el (gnus-group-update-group): Add new argument
3028         `info-unchanged' that stops updating dribble buffer.
3030         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3031         deletes lines matching to it in dribble buffer.
3033         * gnus-agent.el (gnus-agent-fetch-group-1):
3034         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3035         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3036         * gnus-start.el (gnus-group-change-level):
3037         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3039         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3040         if newsgroup info is not changed.
3042         * gnus-group.el (gnus-group-get-new-news-this-group):
3043         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3044         Don't update dribble buffer.
3046 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3048         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3049         remove entries with groups we ignore.
3051 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3053         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3054         the underline comes at the bottom.
3056 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3058         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3059         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3060         (gnus-registry-article-marks-to-names): Rename from
3061         `gnus-registry-user-format-function-M2'.
3063 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3065         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3066         ephemeral group.
3068 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3070         * shr.el (shr-browse-image): Copy the URL if called interactively.
3072 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3074         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3075         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3076         done, then unselected articles may be marked as read.
3078         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3079         since not doing this seems to lead to a race condition in pop3-logon.
3081         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3082         so that the call chain it correct when we call "upwards".
3084         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3085         in read-only groups.
3087         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3089         * message.el (message-cite-reply-position): Doc string fix.
3091         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3092         avoid regexp overflow.
3093         (nnimap-transform-split-mail): Ditto.
3095         * pop3.el (pop3-retr): Error out if the server closes the connection.
3097 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3099         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3100         mm-with-unibyte-current-buffer.  The buffer should not contain any
3101         multibyte chars anyway at this stage.
3103 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3106         at the end of lines.
3108 2011-05-29  Julien Danjou  <julien@danjou.info>
3110         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3112 2011-05-27  Glenn Morris  <rgm@gnu.org>
3114         * gnus-group.el (gnus-bug-group-download-format-alist):
3115         Use the "maintainer" version of debian reports as well.
3117 2011-05-26  Glenn Morris  <rgm@gnu.org>
3119         * gnus-group.el (gnus-bug-group-download-format-alist):
3120         Use the "maintainer" version of debbugs.gnu.org reports.
3122 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3124         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3126 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3128         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3129         the thread moves us backwards and so we loop forever.
3131 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3133         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3134         whitespace in base64 data lines.
3136 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3138         * gnus-registry.el (gnus-registry-user-format-function-M):
3139         Use `mapconcat'.
3140         (gnus-registry-user-format-function-M2): Use to see the full text of
3141         the marks.  Make "," the mark text separator.
3143         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3144         authentication with auth-source.
3146 2011-05-17  Glenn Morris  <rgm@gnu.org>
3148         * gnus-group.el (gnus-import-other-newsrc-file):
3149         Use insert-file-contents.
3151 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3153         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3154         1000 iterations.
3156 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3158         * nntp.el (nntp-open-connection): Check if process-type is available.
3160 2011-05-16  Julien Danjou  <julien@danjou.info>
3162         * shr.el (shr-tag-del): Add support for del tag.
3164 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3166         * gnus-html.el (gnus-html-put-image): Register a displayer.
3168         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3170 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3172         * registry.el (prune-factor): New initialization parameter defaulting
3173         to 0.1.
3174         (registry-prune-hard): Use it.
3176         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3177         0.1 expicitly.
3179 2011-05-13  Glenn Morris  <rgm@gnu.org>
3181         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3182         is bound, since this function requires sendmail.
3184 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3186         * registry.el (registry-usage-test): Disable pruning test.
3188 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3190         * registry.el (registry-prune-hard-candidates)
3191         (registry-prune-soft-candidates): Helper methods for registry pruning.
3192         (registry-prune): Use them.  Make the sort function optional.
3194 2011-05-10  Jim Meyering  <meyering@redhat.com>
3196         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3198 2011-05-10  Julien Danjou  <julien@danjou.info>
3200         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3201         symbol and not a list.
3203 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3205         * gnus-art.el (gnus-article-mode): Move binding of
3206         shr-put-image-function here from gnus-article-prepare-display.
3208         * shr.el (shr-put-image-function): New variable.
3209         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3210         (shr-put-image): Return scaled image.
3212         * gnus-art.el (gnus-shr-put-image): New function.
3213         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3215         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3216         original ones, as deletable.
3218 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3220         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3222 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3224         * registry.el (registry-full): Add convenience method.  Fix logic.
3225         (registry-insert): Use it.  Fix logic here too.
3227         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3228         `registry-prune' if `registry-full' returns t.
3229         (gnus-registry-handle-action)
3230         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3231         (gnus-registry-usage-test): Use it.
3233 2011-05-07  Julien Danjou  <julien@danjou.info>
3235         * shr.el (shr-link): Make shr-link inherit from link by default.
3237 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3239         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3241 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3243         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3244         error out because the face is not a list.
3246 2011-05-05  Glenn Morris  <rgm@gnu.org>
3248         * gnus-start.el (gnus-propagate-marks): Declare.
3250 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3252         * registry.el (registry-reindex): Fix percentage message.
3254 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3256         * shr.el: Add shr-link face for links.
3257         (shr-urlify): Use it.
3259         * registry.el (registry-insert): Make error message more helpful.
3261 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263         * gnus-html.el (gnus-html-schedule-image-fetching):
3264         Use url-queue-retrieve, if it exists.
3266         * shr.el (shr-tag-img): Ditto.
3268         * gnus.el: Autoload more gnus-agent functions.
3270         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3271         agent if we haven't already (bug#8502).
3273         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3274         into the Agent, too.
3276         * gnus-agent.el (gnus-agent-store-article): New function.
3278         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3279         and moved from that file for reuse.
3281         * pop3.el (pop3-open-server): Error messages are "-ERR".
3283 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3285         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3286         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3288 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3290         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3291         buffer has moved to a different frame.
3293 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3295         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3296         to get the conversion from unibyte to multibyte buffers to work on
3297         Emacs 22.
3299         * nntp.el (nntp-request-article): Slight clean-up.
3301 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3303         * shr.el (shr-strike-through): New face.
3304         (shr-tag-s): Use it to provide <s> support.
3305         (shr-tag-s): Remove duplicate definition.
3307 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3309         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3310         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3312 2011-04-23  Glenn Morris  <rgm@gnu.org>
3314         * gnus-sum.el (gnus-extra-headers): Bump :version.
3316 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3318         * shr.el (shr-tag-sup): New function.
3319         (shr-tag-sub): Ditto.
3321 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3323         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3324         for the case where `gnus-registry-ignored-groups' is a list of lists,
3325         and don't call `gnus-parameter-registry-ignore' otherwise.
3327 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3329         * nnimap.el (nnimap-user): New backend variable.
3330         (nnimap-open-connection-1): Use it.
3331         (nnimap-credentials): Accept user parameter so it's explicit what user
3332         name is desired.
3334         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3335         default.
3337         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3338         not gnus-registry.el.
3340         * gnus-registry.el: Mention in comments how to modify
3341         `gnus-extra-headers' for proper recipient tracking and that it may
3342         already have To and Cc recently, which it does as of this commit.
3343         (gnus-registry-ignored-groups): Remove defcustom.
3344         Explain why in comments.
3345         (gnus-registry-action): Fix data-header reference to use the extra
3346         headers.  Explain in package commentary how to add To and Cc headers to
3347         the gnus-extra-headers.
3348         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3349         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3350         parameter list or a string list in `gnus-registry-ignored-groups'.
3351         Fix logic error.
3353 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3355         * shr.el (shr-expand-url): Protect against null urls.
3357 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359         * shr.el (shr-base): New binding.
3360         (shr-tag-base): Keep track of <base>.
3361         (shr-expand-url): New function used throughout.
3363 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3365         * gnus-registry.el
3366         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3367         (gnus-registry-ignored-groups): New variable.
3368         (gnus-registry-ignore-group-p): Use it.
3369         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3370         set the destination group to nil (same as delete) if it's ignored.
3372 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3374         * gnus-registry.el (gnus-registry-action)
3375         (gnus-registry-fetch-header-fast):
3376         Don't use mail-header that looks an internal function of mailheader.el.
3378 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3380         * gnus-registry.el: Eliminate cl functions.
3381         (gnus-registry-sort-addresses): New function that replaces mapcan.
3382         (gnus-registry-action, gnus-registry-spool-action)
3383         (gnus-registry-split-fancy-with-parent)
3384         (gnus-registry-fetch-recipients-fast): Use it.
3385         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3387         * registry.el (initialize-instance, registry-lookup)
3388         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3389         (registry-lookup-secondary-value, registry-search, registry-delete)
3390         (registry-insert, registry-reindex, registry-size, registry-prune):
3391         Use eval-and-compile.
3393 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3395         * registry.el (registry-reindex): New method to recreate the secondary
3396         registry indices.
3398         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3399         tracked field changes.
3400         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3401         (gnus-registry-action, gnus-registry-spool-action)
3402         (gnus-registry-handle-action)
3403         (gnus-registry--split-fancy-with-parent-internal)
3404         (gnus-registry-split-fancy-with-parent)
3405         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3406         move, and delete actions, and for fancy splitting with parent.
3407         (gnus-registry-extract-addresses)
3408         (gnus-registry-fetch-recipients-fast)
3409         (gnus-registry-fetch-header-fast): Convenience functions.
3410         (gnus-registry-misc-test): ERT test of
3411         `gnus-registry-extract-addresses'.
3413 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3415         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3416         Track by subject first, then sender.
3418 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3420         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3422         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3423         Lisp.
3425         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3426         (gnus-draft-send): Use it to avoid popping
3427         up frames from gnus-group-send-queue.
3429 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3431         * gnus-registry.el: Updated gnus-registry docs.
3433 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3435         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3436         Fix logic bug.
3437         (gnus-registry-post-process-groups): Fix logging of no results and
3438         quote sender and subject.
3440 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3443         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3444         we had no early-data returned.
3445         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3446         two async commands to the same server at the same time.
3448 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3450         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3452 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3454         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3455         "warning" level.
3457         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3458         (mm-url-insert-file-contents): Don't set the package names.
3460 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3462         * gnus-registry.el (gnus-registry-action): Remove properties and
3463         simplify subject in `gnus-registry-handle-action'.
3464         (gnus-registry-spool-action): Get subject and sender from message if
3465         they are not passed in.
3466         (gnus-registry-handle-action): Remove properties and simplify subject
3467         consistently.
3469 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3471         * registry.el: Require CL before using defmacro*.
3473 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3475         * gnus-art.el (article-treat-date): Assume that
3476         gnus-article-date-headers may be a group parameter.
3478 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3480         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3482         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3483         interactively so the newsrc file can contain foreign groups too.
3484         Useful for debugging but not much for users.
3486 2011-04-07  David Engster  <dengste@eml.cc>
3488         * registry.el (registry-usage-test): Only do
3489         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3490         lexical binding.
3492 2011-04-06  David Engster  <dengste@eml.cc>
3494         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3495         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3497 2011-04-06  David Engster  <dengste@eml.cc>
3499         * registry.el (initialize-instance): Change :after to :AFTER to be
3500         compatible with old EIEIO version in XEmacs.
3502 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3504         * gnus-registry.el (gnus-registry-post-process-groups)
3505         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3506         and provide better messaging.
3508 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3510         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3511         unconditionally anyway, discarding errors.
3512         (gnus-registry-delete-entries): New convenience function.
3513         (gnus-registry-import-eld): Import from old .eld registry.
3515         * registry.el: Don't use ERT if it's not available.  Load it
3516         unconditionally anyway, discarding errors.
3518         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3519         version from the Claudio Bley GnuTLS patch (extra optional parameters
3520         and host name).
3522 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3524         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3525         fixup the parameters that can be customized by the user between
3526         save/read cycles.
3527         (gnus-registry-read): Use it.
3528         (gnus-registry-make-db): Use it.
3529         (gnus-registry-spool-action, gnus-registry-handle-action):
3530         Fix messaging.
3531         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3532         Map references to actual group names with sender and subject tracking.
3533         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3534         (gnus-registry-usage-test): Add subject lookup test.
3536         * registry.el (registry-db, initialize-instance): Set up constructor
3537         instead of :initform arguments for the sake of older Emacsen.
3538         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3539         pre-lexbind merge bug.
3540         (registry-usage-test): Use it.
3541         (initialize-instance, registry-db): Move the non-function initforms
3542         back to the class definition.
3544 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3546         * registry.el: New library to manage gnus-registry-style data.
3548         * gnus-registry.el: Use it (major rewrite).
3550         * nnregistry.el: Use it.
3552         * spam.el: Use it.
3554 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3556         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3557         marks on non-selected articles.
3559 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3561         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
3563         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3564         parameter to open-protocol-stream.
3566 2011-04-01  Julien Danjou  <julien@danjou.info>
3568         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3569         fundamental-mode.
3571 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3574         servers.
3576 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3578         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3579         made marks not propagate, again.
3581 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3583         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3584         Make this the default type.
3585         (proto-stream-open-plain): Rename from proto-stream-open-default.
3586         (open-protocol-stream, proto-stream-open-starttls)
3587         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3588         with `plain'.
3590         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3591         value.
3593         * nntp.el (nntp-open-connection-function): Document the fact that some
3594         values are not functions but are instead handled specially.
3595         Recognize nntp-open-plain-stream value.
3596         (nntp-open-connection): Recognize that value.
3598 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3600         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3601         stuff.
3603         * gnus-score.el (gnus-score-string): Fix calling convention of
3604         `gnus-simplify-buffer-fuzzy' after last patches.
3606         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3607         server for articles we didn't get any headers for.  This is a sanity
3608         check.
3610 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3612         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3613         new CAPABILITY, use it.
3615 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3617         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3618         downloading anything.
3620         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3622 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3624         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3625         colors.
3626         (gnus-splash-svg-color-symbols): New function.
3628 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3630         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3631         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3632         (gnus-simplify-subject-fuzzy): Use the local
3633         gnus-simplify-subject-fuzzy-regex instead of the global one.
3634         This makes using this variable in group parameters work.
3636 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3638         * gnus-registry.el (gnus-registry-unfollowed-groups):
3639         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3640         archive:sent-YYYY-MM-DD groups).
3641         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3642         tracking if there are more than `gnus-registry-max-track-groups'
3643         matches.
3645 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3647         * message.el (message--yank-original-internal): New function to do the
3648         insertion cleanly inside eval in `message-yank-original'.
3649         (message-yank-original): Use it.
3651 2011-03-29  Julien Danjou  <julien@danjou.info>
3653         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3654         local variables disabled rather than `normal-mode'.
3656 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3658         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3659         with open-network-stream.
3660         (proto-stream-always-use-starttls): Option removed.
3661         (open-protocol-stream): Return a process object by default.  Provide a
3662         new parameter :return-list specifying a list-type return value, which
3663         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3664         :type `network' to `try-starttls', and `network-only' to `default'.
3665         Make `default' the default, for compatibility with open-network-stream.
3666         Handle the no-parameter case exactly as open-network-stream, with no
3667         additional stream processing.  Search plists using plist-get.
3668         Explicitly add :end-of-commend parameter if it is missing.
3669         (proto-stream-open-default): Rename from
3670         proto-stream-open-network-only.  Return 'default as the type.
3671         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3672         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3673         failed.  Always return a list with a (possibly dead) process as the
3674         first element, for compatibility with open-network-stream.
3675         (proto-stream-open-tls): Use plist-get.  Always return a list.
3676         (proto-stream-open-shell): Return `default' as connection type.
3677         (proto-stream-capability-open): Use plist-get.
3678         (proto-stream-eoc): Function deleted.
3680         * nnimap.el (nnimap-stream, nnimap-open-connection)
3681         (nnimap-open-connection-1): Handle renaming of :type parameter for
3682         open-protocol-stream.
3683         (nnimap-open-connection-1): Pass a :return-list parameter
3684         open-protocol-stream to obtain a list return value.  Parse this list
3685         using plist-get.
3687         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3688         for open-protocol-stream.  Accept open-protocol-stream return value
3689         that is a subprocess object instead of a list.  Handle the case of a
3690         dead returned process.
3692 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3694         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3696         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3698 2011-03-21  Julien Danjou  <julien@danjou.info>
3700         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3701         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3702         query.
3703         (mm-inline-text): Render normal text with fontification whenever
3704         possible.
3706         * gnus-sum.el (gnus-summary-save-parts-1):
3707         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3708         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3709         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3710         Use `mm-handle-filename'.
3712         * mm-util.el (mm-handle-filename): New function, return the filename of
3713         an handle.
3715 2011-03-18  Julien Danjou  <julien@danjou.info>
3717         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3718         (gnus-buffer-live-p): Check that buffer is not nil.
3720 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722         * gnus-art.el: Require mouse, which the build bot seems to say is
3723         needed.
3725         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3726         XEmacs, since it doesn't have url-retrieve-synchronously.
3728 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3730         * gnus-group.el (gnus-group-list-ticked): New function.
3731         (gnus-group-make-menu-bar): Provide a menu entry for it.
3732         (gnus-group-list-map): Provide a binding for it.
3734 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3736         * shr.el (shr-visit-file): New command.
3738         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3740 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3742         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3743         servers.
3745 2011-03-16  Julien Danjou  <julien@danjou.info>
3747         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3748         inline.
3750         * gnus-art.el (article-hide-list-identifiers):
3751         Use gnus-group-get-list-identifiers.
3753         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3754         (gnus-summary-remove-list-identifiers):
3755         Use gnus-group-get-list-identifiers to get regexp.
3756         (gnus-select-newsgroup, gnus-summary-insert-subject)
3757         (gnus-summary-insert-articles):
3758         Call gnus-summary-remove-list-identifiers unconditionally.
3760 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3762         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3763         we're selecting a group with unread articles.
3765         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3767         * gssapi.el: New file separated out from imap.el to provide a general
3768         Kerberos 5 connection facility for Emacs.
3770         * message.el (message-elide-ellipsis): Document the format spec
3771         ellipsis.
3773 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3775         * message.el (message-elide-region): Allow the ellipsis to say how many
3776         lines were removed.
3778 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3780         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3781         window configurations containing buffers that are now dead.
3783         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3784         parsing to avoid integer overflows.
3785         (nnimap-parse-flags): Simplify the last change.
3786         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3787         too large for 32-bit Emacsen.
3789 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3791         * auth-source.el (auth-source-netrc-create):
3792         * message.el (message-yank-original): Fix use of `case'.
3794 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3796         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3797         XEmacs, which was one character too wide.
3799 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3801         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3802         default number of articles to display.
3803         (gnus-articles-to-read): Use pretty names for prompt.
3805 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3807         * gnus-int.el (gnus-open-server): Ditto.
3809         * gnus-start.el (gnus-activate-group): Give a backtrace if
3810         debug-on-quit is set and the user hits `C-g'.
3811         (gnus-read-active-file): Ditto.
3813         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3815 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3817         * message.el (message-yank-original): Use cond instead of CL case.
3819 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3821         * auth-source.el (auth-source-netrc-create): Use usual format for the
3822         default in prompts.
3824 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3826         * auth-source.el (auth-source-netrc-create): Show the default in the
3827         prompt when prompting for token creation.
3829 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3831         * auth-source.el (auth-source-format-prompt): Always convert the value
3832         to a string to avoid evaluating non-string arguments.
3833         (auth-source-netrc-create): Offer default properly, not as initial
3834         content in `read-string'.
3835         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3836         of line to determine if we've been run before.  If so, don't run again,
3837         but print a trivial message to indicate the cache was hit instead.
3839 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3841         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3842         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3843         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3844         Gnus.
3846 2011-03-11  Julien Danjou  <julien@danjou.info>
3848         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3849         modified file".
3851 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3853         * auth-source.el (auth-source-read-char-choice): New function to read a
3854         character choice using `dropdown-list', `read-char-choice', or
3855         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3856         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3857         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3858         (auth-source-netrc-saver): Use it.
3859         (auth-source-pick-first-password): New convenience function.
3861 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3863         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3864         parameter in the credentials.
3865         (nnimap-open-connection-1): Use it after a successful login.
3866         (nnimap-credentials): Add IMAP-specific user and password prompt.
3868         * auth-source.el (auth-source-search): Add :require parameter, taking a
3869         list.  Document it and the :save-function return token.  Pass :require
3870         down.  Change the CREATED message from a warning to a debug statement.
3871         (auth-source-search-backends): Pass :require down.
3872         (auth-source-netrc-search): Pass :require down.
3873         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3874         Change save prompt to indicate all modifications saved here are
3875         deletions.
3876         (auth-source-netrc-create): Take user login name as default in user
3877         prompt.  Move all the save functionality to a lexically bound function
3878         under the :save-function token in the returned list.  Set up clearer
3879         default prompts for user, host, port, and secret.
3880         (auth-source-netrc-saver): New function, intended to be wrapped for
3881         :save-function.
3883 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
3885         * Version 23.3 released.
3887 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3889         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3890         lines to be spaces instead.
3892 2011-03-07  Julien Danjou  <julien@danjou.info>
3894         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3895         (sieve-sasl-auth): Check that auth-source-search did return something,
3896         or just return an empty string.
3898 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3900         * gnus.el (gnus-interactive): Use read-directory-name.
3902         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3903         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3904         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3905         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3906         Likewise.
3908         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3910 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3912         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3913         onto the list of killed groups, too.  This makes killed nnimap groups,
3914         for instance, more reliably not reappear.
3916         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3917         the parent.
3919         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3921         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3922         really have server-side marks.
3924         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3925         since most backends do not usefully have server-side marks.
3926         (gnus-update-read-articles): Propagate marks to all backends that
3927         really have server-side marks.
3929 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3931         * message.el (message-cite-reply-position, message-cite-style):
3932         New variables.
3933         (message-yank-original): Use the new citation styles.
3935 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3937         * message.el (message-options): Revert the change that's a workaround
3938         for XEmacs buffer-local issue; don't mark it buffer-local when running
3939         under XEmacs.
3941 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3943         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3944         numbers too big to be `read'.
3946 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3948         * message.el (message-options): Make buffer-local two ways to attempt
3949         to fix a XEmacs bug.
3951 2011-03-02  Julien Danjou  <julien@danjou.info>
3953         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3955 2011-03-01  Julien Danjou  <julien@danjou.info>
3957         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3958         group.
3959         (article-hide-list-identifiers): Use list-identifier group parameter.
3961 2011-02-28  Julien Danjou  <julien@danjou.info>
3963         * sieve.el (sieve-buffer-script-name): New local variable to store
3964         sieve script name.
3965         (sieve-edit-script): Store sieve script name.
3966         (sieve-upload): Use sieve script name when uploading.
3967         (sieve-upload): Use substitute-command-keys.
3968         (sieve-edit-script): Use substitute-command-keys.
3969         (sieve-refresh-scriptlist): Use substitute-command-keys.
3970         (sieve-manage-mode-map): Define keymap properly.
3971         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3972         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3973         Remove commented code about cvs.
3974         (sieve-manage-quit): New function.
3975         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3977 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3979         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3981 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3983         * auth-source.el (auth-source-search): Cache empty result sets.
3985         * auth-source.el (auth-source-save-behavior): New variable to replace
3986         `auth-source-never-create'.
3987         (auth-source-netrc-create): Use it.
3988         (auth-source-never-save): Remove.
3990 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3992         * nnimap.el (nnimap-stream): Doc fix.
3993         (nnimap-open-connection-1): Reverse the order of the ports to that the
3994         prompted-for port is first.
3996         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3997         retrieval by the no-group selection.
3999         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4000         numerical parameters.
4002 2011-02-25  Julien Danjou  <julien@danjou.info>
4004         * gnus-gravatar.el: Use gnus-with-article-buffer.
4006         * gnus-art.el (gnus-with-article-buffer): Check that the
4007         gnus-article-buffer is alive.
4009 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4011         * auth-source.el (auth-source-creation-prompts): New variable to manage
4012         creation-time prompts.
4013         (auth-source-search): Document it.
4014         (auth-source-format-prompt): Add utility function.
4015         (auth-source-netrc-create): Don't default the user name to
4016         user-login-name.  Use `auth-source-creation-prompts' and some default
4017         prompts for user, host, port, and password (the default generic prompt
4018         remains ugly).
4019         (auth-source-never-save): Add customizable option to never save info.
4020         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4021         mode excursion.
4023 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4025         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4026         argument that XEmacs doesn't support.
4028 2011-02-23  Julien Danjou  <julien@danjou.info>
4030         * gnus-art.el (article-make-date-line): Ignore errors if time is
4031         invalid and not convertible.
4032         (article-make-date-line): Only add lapsed time if time is not nil.
4034 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4036         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4037         `read-char-choice' for backwards compatibility.
4038         (auth-source-netrc-element-or-first): New function to DTRT for
4039         parameter extraction.
4040         (auth-source-netrc-create): Use it and fix multiple parameter print
4041         bug.  Use the default passed from above (given-default) or the
4042         built-in (user-login-name for :user).
4044 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4046         * gnus-start.el (gnus-dribble-read-file):
4047         Set buffer-save-without-query, since we always want to save the dribble
4048         file, probably.
4050         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4051         nnimap.
4053         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4054         -summary- since it's a user-visible variable.
4056         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4057         first time you use the new Gnus.
4059 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4061         * auth-source.el: Don't load netrc.el.
4062         (auth-sources): Search ~/.netrc as well by default.
4063         (auth-source-debug): Add 'trivia option for extra output.
4064         (auth-source-do-trivia): Use it.
4065         (auth-source-search): Simplify logic to use
4066         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4067         appropriate.  Don't keep a running count at this level.  Layer :create
4068         and :delete options appropriately on the first and second passes.
4069         Don't track the backend with the search results.
4070         (auth-source-search-backends): New function to search a list of
4071         backends for a processed spec.
4072         (auth-source-netrc-parse): Cache all netrc files, making
4073         auth-source-netrc-cache an alist keyed by the file name and using the
4074         file mtime as the caching criterion.  Keep the obfuscated data secret
4075         with a lexical bind.
4076         (auth-source-netrc-search): Don't calculate the length of the results
4077         unnecessarily.
4078         (auth-source-search-backends): Fix bug.
4079         (auth-source-netrc-create): Rework prompts.
4081 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4083         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4084         Lower case names of search constraints.
4085         (nnir-run-query): Cache and reuse search constraints for all imap
4086         servers.
4088 2011-02-22  Sam Steingold  <sds@gnu.org>
4090         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
4092 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4094         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4095         after exit.
4096         (gnus-setup-message): Define missing variable from last checkin.
4098         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4099         value, show the raw article.
4101 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4103         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4104         auth-source now accepts numbers.
4106         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4107         spec, too.
4108         (auth-source-ensure-strings): New function.
4110         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4111         (gnus-article-setup-buffer): Always restart the date timer so that user
4112         changes to the frequency is respected.
4114         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4115         port numbers, so make sure it gets that if nnimap-server-port is
4116         explicit.
4118 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4120         * nnimap.el (nnimap-inbox): Doc fix.
4122 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4124         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4125         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4126         color-lab-to-srgb.
4128 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4130         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4131         given method as in the group name if we're using an extended method.
4132         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4133         command, if we're using that, instead of waiting for the beginning.
4135         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4136         we're sure to get unique server names, and we don't output two async
4137         commands in the same buffer.  This fixes an NNTP hang for some users.
4139 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4141         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4142         summary buffer before reading going to the next buffer.  This avoids
4143         putting the point in the group buffer if you `C-g' the command.
4145         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4146         cache (for now) to make ~/.authinfo.gpg files usable.
4148         * nnfolder.el (copyright-update): Define for the compiler.
4150         * auth-source.el (auth-source-search): Fix unbound variable.
4152 2011-02-19  Glenn Morris  <rgm@gnu.org>
4154         * gnus.el (gnus-meta): Doc fix.
4156 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4158         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4159         in case it's not yet loaded.
4161 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4163         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4164         line we're waiting for.
4166 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4168         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4169         face with line-width greater than zero will cause RET in gnus summary
4170         buffer to scroll down article page-wise because auto vscroll happens,
4171         it should be temporally disabled when doing a scroll-up.
4173 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4175         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4176         outputs from the server.
4178 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4180         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4181         later so that bbdb can hook in easier.
4183 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4185         * auth-source.el (auth-source-search): Don't try to create credentials
4186         if the caller doesn't want that.
4187         (auth-source-search): If we don't find a match, don't bug out on
4188         non-bound variables.
4189         (auth-source-search): Only ask a single backend to create the
4190         credentials.
4192         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4193         logging.
4194         (nnimap-credentials): Protect against auth-source-search returning nil.
4195         (nnimap-request-list): Protect against not being able to open the
4196         server.
4198 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4200         * auth-source.el (auth-source-search): Do a two-phase search, one with
4201         no :create to get the responses from all backends.
4203         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4204         when getting credentials.
4206         * gnus-util.el (gnus-delete-duplicates): New function.
4208 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4210         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4211         a creation default, pass the whole port list down.  It will be
4212         completed.
4214         * auth-source.el (auth-source-search): Updated docs to talk about
4215         multiple creation choices.
4216         (auth-source-netrc-create): Accept a list as a value (from the search
4217         parameters) and do completion on that list.  Keep a separate netrc line
4218         with the password obscured for showing the user.
4220         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4221         first choice to `auth-source-search' so it will be used for entry
4222         creation instead of the server's Gnus-specific name.
4223         (nnimap-credentials): Rely on the auth-source library to select which
4224         port is actually wanted in the new netrc entry, so don't override
4225         `auth-source-creation-defaults'.
4227         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4228         :protocol and accept a missing user, host, or port as a wildcard match.
4229         (auth-source-debug): Default to off.
4231         (auth-source-netrc-search, auth-source-netrc-create)
4232         (auth-source-secrets-search, auth-source-secrets-create)
4233         (auth-source-user-or-password, auth-source-backend, auth-sources)
4234         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4235         instead of :protocol.
4237         * nnimap.el (nnimap-credentials): Pass a port default to
4238         `auth-source-search' in case an entry needs to be created.
4239         (nnimap-open-connection-1): Use :port instead of :protocol.
4241 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4243         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
4244         instead of delete-dups that is not available in XEmacs 21.4.
4246 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4248         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4249         nil means that nnimap doesn't get updated.
4251 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4253         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4254         result when the user doesn't want to write to the file.
4255         (auth-source-netrc-search): Expect a synthetic result and proceed
4256         accordingly.
4257         (auth-source-cache-expiry): New variable to override
4258         `password-cache-expiry'.
4259         (auth-source-remember): Use it.
4261         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4262         parameter.  Create entry if necessary by using :create t.
4263         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4265 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4267         * auth-source.el (auth-source-debug): Enable by default and don't
4268         mention the obsolete `auth-source-hide-passwords'.
4269         (auth-source-do-warn): New function to debug unconditionally.
4270         (auth-source-do-debug): Use it.
4271         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4272         and for Secrets API entries when the secrets.el library is not
4273         available.
4275 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4277         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4278         (gnus-summary-exit): Kill the correct article buffer on exit from a
4279         `C-d' group.
4281         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4282         gnus-propagate-marks.
4284         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4285         before killing the buffers so that a non-full window conf gets handled
4286         correctly.
4287         (gnus-summary-exit): Ditto.
4288         (gnus-summary-read-group-1): Ditto.
4290         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4291         async code again so that we can debug it properly.
4293         * message.el (message-reply): Take an optional switch-buffer parameter
4294         so that Gnus window confs are respected better.
4296 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4298         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4299         `plist-get' to accept non-list parameters (XEmacs issue).
4300         Fix docstring.
4301         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4302         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4303         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4304         Login collection is "Login" and not "login".
4306 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4308         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4309         multiple headers.
4311         * nnimap.el (nnimap-inhibit-logging): New variable.
4312         (nnimap-log-command): Don't log login commands.
4314         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4315         to have more parameters.
4317         * nnimap.el (nnimap-send-command): Mark the command time for each
4318         command, so that we don't get NOOPs stepping on our toes.
4320         * gnus-art.el (article-date-ut): Get the date from the Date header on
4321         `t'.
4323 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4325         * auth-source.el (auth-source-search): Use copy-sequence instead of
4326         the cl.el copy-list.
4328 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4330         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4331         Improve prompt.
4333 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4335         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4336         washing status from the default format.  It isn't very informative.
4338 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4340         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4341         Fix Gcc processing on imap.
4343 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4345         * message.el (message-bury): Don't pop up a new window when selected
4346         window is dedicated.
4348 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4350         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4352 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4354         * sieve-manage.el: Autoload `auth-source-search'.
4355         (sieve-sasl-auth): Use it.
4357 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4359         * nnimap.el: Autoload `auth-source-forget+'.
4360         (nnimap-open-connection-1): Use it if the connection fails.
4362         * auth-source.el: Require `password-cache'.
4363         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4364         obsolete.
4365         (auth-source-magic): Marker for `password-cache' keys.
4366         (auth-source-do-cache): Update docstring.
4367         (auth-source-search): Use and check cache.
4368         (auth-source-forget-all-cached, auth-source-remember)
4369         (auth-source-recall, auth-source-forget, auth-source-forget+)
4370         (auth-source-specmatchp): Caching support functions.
4371         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4372         Remove and obsolete.
4373         (auth-source-user-or-password): Remove caching to further discourage
4374         using it.  Always hide passwords.
4376 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4378         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4379         code for now, since it doesn't work for all users.
4381 2011-02-09  Julien Danjou  <julien@danjou.info>
4383         * message.el (message-options): Make message-options really buffer
4384         local.
4386 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4388         * mail-source.el: Autoload `auth-source-search'.
4389         (mail-source-keyword-map): Note order matters.
4390         (mail-source-set-1): Get all the mail-source source values and
4391         defaults and search auth-source on those if needed.  This can all
4392         probably be simplified.
4394         * nnimap.el: Autoload `auth-source-search'.
4395         (nnimap-credentials): Use it.
4396         (nnimap-open-connection-1): Ask for the virtual server and physical
4397         address in one shot.
4399         * nntp.el: Autoload `auth-source-search'.
4400         (nntp-send-authinfo): Use it.  Note TODO.
4402 2011-02-08  Julien Danjou  <julien@danjou.info>
4404         * shr.el (shr-tag-body): Add support for text attribute in body
4405         markups.
4407         * message.el (message-options): Make message-options a local variable.
4409 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4411         * auth-source.el (auth-source-secrets-search)
4412         (auth-source-user-or-password): Use `append' instead of `nconc'.
4413         (auth-source-user-or-password): Build return list better and protect
4414         against nil :secret.
4416 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4418         * nnimap.el (nnimap-update-info): Refactor slightly.
4419         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4420         (nnimap-update-info): Clean up slightly.
4421         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4422         characters.
4423         (nnimap-process-quirk): Rename function to avoid collision.
4424         (nnimap-update-info): Fix macrology bug-out.
4425         (nnimap-update-info): Simplify split history test.
4427 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4429         * auth-source.el (top): Require 'eieio unconditionally.
4430         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4431         (auth-source-secrets-search): Limit search when `max' is greater than
4432         number of results.
4434 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4436         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4437         part not returning any data.
4439         * proto-stream.el (open-protocol-stream): Document the return value.
4441 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4443         * auth-source.el (auth-source-secrets-search): Add examples.
4445 2011-02-06  Julien Danjou  <julien@danjou.info>
4447         * message.el (message-setup-1): Handle message-generate-headers-first
4448         set to t.
4450 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4452         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4453         API with a string "secrets:collection-name" and with 'default.
4454         (auth-source-backend-parse): Parse "secrets:collection-name" and
4455         'default.  Recurse on parses instead of repeating code.  Use the
4456         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4457         message when ignoring a source.
4458         (auth-source-search): List ignored search keys at the top level.
4459         (auth-source-netrc-create): Use `case' instead of `cond'.
4460         (auth-source-secrets-search): Created with TODOs.
4461         (auth-source-secrets-create): Created with TODOs.
4462         (auth-source-retrieve, auth-source-create, auth-source-delete)
4463         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4464         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4465         (auth-source-user-or-password-sftp)
4466         (auth-source-user-or-password-smtp): Remove.
4467         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4468         around `auth-source-search'.  Not tested thoroughly.
4470 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4472         * auth-source.el: Bring in assoc and eioeio libraries.
4473         (secrets-enabled): New variable to track the status of the Secrets API.
4474         (auth-source-backend): New EIOEIO class to represent a backend.
4475         (auth-source-creation-defaults): New variable to set prompt defaults
4476         during token creation (see the `auth-source-search' docstring for
4477         details).
4478         (auth-sources): Simplify to allow a simple string as a netrc backend
4479         spec.
4480         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4481         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4482         (auth-source-search): Main auth-source API entry point.
4483         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4484         (auth-source-search-collection): Helper function for searching.
4485         (auth-source-netrc-parse, auth-source-netrc-normalize)
4486         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4487         Supports search, create, and delete.
4488         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4489         backend stubs.
4490         (auth-source-user-or-password): Call `auth-source-search' but it's not
4491         ready yet.
4493 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4495         * message.el (message-setup-1): Remove the read-only stuff, since it
4496         doesn't work under XEmacs, for some reason.
4498         * gnus-sum.el (gnus-user-date): Rename back from
4499         gnus-summary-user-date since user code refers to it.
4501         * shr.el (shr-render-td): Store the actual background color used.
4503         * message.el (message-setup-1): Don't bind the constant
4504         -forbidden-properties.
4505         (message-setup-1): Revert previous change, since it needs to bind the
4506         props to insert them.
4507         (message-resend): Allow removing the read-only separator line.
4509 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4511         * nnimap.el (nnimap-request-accept-article): Give an error message if
4512         the APPEND wasn't successful.
4514 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4516         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4517         that have no groups.
4519 2011-02-03  Julien Danjou  <julien@danjou.info>
4521         * gnus-draft.el: Remove progn around gnus-draft-setup.
4523 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4525         * gnus-start.el (gnus-read-active-for-groups): This function is never
4526         called with a nil `infos', so clean that up.
4527         (gnus-get-unread-articles): Request active files from primary/secondary
4528         methods that have no groups (yet).
4530 2011-02-03  Julien Danjou  <julien@danjou.info>
4532         * message.el (message-setup-1): Always generate References first.
4533         (message-mail): Return the return value of message-setup, not always t.
4534         (message-setup-1): Insert mail-header-separator with read-only and
4535         intangible properties set.
4537         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4538         user-date in docstring.
4540         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4542         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4543         docstring.
4545         * gnus.el (gnus-user-date-format-alist): Change default value.
4546         Use defcustom, with type and group.  Move from gnus-util.el.
4547         Rename to gnus-summary-user-date-format-alist.
4549 2011-02-03  Glenn Morris  <rgm@gnu.org>
4551         * nnimap.el (gnus-fetch-headers): Declare.
4553         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4555 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4557         * message.el (message-forward-make-body-digest-plain)
4558         (message-followup, message-reply): Clean up things noted by Stefan.
4560         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4561         gnus-article-update-date-headers is nil.
4562         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4563         it didn't really work with defcustom.
4564         (article-update-date-lapsed): Make sure the window start doesn't move,
4565         either.
4567 2011-02-01  Julien Danjou  <julien@danjou.info>
4569         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4570         format.
4572         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4573         standard in Emacs nowadays.
4575 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4577         * message.el (message-expand-name): Don't trust the return value of
4578         bbdb-complete-name.
4579         (message-check-news-header-syntax): Remove unused var `start'.
4580         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4581         (message-inhibit-body-encoding): Move to before first use.
4582         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4583         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4584         (Organization, Message-ID, Date, mh-previous-window-config):
4585         Defvar the vars using dynamic scoping.
4587 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4589         * shr.el (shr-render-td): Only do colors at the final rendering.
4590         Should be slightly faster.
4591         (shr-insert-table): Fix up TD background colors when doing the
4592         vertical padding.
4594         * gnus-art.el (article-date-ut): Protect against articles with no Date
4595         header.
4596         (article-update-date-lapsed): Don't use current-column to find the
4597         horizontal position.  It's fragile in the presence of \003 characters.
4599         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4601 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4603         * gnus-art.el (article-transform-date): Rewrite to still work when
4604         there are several rfc2822 parts.
4605         (article-transform-date): Fix infinite recursion.
4606         (article-date-ut): Replace infinitely many Date headers with a single
4607         one when called interactively.
4609         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4610         secure manner.
4612         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4613         move around by not using save-window-excursion.  It seems to work...
4615 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4617         * gnus-art.el (article-make-date-line): Work for user-defined format.
4619 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4621         * nntp.el (nntp-retrieve-group-data-early)
4622         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4623         fetching functions.
4625         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4626         thoroughly for all backends that have no known groups.  This should
4627         allow new nnml methods to retrieve mail.
4629         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4630         that Gnus doesn't know exists again.
4632         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4633         (gnus-treat-date-ut): Ditto.
4634         (gnus-article-update-date-header): Rename.
4635         (gnus-treat-date-local): Remove.
4636         (gnus-treat-date-english): Remove.
4637         (gnus-treat-date-lapsed): Remove.
4638         (gnus-treat-date-combined-lapsed): Remove.
4639         (gnus-treat-date-original): Remove.
4640         (gnus-treat-date-iso8601): Remove.
4641         (gnus-treat-date-user-defined): Remove.
4642         (gnus-article-date-headers): New variable to control all the date
4643         header options.
4644         (article-date-ut): Rewrite to allow using the new way to format date
4645         headers(s).
4647 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4649         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4650         method.
4651         (nnmail-article-group): A better test for fanciness.
4653         * nnimap.el (nnimap-request-head): Protect against not finding the
4654         article by Message-ID.
4656 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4658         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4659         keep point at the "same place".
4661 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4663         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4664         data if the group is inactive.
4666 2011-01-28  Julien Danjou  <julien@danjou.info>
4668         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4669         (gnus-all-windows-visible-p): Remove old compatibility code.
4670         (gnus-window-top-edge): Add docstring.
4672         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4674 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4676         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4677         older request-update-info.
4679         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4681 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4683         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4684         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4686 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4688         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4689         groups.  This makes the nndraft:queue group pop up if it's not already
4690         there.
4692         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4693         messages" logic, which was reversed.
4695         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4696         the "same place" even if point is on the line being replaced.
4697         (article-update-date-lapsed): Allow updating both the combined lapsed
4698         and the lapsed headers.
4699         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4700         (article-make-date-line): Limit the number of segments dynamically to
4701         avoid too-long lines.
4703 2011-01-27  Julien Danjou  <julien@danjou.info>
4705         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4706         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4708 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4710         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4711         Use plist-get instead of the cl function getf.
4713 2011-01-27  Glenn Morris  <rgm@gnu.org>
4715         * gnus-util.el (float-time): Get rid of compiler warning, again.
4717 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4719         * shr.el (shr-put-color): Special-case background colors: Do put them
4720         at the blank parts at the front of the lines.
4722         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4723         exit hook to nix out all data on readedness on group exit.
4725         * gnus-util.el (float-time): If float-time is bound, always use it on
4726         all Emacsen.  It's unclear why the subrp check was there.
4727         (time-date): Require to make some autoload issues on XEmacs go away.
4729         * shr.el (shr-put-color): Don't do the box padding in tables, since
4730         they're already padded.
4732 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4734         * gnus-art.el (gnus-article-next-page): When the last line of the
4735         article is displayed, scroll down once more instead of going to the
4736         next article at once.
4737         (article-lapsed-string): Refactor out and allow specifying how many
4738         segments you want.
4739         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4740         (gnus-article-update-lapsed-header): New variable.
4742         * shr.el: Revert change that made headings use different-sized faces.
4743         The Emacs display engine isn't advanced enough that, for instance,
4744         tables can comfortably use differently-sized faces.
4746 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4748         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4749         used.
4750         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4751         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4752         we're using an encrypted connection.
4754         * proto-stream.el: Alter the interface functions to also return the
4755         actual stream type used: network or TLS.
4757 2011-01-25  Julien Danjou  <julien@danjou.info>
4759         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4760         (mm-display-javascript-inline): New function.
4762         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4763         viewing function.
4765 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4767         * shr.el (shr-expand-newlines): Fix variable name.
4769 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4771         * shr.el (shr-expand-newlines): Make nested boxes work.
4773 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4775         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4776         backgrounds.
4777         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4778         in a more sensible manner.
4780 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4782         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4783         if EPG is loaded.
4785 2011-01-24  Julien Danjou  <julien@danjou.info>
4787         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4788         tags.
4790 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4792         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4793         commands.
4795         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4796         in the article buffer.
4797         (gnus-gravatar-insert): Use blank space from the current buffer to
4798         avoid breaking text properties.  This makes X-Sent updating work again.
4800         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4802 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4804         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4805         fix the bug in url-http.el instead.
4807         * shr.el (shr-image-fetched): Ditto.
4809         * shr.el (shr-image-fetched): Avoid having point move in the article
4810         buffer.
4812         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4813         buffer after being called.  It's apparently being killed by url.el, and
4814         killing it made point move to end-of-buffer in a random buffer.
4816         * shr.el (shr-image-fetched): Ditto.
4818 2011-01-23  Julien Danjou  <julien@danjou.info>
4820         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4822         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4823         text/x-org.
4825 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4827         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4828         (i.e., nnimap) returning nil as the article number.
4830 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4832         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4833         "DelSp" parameter in RFC3676.
4835 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4837         * message.el (message-check-recipients): Display the encoded version of
4838         the bogus address if they differ.
4840         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4841         after sending.
4843         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4845         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4847         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4848         group buffer after sending the queue.
4850         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4852 2011-01-22  Julien Danjou  <julien@danjou.info>
4854         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4856 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4858         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4859         nested related parts.
4861         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4862         unexpired articles.  This fixes the regression that led expiry marks to
4863         disappear from nnfolder groups.
4865 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4867         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4868         Don't confuse the "ret" of "retrograde" with RET.
4870 2011-01-21  Julien Danjou  <julien@danjou.info>
4872         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4873         than mm-insert-inline.
4875 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4877         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4878         Widen article buffer.
4880 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4882         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4883         the temp buffer.
4884         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4886 2011-01-20  Julien Danjou  <julien@danjou.info>
4888         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4890         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4891         than mm-insert-inline to insert inline part: this respect
4892         mm-inline-media-tests displayers.
4894         * mm-view.el (mm-display-shell-script-inline): New function.
4896         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4898         * mm-uu.el (mm-uu-type-alist): Add org block.
4899         (mm-uu-org-src-code-block-extract): New function.
4901         * mm-view.el (mm-display-org-inline): New function.
4903         * mm-decode.el (mm-automatic-display): Add text/org.
4905         * mailcap.el (mailcap-mime-extensions): Add .org.
4907 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4909         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4910         gnus-article-add-buttons.
4912 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4914         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4915         From header with a date and "nobody" as the sender.
4917 2011-01-19  Julien Danjou  <julien@danjou.info>
4919         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4920         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4921         if you have the same regexp several times.
4922         (gnus-button-push): Fix matching when regexp is symbol.
4924 2011-01-15  Glenn Morris  <rgm@gnu.org>
4926         * message.el (message-mail): A compose-mail function should
4927         accept headers as strings.
4929 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4931         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4932         Add :vert-only tags.
4933         (message-mail): New arg RETURN-ACTION.
4934         (message-return-action): New var.
4935         (message-bury): Use it.
4936         (message-mode): Make it buffer-local.
4937         (message-send-and-exit): Always call message-bury.
4939         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4940         message-mail.
4942 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4944         * nnimap.el (nnimap-convert-partial-article): Protect against
4945         zero-length body parts.
4947         * mm-decode.el (mm-preferred-alternative-precedence):
4948         Discourage showing empty parts.
4950         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4951         and stuff if the backend didn't return the article number.  This fixes
4952         an Exchange-related nnimap bug.
4954         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4955         group window, because it does the wrong thing when a separate frame
4956         displays the group buffer.
4958         * proto-stream.el (open-protocol-stream): Protect against the low-level
4959         transport functions returning nil.
4961 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4963         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4964         (mml2015-epg-find-usable-secret-key): New function.
4965         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4966         mml2015-epg-find-usable-key (Bug#7797).
4967         (mml2015-epg-encrypt): Ditto.
4969 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4971         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4973 2011-01-03  Glenn Morris  <rgm@gnu.org>
4975         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4977         * sieve.el (sieve-open-server): Give a more explicit error if
4978         sieve-manage-open returns nil.  (Bug#7720)
4980 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4982         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4984 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4986         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4987         This avoids sending passwords in plain text over non-encrypted
4988         channels.
4990         * shr.el (shr-rescale-image): Display all GIF images as animated images.
4992         * nnimap.el (nnimap-login): Refactored out into own function, and
4993         implement CRAM-MD5.
4994         (nnimap-wait-for-line): Refactored out.
4996         * mm-view.el (mml-smime): Require.
4998 2010-12-20  David Engster  <deng@eml.cc>
5000         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5001         use EPG to decrypt S/MIME messages instead of openssl.
5003 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5005         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5007         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5008         status is the group clearly is unreachable.
5010         * auth-source.el (auth-source-create): Add the optional second
5011         parameter to `local-variable-p' to be compatible with XEmacs.
5013 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5015         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5016         work when using a compressed nnml folder.
5018 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5020         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5021         backends after sanitising on entry, because this never makes sense:
5022         If the articles have gone missing, then the data no longer exists on
5023         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5024         overwrite anything anyway.
5026         * shr.el (shr-insert-document): Bind shr-width dynamically to
5027         window-width if it's nil.
5029 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5031         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5032         with the meaning of using the full emacs window width for rendering.
5034 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5036         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5037         case when sender is not given.
5039 2010-12-23  Julien Danjou  <julien@danjou.info>
5041         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5042         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5043         the addresses, otherwise we might misplaced the gravatar.
5045 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5047         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5048         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5049         obsolete in Emacs.
5051 2010-12-20  Julien Danjou  <julien@danjou.info>
5053         * gnus-util.el (gnus-rescale-image): Revert last change.
5055 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5057         * gnus-group.el (gnus-group-delete-articles): New command.
5059 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5061         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5063 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5065         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5066         here, since it's up to the backends to do CRLF removal if their
5067         protocol has it.
5069         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5071 2010-12-17  Julien Danjou  <julien@danjou.info>
5073         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5074         they are from file.  Can also scale up.
5076 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5078         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5079         Restore gnus-use-agent.
5080         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5082         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5084 2010-12-17  Julien Danjou  <julien@danjou.info>
5086         * gravatar.el (gravatar-retrieve-synchronously): New function.
5087         (gravatar-get-data): Make more robust.
5089 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5091         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5092         to really consider the last line.
5094 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5096         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5097         list of recipient keys, or use symmetric encryption if not a list.
5098         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5099         EPA override, replacing the call to `netrc-store-data'.
5101 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5103         * gnus-srvr.el: Avoid passing nil regexp argument to
5104         delete-matching-lines.
5106 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5108         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5109         fetching stops when Gnus exits.
5111         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5112         function.
5113         (nnfolder-request-expire-articles): Save all the buffers after doing
5114         expiry.
5116         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5117         the last article", since that led to serious performance regressions
5118         when expiring nnml groups.
5120 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5122         * nnir.el: Improve customizations.
5124 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5126         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5128         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5129         group has been killed.
5130         (gnus-group-yank-group): Ditto.
5132         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5134         * nnimap.el (nnimap-request-update-group-status): New function.
5136         * gnus-int.el (gnus-request-update-group-status): New interface
5137         function.
5139         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5140         copying read-ness to the backends.
5142         * nnimap.el (nnimap-quirk): New function.
5143         (nnimap-retrieve-group-data-early): Use it.
5144         (nnimap-quirks): New alist.
5146 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5148         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5149         don't delete it within indentation.
5151 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5153         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5154         previous line.
5156 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5158         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5159         QRESYNC command by deleting a superfluous space which broke Cyrus
5160         servers.  This change will break other servers that are buggy the other
5161         way around.
5163 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5165         * spam.el: Reindent and fix long lines.
5166         (spam-copy-or-move-routine): Exclude invalid move destinations.
5168 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5170         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5171         installed the registry.
5173 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5175         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5176         groupname doesn't contain "gmane".
5178 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5180         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5181         (gnus-1): Don't create the nndrafts group twice.
5182         (gnus-setup-news): There's no need to read the active file here, since
5183         that's done again later on a per-backend basis.
5184         (gnus-start-draft-setup): Make sure that the new group is started out
5185         empty.
5187         * gnus-agent.el (gnus-agentize): Don't create the queue group
5188         automatically on startup.  It'll be created later, if needed.
5190         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5191         of automatically subscribed groups.
5192         (gnus-auto-subscribed-categories): New variable.
5193         (gnus-matches-options-n): Use it.
5194         (gnus-default-subscribed-newsgroups): Remove unused variable.
5195         (gnus-start-draft-setup): Message a bit less.
5197 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5199         * nnir.el (nnir-run-imap): Return article list in order of increasing
5200         UID.
5202 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5204         * gnus-sum.el (gnus-summary-enter-digest-group):
5205         Mention gnus-auto-select-on-ephemeral-exit.
5207         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5208         convention of the network-only option.
5210 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5212         * proto-stream.el (proto-stream-open-network-only): New function to
5213         have a way to specify non-STARTTLS upgrade connections.
5215 2010-12-10  Julien Danjou  <julien@danjou.info>
5217         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5218         email address is nil.
5220         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5222 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5224         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5225         deletion.
5226         (nnir-run-imap): Only need to parse list once.
5228 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5230         * shr.el (shr-tag-script): Ignore <script>.
5231         (shr-tag-label): Add <label> support.
5233 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5235         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5237         * shr.el (shr-image-displayer): Work for images lined side by side.
5239 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5241         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5242         parameter, since XEmacs doesn't accept t as a parameter.
5244 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5246         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5247         ids.
5248         (nnir-run-gmane): Simplify groupspec formatting.
5249         (nnir-request-expire-articles): New function.
5251 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5253         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5254         overflow, possibly.
5256         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5257         (shr-render-td): Handle td style="" better.
5258         (shr-tag-table): Use the color from the style sheet.
5259         (shr-render-td): Make sure we copy over all the overlays, too.
5261 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5263         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5264         (nnir-request-article): Improve article retrieval.
5266 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5268         * mm-util.el (mm-extra-numeric-entities): New variable.
5270         * mm-url.el (mm-url-decode-entities):
5271         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5273 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5275         * message.el: Use completion-at-point.
5276         (message-completion-function): New fun, extracted from message-tab.
5277         (message-mode): Use it for completion-at-point-functions.
5278         (message-tab): Use it and completion-at-point.
5280 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5282         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5283         character if a non-breakable character follows.
5285 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5287         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5288         any stream.
5290         * shr.el (shr-tag-font): Colorize the region.
5291         (shr-tag-body): Ditto.
5292         (shr-tag-font): Actually let the styles be inherited instead of
5293         overwriting them.
5294         (shr-tag-font): Get the background color right.
5295         (shr-tag-style): Ignore all <style> tags for the moment.
5297         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5298         a Message-ID to avoid having nnimap depend on gnus-sum.
5300         * shr.el (shr-descend): Only colorize something if we have a node that
5301         sets colors.
5303 2010-12-06  Julien Danjou  <julien@danjou.info>
5305         * shr.el (shr-render-td): Render td content with shr-descend, so style
5306         will be applied to <td> too.
5307         (shr-colorize-region): Colorize region even if we only have a background.
5308         (shr-tag-body): Fix color and background color inheritance.
5309         Do not recolorize after shr-generic.
5310         (shr-tag-font): Let shr-generic colorize via inheritance.
5312 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5314         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5316 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5318         * nnir.el (nnir-request-move-article): Remove obsolete code.
5320 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5322         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5324 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5326         * gnus-sum.el (gnus-summary-respool-article): The completion function
5327         expects a list instead of an alist.
5329         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5330         string as the parameter.
5332         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5334         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5335         styles.
5336         (shr-colorize-region): New function.
5337         (shr-insert-background-overlay): Remove.
5338         (shr-render-td): Background setting should be taken care of on a higher
5339         level.
5340         (shr-tag-body): Use post-hoc colorizations.
5341         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5342         (shr-put-color-1): Don't overwrite old colors.
5343         (shr-colorize-region): When the background color isn't explicit, use
5344         a fixed background.
5346         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5347         nnmail variables.
5349 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5351         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5352         unless necessary.
5354 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5356         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5357         server.
5359 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5361         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5362         so that TAB works.
5364         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5365         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5367         * shr.el (shr-urlify): Show the URL before the title to avoid
5368         misleading URLs.
5370 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5372         * shr.el (shr-urlify): Display the title in <a> tags.
5374 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5376         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5378 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5380         * nnir.el: Rearrange code to allow macros to be autoloaded by
5381         gnus-sum.el.
5382         (nnir-retrieve-headers-override-function): Make this variable
5383         customizable.
5384         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5386         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5387         from nnir.el.
5389 2010-12-03  Julien Danjou  <julien@danjou.info>
5391         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5393 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5395         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5396         allow optional argument `environment'.
5398 2010-12-03  Glenn Morris  <rgm@gnu.org>
5400         * mm-extern.el (message-goto-body): Update declaration.
5402 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5404         * gnus-util.el (gnus-macroexpand-all): New function.
5406         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5407         instead of macroexpand-all that is unavailable in XEmacs.
5409 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5411         * nnir.el (nnir-summary-line-format): New variable.
5412         (nnir-mode): Use it.
5413         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5414         (nnir-article-ids): Reimplement as defsubst.
5415         (nnir-retrieve-headers): Don't mangle the subject header.
5416         (nnir-run-imap): Use 100 as RSV score.
5417         (nnir-run-find-grep): Fix for full server searching.
5418         (nnir-run-gmane): Better restriction to gmane groups.
5420         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5421         summary buffers.
5423 2010-12-02  Julien Danjou  <julien@danjou.info>
5425         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5427         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5429         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5430         support.
5432 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5434         * nnir.el: Update to handle the registry better.
5435         (autoload): Silence byte-compiler.
5436         (nnir-open-server): Add a hook for nnir groups.
5437         (nnir-request-move-article): Don't mangle the header.  Better to use
5438         formatting variables (which will be added in the future).
5439         (nnir-registry-action): Update the registry using the original article
5440         group name.
5441         (nnir-mode): Install nnir-specific hooks for updating the registry.
5443         * gnus-sum.el
5444         (gnus-article-original-subject,gnus-newsgroup-original-name):
5445         Remove obsolete variables.
5446         (gnus-summary-move-article): Remove use of obsolete variables.
5447         (gnus-summary-local-variables): Make move and delete hooks local to
5448         summary buffers.
5450 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5452         * rtree.el: New file.
5454 2010-12-01  Julien Danjou  <julien@danjou.info>
5456         * message.el (message-user-organization): Do not use
5457         gnus-local-organization.
5459         * gnus.el: Remove gnus-local-organization.
5461         * gnus-msg.el: Remove nastygram thing.
5463 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5465         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5466         funcall.
5468 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5470         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5471         names.
5473         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5474         characters.
5476         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5477         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5478         Suggested by Štěpán Němec <stepnem@gmail.com>.
5479         (gnus-gravatar-transform-address): Use mail-extract-address-components
5480         that supports non-ASCII names rather than mail-header-parse-addresses.
5482 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5484         * proto-stream.el (open-protocol-stream): All STARTTLS connections are
5485         handled by the network handler.
5487 2010-11-30  Julien Danjou  <julien@danjou.info>
5489         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5490         (nnimap-open-connection-1): Fix PREAUTH.
5492         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5494 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5496         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5497         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5498         (shr-insert): Use them.
5499         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5501 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5503         * nnir.el (nnir-request-move-article): Bail out if original group
5504         doesn't support article moves.
5505         (nnir-get-active): Improve active list retrieval.
5507 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5511 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5513         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5514         seem to accept strings-with-numbers as port numbers.
5516 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5518         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5519         change the registry.
5521 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5523         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5524         delete-dups that is not available in XEmacs 21.4.
5526         * mm-util.el (mm-delete-duplicates): Add comment.
5528 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5530         * nnir.el (nnir-ignored-newsgroups): New variable.
5531         (nnir-get-active): Use it.
5533 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5535         * proto-stream.el (proto-stream-open-network): Add some comments.
5537         * nntp.el (nntp-open-connection): Provide a :success condition.
5539         * nnimap.el (nnimap-open-connection-1): Ditto.
5541         * proto-stream.el (proto-stream-open-network): See what the response to
5542         the STARTTLS command is.
5544         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5545         backwards compatibility).
5546         (nnimap-open-connection-1): Really respect nnimap-server-port.
5548         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5549         TLS upgrades we don't really care about the identity of the peer.
5550         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5551         that what we've checked for.
5552         (proto-stream-always-use-starttls): Only default to t if
5553         open-gnutls-stream exists.
5554         (proto-stream-open-network): If STARTTLS failed, then just open a
5555         normal connection.
5556         (proto-stream-open-network): Wait until the greeting before doing
5557         STARTTLS.
5559         * nntp.el (nntp-open-connection): Report what the connection error is.
5561         * proto-stream.el (open-protocol-stream): Rename from
5562         open-proto-stream.
5564 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5566         * nnimap.el (nnimap-stream): Change default to `undecided'.
5567         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5568         first, and then network.
5569         (nnimap-open-connection-1): Respect nnimap-server-port.
5570         (nnimap-open-connection): Be more backwards-compatible.
5572         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5573         (proto-stream-open-starttls): De-duplicate the STARTTLS code.
5574         (proto-stream-open-starttls): Folded back into the main function.
5575         (proto-stream-open-network): Fix typo in the GnuTLS path.
5576         (proto-stream-command): Refactor out.
5578         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5580         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5581         starttls.el STARTTLS.
5583         * color.el (color-lab->srgb): Fix function call name.
5585         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5586         if we're using tls.el.
5587         (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
5588         built in, then don't try to establish a STARTTLS connection.
5590         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5591         servers.
5593         * proto-stream.el (open-proto-stream): Use network, not stream.
5594         (open-proto-stream): Add a way to specify what the end of a command is.
5596         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5597         connections types.
5598         (nntp-open-network-stream): Remove.
5599         (nntp-open-ssl-stream): Remove.
5600         (nntp-open-tls-stream): Remove.
5601         (nntp-ssl-program): Remove.
5603         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5605 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5607         * nnir.el: Fix typos.
5608         (nnir-retrieve-headers-override-function): Rename variable to reflect
5609         new semantics.
5610         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5611         macros.
5612         (nnir-request-article, nnir-request-move-article): Use them.
5613         (nnir-categorize): New function.
5614         (nnir-run-query): Use it.
5615         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5616         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5617         sorted.
5618         (nnir-group-full-name): Use gnus-group-full-name instead.
5619         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5620         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5622 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5624         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5626         * proto-stream.el: New library to provide protocol-specific
5627         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5628         protocols.
5629         (open-proto-stream): Complete the documentation.
5630         (proto-stream-open-network): Fix some typos.
5632         * nnimap.el (nnimap-open-connection): Use it.
5634 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5636         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5637         negotiation.
5639 2010-11-26  Julien Danjou  <julien@danjou.info>
5641         * color.el: Rename various rgb functions to srgb.
5643 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5645         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5646         names.
5648 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5650         * shr.el (shr-insert): Revert last change.
5651         (shr-find-fill-point): Never leave point being at bol;
5652         relax the kinsoku limitation when rendering tables.
5654 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5656         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5657         results from -accept-article.
5659         * shr-color.el: Require cl when compiling.
5661         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5662         checkin.
5664         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5666         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5668         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5669         'add and 'delete to set backend marks.
5671         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5673         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5675         * nntp.el (nntp-request-set-mark): Use it.
5677         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5679         * nnml.el (nnml-request-set-mark): Ditto.
5681         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5682         introduces regressions in article selection.
5683         (nnimap-find-uid-response): New function.
5684         (nnimap-request-accept-article): Use the UID returned, if any.
5685         (nnimap-request-move-article): Use the UID returned, if any.
5686         (nnimap-get-groups): Reimplement to work with folded lines.
5687         (nnimap-find-uid-response): The UID is the last element in the list.
5688         (nnimap-request-set-mark): Extend syntax with 'set.
5690         * nnml.el (nnml-request-set-mark): Ditto.
5692         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5694         * nntp.el (nntp-request-set-mark): Ditto.
5696 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5698         * message.el (message-called-interactively-p): A temporary macro.
5699         (message-goto-body): Use it temporarily.
5701 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5703         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5704         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5705         (nnimap-last-response-string): Fix last unfolding fix.
5707 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5709         * shr.el (shr-insert): Fix the way to fold lines.
5711 2010-11-25  Julien Danjou  <julien@danjou.info>
5713         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5715         * color.el: Rename from color-lab.el
5716         (color-rgb->hex): Add.
5717         (color-complement): Add.
5718         (color-complement-hex): Add.
5720         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5722 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5724         * shr-color.el (shr-color-visible): Don't bug out if the color names
5725         don't exist.
5727 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5729         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5730         assuming that article displaying or another mml-preview may be
5731         interrupted for an error or for the like.
5733         * shr.el (shr-get-background): Fix argument name.
5735 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5737         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5739         * gnus-sum.el (gnus-summary-include-articles): New function.
5741         * message.el (message-goto-body): called-interactively-p needs a
5742         parameter, so use `any'.
5744         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5745         clear marks before moving, since they're synced from the Gnus side
5746         first.
5748         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5749         (gnus-summary-move-article): Copy over all marks before moving, so that
5750         IMAP doesn't think a new article has arrived.
5752 2010-11-24  Julien Danjou  <julien@danjou.info>
5754         * shr.el (shr-insert-background-overlay): Fix typo.
5755         (shr-render-td): Copy the background before rendering.
5757         * shr-color.el (shr-color-visible): Fix docstring.
5759         * shr.el (shr-tag-table): Add bgcolor support.
5760         (shr-render-td): Add bgcolor support.
5761         (shr-get-background): Add.
5762         (shr-insert-foreground-overlay): Use shr-get-background.
5764         * message.el (message-goto-body): Use called-interactively-p.
5765         (message-in-body-p): message-goto-body returns point.
5767 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5769         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5770         Fixes something or other in Emacs 23, and is backwards compatible.
5772         * message.el (message-goto-body): Remove the <#secure special-casing,
5773         which is too special.
5775         * shr.el (shr-parse-style): Drop !important from styles.
5777 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5779         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5780         this function to return incorrect results when calling it with an
5781         explicit article argument different from
5782         (gnus-summary-article-number).
5784 2010-11-24  Julien Danjou  <julien@danjou.info>
5786         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5787         (shr-tag-body): Add background support.
5788         (shr-descend): Add background support.
5789         (shr-tag-title): Add.
5791         * shr-color.el (shr-color-visible): Really return original background
5792         if fixed.
5794 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5796         * shr.el (shr-color-check): Protect against non-existent color names.
5798 2010-11-24  Julien Danjou  <julien@danjou.info>
5800         * color-lab.el: Require 'cl when compiling.
5802         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5804         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5805         matched part.
5807         * color-lab.el: Fix all expt calls to use float type.
5809 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5811         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5812         expression to shr-color-check as is.
5814         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5816         * color-lab.el: Add coding cookie.
5817         (float-pi): Use eval-and-compile.
5819 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821         * shr.el (shr-insert-color-overlay): Split stuff like
5822         "#444444 !important" to find the real color.
5823         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5824         parse <font color="red"> entries.
5826 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5828         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5829         point when parsing headers.
5831         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5832         is positioned properly when parsing headers.
5834 2010-11-23  Julien Danjou  <julien@danjou.info>
5836         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5838         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5840         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5842         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5843         Use shr-color-hue-to-rgb.
5844         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5846 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5848         * shr.el (shr-color->hexadecimal): Autoload.
5849         (shr-descend): Add color to all tags.
5851 2010-11-22  Julien Danjou  <julien@danjou.info>
5853         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5854         shr-color->hexadecimal.
5856         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5857         RGB() or HSL() color representation.
5859         * shr.el (shr-tag-font): Add.
5860         (shr-tag-color-check): New function to get better colors.
5861         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5862         tag-span.
5864         * shr-color.el: New file.
5866         * color-lab.el: New file.
5868         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5870 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5872         * nnir.el: Fix typo in comments.
5873         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5874         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5876 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5878         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5880         * nnimap.el (nnimap-get-capabilities): Refactor out.
5881         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5883 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5885         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5886         appearing when `mm-uu-hide-markers' is nil.
5888 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5890         * nnimap.el (nnimap-unselect-group): Make into its own function.
5891         (nnimap-request-rename-group): Unselect group before renaming.
5892         This had gotten lost somewhere.
5893         (nnimap-request-accept-article): Keep track of examined groups, and
5894         unselect the group before APPENDing to read-only groups.
5895         (nnimap-request-move-article): Clear flags before moving so that they
5896         can be re-set later.
5898 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5900         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5901         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5903 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5905         * gnus-art.el (gnus-mime-display-single):
5906         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5907         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5908         parameter.
5910 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5912         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5913         (shr-table-vertical-line): New variable.
5914         (shr-insert-table): Use it.
5916 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5918         * gnus-html.el (gnus-html-wash-images): Don't display images if
5919         gnus-inhibit-images is non-nil; register displayer for cid images.
5920         (gnus-html-display-image): Work for cid image.
5921         (gnus-html-insert-image): Allow arguments.
5922         (gnus-html-put-image): Inhibit read-only.
5923         (gnus-html-prefetch-images): Don't prefetch images if
5924         gnus-inhibit-images is non-nil.
5926 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5928         * shr.el (shr-put-image): Break lines when inserting big pictures.
5930 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5932         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5933         sender, thanks Katsumi Yamaoka.
5935 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5937         * nnir.el (nnir-run-imap): Reverse the article list for each group
5938         rather than the whole list.
5940 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5942         * shr.el (shr-image-displayer): Protect function against non-existent
5943         image source.
5945         * gnus-art.el (gnus-inhibit-images): New user option.
5946         (gnus-mime-display-single): Don't display image if it is non-nil.
5948         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5949         gnus-inhibit-images.
5951         * shr.el (shr-image-displayer): New function.
5952         (shr-tag-img): Use it.
5954 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5956         * mml2015.el (mml2015-epg-sign): Use From header.
5958 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5960         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5962         * gnus-util.el (gnus-find-text-property-region): Return markers.
5964         * shr.el (shr-tag-img): Put a displayer in the text property.
5966         * gnus-util.el (gnus-find-text-property-region): New utility function.
5968         * gnus-html.el (gnus-html-display-image): Make the alt optional.
5969         (gnus-html-show-images): Remove.
5971         * gnus-art.el (gnus-article-show-images): New, more general function.
5973         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5974         image url text properties.
5976         * shr.el: Ditto.
5978         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5979         gnus-agent-auto-agentize-methods is set.  Which it isn't.
5981 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5983         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5984         work for two or more articles.
5986 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5988         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5989         divide an image that's in an html article to two or more when washing
5990         non-ASCII characters in alt text of it.
5992 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5994         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5995         smime-decrypt-region using function argument.
5996         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5998         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6000         * smime.el (smime-decrypt-region): Catch it.
6002 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6004         * smime.el (smime-mode-map): Move initialization into declaration.
6005         (gnus-run-mode-hooks): Don't autoload.
6006         (smime-mode): Use define-derived-mode.
6008 2010-11-11  Glenn Morris  <rgm@gnu.org>
6010         * smime.el (from): Restrict declaration to XEmacs.
6012         * nnir.el (gnus-group-topic-name): Autoload.
6014 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6016         * shr.el (shr-insert): Don't break long line if it is because of
6017         kinsoku-bol characters in the line end.
6019 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6021         * nnir.el (nnir-request-move-article): Fix to provide original group
6022         and subject.
6023         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6024         been retrieved.
6026         * gnus-sum.el (gnus-summary-move-article): Use original group and
6027         subject for virtual articles such as those in an nnir summary buffer.
6029 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6031         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6032         least 21.5).
6034         * smime.el (from): Declare it again for XEmacs.
6036 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6038         * message.el (message-resend): Don't disable encoding unless it's
6039         already encoded.
6041         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6042         low-numbered articles.
6044 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6046         * rfc2047.el (rfc2047-syntax-table): Simplify.
6048         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6049         set-char-table-range for XEmacs.
6051 2010-11-10  Glenn Morris  <rgm@gnu.org>
6053         * smime.el (from): Remove unused declaration.
6055         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6056         (gnus-float-time): On Emacs, always an alias.
6058         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6059         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6061 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6063         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6065 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6067         * shr.el (browse-url-mailto): Autoload.
6069         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6071         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6072         regexp doesn't need quoting.
6074 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6076         * message.el (message-subject-trailing-was-ask-regexp)
6077         (message-subject-trailing-was-regexp): Match was: in addition to was.
6079 2010-11-09  Glenn Morris  <rgm@gnu.org>
6081         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6082         (nnbabyl-check-mbox): Use point-at-bol.
6084 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6086         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6088         * message.el (message-mailto): New function.
6089         (message-mailto): Should accept other parameters.
6090         (message-mailto): Remove since it duplicates browse-url-mailto
6091         functionality.
6093 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6095         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6096         methods.
6097         (gnus-read-active-file): Ditto.
6099         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6100         ": " from the prompt.
6101         (gnus-group-make-group): Ditto.
6103 2010-11-07  Glenn Morris  <rgm@gnu.org>
6105         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6106         (gnus-bookmark-kill-line): Use point-at-eol.
6108 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6110         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6111         asterisks in From header.
6113 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6115         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6116         string to avoid making the From headers syntactically invalid.
6118         * message.el (message-send-mail): Don't insert courtesy messages if the
6119         message already has List-Post and List-ID messages.
6121 2010-11-06  Glenn Morris  <rgm@gnu.org>
6123         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6124         `condition', `type', `length' a prefix.
6125         (gnus-treat-predicate): Update for above name changes.
6127 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6129         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6130         binding.  Handled by `gnus-summary-refer-thread' instead.
6131         (nnir-warp-to-article): New backend function.
6133         * nnimap.el (nnimap-request-thread): Force dependency updating.
6135         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6136         (gnus-summary-refer-thread): Rework to improve thread-referral.
6138         * gnus-int.el (gnus-warp-to-article): New function.
6140         * gnus-sum.el (gnus-summary-article-map): Bind it.
6142 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6144         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6145         gnus-summary-refer-thread.
6147         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6148         headers.
6149         (gnus-summary-limit-include-thread): Prevent articles in thread from
6150         being cut in gnus-cut-threads.
6151         (gnus-summary-refer-thread): Limit retrieved headers to those in
6152         thread.
6154 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6156         * message.el (message-send-mail): Use the value of
6157         message-courtesy-message from the message buffer.
6159         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6161         * shr.el (shr-browse-url): Implement mailto: URLs.
6163         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6164         "raw".
6166         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6167         if it's already selected.
6169         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6171 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6173         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6174         to measure the length and truncate alt text.
6176 2010-11-03  Glenn Morris  <rgm@gnu.org>
6178         * nndiary.el (nndiary-generate-nov-databases-1)
6179         (nndiary-generate-active-info): Rename dynamic variable `files' to
6180         something less generic.
6182 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6184         * nnir.el (nnir-request-move-article): Call the underlying backend to
6185         move articles from nnir.
6187 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6189         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6191 2010-11-02  Julien Danjou  <julien@danjou.info>
6193         * nnir.el: Remove wais support.
6195 2010-11-02  Glenn Morris  <rgm@gnu.org>
6197         * gnus-html.el: Reorder requirements to quieten compiler.
6199 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6201         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6202         properly for XEmacs as well.
6203         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6204         (gnus-article-natural-long-line-p): Use window-width rather than
6205         frame-width.
6207 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6209         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6210         (nnir-read-parms): Don't modify query.
6211         (nnir-run-query): Add ability to search topic on current line.
6212         (nnir-get-active): Clean up.
6214 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6216         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6217         degenerate articles.
6219         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6220         (gnus-print-buffer): Just print the buffer as is, without any copying
6221         to a buffer and then re-highlighting.
6223         * nnimap.el (nnimap-request-group): Store the new updated info.
6224         (nnimap-request-group): Select the group when we don't know whether it
6225         exists or not.
6227         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6228         groups.
6230         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6231         groups.
6233         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6234         groups.
6236         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6237         long-lines case by only filling the long lines.
6239         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6240         (bug #7311).
6242 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6244         * shr.el: No need to declare `declare-function' since shr.el is for
6245         only Emacsen that provide `libxml-parse-html-region'.
6247 2010-11-01  Glenn Morris  <rgm@gnu.org>
6249         * mm-util.el (gnus-completing-read): Autoload.
6250         (mm-read-coding-system): Simplify Emacs definition.
6252         * nnmail.el (gnus-activate-group):
6253         * nnimap.el (gnutls-negotiate):
6254         * nntp.el (netrc-parse): Fix declarations.
6256 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6258         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6259         string-match-p in Emacs >=23.
6261         * gnus-msg.el (gnus-configure-posting-styles):
6262         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6264 2010-11-01  Glenn Morris  <rgm@gnu.org>
6266         * nnir.el (declare-function): Add compat stub.
6267         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6268         (nnir-run-gmane): Require 'mm-url.
6270         * mm-util.el (mm-string-to-multibyte): Simplify.
6272         * shr.el (declare-function): Add compat stub.
6273         (url-cache-create-filename): Declare.
6274         (mm-disable-multibyte, widget-convert-button): Autoload.
6276         * smime.el (ldap-search): Declare.
6277         (smime-cert-by-ldap-1): Require ldap on Emacs.
6279         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6280         (nnimap-keepalive): Use gnus-float-time.
6282         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6283         (mail-source-delete-crash-box): Use gnus-float-time.
6285         * gnus-dired.el (gnus-completing-read): Autoload.
6287         * mm-view.el (gnus-rescale-image): Autoload.
6289         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6291         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6293         * sieve-manage.el: Require 'cl when compiling.
6295         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6296         (gnus-iswitchb-completing-read): Require iswitchb.
6297         (gnus-select-frame-set-input-focus): Silence compiler.
6299 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6301         * message.el (message-subject-trailing-was-query): Change default to t,
6302         since I think that's what most people want.
6304         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6305         appending for easier debugging.
6306         (nnimap-wait-for-connection): Take a regexp.
6307         (nnimap-request-accept-article): Wait for the continuation line before
6308         sending anything unless we're streaming.
6310         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6311         leave the header washing to take place.
6313 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6315         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6316         regular expression match and replace in posting styles.
6318 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6320         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6321         an entire server.
6322         (nnir-get-active): New function.
6323         (nnir-run-imap): Use it.
6324         (nnir-run-gmane): Who knew, gmane search returns an article score!
6326         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6327         server on the current line with nnir.
6329 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6331         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6332         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6333         left edge.
6334         (gnus-article-foldable-buffer): Skip past the prefix when determining
6335         raggedness.
6337         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6338         the raw article, and change `C-u g' to show the article without doing
6339         treatments.
6341         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6342         on to `gnus-treat-article'.
6343         (gnus-inhibit-article-treatments): New variable.
6345         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6347         * gnus-art.el (gnus-treatment-function-alist): Have
6348         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6349         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6350         sections.
6352         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6353         parameter.
6354         (gnus-article-fill-cited-long-lines): New function.
6355         (gnus-article-fill-cited-article): Allow filling only long sections.
6357         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6358         and non-punctuation (like after the apostrophe in "'We").
6360         * gnus-sum.el (gnus-summary-select-article): Make sure
6361         gnus-original-article-buffer is alive.
6363         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6364         reflect the order they are in the digest.
6366         * gnus.el (gnus-group-startup-message): Move point to the start of the
6367         buffer.
6369         * nnimap.el (nnimap-capability): New function.
6370         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6371         is set.
6373 2010-10-31  David Engster  <dengste@eml.cc>
6375         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6376         conform with changes to gnus-completing-read.
6378 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6380         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6382 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6384         * nnir.el: Move defvar, defcustom around to keep file organized
6385         and keep byte-compiler quiet.
6386         (nnir-read-parms): Accept search-engine as arg.
6387         (nnir-run-query): Pass search-engine as arg.
6388         (nnir-search-engine): Remove.
6390 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6392         * shr.el (shr-generic): The text nodes should be text, not :text.
6394         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6395         later in the file.
6397 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6399         * nnir.el: General clean up.  Allow searching with multiple engines.
6400         Allow separate extra-parameters for each engine.
6401         Batch queries when possible.
6402         (nnir-imap-default-search-key,nnir-method-default-engines):
6403         Add customize interface.
6404         (nnir-run-gmane): New engine.
6405         (nnir-engines): Use it.  Qualify all prompts with engine name.
6406         (nnir-search-engine): Remove global variable.
6407         (nnir-run-hyrex): Restore for now.
6408         (nnir-extra-parms,nnir-search-history): New variables.
6409         (gnus-group-make-nnir-group): Use them.
6410         (nnir-group-server): Remove in favor of gnus-group-server.
6411         (nnir-request-group): Avoid searching twice.
6412         (nnir-sort-groups-by-server): New function.
6414 2010-10-30  Julien Danjou  <julien@danjou.info>
6416         * gnus-group.el: Remove gnus-group-fetch-control.
6418         * gnus-start.el (gnus-find-new-newsgroups):
6419         Remove gnus-check-first-time-used.
6421         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6423 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6425         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6426         set on groups that don't have \* permanentflags.
6428 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6430         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6431         control the background color.
6432         (shr-tag-img): Ignore very small web bug type images.
6433         (shr-put-image): Add help-echo alt texts to the images.
6434         (shr-tag-video): Show the video poster image.
6436 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6438         * shr.el (shr-table-depth): New variable.
6439         (shr-tag-table-1): Only insert the images after the top-level table.
6441         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6443         * gnus-util.el (gnus-list-memq-of-list): New function.
6445         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6446         selected.
6447         (nnimap-unsplittable-articles): New slot.
6448         (nnimap-new-articles): Use it.
6450 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6452         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6453         move to the previous line on `M-g'.
6455 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6457         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6458         *-request-group, which seems unnecessary.
6460         * nnimap.el (nnimap-quote-specials): Function copied over from
6461         imap.el.
6462         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6463         they support that.  Suggested by Tom Regner.
6465 2010-10-29  Julien Danjou  <julien@danjou.info>
6467         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6468         defalias.
6469         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6471         * gnus.el: Remove `gnus-nntp-service' variable.
6472         (gnus-secondary-servers): Make obsolete.
6473         (gnus-nntp-server): Make obsolete.
6475         * gnus-start.el (gnus-1): Remove x-splash calls.
6477         * gnus-ems.el (gnus-x-splash): Remove.
6479         * gnus.el (gnus-group-startup-message): Simplify/update code.
6481         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6482         capability before doing anything.
6483         (gnus-group-insert-group-line): Remove useless
6484         gnus-group-remove-excess-properties.
6486 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6488         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6490 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6492         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6493         config after reselecting.
6495 2010-10-28  Julien Danjou  <julien@danjou.info>
6497         * shr.el (shr-put-image): Use point even if only inserting text.
6498         (shr-put-image): Save excursion when inserting alt text on non-graphic
6499         display, so the behavior is the same when we are on a graphic display.
6501         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6503 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6505         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6506         (gnus-mime-copy-part): Check coding system, not charset.
6507         (gnus-mime-view-part-externally): Never remove part.
6508         (gnus-mime-view-part-internally): Don't remove part here.
6509         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6510         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6511         multipart/alternative.
6513         * mm-decode.el (mm-display-part): Take optional arg `force'.
6515 2010-10-26  Julien Danjou  <julien@danjou.info>
6517         * gnus-group.el (gnus-group-default-list-level): Add this function to
6518         compute the default list level.
6519         (gnus-group-default-list-level): Add possibility to use a function.
6521 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6523         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6525         * gnus-group.el (gnus-group-completing-read)
6526         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6527         gnus-replace-in-string.
6529 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6531         * shr.el (shr-tag-div): Add.
6533 2010-10-25  Julien Danjou  <julien@danjou.info>
6535         * gnus-util.el: Remove `gnus-with-local-quit'.
6537         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6539 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6541         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6542         the original article buffer.
6544 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6546         * nnimap.el (nnimap-request-head): New function.
6547         (nnimap-request-move-article): Try to be slightly faster by not
6548         requesting the entire message when moving.
6549         (nnimap-transform-headers): Don't bug out on bodiless articles.
6550         (nnimap-send-command): Have no outstanding messages if the IMAP server
6551         doesn't support streaming.
6552         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6554 2010-10-24  Julien Danjou  <julien@danjou.info>
6556         * message.el (message-default-headers): Fix type.
6558 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6560         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6561         prefetching images.
6563         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6564         backend for unknown groups.  This is mainly useful for nnimap groups.
6566         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6567         group isn't covered by the agent.
6569 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6571         * nnir.el (nnir-method-default-engines): New variable.
6572         (nnir-run-query): Use it.
6573         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6574         (gnus-summary-nnir-goto-thread): Change group if needed.
6576         * gnus-group.el (gnus-group-group-map): Add key binding for
6577         gnus-group-make-nnir-group.
6579 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6581         * shr.el (shr-tag-object): Add.
6583         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6584         original article buffer live.
6585         (gnus-summary-select-article-buffer):
6586         Mention gnus-widen-article-buffer.
6588 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6590         * shr.el (shr-tag-strong): Add.
6592 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6594         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6595         group names.  They mess up the group buffer badly.
6597         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6599         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6600         instead of the summary one.
6602 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6604         * mml.el (mml-preview): Work properly when editing article.
6606         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6607         gnus-have-read-active-file if it's already been in.
6609 2010-10-22  Tom Tromey  <tromey@redhat.com>
6611         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6612         gnus-group-completing-read.
6614 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6616         * message.el (message-mode-map): Don't bind M-; to comment region, to
6617         allow the global comment-dwim to work.
6619 2010-10-21  Julien Danjou  <julien@danjou.info>
6621         * message.el (message-setup-1): Allow message-default-headers to be a
6622         function.
6624 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6626         * shr.el (shr-tag-table): Simplify.
6628 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6630         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6631         to avoid trying to snarf invalid stuff.
6633         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6635         * gnus.el (gnus-message-archive-group): Quote value.
6636         (gnus-message-archive-group): Mark as changed.
6638         * shr.el (shr-add-font): Don't put the font properties on the newline
6639         or the indentation.
6641         * message.el (message-fix-before-sending): Change options when sending
6642         non-printable characters.
6644         * gnus.el (gnus-message-archive-method): Change the default to
6645         monthly outgoing groups.
6647         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6648         that have gotten new numbers.
6650         * nnimap.el (nnimap-request-replace-article): New function.
6652 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6654         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6655         (nnrss-request-article): Don't use special html washing code.
6657 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6659         * shr.el (shr-tag-table): Remove useless nconc.
6661 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6663         * gnus-art.el (article-wash-html): Simplify and remove the charset
6664         stuff.  Use the normal html rendering code instead of the special html
6665         washing code.
6667         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6668         `gnus-w3m' symbols.
6669         (mm-text-html-washer-alist): Remove.
6671         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6672         (mm-inline-media-tests): Remove use.
6673         (mm-text-html-renderer): Change default to the `shr' symbol.
6675         * mm-view.el (mm-inline-text-html): Remove use.
6677         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6678         `gnus-blocked-images' to be a function.
6679         (gnus-article-wash-function): Remove.
6681 2010-10-20  Julien Danjou  <julien@danjou.info>
6683         * spam.el (spam-list-of-processors): Mark as obsolete.
6685         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6686         (nnimap-insert-partial-structure): Fix boundary detection.
6688 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6690         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6691         run file-truename on remote files.  This can be expensive and even
6692         prevent one from editing drafts if some unrelated buffer has a stale
6693         connection.
6695 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6697         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6698         kinsoku-eol regardless of shr-kinsoku-shorten.
6699         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6700         (shr-tag-table): Support caption, thead, and tfoot.
6702 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6704         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6705         lines.
6706         (shr-save-contents): New command and keystroke.
6708         * nndoc.el (nndoc-type-alist): Add git support.
6709         (nndoc-git-type-p): New function.
6710         (nndoc-transform-git-article): Ditto.
6711         (nndoc-transform-git-headers): Ditto.
6712         (nndoc-transform-git-headers): Generate Subject headers.
6714         * shr.el (shr-parse-style): New function.
6715         (shr-tag-span): Ditto.
6717         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6718         to `G G' to avoid collisions.
6720 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6722         * shr.el: Load kinsoku if necessary.
6723         (shr-kinsoku-shorten): New internal variable.
6724         (shr-find-fill-point): Make kinsoku shorten text line if
6725         shr-kinsoku-shorten is bound to non-nil.
6726         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6727         shr-indentation too when testing if table is wider than frame width.
6728         (shr-insert-table): Use `string-width' instead of `length' to measure
6729         text width.
6730         (shr-insert-table-ruler): Make sure indentation is done at bol.
6732 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6734         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6735         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6736         undecoded network data.
6738 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6740         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6741         name in the mode line spec so that the mode line menu works
6742         (bug #2431).
6744         * message.el (message-get-reply-headers): If we're fed `to-address',
6745         then always use that.
6747         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6748         aren't so wide as to need to switch off the edit menu.
6750         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6751         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6753         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6754         `M-g'.
6755         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6756         the permanent marks.
6758 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6760         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6761         Splitting according to references/in-reply-to obeys the ignore-groups
6762         variable, while splitting by sender and subject do not.
6764 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6766         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6767         alist, so that we can look for non-Unicode chars.
6768         (article-translate-strings): Allow both character and string maps.
6770 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6772         * shr.el (shr-insert): Don't insert space behind a wide character
6773         categorized as kinsoku-bol, or between characters both categorized as
6774         nospace.
6776 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6778         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6779         headers to gnus-newsgroup-headers.
6781 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6783         * shr.el (shr-tag-img): Don't align images -- since we're not
6784         rescaling, this often leads to ugly displays.
6786 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6788         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6789         duplicates.
6791 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6793         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6794         call.
6796 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6798         * gnus.el: Autoload gnus-html-show-images.
6800         * nnimap.el: Use nnheader-message throughout.
6802         * shr.el (shr-tag-img): Ignore images with no data.
6804 2010-10-15  Julien Danjou  <julien@danjou.info>
6806         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6807         a possibility to disable format=flow encoding when using hard newlines.
6809 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6811         * shr.el (shr-insert): Remove space inserted before or after a
6812         breakable character or at the beginning or the end of a line.
6813         (shr-find-fill-point): Do kinsoku; find the second best point or give
6814         it up if there's no breakable point.
6816 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6818         * nnimap.el (nnimap-open-connection): Message when opening connection
6819         for debugging purposes.
6821         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6822         on every setup buffer call to allow this to change from article to
6823         article.
6825         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6826         buffers where we have a wide table.
6828 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6830         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6831         uses *-request-thread.
6833 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6835         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6836         incantation, which is no longer valid.
6838 2010-10-14  Julien Danjou  <julien@danjou.info>
6840         * shr.el: Fix defcustom type (char -> character).
6842 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6844         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6845         programs.
6847 2010-10-14  Julien Danjou  <julien@danjou.info>
6849         * shr.el (shr-tag-a): Use url-link as widget type.
6851         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6852         `gnus-group-get-icon'.
6854 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6856         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6857         This should make server editing work better.
6859         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6861         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6862         (nnimap-parse-flags): Fix regexp.
6864         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6865         probably work for CJVK text, too.
6867         * nnimap.el (nnimap-extend-tls-programs): Remove.
6868         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6870 2010-10-13  Julien Danjou  <julien@danjou.info>
6872         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6873         responses.
6875 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6877         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6879         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6880         anything in Emacs.
6882         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6884 2010-10-13  Julien Danjou  <julien@danjou.info>
6886         * shr.el (shr-width): Make shr-width a defcustom with default to
6887         fill-column.
6888         (shr-tag-img): Use shr-width rather than fill-column.
6890 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6892         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6894         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6895         position when (X-)Faces exist.
6896         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6897         avatars when called interactively.
6899 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6901         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6902         gnus-article-x-face-too-ugly is bound.
6904 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6906         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6908         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6909         mailbox that doesn't exist.
6911 2010-10-12  Julien Danjou  <julien@danjou.info>
6913         * shr.el (shr-tag-img): Encode URL properly when retrieving.
6914         (shr-get-image-data): Encode URL properly when fetching from cache.
6915         (shr-tag-img): Use aligned-to spaces to align correctly images.
6917         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6918         before inserting the Gravatar.
6920         * shr.el (shr-tag-img): Add align attribute support for <img>.
6922 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6924         * gnus-gravatar.el (gnus-art): Require.
6926         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6927         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6928         Remove long obsoleted functions.
6930 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6932         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6934         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6935         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6936         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
6937         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
6938         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
6939         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
6940         Fix comment for declare-function.
6942 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6944         * nnimap.el (nnimap-request-rename-group): Select group read-only
6945         before renaming it.
6947         * shr.el (shr-insert): Fix up the white space only regexp.
6949         * nnimap.el (nnimap-transform-split-mail): Not all articles have
6950         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
6952         * shr.el (shr-current-column): New function.
6953         (shr-find-fill-point): New function.
6955 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6957         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6958         numbers.
6960 2010-10-11  Julien Danjou  <julien@danjou.info>
6962         * shr.el (shr-hr-line): Add.
6963         (shr-tag-hr): Use shr-hr-line to specify which character to use to
6964         display hr lines.
6965         (shr-max-columns): Do not change state to nil if we just inserting
6966         spaces.
6968 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6970         * gnus-topic.el (gnus-topic-read-group): If after the last group,
6971         select the last group.
6973 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
6975         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6977 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6979         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6980         for Gnus.
6981         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6982         (nnimap-update-qresync-info): Mark \Seen articles as read.
6984         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6985         non-variable, too.
6987         * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
6988         available.
6989         (nnimap-update-info): Rely more on the current active than the param
6990         active to avoid marking articles as read too much.
6992         * auth-source.el (auth-source-create): Use (user-login-name) for the
6993         user name default.
6995         * nnimap.el (nnimap-update-info): If the server doesn't return any
6996         useful info, just use the previous info.
6997         (nnimap-update-info): Prefer old info over start-article.
6998         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7000 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7002         * nnir.el (autoload): Clean up autoloads.
7003         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7004         Use key rather than value.
7005         (nnir-imap-search-other): New variable.
7006         (nnir-read-parm): Use it.
7007         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7008         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7010 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7012         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7013         the process, too.
7015 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7017         * spam.el (gnus-summary-mode-map): Bind to "$".
7018         Suggested by Russ Allbery.
7020         * shr.el: Rework the way things are indented by <li> slightly.
7022         * gnus.el (gnus-group-set-parameter): Fix typo.
7024         * nnimap.el: Start implementing QRESYNC support.
7026 2010-10-09  Julien Danjou  <julien@danjou.info>
7028         * nnir.el (nnir-engines): Fix too many arguments.
7030 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7032         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7033         group is the "last", so that the backends like nnfolder actually save
7034         their folders.
7036         * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
7037         try to use that for the TLS stream.
7038         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7039         UIDVALIDITY and find out which groups are read-only and not.
7040         (nnimap-get-flags): Use the same marks parsing code as the rest of
7041         nnimap.
7043 2010-10-09  Julien Danjou  <julien@danjou.info>
7045         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7047         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7048         retrieving gravatars.
7050         * shr.el (shr-table-corner): Add.
7051         (shr-table-line): Add.
7052         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7054 2010-10-08  Julien Danjou  <julien@danjou.info>
7056         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7058 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7060         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7062         * gnus-sum.el (gnus-mark-article-as-unread)
7063         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7064         (gnus-summary-set-bookmark): Use it.
7066         * gnus-msg.el (gnus-setup-message): Use it.
7068         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7070         * gnus.el (gnus-group-remove-parameter): Use it.
7072         * gnus-group.el (gnus-group-make-web-group): Use it.
7074         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7076         * nnregistry.el: Update docs to mention manual.
7078         * gnus-registry.el: Update docs to mention nnregistry.el.
7079         (gnus-registry-initialize): Don't install nnregistry refer method
7080         automatically.
7081         (gnus-registry-install-nnregistry): Remove it.
7083 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7085         * shr.el (shr-insert): Don't insert double spaces.
7087 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7089         * gnus-gravatar.el (gnus-treat-from-gravatar)
7090         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7091         called interactively.
7093         * gnus-art.el (gnus-mime-view-part-externally)
7094         (gnus-mime-view-part-internally): Make predicate function passed to
7095         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7096         of a mime type.
7098         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7100 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7102         * shr.el (require): Require cl when compiling.
7103         (shr-tag-hr): New function.
7105         * nnimap.el (nnimap-update-info): Remove double setting of high.
7106         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7107         This makes nnimap work properly on Courier again.
7109         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7110         the variable for backwards compatibility.
7112         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7113         the file name before using to avoid setting mm-default-directory to
7114         nil.
7116         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7117         bidning gnus-agent variables.
7119         * shr.el (shr-render-td): Use a cache for the table rendering function
7120         to avoid getting an exponential rendering behavior in nested tables.
7121         (shr-insert): Rework the line-breaking algorithm.
7122         (shr-insert): Don't leave trailing spaces.
7123         (shr-insert-table): Also insert empty TDs.
7124         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7126 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7128         * gnus-sum.el (gnus-number): Rename from `number'.
7129         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7130         (gnus-summary-limit-children): Update uses correspondingly.
7132 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7134         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7135         (gnus-gravatar-transform-address): Don't show avatars of people of
7136         which mail addresses match gnus-gravatar-too-ugly.
7138 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7140         * shr.el (shr-table-widths): Expand TD elements to fill available
7141         space.
7143 2010-10-07  Julien Danjou  <julien@danjou.info>
7145         * nnimap.el (nnimap-request-rename-group): Add this method.
7147 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7149         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7150         name from XEmacs' function-arglist.
7152         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7153         gravatar under XEmacs.
7155 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7157         * auth-source.el: Update docs with TODO items.
7159         * gnus-sync.el: Update docs to explain state and plans.
7161         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7162         Hooks for mark updates.
7163         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7165         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7166         hooks with arguments, which is needed for mark update hooks.
7168 2010-10-06  Julien Danjou  <julien@danjou.info>
7170         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7171         was matched.
7173         * sieve-manage.el: Update example in `Commentary'.
7175         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7177         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7178         not 2000.
7179         (sieve-manage-authenticate): Re-add function.
7181 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7183         * shr.el (shr-insert): Get 'space transition right.
7184         (shr-render-td): Only delete space at the end of the TD.
7186         * nnimap.el (nnimap-open-connection): Prepare to support
7187         open-gnutls-stream.
7189         * shr.el: Rearrange function order to be more logical.
7191 2010-10-06  Julien Danjou  <julien@danjou.info>
7193         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7194         (nnrss-discover-feed): Remove 404 URL in docstring.
7196         * nnir.el: Fix Swish-E URL.
7197         Fix Namazu URL.
7199         * message.el (message-change-subject): Remove 404 URL in a comment.
7201 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7203         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7204         called interactively.
7206         * gnus-util.el (gnus-remove-if): Allow hash table.
7207         (gnus-remove-if-not): New function.
7209         * gnus-art.el (gnus-mime-view-part-as-type):
7210         * gnus-score.el (gnus-summary-score-effect):
7211         * gnus-sum.el (gnus-read-move-group-name):
7212         Replace remove-if-not with gnus-remove-if-not.
7214         * gnus-group.el (gnus-group-completing-read):
7215         Regard collection as a hash table if it is not a list.
7217 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7219         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7221         * shr.el: Document the table-rendering algorithm.
7223         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7224         invalid URLs.
7226         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7227         line-broken.
7228         (shr-tag-img): Ignore image fetching errors.
7229         (shr-overlays-in-region): Compute overlay positions correctly.
7231         * mm-decode.el (mm-shr): Require shr.
7233         * gnus-art.el (gnus-blocked-images): Move variable here.
7235         * shr.el (shr-insert-table): Bind free variable.
7237         * mm-decode.el (mm-shr): Bind shr-content-function.
7239         * shr.el (shr-content-function): New variable.
7241         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7242         added for symmetry.
7244         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7246         * gnus-group.el (gnus-group-make-group): Doc fix.
7248         * nnimap.el (nnimap-request-newgroups): Return success.
7250         * shr.el (shr-find-elements): New function.
7251         (shr-tag-table): Put all the images after the table.
7252         (shr-tag-table): Really inhibit images inside the table.
7253         (shr-collect-overlays): Copy over overlays from the TD elements to the
7254         main document.
7256         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7257         gnus-blocked-images.
7259 2010-10-05  Julien Danjou  <julien@danjou.info>
7261         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7263         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7264         (gnus-html-maximum-image-size): Add this function.
7265         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7267         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7268         server-value of the capability is nil.
7270 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7272         * shr.el (shr-tag-em): Add <EM> tag.
7274 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7276         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7277         customizable.
7279         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7280         handing broken links to browse-url.
7282 2010-10-05  Julien Danjou  <julien@danjou.info>
7284         * gnus-util.el (gnus-emacs-completing-read)
7285         (gnus-iswitchb-completing-read): Use autoload rather than require.
7287 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7289         * gnus-util.el (gnus-completing-read-function): Exclude
7290         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7291         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7292         XEmacs.
7294         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7295         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7297         * gnus-html.el: Don't require help-fns under XEmacs.
7298         (gnus-html-schedule-image-fetching): Work for XEmacs.
7300         * mm-decode.el (mm-shr): Decode contents by charset.
7302 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7304         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7305         unknown.
7307         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7308         (shr-get-image-data): Ensure against the cache file missing.
7310         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7311         for data.
7313         * spam-report.el (spam-report-url-ping-plain): Don't query about
7314         killing the process.
7316         * shr.el (shr-render-td): Protect against too-wide text.
7318 2010-10-04  Julien Danjou  <julien@danjou.info>
7320         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7321         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7323         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7324         retrieved.
7326 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7328         * shr.el (browse-url): Require.
7329         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7330         lines.
7331         (shr-show-alt-text, shr-browse-image): New commands.
7332         (shr-browse-url, shr-copy-url): New commands.
7334         * gnus-sum.el (gnus-widen-article-window): New variable.
7335         (gnus-summary-select-article-buffer): Use it.
7337         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7338         without @ signs.
7340 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7342         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7344 2010-10-04  Julien Danjou  <julien@danjou.info>
7346         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7347         for XEmacs.
7349 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7351         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7353         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7354         (nnimap-close-server): Implement.
7356         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7357         (shr-insert): Tweak line breaking.
7358         (shr-insert): Handle <pre> better.
7359         (shr-tag-li): Get <li> indentation right.
7360         (shr-tag-li): Get <li> indentation even righter.
7361         (shr-tag-blockquote): Ensure paragraph start.
7362         (shr-make-table): Tweak table generation.
7363         (shr-make-table): Fix typo.
7365         * shr.el: Implement table rendering.
7367 2010-10-04  Julien Danjou  <julien@danjou.info>
7369         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7371 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7373         * shr.el (shr-insert): Use string anchors instead of line anchors.
7375 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7377         * shr.el: Add headings.
7378         (shr-ensure-paragraph): Actually work.
7379         (shr-tag-li): Make <ul> prettier.
7380         (shr-insert): Get white space at the beginning/end of elements right.
7381         (shr-tag-p): Collapse subsequent <p>s.
7382         (shr-ensure-paragraph): Don't insert double line feeds after blank
7383         lines.
7384         (shr-insert): \t is also space.
7385         (shr-tag-s): Fix "s" tag name function.
7386         (shr-tag-s): Fix face prop name.
7388 2010-10-03  Julien Danjou  <julien@danjou.info>
7390         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7392         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7393         gnus-window-inside-pixel-edges.
7395         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7396         gnus-ems.
7398         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7400         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7401         function.
7403         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7404         resize choice.
7406 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7408         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7409         beginning of the buffer.
7411         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7412         article buffer again.
7414         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7416         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7417         when it's at the start of the buffer.
7419         * shr.el (shr-tag-blockquote): Convert name.
7420         (shr-rescale-image): Use the right image-size variant.
7422         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7423         buffer isn't shown, then select the current article first instead of
7424         bugging out.
7425         (gnus-summary-select-article-buffer): Show both the article and summary
7426         buffers again.
7428         * shr.el (shr-fontize-cont): Protect against regions with no text.
7429         Rename tag functions to shr-tag-* for enhanced security.
7430         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7432 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7434         * shr.el (shr-insert):
7435         * pop3.el (pop3-movemail):
7436         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7437         loaded.
7439 2010-10-03  Glenn Morris  <rgm@gnu.org>
7441         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7443         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7445         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7447         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7449         * gnus-util.el (gnus-make-local-hook): Simplify.
7451 2010-10-02  Julien Danjou  <julien@danjou.info>
7453         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7454         (gnus-ido-completing-read): New function.
7455         (gnus-emacs-completing-read): New function.
7456         (gnus-completing-read): Use gnus-completing-read-function.
7457         Add gnus-completing-read-function.
7459 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7461         * shr.el (shr-insert-document): Autoload.
7462         (shr-img): Be silent.
7463         (shr-insert): Add a newline after every picture before text.
7464         (shr-add-font): Use overlays for combining faces.
7465         (shr-insert): Pass upwards the text start point.
7467         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7468         possible.
7469         (mm-shr): New function.
7471 2010-10-02  Julien Danjou  <julien@danjou.info>
7473         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7474         should go backward.
7476 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7478         * shr.el (shr): Fix typo in provide call.
7480 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7482         * shr.el: New file.
7484         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7486         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7487         completing read.
7489 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7491         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7492         we're being queried about.  Suggested by Dan Jacobson.
7494         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7495         Suggested by Jason Eisner.
7497         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7498         table, too.  Suggested by Stefan Wiens.
7499         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7500         the table unnecessary.  Suggested by Stefan Wiens.
7502         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7503         longer needed, and probably doesn't work either, as pointed out by
7504         Stefan Wiens.
7505         (gnus-summary-exit): Remove call to the clearing function.
7506         (gnus-summary-exit-no-update): Ditto.
7508         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7509         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7510         Reported by Stefan Monnier.
7511         (gnus-summary-save-in-rmail): Ditto.
7513         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7514         article buffer, instead of both the article buffer and the summary
7515         buffer.  Sort of suggested by Dan Jacobson.
7517         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7519         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7520         Suggested by Dan Jacobson.
7522         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7523         documentation clearer.
7525         * message.el (message-shorten-references): Comment on the number "21".
7526         Suggested by Stefan Monnier.
7528         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7529         Suggested by Dan Jacobson.
7531         * gnus.el (gnus-large-newsgroup):
7532         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7534         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7535         externalize attachments.  Bug reported by Steve Wen.
7537         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7538         really message anything to the user.
7540         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7541         directly.
7543         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7544         messages in empty groups.
7546 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7548         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7549         non-UIDNEXT group.
7551 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7553         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7554         not the value from the collection.
7556         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7557         values.  This sometimes happens on some groups that have no info.
7558         (nnimap-request-newgroups): New function.
7560 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7562         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7563         check into `gnus-registry-initialize'.
7564         (gnus-registry-initialize): Ditto.
7565         Fix and extend header docs.
7567 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7569         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7570         regexp backtrace overflows.
7572         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7573         for starttls that tls.el implements; i.e. openssl.
7575 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7577         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7578         (gravatar-create-image): New function that's an alias to
7579         gnus-xmas-create-image, gnus-create-image, or create-image.
7580         (gravatar-data->image): Use it.
7582 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7584         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7585         install the nnregistry refer method.
7586         (gnus-registry-install-hooks): Use it.
7587         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7588         unfollowed groups.
7590 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7592         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7593         expanding threads.
7595 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7597         * nnir.el: Use the server names without suffixes (bug #7009).
7599         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7600         unencrypted to STARTTLS, if possible.
7602 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7604         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7605         headers before superseding.
7607 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7609         * nnrss.el (nnrss-use-local): Add documentation.
7611         * nnimap.el (nnimap-extend-tls-programs): New function.
7612         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7613         (nnimap-wait-for-connection): Accept the greeting from the stupid
7614         output from openssl s_client -starttls, too.
7616         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7617         article number.
7618         (nnimap-split-fancy): New variable.
7619         (nnimap-split-incoming-mail): Use it.
7621         * nntp.el (nntp-server-list-active-group): Document.
7623         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7624         SELECT to get the message-id.
7626         * mail-source.el (mail-sources): Remove webmail support.
7627         (defvar): Ditto.
7628         (mail-source-fetcher-alist): Ditto.
7629         (mail-source-fetch-webmail): Remove.
7631         * webmail.el: Remove -- doesn't seem relevant any more.
7633         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7635         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7636         the \r.
7638 2010-09-30  Julien Danjou  <julien@danjou.info>
7640         * gnus-agent.el (gnus-agent-add-group): Fix call to
7641         gnus-completing-read.
7643 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7645         * nndoc.el (nndoc-retrieve-groups): New function.
7647         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7648         `default', use nnmail-split-methods.
7649         (nnimap-request-article): Downcase the NILs so that they are nil.
7651         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7652         symbol.
7654         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7655         code, since if the user has requested network, that's what they ought
7656         to get.
7657         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7658         (nnimap-split-rule): Mark as obsolete.
7660         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7661         New variable.
7663         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7664         correct slot, too.
7666 2010-09-29  Julien Danjou  <julien@danjou.info>
7668         * gnus.el (gnus-local-domain): Declare variable obsolete.
7670         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7671         Fix history computing.
7672         (gnus-ido-completing-read): Require ido.
7674 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7676         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7677         build Gnus.
7679         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7680         when interpreting the structures.
7681         (nnimap-request-accept-article): Add \r\n to the lines to make this
7682         work with Cyrus.
7684         * nndraft.el (nndraft-request-expire-articles): Use the group name
7685         instead if "nndraft".  Fix found by Nils Ackermann.
7687 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7689         * nnregistry.el: Add.
7691 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7693         * nnmail.el (group, group-art-list, group-art):
7694         Remove unneeded directives.
7696 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7698         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7699         (mm-mime-charset):
7700         * rfc2047.el (rfc2047-syntax-table):
7701         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7703         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7704         rather than `insert-file-contents' and `eval-region'.
7706 2010-09-29  Julien Danjou  <julien@danjou.info>
7708         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7709         replacement of `gnus-gravatar-relief' to mimic
7710         `gnus-faces-properties-alist'.
7711         Add :version property.
7713 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7715         * mail-source.el (mail-source-report-new-mail):
7716         * message.el (message-default-mail-headers):
7717         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7719         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7721 2010-09-28  Julien Danjou  <julien@danjou.info>
7723         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7724         mail-address contains the same string as real-name.
7726         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7727         non-blank in header, otherwise it'll get stripped.
7729         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7730         real-name, and then for mail address rather than doing : or , search.
7732 2010-09-27  Julien Danjou  <julien@danjou.info>
7734         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7735         right completing-read function.
7736         (gnus-use-ido): New variable
7737         (gnus-completing-read-with-default): Remove.
7738         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7739         (gnus-agent-add-group):
7740         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7741         * mm-view.el (mm-view-pkcs7-decrypt):
7742         * mm-util.el (mm-codepage-setup):
7743         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7744         * mml-smime.el (mml-smime-openssl-sign-query):
7745         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7746         (mml-insert-multipart):
7747         * gnus-msg.el (gnus-summary-yank-message):
7748         * gnus-int.el (gnus-start-news-server):
7749         * mm-decode.el (mm-interactively-view-part):
7750         * gnus-dired.el (gnus-dired-attach):
7751         * gnus.el (gnus-read-method):
7752         * gnus-bookmark.el (gnus-bookmark-jump):
7753         * gnus-art.el (gnus-mime-view-part-as-type)
7754         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7755         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7756         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7757         * nnmairix.el (nnmairix-create-server-and-default-group)
7758         (nnmairix-update-groups, nnmairix-get-server)
7759         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7760         (nnmairix-get-group-from-file-path):
7761         * nnrss.el (nnrss-find-rss-via-syndic8):
7762         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7763         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7764         (gnus-group-browse-foreign-server):
7765         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7766         (gnus-summary-execute-command, gnus-summary-respool-article)
7767         (gnus-read-move-group-name):
7768         * gnus-score.el (gnus-summary-increase-score)
7769         (gnus-summary-score-effect):
7770         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7772 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7774         * nnimap.el (auth-source-forget-user-or-password)
7775         (auth-source-user-or-password): Autoload.
7777         * message.el (message-from-style, message-interactive)
7778         (message-signature): Remove comment.
7779         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
7780         always.
7781         (message-sendmail-envelope-from): Comment fix.
7782         (message-yank-prefix): Default to mail-yank-prefix always.
7783         (message-indentation-spaces):
7784         Default to mail-indentation-spaces always.
7785         (message-signature-file): Default to mail-signature-file always.
7787 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7789         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7790         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7791         new articles.
7793         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7794         parts.
7795         (nnimap-request-article): Work with the t setting, too.
7797         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7798         that you don't get flashes of other buffers.
7799         (gnus-summary-show-complete-article): Intern before setting.
7801 2010-09-27  David Engster  <dengste@eml.cc>
7803         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7804         well as HEADERS.
7805         (nnmairix-retrieve-headers): Provide new argument for the above.
7807 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7809         * gnus-sum.el (gnus-summary-move-article): Don't alter
7810         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7811         group.
7813         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7815         * message.el (message-cite-prefix-regexp): Revert my last edit.
7817         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7818         variable instead of the Gnus variable.
7820         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7822         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7824         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7825         since some servers don't like it.
7826         (nnimap-open-connection): Forget credentials if the server says the
7827         password was wrong.
7828         (nnimap-parse-line): Protect against invalid data.
7830         * gnus-sum.el (gnus-summary-move-article): Add comment.
7831         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7832         nothing alters it while scanning for new messages.
7834         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7835         which may or may not help.
7836         (nnimap-open-connection): If we're doing a stream connection, and then
7837         discover we're on a STARTTLS-capable server, then open a STARTTLS
7838         connection instead.
7840 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7842         * nnimap.el (utf7): Require.
7844         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7845         prefix.
7847 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7849         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7851 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7853         * nnimap.el (nnimap-request-accept-article): Message the error on
7854         error.
7856 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7858         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7860 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7862         * nndoc.el (nndoc-request-list): Return success always.
7864         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7865         `fetch-old' -- we only want to fetch the articles we've requested.
7866         The rest are in the agent, probably.
7867         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7868         disappeared server" to something low.  It's not important.
7870         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7871         arrived before the FETCH data.
7873         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7874         target here, because we don't know the Gnus name of the group.
7876         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7877         for the correct group.
7879         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7881         * gnus.el (gnus): Give a final warning after startup.
7883         * gnus-util.el (gnus-action-message-log): New variable.
7884         (gnus-message): Use it.
7885         (gnus-final-warning): New function.
7887         * nnimap.el (nnimap-open-connection): Record the greeting.
7888         (nnimap): Add greeting.
7890 2010-09-26  Julien Danjou  <julien@danjou.info>
7892         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7893         arguments.
7894         (gnus-html-wash-images): Fix spec computing to include start/end.
7896         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7898 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7900         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7901         deletion.
7902         (nnimap-retrieve-headers): Don't select the group, because that's
7903         already done by nnimap-possibly-change-group.
7905         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7906         (gnus-picon-transform-address): Use it.
7908         * mail-source.el (mail-source-value): Revert previous patch.
7910         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7911         on failure.
7912         (nnimap-open-connection): Look up both virtual and physical server name
7913         credentials.
7915         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7917 2009-02-08  Dave Love  <fx@gnu.org>
7919         * gnus-win.el (gnus-window-to-buffer-helper)
7920         (gnus-all-windows-visible-p): Function needn't be a symbol.
7922         * mail-source.el (mail-source-value): Function needn't be a symbol.
7924 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7926         * message.el (message-cite-prefix-regexp): Remove } from the cite
7927         prefix.
7929         * gnus-art.el (gnus-treatment-function-alist): Do picons before
7930         highlight again, so that the highlight is correct.
7932         * gnus-picon.el (gnus-picon): Remove again.
7933         (gnus-picon-create-glyph): Set the background XPM color explicitly.
7935         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7936         doing the header highlightling, so that the background color of the
7937         picon is correct.
7939         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7940         (gnus-picon): Ditto.
7941         (gnus-picon): Reinstate.  The background color for picons is white.
7942         (gnus-picon-insert-glyph): Make the background white.
7944         * nnml.el (nnml-open-nov): Don't return dead buffers.
7946         * auth-source.el (auth-source-create): Query the user for whether to
7947         store the credentials.
7949         * auth-source.el (auth-source-user-or-password): Use the existing auth
7950         sources, if any, for creation.
7952         * gnus.el (gnus-group-fast-parameter): Return the last matching
7953         parameter instead of the first matching parameter.
7955 2010-09-26  Julien Danjou  <julien@danjou.info>
7957         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7959 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7961         * mml2015.el (mml2015-use): Remove gpg support.
7963         * mml1991.el (mml1991-function-alist): Remove gpg function.
7964         (mml1991-gpg-sign): Remove.
7966 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
7968         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7969         (gnus-browse-unsubscribe-current-group): Document it.
7970         (gnus-browse-unsubscribe-group): Use it.
7972 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7974         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7975         address to the To list for easier response.
7977         * gnus.el (gnus-play-startup-jingle): Remove.
7978         (gnus-splash): Don't play jingle.
7979         (gnus): Silence gnus-load message.
7981         * gnus-art.el (gnus-treat-play-sounds): Remove.
7983         * gnus.el (gnus-play-jingle): Remove audio support.
7985         * gnus-cus.el (gnus-score-customize): Remove audio reference.
7987         * earcon.el: Remove -- no users.
7989         * gnus-audio.el: Remove -- no users of this package.
7991         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7993         * gnus-start.el (gnus-setup-news): Remove nocem support.
7995         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
7997         * gnus.el (gnus-use-nocem): Remove.
7999         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8000         Remove.
8002         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8003         uses NoCeM any more.
8005         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8006         (gnus-button-ctan-handler): Ditto.
8007         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8008         (gnus-button-ctan-directory-regexp): Ditto.
8009         (gnus-button-handle-ctan): Ditto.
8010         (gnus-button-tex-level): Ditto.
8011         (gnus-button-alist): Remove CTAN stuff.
8013 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8015         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8016         nnimap-streaming test.
8018         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8019         servers twice.
8021         * nnimap.el (nnimap-open-connection): Add more error reporting when
8022         nnimap fails early.
8024         * nnheader.el (nnheader-get-report-string): New function.
8025         (nnheader-get-report): Use it.
8027         * gnus-int.el (gnus-check-server): Say what the error was when opening
8028         failed.
8030         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8031         using streaming.
8033 2010-09-25  Julien Danjou  <julien@danjou.info>
8035         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8036         gnus-window-inside-pixel-edges.
8038 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8040         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8042         * mm-decode.el (mm-save-part): Allow saving to other directories the
8043         normal Emacs way.
8045         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8046         Suggested by Jay Berkenbilt.
8048         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8049         there isn't a single byte.
8051         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8052         just do it.  It doesn't really seem to matter what the user responds
8053         here, I think, so it's just a confusing question.
8055         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8056         non-streaming case.
8058         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8059         (gnus-article-encrypt-body): Use it.
8061         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8062         keystroke.
8064         * nnimap.el (nnimap-find-wanted-parts-1):
8065         Use gnus-fetch-partial-articles.
8067         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8069         * nnimap.el (nnimap-insert-partial-structure): New function.
8070         (nnimap-get-partial-article): New function.
8071         (nnimap-request-article): Use it.
8072         (nnimap-wait-for-response): Return whether the wait was successful.
8073         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8074         retrieval wasn't successful.
8075         (nnimap-retrieve-group-data-early): Allow throttling servers.
8076         (nnimap-streaming): New variable.
8077         (nnimap-fetch-partial-articles): Remove.
8079         * mm-decode.el (mm-with-part): Protect against killed buffers.
8081         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8082         for prettier summary display.
8084 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8086         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8088 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8090         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8091         apparently third-party libraries depend on it.
8093         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8094         before starting negotiation.
8096         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8097         privacy reasons.
8098         (gnus-treat-mail-gravatar): Ditto.
8100         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8101         buffer when inserting images.  Inserting text into the headers, for
8102         instance, can make them invalid.
8104 2010-09-25  Julien Danjou  <julien@danjou.info>
8106         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8107         variables.
8109         * nnheader.el: Remove useless variables news-reply-yank-from and
8110         news-reply-yank-message-id.
8112         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8113         variables.
8115         * mml1991.el: Remove useless mml1991-verbose.
8117         * gnus.el: Remove useless variable gnus-use-generic-from.
8118         Remove obsolete variable gnus-topic-indentation.
8120         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8122         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8124         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8126         * gnus-group.el: Remove useless gnus-group-icon-cache.
8127         Remove useless gnus-ephemeral-group-server.
8129         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8131         * mml2015.el: Remove useless mml2015-verbose.
8133         * mml-smime.el: Remove useless mml-smime-verbose.
8135         * gnus.el: Remove useless gnus-local-domain.
8137         * gnus-gravatar.el (gnus-gravatar-transform-address):
8138         Use gnus-gravatar-size.
8140         * gnus-art.el: Remove useless gnus-treat-translate.
8142 2010-09-24  Julien Danjou  <julien@danjou.info>
8144         * gnus-sum.el: Add support for Gravatars.
8146         * gnus-art.el: Add support for Gravatars.
8148         * gnus-gravatar.el: Add this file.
8150         * gravatar.el: Add this file.
8152 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8154         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8156         * gnus-group.el (gnus-group-fetch-faq): Remove.
8158         * gnus.el (gnus-group-faq-directory): Remove.
8160         * gnus-group.el (gnus-group-fetch-charter): Remove.
8162         * gnus.el (gnus-group-charter-alist): Remove.
8164         * gnus-group.el (gnus-group-archive-directory): Remove.
8165         (gnus-group-recent-archive-directory): Ditto.
8166         (gnus-group-make-archive-group): Remove.
8168         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8170         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8171         use the same article number for all the cached articles.
8173         * nnimap.el (nnimap-command): Register the last command time so
8174         that we can use it for idling NOOPs.
8175         (nnimap-open-connection): Start the keeplive timer.
8176         (nnimap-make-process-buffer): Store all the process buffers.
8177         (nnimap-keepalive): New function.
8179         * starttls.el (starttls-open-stream): Add autoload cookie.
8181 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8183         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8184         handling.
8186 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8188         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8189         its data structures.
8191         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8192         instead of the cl.el copy-list.
8193         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8194         equalp.
8196 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8198         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8199         and tool-bar-local-item-from-menu.
8201         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8202         mode-line-highlight face for Emacs.
8204         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8205         loading gnus-sum.elc; fix comment for canlock-verify.
8206         (gnus-article-jump-to-part): Use read-number.
8207         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8208         Remove Emacs pre-21 compatible code for help-echo.
8209         (gnus-article-next-page-1): No need to adjust the number of lines.
8210         (gnus-article-describe-bindings): Always use help-buffer.
8212         * gnus-audio.el (gnus-audio-inline-sound):
8213         * gnus-cus.el (gnus-custom-mode):
8214         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8216         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8218         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8219         compatible code.
8221 2010-09-24  Glenn Morris  <rgm@gnu.org>
8223         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8224         visiting the fcc file in rmail-mode.
8226 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8228         * nnir.el: Silence the byte compiler.
8230         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8231         alias to browse-url-url-encode-chars if any.
8232         (gnus-html-encode-url): Use it.
8234 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8236         * gnus-start.el (gnus-use-backend-marks): New variable.
8237         (gnus-get-unread-articles-in-group): Use it.
8239         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8240         makeover.
8242 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8244         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8246 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8248         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8249         Remove.
8250         (gnus-setup-news-hook):
8251         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8253         * gnus-int.el (gnus-request-update-info): Protect against backends not
8254         having the function.
8256         * nnimap.el (nnimap-stream): Mention STARTTLS.
8257         (nnimap-open-connection): Add STARTTLS support.
8259 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8261         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8263 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8265         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8266         BODYSTRUCTUREs.
8267         (nnimap-transform-headers): Unfold quoted {42} headers.
8269         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8270         the info.
8271         (gnus-get-unread-articles): Only call updatep on backends that support
8272         it.
8274         * nnweb.el (nnweb-request-update-info): NOOP.
8276         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8278         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8279         since it only deals with marks.
8281         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8282         gnus-request-marks, and make a new gnus-request-update-info.
8284         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8285         the active instead of the high number, which is usually too low.
8287 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8289         * encrypt.el: Remove.
8291 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8293         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8294         server in symbolic form.
8296         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8298 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8300         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8301         (nnimap-update-info): Fix up code slightly.
8303         * gnus-int.el (gnus-open-server): Add tracing for performance
8304         debugging.
8306         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8307         (gnus-group-insert-group-line): Pass the real group name so that it
8308         gets the right data.
8310         * gnus-start.el (gnus-get-unread-articles): Don't have
8311         `gnus-get-unread-articles-in-group' update info, since that can be
8312         really slow and doesn't seem to be needed?
8314 2010-09-22  Julien Danjou  <julien@danjou.info>
8316         * gnus-group.el (gnus-group-insert-group-line):
8317         Call gnus-group-highlight-line.
8318         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8319         default hook list.
8320         (gnus-group-update-eval-form): Add new function.
8321         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8322         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8324 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8326         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8327         immediate, then expire all articles.
8328         (nnimap-update-info): Fix off-by-one errors.
8329         (nnimap-flags-to-marks): Would return no marks lists for group with no
8330         flags.  Instead return the other data.
8332 2010-09-22  Julien Danjou  <julien@danjou.info>
8334         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8335         Only return an icon.
8336         (gnus-group-insert-group-line): Compute icon to return.
8338         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8339         (gnus-html-image-fetched): Only cache if
8340         gnus-html-image-automatic-caching is set.
8341         (gnus-html-image-fetched): Check for errors.
8343 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8345         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8346         once per method on `g'.  This ensures that backends like nnfolder don't
8347         open all their folders.
8349         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8350         (nnimap-request-list): Nix out group in the correct buffer.
8351         (nnimap-parse-flags): Implement by using `read' instead of
8352         hand-parsing.
8353         (nnimap-flags-to-marks): Pass on permanent-flags.
8354         (nnimap-make-process-buffer): Record the server name.
8355         (nnimap-parse-flags): Fix typo.
8356         (nnimap-request-scan): Run split on the server in general, not just a
8357         single group.
8359         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8360         parameter, and propagate this downwards.
8362         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8363         since EXAMINE changes it on the server.
8365         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8366         this command might take a while.
8368 2010-09-22  Julien Danjou  <julien@danjou.info>
8370         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8371         harmful if you have 2 images side-by-side, they can't be properly
8372         update on text deletion.  Using text-property is safer here.
8373         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8374         data.
8376 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8378         * nnimap.el (nnimap-expunge-inbox): Remove.
8379         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8380         (nnimap-expunge): Flip default to t.
8382         * gnus.el (gnus-method-to-server): Don't push things to the cache
8383         unless it's unique.
8384         (gnus-server-to-method): Ditto.
8386 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8388         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8390 2010-09-22  Julien Danjou  <julien@danjou.info>
8392         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8393         get the start of data.
8394         (gnus-html-encode-url): Add this function to encode special chars in
8395         URL.
8396         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8397         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8399         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8400         default.
8401         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8403         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8404         images alt-text.
8405         (gnus-html-put-image): Put alt-text as help-echo.
8407 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8409         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8410         * mm-util.el (mm-decompress-buffer):
8411         * nnir.el (nnir-run-find-grep):
8412         * pop3.el (pop3-list): Use 3rd arg of split-string.
8414 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8416         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8417         outside the active range.  Suggested by Dan Christensen.
8419         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8420         slightly later to avoid double-getting it.
8422         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8423         previous patch.
8425         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8427 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8429         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8431 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8433         * gnus-int.el (gnus-open-server): Give a better error message in the
8434         "go offline" case.
8436         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8437         marks for nnimap, which is seldom the right thing to do.
8439         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8440         (gnus-same-method-different-name): New function.
8442         * nnimap.el (parse-time): Require.
8444         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8445         method in the presence of many similar methods.
8447         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8449         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8450         nnml-inhibit-expiry.
8452         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8453         find out whether methods are equal.
8455         * nnimap.el (nnimap-find-expired-articles): New function.
8456         (nnimap-process-expiry-targets): New function.
8457         (nnimap-request-move-article): Request the article before looking at
8458         what the Message-ID is.  Fix found by Andrew Cohen.
8459         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8461         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8462         for oldness in addition to being a predicate.
8464         * nnimap.el (nnimap-request-group): When we have zero articles, return
8465         the right data to Gnus.
8466         (nnimap-request-expire-articles): Only delete articles immediately if
8467         the target is 'delete.
8469         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8470         method, this would bug out.
8472         * gnus-group.el (gnus-group-expunge-group): Rename from
8473         gnus-group-nnimap-expunge, and implemented as a normal interface
8474         function.
8476         * gnus-int.el (gnus-request-expunge-group): New function.
8478         * nnimap.el (nnimap-request-create-group): Implement.
8479         (nnimap-request-expunge-group): New function.
8481 2010-09-21  Julien Danjou  <julien@danjou.info>
8483         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8484         (gnus-html-cache-expired): Add new function.
8485         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8486         wethever we should display image for fetch it.
8487         Compute alt-text earlier to pass it to the fetching function too.
8488         (gnus-html-schedule-image-fetching): Change function argument to only
8489         get one image at a time, not a list.
8490         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8491         cache.
8492         (gnus-html-get-image-data): New function to retrieve image data from
8493         cache.
8494         (gnus-html-put-image): Change buffer argument to use image data rather
8495         than file, and place image above region rather than inserting a new
8496         one.  Do not take alt-text as argument, since it's useless now: we place
8497         the image above alt-text.
8498         (gnus-html-prune-cache): Remove.
8499         (gnus-html-show-images): Start to fetch image when we find one, do not
8500         push into a temporary list.
8501         (gnus-html-prefetch-images): Only fetch image if they have expired.
8502         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8503         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8505 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8507         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8509 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8511         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8512         spec inser "*" if the group isn't active instead of 0.
8514         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8515         opening the server.
8516         (nnimap-request-delete-group): Implement group deletion.
8517         (nnimap-transform-headers): Return the size of the entire message in
8518         the Bytes header, not just the size of the first part.
8519         (nnimap-request-move-article): When moving an article from nnimap,
8520         request the article first so the accepting form has an article to
8521         accept.  Reported by Dan Christensen.
8522         (nnimap-command): Make sure that the error message doesn't error out.
8524 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
8526         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8527         we haven't requested anything.
8529 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8531         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8532         "".  Fix found by Andrew Cohen.
8534         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8535         instead of -encode-string.
8537 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8539         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8541         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8542         by mm-subst-char-in-string.
8544 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8546         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8547         waiting for the connection string.
8549         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8550         arriving.
8552         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8553         bogus characters.  This allows selecting certain Gmail groups.
8555         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8556         (nnimap-fetch-partial-articles): New variable.
8557         (nnimap-open-connection): When looking for credentials, also use the
8558         nnimap-server-port.
8559         (nnimap-request-article): Return the group/article number, so that Gnus
8560         `^' works as expected.
8561         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8563         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8564         comments.
8565         (gnus-methods-sloppily-equal): New function.
8566         (gnus): When using the development version of Gnus, load the gnus-load
8567         file.
8569         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8570         `gnus-open-server' on each method before trying to scan them etc.
8571         This ensures that all the backend parameters are set correctly.
8573         * nnimap.el (nnimap-authenticator): New variable.
8574         (nnimap-open-connection): Allow anonymous login.
8575         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8576         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8578         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8579         patch, found by Knut Anders Hatlen.
8581 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8583         * gnus-agent.el (gnus-agent-batch-confirmation)
8584         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8585         to gnus-message.
8586         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8587         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8588         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8589         * gnus-int.el (gnus-open-server): Likewise.
8590         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8591         (gnus-score-check-syntax): Likewise.
8592         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8593         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8594         Likewise.
8595         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8597 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8599         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8600         calling conventions so that prefetch doesn't bug out.
8602 2010-09-19  Julien Danjou  <julien@danjou.info>
8604         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8605         rather than `subst-char-in-region' in order to be able to replace ASCII
8606         char by UTF-8 ones.
8608         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8609         than curl.
8610         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8611         the right URL and ALT text on images.
8612         (gnus-html-wash-tags): Fix tag case.
8613         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8614         (gnus-article-html): Add -o display_ins_del=2 option.
8615         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8617 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8619         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8620         the extra mail headers, which sometimes seem to happen for unknown
8621         reasons.
8623         * mail-parse.el (mail-header-encode-parameter): Define as
8624         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8625         (or most, perhaps?) mail readers don't understand the latter, but do
8626         understand the former.
8628         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8629         to nil, so that no methods are automatically agentized.  I think this
8630         is probably what most users want.
8632         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8633         from url-retrieve, for instance about invalid URLs.
8635         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8636         groups that have no articles.
8637         (nnimap-request-article): Check that we really got an article when we
8638         requested one.
8640         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8641         doesn't exist.
8643         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8644         nntp buffer so the agent can save it.
8645         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8646         that CRLF doesn't get translated to \n.
8647         (nnimap-open-connection): Don't make 'shell commands only send \n.
8649 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8651         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8652         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8653         Update var name.
8654         (nnml-generate-nov-file): Use dolist.
8655         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8656         Use with-current-buffer.
8658 2010-09-18  Julien Danjou  <julien@danjou.info>
8660         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8661         parallel.
8663 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8665         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8666         the range update right.
8667         (nnimap-request-group): Don't make `M-g' bug out on group with no
8668         marks.
8669         (nnoo): Require, so that other packages can require nnimap.
8670         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8671         command we're looking for.  This helps when the server sends more
8672         responses after we've gotten everything we expected.
8673         (nnimap): Add a `newlinep' field to keep track of end-of-line
8674         conventions.
8675         Don't send CRLF to things that don't want it.
8676         (nnimap-request-accept-article): Ditto.
8678 2010-09-18  Julien Danjou  <julien@danjou.info>
8680         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8681         than curl to retrieve images.
8683 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8685         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8686         the marks.
8687         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8688         (nnimap-wait-for-connection): New function.
8689         (nnimap-open-connection): If we have PREAUTH, don't query for login
8690         credentials.
8691         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8692         when doing a partial update.
8694 2010-09-18  Julien Danjou  <julien@danjou.info>
8696         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8697         tags.
8699 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8701         * nnimap.el (nnimap-credentials): New function.
8702         (nnimap-open-connection): Use the new function to look for credentials
8703         also on the numeric equivalents of "imap" and "imaps".
8705         * gnus-start.el (gnus-activate-group): Send the info to
8706         gnus-request-group.
8708         * nnimap.el (nnimap-request-group): Have the "check" version of the
8709         function parse flags and update the info, so that a `M-g' get a total
8710         resync of all flags from the group.
8712         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8713         to allow backends to alter the info on group selection.  Also alter all
8714         the backend -request-group functions to take the parameter.
8716         * nnimap.el (nnimap-store-info): New function.
8717         (nnimap-update-info): Store the info for later usage.
8718         (nnimap-request-group): Use the stored info for the dont-check case, so
8719         that we don't retrieve all marks when we enter a group.
8721         * nnimap.el: Use deffoo instead of defun for interface functions.
8723         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8724         update the group info.  This makes the nndraft groups, for instance, go
8725         back to their old behavior.
8727         * gnus-sum.el (gnus-select-newsgroup): Indent.
8729         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8730         in.
8731         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8732         nothing.
8734         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8735         from methods that are denied.
8737         * gnus-int.el (gnus-method-denied-p): New function.
8739         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8740         store the password instead of netrc.
8741         (nnimap-open-connection): Don't error out when we can't make a
8742         connections.
8744         * auth-source.el (auth-source-create): In the password prompt, say what
8745         we're querying for.  Also prompt for user name if that hasn't been
8746         given.
8748         * nnimap.el (nnimap-with-process-buffer): Remove.
8750 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8752         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8753         method when we're reading from the agent.
8755         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8757         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8758         that's probably most useful for users.
8760         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8761         "failed" all the time.
8763         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8764         ...)) with (with-current-buffer ...).
8766         * nntp.el (nntp-open-server): Return whether the open was successful or
8767         not.
8769         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8770         select an unread unseen article first.
8772         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8773         /etc/services, supply some sensible port defaults.
8775 2010-09-17  Julien Danjou  <julien@danjou.info>
8777         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8779 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8781         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8782         doesn't have any parameters.
8784 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8786         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8787         only upcased checks.
8789         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8791         * nnimap.el (nnimap-open-shell-stream): New function.
8792         (nnimap-open-connection): Use it.
8793         (nnimap-transform-headers): Get the number of lines in each message.
8794         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8795         number of lines.
8796         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8797         problem.
8799         * utf7.el (utf7-encode): Autoload.
8801         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8802         to allow the mail splitting to not return a default group.  This is
8803         useful for nnimap, which will leave unmatched mail in the inbox.
8805         * nnimap.el: Rewritten.
8807         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8808         nnimap usage.
8810         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8811         if the move is internal, so that nnimap can do fast internal moves.
8813         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8814         data.
8815         (gnus-read-active-for-groups): Support finishing the early retrieval of
8816         data.
8818         * gnus-range.el (gnus-range-nconcat): New function.
8820         * gnus-int.el (gnus-finish-retrieve-group-infos)
8821         (gnus-retrieve-group-data-early): New functions.
8823 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8825         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8826         (nnrss-retrieve-groups):
8827         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8828         (pop3-quit): Use with-current-buffer.
8830 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8832         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8833         instead of nnheader-accept-process-output.
8835         * gnus-html.el (gnus-html-schedule-image-fetching)
8836         (gnus-html-prefetch-images): Replace process-kill-without-query by
8837         gnus-set-process-query-on-exit-flag.
8839 2010-09-16  Romain Francoise  <romain@orebokech.com>
8841         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8843 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8845         * gnus-registry.el (gnus-registry-install-shortcuts): The second
8846         parameter to unintern is mandatory-ish in Emacs 24.
8848         * gnus-html.el (gnus-html-schedule-image-fetching)
8849         (gnus-html-prefetch-images): Check for curl before using it.
8851         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8852         depend on curl, which isn't essential.
8854         * imap.el: Revert back to version
8855         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8856         seem problematic.
8858 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8860         * gnus-registry.el (gnus-registry-install-shortcuts):
8861         Explicitly pass `obarray' to `unintern' to avoid a warning.
8863 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8865         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8866         change.
8868         * nnrss.el (nnrss-request-list): Remove this function and related
8869         functions, including the moreover stuff.
8871 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8873         * nnrss.el (nnrss-retrieve-groups): New function.
8875 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8877         * .dir-locals.el: Add no-byte-compile cookie.
8879 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8881         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8882         for back end that doesn't support request-scan.
8884 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8886         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8887         then do request scans from the backends.
8889         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8890         avoid running a hook per line, since this takes a lot of time,
8891         profiling shows.
8892         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8893         directly if gnus-visual-p is true.
8895 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8897         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8898         groups; replace mapcar with dolist which is a bit faster; pass groups
8899         info to gnus-read-active-file-1.
8900         (gnus-read-active-file-1): Scan only specified groups if the new
8901         optional arg `infos' is given.
8903 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8905         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8907         * pop3.el (pop3-movemail): Remove.
8908         (pop3-streaming-movemail): Rename to pop3-movemail.
8910         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8911         don't restrict end-tag searches to the end of the line.
8913 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8915         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8916         articles of every unchecked group to t, which means unknown since the
8917         server has never been opened.
8919 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8921         * gnus-html.el (gnus-html-show-alt-text): New command.
8922         (gnus-html-browse-image): Ditto.
8923         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8924         to browse the image directly.
8925         (gnus-html-wash-tags): Search for images first, so that <a><img> works
8926         better.
8928         * gnus-async.el (gnus-async-article-callback):
8929         Call `gnus-html-prefetch-images' unconditionally.
8931         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8932         before feeding URLs to curl.
8934 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8936         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8937         internal images as deletable by `W D D'.
8939         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8940         (gnus-async-article-callback): Fix typo.
8942 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8944         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8945         current line to work around bugs in the output from w3m.
8947         * gnus-async.el (gnus-async-article-callback): Always prefetch images
8948         for groups that want that.
8950         * nntp.el (nntp-wait-for-string): Supply a timeout for
8951         accept-process-output to ensure progress.
8953         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8954         level to get unread articles from, then use that for foreign groups,
8955         too.
8957         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8958         confuses the rest of the function.
8960         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8961         for the methods that support -retrieve-groups, too.
8963         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8965 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8967         * pop3.el: Require cl when compiling.
8968         (pop3-number-of-responses): Search for "+OK", not "+OK ".
8970 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8972         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8973         that aren't going to be activated.
8974         (gnus-get-unread-articles): Fix up the last commit.
8976         * gnus-html.el (gnus-article-html): Allow calling without specifying
8977         the handle.  In that case, dissect the buffer first.
8979         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8981         * nnimap.el (nnimap-open-connection): Revert the change that would look
8982         into authinfo for imaps instead of imap.
8984         * gnus-start.el (gnus-activate-group): Take an optional parameter to
8985         say that you don't want to call gnus-request-group with don-check, but
8986         do check the response.  This is for virtual groups only.
8987         (gnus-get-unread-articles): Count the archive groups as secondary, so
8988         that they're activated the same way as before.
8990         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8991         case-insensitively.
8992         (nnimap-debug): Remove.
8994         * mail-source.el (mail-source-fetch): Don't message if we're fetching
8995         mail from a file, and the file doesn't exist.
8997         * pop3.el (pop3-streaming-movemail): Return t for success.
8999         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9000         .authinfo if we're using ssl connection.
9002         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9003         already have if we're in a main Gnus `g' run.
9005         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9007 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9009         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9011         * nnmh.el (nnmh-request-list-1): Bind `file'.
9013         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9014         alias to set-process-query-on-exit-flag or process-kill-without-query.
9015         (pop3-open-server): Use it.
9017 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9019         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9020         box to the Incoming file.  Fixes mistake in previous checkin.
9022         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9023         request loop (for debugging purposes) removed.
9025         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9026         culprit is more visible.
9027         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9028         (nnml-add-incremental-nov): New functions to do "incremental" nov
9029         updates, where we just append to the end of the existing nov files
9030         without reading/writing them in full.
9032         * mail-source.el (mail-source-delete-crash-box): Really only check the
9033         incoming files once in a while.
9035         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9037         * mail-source.el (mail-source-delete-crash-box): Only check the
9038         incoming files for deletion once per day to save a lot of file
9039         accesses.
9041         * pop3.el (pop3-logon): Fix up unbound variable typo.
9043         * mail-source.el (pop3-streaming-movemail): Autoload.
9045         * pop3.el (pop3-streaming-movemail):
9046         Respect pop3-leave-mail-on-server.
9048         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9049         retrieval.
9051         * pop3.el (pop3-process-filter): Remove unused function.
9052         (pop3-streaming-movemail, pop3-send-streaming-command)
9053         (pop3-wait-for-messages, pop3-write-to-file)
9054         (pop3-number-of-responses): New functions for streaming pop3
9055         retrieval.
9057         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9058         come from no known methods.
9059         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9060         list.
9062         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9063         message sizes.
9064         (pop3-movemail): Use erase-buffer instead of looping and deleting
9065         regions, which seems rather odd.
9067         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9068         file once per `g' run.
9070         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9071         directories.  This makes the draft queue directory work.
9073         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9074         data from the backends, so that we only request the list of groups from
9075         each method once.  This should speed things up considerably.
9077         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9078         detect that it's not implemented.
9080         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9081         we actually do recurse down into the tree, but don't stat all leaf
9082         nodes.
9084         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9085         then say so instead of bugging out.
9087         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9088         files exist before trying to read them.
9090         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9091         around <pre_int>.
9093         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9095         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9097 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9099         * mm-util.el (mm-image-load-path): Just return the image directories,
9100         not all directories in the path in addition to the image directories.
9101         (mm-image-load-path): Maintain a cache of the image directories so that
9102         the `g' command in Gnus doesn't have to stat dozens of directories each
9103         time.
9105         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9106         (gnus-html-wash-tags): Add a new `i' command to insert images.
9107         (gnus-html-insert-image): New command and keystroke.
9108         (gnus-html-redisplay-with-images): New command and keystroke.
9109         (gnus-html-show-images): Rename command.
9110         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9111         spacers.
9112         (gnus-html-wash-tags): Decode entities at the end, so that entities
9113         inside the tags don't mess up the rest of the "parsing".
9115         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9116         so that nnimap methods aren't agentized by default.  There's apparently
9117         many problems related to agent/imap behavior.
9119         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9121         * gnus-html.el: Doc fix.
9123 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9125         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9126         glyph-width and glyph-height instead of display-graphic-p and
9127         image-size; make avoidance of displaying small images work for XEmacs.
9129         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9130         for XEmacs.
9132         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9133         of symbol that holds plist data.
9134         (gnus-process-plist): Remove plist of process after getting it.
9136 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9138         * message.el (message-generate-hashcash): Change default to
9139         'opportunistic if hashcash is installed.
9141         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9142         (gnus-html-put-image): Only call image-size once, since it's somewhat
9143         time-consuming on remote X servers.
9145 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9147         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9148         decoded contents.
9149         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9151 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9153         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9154         group line format, since it isn't very interesting.
9156         * gnus-agent.el (gnus-agent-short-article),
9157         (gnus-agent-long-article): Increase values for these two variables,
9158         since most people are likely to have more network connection and
9159         storage than before.
9161         * gnus.el (gnus-refer-article-method): Change default to 'current.
9162         When referring an article, the common behavior is to refer it from the
9163         current select method, not the native select method.  The chances of
9164         the native select method having the message in question is rather slim
9165         these days.
9167         * gnus-sum.el (gnus-auto-select-subject): Change default to
9168         `unseen-or-unread'.  I think it's likely that most people want to
9169         select an unseen article over a previously seen, but unread one.
9171         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9172         means that in the article buffer none of the minor mode elements will
9173         be shown, usually, and this is not desirable in most cases.
9175         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9176         that commands like `d' (and the like) go to the next line in the
9177         buffer, instead of the next unread article.  I think this is the
9178         behavior that is most natural for most users.
9179         (gnus-single-article-buffer): Change default to nil, so that people can
9180         have as many article buffers open as they have summary buffer.  I think
9181         this is the most natural way for the groups to behave.
9183         * message.el (message-generate-new-buffers): Change default to
9184         `unsent', so that all new message buffers start their names with the
9185         string "*unsent", and it's easier to find the buffers if you move from
9186         them.
9188 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9190         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9191         small.  They're probably tracking images.
9192         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9193         (gnus-html-rescale-image): Yet another try at getting the image sizing
9194         right.
9196         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9197         nntp-marks-file-name is nil.
9199 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9201         * gnus-html.el (gnus-html-wash-tags)
9202         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9203         Better logging.
9205 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9207         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9209         * gnus-html.el (gnus-html-wash-tags): Check the value of
9210         gnus-blocked-images in the summary buffer.
9212 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9214         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9216 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9218         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9219         like "a", it seems like.
9220         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9221         since it needs to be picked from the correct buffer.
9223         * nnwfm.el: Remove.
9225         * nnlistserv.el: Remove.
9227 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9229         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9230         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9232 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9234         * nnkiboze.el: Remove.
9236         * nndb.el: Remove.
9238         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9239         alt text.
9240         (gnus-html-rescale-image): Try to get the rescaling logic right for
9241         images that are just wide and not tall.
9243         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9244         overshadow variable bindings.
9246 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9248         * gnus-html.el (gnus-html-wash-tags)
9249         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9250         Add extra logging.
9252 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9254         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9255         (gnus-max-image-proportion): New variable.
9256         (gnus-html-rescale-image): New function.
9257         (gnus-html-put-image): Rescale images.
9259 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9261         Fix up some byte-compiler warnings.
9262         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9263         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9264         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9265         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9266         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9267         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9268         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9270 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9272         * gnus-html.el (gnus-article-html): Decode contents by charset.
9274 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9276         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9277         (gnus-html-frame-width, gnus-blocked-images):
9278         * message.el (message-prune-recipient-rules): Add custom version.
9279         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9281         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9282         functions.
9284         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9285         gnus-process-get.
9287 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9289         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9290         instead of lsub directly.
9292 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9294         * nnwarchive.el: Remove.
9296         * gnus-soup.el: Remove.
9298         * nnsoup.el: Remove.
9300         * nnultimate.el: Remove.
9302         * gnus-html.el (gnus-blocked-images): New variable.
9304         * message.el (message-prune-recipients): New function.
9305         (message-prune-recipient-rules): New variable.
9307         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9308         guess whether a long line is natural text or not.
9310         * gnus-html.el (gnus-html-schedule-image-fetching):
9311         Use gnus-process-plist and friends for compatibility.
9313 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9315         * gnus-html.el: Require packages that define macros used in this file.
9316         (gnus-article-mouse-face): Declare to silence byte-compiler.
9317         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9318         process-get.
9319         (gnus-html-put-image): Use plist-get to avoid getf.
9320         (gnus-html-prefetch-images): Use with-current-buffer.
9322 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9324         * gnus-ems.el: Provide compatibility functions for
9325         gnus-set-process-plist.
9327         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9328         * gnus.el (gnus-valid-select-methods):
9329         * message.el (message-send-mail-partially-limit):
9330         * mm-decode.el (mm-text-html-renderer):
9331         * mml.el (mml-insert-mime-headers-always):
9332         * smiley.el (smiley-regexp-alist): Bump custom version.
9334 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9336         * gnus-html.el: require mm-url.
9337         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9338         with the url to `url'.
9339         (gnus-html-wash-tags): Support cid: URLs/images.
9341 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9343         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9344         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9345         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9347         * gnus-move.el: Remove file, since it doesn't really work.
9349         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9350         UTF-8.  This seems to fix problems with some German web feeds.
9352         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9353         at the top so that the proper colors are applied.
9355         * gnus-art.el (gnus-article-view-part): Doc fix.
9357         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9358         XEmacs-compatible.
9359         (gnus-html-put-image): Don't do images on non-graphic displays.
9361         * nnslashdot.el: Remove this unused backend.
9363         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9364         actions.
9365         (gnus-undo-register-1): Revert last change.
9367         * gnus-group.el (gnus-group-completing-read): Protect against not
9368         having completion-styles bound.
9370         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9371         make broken recipients happier.
9373         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9375         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9376         point parameter.
9378         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9379         completion-styles for group selection.
9381 2009-02-04  Andreas Schwab  <schwab@suse.de>
9383         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9384         headers and regexp-quote the match if necessary.
9386 2009-03-24  Miles Bader  <miles@gnu.org>
9388         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9389         the blinking smiley.
9391 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9393         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9394         blink smiley.
9396 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9398         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9399         where the dribbel file lives exists.
9401         * message.el (message-send-mail-partially-limit): Change the default to
9402         nil, since most people don't want this.
9404         * mm-url.el (mm-url-decode-entities): Also decode entities like
9405         &#x3212.
9407 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9409         * gnus-sum.el (gnus-summary-idna-message):
9410         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9411         Hyperlink urls in docstrings with URL `...'.
9413 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9415         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9416         functions.
9418 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9420         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9421         say what the mouseover text should be.
9423         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9424         version of the mm-w3m-safe-url-regexp variable to only download images
9425         in the groups where we want that to happen.
9427         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9429         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9430         easier debugging.
9431         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9432         big pictures in the article buffer.
9434         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9435         gnus-article-html.
9436         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9437         w3m.
9439         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9441 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9443         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9444         which doesn't exist.
9446         * message.el (message-inhibit-ecomplete): New variable to allow some
9447         function to inhibit ecomplete address storage.
9448         (message-resend): Disable ecomplete message storage when resending
9449         messages.
9451         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9453 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9455         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9456         Save excursion while copying, moving, and deleting articles in order to
9457         prevent the cursor from jumping to unforeseen place.
9459 2010-08-17  Glenn Morris  <rgm@gnu.org>
9461         * gnus-sync.el: Require gnus components whose functions are used.
9463         * gnus-art.el (bookmark-make-record-function):
9464         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9465         Declare for compiler.
9467         * mm-url.el (mml-compute-boundary): Autoload.
9469 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9471         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9473 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9475         Typo fix "hoo4a" -> "hook".
9477         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9479 2010-08-14  Glenn Morris  <rgm@gnu.org>
9481         * gnus-sync.el (gnus-sync): Fix defgroup version.
9483 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9485         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9487         * gnus-sync.el: Fix docs.
9488         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9489         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9491 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9493         Optimizations for gnus-sync.el.
9495         * gnus-sync.el: Add docs about gnus-sync-backend
9496         possibilities.
9497         (gnus-sync-save): Remove unnecessary message.
9498         (gnus-sync-read): Optimize and show what groups were skipped.
9500 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9502         Minor bug fixes for gnus-sync.el.
9504         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9505         Don't read the sync on get-new-news.
9507         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9508         quiet.
9510         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9511         (fix typo).
9513 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9515         Make saving and restoring of hidden threads work with overlays.
9516         Patch applied by Ted Zlatanov.
9518         * gnus-sum.el (gnus-hidden-threads-configuration)
9519         (gnus-restore-hidden-threads-configuration): Update to deal with text
9520         properties, rather than searching for a magic character.
9522 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9524         New gnus-sync.el library for synchronization of marks.
9526         * gnus-sync.el: New library for synchronization of marks.
9528         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9529         renamed from `gnus-registry-grep-in-list'.
9531         * gnus-registry.el (gnus-registry-follow-group-p):
9532         Use `gnus-grep-in-list'.
9534         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9536 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9538         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9539         determining charset of text fails.
9541 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9543         * nnmail.el (nnmail-get-new-mail-1): Revert.
9545         * nnml.el (nnml-active-number): Make sure names of newly created groups
9546         in nnml-group-alist are encoded.
9548 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9550         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9551         containing non-ASCII characters in active file for nnml back end.
9553 2010-07-24  David Engster  <dengste@eml.cc>
9555         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9556         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9558 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9560         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9561         tag (Bug#6654).
9563 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9565         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9566         the article buffer, not the summary buffer.
9568 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9570         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9571         Emacs 23 as well.
9573 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9575         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9576         Patch applied by Karl Fogel.
9578         * gnus-sum.el (gnus-summary-bookmark-make-record):
9579         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9581 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9583         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9584         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9585         C-w still not working correctly from Article buffers; Thierry's
9586         patch to fix that will be applied after this.
9588         * gnus-art.el (bookmark-make-record-function): New local variable.
9590         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9591         article buffer.
9592         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9594 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9596         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9597         on changes in bookmark.el.
9599 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9601         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9602         the *other* type of HTML form submission.
9604 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9606         * auth-source.el (auth-source-pick): If choice does not contain a
9607         questioned keyword, set the check to t.
9609 2010-06-12  Romain Francoise  <romain@orebokech.com>
9611         * gnus-util.el (gnus-date-get-time): Move up before first use.
9613 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9615         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9616         (gnus-article-edit-part): Bind it to make last part that is substituted
9617         or deleted visible.
9618         (gnus-mime-display-single): Buttonize part of which id equals to
9619         gnus-mime-buttonized-part-id.
9621 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9623         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9624         (gnus-dd-mmm): Use gnus-date-get-time.
9625         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9626         simplify logic.
9627         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9628         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9630 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9632         * auth-source.el (top): Autoload `secrets-list-collections',
9633         `secrets-create-item', `secrets-delete-item'.
9634         (auth-sources): Fix tag string.
9635         (auth-get-source, auth-source-retrieve, auth-source-create)
9636         (auth-source-delete): New defuns.
9637         (auth-source-pick): Rewrite in order to avoid 2 passes.
9638         (auth-source-forget-user-or-password): New parameter USERNAME.
9639         (auth-source-user-or-password): New parameters CREATE-MISSING and
9640         DELETE-EXISTING.  Retrieve password interactively, if needed.
9642 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9644         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9645         deleting unused directories when gnus-expert-user is t.
9647 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9649         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9650         for each temp file when gnus-article-browse-delete-temp is ask.
9652 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9654         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9656 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9658         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9659         article unless decoding article to be saved.
9661 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9663         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9664         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9665         generated within the mm-with-unibyte-current-buffer macro.
9667 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9669         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9670         to nil when we're in a mml-preview buffer and no group is selected.
9672 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9674         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9675         when catching the `C-g'.  Reported by "Leo".
9677 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9679         * message.el (message-forward-make-body-plain)
9680         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9681         multibyte-string-p.
9683 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9685         * message.el (message-forward-make-body-mml): Assume original message
9686         is multibyte string; error on unibyte.
9687         (message-forward-make-body-plain): Ditto; don't add excessive newline
9688         in body end.
9690 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9692         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9693         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9695 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9697         * mm-extern.el (mm-extern-url): Don't use
9698         mm-with-unibyte-current-buffer.
9699         (mm-extern-cache-contents): Use with-current-buffer instead of
9700         save-excursion + set-buffer.
9702 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9704         * mm-util.el (mm-emacs-mule): Remove.
9706 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9708         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9709         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9710         change.
9712 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9714         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9715         bind the default value of enable-multibyte-characters to nil.
9717 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9719         * message.el (message-forward-make-body-plain)
9720         (message-forward-make-body-mml):
9721         Don't use mm-with-unibyte-current-buffer.
9723 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9725         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9726         (Bug#5592).
9728 2010-05-07  Julien Danjou  <julien@danjou.info>
9730         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9731         it to mm-pipe-part.
9733         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9734         it is given.
9736 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9738         * nnweb.el (nnweb-gmane-search):
9739         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9740         XEmacs.
9742         * gnus-art.el (gnus-article-browse-html-parts):
9743         * gnus-group.el (gnus-read-ephemeral-gmane-group)
9744         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9745         make-temp-file.
9747         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9748         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9749         compiling.
9751         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9752         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9753         XEmacs when compiling.
9755         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9756         gnus-pick-mode-off-hook for XEmacs when compiling.
9757         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9758         gnus-binary-mode-off-hook for XEmacs when compiling.
9760         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9761         Return nil if char-charset is not available.
9763         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
9764         macro.
9766         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9767         instead of encode-coding-string.
9769         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9770         'xemacs) instead of mm-emacs-mule to switch function definitions.
9771         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9773 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9775         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9777 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9779         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9780         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9782 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9784         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9785         alias `jka-compr-delete-temp-file' no longer exists.
9787 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9789         Use define-minor-mode in Gnus where applicable.
9790         * mml.el (mml-mode): Use define-minor-mode.
9791         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9792         (gnus-undo-mode): Use define-minor-mode.
9793         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9794         (gnus-dead-summary-mode): Use define-minor-mode.
9795         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9796         Initialize in declaration.
9797         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9798         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9799         (gnus-mailing-list-mode): Use define-minor-mode.
9800         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9801         (gnus-draft-mode): Use define-minor-mode.
9802         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9803         (gnus-dired-mode): Use define-minor-mode.
9805 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
9807         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9808         handles on recursive mml-to-mime translation and check them for
9809         boundary delimiter collisions.  Reported by Greg Troxel.
9811 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9813         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9815 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9817         * mm-util.el (mm-find-buffer-file-coding-system):
9818         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9820 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
9822         * message.el (message-generate-headers): Record insertion of optional
9823         headers as well.  Otherwise the check to prevent repeated insertion of
9824         optional headers is a no-op.
9826 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
9828         * smime.el: Don't mention CVS.
9830         * nnrss.el (nnrss-fetch): Don't mention CVS.
9832         * nnir.el: Don't mention CVS.
9834 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9836         * gnus-sum.el (gnus-summary-bookmark-make-record):
9837         Add `location' field.
9839 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9841         * gnus-sum.el: Add bookmark declarations to silence the compiler.
9842         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9843         Use with-current-buffer to silence the byte-compiler.
9844         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9845         bother to require `gnus'.
9846         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
9848 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9850         * gnus-sum.el (gnus-summary-bookmark-make-record)
9851         (gnus-summary-bookmark-jump): New functions.
9852         (gnus-summary-mode): Setup bookmark support.
9854 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
9856         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9857         if set.
9859 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9861         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9862         gnus-article-browse-html-save-cid-image; make it work recursively for
9863         forwarded messages as well.
9864         (gnus-article-browse-html-parts): Work when prefix arg is given.
9865         (gnus-article-browse-html-article): Doc fix.
9867 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
9869         * message.el (message-default-mail-headers):
9870         (message-default-headers): Carry the value mail-default-headers over
9871         into message-default-mail-headers, rather than message-default-headers.
9873 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
9875         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9876         charset.
9878         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9879         charset into the <meta> tag when the article is encoded to utf-8.
9881 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9883         * gnus-art.el (gnus-article-browse-delete-temp-files):
9884         Delete directories as well.
9885         (gnus-article-browse-html-parts): Work for images that do not specify
9886         file names; delete temp directory when quitting; insert header at the
9887         right place; use file: scheme for image files.
9889 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
9891         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9892         (gnus-article-browse-html-parts): Use it to make temporary cid image
9893         files in addition to html file so that browser may display them.
9895 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9897         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9899 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9901         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9903 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
9905         * auth-source.el (auth-sources): Change default to be simpler.
9906         Explain about Secret Service API sources.  Improve Customize options.
9907         (auth-source-pick): Change to accept any number of search parameters.
9908         Implement fallbacks iteratively, not recursively.  Add scoring on the
9909         second pass and sort by score.  Call Secret Service API when needed.
9910         (auth-source-user-or-password): Use it.  Call Secret Service API
9911         directly when needed to get the user name and the password.
9913 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9915         * message.el (message-interactive): Doc fix.
9916         (message-qmail-inject-args): Reflow.
9917         (message-kill-to-signature): Fix typo in docstring.
9919         * smiley.el (smiley-buffer): Fix typo in docstring.
9921 2010-03-24  Glenn Morris  <rgm@gnu.org>
9923         * mail-source.el (gnus-message): Declare.
9924         (mail-source-delete-old-incoming): Require gnus-util.
9926 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9928         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9930         * message.el (ecomplete-setup): Autoload it for Emacs <23.
9932         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9933         password-cache's default if it is not bound.
9934         (mml-secure-passphrase-cache-expiry): Default to 16 that is
9935         password-cache-expiry's default if it is not bound.
9937         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9938         available in Emacs 21.
9940 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
9942         * auth-source.el (auth-sources): Fix up definition so extra parameters
9943         are always inline.
9945 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
9947         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9948         wasn't updated after mismatch.  Clear cached mailbox info correctly
9949         when uidvalidity changes.
9950         (nnimap-group-prefixed-name): New function to avoid some code
9951         duplication.
9952         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9953         (nnimap-request-group): Use it.
9954         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9955         (nnimap-update-unseen): Significantly improved speed of Gnus startup
9956         with many imap folders.  This is done by caching the group status from
9957         the imap server persistently in a group parameter `imap-status'.  (This
9958         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9959         but not persistently, so every Gnus startup was still very slow.)
9961 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9963         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
9964         secrets.el dependency.
9965         (auth-sources): Add optional user name.  Add secrets.el configuration
9966         choice (unused right now).
9968 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9970         * gnus-sum.el (gnus-summary-make-menu-bar):
9971         Let `gnus-registry-install-shortcuts' fill in the functions.
9973         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9974         warnings.
9975         (gnus-registry-misc-menus): Variable to hold registry mark menus.
9976         (gnus-registry-install-shortcuts): Populate and use it in a
9977         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9979 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
9981         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9982         In-place substitutions for the group name encoding/decoding.
9983         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9984         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9985         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9986         (nnimap-update-unseen, nnimap-request-list)
9987         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9988         (nnimap-request-set-mark, nnimap-split-to-groups)
9989         (nnimap-split-articles, nnimap-request-newgroups)
9990         (nnimap-request-create-group, nnimap-request-accept-article)
9991         (nnimap-request-delete-group, nnimap-request-rename-group)
9992         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
9993         `encoded-mbx' for consistency.
9994         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9995         variable `imap-current-mailbox'.
9997         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9998         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10000 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10002         * pop3.el (pop3-display-message-size-flag): Display message size byte
10003         counts during POP3 download.
10004         (pop3-movemail): Use it.
10005         (pop3-list): Implement listing of available messages.
10007 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10009         * nnir.el (nnir-get-article-nov-override-function): New function to
10010         override the normal NOV retrieval.
10011         (nnir-retrieve-headers): Use it.
10013 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10015         * auth-source.el (netrc-machine-user-or-password): Autoload.
10017 2010-03-19  Glenn Morris  <rgm@gnu.org>
10019         Stop message.el from loading about 40 libraries it doesn't always need.
10020         The general approach is to autoload rather than require, and to
10021         require in the specific functions rather than the file.  (Bug#5642)
10023         * gmm-utils.el: Don't require wid-edit.
10024         (widget-create-child-value, widget-convert, widget-default-get):
10025         Autoload.
10027         * gnus-util.el: Don't require time-date, netrc.
10028         (message-fetch-field, gnus-group-name-decode): Declare rather than
10029         autoloading.
10030         (gnus-fetch-field): Require message.
10031         (gnus-decode-newsgroups): Require gnus-group.
10033         * ietf-drums.el: Don't require time-date.
10035         * message.el: Don't require hashcash, canlock, ecomplete.
10036         Do require mail-utils.  Require nnheader only when compiling.
10037         (smtpmail-default-smtp-server): Remove declaration.
10038         (message-send-mail-function): Check smtpmail-default-smtp-server
10039         is bound rather than requiring smtpmail.
10040         (message-auto-save-directory, message-insert-signature):
10041         Use expand-file-name rather than nnheader-concat.
10042         (nnheader-insert-file-contents): Autoload.
10043         (hashcash-wait-async): Declare.
10044         (message-send-mail): Only call gnus-setup-posting-charset if
10045         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10046         (message-send-mail-with-sendmail): Require sendmail.
10047         (canlock-password, canlock-password-for-verify): Declare.
10048         (message-canlock-password): Require canlock.
10049         (nnheader-get-report): Autoload.
10050         (gnus-setup-posting-charset): Declare.
10051         (message-send-news): Require gnus-msg.
10052         (message-make-references, message-make-in-reply-to): Use mail-header-id
10053         rather than the alias mail-header-message-id.
10054         (ecomplete-add-item, ecomplete-save): Declare.
10055         (message-put-addresses-in-ecomplete): Require ecomplete.
10056         (ecomplete-display-matches): Autoload.
10058         * mm-decode.el: Don't require mailcap, gnus-util.
10059         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10060         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10061         Autoload.
10062         (mailcap-mime-extensions): Declare.
10064         * mm-encode.el: Don't require mailcap.
10065         (mailcap-extension-to-mime): Autoload.
10067         * mml-sec.el: Don't require password-cache.
10069         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10070         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10071         (mml-minibuffer-read-type): Require mailcap.
10072         (mml-preview): Require gnus-msg.
10074         * mml1991.el: Require password-cache.
10075         (password-cache-expiry): Remove declaration.
10077         * mml2015.el: Require password-cache.
10078         (password-cache-expiry): Remove declaration.
10080         * nneething.el (mailcap): Require mailcap.
10082         * nnheader.el (declare-function): Add compatibility stub.
10083         (message-remove-header): Declare rather than autoload.
10084         (nnheader-replace-header): Require message.
10086         * nnimap.el (declare-function): Add compatibility stub.
10087         (netrc-parse, netrc-machine-user-or-password): Declare.
10088         (nnimap-open-connection): Require netrc.
10090         * nntp.el (declare-function): Add compatibility stub.
10091         (netrc-parse, netrc-machine, netrc-get): Declare.
10092         (nntp-send-authinfo): Require netrc.
10094         * rfc2047.el: Don't require qp.
10095         (quoted-printable-encode-region, quoted-printable-decode-string):
10096         Autoload.
10098         * sieve-mode.el: Don't require easymenu.
10099         (easy-menu-add-item): Autoload it.
10101         * spam-stat.el (time-to-number-of-days): Autoload it.
10103 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10105         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10106         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10107         value if any backslash escapes).
10109 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10111         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10112         if it is available.  (bug#5647)
10114 2010-02-26  Glenn Morris  <rgm@gnu.org>
10116         * message.el (message-send-mail-function): Change the default, so that
10117         it inherits from a customized send-mail-function.  (Bug#5643)
10119 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10121         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10122         shell-command-to-string signals an error (bug#5299).
10124 2010-02-24  Glenn Morris  <rgm@gnu.org>
10126         * message.el (message-smtpmail-send-it)
10127         (message-send-mail-with-mailclient): Doc fixes.
10129 2010-02-16  Glenn Morris  <rgm@gnu.org>
10131         * message.el (message-default-mail-headers): Change the default value
10132         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10134 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10136         * message.el (message-mail): Just pass yank-action on to message-setup.
10137         (message-setup): Handle (FUN . ARGS) form of yank-action.
10138         (message-with-reply-buffer, message-widen-reply)
10139         (message-yank-original): Handle non-buffer values of
10140         message-reply-buffer (Bug#4080).
10141         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10143 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10145         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10146         Fix typo in docstring.
10148 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10150         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10151         response.
10153 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10155         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10157         * message.el (message-check-news-header-syntax): Protect against a
10158         string that `rfc822-addresses' returns when parsing fails.
10160 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10162         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10163         (gnus-previous-char-property-change): New functions.
10165         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10167 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10169         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10170         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10172 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10174         * message.el (message-exchange-point-and-mark): Rework last change to
10175         avoid using optional arg of exchange-point-and-mark, for backward
10176         compatibility.
10178 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10180         * message.el (message-exchange-point-and-mark):
10181         Call exchange-point-and-mark with an argument rather than setting
10182         mark-active by hand (Bug#5175).
10184 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10186         * nntp.el (nntp-service-to-port): Work for service expressed with
10187         numeric string; replace [:digit:] with [0-9] for XEmacs.
10189 2009-12-17  Glenn Morris  <rgm@gnu.org>
10191         * gnus-group.el (gnus-bug-group-download-format-alist):
10192         Change emacs entry to debbugs.gnu.org.  Bump :version.
10194 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10196         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10198 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10200         * message.el (message-info): Explain why we use `Info-goto-node'.
10202 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10204         * message.el (message-completion-in-region): New compatibility function.
10205         (message-expand-group): Use it.
10207 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10209         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10210         with no unread article should be listed if the 2nd arg `predicate' is
10211         given.
10213 2009-11-29  Juri Linkov  <juri@jurta.org>
10215         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10216         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10217         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10219 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10221         * message.el (message-from-style, message-interactive)
10222         (message-signature): Always set default values from the corresponding
10223         mail-* variables.
10224         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10225         (message-yank-prefix, message-indentation-spaces)
10226         (message-signature-file, message-default-headers): Use boundp rather
10227         than (featurep 'xemacs) to check if the corresponding mail-* variables
10228         exist.
10230 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
10232         * message.el (message-send-mail-with-sendmail): Revert last change.
10234 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
10236         * message.el (message-from-style, message-interactive)
10237         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10238         (message-yank-prefix, message-indentation-spaces, message-signature)
10239         (message-signature-file, message-default-headers): For GNU Emacs, set
10240         default values from the corresponding mail-* variables.
10241         (message-send-mail-with-sendmail): Use envelope-from only if
10242         mail-specify-envelope-from is non-nil.
10244 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10246         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10247         containing tspecial characters if they have been already quoted.
10249 2009-10-24  Glenn Morris  <rgm@gnu.org>
10251         * gnus-art.el (help-xref-stack-item): Define for compiler.
10253 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10255         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10257 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10259         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10260         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10262 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10264         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10265         (gnus-overlays-in): New alias to overlays-in.
10267         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10268         gnus-overlay-get, and gnus-delete-overlay.
10269         (gnus-summary-show-thread): Make it work as well for systems in which
10270         next-single-char-property-change is not available.
10271         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10273 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10275         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10277 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10279         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10280         and XEmacs that don't have `remove-overlays'.
10282 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10284         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10285         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10286         selective display.  Use overlays instead.
10288 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10290         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10292 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10294         * spam-stat.el (spam-stat-load): Fix typo in message.
10296 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10298         * gnus-art.el (gnus-article-encrypt-body):
10299         * message.el (message-check-recipients):
10300         * mm-util.el (mm-codepage-setup):
10301         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10302         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10304 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10306         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10307         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10308         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10309         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10310         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10312 2009-09-18  Glenn Morris  <rgm@gnu.org>
10314         * gnus-diary.el (gnus-diary-check-message):
10315         * message.el (message-insert-formatted-citation-line):
10316         * nnbabyl.el (top-level):
10317         * nndiary.el (nndiary-schedule):
10318         Fix typos in condition-case handlers.
10320 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10322         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10323         configuration that provides the sole article window in a frame;
10324         position point correctly after deleting a part.
10326 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10328         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10329         (spam-resolve-registrations-routine): Use it to unregister articles
10330         that change status.
10332 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10334         * nnrss.el (nnrss-request-article): Remove binding of
10335         default-enable-multibyte-characters that has gotten needless by
10336         the 2007-07-13 change in rfc2047-encode-message-header.
10338         * mml.el (mml-insert-multipart): Error on the message header.
10339         (mml-insert-part): Error on the message header; position point at
10340         the end of a MIME tag.
10342 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10344         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10345         (gnus-float-time): Alias to float-time if it exists.
10347         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10348         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10349         float-time is available; suppress compile warning for time-to-seconds.
10351 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10353         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10354         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10355         Add the optional argument `encoding' that overrides the default.
10357         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10358         mm-encode-buffer.
10360 2009-09-04  Glenn Morris  <rgm@gnu.org>
10362         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10363         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10364         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10365         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10366         * mm-util.el (mm-with-unibyte-current-buffer)
10367         (mm-find-buffer-file-coding-system):
10368         * yenc.el (yenc-decode-region): Use default-value rather than
10369         default-enable-multibyte-characters.
10371 2009-09-03  Glenn Morris  <rgm@gnu.org>
10373         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10374         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10375         than default-enable-multibyte-characters.
10377 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10379         * gnus-art.el (gnus-article-read-summary-keys):
10380         Fix gnus-buffer-configuration's value temporarily used.
10382 2009-09-02  Glenn Morris  <rgm@gnu.org>
10384         * gnus-util.el (gnus-float-time): New function.
10385         * gnus-delay.el (gnus-delay-article):
10386         * gnus-sum.el (gnus-thread-latest-date):
10387         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10388         * nnspool.el (nnspool-request-newgroups):
10389         Use gnus-float-time rather than time-to-seconds.
10390         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10392         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10393         (gnus-header-subject-face, gnus-header-newsgroups-face)
10394         (gnus-header-name-face, gnus-header-content-face):
10395         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10396         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10397         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10398         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10399         (gnus-cite-face-11):
10400         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10401         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10402         (gnus-server-closed-face, gnus-server-denied-face)
10403         (gnus-server-offline-face):
10404         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10405         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10406         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10407         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10408         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10409         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10410         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10411         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10412         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10413         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10414         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10415         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10416         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10417         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10418         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10419         (gnus-summary-high-undownloaded-face)
10420         (gnus-summary-low-undownloaded-face)
10421         (gnus-summary-normal-undownloaded-face)
10422         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10423         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10424         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10425         (gnus-splash-face):
10426         * message.el (message-header-to-face, message-header-cc-face)
10427         (message-header-subject-face, message-header-newsgroups-face)
10428         (message-header-other-face, message-header-name-face)
10429         (message-header-xheader-face, message-separator-face)
10430         (message-cited-text-face, message-mml-face):
10431         * sieve-mode.el (sieve-control-commands-face)
10432         (sieve-action-commands-face, sieve-test-commands-face)
10433         (sieve-tagged-arguments-face):
10434         * spam.el (spam-face):
10435         Mark face aliases with "-face" in the name as obsolete.
10437 2009-09-01  Glenn Morris  <rgm@gnu.org>
10439         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10440         than goto-line.
10442 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10444         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10445         Don't move point if the command is invoked inside the message header.
10447 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10449         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10450         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10451         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10452         * nnir.el (nnir-swish-e-index-file):
10453         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10454         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10455         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10456         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10457         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10458         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10460 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10462         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10463         Don't save excursion.
10465 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10467         * nnheader.el (nnheader-find-file-noselect):
10468         * mm-util.el (mm-insert-file-contents):
10469         Use (default-value 'major-mode) instead of default-major-mode.
10471 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10473         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10475 2009-08-25  Glenn Morris  <rgm@gnu.org>
10477         * nnir.el (top-level): Don't require cl at run-time.
10478         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10479         Replace cl-function substitute with gnus-replace-in-string.
10480         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10481         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10482         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10483         simplified expansions.
10485 2009-08-22  Glenn Morris  <rgm@gnu.org>
10487         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10488         goto-line.
10490 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10492         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10494         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10495         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10496         (gnus-mm-display-part, gnus-mime-display-single)
10497         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10498         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10500         * gnus-sum.el
10501         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10502         (gnus-summary-move-article): Add expirable mark to articles copied or
10503         moved to group that has auto-expire turned on if the option is non-nil.
10505 2009-07-24  Glenn Morris  <rgm@gnu.org>
10507         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10508         Fix typo.  (Bug#3903)
10510 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10512         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10513         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10514         that should not be used for draft articles.
10515         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10516         that has no concern in minor mode keys.
10517         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10518         Abolish.
10520 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10522         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10523         article without making inquiry to a user for unknown encoding.
10525         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10526         (nnmaildir--scan): Assume i-node and device number that file-attributes
10527         returns might be cons-cell.
10529 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10531         * auth-source.el: Remove docs now in auth.texi.  Don't use
10532         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10533         `auth-source-hide-passwords' and use them.
10535 2009-07-15  Glenn Morris  <rgm@gnu.org>
10537         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10539 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10541         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10542         excessive whitespace from the default values of title and description.
10544 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10546         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10547         mail-fetch-field to fetch Content-Description header in order to
10548         exclude newlines.
10550 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10552         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10553         to deleted part.
10555 2009-05-30  David Engster  <dengste@eml.cc>
10557         * nnmairix.el: Remove old documentation in the commentary block.
10558         (nnmairix-request-group): Do not update active file for nnml back ends.
10559         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10560         end so that overview files are ignored.
10561         (nnmairix-update-groups): Make updating the groups more robust by using
10562         marks.
10563         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10564         with dollar characters in message-id.
10566 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10568         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10569         2008-12-25 in dns.el.
10571 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10573         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10574         could happen if the text is only composed of spaces and/or tabs.
10576 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10578         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10579         when sending a queued message to avoid extra mml tags.
10581 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10583         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10585 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10587         * gnus-dired.el: Remove autoload for gnus-setup-message.
10588         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10589         displaying Gnus logo; always use compose-mail.
10591 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10593         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10595 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10597         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10598         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10599         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10600         available.
10601         (gnus-nocem-epg-verify): New function.
10603 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10605         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10607 2009-02-15  Glenn Morris  <rgm@gnu.org>
10609         * gnus-util.el (rmail-insert-rmail-file-header)
10610         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10611         autoloads.
10612         (rmail-default-rmail-file): Remove unnecessary declaration.
10613         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10615 2009-02-14  Glenn Morris  <rgm@gnu.org>
10617         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10618         variable (only used in gnus-util, which declares it anyway).
10619         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10620         which was only needed by gnus-art (changed to not use it any more).
10621         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10622         only used in gnus-util, which autoloads it itself.
10623         (rmail-update-summary): Fix autoload.
10625         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10626         rather than rmail-output-to-rmail-file.
10628 2009-02-07  Glenn Morris  <rgm@gnu.org>
10630         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10631         autoload of function that no longer exists.
10632         (rmail-toggle-header): Declare.
10633         (message-forward-rmail-make-body): Handle mbox Rmail.
10635 2009-01-31  Glenn Morris  <rgm@gnu.org>
10637         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10638         2009-01-09 change.
10640 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10642         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10643         (auth-source-forget-all-cached): New convenience function.
10644         (auth-source-user-or-password): Accept list of modes or a single mode.
10646         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10647         auth-source modes.
10649         * nnimap.el (nnimap-open-connection): Use list of
10650         auth-source modes.
10652         * nntp.el (nntp-send-authinfo): Use list of
10653         auth-source modes.
10655 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10657         * auth-source.el: Update docs to reflect epa-file-enable is to be used
10658         now.
10660 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10662         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10663         coding system in XEmacs; add a workaround for XEmacs.
10665 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10667         * mm-util.el (mm-coding-system-priorities): Protect against nil value
10668         of current-language-environment.
10670 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10672         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10673         available at runtime.
10675 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10677         * gnus-art.el (article-date-ut): Fix end point of narrowing.
10679 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
10681         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10682         the greatest positive fixnum value doesn't work under an XEmacs with
10683         bignum support; use the most-positive-fixnum constant instead,
10684         available since Emacs 21.1 with cl and XEmacs 21.1.
10686 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10688         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10689         XEmacs gets not to work.
10691 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10693         * mm-util.el (mm-coding-system-priorities): Allow the value like
10694         "Japanese (UTF-8)" of current-language-environment.
10696 2009-01-09  Glenn Morris  <rgm@gnu.org>
10698         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10699         with last-command-event.
10701 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10703         * message.el (message-fix-before-sending): Amend comment.
10705 2009-01-07  David Engster  <dengste@eml.cc>
10707         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10708         simplified server definitions by converting it via
10709         gnus-server-to-method.
10711 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10713         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10714         parameter's operands.
10716 2009-01-06  David Engster  <dengste@eml.cc>
10718         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10719         primary select method (for gnus-group-mark-article-as-read).
10721 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
10723         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10724         `(gnus)Face', not `(gnus)X-Face'.
10726 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10728         * mm-util.el (mm-ucs-to-char): New function.
10730         * mm-url.el (mm-url-decode-entities): Use it.
10732 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10734         * message.el (message-fix-before-sending): Add `eight-bit' to
10735         illegible-text check.
10737 2009-01-03  Michael Olson  <mwolson@gnu.org>
10739         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10740         `headers' is nil.  This can occur if the IMAP server does not have
10741         permissions to read messages from a folder, but can write new messages
10742         to the folder.
10743         (nnimap-request-article-part): Do not insert `data' if it is nil.
10745 2009-01-01  Dave Love  <fx@gnu.org>
10747         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10749         * nnimap.el: Fix author email.
10750         (nnimap-split-rule): Add FIXME comment.
10751         (nnimap-debug): Fix doc string.
10753 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10755         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10756         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10757         to check if those variables exist (first appeared in Emacs 18.50).
10759 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10761         * mm-util.el (mm-line-number-at-pos): New function.
10763         * spam-report.el (spam-report-process-queue): Use it.
10765 2008-12-24  David Engster  <dengste@eml.cc>
10767         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10768         parameters that haven't existed as variables as buffer-local variables.
10770 2008-12-23  Dave Love  <fx@gnu.org>
10772         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10773         cadar.
10775         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10776         imap-starttls-p.
10777         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10779 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10781         * spam-report.el (spam-report-gmane-max-requests): New constant.
10782         (spam-report-gmane-wait): New variable.
10783         (spam-report-gmane-ham, spam-report-gmane-spam)
10784         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10785         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10786         the server.
10788         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10789         Add explanations.
10791         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10792         nnheader-accept-process-output and nnheader-read-timeout if available.
10793         (pop3-movemail): Use it.
10795         * message.el (message-check-news-body-syntax): Fix signature check if
10796         there's an attachment.
10798 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10800         * mm-util.el: Add comments to the mm- emulating functions.
10802 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
10804         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10805         Reported by Stephen Berman <stephen.berman@gmx.net>.
10807 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10809         * mm-util.el (mm-substring-no-properties): New function.
10810         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10811         (mm-special-display-p): Enable those lambda forms to be byte compiled.
10812         (mm-string-to-multibyte): Doc fix.
10814         * mml.el (mml-attach-file): Use mm-substring-no-properties.
10816 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10818         * mml.el (mml-attach-file): Strip text properties from file name.
10819         (Bug#1574)
10821 2008-12-16  Glenn Morris  <rgm@gnu.org>
10823         * mm-util.el (mm-charset-override-alist): Declare for compiler.
10825 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10827         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10828         knows since the charset specified might be a bogus alias that
10829         mm-charset-synonym-alist provides.
10831 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10833         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10834         "ISO_8859-1".
10836         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10838 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10840         * mm-util.el (mm-charset-eval-alist):
10841         Define it before mm-charset-to-coding-system.
10842         (mm-charset-to-coding-system): Add optional argument `silent';
10843         define it before mm-charset-override-alist.
10844         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10845         default value if it can be used in Emacs currently running;
10846         silence mm-charset-to-coding-system.
10848 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10850         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10851         `allow-override' which says whether to use `mm-charset-override-alist'.
10852         (rfc2047-decode-encoded-words): Use it.
10854         * mm-util.el (mm-charset-override-alist): Fix custom type;
10855         add `(gb2312 . gbk)' to choices.
10857 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10859         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10860         fast.
10862         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10864 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
10866         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10867         on links.
10869         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10871 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10873         * message.el (message-idna-to-ascii-rhs-1): Protect against local
10874         users' addresses that don't have domain parts.
10875         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10876         rather than message-narrow-to-head since there will be the message
10877         header separator.
10879 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10881         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10882         since the result is inserted in a unibyte buffer anyway.
10883         (nnimap-demule-use-string-to-multibyte): Remove.
10884         (nnimap-demule): Alias it to mm-string-to-multibyte.
10886 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10888         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10889         variable for debugging bug#464 and bug#1174.
10890         (nnimap-demule): Use it.
10892 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10894         * gnus-score.el (gnus-score-find-trace): Handle default score in total
10895         score calculation correctly.
10897 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10899         * message.el (message-send-mail): Just set the buffer to unibyte
10900         rather than use mm-with-unibyte-current-buffer which does a lot more.
10901         (message-send-mail-partially): Don't bother with
10902         mm-with-unibyte-current-buffer since it's already been made unibyte by
10903         message-send-mail.
10905 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
10907         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10909 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
10911         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10913 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10915         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10916         require itself and to remove `with-no-warnings'.
10918 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
10920         * starttls.el (starttls-any-program-available): Get the name of the
10921         available TLS layer program.
10922         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10923         well as the host name in the "opening" message.
10925         * auth-source.el (auth-source-cache, auth-source-do-cache)
10926         (auth-source-user-or-password): Cache passwords and logins by default,
10927         allow override with `auth-source-do-cache'.
10928         (auth-source-forget-user-or-password): Allow users to remove cache
10929         entries if needed.
10931 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10933         * ietf-drums.el (ietf-drums-remove-comments): Localize second
10934         condition-case to only the forward-sexp call.
10936 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10938         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10939         quotes contained.  Make it more robust regardless by an extra
10940         condition-case wrapper.
10942 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10944         * nnml.el (nnml-request-expire-articles): Check if the function set to
10945         `nnmail-expiry-target' returns the symbol `delete'.
10947         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10949         * nnmail.el (nnmail-expiry-target): Fix custom type.
10951 2008-10-02  Glenn Morris  <rgm@gnu.org>
10953         * mm-util.el (mm-codepage-setup): Tweak codepage error.
10954         Silence compiler warning.
10956 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
10958         * mml.el (mml-menu): Don't assume mml2015 is bound.
10960 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10962         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10963         exists.
10965 2008-09-27  Glenn Morris  <rgm@gnu.org>
10967         * gnus-util.el (mail-header-remove-comments): Autoload it.
10969 2008-09-27  Andreas Schwab  <schwab@suse.de>
10971         * gnus-util.el (gnus-split-references): Strip comments.
10972         (gnus-parent-id): Likewise.
10974 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
10976         * message.el (message-confirm-send): Fix version.
10978 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10980         * message.el (message-idna-to-ascii-rhs-1): Use
10981         mail-extract-address-components rather than mail-header-parse-addresses
10982         that is an alias by default to ietf-drums-parse-addresses that does not
10983         support non-ASCII names in headers' contents.
10985 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10987         * message.el (message-confirm-send): Fix variable documentation to
10988         avoid the "y/n" wording.
10990 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
10992         * message.el (message-set-auto-save-file-name): Save to a different
10993         filename so multiple messages (especially drafts) can be recovered.
10995 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
10997         * message.el (message-confirm-send): Add appropriate version.
10999 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11001         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11002         defvar.
11004 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11006         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11007         (mm-pkcs7-enveloped-magic): Ditto.
11009 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11011         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11012         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11014 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11016         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11017         default, it's better.
11019 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11021         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11022         summary line gnus-number property and ignore them (with a warning
11023         message).
11025 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11027         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11028         macro caddr in the interactive form since it won't be expanded.
11030 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11032         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11033         `charset'; fix name of function called recursively.
11034         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11036 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11038         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11039         (gnus-mime-set-charset-parameters): New function.
11040         (gnus-mime-view-part-as-charset): Use it to correctly display part
11041         specifying wrong charset.
11043 2008-09-08  David Engster  <dengste@eml.cc>
11045         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11046         in completing-read for back end server.
11048 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11050         * message.el (message-confirm-send): New variable to confirm sending a
11051         message.
11052         (message-send): Use it.
11054 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11056         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11058 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11060         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11062 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11064         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11065         prevent tracking too many groups.
11066         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11067         Use it.
11069 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11071         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11072         moving point to the bottom of the window in order to avoid recentering.
11074 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11076         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11077         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11078         (gnus-article-beginning-of-window): Fix calculation.
11080 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11082         * gnus-msg.el (gnus-summary-supersede-article)
11083         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11084         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11085         message header.
11087 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11089         * message.el:
11090         * gnus-start.el:
11091         * gnus-registry.el: Remove VMS support.
11093 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11095         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11096         macro.
11097         (rfc2104-hash): Use it.
11099 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11101         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11102         (gnus-summary-sort-by-most-recent-date): New commands.
11103         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11104         and menu entries.
11106 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11108         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11109         don't redisplay article for raw contents; remove plural articles stuff.
11111         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11112         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11113         on gnus-summary-save-article; display results properly.
11115 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11117         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11119 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11121         * gnus-art.el (gnus-summary-save-in-pipe):
11122         Consider gnus-save-all-headers.
11124 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11126         * gnus-util.el (ns-focus-frame): Remove declaration.
11127         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11128         like x.
11130 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11132         * rfc2104.el (rfc2104-zero): Delete defconst.
11133         (rfc2104-hex-alist): Likewise.
11134         (rfc2104-hex-to-int): Delete func.
11135         (rfc2104-hexstring-to-bitstring): Likewise.
11136         (rfc2104-nybbles): New defconst.
11137         (rfc2104-hash): Rewrite for speed.
11139 2008-07-16  Glenn Morris  <rgm@gnu.org>
11141         * gnus-util.el (ns-focus-frame): Declare for compiler.
11143 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11145         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11146         set as a group parameter.
11147         (gnus-summary-save-in-pipe): Work when it is called independently.
11148         (gnus-summary-pipe-to-muttprint): Don't modify
11149         gnus-summary-pipe-output-default-command.
11151 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11153         * message.el (message-send-mail-with-sendmail):
11154         Display the error message.
11156 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11158         * gnus-art.el (gnus-default-article-saver):
11159         Add gnus-summary-save-in-pipe to choices.
11160         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11161         gnus-summary-pipe-output-default-command as the default command.
11162         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11163         instead of gnus-last-shell-command.
11165         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11166         New user option.
11167         (gnus-summary-muttprint-program): Mention the value will be changed.
11168         (gnus-summary-save-article): Force showing of all headers.
11169         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11171 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11173         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11175 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11177         * nnimap.el (nnimap-id):
11178         * sieve-manage.el (sieve-manage-open): Doc fixes.
11180 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11182         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11183         if available.
11185 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11187         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11189         * nnkiboze.el (nnkiboze-generate-group):
11190         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11192         * nnmairix.el: Require CL.
11194 2008-06-15  David Engster  <dengste@eml.cc>
11196         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11198 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11200         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11201         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11202         runtime choice under XEmacs.
11204         * gnus-sum.el (gnus-summary-set-display-table):
11205         Use `gnus-put-display-table', `gnus-get-display-table',
11206         `gnus-set-display-table' for the display table, instead of `aset'.
11208 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11210         * nnmairix.el: Add autoloads.
11212 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11214         * nnmairix.el (nnmairix-delete-recreate-group)
11215         (nnmairix-update-and-clear-marks): Fix error messages.
11217 2008-06-14  David Engster  <dengste@eml.cc>
11219         * nnmairix.el: Upgrade to version 0.6.
11220         (nnmairix-group-toggle-propmarks-this-group)
11221         (nnmairix-group-toggle-readmarks-this-group)
11222         (nnmairix-group-delete-recreate-this-group)
11223         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11224         (nnmairix-remove-tick-mark-original-article): New commands.
11225         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11226         (nnmairix-propagate-marks-to-nnmairix-groups)
11227         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11228         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11229         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11230         functions needed for marks propagation and manipulation of read marks.
11231         (nnmairix-update-groups): New function.
11232         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11233         (nnmairix-determine-original-group-from-registry)
11234         (nnmairix-determine-original-group-from-path)
11235         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11236         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11237         New helper functions.
11238         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11239         keystrokes for new commands.
11240         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11241         (nnmairix-request-group): Check allow-fast group parameter.
11242         (nnmairix-request-create-group): Set allow-fast group parameter if
11243         nnmairix-allowfast-default is set.
11244         (nnmairix-close-group): Propagate marks upon closing if needed.
11245         (nnmairix-group-toggle-threads-this-group): Use new.
11246         nnmairix-group-toggle-parameter helper function.
11247         (nnmairix-search): Better check for empty search result.
11248         (nnmairix-goto-original-article): Use new helper functions for
11249         determining original article.
11250         (nnmairix-show-original-article): Make sure message-id is in brackets.
11251         (nnmairix-call-mairix-binary): Change variable name.
11252         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11253         helper function.
11254         (nnmairix-widget-toggle-activate): Fix doc string.
11256 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11258         * nnir.el: Require edmacro when compiling with XEmacs.
11259         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11260         available in Emacs 21.
11262 2008-06-11  Glenn Morris  <rgm@gnu.org>
11264         * gnus-util.el (x-focus-frame):
11265         * gnus.el (image-size):
11266         * mm-decode.el (image-size): Declare.
11268         * gnus-picon.el (declare-function): Add compat definition.
11269         (image-size): Declare.
11271         * gnus-group.el (tool-bar-map):
11272         * gnus-sum.el (tool-bar-map): Define for compiler.
11274         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11276         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11278         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11279         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11280         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11281         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11282         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11283         * sieve-manage.el, spam-report.el, spam.el:
11284         Remove unnecessary eval-and-compile of autoloads.
11286 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11288         * auth-source.el: Precise Tramp doc.
11290 2008-06-07  Glenn Morris  <rgm@gnu.org>
11292         * nnmairix.el: Remove unnecessary eval-when-compile.
11294 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
11296         * nnir.el: New file.
11298 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11300         * gnus-util.el (gnus-read-shell-command): New function.
11301         * mm-decode.el (mm-pipe-part):
11302         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11304 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11306         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11308 2008-06-03  Glenn Morris  <rgm@gnu.org>
11310         * pop3.el (nnheader-accept-process-output): Autoload it.
11312 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11314         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11315         are not 2-digit hexadecimal characters that follow `%'s.
11317 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11319         * message.el (message-bogus-recipient-p): Fix type in doc string.
11320         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11321         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11322         Improve custom options.
11323         (message-bogus-recipient-p): Adjust accordingly.
11325 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11327         * nnmairix.el: Require edmacro when compiling with XEmacs.
11329 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11331         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11332         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11334 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11336         * auth-source.el: Add more docs.
11338 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11340         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11341         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11342         retrieval faster in some cases, but might make CPU usage larger.
11343         If this has any bad side effects, we might revert this change.
11345         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11346         seems to make mail retrieval much, much faster.
11347         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11348         unconditionally.
11350         * gnus-draft.el (gnus-group-send-queue):
11351         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11353 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11355         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11357         * message.el (message-bogus-address-regexp): Fix and improve custom
11358         type.
11359         (message-setup-hook): Add message-check-recipients as custom option.
11361 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11363         * message.el (message-cite-function): Remove bogus autoload which crept
11364         in during merge from v5-10.
11366 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11368         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11370         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11372         * auth-source.el: Preliminary Tramp docs.
11373         (auth-sources): Change the default auth-sources to use
11374         EPA .gpg files.
11376 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11378         * nntp.el: Autoload `auth-source-user-or-password'.
11379         (nntp-send-authinfo): Use it.
11381         * nnimap.el: Autoload `auth-source-user-or-password'.
11382         (nnimap-open-connection): Use it.
11384         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11385         for the gnus-message function.
11386         (auth-source-user-or-password): Use it.
11388 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11390         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11391         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11392         (rfc2104-hash): Use it.
11394 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11396         * gnus-art.el (gnus-article-toggle-truncate-lines):
11397         Don't use `iff' in docstring.
11399 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11401         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11403         * gnus-util.el (gnus-extract-address-component-name)
11404         (gnus-extract-address-component-email): Convenience functions around
11405         `gnus-extract-address-components'.
11407         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11408         Use `gnus-extract-address-component-email' to fix bug of comparing full
11409         sender name to `user-mail-address'.
11411 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11413         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11414         catch/throw to optimize.
11415         (gnus-registry-find-keywords): Just use member to find a keyword.
11417 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11419         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11420         is current before calling gnus-server-prepare.
11421         (gnus-server-setup-buffer, gnus-server-update-server)
11422         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11424 2008-05-04  Juri Linkov  <juri@jurta.org>
11426         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11427         (mailcap-file-default-commands): Use mailcap-replace-in-string
11428         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11429         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11431 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11433         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11435 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11437         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11438         hooks.
11439         (gnus-update-read-articles): Speed up non-marks-using users.
11440         (gnus-use-marks): Define gnus-use-marks.
11441         (gnus-propagate-marks): Rename variable to something more sensible.
11443 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11445         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11446         (gmm-image-load-path-for-library): Fix typos in docstrings.
11447         (gmm-message): Reflow docstring.
11449 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11451         * mail-source.el (mail-source-set-1, mail-source-bind):
11452         Move auth-source code out of the macro to clean it up and fix bugs.
11454 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11456         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11457         by sender if it's equal to user-mail-address, it's likely to be
11458         useless.
11460         * mail-source.el (mail-source-bind): Don't use user or password if they
11461         are not bound.  Unintern them if they are nil.  Don't use server unless
11462         it's bound, and default it to empty string otherwise.
11464 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11466         * mail-source.el: Load auth-source.el.
11467         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11468         get user name or password, if auth-sources is set up.
11470         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11471         strategy of splitting with parent.
11472         (gnus-registry-split-fancy-with-parent)
11473         (gnus-registry-post-process-groups): Use it and fix prior
11474         bug (returning a list as the split result).
11476         * auth-source.el (auth-sources): Remove server parameter.
11477         (auth-source-pick, auth-source-user-or-password)
11478         (auth-source-user-or-password-imap)
11479         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11480         (auth-source-user-or-password-sftp)
11481         (auth-source-user-or-password-smtp): Remove server parameter.
11483 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11485         * smime.el (smime-sign-region, smime-encrypt-region)
11486         (smime-decrypt-region):
11487         Remove redundant calls to `generate-new-buffer-name'.
11489 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11491         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11492         Don't use QP for message/rfc822.
11493         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11495 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11497         * sieve-manage.el (sieve-string-bytes): Remove.
11498         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11499         correct byte-length only if the process's coding-system is the same as
11500         the one used internally by Emacs to represent strings.
11502 2008-04-22  Juri Linkov  <juri@jurta.org>
11504         * mailcap.el (mailcap-file-default-commands): New function.
11506 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11508         * message.el (message-signature-separator, message-cite-function):
11509         Change custom version.
11511 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11513         * mm-decode.el (mm-display-external): Make temp file read-only.
11515 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11517         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11518         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11519         `C-c C-f d'.
11521 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11523         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11525 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
11527         * auth-source.el: Add docs.
11528         (auth-sources): Modify format to support server.
11529         (auth-source-pick, auth-source-user-or-password)
11530         (auth-source-user-or-password-imap)
11531         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11532         (auth-source-user-or-password-sftp)
11533         (auth-source-user-or-password-smtp): Add server parameter.
11535 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
11537         * gnus-registry.el: Initialize the registry when gnus-registry-install
11538         is t.
11540 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11542         * compface.el (uncompface): Make buffer unibyte.
11544 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11546         * mail-source.el (mail-source-value):
11547         Prefer fboundp to functionp so it works with macros as well.
11549 2008-04-05  Glenn Morris  <rgm@gnu.org>
11551         * gnus-ems.el (mm-disable-multibyte): Autoload it.
11553 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11555         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11556         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11558         * nnheader.el (nnheader-init-server-buffer): Change buffer's
11559         multibyteness after rather than before erasing it.
11561         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11562         mm-with-multibyte.
11563         (gnus-request-article-this-buffer): Make sure the proper decoding is
11564         used if gnus-original-article-buffer happens to be unibyte.
11566         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11567         default-enable-multibyte-characters.
11569         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11570         default-enable-multibyte-characters.
11572         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11574         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11576 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11578         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11579         Fix last change in case the element is not even a symbol.
11581 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11583         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11584         imap-enable-exchange-bug-workaround.
11585         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11587 2008-04-01  Simon Josefsson  <simon@josefsson.org>
11589         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11590         a 100 byte status-checks into a 2-3MB transfer for each group.
11591         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11592         to enable bug workaround or not.
11593         (nnimap-find-minmax-uid): Only enable workaround conditionally.
11595 2008-03-31  Glenn Morris  <rgm@gnu.org>
11597         * message.el (mml2015-use): Declare for compiler.
11598         (message-info): Require mml2015 when appropriate.
11600 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11602         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11603         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11604         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11605         (nntp-service-to-port): New function.
11606         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11607         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11608         (nntp-open-netcat-stream): New function.
11609         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11611 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11613         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11615 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11617         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11619 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11621         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11623 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11625         * message.el (message-signature-separator): Change default.
11626         Improve custom type.
11627         (message-cite-function): Change default to
11628         message-cite-original-without-signature.
11630         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11631         toggle.
11633         * message.el (message-check-news-body-syntax): Fix signature check.
11634         (message-setup-1): Mark buffer as unmodified _after_ running
11635         message-setup-hook and handling message-alternative-emails.
11636         (message-shorten-references): Be more strict when building list of
11637         valid references to comply with GNKSA.
11639         * gnus-group.el (gnus-read-ephemeral-bug-group)
11640         (gnus-read-ephemeral-debian-bug-group)
11641         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11643         * message.el (message-info): Don't use booleanp which isn't supported
11644         in Emacs 21 and XEmacs.
11646 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11648         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11649         gnus-group-gmane-group-download-format.
11650         (gnus-group-read-ephemeral-gmane-group): Rename from
11651         gnus-group-read-ephemeral-gmane-group.
11652         (gnus-read-ephemeral-gmane-group-url): Rename from
11653         gnus-group-read-ephemeral-gmane-group-url.
11654         (gnus-bug-group-download-format-alist): New variable.
11655         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11656         (gnus-read-ephemeral-emacs-bug-group): New commands.
11658 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11660         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11661         (gnus-visible-headers): Improve custom type.
11663 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11665         * mml.el (mml-menu): Add workarounds for XEmacs.
11667         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11668         X-Boundary header.
11670         * message.el (message-simplify-recipients): Fix previous commit.
11672 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11674         * mm-util.el (mm-set-buffer-multibyte): New function.
11675         * mm-decode.el (mm-copy-to-buffer): Use it.
11677         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11678         Prefer fboundp to functionp so it works with macros as well.
11680 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11682         * message.el (message-alter-recipients-discard-bogus-full-name):
11683         New function.
11684         (message-alter-recipients-function): New variable.
11685         (message-get-reply-headers): Use it.
11686         (message-replace-header): New helper function.
11687         (message-recipients-without-full-name): New variable.
11688         (message-simplify-recipients): New command.
11690         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11692         * message.el (message-info): Handle EasyPG manual.
11694         * mml.el (mml-menu): Add entry for EasyPG.
11696 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11698         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11699         parameter.
11701         * message.el (message-disassociate-draft): Specify drafts group name
11702         fully.
11704 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11706         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11707         Eliminate unnecessary duplicates from the match list.
11709 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11711         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11712         args of `how-many' of which the XEmacs version doesn't take; declare
11713         Info-index-next as function.
11715 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11717         * gnus-score.el (gnus-score-headers): Fix handling of
11718         gnus-inhibit-slow-scoring.
11720         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11721         string.
11722         (gnus-button-url-regexp): Improve handling of parenthesis.
11723         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11724         (gnus-button-handle-info-keystrokes): Handle index entries.
11726 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11728         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11729         Incoming* files.
11731 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11733         * auth-source.el (auth-sources): Rename from auth-source-choices.
11734         (auth-source-pick): Use it.
11736 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11738         * auth-source.el (auth-source-protocols)
11739         (auth-source-protocols-customize, auth-source-choices): Add and
11740         modified variable customizations and defaults.
11741         (auth-source-pick, auth-source-user-or-password)
11742         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11743         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11744         (auth-source-user-or-password-sftp)
11745         (auth-source-user-or-password-smtp): Use new variables and provide an
11746         interface to netrc.el.
11748 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11750         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11751         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11752         Make sure the nntp port to specify is a string.
11754 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11756         * nntp.el: Use with-current-buffer.
11757         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11758         dubious mm-with-unibyte-current-buffer.
11759         (nntp-with-open-group-function): New function extracted from
11760         nntp-with-open-group macro.
11761         (nntp-with-open-group): Use the function, so it's easier to debug.
11762         Add indentation and debugging info.
11763         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11764         Recommend the use of the netcat alternatives.
11766         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11767         Avoid mm-string-as-multibyte as well.
11769         * nnweb.el (nnweb-insert-html):
11770         Remove use of nnheader-string-as-multibyte.
11772         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11773         (nnheader-string-as-multibyte): Remove.
11775         * mm-view.el: Use inhibit-read-only.
11776         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11777         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11778         or unibyte-string.
11780         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11781         (mm-uu-yenc-extract): Use with-current-buffer.
11783         * gnus-soup.el (gnus-soup-send-packet): Don't use
11784         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11786         * nnmh.el: Use with-current-buffer.
11787         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11788         mm-string-as-multibyte on the output of mm-encode-coding-string.
11790         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11791         (nnimap-request-move-article): Use with-current-buffer.
11793         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11794         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11795         conversion uses string-make-unibyte rather than string-as-unibyte.
11797         * gnus-msg.el: Use with-current-buffer.
11799         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11801 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
11803         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11804         string for caching if it is 'PIN.
11806 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11808         * mail-source.el (mail-source-delete-old-incoming-confirm):
11809         Change default to nil.
11810         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11812 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11814         * gnus-art.el (gnus-narrow-to-page): Position point properly.
11815         (gnus-article-goto-prev-page): Work for articles having ^L's.
11817         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11819         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11821 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
11823         * gnus-bookmark.el: Adjust for renames in bookmark.el.
11824         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11825         (gnus-bookmark-jump): Adjust some variable names.
11827 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
11829         * auth-source.el: New package.
11830         (auth-source-choices): Add customization entry point variable.
11832         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11833         bug.
11835 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
11837         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11838         (gnus-registry-initialize, gnus-registry-install-p): Use it.
11839         (gnus-registry-install-shortcuts): Rename from
11840         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
11841         the `gnus-registry-mark-map' keymap dynamically from
11842         `gnus-registry-marks'.  The generated functions update the summary line
11843         when a registry mark is added or deleted, and will call
11844         `gnus-registry-install-p' (see the comments in the code).
11845         (gnus-registry-user-format-function-M): Use concat intelligently.
11847         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11848         the registry mark functions.
11850 2008-03-05  Glenn Morris  <rgm@gnu.org>
11852         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11853         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11854         gnus-art.
11855         (top-level): No need to load own source when compiling.
11857 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11859         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11860         Suggested by <chris.anderton@zetnet.co.uk>.
11862 2008-03-04  Glenn Morris  <rgm@gnu.org>
11864         * gnus-sum.el (top-level): No need to require gnus when compiling,
11865         since unconditionally required near start of file.
11866         (gnus-summary-display-while-building): Move definition before use.
11868 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11870         * gnus-registry.el (gnus-registry-user-format-function-M):
11871         Add formatting function.
11873 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11875         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11876         with plists.
11877         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11878         Use new format.
11880 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11882         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11883         `where-is-internal' that returns a range of key sequences.
11885 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11887         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11889         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11890         (gnus-summary-jump-to-group): Consider windows on other displayed
11891         frames as well.  Similar changes might be needed elsewhere, but that's
11892         the one I've bumped into during my use.
11894         * nndoc.el (nndoc-oe-dbx-type-p):
11895         * gnus-msg.el (gnus-debug):
11896         * gnus-group.el (gnus-update-group-mark-positions):
11897         Use mm-string-to-multibyte.
11899 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11901         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11902         doesn't handle NotDashEscaped.
11904         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
11905         (mml-dnd-attach-options): Fix typo in custom choice.
11907         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11908         Change nndoc-article-type to mbox.
11909         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11911         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
11912         to nil, instead of html2text.
11914         * imap.el (imap-debug): Add `imap-ping-server'.
11916         * gnus-bookmark.el: Add FIXMEs.
11918         * message.el (message-form-letter-separator)
11919         (message-send-form-letter-delay): New variables.
11920         (message-send-form-letter): Use them.  New command to send form
11921         letters.  Requested by Uwe Siart.
11922         (message-send-mail-function): Doc fix.  Add "Other" custom option.
11924 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
11926         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11927         empty author.
11929 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
11931         * gnus-registry.el (gnus-registry-marks): Add variable for
11932         customization of marks and their appearance.
11933         (gnus-registry-read-mark): Use it.
11934         (gnus-registry-do-marks): Add utility function to loop through
11935         `gnus-registry-marks'.
11936         (gnus-registry-install-shortcuts-and-menus): Add function to install
11937         shortcuts and menus.
11938         (gnus-registry-initialize): Use it.
11939         (gnus-registry-default-mark): Clarify documentation.
11941 2008-02-29  Glenn Morris  <rgm@gnu.org>
11943         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11944         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11945         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11946         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11947         Change defcustom :version from 23.0 to 23.1.
11949 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
11951         * gnus-registry.el (gnus-registry-follow-group-p)
11952         (gnus-registry-post-process-groups): Add functions to aid registry
11953         splitting and improve logging.  Clarify behavior in function
11954         documentation.
11955         (gnus-registry-split-fancy-with-parent): Use them.
11957 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11959         * gnus-art.el: Use with-current-buffer.
11961 2008-02-27  David Engster  <dengste@eml.cc>
11963         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11964         Express real group name in the response.
11966 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11968         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11969         (nnmairix-last-server, nnmairix-current-server): Defvar them.
11970         (nnmairix-goto-original-article): Defvar gnus-registry-install and
11971         autoload gnus-registry-fetch-group when compiling.
11972         (nnmairix-request-group-with-article-number-correction):
11973         Remove unreferenced argument passed to nnmairix-call-backend.
11975 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11977         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
11978         (mm-uu-extract): Improve face for low color ttys.
11979         Reported by Sascha Wilde.
11981 2008-02-27  Glenn Morris  <rgm@gnu.org>
11983         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
11984         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
11985         variables to defconsts.  Convert comments to doc-strings.
11986         (nnmairix-last-server, nnmairix-current-server): Convert from free
11987         variables to defvars.  Convert comments to doc-strings.
11988         (gnus-registry-fetch-group): Autoload.
11989         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
11990         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
11991         (nnmairix-widget-build-editable-fields): Use car cddr rather than
11992         caddr.
11993         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
11994         nnmairix-request-group-with-article-number-correction call.
11995         (nnmairix-fast, nnmairix-group): New, less general names, for free
11996         variables passed from nnmairix-request-group to
11997         nnmairix-request-group-with-article-number-correction.  Declare.
11998         (nnmairix-request-group-with-article-number-correction):
11999         Use nnmairix-fast, nnmairix-group rather than fast, group.
12001 2008-02-26  David Engster  <dengste@eml.cc>
12003         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12004         version 0.5.
12006 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12008         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12009         instead of making an extra function call.  Don't add the current group
12010         to articles only when they have the group.  Use
12011         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12012         Reported by David <de_bb@arcor.de>.
12014 2008-02-24  Miles Bader  <miles@gnu.org>
12016         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12017         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12018         (mm-find-mime-charset-region):
12019         * mm-bodies.el (mm-encode-body):
12020         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12022 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12024         * mail-source.el (mail-source-delete-incoming): Change default.
12025         Supplement doc string.
12027         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12029 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12031         * nnmail.el (nnmail-message-id-cache-file): Derive from
12032         `gnus-home-directory'.
12034 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12036         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12037         Document negative prefix.
12039         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12041 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12043         * message.el (message-unsent-separator): Add the Exim bounce
12044         separator.
12046 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12048         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12049         list.
12050         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12051         recipient/signer list.
12053 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12055         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12056         fbound (Emacs 23 unicode), signal an error.
12058 2008-02-08  Glenn Morris  <rgm@gnu.org>
12060         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12062 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12064         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12065         ports to the calls to `netrc-machine-user-or-password' in addition to
12066         "imap" and "imaps".
12068 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12070         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12071         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12072         <hanche@math.ntnu.no>.
12074 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12076         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12078 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12080         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12082         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12084 2008-02-01  Miles Bader  <miles@gnu.org>
12086         * mml.el (mml-parse-1): Remove apparently vestigial use of
12087         `mm-hack-charsets'.
12088         * mm-bodies.el (mm-encode-body): Likewise.
12090 2008-02-01  Kenichi Handa  <handa@m17n.org>
12092         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12093         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12094         (rfc2104-hash): Convert the result of concat to unibyte string.
12096 2008-02-01  Dave Love  <fx@gnu.org>
12098         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12099         coding-system-for-read.
12100         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12102         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12103         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
12104         (mm-find-mime-charset-region): Remove hack-charsets stuff.
12106 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12108         * mail-source.el (mail-sources): Add `group' choice.
12110         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12111         parameter `in-group' to control into which group the articles go.
12112         Add treatment of `group' mail-source.
12114 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
12116         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12117         * message.el (message-beginning-of-line): Use featurep instead of bound
12118         tests in order to resolve conditionals at compile time.
12120 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12122         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12124         * mm-decode.el (mm-dissect-buffer): Decode description.
12126         * mml.el (mml-to-mime): Encode message header first.
12128 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12130         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12131         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12133 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12135         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12137 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12139         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12140         prefix keys.
12141         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12142         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12143         gnus-xmas.el.
12145 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12147         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12148         Add new variables for article mark management.
12149         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12150         list of extra data entries which, when present, will indicate that the
12151         article ID should not be trimmed from the registry.
12152         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12153         functions.
12154         (gnus-registry-read-mark): New function to read a mark name from the
12155         user.
12156         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12157         (gnus-registry-set-article-mark-internal): New functions to add and
12158         remove marks.
12159         (gnus-registry-get-article-marks): New function to show the marks for
12160         an article, or retrieve them for further use.
12162 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12164         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12165         keys when no argument is given.
12167 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12169         * gnus-sum.el (gnus-article-sort-by-random)
12170         (gnus-thread-sort-by-random): Fix doc strings.
12171         Reported by jidanni@jidanni.org.
12173 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12175         * gnus-art.el (gnus-article-describe-bindings): New function.
12176         (gnus-article-read-summary-keys): Use it.
12177         (gnus-article-mode-map): Bind `C-h b' to it.
12179 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12181         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12182         XEmacs.
12183         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12184         Protect against non-character events.
12186 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12188         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12189         New command.
12190         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12191         instead of END.  Change name of the temp file.
12192         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12193         customizable.
12195 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12197         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12198         bind `S W' to gnus-article-wide-reply-with-original; set default
12199         binding to gnus-article-read-summary-send-keys.
12200         (gnus-article-read-summary-keys): Fix the order of keys; display
12201         continuation keys correctly in the echo area; describe bindings
12202         correctly when keys end with `C-h'.
12203         (gnus-article-read-summary-send-keys): New function.
12204         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12205         Work for gnus-article-read-summary-send-keys; display continuation keys
12206         correctly in the echo area.
12207         (gnus-article-reply-with-original): Ignore prefix argument.
12208         (gnus-article-wide-reply-with-original): New function.
12210 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12212         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12213         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12215 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12217         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12218         (gnus-group-read-ephemeral-gmane-group): New command.
12220 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12222         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12224 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12226         * message.el (message-send-mail-function): Increase custom version.
12228         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12229         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12231 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12233         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12234         html parts correctly; support forwarded messages.
12235         (gnus-article-browse-html-article): Remove work buffers.
12237         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12238         compiling.
12239         (netrc-bound-and-true-p): New macro.
12240         (netrc-parse): Use it instead of bound-and-true-p that is not available
12241         in XEmacs 21.4.
12243 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12245         * gnus-registry.el (gnus-registry-mark-article)
12246         (gnus-registry-article-marks): Add functionality to mark articles
12247         through the Gnus registry.
12249         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12250         (netrc-parse): Use encrypt-file-alist to determine if
12251         encrypt-find-model or encrypt-insert-file-contents should be used.
12253 2007-12-19  Glenn Morris  <rgm@gnu.org>
12255         * mml.el (message-options-set, message-narrow-to-head)
12256         (message-in-body-p, message-mail-p, message-encode-message-body):
12257         Autoload.
12258         (message-remove-header, message-narrow-to-headers-or-head)
12259         (message-subscribed-p, message-make-mail-followup-to)
12260         (message-position-on-field, message-news-p)
12261         (message-options-set-recipient, message-generate-headers)
12262         (message-sort-headers): Declare as functions.
12264 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12266         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12267         convention in doc string.
12269 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12271         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12272         title to html parts.
12273         (gnus-article-browse-html-article): Pass message header to it.
12275         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12277 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12279         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12280         or password compatible with XEmacs.
12282 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12284         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12285         format document.
12286         (gnus-mime-delete-part): Don't write description line if empty.
12287         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12289 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12291         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12292         (gnus-summary-mark-read-and-unread-as-read)
12293         (gnus-summary-mark-current-read-and-unread-as-read)
12294         (gnus-summary-mark-unread-as-ticked): Doc fix.
12295         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12297 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12299         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12300         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12302 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12304         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12305         yes-or-no-p.
12307 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12309         * mm-decode.el (mm-add-meta-html-tag): New function.
12310         (mm-save-part-to-file, mm-pipe-part): Use it.
12312         * gnus-art.el (gnus-article-browse-delete-temp-files):
12313         Use gnus-y-or-n-p instead of y-or-n-p.
12314         (gnus-article-browse-html-parts): Work with message/external-body; use
12315         mm-add-meta-html-tag.
12317 2007-12-11  Glenn Morris  <rgm@gnu.org>
12319         * gnus-cache.el: Require gnus-sum not just when compiling.
12321         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12323         * gnus-int.el (gnus-server-opened, gnus-status-message):
12324         Move definitions before use.
12326         * mm-decode.el: Require gnus-util.
12327         (mm-remove-part): Only call delete-annotation on XEmacs.
12329         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12331         * nnmail.el: Require gnus-int.
12333         * spam.el: Move `require's before `eval-when-compile's.
12335         * gnus-ems.el (gnus-alive-p):
12336         * gnus-fun.el (message-goto-eoh):
12337         * gnus-util.el (gnus-group-name-decode):
12338         * mail-source.el (gnus-compress-sequence):
12339         * message.el (Info-goto-node, format-spec):
12340         * mm-bodies.el (message-options-get):
12341         * mm-decode.el (mm-view-pkcs7):
12342         * mm-util.el (gmm-write-region):
12343         * mml-smime.el (mml-compute-boundary)
12344         (gnus-completing-read-with-default):
12345         * mml.el (widget-button-press, gnus-make-hashtable):
12346         * mml1991.el (mm-decode-content-transfer-encoding)
12347         (mm-encode-content-transfer-encoding)
12348         (message-options-get, message-options-set):
12349         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12350         * nnfolder.el (gnus-request-group):
12351         * nnheader.el (ietf-drums-unfold-fws):
12352         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12353         * smime.el (gnus-run-mode-hooks):
12354         * spam-stat.el (gnus-message): Autoload.
12356         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12357         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12358         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12359         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12360         Add declare-function compatibility definition.
12362         * gnus-cache.el (nnvirtual-find-group-art):
12363         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12364         (gnus-add-image, gnus-add-wash-type):
12365         * gnus-group.el (nnkiboze-score-file):
12366         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12367         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12368         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12369         (message-tokenize-header, gnus-get-buffer-create)
12370         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12371         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12372         * gnus.el (gnus-group-decoded-name):
12373         * mail-source.el (imap-capability):
12374         * mm-bodies.el (message-options-set):
12375         * mm-decode.el (gnus-configure-windows):
12376         * mm-extern.el (message-goto-body):
12377         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12378         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12379         (epg-sub-key-validity, message-options-set):
12380         * mml.el (widget-event-point, gnus-configure-windows):
12381         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12382         * mml2015.el (epg-check-configuration, epg-configuration)
12383         (message-options-set):
12384         * nndb.el (nndb-request-article):
12385         * nnfolder.el (gnus-request-create-group):
12386         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12387         * nnmaildir.el (gnus-group-mark-article-read):
12388         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12389         * rfc1843.el (message-fetch-field):
12390         * spam.el (gnus-extract-address-components):
12391         Declare as functions.
12393 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12395         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12397 2007-12-09  Glenn Morris  <rgm@gnu.org>
12399         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12401         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12402         * message.el, mm-view.el, sieve-manage.el, smime.el:
12403         Add declare-function compatibility definition.
12405         * gnus-art.el (w3-region, w3m-region, Info-menu):
12406         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12407         * gnus-sum.el (gnus-get-predicate):
12408         * gnus-util.el (mm-append-to-file, w32-focus-frame):
12409         * message.el (mail-abbrev-in-expansion-header-p):
12410         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12411         (w3m-detect-meta-charset, w3m-region):
12412         * sieve-manage.el (password-read, password-cache-add)
12413         (password-cache-remove):
12414         * smime.el (password-read-and-add): Declare as functions.
12416 2007-12-08  David Kastrup  <dak@gnu.org>
12418         * gnus-sum.el (gnus-summary-simplify-subject-query):
12419         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12420         `message'.
12422 2007-12-07  Glenn Morris  <rgm@gnu.org>
12424         * gnus-art.el (article-make-date-line): Revert previous change.
12426 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12428         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12430 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
12432         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12433         Call gnus-add-to-range ranges only once with a prepared article-list.
12435 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
12437         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12438         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12439         group names with backslashes.
12440         Reported by Tassilo Horn <tassilo@member.fsf.org>.
12442 2007-12-06  Deepak Goel  <deego3@gmail.com>
12444         * gnus-art.el (article-make-date-line):
12445         * gnus-start.el (gnus-load):
12446         * pop3.el (pop3-read-response): Fix buggy call to `error'.
12448 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12450         * gnus-art.el (gnus-use-idna):
12451         * gnus-start.el (gnus-site-init-file):
12452         * message.el (message-use-idna):
12453         * mm-uu.el (mm-uu-hide-markers):
12454         * smiley.el (smiley-style): Revert changes that suppress warnings.
12456 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12458         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12459         specify charset to html source.
12460         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12462 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12464         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12465         idna-program in order to suppress byte compile warning issued by XEmacs
12466         that came to byte compile the default value section of defcustom forms
12467         recently.
12469         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12470         value of installation-directory.
12472         * message.el (message-use-idna): Don't directly refer to the value of
12473         idna-program.
12475         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12477         * smiley.el (smiley-style): Don't directly call face-attribute.
12479 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
12481         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12483         * gnus-dired.el: Reduce Gnus dependencies.
12484         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12485         Don't require.  Use autoloads instead.
12486         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12487         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12488         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12489         (gnus-dired-mode): Adjust doc string.
12490         (gnus-dired-mail-mode): New variable.
12491         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12492         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12493         (gnus-dired-mail-buffers): New function.  Return mail or message
12494         composition buffers.
12495         (gnus-dired-attach): Use it.
12496         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12497         NO-DECODE.
12498         (gnus-dired-print): Use `gnus-print-buffer' depending on
12499         `gnus-dired-mail-mode'.
12501 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12503         * rfc2047.el (rfc2047-encoded-word-regexp)
12504         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12505         explaining what regexp patterns are for.
12507 2007-12-04  Glenn Morris  <rgm@gnu.org>
12509         * password.el: Move to ../password-cache.el.
12511         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12512         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12513         * mml-smime.el (password-read, password-cache-add)
12514         (password-cache-remove):
12515         No need to autoload, since mml-sec requires password.
12517         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12518         * message.el (gnus-extract-address-components):
12519         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12521         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12522         password.
12524 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12526         * mailcap.el: Reduce dependencies.
12527         (mail-header-parse-content-type): Autoload.
12528         (mailcap-delete-duplicates): New alias.
12529         (mailcap-mime-info): Add optional argument NO-DECODE.
12530         (mailcap-mime-types): Use mailcap-delete-duplicates.
12532         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12534 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12536         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12537         function.
12539         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12540         (gnus-uu-yenc-article): New function.
12542         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12544         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12546 2007-12-02  Glenn Morris  <rgm@gnu.org>
12548         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
12549         Move to ../net.
12551         * binhex.el, uudecode.el: Move to ../mail.
12553         * encrypt.el: Remove file.
12555 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12557         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12558         matches on patches.
12560         * gnus-art.el (gnus-article-browse-html-article):
12561         Mention `mm-text-html-renderer' in the doc string.
12563         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12564         string.  Add comments.
12566         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12567         if rhs is ASCII.
12569 2007-12-01  Glenn Morris  <rgm@gnu.org>
12571         * dig.el, dns.el: Move to ../net.
12572         * format-spec.el, hex-util.el, sha1.el: Move to ../.
12574         * mail-source.el (top-level): Require format-spec before
12575         eval-when-compile.
12577 2007-11-30  Glenn Morris  <rgm@gnu.org>
12579         * encrypt.el: Require password, rather than autoloading password-read.
12581 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12583         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12584         caller can indicate whether the cache should be disregarded for this
12585         call.  This way the result of the call is reproducible at all times and
12586         can be considered a canonical server name for the supplied method.
12587         (gnus-agent-method-p): Canonicalize server names by pushing their
12588         method through `gnus-method-to-server' using the no-cache argument.
12590         * gnus-srvr.el (gnus-server-insert-server-line):
12591         Call `gnus-method-to-server' with `no-cache' argument.
12593         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12594         gnus-agent-possibly-synchronize-flags as this should be called when the
12595         server is actually being opened.
12596         (gnus-agent-possibly-synchronize-flags)
12597         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12598         flags file of an agentized server to the latter function.
12600         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12601         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12602         after a connection has been established successfully.
12604 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12606         * gnus-art.el (article-display-face): Force to display face if called
12607         interactively; check if gnus-article-x-face-too-ugly matches author.
12608         (article-display-x-face): Display face even if From header is missing
12609         as article-display-face does.
12611 2007-11-28  Richard Stallman  <rms@gnu.org>
12613         * md4.el: Move to ../.
12614         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
12616 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12618         * mail-source.el (mail-sources): Default to fetch from file for
12619         compatibility with default of nnmail-spool-file.
12621 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12623         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12624         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12625         to look for encoded word that should be encoded again.
12626         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12627         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12628         encoding pattern.
12629         (rfc2047-decode-region): Switch strict regexp and loose one according
12630         to rfc2047-allow-irregular-q-encoded-words.
12632 2007-11-26  Simon Josefsson  <simon@josefsson.org>
12634         * imap.el: Move to ../net directory.
12636 2007-11-25  Romain Francoise  <romain@orebokech.com>
12638         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12640 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12642         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12643         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12645         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12646         `nnmail-spool-file'.
12648         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12649         `nnmail-spool-file'.
12651         * gnus-move.el (gnus-change-server): Ditto.
12653         * gnus-kill.el (gnus-batch-score): Ditto.
12655         * gnus-cache.el (gnus-jog-cache): Ditto.
12657         * gnus-msg.el (gnus-summary-reply):
12658         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12660 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12662         * gnus-cache.el (gnus-cache-generate-nov-databases):
12663         Use nnml-generate-nov-databases-directory instead of
12664         nnml-generate-nov-databases-1.
12666 2007-11-24  Glenn Morris  <rgm@gnu.org>
12668         * message.el (message-tool-bar-retro): Update for rename
12669         mail_send.xpm->mail-send.xpm.
12671 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12673         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12674         `smime-ldap-search' for Emacs 22 and up.
12676 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12678         * hashcash.el: Move to ../mail directory.
12680         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
12682         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12683         `smime-ldap-search' for Emacs 22 and up.
12685 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12687         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12689         * message.el (message-send-mail-function): Fix error convention.
12690         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12691         (message-widen-reply, message-send-mail, message-talkative-question)
12692         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12693         (message-clone-locals, message-send-news): Use with-current-buffer.
12694         (message-insert-or-toggle-importance): Remove unused var `valid'.
12695         (message-make-references): Remove unused var `new-references'.
12696         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12698 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12700         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12701         (spam-split-symbolic-return-positive): Reflow docstring.
12702         (spam-backends, spam-summary-exit-behavior)
12703         (spam-mark-ham-unread-before-move-from-spam-group)
12704         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12705         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12706         (spam-clear-cache, spam-backend-check, spam-install-backend)
12707         (spam-install-statistical-backend, spam-list-of-processors)
12708         (spam-group-processor-p, spam-split, spam-bogofilter-score)
12709         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12710         (spam-check-crm114, spam-initialize, spam-unload-hook):
12711         Fix typos in docstrings.
12713 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12715         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12716         been checked if they have never been read and those group levels are
12717         higher than the one that a user specified.
12719 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12721         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12722         foreign groups unless a group level is specified by a user.
12723         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12725 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
12727         * message.el (message-send-mail-function): Require sendmail.
12729 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
12731         * message.el (message-send-mail-function): Check for smtpmail too.
12733         * utf7.el (utf7-encode, utf7-decode): Use coding system
12734         `utf-7'/`utf-7-imap' from utf-7.el' if available.
12736         * message.el (message-send-mail-function): New function.
12737         (message-send-mail-function): Set default using
12738         message-send-mail-function.  Adjust doc string.
12739         (message-send-mail-with-mailclient): New function.
12741 2007-11-17  Richard Stallman  <rms@gnu.org>
12743         * assistant.el: Remove file.
12745 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12747         * smime.el (from):
12748         * rfc2047.el (message-posting-charset):
12749         * qp.el (mm-use-ultra-safe-encoding):
12750         * pop3.el (parse-time-months):
12751         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12752         * nnml.el (files):
12753         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12754         (jka-compr-compression-info-list, ange-ftp-path-format)
12755         (efs-path-regexp):
12756         * nndiary.el (files):
12757         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12758         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12759         (epg-digest-algorithm-alist, inhibit-redisplay)
12760         (password-cache-expiry):
12761         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12762         (pgg-output-buffer, password-cache-expiry):
12763         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12764         (efs-path-regexp):
12765         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12766         (inhibit-redisplay):
12767         * mm-uu.el (file-name, start-point, end-point, entry)
12768         (gnus-newsgroup-name, gnus-newsgroup-charset):
12769         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12770         (latin-unity-ucs-list):
12771         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12772         (mm-uu-binhex-decode-function):
12773         * message.el (gnus-message-group-art, gnus-list-identifiers)
12774         (rmail-enable-mime-composing, gnus-local-organization)
12775         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12776         (gnus-read-active-file, facemenu-add-face-function)
12777         (facemenu-remove-face-function, gnus-article-decoded-p)
12778         (tool-bar-mode):
12779         * mail-source.el (display-time-mail-function):
12780         * gnus-util.el (nnmail-pathname-coding-system)
12781         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12782         (gnus-original-article-buffer, gnus-user-agent)
12783         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12784         (xemacs-codename, sxemacs-codename, emacs-program-version):
12785         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12786         * gnus-start.el (gnus-agent-covered-methods)
12787         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12788         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12789         (gnus-newsgroup-headers, gnus-group-list-mode)
12790         (gnus-group-mark-positions, gnus-newsgroup-data)
12791         (gnus-newsgroup-unreads, nnoo-state-alist)
12792         (gnus-current-select-method, mail-sources)
12793         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12794         (nnmail-spool-file, gnus-cache-active-hashtb):
12795         * gnus-mh.el (mh-lib-progs):
12796         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12797         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12798         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12799         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12800         (gnus-group-buffer):
12801         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12802         (font-lock-set-defaults):
12803         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12804         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12805         (gnus-summary-post-menu, total-parts, type, condition, length):
12806         * gnus-agent.el (gnus-agent-read-agentview):
12807         * flow-fill.el (show-trailing-whitespace):
12808         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12809         eval-and-compile wrappers for byte compiler pacifiers.
12811         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12812         (mm-display-inline-fontify): Check for featurep 'xemacs not
12813         extent-list.
12815         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12816         itimer-list.
12817         (mm-create-image-xemacs): Only do something for XEmacs.
12818         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12820         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12822         * gnus-registry.el (gnus-adaptive-word-syntax-table):
12823         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12825 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
12827         * nnimap.el (nnimap-split-download-body):
12828         * gnus-demon.el (gnus-demon):
12829         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12831 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12833         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12834         New macros.
12835         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12836         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12837         copy data from unibyte buffer to multibyte current buffer.
12838         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12839         to copy data from unibyte current buffer to multibyte buffer.
12840         (nntp-make-process-buffer): Make process buffer unibyte.
12842         * pop3.el (pop3-open-server): Fix typo in Lisp code.
12844 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
12846         * pop3.el (pop3-open-server): Accept and process data more robustly at
12847         connection start to avoid spurious "POP SSL connection failed" errors.
12849 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12851         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12852         read group names.
12854 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
12856         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12858 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12860         * nnmail.el (nnmail-parse-active): Make group names unibyte.
12861         (nnmail-save-active): Use a unibyte buffer when saving active file,
12862         which may contain non-ASCII group names.
12864         * nnml.el (nnml-request-group): Decode group names in messages.
12866 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
12868         * message.el (message-citation-line-function)
12869         (message-insert-formatted-citation-line): Fix spelling of
12870         `message-insert-formated-citation-line'.
12872 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
12874         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12876 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12878         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12879         nnmail-pathname-coding-system.
12881         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12882         that a user enters; decode group names in messages.
12884         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12886 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12888         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12890         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12892         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12893         risky local variable.
12895         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12897 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
12899         * encrypt.el: Improve documentation to fix function name typo.
12900         Reported by Daiki Ueno <ueno@unixuser.org>.
12902 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12904         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12905         even if the point is not in the last page of an article.
12906         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12907         back to the previous page.
12909 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
12911         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12913 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12915         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12917 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12919         * message.el (message-check-news-body-syntax):
12920         Avoid mm-string-as-multibyte.
12921         (message-hide-headers): Don't assume (point-min)==1.
12923 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12925         * message.el (message-remove-blank-cited-lines): Fix if remove is
12926         given.
12927         (message-bogus-address-regexp): New variable.
12928         (message-bogus-recipient-p): New function.
12929         (message-check-recipients): New command.
12930         (message-syntax-checks): Add `bogus-recipient'.
12931         (message-fix-before-sending): Add `bogus-recipient'.
12933         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12934         (gnus-treat-body-boundary): Don't test window-system.
12936 2007-10-28  Leo Liu  <sdl.web@gmail.com>  (tiny change)
12938         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
12940 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12942         * gnus.el: Bump version to Gnus v5.13.
12944 2007-10-28  Miles Bader  <miles@gnu.org>
12946         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12947         at compile-time too.
12949 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12951         * gnus-msg.el (gnus-message-setup-hook):
12952         Add `message-remove-blank-cited-lines' to options.
12954 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12956         * message.el (message-remove-blank-cited-lines): New function.
12957         Suggested by Karl Plästerer.
12959 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12961         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12962         mapc.
12964         * imap.el (imap-open): Replace mapcar called for effect with mapc.
12965         (top-level): Use mapc to set functions to be traced for debugging.
12967         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12968         called for effect with while loop.
12970         * message.el (message-talkative-question): Replace mapcar called for
12971         effect with mapc.
12973         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
12974         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
12975         called for effect with dolist.
12977         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
12979         * nndiary.el: Use dolist instead of mapcar to add diary headers to
12980         gnus-extra-headers and nnmail-extra-headers.
12982         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
12983         called for effect with dolist.
12984         (top-level): Use mapc to set functions to be traced for debugging.
12986         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
12987         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
12988         dolist.
12990         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
12991         Replace mapcar called for effect with mapc.
12992         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
12993         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
12994         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
12995         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
12997         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
12998         remove-if that's a cl function.
13000         * webmail.el (webmail-debug): Replace mapcar called for effect with
13001         dolist.
13003 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13005         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13006         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13007         with while loop.
13009         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13010         functions from article-* functions.
13011         (gnus-multi-decode-header): Replace mapcar called for effect with
13012         dolist.
13014         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13015         (gnus-bookmark-show-details): Replace mapcar called for effect with
13016         while loop.
13018         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13019         called for effect with while loop.
13021         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13022         with dolist.
13024         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13025         Replace mapcar called for effect with dolist.
13027         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13029         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13030         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13031         Replace mapcar called for effect with dolist.
13032         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13033         mapc.
13035         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13036         Replace mapcar called for effect with dolist.
13037         (gnus-topic-list): Replace mapcar called for effect with mapc.
13039         * gnus.el: Use mapc instead of mapcar to add autoloads.
13041 2007-10-23  Richard Stallman  <rms@gnu.org>
13043         * gnus-group.el (gnus-group-highlight): Mark as risky.
13045 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13047         * gnus.el (gnus-server-to-method): Return method found first in
13048         gnus-newsrc-alist.
13050         * gnus-art.el (gnus-article-highlight-signature)
13051         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13052         button overlay without the front stickiness.
13054 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13056         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13057         overview buffer needed a catch to receive its throw.
13058         (gnus-agent-flush-cache): Declare as interactive to make this function
13059         easier to use.
13061 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13063         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13064         `next-line'.
13066 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13068         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13069         exclude address matching message-dont-reply-to-names.
13071 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13073         * gnus-util.el (gnus-string<): New function.
13075         * gnus-sum.el (gnus-article-sort-by-author)
13076         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13078 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13080         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13081         the frame-focus tag is set in gnus-buffer-configuration.
13083 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13085         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13086         the front stickiness.
13088 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13090         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13091         url pattern; remove duplicate one.
13092         (gnus-article-extend-url-button): New function.
13093         (gnus-article-add-buttons): Use it.
13094         (gnus-button-push): Use concatenated url that it makes.
13096 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13098         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13099         (sieve-manage-open): Use `mapc' instead of `mapcar'.
13101 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13103         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13104         Don't hardcode point-min==1.
13106 2007-09-30  David Kastrup  <dak@gnu.org>
13108         * gnus-art.el (gnus-article-reply-with-original)
13109         (gnus-article-followup-with-original): When `transient-mark-mode' is
13110         off, refrain from active-region behavior for followups.
13112 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13114         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13115         Fix comment about "iso8859-1".
13117 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13119         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13120         ones returned from the verify-function.
13122         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13123         Call mml2015-extract-cleartext-signature if extraction failed.
13125 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13127         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13128         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13129         failed.
13131 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13133         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13135 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13137         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13138         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13139         thread for both the null and zero (kill/expire thread) universal prefix
13140         cases.
13141         (gnus-summary-expire-thread): Add new function to expire a thread,
13142         using gnus-summary-kill-thread.
13143         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13144         shortcuts for gnus-summary-expire-thread.
13145         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13146         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13148 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13150         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13151         extras value, so an extras entry can be deleted.
13152         (gnus-registry-delete-extra-entry): Use it.
13153         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13154         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13155         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13156         storage through the gnus-registry, and provide an appropriate API for
13157         it.
13159 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13161         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13162         Suggested by Leo <sdl.web@gmail.com>.
13164         * gnus.el: Do.
13166 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13168         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13169         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13171         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13173         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13174         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13176 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13178         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13179         newline.
13180         (nnmbox-request-accept-article): Don't change article in source buffer;
13181         narrow to header to use message-fetch-field rather than
13182         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13183         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13184         as delimiters; make sure article ends with newline.
13185         (nnmbox-delete-mail): Correct last position of article to be deleted;
13186         ignore X-Gnus-Newsgroup header in article body.
13187         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13188         positions; make sure article ends with newline.
13190         * message.el (message-display-abbrev): Don't infloop when a user
13191         inserts SPC in the beginning of header.
13193 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13195         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13196         list of groups not followed by default.  Fix type to be regexp.
13197         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13199 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13201         * hmac-def.el (define-hmac-function): Switch from old-style to
13202         new-style backquotes.
13204         * md4.el (md4-make-step): Likewise.
13206 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13208         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13209         raw-text coding system when saving .newsrc file, which may contain
13210         non-ASCII group names.
13212 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13214         * gnus-cus.el (gnus-score-extra): New widget.
13215         (gnus-score-extra-convert): New function.
13216         (gnus-score-customize): Use it for Extra.
13218 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13220         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13221         (mml2015-mailcrypt-clear-verify): Use it.
13222         (mml2015-gpg-clear-verify): Use it.
13223         (mml2015-pgg-clear-verify): Use it.
13224         (mml2015-epg-clear-verify): Replace the current part with the output
13225         from GnuPG; don't extract the plaintext by itself.
13227         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13228         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13229         mml2015-clear-verify-function; don't touch the armor headers or
13230         dash-escaped text here.
13232 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13234         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13235         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13236         parts, or application/octet-stream as a last resort.
13237         (gnus-mime-view-part-as-type): Don't toggle display.
13238         (gnus-mime-view-part-as-charset): Don't turn off display before
13239         querying charset.
13241         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13242         stuff to undisplayer function in Emacs.
13243         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13245         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13246         text/calendar parts.
13248 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13250         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13251         decoding text/calendar parts.
13253         * message.el (message-forward-make-body-mime): Always mark body as
13254         having no illegible text; remove signed-or-encrypted argument.
13255         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13257         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13258         (mml-generate-mime-1): Don't encode body if it is specified to be in
13259         raw form; don't make buffer be unibyte when inserting multibyte string.
13261 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13263         * sha1.el: Fix up comment style.
13264         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13265         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13267         * hex-util.el: Fix up comment style.
13268         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13270         * gnus-salt.el: Use with-current-buffer.
13271         (gnus-pick-setup-message): Fix long-standing typo.
13273 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13275         * imap.el (imap-logout-timeout): New variable.
13276         (imap-logout, imap-logout-wait): New functions.
13277         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13279         * nnimap.el (nnimap-logout-timeout): New server variable.
13280         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13281         nnimap-logout-timeout.
13283         * gnus-art.el (gnus-article-summary-command-nosave)
13284         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13286 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13288         * gnus.el (gnus-maximum-newsgroup): New variable.
13290         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13291         according to gnus-maximum-newsgroup.
13293         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13294         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13295         Limit the range of articles according to gnus-maximum-newsgroup.
13297 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13299         * gnus-art.el (gnus-sticky-article): Fix problems described in
13300         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13301         Don't perform gnus-configure-windows here; reuse existing sticky
13302         article buffer.
13304         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13305         it doesn't exist in gnus-article-mode.
13307 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13309         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13310         (gnus-agent-decoded-group-name): New function.
13311         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13312         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13314 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13316         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13317         Add binding for gnus-sticky-article.
13318         (gnus-summary-exit): Don't kill sticky article buffers.
13320         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13321         article buffer.
13322         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13323         (gnus-kill-sticky-article-buffers): New commands.
13325 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13327         * nntp.el (nntp-xref-number-is-evil): New server variable.
13328         (nntp-find-group-and-number): If it is non-nil, don't trust article
13329         numbers in the Xref header.
13331 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13333         * gnus-agent.el (gnus-agent-read-group): New function.
13334         (gnus-agent-flush-group, gnus-agent-expire-group)
13335         (gnus-agent-regenerate-group): Use it.
13336         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13337         nnmail-pathname-coding-system.
13339 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13341         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13343         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13344         that are unread as unread, and also as selected so that information of
13345         marks having been changed by a user may be updated when exiting group.
13347 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13349         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13351 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13353         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13354         calculated ignoring signature parts to gnus-treat-article.
13356 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13358         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13359         a point here in order to keep the window start.
13360         (gnus-insert-mime-security-button): Make a button overlay without the
13361         front stickiness.
13362         (gnus-mime-display-security): Goto the end of a button.
13364         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13366 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13368         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13369         group-name-at-point.
13370         (gnus-group-completing-read): New function that offers decoded
13371         non-ASCII group names for completion.
13372         (gnus-fetch-group, gnus-group-read-ephemeral-group)
13373         (gnus-group-jump-to-group, gnus-group-make-group-simple)
13374         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13375         (gnus-group-fetch-control): Use it.
13376         (gnus-fetch-group): Use group-name-at-point for the initial value
13377         rather than the default value; use gnus-alive-p.
13379         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13380         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13381         (gnus-summary-post-news): Use gnus-group-completing-read.
13383         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13384         (gnus-read-move-group-name): Decode group name for completion.
13386 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
13388         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13389         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13390         Yamaoka slightly modified the code).
13392 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13394         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13395         (nnmail-split-incoming): Bind it.
13397         * nnml.el (nnml-group-name-charset): New function.
13398         (nnml-decoded-group-name): Use it; don't decode group name if
13399         nnmail-group-names-not-encoded-p is non-nil.
13400         (nnml-encoded-group-name): New function.
13401         (nnml-group-pathname): Inline nnml-decoded-group-name.
13402         (nnml-request-expire-articles): Decode group name in message.
13403         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13404         nnmail-pathname-coding-system.
13405         (nnml-save-mail, nnml-active-number): Work with decoded group names and
13406         not decoded ones according to nnmail-group-names-not-encoded-p.
13407         (nnml-generate-active-info): Use nnml-encoded-group-name.
13409 2007-08-08  Glenn Morris  <rgm@gnu.org>
13411         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13412         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13413         doc-strings and comments.
13415 2007-07-25  Glenn Morris  <rgm@gnu.org>
13417         * Relicense all FSF files to GPLv3 or later.
13419 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13421         * gnus-sum.el (gnus-summary-move-article):
13422         Make gnus-summary-respool-article work.
13424 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
13426         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13427         string.
13429 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
13431         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
13432         that should be ignored when comparing distant RSS articles with local
13433         ones.
13434         (nnrss-make-hash-index): New function.  Create a hash index according
13435         to the ignored fields.
13436         (nnrss-check-group): Use it.
13438 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13440         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13442         * gnus-art.el (article-decode-group-name): Decode Xref header too.
13444         * gnus-group.el (gnus-group-make-group): Encode group name here unless
13445         the new optional argument ENCODED is non-nil.
13446         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13447         coding system for encoding group name.
13448         (gnus-group-make-rss-group): Pass un-encoded group name to
13449         gnus-group-make-group.
13450         (gnus-group-set-info): Tell gnus-group-make-group that group name is
13451         encoded.
13453         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13454         Encode group name to which articles are moved or copied.
13455         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13456         coding system for encoding Newsgroup, Followup-To and Xref headers.
13458         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13459         marks; use nnheader-file-coding-system to write a file.
13460         (nnagent-retrieve-headers): Bind file-name-coding-system to
13461         nnmail-pathname-coding-system.
13463         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13465         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13466         (nnml-request-article, nnml-request-create-group)
13467         (nnml-request-rename-group, nnml-find-id)
13468         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13469         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13470         (nnml-save-marks): Use nnml-group-pathname instead of
13471         nnmail-group-pathname.
13473         (nnml-request-create-group, nnml-request-expire-articles)
13474         (nnml-request-move-article, nnml-request-delete-group)
13475         (nnml-deletable-article-p, nnml-possibly-create-directory)
13476         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13477         (nnml-open-marks): Bind file-name-coding-system to
13478         nnmail-pathname-coding-system.
13480         (nnml-request-article): Pass server argument to nnml-find-group-number.
13481         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13482         Pass server argument to nnml-possibly-create-directory.
13483         (nnml-request-accept-article): Pass server argument to
13484         nnml-active-number and nnml-save-mail.
13485         (nnml-find-group-number): Pass server argument to nnml-find-id.
13486         (nnml-request-update-info): Pass server argument to
13487         nnml-marks-changed-p.
13489         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13490         (nnml-save-mail, nnml-active-number): Add server argument.
13492         (nnml-request-delete-group): Warn if group is missing.
13493         (nnml-get-nov-buffer): Decode group name.
13494         (nnml-generate-active-info): Encode group name.
13495         (nnml-open-marks): Decode group name in messages.
13497 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13499         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13500         if it is not specified.
13501         (gnus-article-pipe-part, gnus-article-save-part)
13502         (gnus-article-interactively-view-part, gnus-article-copy-part)
13503         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13504         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13505         (gnus-article-replace-part, gnus-article-delete-part)
13506         (gnus-article-view-part-as-type): Pass raw prefix argument to
13507         gnus-article-part-wrapper.
13509 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13511         * gnus-agent.el (gnus-agent-save-active):
13512         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13514         * gnus-cache.el (gnus-cache-save-buffers)
13515         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13516         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13517         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13518         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13519         (gnus-cache-generate-active, gnus-cache-rename-group)
13520         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13521         (gnus-cache-update-overview-total-fetched-for):
13522         Bind file-name-coding-system to nnmail-pathname-coding-system.
13523         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13524         New variables.
13525         (gnus-cache-decoded-group-name): New function.
13526         (gnus-cache-file-name): Use it.
13527         (gnus-cache-generate-active): Use non-decoded group name for active.
13529         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13530         right place.
13531         (gnus-write-active-file): Don't break non-ASCII group names.
13533         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13534         nnmail-pathname-coding-system.
13536         * gnus-uu.el (gnus-uu-decode-save): Typo.
13538 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13540         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13542 2007-07-14  David Kastrup  <dak@gnu.org>
13544         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13545         finishing actions if we did not edit the article.
13547 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13549         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13550         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13551         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13552         (gnus-agent-flush-group, gnus-agent-flush-cache)
13553         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13554         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13555         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13556         (gnus-agent-regenerate-group)
13557         (gnus-agent-update-files-total-fetched-for)
13558         (gnus-agent-update-view-total-fetched-for):
13559         Bind file-name-coding-system to nnmail-pathname-coding-system.
13560         (gnus-agent-group-pathname): Don't encode file names by
13561         nnmail-pathname-coding-system.
13562         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13563         coding-system-for-write instead of buffer-file-coding-system to
13564         gnus-agent-file-coding-system.
13566         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13567         Decode group name.
13569         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13571         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13572         (gnus-read-newsrc-el-file): Make group names unibyte.
13574         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13575         nnmail-pathname-coding-system.
13577         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13578         (nnrss-request-delete-group): Bind file-name-coding-system to
13579         nnmail-pathname-coding-system.
13580         (nnrss-read-server-data, nnrss-read-group-data):
13581         Bind file-name-coding-system correctly.
13582         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13584         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13585         (nntp-server-to-method-cache): New variable.
13586         (nntp-group-pathname): New function that decodes non-ASCII group names.
13587         (nntp-possibly-create-directory, nntp-marks-changed-p)
13588         (nntp-save-marks, nntp-open-marks): Use it.
13589         (nntp-possibly-create-directory, nntp-open-marks):
13590         Bind file-name-coding-system to nnmail-pathname-coding-system.
13591         (nntp-open-marks): Decode group names when bootstrapping marks.
13593         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13594         Newsgroups and Followup-To headers.
13596 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13598         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13599         (gnus-server-closed-face, gnus-server-denied-face)
13600         (gnus-server-offline-face): Remove variable.
13601         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13603         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13604         of modifying message-stack directly for XEmacs.
13606         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13607         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13608         if the coding-system argument is nil for XEmacs.
13610         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13611         mm-charset-override-alist.
13613         * rfc2047.el: Don't require base64; require rfc2045 for the function
13614         rfc2045-encode-string.
13615         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13616         to quote the parameter value.
13618 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13620         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13621         form in gnus-group-name-charset-method-alist.
13623         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13624         overrides the default layout edit-form.
13626         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13628         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13630 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13632         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13633         as unfetched articles.
13635 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13637         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13639 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13641         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13642         original back end that keeps marks in the local system.
13644 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13646         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13647         arg of pop-to-buffer for XEmacs.
13648         (gnus-article-read-summary-keys): Ditto; don't restore window
13649         configuration if summary command ends up with neither article buffer
13650         nor summary buffer; describe bindings if summary keys end with C-h.
13652 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13654         * message.el (message-fix-before-sending): Skip raw message part to be
13655         forwarded while checking illegible text.
13656         (message-forward-make-body-mime, message-forward-make-body):
13657         Mark signed or encrypted raw message as having no illegible text.
13659 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13661         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13662         (gnus-message-with-timestamp-1): New macro.
13663         (gnus-message-with-timestamp): New function.
13664         (gnus-message): Use them.
13666         * nnheader.el (nnheader-message): Use them.
13668 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13670         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13671         .newsrc.eld file.
13673 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13675         * gnus-agent.el (gnus-agent-fetch-headers)
13676         (gnus-agent-retrieve-headers):
13677         Bind gnus-decode-encoded-address-function to identity.
13679         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13680         available also when the server returns simply a dot.
13682         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13684 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13686         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13688 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13690         * gnus-ems.el (gnus-x-splash): Make it work.
13692         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13693         from being used.
13695 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13697         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13698         the front stickiness.
13699         (gnus-article-summary-command-nosave): Correct the order of the
13700         arguments passed to pop-to-buffer.
13701         (gnus-article-read-summary-keys): Ditto; make it work properly when the
13702         summary command ends up with the article buffer.
13704         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13705         the same faces.
13707 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13709         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13711 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13713         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13714         * gnus-sum.el (gnus-summary-highlight):
13715         * mail-source.el (mail-source-delete-old-incoming-confirm):
13716         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13718 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13720         * gnus-art.el (gnus-mime-view-part-externally)
13721         (gnus-mime-view-part-internally): Fix predicate function passed to
13722         completing-read.
13724         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13726         * gnus.el (gnus-update-message-archive-method): Add :version.
13728 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13730         * gnus.el (gnus-update-message-archive-method): New variable.
13732         * gnus-start.el (gnus-setup-news): Update saved "archive" method
13733         according to gnus-message-archive-method if
13734         gnus-update-message-archive-method is non-nil.
13736 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13738         * gnus-sum.el (gnus-summary-limit-to-address): New function.
13739         Suggested by Loic Dachary <loic@dachary.org>.
13740         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13742 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13744         * message.el (message-pop-to-buffer): Add switch-function argument.
13745         (message-mail): Pass switch-function argument to it.
13747 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
13749         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13750         Improve doc string.
13752 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13754         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13755         (gnus-header-content):
13756         * gnus-cite.el (gnus-cite-10):
13757         * gnus-srvr.el (gnus-server-closed):
13758         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13759         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13760         (gnus-group-mail-3-empty, gnus-group-mail-low)
13761         (gnus-group-mail-low-empty, gnus-splash):
13762         * message.el (message-header-to, message-header-cc)
13763         (message-header-subject, message-header-other, message-header-name)
13764         (message-header-xheader, message-separator, message-cited-text)
13765         (message-mml): Lighten colors of faces used for dark background.
13767 2007-05-24  Simon Josefsson  <simon@josefsson.org>
13769         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13770         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
13772 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13774         * message.el (message-narrow-to-headers-or-head):
13775         Ignore mail-header-separator in the body.
13777 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13779         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13780         same as window size.
13782 2007-05-22  Kevin Ryde  <user42@zip.com.au>
13784         * message.el (message-font-lock-keywords): Use message-header-xheader
13785         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
13786         ahead of the anything pattern, to get it recognized.
13788 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
13790         * gnus-sum.el (gnus-articles-to-read)
13791         (gnus-summary-insert-old-articles): Don't truncate group name for
13792         `read-string'.
13794         * gnus-util.el (gnus-limit-string): Delete this function.
13796         * gnus-sum.el (gnus-simplify-subject-fully):
13797         Use `truncate-string-to-width' instead.
13799 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
13801         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13802         Tell if, on summary exit, the next group has to be selected.
13803         (gnus-summary-exit): Use it.
13805 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
13807         * gnus-art.el (gnus-article-mode): Fix comment about displaying
13808         non-break space.
13810 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13812         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13813         Check if group is not a directory.
13814         (nnfolder-request-expire-articles): Don't delete articles if the target
13815         group is not available.
13817         * nnml.el (nnml-request-create-group): Properly check if group is not a
13818         file.
13819         (nnml-request-expire-articles): Don't delete articles if the target
13820         group is not available.
13822         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13823         Don't quote characters that are within parentheses.
13825 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13827         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13828         (gnus-handle-ephemeral-exit): Select article according to it.
13830 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13832         * message.el (message-insert-formated-citation-line): Remove newline.
13833         (message-citation-line-format): Add final \n here so that the user can
13834         avoid a blank line.
13836 2007-05-03  Dan Christensen  <jdc@uwo.ca>
13838         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13839         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13840         Update lanl/arXiv support.
13842 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13844         * gnus.el: Bump version number.
13846 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13848         * gnus.el (gnus-version-number): Bump version.
13850 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13852         * gnus.el: No Gnus v0.6 is released.
13854 2007-04-27  Didier Verna  <didier@xemacs.org>
13856         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13857         * gmm-utils.el (gmm-regexp-concat): ... here.
13858         * message.el: Don't require 'gnus-util.
13859         (message-dont-reply-to-names): Handle name change above.
13860         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13862 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13864         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13865         since the initial value varies according to the system.
13867 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13869         * mm-util.el (mm-charset-synonym-alist): Defcustom.
13871 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
13873         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13875 2007-04-24  Didier Verna  <didier@xemacs.org>
13877         Improve the type of gnus-ignored-from-addresses.
13878         * gnus-util.el (gnus-orify-regexp): New function.
13879         * message.el (gnus-util): Require it.
13880         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13881         * gnus-sum.el (gnus-ignored-from-addresses): New function.
13882         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13884 2007-04-24  Didier Verna  <didier@xemacs.org>
13886         * gnus-sum.el:
13887         * gnus-utils.el: Fix some trailing whitespaces.
13889 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13891         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13892         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13893         article's Message-ID; refer parent article in summary buffer.
13895         * message.el (message-bounce): Call mime-to-mml.
13897 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13899         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
13901 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13903         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13904         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13905         displayed of multipart/alternative part if it is invoked from summary
13906         buffer.
13908         * mm-view.el (mm-inline-text-html-render-with-w3m)
13909         (mm-inline-text-html-render-with-w3m-standalone)
13910         (mm-inline-render-with-function): Use mail-parse-charset by default.
13912 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
13914         * parse-time.el (parse-time-string-chars): Check if CHAR
13915         is less than the length of parse-time-syntax.
13917 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13919         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13920         from gnus-newsgroup-processable.
13922 2007-04-16  Didier Verna  <didier@xemacs.org>
13924         * gnus-msg.el (gnus-configure-posting-styles):
13925         Handle message-signature-directory properly with :file syntax.
13926         Reported by "Leo".
13928 2007-04-11  Didier Verna  <didier@xemacs.org>
13930         New user option: message-signature-directory.
13931         * gnus-msg.el (gnus-configure-posting-styles): Support it.
13932         * message.el (message-insert-signature): Ditto.
13933         * message.el (message-signature-file): Doc update.
13934         * message.el (message-signature-directory): New.
13936 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13938         * gnus-msg.el (gnus-inews-yank-articles):
13939         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
13941 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13943         * message.el (message-yank-original): Make sure cited text ends with
13944         newline; don't exchange point and mark.
13946 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
13948         * tls.el (open-tls-stream): Properly handle case where there
13949         is no associated buffer.
13951 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
13953         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13954         message-yank-original, make sure (< mark TEXT point).
13956 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13958         * message.el (message-fill-column): New variable.
13959         (message-mode): Use it.  Add comment on a possible new hook.
13961         * nnmail.el (nnmail-spool-file): Mark as obsolete.
13962         (nnmail-get-new-mail): Reformat.
13964         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13966         * gmm-utils.el: Fix Commentary.
13967         (gmm-tool-bar-from-list): Fix typo in doc string.
13969 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
13971         * message.el (message-yank-original): Don't switch point and mark
13972         unnecessarily to put point and mark as documented.
13974 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13976         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13977         from the message heads.
13979 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
13981         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
13982         article buffer does not have a window.  This may not be the best
13983         solution but is certainly better than setting the start of the null,
13984         that is the current, window.
13986 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13988         * gnus-draft.el (gnus-draft-setup-hook): New hook.
13989         (gnus-draft-setup): Run it.
13991         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
13992         gnus-score-fast-scoring.  Allow regexp.
13993         (gnus-score-headers): Use it.
13995         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
13996         XEmacs.
13998         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
13999         string.
14000         (gnus-button-alist): Also catch `<f1> k ...'.
14001         (gnus-treat-display-x-face): Fix doc string.
14003 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14005         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14006         evaluation of gnus-extended-version to ensure correct generation of the
14007         User-Agent header when message-generate-headers-first is used.
14009 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14011         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14012         hashcash-path is nil.  Don't call callback with incorrect number of
14013         parameters if val is 0.
14015 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14017         * message.el (message-required-news-headers):
14018         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14020 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14022         * message.el (message-generate-new-buffers): Change the meaning of the
14023         nil value; add `standard' to the choices; treat t as `unique'; improve
14024         doc string.
14025         (gnus-select-frame-set-input-focus): Autoload.
14026         (message-buffer-name): Search for the existing message buffer if
14027         message-generate-new-buffers is nil or `standard'; treat the value t of
14028         message-generate-new-buffers as `unique'.
14029         (message-pop-to-buffer): Raise the frame already displaying the message
14030         buffer; clear the echo area after querying.
14031         (message-setup): Pass the `continue' argument to compose-mail.
14032         (message-mail): Prefer `switch-function' if it is given; search for the
14033         existing message buffer if the `continue' argument is non-nil; pass
14034         continue and switch-function arguments to compose-mail by way of
14035         message-setup.
14036         (message-mail-other-window): Adjust argument of message-setup.
14037         (message-mail-other-frame): Ditto.
14039 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14041         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14042         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14043         to turn font-lock on when turning gnus-message-citation-mode on.
14045 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14047         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14048         (mml-smime-function-alist): New variable; add epg as the backend.
14049         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14050         mml-smime- functions instead.
14051         * mm-view.el: Require smime.
14053 2007-03-05  Didier Verna  <didier@xemacs.org>
14055         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14056         instead of just inheritance for posting styles.
14057         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14059 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14061         * tls.el (tls-certtool-program): Fix custom type.
14063 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14065         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14066         and point-at-eol instead of line-(beginning|end)-position.
14068         * assistant.el (assistant-parse-buffer): Ditto.
14070 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14072         * mml2015.el (mml2015-epg-find-usable-key): New function.
14073         (mml2015-epg-sign): Use it.
14074         (mml2015-epg-encrypt): Use it.
14076 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14078         * message.el (message-make-in-reply-to): Quote name containing
14079         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14080         if there are special characters.  Reported by NAKAJI Hiroyuki
14081         <nakaji@jp.freebsd.org>.
14083 2007-02-27  Didier Verna  <didier@xemacs.org>
14085         Include the group parameters as well as the topic ones in the
14086         inheritance filter process.
14087         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14088         argument GROUP-PARAMS-LIST.
14089         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14091 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14093         * nntp.el (nntp-never-echoes-commands)
14094         (nntp-open-connection-functions-never-echo-commands): New variables.
14095         (nntp-send-command): Use them.
14097 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14099         * mml2015.el (mml2015-epg-verify): Simplify.
14101 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14103         * mml.el (mml-content-disposition-alist): New user option.
14104         (mml-content-disposition): New function.
14105         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14106         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14108 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14110         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14111         verification.
14113 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14115         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14116         articles posted in the last 24 hours.
14118 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14120         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14122 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14124         * nntp.el (nntp-send-command): Don't wait for echoes when
14125         nntp-open-ssl-stream is used.
14127 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14129         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14130         (gnus-message-add-citation-keywords)
14131         (gnus-message-remove-citation-keywords): Remove.
14132         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14133         directly, make the variables in font-lock-defaults buffer-local, add
14134         gnus-message-citation-keywords to them and then update the value of
14135         font-lock-keywords.
14137 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14139         * message.el (message-cite-original-1): Don't call
14140         gnus-article-highlight-citation.
14142         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14143         citations; fix line count.
14145 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14147         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14148         (gnus-message-add-citation-keywords)
14149         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14150         versions of font-lock-add-keywords and font-lock-remove-keywords to
14151         work with XEmacs correctly.
14153 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14155         * gnus-cite.el (gnus-cite-face-list): Set the values of
14156         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14157         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14158         (gnus-message-cite-prefix-regexp): New variable.
14159         (gnus-message-search-citation-line): Use it; protect against long
14160         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14161         the 0th match data for Emacs.
14162         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14163         (gnus-message-add-citation-keywords): Append keywords rather than
14164         prepending; emulate font-lock-add-keywords if it is not available.
14165         (gnus-message-remove-citation-keywords):
14166         Emulate font-lock-remove-keywords if it is not available.
14168         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14170         * message.el (message-cite-prefix-regexp): Set the value of
14171         gnus-message-cite-prefix-regexp.
14173 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14175         * nnweb.el (nnweb-google-parse-1): Update parser.
14177 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14179         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14181 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14183         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14184         regexp.
14186 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14188         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14189         string-to-multibyte.
14190         (uudecode-decode-region-internal): Use it.
14192 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14194         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14195         Fix custom choice.
14197         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14199 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14201         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14203         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14204         `write-region' to respect `mm-inhibit-file-name-handlers'.
14206 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14208         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14209         Use gnus-home-directory instead of "~/" or "$HOME".
14211 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14213         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14214         to mention filename.
14215         Add comments at beginning regarding usage.
14216         (encrypt-write-file-contents): Change interactive so a string is
14217         acceptable.  If the file has no associated model, show an error instead
14218         of a nonsense prompt.
14220 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14222         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14223         Thanks to Yoshihiko Yamada for kind notification of this typo.
14225 2007-01-12  Kenichi Handa  <handa@m17n.org>
14227         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14228         multibyte buffer.
14230 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14232         * gnus-score.el (gnus-score-fast-scoring): New variable.
14233         (gnus-score-headers): Use it.
14235         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14237         * message.el (message-cite-original-1):
14238         Call gnus-article-highlight-citation if requested.
14239         (message-make-from): Allow name and address as optional arguments.
14241         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14243         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14244         bugs to doc string.
14245         (gnus-button-alist): Add mid\\|message-id.
14246         (gnus-button-fetch-group): Extend for use in
14247         `browse-url-browser-function'.
14248         (gnus-button-url-regexp): Try to catch paired parentheses like in
14249         Wikipedia URLs.
14251         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14252         Suggested by Simon Krahnke <overlord@gmx.li>.
14254 2007-01-13  Romain Francoise  <romain@orebokech.com>
14256         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14257         Update copyright.
14259 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14261         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14263 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14265         * gnus-registry.el (gnus-registry-unfollowed-groups)
14266         (gnus-registry-split-fancy-with-parent): Fix documentation.
14268 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14270         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14271         from nnweb groups.
14273 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14275         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14276         Xref urls.  Erase buffer before requesting head.
14278         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14280 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14282         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14283         customizable.
14285 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14287         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14288         no signing key is found.
14289         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14290         no encrypting and/or signing key is found.
14292 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14294         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14296 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14298         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14299         headers read from disk with the ones newly found in the current search.
14300         This should no longer cause problems, because the article numbers in
14301         Gmane's `nov.php' output are ignored since the previous change.
14303 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14305         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14307 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14309         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14311 2007-01-01  Romain Francoise  <romain@orebokech.com>
14313         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14315 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14317         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14318         `define-minor-mode' macro definition expanded properly.
14319         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14320         exclude it there.
14322         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14323         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
14324         `fboundp' test.
14325         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14326         This is OK to autoload in (S)XEmacs now.
14328 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14330         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14331         keystroke.
14332         (gnus-summary-limit-to-singletons): Fix typo.
14334         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14335         else fails.
14337 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14339         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14340         docstring.
14342         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14343         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14344         (gnus-summary-insert-dormant-articles): Fix typo in message.
14346 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14348         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14349         nil for XEmacs.
14350         (gnus-message-citation-mode): Don't autoload in XEmacs.
14352         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14354 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
14356         * nnimap.el (nnimap-expunge-search-string):
14357         Mention nnimap-search-uids-not-since-is-evil in docstring.
14359 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14361         * spam.el: Revert to make-obsolete-variable because
14362         define-obsolete-variable-alias is not supported in Emacs 21.
14364         * spam.el (spam-ifile-path, spam-ifile-database-path)
14365         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14366         make-obsolete-variable.
14367         (spam-bsfilter-path, spam-bsfilter-program)
14368         (spam-spamassassin-path, spam-spamassassin-program)
14369         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14370         Don't use "path" inappropriately.
14371         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14372         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14373         variable names.
14375 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
14377         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14378         summary buffer.
14380         * password.el (password-cache-remove): Use clear-string to burn
14381         password, if available.
14383 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14385         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14387         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14389         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14390         (gnus-message-highlight-citation): Move defcustom here from
14391         gnus-cite.el.
14392         (gnus-message-citation-mode): Autoload.
14394         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
14395         checks to make it compile with XEmacs.
14396         (gnus-message-citation-mode): New minor mode.
14397         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14398         (gnus-message-highlight-citation): New variables.
14399         (gnus-message-search-citation-line)
14400         (gnus-message-add-citation-keywords)
14401         (gnus-message-remove-citation-keywords)
14402         (turn-on-gnus-message-citation-mode)
14403         (turn-off-gnus-message-citation-mode): New functions.
14405 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14407         * gnus-cite.el: Enable highlighting of different citation levels in
14408         message-mode.
14410 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14412         * message.el (message-make-fqdn): Fix comment.
14413         (message-bogus-system-names): Add ".local".
14415         * spam.el (spam-ifile-path, spam-ifile-program)
14416         (spam-ifile-database-path, spam-ifile-database)
14417         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14418         Don't use "path" inappropriately.
14419         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14420         strings.
14421         (spam-check-ifile, spam-ifile-register-with-ifile)
14422         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14423         Use new variable names.
14425         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14426         (gnus-treat-display-smileys): Simplify using
14427         gnus-image-type-available-p.
14429         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14430         available.
14432 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14434         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14435         one after turning on the buffer's multibyteness instead of decoding
14436         them directly in the unibyte buffer that causes unexpected conversion
14437         in Emacs 23 (unicode).
14439 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14441         * message.el (message-generate-hashcash): Fix custom type.
14443 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14445         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14447 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14449         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14450         disconnect icons.  Add help text.
14452 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14454         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14455         negated to be consistent with the others we handle.
14457 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14459         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14460         version of gnus-summary-buffer to something, so that we can use two
14461         article buffers at the same time.
14463 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14465         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14466         trigger all the extra headers.
14467         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14468         sorting.
14470 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14472         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14473         solid groups.
14475 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14477         * legacy-gnus-agent.el: Add Copyright notice.
14479 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14481         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14483 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14485         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14487         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14488         to make it work reliably in CVS Emacs.
14489         (gnus-summary-limit-strange-charsets-predicate)
14490         (gnus-summary-limit-to-predicate): New functions.
14492 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14494         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14495         specifying array size.
14496         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14497         array if it is too small.
14498         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14499         (gnus-sort-threads-loop): New function.
14501 2006-12-06  Chris Moore  <dooglus@gmail.com>
14503         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14504         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14506 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14508         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14509         options.
14511 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14513         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14514         DOS-ing the recipient.
14516         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14517         the headers when creating the mapping to avoid mismappings.
14518         (nnweb-gmane-create-mapping): Always nix out old mapping.
14520 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14522         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14523         and mm-verify-option to never.
14525 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14527         * message.el (message-signed-or-encrypted-p): New function.
14528         (message-forward-make-body): Use it.
14530         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14531         Replace encode-coding-string with mm-encode-coding-string.
14533 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14535         * nneething.el (nneething-decode-file-name):
14536         Replace decode-coding-string with mm-decode-coding-string.
14538         * gnus-int.el (gnus-open-server): Say failed server's name.
14540 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14542         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14543         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14545         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14546         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14547         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14548         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14549         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14550         (gnus-subscribe-newsgroup, gnus-1):
14551         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14552         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14553         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14554         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14556 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14558         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14559         keystroke.
14560         (gnus-summary-limit-to-bodies): Implement headersp.
14562 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14564         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14566 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14568         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14570 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14572         * message.el (message-generate-hashcash): Expand range of values to
14573         include `opportunistic'.
14574         (message-send-mail): Use it.
14576 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14578         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14579         and comment it.
14581         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14583 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14585         * gnus-util.el (gnus-extract-address-components): Improve comment.
14587 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14589         * gnus-util.el (gnus-extract-address-components): Work with address in
14590         which the name portion contains @.
14592 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14594         * gnus.el (gnus-start): Move custom group up.
14595         (gnus-select-method): Don't autoload, but make it available for
14596         `customize-variable'.
14597         (gnus-getenv-nntpserver): Don't autoload.
14599 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14601         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14603 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14605         * message.el (message-sendmail-extra-arguments): New variable.
14606         (message-send-mail-with-sendmail): Use it.
14608 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14610         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14611         mm-with-unibyte-current-buffer to make string unibyte.
14613         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14614         mm-string-as-multibyte.
14616 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14618         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14619         Reported by Werner Koch <wk@gnupg.org>.
14621 2006-11-14  Daiki Ueno  <ueno@p360>
14623         * mml2015.el: Autoload epa-select-keys when compiling.
14625 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14627         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14628         message-options.
14629         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14631 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14633         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14634         EasyPG (< 0.0.6).
14635         (mml2015-always-trust): New user option.
14636         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14637         prompt.
14639 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14641         * nntp.el (nntp-authinfo-force): New variable.
14642         (nntp-send-authinfo): Use it.
14644 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
14646         * message.el (message-strip-subject-encoded-words): Allow _not_ to
14647         decode encoded words.  Improve prompt.  Add comment about forwarding.
14648         (message-replacement-char): Move up.
14650 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14652         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14653         instead of gnus-intersection because arguments of gnus-sorted-nunion
14654         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
14656 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
14658         * message.el (message-strip-subject-encoded-words): Reformat prompt.
14659         (message-simplify-subject-functions):
14660         Enable message-strip-subject-encoded-words by default.
14662 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
14664         * message.el (message-strip-subject-encoded-words): New function.
14665         (message-simplify-subject-functions): New variable.
14666         (message-simplify-subject): Use it.  Fix typo in doc string.
14667         Support message-strip-subject-encoded-words.
14669 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
14671         * gnus-diary.el (gnus-diary-delay-format-function):
14672         * nndiary.el (nndiary-reminders):
14673         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14675 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14677         * gnus-art.el (article-hide-boring-headers): Fetch date from
14678         gnus-original-article-buffer to avoid problems with localized date
14679         strings.
14681 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14683         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14685 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
14687         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14688         New variables.
14689         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14690         (mm-charset-synonym-alist): Move some entries to
14691         mm-codepage-iso-8859-list.
14692         (mm-charset-synonym-alist, mm-charset-override-alist):
14693         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14695 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14697         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14699 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14701         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14702         with Emacs 21 and XEmacs.
14704 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
14706         * spam.el (spam-parse-address): New function for better parsing,
14707         catching errors, etc.
14708         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14710 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14712         * mm-view.el: Add interactive arg to html2text autoload.
14714 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14716         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14718 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
14720         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14721         New variables.
14722         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14723         (mm-charset-synonym-alist): Move some entries to
14724         mm-codepage-iso-8859-list.
14726         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14728 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
14730         * message.el (message-citation-line-format)
14731         (message-insert-formated-citation-line): Fix implementation of %E, %N
14732         and %n according to the doc string.
14734 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
14736         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14737         Use car-safe to avoid bad parses.
14739 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14741         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14742         names.
14744         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14746 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14748         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14749         header.
14751         * message.el (message-draft-headers): Add Date.
14752         (message-headers-to-generate): Fix typo in docstring.
14754         * nndraft.el (nndraft-required-headers): New variable.
14755         (nndraft-generate-headers): Use it.
14757         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14759 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14761         * gnus-registry.el (gnus-registry-wash-for-keywords)
14762         (gnus-registry-find-keywords): New functions to allow easy searching of
14763         articles that are in the registry.
14765 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14767         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14768         Use ietf-drums-parse-address instead of gnus-extract-address-components.
14769         Reported by Damien Elmes <damien@repose.cx>.
14771 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14773         * gnus.el (gnus-mime): Remove unused custom group.
14775 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14777         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14778         "blank line" when searching for end of armor headers.
14780 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14782         * gmm-utils.el (gmm-write-region): Fix variable name.
14784 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14786         * gmm-utils.el (gmm-write-region): New function based on compatibility
14787         code from `mm-make-temp-file'.
14789         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14791         * nnmaildir.el (nnmaildir--update-nov)
14792         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14793         Use `gmm-write-region'.
14795 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14797         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14798         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14800         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14802         * message.el (message-replacement-char): New variable.
14803         (message-fix-before-sending): Use it.
14804         (message-simplify-subject): New function to remove duplicate code.
14805         (message-reply, message-followup): Use it.
14807         * gnus-sum.el (gnus-summary-make-menu-bar):
14808         Clarify gnus-summary-limit-to-articles.
14810 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14812         * gnus-util.el (gnus-with-local-quit): New macro.
14814         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14816 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
14818         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14819         ignore non-string data.
14821 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14823         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14824         non-string data (needs to be done in the registry too).
14826 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14828         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14829         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14830         (gnus-registry-split-fancy-with-parent)
14831         (gnus-registry-fetch-simplified-message-subject-fast)
14832         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14833         Remove text properties on ingress into the registry and when it's saved.
14834         (gnus-registry-clean-empty-function): Fix bug with cleaning the
14835         registry from entries with no groups.
14837 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14839         * gnus-util.el (gnus-string-remove-all-properties): Add utility
14840         function to remove string properties.
14842 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14844         * gmm-utils.el (gmm): Adjust custom version.
14846         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14847         Adjust custom version.
14849         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
14851 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14853         * gnus-art.el (gnus-insert-prev-page-button)
14854         (gnus-insert-next-page-button): Simplify.  Reformat.
14856 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14858         * gnus-art.el (gnus-insert-prev-page-button)
14859         (gnus-insert-next-page-button): Apply gnus-article-button-face.
14861 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
14863         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14865 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14867         * gnus-art.el (gnus-insert-mime-button)
14868         (gnus-insert-mime-security-button):
14869         Apply gnus-article-button-face to MIME and security buttons.
14871 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
14873         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14874         readable.
14876 2006-09-20  Steve Youngs  <steve@sxemacs.org>
14878         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14879         `browse-url-of-file' instead of `browse-url'.
14881 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14883         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14884         regexp.  Articles containing quotation were cut prematurely.
14886 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14888         * message.el (message-cite-original-1): Use nobody by default for the
14889         value of From header.
14890         (message-reply): Ditto.
14892 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
14894         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14895         to the gnus-info.  This fixes a bug of inline-PGP message verification.
14896         Reported by Michael Piotrowski <mxp@dynalabs.de>.
14898 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
14900         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14901         mails in the doc string.  Add some URLs in comment.
14902         (pop3-movemail): Warn about pop3-leave-mail-on-server.
14904 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14906         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14907         backslashes handling and the way to find boundaries of quoted strings.
14909 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
14911         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14912         mml1991-encrypt-to-self is set and mml1991-signers is not set.
14913         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14914         mml2015-encrypt-to-self is set and mml2015-signers is not set.
14916 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14918         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
14919         doc string.
14920         (gnus-button-regexp, gnus-button-last): Remove unused variables.
14922 2006-09-06  Simon Josefsson  <jas@extundo.com>
14924         * mml2015.el (mml2015-use): Doc fix, mention epg.
14926 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14928         * mml2015.el (mml2015-use): Default to epg, if available.
14930 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14932         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14933         message-sender.
14934         (mml1991-epg-encrypt): Ditto.
14935         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14936         message-sender.
14937         (mml2015-epg-encrypt): Ditto.
14939 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
14941         * message.el (message-send-mail-with-sendmail): Look for sendmail in
14942         several common directories.
14944 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
14946         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14947         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14949 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14951         * gnus-art.el (article-decode-encoded-words): Make it fast.
14953 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14955         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14957         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14958         in quoted string into `\'.
14960 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14962         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14963         Use standard-syntax-table.
14965 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14967         * gnus-art.el (gnus-decode-address-function): New variable.
14968         (article-decode-encoded-words): Use it to decode headers which are
14969         assumed to contain addresses.
14970         (gnus-mime-delete-part): Remove useless `or'.
14972         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
14973         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
14974         (gnus-nov-parse-line): Use it to decode From header.
14975         (gnus-get-newsgroup-headers): Ditto.
14976         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
14978         * mail-parse.el (mail-decode-encoded-address-region): New alias.
14979         (mail-decode-encoded-address-string): New alias.
14981         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14982         New function.
14983         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
14984         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
14985         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
14986         (rfc2047-decode-string): Ditto.
14987         (rfc2047-decode-address-region): New function.
14988         (rfc2047-decode-address-string): New function.
14990 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
14992         * message.el (message-caesar-buffer-body): Allow rotating headers.
14994         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
14996         * message.el (message-insert-formated-citation-line): Fix %f.
14997         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
14999 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15001         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15002         (gnus-bookmark-mouse-available-p): New macro.
15003         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15004         (gnus-bookmark-bmenu-show-infos): Use it.
15005         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15006         (gnus-bookmark-bmenu-hide-infos): Ditto.
15007         (gnus-bookmark-remove-properties): New function.
15008         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15009         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15010         (gnus-bookmark-write-file): Bind coding-system-for-write.
15011         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15012         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15013         group before selecting it.
15014         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15015         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15016         quit-window if it is not available; use gnus-mouse-2 and bind it to
15017         gnus-bookmark-bmenu-select-by-mouse.
15018         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15019         (gnus-bookmark-bmenu-select-by-mouse): New function.
15021 2006-08-13  Romain Francoise  <romain@orebokech.com>
15023         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15024         space.
15026 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15028         * compface.el (uncompface): Use binary rather than raw-text-unix.
15030 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15032         * compface.el (uncompface): Make sure the eol conversion doesn't take
15033         place when communicating with the external programs.
15034         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15036 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15038         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15040 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15042         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15043         Make it more robust by parsing author and date independently.
15045 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15047         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15049 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15051         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15052         first matching secret key.
15053         (mml2015-epg-encrypt): Ditto.
15055         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15056         first matching secret key.
15057         (mml1991-epg-encrypt): Ditto.
15059         * mml2015.el (mml2015-encrypt-to-self): New user option.
15060         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15061         mml2015-epg-encrypt-to-self is set.
15063         * mml1991.el (mml1991-encrypt-to-self): New variable.
15064         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15065         mml1991-epg-encrypt-to-self is set.
15067         * mml2015.el (mml2015-signers): New user option.
15068         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15069         (mml2015-epg-encrypt): Allow to select signing keys.
15071         * mml1991.el (mml1991-signers): New variable.
15072         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15073         (mml1991-epg-encrypt): Allow to select signing keys.
15075 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15077         * nnheader.el (nnheader-insert-head): Make it work even if the file
15078         uses CRLF for the line-break code.
15080 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15082         * mml2015.el: Require mml-sec instead of password.
15083         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15084         (mml2015-cache-passphrase): Inherit the default value from
15085         mml-secure-cache-passphrase.
15086         (mml2015-passphrase-cache-expiry): Inherit the default value from
15087         mml-secure-passphrase-cache-expiry.
15089         * mml1991.el: Require mml-sec instead of password.
15090         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15091         (mml1991-cache-passphrase): Inherit the default value from
15092         mml-secure-cache-passphrase.
15093         (mml1991-passphrase-cache-expiry): Inherit the default value from
15094         mml-secure-passphrase-cache-expiry.
15096         * mml-sec.el: Require password.
15097         (mml-secure-verbose): New user option.
15098         (mml-secure-cache-passphrase): New user option.
15099         (mml-secure-passphrase-cache-expiry): New user option.
15101 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15102             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15104         * pgg-def.el (pgg-truncate-key-identifier):
15105         Truncate the key ID to 8 letters from the end.
15107 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15109         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15110         workaround for the url package included with Emacs.
15112         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15114 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15116         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15117         correctly.  This fixes a bug caused by the 2006-05-12 change.
15119 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15121         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15122         some information about the error when saying that the `bogus' mail
15123         group will be used.
15125 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15127         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15128         string.
15130 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15132         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15134 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15136         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15138 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15140         * mml1991.el (mml1991-function-alist): Add epg.
15141         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15142         (mml1991-epg-encrypt): New functions.
15144 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15146         * mml2015.el (mml2015-verbose): New variable.
15147         (mml2015-cache-passphrase): Ditto.
15148         (mml2015-passphrase-cache-expiry): Ditto.
15149         (mml2015-function-alist): Add epg.
15150         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15151         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15152         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15153         New functions.
15155 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15157         * message.el (message-cite-original-1): Preserve region when removing
15158         quoted text due to X-No-Archive in order to avoid bogus attribution
15159         when citing multiple messages.
15161 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15163         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15164         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15166 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15168         * gnus-diary.el (gnus-user-format-function-d)
15169         (gnus-user-format-function-D): Autoload.
15171         * imap.el (Commentary): Fix typo.
15173         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15174         2006-04-22 contribution.
15176 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15178         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15179         It didn't really fix the bogosity I'm seeing with solid web groups.
15181 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15183         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15184         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15185         created using server names.  If we use the feature without declaring
15186         it, Gnus does not properly manage server and group state.
15188         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15189         bound.
15191 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15193         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15194         looking up the method using GROUP's prefix before inventing a new one.
15195         It is used on killed/unknown groups in various places where returning
15196         an all-new method isn't expected by the caller.
15198         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15199         and match semantics of gnus-group-real-prefix.
15201 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15203         * nnmail.el (nnmail-broken-references-mailers): New variable.
15204         (nnmail-ignore-broken-references): New function generalizing
15205         nnmail-fix-eudora-headers.
15206         (nnmail-fix-eudora-headers): Now obsolete.
15208         * gnus-art.el (gnus-button-handle-custom):
15209         Support `customize-apropos*'.
15211 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15213         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15215         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15216         articles.
15218 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15220         * message.el (message-cite-reply-above): New variable.
15221         (message-yank-original): Use it.
15223 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15225         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15227 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15229         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15230         as read.
15232         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15234 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15236         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15237         (gnus-bookmark-default-file): Use gnus-directory.
15238         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15239         Remove "*" in doc string.
15240         (gnus-bookmark-write-file): Simplify.
15241         (gnus-bookmark-maybe-sort-alist): Use `when'.
15242         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15243         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15244         Add FIXME about Emacs 21 and XEmacs compatibility.
15245         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15246         compatibility.
15247         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15248         compatibility.
15249         (gnus-bookmark-menu-heading): Fix version.
15251 2006-06-19  Bastien Guerry  <bzg@altern.org>
15253         * gnus-bookmark.el: New file.
15255 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15257         * message.el (message-syntax-checks): Doc fix.
15259 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15261         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15262         unsubscribed groups as if they were killed ones.  It causes duplicate
15263         entries in gnus-newsrc-alist.
15265 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15267         * message.el (message-syntax-checks): Doc fix.
15268         (message-send-mail): Add check for continuation headers.
15269         (message-check-news-header-syntax): Fix regexp used to check for
15270         continuation headers.
15272 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15274         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15276 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15278         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15280 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15282         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15283         default-truncate-lines.
15285 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15287         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15288         to fill the utf-8 entry.
15290 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15292         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15294 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15296         * gnus-agent.el (directory-files-and-attributes): Move all the way
15297         forward (the third and final move).
15298         (gnus-agent-read-agentview): Trap reconstruction errors due to
15299         nonexistent directory.  Handle by returning nil.
15301 2006-05-30  Didier Verna  <didier@xemacs.org>
15303         * message.el (message-dont-reply-to-names): Update the custom type.
15304         * message.el (message-dont-reply-to-names): New defsubst: potentially
15305         convert a list of regexps into a single one.
15306         * message.el (message-get-reply-headers): Use it.
15307         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15309 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15311         * gnus-agent.el (directory-files-and-attributes): Move forward.
15313 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15315         * gnus-ml.el (gnus-mailing-list-subscribe)
15316         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15317         (gnus-mailing-list-message): Fix doc strings.
15319 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15321         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15322         of doing it manually.
15324 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15326         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15327         comment.
15329 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
15331         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15332         (gnus-agent-read-agentview): Fix handling of end-of-file error.
15333         (gnus-agent-read-local): All symbols allocated in my-obarray.
15334         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15335         (gnus-agent-regenerate-group): Check numeric names to see if they are
15336         messages or groups.
15337         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15338         better way of do this...)
15340         * gnus-cache.el (gnus-agent-total-fetched-for):
15341         Ignore 'dummy.group' (there should be a better way of do this...)
15343 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15345         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15346         (gnus-saved-headers): Ditto.
15347         (gnus-default-article-saver): Mention functions may have properties.
15348         (gnus-article-save): Override gnus-save-all-headers and
15349         gnus-saved-headers by :headers property which saver function may have.
15350         (gnus-summary-save-in-file): Add :headers property.
15351         (gnus-summary-write-to-file): Ditto.
15353         * gnus-sum.el (gnus-summary-save-article): Bind
15354         gnus-prompt-before-saving to t when saving many articles in a file;
15355         always show all headers.
15357 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15359         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15360         marks.
15362         * message.el (message-indent-citation): Add optional arguments to allow
15363         using it outside of message buffers.
15365         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15366         (gnus-article-treat-unfold-headers): Use it.
15367         (gnus-article-truncate-lines): New variable.
15368         (gnus-article-mode): Use it.
15369         (gnus-article-toggle-truncate-lines): New function.
15371         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15372         Add gnus-article-toggle-truncate-lines.
15374         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15375         coding system in XEmacs, use binary.
15377 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15379         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15380         after-load-alist.
15382         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15383         this function should save decoded articles.
15384         (gnus-summary-write-to-file): Use property to specify this function
15385         should save decoded articles and specify gnus-summary-save-in-file
15386         should be used to save articles other than the first one when saving
15387         many articles.
15388         (gnus-summary-save-body-in-file): Use property to specify this
15389         function should save decoded articles.
15390         (gnus-summary-write-body-to-file): Use property to specify this
15391         function should save decoded articles and specify
15392         gnus-summary-save-body-in-file should be used to save articles other
15393         than the first one when saving many articles.
15395         * gnus-sum.el (gnus-summary-save-article): Simplify.
15397 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15399         * gnus-art.el (gnus-default-article-saver):
15400         Add gnus-summary-write-body-to-file.
15401         (gnus-article-save-coding-system): Don't use coding system object
15402         in XEmacs.
15403         (gnus-read-save-file-name): Add optional `dir-var' argument which
15404         specifies directory in which files are saved; work even if optional
15405         `variable' argument is not specified.
15406         (gnus-summary-write-to-file): Read file name.
15407         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15408         (gnus-summary-write-body-to-file): New function.
15410         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15411         (gnus-summary-local-variables): Add it.
15412         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15413         (gnus-summary-save-article): Remove optional `decode' argument;
15414         determine whether to decode articles by the value of
15415         gnus-default-article-saver; when saving many files using
15416         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15417         it first and use gnus-summary-save-in-file or
15418         gnus-summary-save-body-in-file thereafter unless
15419         gnus-prompt-before-saving is always; move point to article which
15420         will be saved.
15421         (gnus-summary-save-article-file): Revert.
15422         (gnus-summary-write-article-file): Revert.
15423         (gnus-summary-save-article-body-file): Revert.
15424         (gnus-summary-write-article-body-file): New function.
15426 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15428         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15430 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15432         * gnus-art.el (gnus-default-article-saver): Doc fix.
15433         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15434         from gnus-summary-save-article-coding-system, and default to a
15435         certain coding system.
15436         (gnus-output-to-file): Add coding cookie and encode text according
15437         to gnus-article-save-coding-system; don't use mm-append-to-file.
15439         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15440         gnus-art.el and rename to gnus-article-save-coding-system.
15441         (gnus-summary-save-article): Require gnus-art; don't show all
15442         headers if it decodes articles; don't add coding cookie here;
15443         don't bind mm-text-coding-system-for-write.
15444         (gnus-summary-save-article-file): Save decoded articles.
15445         (gnus-summary-write-article-file): When saving many files, use
15446         gnus-summary-write-to-file first and gnus-summary-save-in-file
15447         thereafter unless gnus-prompt-before-saving is always.
15448         (gnus-summary-save-article-body-file): Save decoded articles.
15450 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15452         * nnrss.el (nnrss-check-group): Bind hash-index.
15454 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15456         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15457         its hash index.  Store this hash in `nnrss-group-data'.
15458         (nnrss-read-group-data): Update accordingly.
15460 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15462         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15463         entry.
15465         * gnus-sum.el (gnus-summary-make-menu-bar):
15466         Add gnus-article-browse-html-article.
15468 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15470         * gnus-sum.el (gnus-summary-mime-map):
15471         Add gnus-article-browse-html-article.
15473 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15475         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15476         suitable coding systems in customize.
15478 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15480         * mail-source.el (mail-sources): Fix custom type.
15482 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15484         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15485         (gnus-summary-expire-articles-now): Shorten prompt.
15487         * gmm-utils.el (wid-edit): Require.
15488         (defun-gmm): Rename from `gmm-defun-compat'.
15489         (gmm-image-search-load-path): Use it.
15490         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15492 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15494         * gnus-sum.el (gnus-summary-save-article-coding-system):
15495         New variable.
15496         (gnus-summary-save-article): Add optional `decode' argument.
15497         If it is set and gnus-summary-save-article-coding-system is non-nil,
15498         save decoded article.
15499         (gnus-summary-write-article-file): Save decoded article if
15500         gnus-summary-save-article-coding-system is non-nil.
15502         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15503         type.
15505 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15507         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15509 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15511         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15512         first to test gnus-single-article-buffer which may be buffer-local.
15514         * gnus-sum.el (gnus-summary-setup-buffer):
15515         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15516         group; make gnus-article-buffer, gnus-article-current, and
15517         gnus-original-article-buffer always buffer-local.
15518         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15519         group.
15520         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15522 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15524         * nnml.el (nnml-request-compact-group): Compressed files might not
15525         have .gz extension.
15527 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15529         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15530         (mm-copy-to-buffer): Use with-current-buffer.
15531         (mm-display-part): Simplify.
15532         (mm-inlinable-p): Add optional arg `type'.
15534 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15536         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15537         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15538         Try harder to show the attachment internally or externally using
15539         gnus-mime-view-part-as-type.
15541 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15543         * message.el (message-from-style, message-signature-separator)
15544         (message-user-organization-file, message-send-mail-function)
15545         (message-citation-line-function, message-yank-prefix)
15546         (message-indent-citation-function, message-signature)
15547         (message-signature-file, message-signature-insert-empty-line):
15548         Remove autoloads.
15550         * gnus-art.el (gnus-buttonized-mime-types):
15551         Remove "multipart/signed".  Revert 2006-04-26 change.
15553 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15555         * gnus.el (gnus-version-number): Bump version.
15557 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15559         * gnus.el: No Gnus v0.5 is released.
15561 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15563         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15564         fetching articles by message-id.
15566 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15568         * message.el (hashcash): Require hashcash as normal.
15570         * ecomplete.el (ecomplete-highlight-match-line):
15571         Use point-at-eol.
15572         (ecomplete-highlight-match-line): Use `highlight', because that
15573         face exists in both Emacs and XEmacs.
15575         * message.el (message-display-abbrev): Use point-at-bol.
15577         * mail-source.el: Don't require timer/timer-funcs.
15579         * gnus-async.el: Ditto.
15581         * password.el: Ditto.
15583         * mm-url.el: Ditto.
15585         * mm-util.el: Require timer/timer-funcs.
15587 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15589         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15590         Close.
15592 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15594         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15595         unibyte after clear-decrypt function runs.
15597         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15598         returns as a unibyte string.
15600 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15602         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15603         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15604         (mml1991-pgg-encrypt): Ditto.
15606 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
15608         * message.el (message-user-organization-file): Check several
15609         locations of the organization file.
15611         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15612         Add gnus-article-view-part-as-type.
15614         * gnus-art.el (gnus-article-view-part-as-type): New function.
15616         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15617         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
15619         * mml.el: Simplify autoload.
15620         (mml-mode): defvar dnd-protocol-alist instead of using
15621         symbol-value.
15622         (mml-default-directory): New variable.
15623         (mml-minibuffer-read-file): Use it.
15624         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15626         * message.el (message-citation-line-format): New variable.
15627         (message-insert-formated-citation-line): New function.
15628         (message-citation-line-function):
15629         Add `message-insert-formated-citation-line' to custom type.
15631         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15632         to doc string.
15634         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15635         depending on mm-verify-option.
15637 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15639         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15640         binding pgg-* variables; reimplement the section which prevents
15641         MIME header from being signed.
15642         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15643         pgg-text-mode; remove a blank line at the top of body.
15645         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15646         lines at the top of body; use gnus-newsgroup-charset if there's no
15647         Charset header.
15649 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15651         * message.el (message-self-insert-commands): Doc fix.
15653         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15654         (mm-uu-pgp-encrypted-test): Ditto.
15655         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15656         between header and body; return application/pgp-encrypted handle
15657         if decryption failed; decode decrypted body by charset.
15659         * mm-decode.el (mm-automatic-display): Don't make application/pgp
15660         element match to application/pgp-*.
15662 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15664         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15665         HTML.
15667 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15669         * mail-source.el (mail-source-call-script): Message the error
15670         string.
15672 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15674         * gnus-util.el (gnus-byte-compile): Use it.
15676 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
15678         * gnus-util.el (kill-empty-logs): New function.
15680 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15682         * message.el (message-mail-alias-type): Doc fix.
15683         (message-mail-alias-type-p): New function.
15684         (message-send): Use it.
15685         (message-mode): Ditto.
15686         (message-strip-forbidden-properties): Ditto.
15688         * ecomplete.el (ecomplete-database-file-coding-system):
15689         New variable.
15690         (ecomplete-save): Use it.
15691         (ecomplete-setup): Use it.
15693 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15695         * message.el (message-self-insert-commands): New variable.
15696         (message-strip-forbidden-properties): Use it.
15698 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15700         * message.el (message-put-addresses-in-ecomplete): Use a regexp
15701         that doesn't make XEmacs choke.
15703 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
15705         * gnus-util.el (gnus-replace-in-string):
15706         Prefer replace-regexp-in-string over of replace-in-string.
15708 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15710         * gnus-util.el (gnus-select-frame-set-input-focus):
15711         Use select-frame-set-input-focus if it is available in XEmacs; use
15712         definition defined in Emacs 22 for old Emacsen.
15714 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15716         * mm-view.el (mm-inline-text): Use equal instead of equalp.
15718 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
15720         * gnus-registry.el (gnus-registry-cache-save): Remove text
15721         properties when saving via the temp buffer.
15723 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15725         * message.el (message-generate-hashcash): Honor custom type.
15727 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15729         * message.el (message-generate-hashcash): Default to non-nil when
15730         hashcash is found.
15732         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15733         (gnus-refer-thread-limit): Increase default to 500.
15735         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15737         * flow-fill.el (fill-flowed): Allow delete-space.
15739 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15741         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15742         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15743         Remove autoloads.
15745 2006-04-18  Simon Josefsson  <jas@extundo.com>
15747         * message.el (message-generate-hashcash): Default to.
15749 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15751         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15752         concatenating segments rather than before concatenating them.
15754 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15756         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15758         * imap.el (imap-quote-specials): New function.
15759         (imap-login-auth): Quote specials.
15761 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15763         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15765         * message.el (message-forward-make-body-plain):
15766         Allow message-forward-ignored-headers to be a list.
15767         (message-remove-ignored-headers): Factor out into function.
15768         (message-forward-make-body-mml): Use it.
15769         * rfc2231.el (rfc2231-parse-string): Remove dead code.
15770         (rfc2231-parse-string): Allow concatanation of parameters that
15771         aren't contiguous.  The test case is
15772           (mail-header-parse-content-type "message/external-body;
15773             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15774             access-type=LOCAL-FILE;
15775             name*1*=plugh%2fhello-sailor%2fbing.pdf")
15777 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15779         * nntp.el (nntp-accept-process-output): Return the value of
15780         `nnheader-accept-process-output'.
15782 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15784         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15785         (gnus-button-alist): Recognize more diff formats.
15786         (gnus-button-patch): Strip directory.
15788 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15790         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15791         Emacs 22 when setting focus.
15793 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15795         * gnus-art.el (gnus-article-treat-types): Do treatment of
15796         text/x-verbatim parts.
15797         (gnus-button-patch): New command.
15799         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15800         addresses that contain invalid characters.
15802 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15804         * message.el (message-put-addresses-in-ecomplete):
15805         Use gnus-replace-in-string.
15806         (message-is-yours-p): Use the more correct
15807         mail-header-parse-address instead of
15808         mail-extract-address-components.
15809         (message-put-addresses-in-ecomplete): Fix typo.
15811         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15812         keystroke.
15814         * gnus-art.el (gnus-treatment-function-alist): Change order of
15815         newsgroups/generic header folding to avoid double-folding.
15817         * message.el (message-hidden-headers): Add X-Draft-From.
15819         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15820         New command.
15821         (gnus-summary-repeat-search-article-backward): New command.
15823         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15824         groups in the parent topic.
15826 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
15828         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15829         (spam-extra-header-to-number): Return the CRM114 number as a
15830         number instead of a string.
15832 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15834         * gnus-art.el (gnus-face-properties-alist): Move here from
15835         gnus-fun.
15837         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15839 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15841         * message.el (message-strip-forbidden-properties): Only display on
15842         self-insert-command.
15844         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15845         reindent.
15846         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15848 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
15850         * smiley.el (smiley-style): Fix typo.
15852 2006-03-23  Kenichi Handa  <handa@m17n.org>
15854         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15855         instead of set-buffer-multibyte.
15857 2006-03-23  Kenichi Handa  <handa@m17n.org>
15859         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15860         buffer and then decode the buffer text if necessary.
15861         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15862         first, and after mm-encode-body, change the buffer to unibyte.
15864 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15866         * hashcash.el (hashcash-insert-payment-async-2):
15867         Use message-goto-eoh instead of doing it manually.
15868         (mail-add-payment): Use message-narrow-to-header instead of trying
15869         to do the same itself.
15871         * message.el (message-hidden-headers): Add Face.
15873         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15874         reparenting code.
15875         (gnus-summary-reparent-children): Refactored out code.
15876         (gnus-summary-thread-map): New keystroke.
15877         (gnus-summary-reparent-children): Make into command.
15879         * smiley.el (smiley-style): Default to `medium' if using a large
15880         font.
15882         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15883         does it itself.
15885         * message.el (message-point-in-header-p): Simplify definition.
15887 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15889         * nnagent.el (nnagent-request-set-mark): Silence log file
15890         writing.
15891         (nnagent-request-set-mark): Use write-region instead of
15892         append-to-file.
15894         * gnus-sum.el (gnus-read-header): Fudge article number if using a
15895         strange select method.
15897         * ecomplete.el (ecomplete-display-matches): Get highlightling
15898         right.
15899         (ecomplete-display-matches): Use literals.
15900         (ecomplete-display-matches): Disable message logging.
15902         * message.el (message-display-abbrev): Small optimization.
15904         * ecomplete.el (ecomplete-display-matches): Allow automatic
15905         display.
15907         * message.el (message-strip-forbidden-properties):
15908         Display abbrevs.
15909         (message-display-abbrev): Get automatic display right.
15911         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15912         keystrokes.
15914 2006-04-13  Romain Francoise  <romain@orebokech.com>
15916         TODO: Backport to v5-10!
15918         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
15919         Move here (and rename) from gnus-registry.el.
15921         * gnus-registry.el: Require gnus-util.
15922         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
15924 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15926         * gnus-group.el (gnus-group-catchup-current):
15927         Change if-then-else-if-then-else into cond.
15928         (gnus-group-catchup): Indent.
15929         (group-name-at-point): New function.
15930         (gnus-fetch-group): Provide default from thing at point.
15932 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15934         * message.el (message-display-abbrev): Fix regexp.
15936         * ecomplete.el (ecomplete-highlight-match-line):
15937         Reimplement choosing.
15938         (ecomplete-highlight-match-line): Fix up code rewrite, remove
15939         dead variables.
15941         * message.el (message-newline-and-indent): Remove debugging.
15942         (message-display-abbrev): Use new implementation.
15944 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15946         * gnus-art.el (gnus-article-mode):
15947         Set cursor-in-non-selected-windows to nil.
15949         * smiley.el: Revert previous change.
15950         (smiley-data-directory): defvar it before using it in the
15951         defcustom of `smiley-style'.
15953 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15955         * message.el (message-newline-and-indent): New function.
15957         * ecomplete.el: Implement more bits.
15959         * message.el (message-put-addresses-in-ecomplete): Clean up the
15960         string.
15962         * ecomplete.el (ecomplete-add-item): Chop off decimals.
15964         * gnus-sum.el (gnus-summary-save-parts):
15965         Bind gnus-summary-save-parts-counter and use it to make unique file
15966         names.
15968         * gnus-art.el (gnus-ignored-headers): Add some more headers.
15970         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15971         parameter to say whether to actually parse the individual
15972         addresses.
15974         * message.el (message-put-addresses-in-ecomplete): New function.
15975         (ecomplete): Require.
15976         (message-mail-alias-type): Add ecomplete as an option.
15978 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
15980         * flow-fill.el (fill-flowed): Remove trailing space from blank
15981         quoted lines.
15983 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15985         * smiley.el (smiley-style): Move definition later to avoid a
15986         compilation warning.
15988 2006-04-12  Kenichi Handa  <handa@m17n.org>
15990         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15991         buffer and then decode the buffer text if necessary.
15992         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15993         first, and after mm-encode-body, change the buffer to unibyte.
15994         Use mm-disable-multibyte instead of set-buffer-multibyte.
15996 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15998         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
15999         Content-Type header instead of Content-Disposition header.
16000         (gnus-mime-inline-part): Ditto.
16001         (gnus-mime-view-part-as-charset): Ignore charset that the part
16002         specifies.
16004         * mm-decode.el (mm-display-part): Work with external parts and
16005         usual parts similarly.
16007         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16008         instead of gnus-display-mime.
16010         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16011         instead of with-temp-buffer.
16013         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16014         tag to summarized topics part in order to encode non-ASCII text.
16016 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16018         * smiley.el (smiley-style): New variable.
16019         (smiley-directory): New function.
16020         (smiley-data-directory): Derive from `smiley-style' using
16021         `smiley-directory'.
16022         (smiley-regexp-alist): Add new entries.
16024         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16025         (gnus-article-browse-delete-temp): Add :version.
16027 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16029         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16030         the sieve region.
16032 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16034         * gnus.el (gnus-version-number): Bump version.
16036 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16038         * gnus.el: No Gnus v0.4 is released.
16040 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16042         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16043         layout.
16045         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16046         unknown charset.
16048         * message.el (message-header-synonyms): Add Original-To to the
16049         default.
16051         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16052         optional parameter.
16054 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16056         * gnus-fun.el (gnus): Require it for gnus-directory.
16058 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16060         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16062 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16064         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16066 2006-04-05  Simon Josefsson  <jas@extundo.com>
16068         * password.el (password-reset): New function.
16070 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16072         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16073         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16075 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16077         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16078         Some whitespace was matched into the url, which broke browsing hits
16079         > 100 when mm-url-use-external was nil.
16081 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16083         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16084         Check gnus-extra-headers for 'Newsgroups.
16086         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16087         bound.
16089 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16091         * pgg-gpg.el: Clean up process buffers every time gpg processes
16092         complete.
16094 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16096         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16097         doc string.
16099 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16101         * pgg-gpg.el (pgg-gpg-process-filter)
16102         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16104         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16105         lines, temporary fix.
16107 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16109         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16111 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16113         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16114         default-enable-multibyte-characters.  This reverts the change from
16115         revision 6.17 which is no longer necessary because the passphrase
16116         is sent separately now.  GnuPG messages are unreadable under
16117         multibyte locales with default-enable-multibyte-characters set to
16118         nil.
16120 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16122         * message.el (message-tool-bar-gnome): Move "spell".
16124 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16126         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16127         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16128         instead.
16130 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16132         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16133         Improve newsgroups handling for NNTP overviews which don't include
16134         Newsgroups.
16136 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16138         * message.el (message-resend): Bind message-generate-hashcash to nil.
16140 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16142         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16143         when searching for already-paid recipients.
16145 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16147         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16148         passphrases when it is not needed.
16149         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16150         passphrase stuff from gpg, should only be necessary when you use
16151         gpg with a smartcard.
16153 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16155         * mml.el (mml-insert-mime): Ignore cached contents of
16156         message/external-body part.
16158         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16159         (mm-insert-part): Ditto.
16161 2006-03-23  Simon Josefsson  <jas@extundo.com>
16163         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16164         Reiner.
16165         (pgg-gpg-use-agent-p): Use it again.
16167 2006-03-23  Simon Josefsson  <jas@extundo.com>
16169         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16170         older emacsen.
16171         (pgg-gpg-use-agent-p): Don't use it.
16173 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16175         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16176         if we can.
16178 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16180         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16181         (pgg-gpg-update-agent): New function.
16182         (pgg-gpg-use-agent-p): New function.
16183         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16184         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16185         (pgg-gpg-sign-region): Use it.
16187 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16189         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16190         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16192 2006-03-21  Simon Josefsson  <jas@extundo.com>
16194         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16195         <wilde@sha-bang.de>.
16196         (pgg-gpg-use-agent): New variable.
16197         (pgg-gpg-process-region): Use it.
16198         (pgg-gpg-encrypt-region): Likewise.
16199         (pgg-gpg-encrypt-symmetric-region): Likewise.
16200         (pgg-gpg-decrypt-region): Likewise.
16201         (pgg-gpg-sign-region): Likewise.
16202         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16204 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16206         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16208         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16209         Add comment on version.
16211 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16213         * smiley.el: Add missing test smiley.
16215 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16217         * mm-decode.el (mm-with-part): New macro.
16218         (mm-get-part): Use it; work with message/external-body as well.
16219         (mm-save-part): Treat name and filename equally.
16221         * mm-extern.el (mm-extern-cache-contents): New function.
16222         (mm-inline-external-body): Use it; force the part to be displayed;
16223         move undisplayer added to the cached handle to the parent.
16225         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16226         (gnus-mime-view-part-as-type): Work with message/external-body.
16228         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16230 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16232         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16233         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
16234         Emacs.]
16236 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16238         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16239         path rather than symbol.  Always return list of directories.
16240         Guarantee that image directory comes first.  [Sync with image.el,
16241         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
16243         * message.el (message-make-tool-bar): Adjust to new API of
16244         `gmm-image-load-path-for-library'.
16246         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16248         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16250 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16252         * gnus-art.el (gnus-article-only-boring-p):
16253         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16254         intangible text.
16255         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16257 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16259         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16260         Use `defun' instead of `gmm-defun-compat'.
16262 2006-03-14  Simon Josefsson  <jas@extundo.com>
16264         * message.el (message-unique-id): Don't use message-number-base36
16265         if (user-uid) is a float.
16266         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16268 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16270         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16272         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16273         empty line between a part and a message part.
16275 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16277         * smiley.el: Add more test smileys.
16278         (smiley-data-directory, smiley-regexp-alist)
16279         (gnus-smiley-file-types): Fix doc strings.
16280         (smiley-update-cache): Clear smiley-cached-regexp-alist before
16281         adding new elements.
16282         (smiley-mouse-map): Unused code.  Make it a comment.
16284 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16286         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16287         scan latest NoCeM messages instead of old ones.
16288         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16289         delimiters that are recently used.
16290         (gnus-nocem-load-cache): Add autoload cookie.
16292         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16294         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16295         level which is larger than gnus-use-nocem is specified.
16297         * gnus-group.el (gnus-group-get-new-news): Ditto.
16299 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16301         * gnus-util.el (gnus-tool-bar-update): New function.
16303         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16304         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16306         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16308         * gnus-group.el (gnus-group-redraw-when-idle)
16309         (gnus-group-redraw-check): Remove.
16310         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16312 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16314         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16315         if optional last element is specified in splits (FIELD VALUE...).
16317 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16319         * message.el (message-make-tool-bar): Rename gmm-image-load-path
16320         to gmm-image-load-path-for-library.  Call with no-error argument.
16321         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16323         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16325         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16327         * gmm-utils.el (gmm-image-load-path): Remove alias.
16329 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16331         * gmm-utils.el (gmm-image-load-path): Add alias.
16333         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16334         nnml-generate-nov-databases-1.
16335         (nnml-generate-nov-databases): Use it.
16336         (nnml-generate-nov-databases-directory): Document no-active
16337         argument.
16339         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16340         directory if path is t.  Add no-error.
16342         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16343         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16345         * gnus-art.el (gnus-article-browse-delete-temp-files):
16346         Simplify resetting gnus-article-browse-html-temp-list.
16348         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16349         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
16350         Add example to docstring.  Rename local variables.  Move error
16351         checks to default case in cond and simplify.
16353 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16355         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16356         handle is multipart when calling it recursively.
16357         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16359 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16361         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16362         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16364 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16366         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16367         is loaded.
16369         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16370         loaded.
16372 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16374         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16375         to "Emacs 23 (unicode)" in doc string.
16377         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16378         "Emacs 23 (unicode)" in comment.
16380 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16382         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16384         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16385         characters 160 through 255 in Emacs 23.
16387 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16389         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16390         gnus-article-browse-html-temp.
16391         (gnus-article-browse-delete-temp): Make it customizable.
16392         Add `file'.  Adjust doc string.
16393         (gnus-article-browse-delete-temp-files): Add argument.
16394         Allow query for each file.  Adjust doc string.
16395         (gnus-article-browse-html-parts):
16396         Add `gnus-article-browse-delete-temp-files' to
16397         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16399 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16401         * gnus-art.el (gnus-article-browse-html-temp)
16402         (gnus-article-browse-delete-temp): New variables.
16403         (gnus-article-browse-delete-temp-files): New function.
16404         (gnus-article-browse-html-parts): Use it.
16406 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16408         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16410         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16411         string.
16413         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16414         gnus-summary-insert-new-articles when unplugged.
16415         Remove gnus-summary-search-article-forward.
16417         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16418         display-visual-class instead of display-color-cells.
16420 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16422         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16423         message/* containing non-ASCII text properly.
16425 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16427         * message.el: Require gmm-utils, remove autoloads.
16428         (message-tool-bar): Set default based on
16429         gmm-tool-bar-style.
16430         (message-tool-bar-gnome): Add gmm-customize-mode.
16432         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16433         gmm-tool-bar-style.
16434         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16436         * gnus-group.el (gnus-group-tool-bar): Set default based on
16437         gmm-tool-bar-style.
16438         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16440         * gmm-utils.el (gmm-image-directory): Rename variable from
16441         gmm-image-load-path.
16442         (gmm-image-load-path): Use gmm-image-directory.
16443         (gmm-customize-mode): New function.
16444         (gmm-tool-bar-style): New variable.
16446         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16447         gnus-group-redraw-line-number.
16448         (gnus-group-redraw-check): Simplify.
16449         (gnus-group-tool-bar-update): Remove redraw check.
16450         (gnus-group-make-tool-bar): Add redraw check.
16452 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16454         * gnus-art.el (gnus-button): Add missing parentheses.
16456 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16458         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16460 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16462         * gnus-art.el (gnus-button): New face.
16463         (gnus-article-button-face): Use it.
16465         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16466         Add gnus-summary-next-page.  Re-order.
16468         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16469         next-node are now included.
16470         (gnus-group-redraw-line-number): New internal variable.
16471         (gnus-group-redraw-check): Helper function for updating the tool
16472         bar.
16473         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16475         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16477         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16478         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16479         Use it to match format of Spamassassin 3.0 and later.
16480         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16481         (spam-check-bogofilter)
16482         (spam-bogofilter-register-with-bogofilter): Fix args of
16483         `gnus-error' calls.
16485 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16487         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16488         unnecessary interaction when sending queued mails.
16489         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16491 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16493         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16494         first or last are nil.
16496 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16498         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16500 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16502         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16504 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16506         * dns.el (query-dns): Protect more against buggy tcp output.
16508 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16510         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16511         nov.php.
16513 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16515         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16516         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16517         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16518         output on the server side.
16519         (nnweb-google-create-mapping): Update regexps and add some
16520         progress indication.
16522 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16524         * gnus-group.el (gnus-group-tool-bar-gnome):
16525         Fix gnus-agent-toggle-plugged.  Re-order icons.
16526         (gnus-group-tool-bar-gnome):
16527         Add gnus-group-{prev,next}-unread-group.
16528         (gnus-group-tool-bar-gnome): Re-order icons.
16530         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16531         Move gnus-summary-insert-new-articles.
16533         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16534         Fix comments.
16536         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16537         also available in Emacs 21.3.
16539         * message.el (message-fix-before-sending): Change "Emacs 22" to
16540         "Emacs 23 (unicode)" in comment.
16542         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16543         "Emacs 23 (unicode)" in comment.
16545         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16546         comment.
16547         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16549         * mm-view.el (mm-fill-flowed): Add :version.
16551 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16553         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16554         and load-path.
16556 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16558         * message.el: Autoload gmm-image-load-path.
16559         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16560         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16561         consitency.
16563         * gmm-utils.el (gmm-image-load-path): Also search in
16564         "../etc/images".  Don't set gmm-image-load-path if we don't find
16565         the image.
16567 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16569         * gmm-utils.el (gmm-image-load-path): Don't make
16570         `gmm-image-load-path' include subdirectories which the second arg
16571         `image' might specify.
16573         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16574         subdirectory to icon file names.
16576         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16578 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16580         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16581         gmm-image-load-path calls.
16583         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16585         * message.el (message-make-tool-bar): Ditto.
16587         * mml.el (mml-preview): Add comment concerning tool bar icons.
16589         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16590         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16592         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16593         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16595         * message.el (message-tool-bar-gnome): Use new icon names.
16596         (message-make-tool-bar): Use `gmm-image-load-path'.
16598         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16599         New functions from MH-E.
16600         (gmm-image-load-path): New variable from MH-E.
16601         (gmm-image-load-path): New function from MH-E.  Add arguments
16602         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
16603         *-image-load-path-called-flag.
16605 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
16607         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16609 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
16611         * nnimap.el (nnimap-request-move-article): Change folder back to
16612         source group before deleting.
16614 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
16616         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16618         * gnus-art.el (mm-url-insert-file-contents-external):
16619         Autoload mm-url.
16621         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16623 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16625         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16626         coding system which mm-charset-to-coding-system returns for a
16627         given charset is valid.
16629 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
16631         * html2text.el (html2text-remove-tag-list):
16632         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16634 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16636         * gnus-cus.el: Revert 2005-10-17 change.
16638 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16640         * gnus-art.el (article-strip-banner):
16641         Call article-really-strip-banner only when the regexp match is made.
16643 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16645         * gnus-art.el (article-strip-banner):
16646         Use gnus-extract-address-components instead of
16647         mail-header-parse-addresses to make it work with non-ASCII text;
16648         remove mail-encode-encoded-word-string.
16650         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16651         values which are surrounded with \"...\"; make it never cause a
16652         Lisp error; give up parsing of parameters if it failed in
16653         extracting type.
16655 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
16657         * smime.el (smime-cert-by-ldap-1): Fix bug where
16658         `smime-ldap-search' returns results without userCertificates.
16660 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16662         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16664 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16666         * spam.el (spam-check-spamassassin-headers): Adapt format for
16667         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
16668         <ari@mbf.ocn.ne.jp>.
16669         (spam-list-of-processors): Add spam-use-gmane.
16671 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16673         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16674         make-temp-file; make it work with XEmacs as well.
16676         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16677         mm-make-temp-file.
16679         * mm-decode.el (mm-display-external): Use the 3rd arg of
16680         mm-make-temp-file.
16681         (mm-create-image-xemacs): Ditto.
16683 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16685         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16686         with message-narrow-to-headers.
16687         (gnus-draft-setup): Narrow to header to run message-fetch-field.
16688         (gnus-draft-check-draft-articles): New function.
16689         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16691 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16693         * gnus-art.el (gnus-article-browse-html-parts):
16694         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16695         Don't use suffix argument for mm-make-temp-file for Emacs 21
16696         compatibility.  Remove useless `format'.
16698 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16700         * nnweb.el (nnweb-google-wash-article): Update regexps.
16701         (nnweb-group-alist): Use defvoo instead of defvar.
16703 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16705         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16706         re-loading nn* modules.
16708 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16710         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16711         for `tool-bar-mode' and don't check it's default-value.
16713         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16715         * message.el (message-make-tool-bar): Ditto.
16717         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16718         `substring'.  Shorten tmp-file name.
16720         * gnus.el: Remove bogus comment.
16722 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
16724         * gnus-art.el (gnus-article-browse-html-parts): New function.
16725         (gnus-article-browse-html-article): New function for viewing html
16726         articles with a browser.
16728 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
16730         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16731         (mml2015-pgg-encrypt): Ditto.
16733         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16734         (mml1991-pgg-encrypt): Ditto.
16736 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16738         * nnfolder.el (nnfolder-insert-newsgroup-line):
16739         Use message-make-date instead of current-time-string.
16741         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16742         to gnus-decoded which mm-uu might set.
16744 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16746         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16747         don't decode quoted parameters; remove misimported Emacs code.
16748         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16749         (rfc2231-decode-encoded-string): Don't use split-string which
16750         behaves differently according to Emacs version; use
16751         mm-decode-coding-region to convert charset to coding-system.
16752         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16753         (rfc2231-encode-string): Remove misimported Emacs code.
16755 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16757         * gnus-art.el (article-decode-charset): Don't use ignore-errors
16758         when calling mail-header-parse-content-type.
16759         (article-de-quoted-unreadable): Ditto.
16760         (article-de-base64-unreadable): Ditto.
16761         (article-wash-html): Ditto.
16763         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16764         calling mail-header-parse-content-type and
16765         mail-header-parse-content-disposition.
16766         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16767         mail-header-parse-content-type.
16769         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16770         insert charset and format parameters; encode description after
16771         inserting it to buffer.
16772         (mml-insert-parameter): Fold lines properly even if a parameter is
16773         segmented into two or more lines; change the max column to 76.
16775         * rfc1843.el (rfc1843-decode-article-body): Don't use
16776         ignore-errors when calling mail-header-parse-content-type.
16778         * rfc2231.el (rfc2231-parse-string): Return at least type if
16779         possible; don't cause an error even if it fails in parsing of
16780         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16781         (rfc2231-encode-string): Don't break lines at the beginning, leave
16782         it to mml-insert-parameter.
16784         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16785         calling mail-header-parse-content-type.
16787 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
16789         * spam-report.el (spam-report-gmane-use-article-number):
16790         Improve doc string.
16791         (spam-report-gmane-internal): Check if a suitable header was found
16792         in the article.
16794 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16796         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16797         (rfc2231-encode-string): Make param*=value always begin with LWSP.
16799 2006-02-05  Romain Francoise  <romain@orebokech.com>
16801         Update copyright notices of all files in the gnus directory.
16803 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16805         * nnweb.el (nnweb-request-group): Avoid growing overview files.
16807 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16809         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16810         segmented lines of parameter value to cope with Thunderbird 1.5
16811         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16812         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16813         (rfc2231-encode-string): Don't make lines exceeding 76 column.
16815 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
16817         * mml.el (mml-generate-mime-1): Correct the order of inline signed
16818         parts.
16820 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16822         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16823         there's only one active file for all servers.
16824         (nnweb-request-scan): Make sure nnweb-articles is initialized on
16825         solid groups.  Gnus might have used a FAST request to select the group.
16826         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16827         and nnweb-search redundantly in the active file.
16828         (nnweb-request-list): Don't list bogus groups.  There can only be one.
16829         (nnweb-request-create-group): Don't use ARGS.
16830         (nnweb-possibly-change-server, nnweb-request-group): Remove some
16831         initializations.  Let nnoo do the work.
16833 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16835         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16836         Say the part has been decoded.
16838         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
16840 2006-01-31  Kevin Ryde  <user42@zip.com.au>
16842         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16843         mailcap-viewer-test-cache when there's no 'test clause, since that
16844         will invert the meaning of a "nil" test previously determined by
16845         mailcap-mailcap-entry-passes-test.
16847 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16849         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16850         compiling.
16852         * gnus-sum.el: Ditto.
16854         * message.el: Don't bind tool-bar-map when compiling.
16856 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
16858         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16860 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16862         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16863         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16864         current Google Groups.
16866 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
16868         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16869         and tool-bar-mode.
16871         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16872         and tool-bar-mode.
16874         * message.el (message-tool-bar-update): Simplify.
16875         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
16877         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16878         gnus-summary-buffer.
16879         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16880         gnus-summary-reply.
16882         * gmm-utils.el (gmm): Add :version.
16884 2006-01-26  Steve Youngs  <steve@sxemacs.org>
16886         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16887         Don't autoload.
16889 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16891         * gmm-utils.el (gmm-verbose): Add :group.
16893 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
16895         * message.el: Change some comments WRT tool-bars.
16897         * gnus-sum.el (gnus-summary-tool-bar)
16898         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16899         (gnus-summary-tool-bar-zap-list): New variables.
16900         (gnus-summary-make-tool-bar): Complete rewrite using
16901         `gmm-tool-bar-from-list'.
16903         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
16904         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16905         New variables.
16906         (gnus-group-make-tool-bar): Complete rewrite using
16907         `gmm-tool-bar-from-list'.
16908         (gnus-group-tool-bar-update): New function.
16910         * message.el (message-mode-field-menu): Add "Show hidden Headers".
16912 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16914         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16915         is dissected into a single part of which the type is the same as
16916         the given one; decode charset.
16918 2006-01-21  Kevin Ryde  <user42@zip.com.au>
16920         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16921         into alists as symbol not string, since that's what
16922         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16923         look for.
16925 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
16927         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16928         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
16930         * message.el (message-tool-bar-gnome): Use gmm-ignore.
16932 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16934         * gnus-art.el (gnus-mime-security-button-commands): New variable.
16935         (gnus-mime-security-button-menu): New definition.
16936         (gnus-mime-security-button-map): Use them.
16937         (gnus-mime-security-button-menu): New function.
16938         (gnus-insert-mime-security-button): Addition to help echo.
16939         (gnus-mime-security-run-function, gnus-mime-security-save-part)
16940         (gnus-mime-security-pipe-part): New functions.
16942         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16943         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
16945         * mm-decode.el (mm-handle-set-disposition): Remove.
16946         (mm-handle-set-description): Remove.
16948 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16950         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16951         (mm-w3m-standalone-supports-m17n-p): New function.
16952         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16953         w3m usage.
16955         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16956         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16958 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16960         * message.el (message-tool-bar-zap-list):
16961         Use gmm-tool-bar-zap-list as custom type.
16962         (message-tool-bar-update): New function.
16963         (message-tool-bar, message-tool-bar-gnome)
16964         (message-tool-bar-retro): Add message-tool-bar-update.
16965         (message-tool-bar-gnome): Add flyspell-buffer.
16967         * gnus-util.el (gnus-error): Describe `args'.
16969         * gmm-utils.el (gmm-error): Describe `args'.
16970         (gmm-tool-bar-zap-list): New widget.
16971         (gmm-tool-bar-from-list): Improve description of `zap-list'.
16973 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16975         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16976         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16977         the number of recursive calls.
16979         * mm-decode.el (mm-handle-set-disposition): New macro.
16980         (mm-handle-set-description): New macro.
16982 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16984         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16985         encoding.
16987 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16989         * message.el (message-tool-bar-zap-list, message-tool-bar)
16990         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16991         (message-tool-bar-local-item-from-menu): Remove.
16992         (message-tool-bar-map): Replace by `message-make-tool-bar'.
16993         (message-make-tool-bar): New function.
16994         (message-mode): Use `message-make-tool-bar'.
16996         * gmm-utils.el: New file.
16997         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
16998         (gmm-lazy): New widget copied from `nnmail.el'.
16999         (gmm-tool-bar-from-list): New function for creating customizable
17000         tool bars.
17001         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17002         output.
17003         (gmm): Add :prefix to defgroup.
17005 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17007         * gmm-utils.el (gmm-widget-p): New function.
17009 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17011         * mml.el (mml-attach-file): Describe `description' in doc string.
17012         (mml-menu): Add Emacs MIME manual and PGG manual.
17014 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17016         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17018 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17020         * nntp.el (nntp-end-of-line): Doc fix.
17022 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17024         * imap.el (imap-open): Handle case where buffer is a buffer
17025         object.
17027 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17029         * gnus-delay.el (gnus-delay): Don't autoload.
17030         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17031         to be re-loaded when customizing the `gnus-delay' group.
17033 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17035         * message.el (message-insert-citation-line): Use newlines.
17037 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17039         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17041         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17043 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17045         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17047 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17049         * mm-decode.el (mm-inlined-types): Add application/pgp.
17050         (mm-automatic-display): Ditto.
17052         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17053         part as text.
17055 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17057         * nnrss.el: Update copyright.
17058         (nnrss-opml-import): Query whether to subscribe to each entry.
17060         * gnus-art.el:
17061         * gnus-sum.el:
17062         * mm-uu.el:
17063         * mm-view.el: Update copyright.
17065 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17067         * message.el (message-info): New function.
17068         (message-mode-menu): Add it.
17069         Update copyright.
17071         * ChangeLog: Fix and update copyright.
17073 2006-01-13  Romain Francoise  <romain@orebokech.com>
17075         * message.el (message-forward-subject-name-subject): Prefer the
17076         address to 'nowhere' if the sender has no name.
17077         Fix typo.  Update copyright year.
17079 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17081         * gnus-art.el (article-wash-html):
17082         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17083         (gnus-article-wash-html-with-w3m-standalone): New function.
17085         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17086         mm-inline-text-html-render-with-w3m-standalone.
17087         (mm-text-html-washer-alist): Map w3m-standalone to
17088         gnus-article-wash-html-with-w3m-standalone.
17089         (mm-inline-text-html-render-with-w3m-standalone): New function.
17091 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17093         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17094         Improve LaTeX.
17096 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17098         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17099         (nnrss-request-article): Render text/plain parts as HTML.
17101         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17102         the buffer.
17104 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17106         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17107         custom definition of `gnus-posting-styles'.
17109         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17110         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17112 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17114         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17115         Use nntp for bug archive.
17117 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17119         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17120         parts.
17121         (nnrss-normalize-date): New function converts ISO 8601 date into
17122         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17123         (nnrss-check-group): Use it.
17125 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17127         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17129         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17130         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17131         (nnrss-insert-w3): Ditto.
17133 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17135         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17136         the articles to be forwarded including the case where neither a
17137         number of articles nor a region is specified.
17139 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17141         * nnrss.el (nnrss-request-article): Fix last change; fill
17142         text/plain parts.
17144 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17146         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17147         in text/plain part.
17148         (nnrss-check-group): Don't add excessive newline to dc:subject.
17150 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17152         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17153         article.
17155 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17157         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17158         (nnml-use-compressed-files, nnml-save-mail): Support other
17159         comression programs such as bzip2.
17161 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17163         * dns.el (query-dns): Make sure we check the buffer size before
17164         removing tcp headers.
17166 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17168         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17169         remove MIME buttons associated with multipart/alternative parts.
17170         (gnus-mime-display-alternative): Tag buttons using `article-type'
17171         text property.
17173         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17174         associated with multipart/alternative parts.
17176         * gnus-art.el (gnus-signature-separator): Fix custom type.
17178         * mm-decode.el (mm-inlined-types): Fix custom type.
17179         (mm-keep-viewer-alive-types): Ditto.
17180         (mm-automatic-display): Ditto.
17181         (mm-attachment-override-types): Ditto.
17182         (mm-inline-override-types): Ditto.
17183         (mm-automatic-external-display): Ditto.
17185 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
17187         * spam-report.el (spam-report-user-mail-address)
17188         (spam-report-user-agent): New variables.
17189         (spam-report-url-ping-plain): Use spam-report-user-agent.
17191 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17193         * gnus-art.el (gnus-button-handle-custom): Do not just use
17194         `customize-apropos' for any "M-x customize-*" button but the
17195         function called for.  Accept both the function name and its
17196         argument in order to achieve this.
17197         (gnus-button-alist): Remove support for "custom:" URL's.
17198         Pass function name to `gnus-button-handle-custom' in case of "M-x
17199         customize-*" buttons.
17201 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17203         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17204         multipart/alternative and add xref to mm-discouraged-alternatives
17205         in doc string.
17207         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17208         gnus-buttonized-mime-types in doc string.
17210 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17212         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17213         Suggest image/.* in the doc string.
17215 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17217         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17218         message-marks (Debian bug #342521).
17220 2005-12-12  Simon Josefsson  <jas@extundo.com>
17222         * password.el (password-read-from-cache): Add.
17223         (password-read): Use it.
17225 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17227         * rfc2047.el (rfc2047-charset-to-coding-system):
17228         Recognize us-ascii as a MIME charset.
17230         * mm-bodies.el (mm-decode-content-transfer-encoding):
17231         Protect against the case where the 2nd arg TYPE is nil.
17233 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17235         * pop3.el (pop3-stream-type): Fix custom version.
17237         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17239 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17241         * mm-decode.el (mm-display-external): Add missing cdr.
17243 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17245         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17246         RFC1524) if it is in mailcap or add a suffix according to
17247         mailcap-mime-extensions when generating a temp filename; postpone
17248         deleting a temp file for 2 seconds for some wrappers, shell
17249         scripts, and so on, which might exit right after having started a
17250         viewer command as a background job.
17252 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17254         * nntp.el (nntp-marks-directory): Fix custom group.
17256         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17257         steps when < 10.
17259         * gnus-start.el (gnus-no-server-1):
17260         Mention `gnus-level-default-subscribed' in doc string.
17262 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17264         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17265         parens.
17267 2005-11-26  Dave Love  <fx@gnu.org>
17269         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17270         (tls-program, tls-success): Provide openssl alternative.
17272         * starttls.el: Doc fixes.
17273         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17274         SERVICE to PORT.
17276         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17277         port null or service name.
17278         (starttls-negotiate): Autoload.
17280 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17282         * message.el (message-kill-to-signature): Fix interactive spec.
17284 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17286         * pop3.el (pop3-open-server): Recognize a string as a service name.
17288 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17290         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17292 2005-11-23  Dave Love  <fx@gnu.org>
17294         Add pop3s, pop3/starttls.
17296         * pop3.el (pop3-authentication-scheme): Clarify doc.
17297         (open-tls-stream, starttls-open-stream): Autoload.
17298         (pop3-stream-type): New.
17299         (pop3-open-server): Use it.
17301         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17302         for POP.
17303         (mail-source-keyword-map): Add :stream for POP.
17304         (mail-source-fetch-pop): Use pop3-stream-type.
17306 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17308         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17309         of current-time-string.
17311 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17313         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17314         date header.
17316 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17318         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17319         it can seriously impact performance as it bypasses the agent's
17320         local caches.
17322 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17324         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17325         must be explicitly online rather than "not explicitly offline" for
17326         its flags to be synchronized.
17328         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17329         that gnus-uu-unmark-thread will function correctly.
17331         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17332         1024K is instead displayed as 1M.
17334 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17336         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17338 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17340         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17342 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17344         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17345         error message to display actual error condition.
17346         (gnus-agent-save-local): Avoid saving symbols that are bound to
17347         nil as they simply result in a warning message in
17348         gnus-agent-read-local.
17350 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17352         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17353         rather than make-variable-buffer-local for file-precious-flag.
17355 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17357         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17358         for duplicates which are removed.  The invalid sort check then
17359         triggers a rescan after the sort as sorting may have moved
17360         duplicate entries such that they can be cheaply detected.
17362 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17364         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17366 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17368         * gnus-agent.el (gnus-agent-article-alist-save-format):
17369         Change internal variable to a custom variable.  Change default value
17370         from compressed(2) to uncompressed(1).
17371         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17372         support for uncompressed agentview files.  Taken together, reading
17373         the agentview file should now be 6-7 times faster.
17375 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17377         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17378         as a buffer-local variable.  This avoids creating truncated
17379         dribble files as a result of a hang up, eg.
17381 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17383         * gnus-start.el (gnus-start-draft-setup):
17384         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17386         * gnus.el (gnus-splash): Change custom group.
17387         (gnus-group-get-parameter, gnus-group-parameter-value):
17388         Describe allow-list argument.
17390         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17391         string.
17393 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17395         * gnus-art.el (gnus-default-article-saver): Add user-defined
17396         `function' to custom type.
17398 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17400         * imap.el (imap-open): Handle case where buffer is a buffer
17401         object.
17403 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17405         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17406         long lines.
17407         (gnus-cache-delete-group): Wrap doc strings.
17409         * gnus-agent.el (gnus-agent-rename-group)
17410         (gnus-agent-delete-group): Wrap doc strings.
17412 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17414         * gnus-start.el (gnus-1): Add "native" to
17415         gnus-predefined-server-alist.
17417         * gnus.el (gnus-method-to-server): Don't add "native" to the
17418         lists here, because that leads to problems when
17419         gnus-select-method is bound.
17421 2005-11-09  Simon Josefsson  <jas@extundo.com>
17423         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17424         use (not sort-by-date) instead.
17426 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17428         * gnus-delay.el (gnus-delay-group): Don't autoload.
17429         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17430         to be re-loaded when customizing the `gnus-delay' group.
17432 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17434         * message.el: Revert last changes.
17435         (message-insert-citation-line): Use newlines.
17437 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17439         * message.el (message-courtesy-message)
17440         (message-mark-insert-begin, message-mark-insert-end)
17441         (message-elide-ellipsis, message-cancel-message)
17442         (message-add-header, message-change-subject)
17443         (message-cross-post-followup-to-header)
17444         (message-cross-post-insert-note, message-reduce-to-to-cc)
17445         (message-widen-reply, message-delete-not-region)
17446         (message-kill-to-signature, message-insert-signature)
17447         (message-insert-importance-high, message-insert-importance-low)
17448         (message-insert-or-toggle-importance)
17449         (message-insert-disposition-notification-to)
17450         (message-indent-citation, message-yank-original)
17451         (message-cite-original-without-signature, message-cite-original)
17452         (message-insert-citation-line, message-position-on-field)
17453         (message-fix-before-sending, message-send-mail-partially)
17454         (message-send-mail, message-send-mail-with-sendmail)
17455         (message-send-mail-with-qmail, message-send-news)
17456         (message-check-news-header-syntax, message-generate-headers)
17457         (message-insert-courtesy-copy, message-fill-address)
17458         (message-fill-header, message-shorten-references)
17459         (message-setup-1, message-cancel-news)
17460         (message-forward-make-body-plain, message-forward-make-body-mime)
17461         (message-forward-make-body-mml, message-encode-message-body)
17462         (message-forward-make-body-digest-plain)
17463         (message-forward-make-body-digest-mime)
17464         (message-use-alternative-email-as-from): Insert `hard-newline'
17465         instead of ordinary newlines.
17467 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17469         * message.el (message-generate-headers): Downcase the argument
17470         given to message-check-element.
17472 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
17474         * nntp.el (nntp-authinfo-rejected): New error condition.
17475         (nntp-wait-for): Use new error condition to signal authentication
17476         error.
17477         (nntp-retrieve-data): Rethrow new error condition to break out of
17478         recursive call to nntp-send-authinfo.
17480 2005-11-08  Romain Francoise  <romain@orebokech.com>
17482         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17483         (gnus-summary-exit-map): Bind to `Z p'.
17484         (gnus-summary-make-menu-bar): Add menu item.
17486 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
17488         * gnus-art.el (gnus-article-treat-custom): Add `first'.
17489         (gnus-treat-*): Add `first' in all doc strings.
17491         * gnus-group.el (gnus-group-compact-group): Fix typo.
17493 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17495         * gnus.el (gnus-parameters-case-fold-search): New variable.
17496         (gnus-parameters-get-parameter): Use it.
17498         * gnus-score.el (gnus-home-score-file): Doc fix.
17500 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
17502         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17504 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17506         * mm-util.el (mm-special-display-p): New function.
17508         * mml.el (mml-preview): Use it; doc fix.
17510 2005-10-29  Romain Francoise  <romain@orebokech.com>
17512         * message.el (message-fix-before-sending): Fix comment.
17514 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17516         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17518 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17520         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17521         Used in gnus-score.el.
17523 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17525         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17527 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17529         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17530         whitespace removed in revision 7.8.  Use concatenated string to
17531         protect trailing whitespace.
17533 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
17535         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17536         (nnimap-request-expire-articles): Use it to avoid sending 'UID
17537         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17538         Courier IMAP ("some version from 2004").  Mostly based on similar
17539         code in the same function.
17541 2005-10-26  Didier Verna  <didier@xemacs.org>
17543         * gnus-group.el (gnus-group-compact-group): Invalidate original
17544         article buffer.
17545         * gnus-srvr.el (gnus-server-compact-server): Ditto.
17546         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17547         NOV database and in article itself.
17548         Invalidate article backlog.
17550 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17552         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17554 2005-10-26  Simon Josefsson  <jas@extundo.com>
17556         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17557         part of 2004-07-25 change.
17559 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17561         * message.el (message-display-completion-list): New function.
17562         (message-expand-group): Use it; make sure the Completions buffer
17563         is modifiable.
17565 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17567         * imap.el (imap-open): Handle case where buffer is a buffer object.
17569 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
17571         * pgg-def.el:
17572         * pgg-gpg.el:
17573         * pgg-parse.el:
17574         * pgg-pgp.el:
17575         * pgg-pgp5.el:
17576         * pgg.el: Move to the parent lisp directory.
17578 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17580         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17581         user-mail-name is an empty string.
17583 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17585         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17586         depending on gnus-score-decay-constant.
17588         * encrypt.el (encrypt-insert-file-contents)
17589         (encrypt-write-file-contents): Don't use `gnus-message'.
17591         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17592         arguments.
17593         (mm-uu-type-alist): Add message-marks and insert-marks.
17594         Pass arguments to mm-uu-verbatim-marks-extract.
17595         (mm-uu-hide-markers): New variable.
17596         (mm-uu-extract): Use face similar to `gnus-cite-3'.
17598         * gnus-fun.el (gnus-convert-image-to-x-face-command)
17599         (gnus-convert-image-to-face-command): Use "convert" by default to
17600         allow other input image formats.
17601         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17602         accordingly.
17604 2005-10-23  Simon Josefsson  <jas@extundo.com>
17606         * imap.el (imap-gssapi-program): Align command line parameters
17607         with latest GNU SASL.
17608         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17610 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17612         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17613         HTML.
17614         (nnslashdot-request-article): Ditto.
17616 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17618         * mail-source.el (mail-source-fetch-pop): Require pop3.
17619         (mail-source-check-pop): Ditto.
17621 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17623         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17624         errors.
17626 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17628         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17629         (gnus-treat-strip-leading-blank-lines): Improve doc string.
17631         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17633         * mm-bodies.el (mm-decode-string):
17634         Call `mm-charset-to-coding-system' with allow-override argument.
17636 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17638         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17639         (rfc2047-charset-to-coding-system): New function.
17640         (rfc2047-decode-encoded-words): New function.
17641         (rfc2047-decode-region): Use them.
17642         (rfc2047-decode-cte): Remove.
17643         (rfc2047-parse-and-decode): Remove.
17644         (rfc2047-decode): Remove.
17646 2005-10-15  Kenichi Handa  <handa@m17n.org>
17648         * rfc2047.el (rfc2047-decode-cte): New function.
17649         (rfc2047-decode-region): Change the way to decode successive
17650         encoded-words: decode B- or Q-encoding in each encoded-word,
17651         concatenate them, and decode it as charset.
17653 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
17655         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
17656         widget-move-and-invoke.
17657         (gnus-custom-mode): Use gnus-custom-map.
17659 2005-10-15  Bill Wohler  <wohler@newt.com>
17661         * message.el (message-tool-bar-map): Rename image file from
17662         mail_send to mail/send.
17664 2005-10-16  Masatake YAMATO  <jet@gyve.org>
17666         * message.el (message-expand-group): Pass the common
17667         prefix substring of completion to `display-completion-list'.
17669 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
17671         * mml-sec.el (mml-secure-method): New internal variable.
17672         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17673         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17674         New functions using mml-secure-method.
17676         * mml.el (mml-mode-map): Add key bindings for those functions.
17677         (mml-menu): Simplify security menu entries.  Suggested by Jesper
17678         Harder <harder@myrealbox.com>.
17679         (mml-attach-file, mml-attach-buffer, mml-attach-external):
17680         Goto end of message if point is the headers of the message.
17682         * message.el (message-in-body-p): New function.
17684         * assistant.el: Autoload gnus-util and netrc.
17686         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17687         Use `mm-charset-override-alist' only when decoding.
17689         * mm-bodies.el (mm-decode-body):
17690         Call `mm-charset-to-coding-system' with allow-override argument.
17692         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17693         `filename' from Content-Disposition if Content-Type doesn't
17694         provide `name'.
17695         (gnus-mime-view-part-as-type): Set default instead of
17696         initial-input.
17698 2005-10-09  Daniel Brockman  <daniel@brockman.se>
17700         * format-spec.el (format-spec): Propagate text properties of % spec.
17702 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17704         * gnus-art.el (gnus-treat-predicate): Add `first'.
17706 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17708         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17709         (mm-charset-override-alist): New variable.
17710         (mm-charset-to-coding-system): Use it.
17711         (mm-codepage-setup): New helper function.
17712         (mm-charset-eval-alist): New variable.
17713         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17714         Warn about unknown charsets.
17716 2005-10-04  David Hansen  <david.hansen@gmx.net>
17718         * nnrss.el (nnrss-request-article): Add support for the comments tag.
17719         (nnrss-check-group): Ditto.
17721 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17723         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17724         Rename x-gnus-verbatim to x-verbatim.
17725         (mm-uu-type-alist): Fix regexp for verbatim-marks.
17727         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17728         x-verbatim.
17730         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17732         * gnus-util.el (gnus-remove-duplicates): Remove.
17734         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17735         instead of gnus-remove-duplicates.
17737         * message.el (message-remove-duplicates): Remove.
17738         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17739         message-remove-duplicates.
17741         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17742         available, else use implementation from `delete-dups'.
17744         * message.el (message-insert-expires): New function.
17745         (message-mode-map): Add key binding.
17746         (message-mode-field-menu): Add menu entry.
17747         (message-mode): Document it.
17748         (message-make-expires-date): Use `message-make-date'.
17750 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
17752         * message.el (message-make-expires-date): New function.
17754 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17756         * time-date.el: Autoload parse-time-string, XEmacs needs it.
17758 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17760         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17761         function rather than the diff-mode.el package.
17762         (mm-display-external): Use with-current-buffer.
17763         (mm-viewer-completion-map, mm-viewer-completion-map):
17764         Move initialization inside declaration.
17766 2005-09-29  Simon Josefsson  <jas@extundo.com>
17768         * spam.el: Load hashcash when compiling, to avoid warnings.
17769         Don't autoload mail-check-payment.
17770         (spam-check-hashcash): Define unconditionally, since hashcash.el
17771         is part of Gnus now.  Ignore errors from payment checking.
17773 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17775         * message.el (message-bold-region, message-unbold-region):
17776         Rename from `bold-region' and `unbold-region'.
17778         * message.el: Remove useless autoloads.
17780 2005-09-28  Simon Josefsson  <jas@extundo.com>
17782         * message.el (message-use-idna): Default to t.
17783         (message-use-idna): Test whether encoding works too.  Doc fix.
17785 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17787         * nntp.el (nntp-warn-about-losing-connection): Remove.
17789 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17791         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17792         customizable.  Change default value.
17793         (mm-uu-diff-groups-regexp): Change default value.
17794         (mm-uu-type-alist): Add doc string.
17795         (mm-uu-configure): Add doc string.  Make it interactive.
17796         (mm-uu-tex-groups-regexp): New variable.
17797         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17798         (mm-uu-type-alist): Add LaTeX documents.
17799         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17800         of "text/verbatim".
17801         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17803         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17804         instead of "text/verbatim".
17806         * message.el (message-mark-inserted-region)
17807         (message-mark-insert-file): Use slrn style marks when called with
17808         prefix argument.
17810 2005-09-27  Simon Josefsson  <jas@extundo.com>
17812         * message.el (message-idna-to-ascii-rhs-1): Reformat.
17814 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
17816         * message.el (message-remove-duplicates): New function.
17817         Implementation borrowed from `gnus-remove-duplicates'.
17818         (message-idna-to-ascii-rhs): Also encode idna addresses in
17819         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17820         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17821         only ask about the same idna domain once per header and also tell
17822         in what header to replace the idna domain.
17824         * gnus-art.el (article-decode-idna-rhs): Also decode idna
17825         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17826         (article-decode-idna-rhs): Fix regexp so that all idna-address in
17827         a header is decoded and not just the last one.
17829 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17831         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17832         has been decoded.
17834         * mm-decode.el (mm-automatic-display): Add text/verbatim.
17835         (mm-insert-part): Don't modify text if it has been decoded.
17837         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17838         decoded.
17840         * mm-view.el (mm-inline-text): Don't strip text props unless
17841         decoding enriched or richtext parts.
17843 2005-09-25  Romain Francoise  <romain@orebokech.com>
17845         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17846         * gnus-start.el (gnus-subscribe-interactively):
17847         * gnus-uu.el (gnus-uu-grab-articles):
17848         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17849         space.
17851 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
17853         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17854         * mm-view.el (mm-view-pkcs7-decrypt):
17855         * gnus-sum.el (gnus-summary-limit-to-extra)
17856         (gnus-summary-respool-article, gnus-read-move-group-name):
17857         * gnus-score.el (gnus-summary-increase-score):
17858         * gnus-util.el (gnus-completing-read-with-default):
17859         * gnus-art.el (gnus-read-save-file-name)
17860         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17861         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17862         * message.el (message-check-news-header-syntax):
17863         Follow convention for reading with the minibuffer.
17865 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
17867         * spam-report.el (spam-report-url-ping-plain):
17868         Use gnus-extended-version as User-Agent.
17870         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17871         default value is nil.
17873         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17874         (mm-uu-verbatim-marks-extract): New function.
17875         (mm-uu-extract): New face.
17876         (mm-uu-copy-to-buffer): Use it.
17878         * spam-report.el (spam-report-gmane-ham): Rename from
17879         `spam-report-gmane-unspam'.
17880         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17881         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
17883         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17884         Autoload.
17885         (spam-report-gmane-unregister-routine):
17886         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17888 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
17890         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17891         (spam-report-gmane-unregister-routine): Add support for gmane
17892         unregistration.
17894         * spam-report.el (spam-report-gmane-unspam)
17895         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17896         (spam-report-gmane): Change to take a single article and do unspam
17897         registration.
17899 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17901         * mm-url.el (mm-url-decode-entities): Fix regexp.
17903 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17905         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17906         default to nil, to be able to use Gnus at all.  If the default
17907         switches to something else, then the function should be fixed not
17908         be exceedingly slow.
17910 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
17912         * gnus-start.el (gnus-activate-group): If the server is nil, don't
17913         fail hard.
17915         * spam-report.el: Add better Keywords line.
17917         * spam.el: Add Maintainer and better Keywords line.
17919 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17921         * gnus-art.el (gnus-article-replace-part)
17922         (gnus-mime-replace-part): New functions.
17923         (gnus-mime-action-alist, gnus-mime-button-commands)
17924         (gnus-mime-save-part-and-strip): Add file argument.
17925         (gnus-article-part-wrapper): Add interactive argument.
17927         * gnus-sum.el (gnus-summary-mime-map):
17928         Add `gnus-article-replace-part'.
17930 2005-09-19  Didier Verna  <didier@xemacs.org>
17932         The nnml compaction feature:
17933         * nnml.el (nnml-request-compact-group): New function.
17934         * nnml.el (nnml-request-compact): New function.
17935         * gnus-int.el (gnus-request-compact-group): New function.
17936         * gnus-int.el (gnus-request-compact): New function.
17937         * gnus-group.el (gnus-group-compact-group): New function.
17938         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17939         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17940         * gnus-srvr.el (gnus-server-compact-server): New function.
17941         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17942         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17944 2005-09-18  Deepak Goel  <deego@gnufans.org>
17946         * sieve.el (sieve-help): Fix `message' call: first arg should be a
17947         format spec.
17949 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17951         * gnus.el (gnus-group-startup-message): Bind image-load-path.
17953 2005-09-15  Romain Francoise  <romain@orebokech.com>
17955         * message.el (message-fill-paragraph): Clarify docstring.
17957 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17959         * gnus-art.el (gnus-mime-display-part): Protect against broken
17960         MIME messages.
17962 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17964         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17965         before parsing header.
17967 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
17969         * html2text.el (html2text-replace-list): Add new entities.
17971 2005-09-11  Romain Francoise  <romain@orebokech.com>
17973         * message.el (message-alternative-emails): Improve docstring.
17974         (message-setup-1): Call `message-use-alternative-email-as-from'
17975         after `message-setup-hook' to give it precedence over posting
17976         styles, etc.
17977         (message-use-alternative-email-as-from): Add docstring.
17978         Remove the original From header if present.
17980         * nnml.el (nnml-compressed-files-size-threshold): New variable.
17981         (nnml-save-mail): Use it.
17983         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17984         articles.  Add new argument `silent'.
17985         (gnus-uu-mark-all): Report the total number of marked articles.
17987 2005-09-10  Romain Francoise  <romain@orebokech.com>
17989         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17990         (gnus-uu-mark-series): Likewise.
17992 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
17994         * spam-report.el (spam-report-gmane): Fix generation of spam
17995         report URL.
17997 2005-09-10  Simon Josefsson  <jas@extundo.com>
17999         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18000         t, based on discussion on the ding list with Robert Epprecht
18001         <epprecht@solnet.ch>.
18003 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18005         * spam-report.el (spam-report-gmane): Make it work without
18006         X-Report-Spam header.  Gmane now only provides Archived-At.
18007         This is only used if `spam-report-gmane-use-article-number' is nil.
18008         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18010         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18011         make `gnus-summary-sort-by-recipient' work with threading.
18013         * nnweb.el (nnweb-google-wash-article): Print a message if article
18014         is not available.
18016 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18018         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18019         change.  Decode text/* parts content before displaying.
18021 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18023         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18025 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18027         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18029 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18031         * message.el (message-tab-body-function): Fix mismatched custom type.
18033         * gnus.el (gnus-group-change-level-function): Ditto.
18035         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18037         * gnus-art.el (gnus-signature-limit)
18038         (gnus-article-mime-part-function): Ditto.
18040 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18042         * mml.el (mml-mode): Silence the byte compiler.
18044         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18045         using `(sit-for 0)' before moving the point to the specified part;
18046         skip unbuttonized parts.
18047         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18048         return to the summary window if gnus-auto-select-part is non-nil.
18050 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18052         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18053         New variables.
18054         (mml-dnd-attach-file, mml-mode): Use them.
18056         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18057         Make fetching article by MID work again for Google Groups.
18058         Add FIXME concerning gnus-group-make-web-group.
18060         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18061         Don't depend on Gnus by using mail-extract-address-components if
18062         gnus-extract-address-components is not bound.
18064 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18066         * gnus-art.el (gnus-mime-display-security): Don't display the
18067         signature, but only the signed part.
18069 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18071         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18073         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18074         list, not listp.
18076 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18078         * mm-encode.el (mm-encode-content-transfer-encoding):
18079         Likewise when encoding.
18081         * mm-bodies.el (mm-decode-content-transfer-encoding):
18082         De-canonicalize CRLF for all text content types, not just
18083         text/plain.
18085 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18087         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18088         valid article; point arrow and cursor at the MIME button.
18090 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18092         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18093         Suggested by Dan Christensen <jdc@uwo.ca>.
18095         * mm-decode.el (mm-save-part): Enable change of prompt.
18097 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18099         * gnus-msg.el (gnus-inews-add-send-actions):
18100         Make `message-post-method' lambda parameter ARG `&optional'.
18102 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18104         * gnus-sum.el (gnus-summary-mime-map):
18105         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18106         gnus-article-jump-to-part.
18108         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18109         (gnus-article-edit-part): Use it.
18110         (gnus-article-part-wrapper): Add no-handle argument.
18111         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18112         New functions.
18114 2005-08-29  Romain Francoise  <romain@orebokech.com>
18116         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18117         docstring.
18118         (gnus-face-from-file): Likewise.
18120 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18122         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18123         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18124         non-nil.
18125         (gnus-auto-select-part): New variable.
18126         (gnus-article-jump-to-part): New function.
18127         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18128         (gnus-mime-delete-part): Allow selecting specified part after
18129         deleting or stripping parts.
18130         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18131         part if argument is bogus.
18133 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18135         * gnus-art.el (w3m-minor-mode-map):
18136         * gnus-spec.el (gnus-newsrc-file-version):
18137         * gnus-util.el (nnmail-active-file-coding-system)
18138         (gnus-original-article-buffer, gnus-user-agent):
18139         * gnus.el (gnus-ham-process-destinations)
18140         (gnus-parameter-ham-marks-alist)
18141         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18142         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18143         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18144         * mm-decode.el (gnus-current-window-configuration):
18145         * mm-extern.el (gnus-article-mime-handles):
18146         * mm-url.el (url-current-object, url-package-name)
18147         (url-package-version):
18148         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18149         (smime-keys, w3m-cid-retrieve-function-alist)
18150         (w3m-current-buffer, w3m-display-inline-images)
18151         (w3m-minor-mode-map):
18152         * mml-smime.el (gnus-extract-address-components):
18153         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18154         (gnus-newsrc-hashtb, message-default-charset)
18155         (message-deletable-headers, message-options)
18156         (message-posting-charset, message-required-mail-headers)
18157         (message-required-news-headers):
18158         * mml1991.el (mc-pgp-always-sign):
18159         * mml2015.el (mc-pgp-always-sign):
18160         * nnheader.el (nnmail-extra-headers):
18161         * rfc1843.el (gnus-decode-encoded-word-function)
18162         (gnus-decode-header-function, gnus-newsgroup-name):
18163         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18165 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18167         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18168         the end of the date treatments.
18170 2005-08-15  Simon Josefsson  <jas@extundo.com>
18172         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18173         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18174         Capello and Romain Francoise.
18175         (pgg-fetch-key-function): Remove, not used?
18176         (pgg-insert-url-with-w3): Require url, to get
18177         url-insert-file-contents regardless of where it is defined.
18179 2005-08-13  Romain Francoise  <romain@orebokech.com>
18181         * message.el (message-cite-original-1): New function.
18182         (message-cite-original): Use it.
18183         (message-cite-original-without-signature): Ditto.
18185 2005-08-08  Romain Francoise  <romain@orebokech.com>
18187         * message.el (message-yank-empty-prefix): New variable.
18188         (message-indent-citation): Use it.
18189         (message-cite-original-without-signature): Respect X-No-Archive.
18191 2005-08-08  Simon Josefsson  <jas@extundo.com>
18193         * pgg.el: Autoload url-insert-file-contents instead of loading
18194         w3/url.
18195         (pgg-insert-url-with-w3): Don't load url here.
18197 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18199         * message.el (message-kill-to-signature): Don't insert newline at
18200         bol.
18201         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18203 2005-08-06  Romain Francoise  <romain@orebokech.com>
18205         * message.el (message-user-fqdn): Fix typo in docstring.
18207 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18209         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18211         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18213 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18215         * mm-bodies.el (mm-encode-body): Use coding system rather than
18216         charset to encode text.
18218         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18219         number of charsets if utf-8 is available (XEmacs).
18221 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18223         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18224         taken from `gnus-button-mid-or-mail-regexp'.
18225         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18226         (gnus-button-alist): Improve regexp for domain part of the MIDs
18227         for news:localpart@domain buttons.
18228         (gnus-button-ctan-directory-regexp): Update.
18230 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18232         * sieve-manage.el (sieve-manage-interactive-login):
18233         Use make-local-variable rather than make-variable-buffer-local.
18234         (sieve-manage-open): Ditto.
18235         (sieve-manage-authenticate): Ditto.
18237         * mml.el (mml-generate-mime-1): Make the content type default to
18238         text/plain if the filename is not specified.
18240 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18242         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18243         instead of insert-buffer.
18245         * message.el (message-yank-original): Ditto; set the mark at the
18246         end of the yanked message.
18248 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18250         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18251         lines to scroll rather than to stop it.
18253         * mml.el (mml-generate-default-type): Add doc string.
18254         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18255         default to application/octet-stream when determining the content
18256         type if it is not specified for the part or the mml contents; add
18257         a comment about mml-generate-default-type.
18259 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18261         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18262         make it default to application/octet-stream when determining the
18263         content type if it is not specified for the external contents.
18265 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18267         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18268         segmented parameter but also other parameters might be there.
18270 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18272         * mm-decode.el (mm-display-external): Delete temp file, directory
18273         and buffer immediately if the external process is exited.
18275 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18277         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18278         fewer lines than that of scroll-margin.
18279         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18281 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18283         * gnus-art.el (gnus-article-next-page): Revert.
18284         (gnus-article-beginning-of-window): New macro.
18285         (gnus-article-next-page-1): Use it.
18286         (gnus-article-prev-page): Ditto.
18287         (gnus-article-edit-part): Use insert-buffer-substring instead of
18288         insert-buffer.
18289         (gnus-article-edit-exit): Ditto.
18291         * gnus-util.el (gnus-beginning-of-window): Remove.
18292         (gnus-end-of-window): Remove.
18294 2005-07-25  Simon Josefsson  <jas@extundo.com>
18296         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18297         to have the url package without w3.  Reported by Daiki Ueno
18298         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18300 2005-07-20  Didier Verna  <didier@xemacs.org>
18302         * gnus-diary.el: Remove the description comment (nndiary is now
18303         properly documented in the Gnus manual).
18304         Fix the spelling of "Back End".
18305         * nndiary.el: Ditto.
18306         Fix the copyright notice.
18308 2005-07-18  Romain Francoise  <romain@orebokech.com>
18310         * gnus-sum.el (gnus-summary-to-prefix)
18311         (gnus-summary-newsgroup-prefix): New variables.
18312         (gnus-summary-from-or-to-or-newsgroups): Use them.
18314 2005-07-17  Romain Francoise  <romain@orebokech.com>
18316         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18317         space as it's generally not especially interesting to the user.
18319 2005-07-16  Romain Francoise  <romain@orebokech.com>
18321         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18322         nil to avoid prompting and file modification if one of the
18323         messages at the top of the nnfolder file contains a copyright
18324         notice.
18325         Update copyright notice.
18327         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18328         instead of `current-time-string' as the latter creates a time
18329         string that is not RFC 2822 compliant (it lacks the zone).
18330         Update copyright notice.
18332 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18334         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18335         for text/rtf.  Display default in prompt.  Pass default for M-n.
18337         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18339 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18341         * gnus-msg.el (gnus-button-mailto):
18342         Remove save-selected-window-window hackery because it relies on
18343         save-selected-window internals.
18345 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18347         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18348         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18349         (gnus-article-prev-page): Ditto.
18351         * gnus-util.el (gnus-beginning-of-window): New function.
18352         (gnus-end-of-window): New function.
18354 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18356         * gnus-score.el (gnus-score-edit-all-score):
18357         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18358         gnus-message.
18360 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18362         * gnus-msg.el (gnus-button-mailto):
18363         Remove save-selected-window-window hackery because it relies on
18364         save-selected-window internals.
18366 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18368         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18369         add-minor-mode.
18370         (gnus-binary-mode): Ditto.
18372         * gnus-topic.el (gnus-topic-mode): Ditto.
18374 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18376         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18377         (gnus-article-prev-page): Take scroll-margin into consideration.
18379 2005-07-04  Lute Kamstra  <lute@gnu.org>
18381         Update FSF's address in GPL notices.
18383 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18385         * gnus.el (gnus-exit):
18386         * gnus-group.el (gnus-group-icons):
18387         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18389         * gnus-nocem.el (gnus-nocem):
18390         * message.el (message-various, message-buffers, message-sending)
18391         (message-interface, message-forwarding, message-insertion)
18392         (message-headers, message-news, message-mail):
18393         * pgg-gpg.el (pgg-gpg):
18394         * pgg-parse.el (pgg-parse):
18395         * pgg-pgp.el (pgg-pgp):
18396         * pgg-pgp5.el (pgg-pgp5):
18397         * pop3.el (pop3): Finish `defgroup' description with period.
18399 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18401         * gnus-art.el (article-display-face): Improve the efficiency.
18402         (article-display-x-face): Ditto; remove gray x-face stuff.
18404 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18406         * gnus-art.el (article-display-face): Correct the position in
18407         which Faces are inserted.
18409 2005-06-29  Didier Verna  <didier@xemacs.org>
18411         * gnus-art.el (article-display-face): Display faces in correct
18412         order.
18414 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18416         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18417         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18418         (gnus-nocem-check-article): Fetch the Type header.
18419         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18420         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18421         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18422         make sure gnus-nocem-hashtb is initialized.
18423         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18424         (gnus-nocem-unwanted-article-p): Ditto.
18426         * pgg.el (pgg-verify): Return the verification result.
18428 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18430         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18431         is ascii.
18433 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18435         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18436         `show-nonbreak-escape'.
18438 2005-06-23  Lute Kamstra  <lute@gnu.org>
18440         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18442         * dig.el (dig-mode):
18443         * smime.el (smime-mode): Use gnus-run-mode-hooks.
18445 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18447         * nnimap.el (nnimap-split-download-body): Fix spellings.
18449 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18451         * gnus-art.el (gnus-article-encrypt-body):
18452         * gnus-cus.el (gnus-score-customize):
18453         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18454         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18456 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
18458         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18459         header by looking for magic "MII" at the beginning.
18461 2005-06-16  Miles Bader  <miles@gnu.org>
18463         * assistant.el (assistant-field): Remove "-face" suffix from face name.
18464         (assistant-field-face): New backward-compatibility alias for renamed
18465         face.
18466         (assistant-render-text): Use renamed assistant-field face.
18468         * spam.el (spam): Remove "-face" suffix from face name.
18469         (spam-face): New backward-compatibility alias for renamed face.
18470         (spam-face, spam-initialize): Use renamed spam face.
18472         * message.el (message-header-to, message-header-cc)
18473         (message-header-subject, message-header-newsgroups)
18474         (message-header-other, message-header-name)
18475         (message-header-xheader, message-separator, message-cited-text)
18476         (message-mml): Remove "-face" suffix from face names.
18477         (message-header-to-face, message-header-cc-face)
18478         (message-header-subject-face, message-header-newsgroups-face)
18479         (message-header-other-face, message-header-name-face)
18480         (message-header-xheader-face, message-separator-face)
18481         (message-cited-text-face, message-mml-face):
18482         New backward-compatibility aliases for renamed faces.
18483         (message-font-lock-keywords): Use renamed message faces.
18485         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18486         (sieve-test-commands, sieve-tagged-arguments):
18487         Remove "-face" suffix from face names.
18488         (sieve-control-commands-face, sieve-action-commands-face)
18489         (sieve-test-commands-face, sieve-tagged-arguments-face):
18490         New backward-compatibility aliases for renamed faces.
18491         (sieve-control-commands-face, sieve-action-commands-face)
18492         (sieve-test-commands-face, sieve-tagged-arguments-face):
18493         Use renamed sieve faces.
18495         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18496         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18497         (gnus-group-news-3-empty, gnus-group-news-4)
18498         (gnus-group-news-4-empty, gnus-group-news-5)
18499         (gnus-group-news-5-empty, gnus-group-news-6)
18500         (gnus-group-news-6-empty, gnus-group-news-low)
18501         (gnus-group-news-low-empty, gnus-group-mail-1)
18502         (gnus-group-mail-1-empty, gnus-group-mail-2)
18503         (gnus-group-mail-2-empty, gnus-group-mail-3)
18504         (gnus-group-mail-3-empty, gnus-group-mail-low)
18505         (gnus-group-mail-low-empty, gnus-summary-selected)
18506         (gnus-summary-cancelled, gnus-summary-high-ticked)
18507         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18508         (gnus-summary-high-ancient, gnus-summary-low-ancient)
18509         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18510         (gnus-summary-low-undownloaded)
18511         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18512         (gnus-summary-low-unread, gnus-summary-normal-unread)
18513         (gnus-summary-high-read, gnus-summary-low-read)
18514         (gnus-summary-normal-read, gnus-splash):
18515         Remove "-face" suffix from face names.
18516         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18517         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18518         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18519         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18520         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18521         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18522         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18523         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18524         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18525         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18526         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18527         (gnus-summary-selected-face, gnus-summary-cancelled-face)
18528         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18529         (gnus-summary-normal-ticked-face)
18530         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18531         (gnus-summary-normal-ancient-face)
18532         (gnus-summary-high-undownloaded-face)
18533         (gnus-summary-low-undownloaded-face)
18534         (gnus-summary-normal-undownloaded-face)
18535         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18536         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18537         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18538         (gnus-splash-face):
18539         New backward-compatibility aliases for renamed faces.
18540         (gnus-group-startup-message): Use renamed gnus faces.
18542         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18543         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18544         (gnus-server-agent): Remove "-face" suffix from face names.
18545         (gnus-server-agent-face, gnus-server-opened-face)
18546         (gnus-server-closed-face, gnus-server-denied-face)
18547         (gnus-server-offline-face):
18548         New backward-compatibility aliases for renamed faces.
18549         (gnus-server-agent-face, gnus-server-opened-face)
18550         (gnus-server-closed-face, gnus-server-denied-face)
18551         (gnus-server-offline-face): Use renamed gnus faces.
18553         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18554         Remove "-face" suffix from face names.
18555         (gnus-picon-xbm-face, gnus-picon-face):
18556         New backward-compatibility aliases for renamed faces.
18558         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18559         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18560         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18561         (gnus-cite-11): Remove "-face" suffix from face names.
18562         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18563         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18564         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18565         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18566         New backward-compatibility aliases for renamed faces.
18567         (gnus-cite-attribution-face, gnus-cite-face-list)
18568         (gnus-article-boring-faces): Use renamed gnus faces.
18570         * gnus-art.el (gnus-signature, gnus-header-from)
18571         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18572         (gnus-header-content): Remove "-face" suffix from face names.
18573         (gnus-signature-face, gnus-header-from-face)
18574         (gnus-header-subject-face, gnus-header-newsgroups-face)
18575         (gnus-header-name-face, gnus-header-content-face):
18576         New backward-compatibility aliases for renamed faces.
18577         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18579         * gnus-sum.el (gnus-summary-selected-face)
18580         (gnus-summary-highlight): Use renamed gnus faces.
18581         * gnus-group.el (gnus-group-highlight): Likewise.
18583 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18585         * gnus-sieve.el (gnus-sieve-article-add-rule):
18586         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18587         * spam-stat.el (spam-stat-buffer-change-to-spam)
18588         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18590         * message.el (message-is-yours-p):
18591         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18593 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18595         * mm-view.el (mm-inline-text): Withdraw the last change.
18597 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18599         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18600         executing enriched-decode.
18602 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18604         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18605         charset of tar files.
18607 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18609         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18611 2005-06-04  Lute Kamstra  <lute@gnu.org>
18613         * nnfolder.el (nnfolder-read-folder): Make sure that undo
18614         information is never recorded.
18616 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18618         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18620 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18622         * pop3.el (pop3-apop): Run md5 in the binary mode.
18624         * starttls.el (starttls-set-process-query-on-exit-flag):
18625         Use eval-and-compile.
18627 2005-05-31  Simon Josefsson  <jas@extundo.com>
18629         * smime.el (smime-replace-in-string): Define.
18630         (smime-cert-by-ldap-1): Use it.
18632 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18634         * gnus-art.el (article-display-x-face): Replace
18635         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18637         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18638         set-process-query-on-exit-flag or process-kill-without-query.
18640         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18641         loop instead of replace-regexp.
18643         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18644         instead of process-kill-without-query if it is available.
18646         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18647         instead of find-file-hooks if it is available.
18649         * mml1991.el: Bind pgg-default-user-id when compiling.
18651         * mml2015.el: Bind pgg-default-user-id when compiling.
18653         * nndraft.el (nndraft-request-associate-buffer):
18654         Use write-contents-functions instead of write-contents-hooks if it is
18655         available.
18657         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18658         instead of find-file-hooks if it is available.
18660         * nntp.el (nntp-open-connection): Replace
18661         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18662         (nntp-open-ssl-stream): Ditto.
18663         (nntp-open-tls-stream): Ditto.
18665         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18666         set-process-query-on-exit-flag or process-kill-without-query.
18667         (starttls-open-stream-gnutls): Use it instead of
18668         process-kill-without-query.
18669         (starttls-open-stream): Ditto.
18671 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
18673         * smime.el (smime-cert-by-ldap-1): Don't use
18674         replace-regexp-in-string.
18676 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
18678         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18680         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18681         in PEM format.  Adjust to the XEmacs compatibility.
18683 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
18685         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18686         by `string-to-number'.
18687         * gnus-agent.el (gnus-agent-regenerate-group)
18688         (gnus-agent-fetch-articles): Ditto.
18689         * gnus-art.el (gnus-button-fetch-group): Ditto.
18690         * gnus-cache.el (gnus-cache-generate-active)
18691         (gnus-cache-articles-in-group): Ditto.
18692         * gnus-group.el (gnus-group-set-current-level)
18693         (gnus-group-insert-group-line): Ditto.
18694         * gnus-score.el (gnus-score-set-expunge-below)
18695         (gnus-score-set-mark-below, gnus-summary-score-effect)
18696         (gnus-summary-score-entry): Ditto.
18697         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18698         (gnus-soup-pack): Ditto.
18699         * gnus-spec.el (gnus-xmas-format): Ditto.
18700         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18701         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18702         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18703         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18704         * nndb.el (nndb-get-remote-expire-response): Ditto.
18705         * nndiary.el (nndiary-parse-schedule-value)
18706         (nndiary-string-to-number, nndiary-request-replace-article)
18707         (nndiary-request-article): Ditto.
18708         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18709         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18710         * nneething.el (nneething-make-head): Ditto.
18711         * nnfolder.el (nnfolder-request-article)
18712         (nnfolder-retrieve-headers): Ditto.
18713         * nnheader.el (nnheader-file-to-number): Ditto.
18714         * nnkiboze.el (nnkiboze-request-article): Ditto.
18715         * nnmail.el (nnmail-process-unix-mail-format)
18716         (nnmail-process-babyl-mail-format): Ditto.
18717         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18718         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18719         (nnmh-request-create-group, nnmh-request-list-1)
18720         (nnmh-request-group, nnmh-request-article): Ditto.
18721         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18722         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18723         * nnsoup.el (nnsoup-make-active): Ditto.
18724         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18725         * nntp.el (nntp-find-group-and-number)
18726         (nntp-retrieve-headers-with-xover): Ditto.
18727         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18728         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18729         (pgg-format-key-identifier): Ditto.
18730         * pop3.el (pop3-last, pop3-stat): Ditto.
18731         * qp.el (quoted-printable-decode-region): Ditto.
18733         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18734         of concat.
18736 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18738         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18740         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18742         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18744         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18746         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18748         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18750         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18751         (gnus-carpal-mode): Ditto.
18753         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18754         (gnus-browse-mode): Ditto.
18756         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18758         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18760 2005-05-29  Richard M. Stallman  <rms@gnu.org>
18762         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18764 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18766         * gnus-util.el (gnus-run-mode-hooks): New function.
18768         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18770 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
18772         * gnus-agent.el (gnus-agent-make-mode-line-string):
18773         Use mode-line-highlight as mouse-face.
18775 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18777         * canlock.el (canlock): Change the parent group to news.
18779         * deuglify.el (gnus-outlook-deuglify): Add :group.
18781         * dig.el (dig): Add :group.
18783         * dns-mode.el (dns-mode): Add :group.
18785         * encrypt.el (encrypt): Add :group.
18787         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18788         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18789         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18790         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18791         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18793         * gnus-diary.el (gnus-diary): Add :group.
18795         * gnus.el (gnus-group-news-1-face): Add :group.
18796         (gnus-group-news-1-empty-face): Ditto.
18797         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18798         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18799         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18800         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18801         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18802         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18803         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18804         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18805         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18806         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18807         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18808         (gnus-summary-high-ticked-face): Ditto.
18809         (gnus-summary-low-ticked-face): Ditto.
18810         (gnus-summary-normal-ticked-face): Ditto.
18811         (gnus-summary-high-ancient-face): Ditto.
18812         (gnus-summary-low-ancient-face): Ditto.
18813         (gnus-summary-normal-ancient-face): Ditto.
18814         (gnus-summary-high-undownloaded-face): Ditto.
18815         (gnus-summary-low-undownloaded-face): Ditto.
18816         (gnus-summary-normal-undownloaded-face): Ditto.
18817         (gnus-summary-high-unread-face): Ditto.
18818         (gnus-summary-low-unread-face): Ditto.
18819         (gnus-summary-normal-unread-face): Ditto.
18820         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18821         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18823         * hashcash.el (hashcash): New custom group.
18824         (hashcash-default-payment): Add :group.
18825         (hashcash-payment-alist): Ditto.
18826         (hashcash-default-accept-payment): Ditto.
18827         (hashcash-accept-resources): Ditto.
18828         (hashcash-path): Ditto.
18829         (hashcash-extra-generate-parameters): Ditto.
18830         (hashcash-double-spend-database): Ditto.
18831         (hashcash-in-news): Ditto.
18833         * message.el (message-minibuffer-local-map): Add :group.
18835         * netrc.el (netrc): Add :group.
18837         * sieve-manage.el (sieve-manage-log): Add :group.
18838         (sieve-manage-default-user): Diito.
18839         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18840         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18841         (sieve-manage-authenticators): Ditto.
18842         (sieve-manage-authenticator-alist): Ditto.
18843         (sieve-manage-default-port): Ditto.
18845         * sieve-mode.el (sieve-control-commands-face): Add :group.
18846         (sieve-action-commands-face): Ditto.
18847         (sieve-test-commands-face): Ditto.
18848         (sieve-tagged-arguments-face): Ditto.
18850         * smime.el (smime): Add :group.
18852         * spam-report.el (spam-report): Add :group.
18854         * spam.el (spam, spam-face): Add :group.
18856 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18858         * nntp.el (nntp-next-result-arrived-p): Some news servers may
18859         return \n.\n.\n at the end of articles.  Protect against that.
18860         (nntp-with-open-group): Allow debugging.
18862         * nnheader.el (mail-header-set-extra): Make into a function
18863         because I just could't understand how to quote the list properly.
18865         * dns.el (query-dns-cached): New function.
18867 2005-05-26  Lute Kamstra  <lute@gnu.org>
18869         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18871 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18873         * gnus-art.el: Don't autoload mail-extract-address-components.
18875         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18876         eval-and-compile to evaluate it.
18878         * hashcash.el: Don't autoload executable-find.
18880         * nndb.el: Don't declare the nndb back end two or more times; don't
18881         autoload news-reply-mode, news-setup, cancel-timer and telnet.
18883         * nntp.el: Autoload format-spec instead of format; use
18884         eval-and-compile to evaluate autoload forms.
18886 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
18888         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18890 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18892         * gnus.el (gnus-version-number): Bump version.
18894 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18896         * gnus.el: No Gnus v0.3 is released.
18898 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18900         * gnus-art.el (gnus-article-edit-part): Disable undo.
18902 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18904         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18905         gnus-article-date-lapsed-new-header is t if date timer is active;
18906         skip headers in which the original date value is empty.
18907         (gnus-article-save-original-date): Redefine it as a macro.
18908         (gnus-display-mime): Use it.
18910 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18912         * gnus-art.el (article-date-ut): Support converting date in
18913         forwarded parts as well.
18914         (gnus-article-save-original-date): New function.
18915         (gnus-display-mime): Use it.
18917 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
18919         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18920         enclosure element of <item>.
18922 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
18924         * message.el (message-kill-buffer-query): Rename from
18925         `message-kill-buffer-query-if-modified'.  Add :version.
18927 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18929         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18930         window layout.
18932 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18934         * mml.el: Autoload dnd when compiling.
18936 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18938         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18939         x-dnd-*.
18941 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18943         * qp.el (quoted-printable-encode-region): Save excursion.
18945 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
18947         * message.el (message-kill-buffer-query-if-modified): Add new variable
18948         so the user can kill a modified message buffer quickly.
18949         (message-kill-buffer): Use it.
18951 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18953         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
18954         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18956 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18958         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18959         contained in text because xml.el decodes entities) with LFs.
18961 2005-04-11  Lute Kamstra  <lute@gnu.org>
18963         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18964         differently.
18966 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18968         * mm-util.el (mm-detect-coding-region): Typo.
18970 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18972         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18974 2005-04-06  Deepak Goel  <deego@gnufans.org>
18976         * spam-stat.el (spam-stat-score-buffer): Add a call to a
18977         user-function allow user modifications of the scores.
18978         (spam-stat-score-buffer-user): New function, to allow
18979         user-computed modifications to the score.
18980         (spam-stat-score-buffer-user-functions): List of additional
18981         scoring functions.
18982         (spam-stat-error-holder): Global temporary error holder.
18983         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18984         variable.
18986 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
18988         * gnus-registry.el (gnus-registry-clean-empty-function)
18989         (gnus-registry-trim, gnus-registry-fetch-groups)
18990         (gnus-registry-delete-group): Groups that match
18991         `gnus-registry-ignored-groups' are removed from the registry
18992         entries, not just ignored for splitting.  This helps clean up the
18993         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
18994         to get all the groups a message ID is in.
18996         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18997         (spam-stat-split-fancy): Change "threshhold" to "threshold".
18998         (spam-stat-score-buffer-user-functions): Add :number custom type.
19000 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19002         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19003         argument in XEmacs.
19005         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19006         (nnrss-request-group): Decode group name first.
19007         (nnrss-request-article): Make a text/plain article if mml-to-mime
19008         failed.
19009         (nnrss-get-encoding): Return a compatible encoding according to
19010         nnrss-compatible-encoding-alist.
19011         (nnrss-find-el): Use consp instead of listp.
19012         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19014 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19016         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19017         which Emacs 20 doesn't support.
19018         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19020 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19022         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19023         silence the byte compiler inside the defun.
19025         * gnus-demon.el (parse-time-string): Add autoload.
19027         * gnus-delay.el (parse-time-string): Add autoload.
19029         * gnus-art.el (parse-time-string): Add autoload.
19031         * nnultimate.el (parse-time): Require for `parse-time-string'.
19033 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19035         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19037         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19039         * smime.el (smime-ldap-host-list): Add :version.
19041 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19043         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19044         pass it to `gnus-browse-read-group'.
19045         (gnus-browse-read-group): Add NUMBER argument and pass it to
19046         `gnus-group-read-ephemeral-group'.
19048         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19049         argument and pass it to `gnus-group-read-group'.
19051 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19053         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19054         mm-xemacs-find-mime-charset-1 if we have the mule feature
19055         available at runtime.
19057 2005-03-25  Werner Lemberg  <wl@gnu.org>
19059         * nnmaildir.el: Replace `illegal' with `invalid'.
19061 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19063         * gnus-start.el (gnus-display-time-event-handler):
19064         Check display-time-timer at runtime rather than only at load time
19065         in case display-time-mode is turned off in the mean time.
19067 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19069         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19070         used.
19072         * nneething.el (nneething-map-file-directory): Derive from
19073         `gnus-directory'.
19075         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19076         the To/Cc button.
19078 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19080         * nnmaildir.el (nnmaildir-request-accept-article):
19081         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19083 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19085         * gnus-async.el: Require timer-funcs at compile time when in
19086         XEmacs for `run-with-idle-timer'.
19088 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19090         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19091         autoloaded function.
19093 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19095         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19097 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19099         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19101 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19103         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19104         Add gnus-expert-user to default.
19106 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19108         * nnimap.el (nnimap-open-server): Ditto.
19110         * imap.el (imap-authenticate): Fix typo.
19112 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19114         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19115         buffer (since IMAP server might return FETCH response out of
19116         order, and the nntp buffer must be sorted).
19118 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19120         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19121         comparison on string.
19123         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19124         (gnus-agent-score): Rename category keywords to match gnus-cus.
19125         (gnus-agent-summary-fetch-series): Modify to protect against
19126         gnus-agent-summary-fetch-group clearing processable flags.
19127         (gnus-agent-synchronize-group-flags): Update live group buffer as
19128         synchronization may occur due to the user toggle the plugged
19129         status.
19130         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19131         successfully downloaded.
19132         (gnus-agent-expire-group-1): Avoid using markers when the overview
19133         is in ascending order; greatly improves performance.
19134         (gnus-agent-regenerate-group):
19135         Use gnus-agent-synchronize-group-flags to reset read status in both
19136         gnus and server.
19137         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19139 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19141         * message.el: Don't autoload former message-utils variables.
19142         (message-strip-subject-trailing-was): Change doc string.
19144         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19145         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19146         (nnweb-google-search): Add "hl=en" here.
19147         (nnweb-google-parse-1, nnweb-google-create-mapping):
19148         Don't hardcode URL.
19150 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19152         * message.el (message-get-reply-headers, message-followup):
19153         Mention related variables `message-use-followup-to' and
19154         `message-use-mail-followup-to', in the information buffer.
19156         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19157         of broken groups(-beta).google.com.
19159 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19161         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19162         parameter to invoked gnus-request-move-article; remove the
19163         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19164         all at once instead of once per article.
19165         (gnus-summary-remove-process-mark): Accept a list of articles as
19166         well as a single article for processing.
19168         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19169         parameter.
19171         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19173         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19175         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19176         parameter.
19178         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19179         parameter.
19181         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19182         parameter and remove the gnus-sum-hint-move-is-internal variable.
19184         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19185         parameter.
19187         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19188         parameter.
19190         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19191         parameter.
19193         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19195         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19196         parameter.
19198         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19199         parameter.
19201 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19203         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19204         a more conservative way.
19206 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19208         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19209         buffer, so it moves the window's cursor.
19211 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19213         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19214         `mm-dissect-multipart' and receive the from field as an (optional)
19215         argument from `mm-dissect-multipart'.
19216         (mm-dissect-multipart): Receive the from field as an argument and
19217         pass it on when we call `mm-dissect-buffer' on MIME parts.
19218         Fixes verification/decryption of signed/encrypted MIME parts.
19220 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19222         * gnus-sum.el (gnus-summary-move-article):
19223         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19224         whatever it calls (right now, only nnimap-request-move article
19225         respects it).
19227         * nnimap.el (nnimap-request-move-article):
19228         When gnus-sum-hint-move-is-internal is set, don't do the extra
19229         nnimap-request-article.
19231 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19233         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19235         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19236         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19238         * gnus-sum.el (gnus-summary-caesar-message):
19239         Apply `gnus-treat-article' after rotation.
19241         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19242         doc string.
19244 2005-02-22  Simon Josefsson  <jas@extundo.com>
19246         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19247         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19248         <arne@arnested.dk>.
19249         (encrypt): Add password-cache and password-cache-expiry as group
19250         members.
19252 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19254         * smime.el (smime-ldap-host-list): Doc fix.
19255         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19256         cache) password.
19257         (smime-sign-region): Use it.
19258         (smime-decrypt-region): Use it.
19259         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19260         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19261         fails.
19262         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19263         certificate from DER to PEM format rather than calling openssl.
19265         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19267         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19268         for signing/encryption.
19270         * mml.el (mml-parse-1): Use them.
19272 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19274         * nnrss.el (nnrss-verbose): Remove.
19275         (nnrss-request-group): Use `nnheader-message' instead.
19277 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19279         * nnrss.el (nnrss-verbose): New variable.
19280         (nnrss-request-group): Make it say nnrss is requesting a group.
19282 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19284         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19285         Handle news URL with given port correctly.
19287 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19289         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19290         containing special characters.
19292         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19294         * mml.el (mime-to-mml): Ditto.
19296         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19297         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19298         (rfc2047-decode-region): Quote decoded words containing special
19299         characters when rfc2047-quote-decoded-words-containing-tspecials
19300         is non-nil.
19302 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19304         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19306         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19308 2005-02-15  Simon Josefsson  <jas@extundo.com>
19310         * nnimap.el (nnimap-debug): Doc fix.
19312         * imap.el (imap-debug): Doc fix.
19314 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19316         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19318 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19320         * gnus.el (spam-contents): Improve docs for spam-contents
19321         parameter in its variable incarnation.
19323 2005-02-14  Simon Josefsson  <jas@extundo.com>
19325         * smime-ldap.el: Use require instead of load-library for ldap.
19326         (smime-ldap-search): Indent.
19327         (smime-ldap-search-internal): Shorten line.
19329         * smime.el (smime-cert-by-dns): Add doc-string.
19330         (smime-cert-by-ldap-1): Indent.
19332         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19333         mml-smime-get-dns-ldap.
19334         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19336 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19338         * smime.el: Require smime-ldap.
19339         (smime-ldap-host-list): New variable.
19340         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19342         * mml-smime.el (mml-smime-encrypt-query): New function.
19343         (mml-smime-encrypt-query): Use it.
19345         * smime-ldap.el: New file.
19347 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19349         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19351 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19353         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19354         argument in doc string.  Make query for type more clear.
19356 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19358         * gnus.el (gnus-group-startup-message): Search for gnus images in
19359         etc/images/gnus.
19360         * mm-util.el (mm-image-load-path): Likewise.
19361         * smiley.el (smiley-data-directory): Search for smilies in
19362         etc/images/smilies.
19364 2005-02-09  Kim F. Storm  <storm@cua.dk>
19366         Change Emacs release version from 21.4 to 22.1 throughout.
19367         Change Emacs development version from 21.3.50 to 22.0.50.
19369 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19371         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19373         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19374         non-Mule XEmacs as well.
19375         (mm-decompress-buffer): Signal an error intentionally if it does
19376         not decompress compressed data because auto-compression-mode is
19377         disabled.
19379 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19381         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19382         an ID in the registry even if it has no groups.
19384 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19386         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19387         merge it into mm-decompress-buffer.
19388         (gnus-mime-copy-part): Use the MIME part charset, the value which
19389         a user specified or gnus-newsgroup-charset for decoding, like
19390         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19391         save-buffer what was used.  Suggested by Kevin Ryde
19392         <user42@zip.com.au>.
19393         (gnus-mime-inline-part): Allow the name parameter as well as the
19394         filename parameter; force decompressing of compressed data; always
19395         display contents being not decoded as unibyte.
19397         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19398         as well as the filename parameter.
19400         * mm-util.el (mm-decompress-buffer):
19401         Merge gnus-mime-jka-compr-maybe-uncompress.
19402         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19403         of compressed data.
19405 2005-02-08  Simon Josefsson  <jas@extundo.com>
19407         * imap.el (imap-log): Doc fix.
19409 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19411         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19412         the coding cookies; decompress compressed parts.
19414         * mml.el (mml-generate-mime-1): Add the charset parameter according
19415         to the value which a user specified manually or the coding cookie.
19417         * mm-util.el (mm-string-to-multibyte): New function.
19418         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19419         (mm-coding-system-to-mime-charset): New function.
19420         (mm-decompress-buffer): New function.
19421         (mm-find-buffer-file-coding-system): New function.
19423         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19424         (mm-display-inline-fontify): Rewrite for decoding and decompressing
19425         parts.
19427 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19429         * mm-view.el (mm-display-inline-fontify): Decode a part according
19430         to the charset parameter.
19432 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19434         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19435         prefix arg is neither nil nor a number, as info specifies.
19437 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19439         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19440         timestamps.
19442 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
19444         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19445         groups error checking and notify user.
19447 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
19449         * message.el (message-send-mail-function): Check existence of
19450         sendmail-program first before using default value
19451         `message-send-mail-with-sendmail'.  Otherwise use more generic
19452         `smtpmail-send-it'.
19454 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19456         * nntp.el (nntp-request-update-info): Always return nil.
19458 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19460         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19462 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19464         * message.el (message-beginning-of-line): Change the behavior when
19465         invoked between BOL and : so that it first moves backward.
19467 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19469         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19470         article buffer when editing of the article is discarded.
19471         (gnus-article-prepare): Revert.
19473 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19475         * gnus-art.el (gnus-article-prepare):
19476         Remove message-strip-forbidden-properties from the local hook.
19478 2005-01-27  Simon Josefsson  <jas@extundo.com>
19480         * password.el (password-cache-add): Only start one timer per key.
19481         Reported by Derek Atkins <warlord@MIT.EDU>.
19483 2005-01-26  Steve Youngs  <steve@sxemacs.org>
19485         * run-at-time.el: Remove.  It is no longer needed as
19486         timer-funcs.el in the xemacs-base package has a working version of
19487         `run-at-time'.
19489         * password.el: Require timer-funcs instead of run-at-time in
19490         XEmacs.
19491         Remove `password-run-at-time' macro.
19492         (password-cache-add): Use `run-at-time' instead of
19493         `password-run-at-time'.
19495         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19496         for `run-with-idle-timer'.
19498         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19499         for `run-at-time'.
19501         * mm-url.el: Require timer-funcs at compile time when in XEmacs
19502         for `with-timeout'.
19504 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19506         * mml.el (mml-generate-mime-1): Convert string into unibyte when
19507         inserting " *mml*" buffer's contents into a unibyte temp buffer.
19509 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
19511         * mail-source.el (mail-source-fetch-imap): Search for ^From case
19512         sensitively.
19514 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
19516         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19518 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19520         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19521         which will be inserted according to the multibyteness of a buffer
19522         rather than the type of contents.  Suggested by ARISAWA Akihiro
19523         <ari@mbf.ocn.ne.jp>.
19525         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19526         of string which old xml.el may return rather than a string.
19528 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19530         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19532 2005-01-16  Simon Josefsson  <jas@extundo.com>
19534         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19535         idn/idna.el isn't available.
19536         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
19537         <michael@waxrat.com>.
19539         * hashcash.el: Remove non-FSF copyright header.
19541         * hashcash.el (hashcash-extra-generate-parameters): New variable.
19542         (hashcash-generate-payment): Use it.
19543         (hashcash-generate-payment-async): Use it.
19545 2005-01-15  Simon Josefsson  <jas@extundo.com>
19547         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19548         Suggested by Raymond Scholz <ray-2005@zonix.de>.
19550         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19551         gnus-summary-idna-message.
19552         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19553         (gnus-summary-idna-message): New function.
19555 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
19557         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19558         gnus-novice-user.
19560 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19562         * nnrss.el (nnrss-request-delete-group): Delete entries in
19563         nnrss-group-alist as well.
19564         (nnrss-save-server-data): Insert newline.
19566 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
19568         * gnus.el (gnus-user-agent): Use list of symbols instead of
19569         symbols.  Display full version number for (S)XEmacs.
19570         Optionally display (S)XEmacs codename.
19572         * gnus-util.el (gnus-emacs-version): Update for new
19573         `gnus-user-agent'.
19575         * gnus-msg.el (gnus-extended-version): Make it possible to omit
19576         Gnus version.
19578 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19580         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
19581         which is unreadable in some setups.
19583 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19585         * gnus-spec.el (gnus-update-format-specifications): Flush the
19586         group format spec cache if it doesn't support decoded group names.
19588 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
19590         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19591         Allow to apply decay on score files matching a regexp.
19593 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19595         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19596         compatibility in %g and %c.
19598 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19600         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19601         name for only %g and %c.
19602         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19603         of gnus-tmp-group to decoded group name.
19604         (gnus-group-make-rss-group): Exclude `/'s from group names.
19606 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19608         * nnrss.el (nnrss-get-encoding): Fix regexp.
19610 2004-12-27  Simon Josefsson  <jas@extundo.com>
19612         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19613         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19614         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
19616 2004-12-17  Kim F. Storm  <storm@cua.dk>
19618         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19620         * gnus-sum.el (gnus-summary-mode-map): Likewise.
19622 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19624         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19626 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19628         * nnrss.el: Require rfc2047 and mml.
19629         (nnrss-file-coding-system): New variable.
19630         (nnrss-format-string): Redefine it as an inline function.
19631         (nnrss-decode-group-name): New function.
19632         (nnrss-string-as-multibyte): Remove.
19633         (nnrss-retrieve-headers): Decode group name; don't use
19634         nnrss-format-string.
19635         (nnrss-request-group): Decode group name.
19636         (nnrss-request-article): Decode group name; allow a Message-ID as
19637         well as an article number; don't use nnrss-format-string; encode a
19638         Message-ID string which may contain non-ASCII characters; use
19639         mml-to-mime to compose a MIME article.
19640         (nnrss-request-expire-articles): Decode group name.
19641         (nnrss-request-delete-group): Decode group name.
19642         (nnrss-fetch): Clarify error message.
19643         (nnrss-read-server-data): Use insert-file-contents instead of load;
19644         bind file-name-coding-system; use multibyte buffer.
19645         (nnrss-save-server-data): Bind coding-system-for-write to the
19646         value of nnrss-file-coding-system; bind file-name-coding-system;
19647         add coding cookie.
19648         (nnrss-read-group-data): Use insert-file-contents instead of load;
19649         bind file-name-coding-system; use multibyte buffer.
19650         (nnrss-save-group-data): Bind coding-system-for-write to the
19651         value of nnrss-file-coding-system; bind file-name-coding-system.
19652         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19653         make it work with non-ASCII text.
19654         (nnrss-find-el): Make it work with old xml.el as well.
19656 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19658         * nnrss.el (nnrss-get-encoding): New function.
19659         (nnrss-fetch): Use unibyte buffer initially; bind
19660         coding-system-for-read while performing mm-url-insert; remove ^Ms;
19661         decode contents according to the encoding attribute.
19662         (nnrss-save-group-data): Add coding cookie.
19663         (nnrss-mime-encode-string): New function.
19664         (nnrss-check-group): Use it to encode subject and author.
19666 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
19668         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19669         imaginary variable.
19671 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19673         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19674         correctly even if there are wide characters.
19676 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
19678         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19679         downcased symbol names; make a new cache instead of reusing
19680         bbdb-hashtable.
19682 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19684         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19685         concatenating segments rather than before concatenating them.
19686         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19688         * message.el (message-get-reply-headers): Bind `extra'.
19690 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19692         * message.el (message-extra-wide-headers): New variable.
19693         (message-get-reply-headers): Use it.
19695 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19697         * gnus-agent.el (gnus-agent-group-path): Decode group name.
19698         (gnus-agent-group-pathname): Ditto.
19700         * gnus-cache.el (gnus-cache-file-name): Decode group name.
19702         * gnus-group.el (gnus-group-make-group): Decode group name.
19703         (gnus-group-make-rss-group): Register the group data after opening
19704         the nnrss group.
19706 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
19708         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19709         by expiry now get marked as read.
19711 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19713         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19715 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
19717         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19718         unify Latin characters in XEmacs.
19719         (mm-find-mime-charset-region): Use it.
19721 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19723         * gnus-util.el (gnus-delete-directory): New function.
19725         * gnus-agent.el (gnus-agent-delete-group): Use it.
19727         * gnus-cache.el (gnus-cache-delete-group): Use it.
19729 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19731         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19732         names.
19734 2004-12-16  Simon Josefsson  <jas@extundo.com>
19736         * hashcash.el (hashcash-payment-alist): Fix custom :type.
19738 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19740         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19742         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19743         (gnus-group-set-current-level): Decode group name.
19745 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
19747         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19748         failed.
19750 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19752         * gnus-group.el (gnus-group-delete-group): Decode group name.
19753         (gnus-group-make-rss-group): Encode group name.
19754         (gnus-group-catchup-current): Decode group name.
19755         (gnus-group-kill-group): Decode group name.
19757 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19759         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19761 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19763         * gnus-group.el (gnus-group-make-rss-group):
19764         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19766         * gnus-start.el (gnus-setup-news): Honor user's setting to
19767         gnus-message-archive-method.  Suggested by Lute Kamstra
19768         <lute@gnu.org>.
19770 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
19772         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19773         global counterparts of the buffer-local variables.
19775 2004-11-16  Romain Francoise  <romain@orebokech.com>
19777         * gnus-sum.el (gnus-summary-exit): Don't clear the global
19778         counterparts of the buffer-local variables.
19780 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19782         * message.el (message-forbidden-properties): Fix typo in doc
19783         string.
19785 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19787         * gnus-util.el (gnus-replace-in-string): Add doc string.
19789         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19790         to avoid problems when splitting mails with many recipients.
19792 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19794         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19795         pop-to-buffer, covered by the subsequent gnus-configure-windows.
19797 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
19799         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19800         if there is no hashtable in memory or file modification time is
19801         newer than cached timestamp.
19803 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
19805         * gnus-sum.el (gnus-summary-limit-to-recipient):
19806         Implement not-matching option.
19808 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
19810         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19811         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19812         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19813         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19814         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
19815         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19817 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19819         * message.el (message-forward-make-body-mml): Remove headers
19820         according to message-forward-ignored-headers if a message is decoded.
19822 2004-12-02  Romain Francoise  <romain@orebokech.com>
19824         * message.el (message-forward-make-body-plain): Always remove
19825         headers according to message-forward-ignored-headers.
19827 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
19829         * spam.el (spam-summary-prepare-exit): Remove the
19830         gnus-summary-limit pop for now, it has problems with ham marks for
19831         me.
19833 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
19835         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19836         correctly.
19838 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
19840         * format-spec.el (format-spec): Message the char.
19842 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
19844         * gnus-art.el (gnus-split-methods): Reformat comments.
19846         * spam.el (spam-summary-prepare-exit): Remove article limits
19847         before exiting the summary buffer.
19849 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19851         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19852         order to silence the byte compiler.
19854         * spam.el: Fix the way to silence the byte compiler, which
19855         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19856         bbdb-search-simple, spam-BBDB-register-routine,
19857         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19858         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19859         spam-stat-buffer-is-spam, spam-stat-load,
19860         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19861         spam-stat-save and spam-stat-split-fancy.
19863 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19865         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19866         which may confuse users.
19867         (canlock-password-for-verify): Ditto.
19869         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19871         * gnus-art.el (gnus-emphasis-alist): Ditto.
19873         * gnus-registry.el (gnus-registry-max-entries): Ditto.
19875         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19877         * gnus-start.el (gnus-save-killed-list): Ditto.
19879         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19880         (gnus-sum-thread-tree-root): Ditto.
19881         (gnus-sum-thread-tree-false-root): Ditto.
19882         (gnus-sum-thread-tree-single-indent): Ditto.
19884         * message.el (message-courtesy-message): Ditto.
19885         (message-archive-note): Ditto.
19886         (message-subscribed-address-file): Ditto.
19887         (message-user-fqdn): Ditto.
19889         * spam-report.el (spam-report-gmane-regex): Ditto.
19891         * spam.el (spam-blackhole-good-server-regex): Ditto.
19893 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19895         * mml.el (mml-preview): Widen the message buffer before copying
19896         the contents to the preview buffer; sort headers before previewing.
19898         * message.el (message-hidden-headers): Fix the way to avoid a bug
19899         in the `repeat' widget in Emacs 21.3 or earlier.
19901 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19903         * message.el (message-hidden-headers): Default to "^References:".
19904         Improve customization type.  Suggested by Reiner Steib
19905         <Reiner.Steib@gmx.de>.
19907 2004-11-25  Romain Francoise  <romain@orebokech.com>
19909         * message.el (message-strip-forbidden-properties): Remove check for
19910         obsolete `message-hidden' text property, hidden headers are not
19911         accessible in the buffer anymore.
19913 2004-11-22  Romain Francoise  <romain@orebokech.com>
19915         * message.el (message-header-format-alist): Add `From' in list
19916         so that it can be sorted.
19917         (message-fix-before-sending): Widen and sort headers before
19918         sending.
19919         (message-hide-headers): Use narrowing to hide headers by moving
19920         them to the top of the buffer and narrowing to the region
19921         underneath.
19923 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19925         * message.el (message-strip-forbidden-properties):
19926         Bind buffer-read-only (etc) to nil.
19928 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19930         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19931         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19933 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
19935         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19937 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19939         * dns.el (query-dns): Use sit-for to time instead of
19940         accept-process-output, since that doesn't seem to work on udp
19941         sockets.
19943 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19945         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19947 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
19949         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19950         doc string.  Improve doc string.
19952 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19954         * nntp.el (nntp-request-update-info): Return nil if
19955         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19956         may not call gnus-activate-group which uselessly issues the GROUP
19957         commands for all nntp groups and wastes time.  Reported by Romain
19958         Francoise <romain@orebokech.com>.
19960         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19962 2004-11-15  Simon Josefsson  <jas@extundo.com>
19964         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19965         headers separately.
19966         (gnus-button-openpgp): New function, inspired by Jochen Küpper
19967         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19969 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19971         * gnus-start.el (gnus-convert-old-newsrc):
19972         Assign legacy-gnus-agent to 5.10.7.
19974 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19976         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19977         start of the lines.
19979 2004-11-14  Magnus Henoch  <mange@freemail.hu>
19981         * hashcash.el (hashcash-default-payment): Change default to 20.
19982         (hashcash-default-accept-payment): Change default to 20.
19983         (hashcash-process-alist): New variable.
19984         (hashcash-generate-payment-async): Add.
19985         (hashcash-already-paid-p): Add.
19986         (hashcash-insert-payment): Don't generate payments twice.
19987         (hashcash-insert-payment-async): Add.
19988         (hashcash-insert-payment-async-2): Add.
19989         (hashcash-cancel-async): Add.
19990         (hashcash-wait-async): Add.
19991         (hashcash-processes-running-p): Add.
19992         (hashcash-wait-or-cancel): Add.
19993         (mail-add-payment): New optional argument.  Conditionally start
19994         asynchronous calculation.
19995         (mail-add-payment-async): Add.
19997         * message.el (message-send-mail): Wait for asynchronous hashcash
19998         results.  Don't clobber existing X-Hashcash headers.
19999         (message-setup-1): Call mail-add-payment-async when
20000         message-generate-hashcash is non-nil.
20002 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20004         * message.el (message-use-alternative-email-as-from): Examine the
20005         From header as well; use message-make-from in order to include a
20006         user's full name.
20008 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20010         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20011         default; improve customization type.
20012         (gnus-emphasis-custom-with-format): New macro.
20013         (gnus-emphasis-custom-value-to-external): New function.
20014         (gnus-emphasis-custom-value-to-internal): New function.
20016 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20018         * dns.el (query-dns): Resolve reverse addresses.
20020 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20022         * gnus-group.el (gnus-group-get-new-news): Use it.
20024         * gnus-start.el (gnus-check-reasonable-setup): New function.
20026 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20028         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20029         "Args out of range" error.  Reported by Arnaud Giersch
20030         <arnaud.giersch@free.fr>.
20032 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20034         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20036 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20038         * spam.el (spam group): Add :version.
20040         * pgg-def.el (pgg group): Add :version.
20042 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20044         * gnus-art.el (gnus-article-edit-article): Don't associate the
20045         article buffer with a draft file.  This is a temporary measure
20046         against the 2004-08-22 change to gnus-article-edit-mode.
20048 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20050         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20051         (html2text-format-tags): Remove unused variable `attr'.
20053 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20055         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20057         * spam-stat.el (spam-stat): Add :version.
20059         * sieve.el (sieve): Add :version.
20061         * sha1.el (sha1): Add :version.
20062         (sha1-use-external): Remove redundant version.
20064         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20065         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20066         (nnmail-split-fancy-match-partial-words)
20067         (nnmail-split-lowercase-expanded): Add :version.
20069         * nndiary.el (nndiary): Add :version.
20071         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20073         * mml-sec.el (mml-default-sign-method)
20074         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20075         Add :version.
20077         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20079         * mm-url.el (mm-url-use-external, mm-url-program)
20080         (mm-url-arguments): Add :version.
20082         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20083         (mm-attachment-file-modes, mm-decrypt-option)
20084         (mm-w3m-safe-url-regexp): Add :version.
20086         * message.el (message-cite-prefix-regexp)
20087         (message-sendmail-envelope-from, message-minibuffer-local-map)
20088         (message-user-fqdn, message-completion-alist): Add :version.
20090         * gnus-win.el (gnus-configure-windows-hook)
20091         (gnus-use-frames-on-any-display): Add :version.
20093         * gnus-art.el (gnus-article-address-banner-alist)
20094         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20095         (gnus-treat-from-picon, gnus-treat-mail-picon)
20096         (gnus-treat-x-pgp-sig): Add :version.
20098         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20099         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20100         (gnus-summary-article-delete-hook)
20101         (gnus-summary-display-while-building): Add :version.
20103         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20104         (gnus-get-top-new-news-hook): Add :version.
20106         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20107         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20109         * gnus-registry.el (gnus-registry): Add :version.
20111         * gnus-spec.el (gnus-use-correct-string-widths)
20112         (gnus-make-format-preserve-properties): Add :version.
20114         * gnus.el (gnus-group-charter-alist)
20115         (gnus-group-fetch-control-use-browse-url)
20116         (gnus-install-group-spam-parameters): Add :version.
20118         * gnus-diary.el (gnus-diary): Add :version.
20120         * gnus-delay.el (gnus-delay): Add :version.
20122         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20123         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20124         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20125         Add :version.
20127         * gnus-agent.el (gnus-agent-max-fetch-size)
20128         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20129         (gnus-agent-prompt-send-queue): Add :version.
20131         * deuglify.el (gnus-outlook-deuglify): Add :version.
20133         * html2text.el: Beautify code.  Improve doc strings.
20134         Some checkdoc cleanup.
20135         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20137 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20139         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20141 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20143         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20144         when package is loaded.
20146         * spam.el (spam-summary-score-preferred-header): Add global preference
20147         for people who want to override the default SpamAssassin over
20148         Bogofilter preference (when both are set).
20149         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20150         (spam-user-format-function-S):
20151         Check spam-summary-score-preferred-header.
20152         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20153         (spam-user-format-function-S): Format the score correctly.
20155 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20157         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20158         signature file.  Suggested by Manoj Srivastava
20159         <srivasta@golden-gryphon.com>.
20161         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20162         iso-2022-jp even in the Japanese language environment.
20163         Suggested by Jason Rumney <jasonr@gnu.org>.
20165 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20167         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20168         use the same characters as the dummy marks; make it free from
20169         getting affected by the language environment.
20170         (gnus-summary-read-group-1): Update mark positions only when the
20171         format spec is updated.
20173         * gnus-spec.el (gnus-update-format-specifications): Return a list
20174         of updated types.
20176 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20178         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20179         of boundp to check if display-warning is available.
20181 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20183         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20185 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20187         * nnspool.el (nnspool-spool-directory): Use news-path if the
20188         news-directory variable is not bound.
20190         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20191         function instead of display-warning if it is not available.
20193 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20195         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20196         v5-10: Use `point-at-bol'.
20198 2004-10-26  Simon Josefsson  <jas@extundo.com>
20200         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20201         <chenggao@gmail.com>.
20203 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20205         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20206         instead.
20208 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20210         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20211         to remove a server from the nnimap-server-buffer-alist.
20212         (nnimap-open-connection, nnimap-close-server): Use it.
20214         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20216 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20218         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20219         running the major-mode function.
20221 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20223         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20224         dummy marks in the right way.
20226 2004-10-18  David Edmondson  <dme@dme.org>
20228         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20229         excessively.
20231 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20233         * gnus-util.el (gnus-split-references): Accept a nil references
20234         string and go on blissfully.
20236         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20237         cases where the references string is non-nil but has no references.
20239         * encrypt.el: Add autoload tags.
20241         * spam.el (spam-resolve-registrations-routine): Remove article
20242         from unregistration list too.  Reported by David Hanak
20243         <dhanak@isis.vanderbilt.edu>
20245 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20247         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20248         nil.  Change custom type.
20250 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20252         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20254         * gnus-sum.el (gnus-summary-move-article): Use it.
20256 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20258         * encrypt.el: Add autoload cookies.
20260         * spam.el (spam-backend-article-list-property)
20261         (spam-backend-get-article-todo-list)
20262         (spam-backend-put-article-todo-list)
20263         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20264         Resolve registrations separately.
20265         (spam-register-routine): Format comments.
20266         (spam-unregister-routine, spam-register-routine): Always call with
20267         specific-articles, no default list.
20268         (spam-summary-prepare-exit): Use the spam-classifications function.
20270         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20271         gnus-encrypt.el.
20273         * encrypt.el: Copied from gnus-encrypt.el.
20275         * gnus-encrypt.el: Commented that it's obsolete.
20277 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20279         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20280         (gnus-score-save): Use it.
20282         * message.el (message-bury): Use `window-dedicated-p'.
20284 2004-10-15  Simon Josefsson  <jas@extundo.com>
20286         * pop3.el (top-level): Don't require nnheader.
20287         (pop3-read-timeout): Add.
20288         (pop3-accept-process-output): Add.
20289         (pop3-read-response, pop3-retr): Use it.
20291 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20293         * spam.el (spam-register-routine): Move comment.
20294         (spam-verify-bogofilter): Use 'unknown for the initial
20295         spam-bogofilter-valid state, not 'never.
20297         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20298         for netrc-machine.
20300         * nnimap.el (nnimap-open-connection):
20301         Use netrc-machine-user-or-password.
20303 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20305         * gnus-registry.el (gnus-registry-unload-hook):
20306         Set as a variable with add-hook.
20308         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20309         of news-path.
20311         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20313         * spam.el: Delete duplicate `provide'.
20314         (spam-unload-hook): Set as a variable with add-hook.
20316 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20318         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20319         in the doc string.
20321         * message.el (message-ignored-news-headers)
20322         (message-ignored-supersedes-headers)
20323         (message-ignored-resent-headers)
20324         (message-forward-ignored-headers): Improve custom type.
20326 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20328         * message.el (message-tokenize-header): Fix 2004-09-06 change
20329         which used point-min in the wrong place.
20331 2004-10-12  Simon Josefsson  <jas@extundo.com>
20333         * tls.el (tls-certtool-program): New variable.
20334         (tls-certificate-information): New function, based on
20335         ssl-certificate-information.
20337 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20339         * compface.el: Move the version of ELisp-based uncompface program
20340         to the contrib directory because of the copyright problem.
20342 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20344         * message.el (message-kill-buffer): Raise the current frame.
20346 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20348         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20350         * gnus.el (message-y-or-n-p): Autoload.
20352         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20353         (pop3-password-required, pop3-authentication-scheme)
20354         (pop3-leave-mail-on-server): Make customizable.
20355         (pop3): New custom group.
20356         (pop3-retr): Remove `sleep-for' statements.
20357         Suggested by Dave Love <fx@gnu.org>.
20359         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20360         Windows/DOS.
20362         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20363         (imap-parse-body): Fix incorrect use of `assert'.
20364         Suggested by Dave Love <fx@gnu.org>.
20366         * mml.el (mml-minibuffer-read-disposition): Require match.
20367         Suggested by Dave Love <fx@gnu.org>.
20369 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20371         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
20372         doc string.
20374 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20376         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20378 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20380         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20381         instead of calling `mm-insert-inline', to decode text/* parts
20382         before displaying them.
20384 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20386         * mm-uu.el (mm-uu-text-plain-type): New variable.
20387         (mm-uu-pgp-signed-extract-1): Use it.
20388         (mm-uu-pgp-encrypted-extract-1): Use it.
20389         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20390         bind mm-uu-text-plain-type with that value.
20391         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20392         mm-uu-dissect.
20394 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20396         * gnus-group.el (gnus-update-group-mark-positions):
20397         * gnus-sum.el (gnus-update-summary-mark-positions):
20398         * message.el (message-check-news-body-syntax):
20399         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20400         of string-as-multibyte.
20402 2004-10-05  Juri Linkov  <juri@jurta.org>
20404         * gnus-group.el (gnus-update-group-mark-positions):
20405         * gnus-sum.el (gnus-update-summary-mark-positions):
20406         * message.el (message-check-news-body-syntax):
20407         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20408         8-bit unibyte values to a multibyte string for search functions.
20410 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20412         * mm-uu.el (mm-uu-dissect): Allow optional arg.
20413         (mm-uu-dissect-text-parts): New function.
20415         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20416         dissect text parts.
20418         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20419         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20421         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20423         * gnus-topic.el (gnus-topic-hierarchical-parameters):
20424         Use gnus-current-topics instead of gnus-current-topic.
20426 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
20428         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20430 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
20432         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20433         where appropriate.
20435         * nnml.el (nnml-generate-active-info): do.
20437         * nndiary.el (nndiary-generate-active-info): do.
20439         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20440         (gnus-topic-move): do.
20442         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20443         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20445         * gnus-srvr.el (gnus-server-prepare)
20446         (gnus-server-open-all-servers): do.
20448         * gnus-msg.el (gnus-summary-cancel-article)
20449         (gnus-summary-resend-message)
20450         (gnus-summary-mail-crosspost-complaint): do.
20452         * gnus-move.el (gnus-change-server): do.
20454         * gnus-group.el (gnus-group-unmark-all-groups)
20455         (gnus-group-set-current-level): do.
20457 2004-10-04  Simon Josefsson  <jas@extundo.com>
20459         * message.el (message-generate-hashcash): Doc fix.
20461 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
20463         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20464         avoid infinite recursion via gnus-get-function.
20466 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
20468         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20470         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20472         * nnmail.el (nnmail-split-history): do.
20474         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20475         (nnml-request-delete-group): do.
20477         * nnslashdot.el (nnslashdot-read-groups): do.
20479         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20480         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20482         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20483         (nnspool-sift-nov-with-sed): Use last.
20484         (nnspool-retrieve-headers-with-nov): Use mapc.
20485         (nnspool-request-newgroups): Use dolist.
20486         (nnspool-request-group): Use last.
20488         * nntp.el (nntp-read-server-type): Use dolist.
20490         * nnvirtual.el (nnvirtual-create-mapping)
20491         (nnvirtual-update-read-and-marked): Use dolist.
20492         (nnvirtual-convert-headers): Simplify.
20494 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20496         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20497         Add support for sync'ing tick marks.
20499 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20501         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20502         there's no visible header.
20504 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20506         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20507         When necessary, pass full group name to gnus-request-set-marks.
20509 2004-10-01  Simon Josefsson  <jas@extundo.com>
20511         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
20512         acroread.
20514 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20516         * spam-report.el (spam-report-gmane): Fix interactive.
20518         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20520         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20521         when writing file.
20522         (gnus-agent-synchronize-flags): Don't default to being
20523         interactive.
20525 2004-09-30  Simon Josefsson  <jas@extundo.com>
20527         * message.el (message-generate-hashcash): Add.
20528         (message-send-mail): Use it, call mail-add-payment.
20530 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
20532         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20534 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
20536         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20537         gnus-request-update-info with explicit code to sync the in-memory
20538         info read flags with the marks being sync'd to the backend.
20540         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20542 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20544         * spam.el (spam-verify-bogofilter): Add new function.
20545         (spam-check-bogofilter)
20546         (spam-bogofilter-register-with-bogofilter): Use it.
20547         (spam-verify-bogofilter): Add small fixes.
20549 2004-09-28  Simon Josefsson  <jas@extundo.com>
20551         * hashcash.el (hashcash-generate-payment): Revert.
20553 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20555         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20556         Use gnus-extract-references instead of gnus-split-references.
20558         * gnus-util.el (gnus-extract-references): Add new function, analogous
20559         to gnus-split-references but extracts only the message-ID without
20560         anything extra.
20562         * hashcash.el (hashcash-generate-payment)
20563         (hashcash-check-payment): Do the right thing if hashcash-path is
20564         nil (because the hashcash program could not be found).
20566         * spam.el (spam-use-hashcash): Remove comment.
20568 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
20570         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20571         (gnus-cache-enter-article, gnus-cache-remove-article)
20572         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20574         * gnus-async.el (gnus-async-prefetch-remove-group): do.
20576         * gnus-art.el (article-hide-boring-headers)
20577         (article-translate-strings, article-display-face)
20578         (gnus-article-mime-match-handle-first)
20579         (gnus-article-highlight-headers)
20580         (gnus-article-add-buttons-to-head): do.
20582 2004-09-27  Simon Josefsson  <jas@extundo.com>
20584         * hashcash.el: New version, from
20585         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
20586         ../contrib/.
20588 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20590         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20592 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
20594         * gnus-dup.el (gnus-dup-open): Use mapc.
20595         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20597         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20598         Reported by Stefan Wiens <s.wi@gmx.net>.
20600         * gnus.el (gnus-shutdown): Use dolist.
20602         * gnus-undo.el (gnus-undo): Use mapc.
20604         * nnrss.el (nnrss-generate-active): do.
20606         * message.el (message-cite-original-without-signature)
20607         (message-cite-original): Use mapc.
20608         (message-do-actions, message-make-forward-subject): Use dolist.
20610 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20612         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20613         deletion to remove entire duplicate line.  Fixes merged article
20614         number bug.
20616 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20618         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20619         servers that are offline.  Avoids having gnus-agent-toggle-plugged
20620         first ask if you want to open a server and then, even when you
20621         responded with no, asking if you want to synchronize the server's
20622         flags.
20623         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20624         multi-line expressions.
20625         (gnus-agent-synchronize-group-flags): New internal function.
20626         Updates marks in memory (in the info structure) AND in the
20627         backend.
20629         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20631         * nnagent.el (nnagent-request-set-mark):
20632         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20633         method, to ensure that synchronization updates marks in the
20634         backend and in the info (in memory) structure.
20636 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20638         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20639         convention fully; don't miss the root article of a thread; make
20640         the X-Draft-From header with correct article numbers.
20642 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
20644         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20645         unless plugged.  Disable the agent so that an open failure causes
20646         an error.
20648         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20649         Revert 2004-09-21 change.  The backend must be opened while
20650         synchronizing flags even when the backend stores the flags
20651         locally.
20653 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
20655         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20656         in `header' match.  Reported by Svend Tollak Munkejord.
20658         * message.el (message-cite-original): Fix use of
20659         `message-cite-articles-with-x-no-archive'.
20661 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20663         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20664         (gnus-window-to-buffer): Ditto.
20666         * mml.el (mml-preview-buffer): New variable.
20667         (mml-preview): Manage window layout with gnus-buffer-configuration.
20669         * gnus-msg.el (gnus-setup-message): Put article numbers into the
20670         X-Draft-From header even if those articles aren't quoted.
20672 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
20674         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20675         (gnus-request-set-mark, gnus-request-update-mark): Use new
20676         g-s-t-u-l-m to decide to use backend even when unplugged.
20678 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20680         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20681         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
20683 2004-09-20  Simon Josefsson  <jas@extundo.com>
20685         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20686         "utf-16-le".
20688 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20690         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20692 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20694         * uudecode.el (uudecode-use-external): Add :version.
20696         * smime.el (smime-CA-file, smime-encrypt-cipher)
20697         (smime-dns-server): Add :version.
20699         * smiley.el (gnus-smiley-file-types): Add :version.
20701         * sha1.el (sha1-use-external): Add :version.
20703         * pgg-def.el (pgg-query-keyserver): Add :version.
20705         * nnmail.el (nnmail-fancy-expiry-targets)
20706         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20707         Add :version.
20709         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20710         (nnimap-retrieve-groups-asynchronous): Add :version.
20711         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
20713         * mml.el (mml-content-disposition-parameters)
20714         (mml-insert-mime-headers-always): Add :version.
20716         * mm-util.el (mm-coding-system-priorities): Add :version.
20718         * mm-decode.el (mm-inline-text-html-with-images)
20719         (mm-keep-viewer-alive-types, mm-external-terminal-program)
20720         (mm-verify-option): Add :version.
20721         (mm-text-html-renderer): Change :version.
20723         * message.el (message-fcc-externalize-attachments)
20724         (message-required-headers, message-draft-headers)
20725         (message-subject-trailing-was-query)
20726         (message-subject-trailing-was-ask-regexp)
20727         (message-subject-trailing-was-regexp, message-mark-insert-begin)
20728         (message-mark-insert-end, message-archive-header)
20729         (message-archive-note, message-cross-post-default)
20730         (message-cross-post-note, message-followup-to-note)
20731         (message-cross-post-note-function, message-use-mail-followup-to)
20732         (message-subscribed-address-functions)
20733         (message-subscribed-address-file, message-subscribed-addresses)
20734         (message-subscribed-regexps, message-allow-no-recipients)
20735         (message-yank-cited-prefix, message-signature-insert-empty-line)
20736         (message-hidden-headers, message-hierarchical-addresses)
20737         (message-mail-user-agent, message-use-idna)
20738         (message-valid-fqdn-regexp)
20739         (message-strip-special-text-properties, message-header-synonyms)
20740         (message-beginning-of-line, message-tab-body-function): Add :version.
20741         (message-insert-canlock, message-wide-reply-confirm-recipients):
20742         Change :version.
20744         * mail-source.el (mail-source-ignore-errors): Add :group, :type
20745         and :version.
20746         (mail-source-delete-old-incoming-confirm)
20747         (mail-source-movemail-program): Add :version.
20749         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20750         (gnus-agent-cache, gnus-agent): Change :version.
20752         * gnus-util.el (gnus-use-byte-compile): Change :version.
20754         * gnus-sum.el (gnus-summary-make-false-root-always)
20755         (gnus-summary-default-high-score)
20756         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20757         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20758         (gnus-read-all-available-headers, gnus-article-emulate-mime)
20759         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20760         (gnus-sum-thread-tree-single-indent)
20761         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20762         (gnus-sum-thread-tree-leaf-with-other)
20763         (gnus-sum-thread-tree-single-leaf): Add :version.
20764         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20765         (gnus-article-loose-mime): Change :version.
20767         * gnus-start.el (gnus-backup-startup-file)
20768         (gnus-save-startup-file-via-temp-buffer): Add :version.
20770         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20771         (gnus-server-offline-face): Add :version.
20773         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20775         * gnus-msg.el (gnus-gcc-externalize-attachments)
20776         (gnus-debug-files, gnus-debug-exclude-variables)
20777         (gnus-discouraged-post-methods): Change :version.
20778         (gnus-confirm-mail-reply-to-news)
20779         (gnus-confirm-treat-mail-like-news): Add :version.
20781         * gnus-int.el (gnus-server-unopen-status): Add :version.
20783         * gnus-group.el (gnus-group-jump-to-group-prompt)
20784         (gnus-large-ephemeral-newsgroup)
20785         (gnus-fetch-old-ephemeral-headers): Add :version.
20787         * gnus-fun.el (gnus-x-face-directory)
20788         (gnus-convert-pbm-to-x-face-command)
20789         (gnus-convert-image-to-x-face-command)
20790         (gnus-convert-image-to-face-command): Add :version.
20792         * gnus-delay.el (gnus-delay-default-hour): Add :version.
20794         * gnus-cite.el (gnus-cite-blank-line-after-header)
20795         (gnus-article-boring-faces): Add :version.
20797         * gnus-art.el (gnus-buttonized-mime-types)
20798         (gnus-inhibit-mime-unbuttonizing)
20799         (gnus-treat-display-face)
20800         (gnus-treat-body-boundary): Change :version.
20801         (gnus-body-boundary-delimiter, gnus-picon-databases)
20802         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20803         (gnus-treat-date-english, gnus-treat-fold-headers)
20804         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20805         (gnus-treat-mail-picon, gnus-treat-wash-html)
20806         (gnus-article-encrypt-protocol)
20807         (gnus-use-idna, gnus-article-over-scroll)
20808         (gnus-mime-display-multipart-alternative-as-mixed)
20809         (gnus-mime-display-multipart-related-as-mixed)
20810         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20811         (gnus-ctan-url, gnus-button-ctan-handler)
20812         (gnus-button-handle-ctan-bogus-regexp)
20813         (gnus-button-ctan-directory-regexp)
20814         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20815         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20816         (gnus-button-man-level, gnus-button-emacs-level)
20817         (gnus-button-message-level, gnus-button-browse-level): Add :version.
20819         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20820         (gnus-agent-go-online): Change :version.
20821         (gnus-agent-expire-unagentized-dirs)
20822         (gnus-agent-auto-agentize-methods): Add :version.
20824         * flow-fill.el (fill-flowed-display-column)
20825         (fill-flowed-encode-column): Add :version.
20827         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20828         (gnus-outlook-deuglify-unwrap-max)
20829         (gnus-outlook-deuglify-cite-marks)
20830         (gnus-outlook-deuglify-unwrap-stop-chars)
20831         (gnus-outlook-deuglify-no-wrap-chars)
20832         (gnus-outlook-deuglify-attrib-cut-regexp)
20833         (gnus-outlook-deuglify-attrib-verb-regexp)
20834         (gnus-outlook-deuglify-attrib-end-regexp)
20835         (gnus-outlook-display-hook): Add :version.
20837         * binhex.el (binhex-use-external): Add :version.
20839 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
20841         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20842         and `invisible'.
20844 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
20846         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20847         in gnus-registry-trim.
20849 2004-09-13  Simon Josefsson  <jas@extundo.com>
20851         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20853         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20855         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20856         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20857         <yamaoka@jpl.org>.
20858         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20859         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20860         <yamaoka@jpl.org>.
20862         * sieve.el (sieve-manage-mode): Ditto.
20864 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
20866         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20868 2004-09-11  Simon Josefsson  <jas@extundo.com>
20870         * dns-mode.el: Add.
20872         * mm-view.el (mm-display-dns-inline): Add.
20874         * mm-decode.el (mm-inline-media-tests): Add text/dns.
20875         (mm-automatic-display): Ditto.
20877         * mailcap.el (mailcap-mime-data): Add text/dns.
20878         (mailcap-mime-extensions): Map .soa to text/dns.
20880 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
20882         * gnus-art.el (article-decode-mime-words, article-babel)
20883         (gnus-article-highlight-signature, gnus-article-add-buttons)
20884         (gnus-signature-toggle): Remove unnecessary bindings of
20885         `inhibit-read-only' inherited from v5.10 merge.
20887 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20889         * nntp.el (nntp): New customization group.
20890         (nntp-authinfo-file): Add customization group.
20892         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20894         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20896         * gnus.el (to-address, to-list, subscribed)
20897         (large-newsgroup-initial): Ditto.
20899         * flow-fill.el (fill-flowed-display-column)
20900         (fill-flowed-encode-column): Ditto.
20902 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20904         * message.el (message-tokenize-header, message-send-mail-with-qmail):
20905         Use point-min rather than 1.
20906         (message-send-mail): Use buffer-size rather than point-max.
20908         * gnus-sum.el (gnus-summary-search-article-forward):
20909         Signal a specific `search-failed' rather than a generic `error'.
20911         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20912         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20913         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20915 2004-09-10  Simon Josefsson  <jas@extundo.com>
20917         * nndb.el (require): Remove tcp and duplicate cl.
20919 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20921         * gnus-agent.el (directory-files-and-attributes): Move forward.
20923 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20925         * gnus-agent.el (directory-files-and-attributes):
20926         Optionally defined to support XEmacs.
20928 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20930         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20931         to avoid run-time CL dependencies.
20932         (gnus-agent-unfetch-articles): New function.
20933         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20934         article numbers even when local .overview file is missing.
20935         (gnus-agent-read-article-number): New function.  Only accepts
20936         27-bit article numbers.
20937         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20938         Use gnus-agent-read-article-number.
20939         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20940         from backend while recognizing that article numbers in .overview
20941         must be valid.
20942         (gnus-agent-update-files-total-fetched-for):
20943         Use directory-files-and-attributes to improve performance.
20944         * gnus-int.el (gnus-request-move-article):
20945         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20946         improve performance.
20948         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20949         some users confused by references to .newsrc when they only have a
20950         .newsrc.eld file.
20951         (gnus-convert-mark-converter-prompt)
20952         (gnus-convert-converter-needs-prompt): Fix use of property list.
20953         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20954         New function.  Used internally to only display 'gnus converting
20955         files' message when actually necessary.
20957         * gnus-sum.el (): Remove (require 'gnus-agent) as required
20958         methods now autoloaded.
20960 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20962         * gnus-sum.el (gnus-summary-insert-subject): Remove list
20963         identifiers.
20965 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
20967         * gnus-picon.el: Fix indentation and closing parenthesis.
20969 2004-09-01  Simon Josefsson  <jas@extundo.com>
20971         * message.el (message-canlock-generate): Require sha1, not
20972         sha1-el.  (Can we get rid of this require altogether?  It is ugly
20973         to require within a function.  Sadly, if sha1.el isn't loaded, the
20974         let binding in m-c-g will hide the defcustom definition, which is
20975         bad.)
20977         * canlock.el: Require sha1, not sha1-el.
20979         * message.el: Don't autoload sha1 (there is a autoload cookie in
20980         sha1.el).
20982         * sha1-el.el: Rename to sha1.el.
20984 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20986         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20988 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20990         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20992 2004-08-30  Kim F. Storm  <storm@cua.dk>
20994         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20996         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20997         Add :group 'nnimap.
20999 2004-08-30  Andreas Schwab  <schwab@suse.de>
21001         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21002         ?* and ?\;.
21004         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21005         and ?\' to symbol instead of whitespace.
21007 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21009         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21011         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21012         instead of re-search-forward.
21014         * gnus-uu.el (gnus-uu-save-article): Ditto.
21015         (gnus-uu-post-encode-uuencode): Ditto.
21017         * html2text.el (html2text-clean-list-items): Ditto.
21018         (html2text-clean-dtdd): Ditto.
21019         (html2text-format-tags): Ditto.
21021         * message.el (message-send-mail-with-sendmail): Fix regexp.
21022         (message-fill-field-general): Use search-forward instead of
21023         re-search-forward.
21024         (unbold-region): Ditto.
21026         * nnrss.el (nnrss-request-article): Ditto.
21028         * nnslashdot.el (nnslashdot-request-article): Ditto.
21030         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21032         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21033         "Unrecognized menu descriptor" error in XEmacs.
21035 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21037         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21038         parent article of a sparse article in the thread hashtb.
21040 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21042         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21043         (nnmail-expand-newtext): Lowercase expanded entries if
21044         nnmail-split-lowercase-expanded is non-nil.
21046 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21048         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21050         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21051         of gnus-tmp-news-method into string under XEmacs.  It will be
21052         passed to gnus-correct-length which takes only a string argument.
21054 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21056         * gnus-util.el (gnus-bind-print-variables): New macro.
21057         (gnus-prin1): Use it.
21058         (gnus-prin1-to-string): Use it.
21059         (gnus-pp): New function.
21060         (gnus-pp-to-string): New function.
21062         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21063         Replace pp-to-string with gnus-pp-to-string.
21064         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21065         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21066         * gnus-msg.el (gnus-debug): Ditto.
21067         * gnus-score.el (gnus-score-save): Ditto.
21068         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21069         gnus-pp-to-string.
21070         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21071         with gnus-pp.
21072         * score-mode.el (gnus-score-pretty-print): Ditto.
21073         * webmail.el (webmail-debug): Ditto.
21075 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21077         * gnus-art.el (article-display-face, article-display-x-face):
21078         Use buffer-read-only.
21080 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21082         * gnus-art.el (article-hide-list-identifiers):
21083         Bind inhibit-read-only as t.
21085 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21087         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21089 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21091         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21092         (gnus-narrow-to-page): Don't assume point-min == 1.
21093         (gnus-article-edit-mode): Derive from message-mode.
21095         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21096         point-min == 1.
21098         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21099         Disable incorrect use of `assert'.
21101         * message.el (message-mode): Set comment-start-skip.
21103 2004-08-22  Sam Steingold  <sds@gnu.org>
21105         * pop3.el (pop3-leave-mail-on-server): New user variable.
21106         (pop3-movemail): Delete mail only when it is nil.
21108 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21110         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21112         * mml.el (mml-preview): Use `pop-to-buffer'.
21114         * message.el (message-goto-mail-followup-to): Insert after "To".
21115         (message-carefully-insert-headers): Add comment.
21117         * gnus.el: Remove unused variable `gnus-article-check-size'.
21119         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21121         * gnus-art.el (gnus-button-alist):
21122         Improve `gnus-button-handle-library' entry.
21124 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21126         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21127         Use downcase, since XEmacs capitalizes error messages differently.
21129 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21131         * nntp.el: Add (require 'gnus) due to reference to
21132         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21134 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21136         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21137         Bind `mm-fill-flowed'.
21139         * mm-decode.el (mm-dissect-singlepart): Check it.
21141 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21143         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21144         'imap' for netrc parsing.
21146 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21148         * mailcap.el (mailcap-mime-data): Mark as risky.
21150 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21152         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21153         may be included in the encoded word.
21154         (rfc2047-encode): Don't append a space if the encoded word
21155         includes close parenthesis.
21157 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21159         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21160         of text within parentheses.
21162 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21164         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21165         (gnus-encrypt-write-file-contents): Make the password key the file
21166         name PLUS the cipher, not just the cipher.  Also remove failed
21167         passwords from the cache.
21169 2004-08-06  Simon Josefsson  <jas@extundo.com>
21171         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21172         Doc fix.
21174 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21176         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21177         LWSP.
21179 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21181         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21182         Try to append in-reply-to: data to the references: header.
21184         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21185         (netrc-parse): Use gnus-encrypt.el functions.
21187         * gnus-encrypt.el: Add new file for encryption support; currently
21188         does only a few GPG ciphers and an internal XOR cipher.
21190         * password.el: Add comments on using password-read-and-add.
21191         (password-read-and-add): Add function to read and add the
21192         password to the cache at once.
21194 2004-07-28  Simon Josefsson  <jas@extundo.com>
21196         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21197         parameter (but don't use it, for now).
21199         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21200         instead of hard coding to nil.
21202 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21204         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21205         as mm-inline-image-xemacs does.
21207 2004-07-26  Simon Josefsson  <jas@extundo.com>
21209         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21210         Revert part of 2004-07-17 change below.
21212 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21214         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21215         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21217 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21219         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21220         quotes that actually start with ">" at the beginning of the
21221         lines.
21223 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21225         * rfc2047.el (rfc2047-encode-region): Fix last change.
21226         (rfc2047-encode-parameter): Remove useless concat.
21228 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21230         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21231         encode special characters; fix some kind of misconfigured headers;
21232         signal a real error if debug-on-quit or debug-on-error is non-nil.
21233         (rfc2047-encode-max-chars): New variable.
21234         (rfc2047-encode-1): Use it.
21235         (rfc2047-encode-parameter): New function.
21237         * mml.el (mml-insert-parameter): Remove an excessive space.
21239 2004-07-17  Simon Josefsson  <jas@extundo.com>
21241         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21242         Kai Grossjohann <kai@emptydomain.de>.
21243         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21244         (gnus-group-make-menu-bar): Ditto.
21246         * gnus-util.el (gnus-group-server): Add.
21248 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21250         * message.el (message-clone-locals): Clone sendmail and smtp
21251         variables.
21253 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21255         * rfc2047.el (rfc2047-encode-region): Fix last change.
21257 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21259         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21260         characters as non-special.
21262 2004-07-09  Simon Josefsson  <jas@extundo.com>
21264         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21265         Users will lose all flag changes made while unplugged with
21266         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21267         good default.  See numerous reports on ding mailing list.
21269 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21271         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21272         add generate-head-function and generate-article-function to the
21273         rfc822-forward entry.
21274         (nndoc-rfc822-forward-generate-article): New function.
21275         (nndoc-rfc822-forward-generate-head): New function.
21277         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21279 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21281         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21282         respect display group parameter and gnus-summary-expunge-below.
21283         (gnus-articles-to-read): Remove unused reference to display group
21284         parameter.
21286 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21288         * nnheader.el (nnheader-uniquify-message-id): New experimental
21289         variable.
21290         (nnheader-nov-read-message-id): Use it.
21292         * spam-report.el (spam-report-gmane): Add interactive.
21294 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21296         * mm-encode.el (mm-content-transfer-encoding-defaults):
21297         Use qp-or-base64 for the application/* types.
21299 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21301         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21303 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21305         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21306         trim value.
21308 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21310         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21311         New macro and function.
21312         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21314 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21316         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21317         after-load-alist.
21319 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21321         * gnus-group.el (gnus-group-get-new-news-this-group):
21322         Don't update info that isn't there.
21324 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21326         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21327         entry.
21329 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21331         * mm-view.el (mm-inline-render-with-function): Use multibyte
21332         buffer; decode html source by charset.
21334         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21336         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21337         Mule-UCS is loaded under XEmacs.
21338         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21340 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21342         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21344 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21346         * mm-util.el (mm-coding-system-p): Return a coding-system.
21347         (mm-mime-mule-charset-alist): Use shift_jis instead of
21348         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21349         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21350         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21351         instead of japanese-shift-jis and iso-latin-1 respectively in
21352         order to share the default value with both Emacs and XEmacs-mule.
21353         (mm-mule-charset-to-mime-charset):
21354         Make mm-coding-system-priorities effective.
21355         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21356         while predicating of candidates upon the priorities.
21358 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21360         * gnus-sum.el (gnus-summary-make-menu-bar):
21361         Add gnus-uu-invert-processable.
21363         * gnus.el: Autoload gnus-uu-invert-processable.
21365 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21367         * mm-util.el (mm-with-multibyte-buffer): New macro.
21369         * rfc2047.el (rfc2047-encode-string): Use it.
21370         (rfc2047-encode-region): Move point to the end of the region after
21371         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21373 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21375         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21376         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21378 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21380         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21381         (gnus-cite-parse): Ignore quoted envelope From_.
21382         Suggested by Karl Chen <quarl@nospam.quarl.org>.
21384 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
21386         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21387         invalid addresses.
21389 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
21391         * spam.el: Change section markers, revise TODO list.
21392         (spam-backends): Make new master list of all installed backends.
21393         (spam-summary-exit-behavior): Add new variable to determine how
21394         messages moves are done at summary exit.
21395         (spam-move-spam-nonspam-groups-only)
21396         (spam-process-ham-in-nonham-groups)
21397         (spam-process-ham-in-spam-groups): Remove variables, the
21398         spam-summary-exit-behavior variable should be used to manage this
21399         behavior.
21400         (spam-old-ham-articles, spam-old-spam-articles): Remove.
21401         (spam-old-articles): Add variable, replacing spam-old-ham-articles
21402         and spam-old-spam-articles.
21403         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21404         Add empty variables, placeholders for the backends they represent.
21405         (spam-set-difference): Move, unchanged.
21406         (spam-list-of-processors): Declare OBSOLETE, not used anymore
21407         unless the user has a processor variable.
21408         (spam-classifications, spam-classification-valid-p)
21409         (spam-backend-properties, spam-backend-property-valid-p)
21410         (spam-backend-function-type-valid-p)
21411         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21412         (spam-report-articles-gmane, spam-report-articles-resend):
21413         Remove functions, they are not needed.
21414         (spam-install-backend-super, spam-backend-list)
21415         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21416         (spam-backend-function, spam-backend-ham-registration-function)
21417         (spam-backend-spam-registration-function)
21418         (spam-backend-ham-unregistration-function)
21419         (spam-backend-spam-unregistration-function)
21420         (spam-backend-statistical-p, spam-backend-mover-p)
21421         (spam-install-backend-alias, spam-install-checkonly-backend)
21422         (spam-install-mover-backend, spam-install-nocheck-backend)
21423         (spam-install-backend, spam-install-statistical-backend)
21424         (spam-install-statistical-checkonly-backend): Add backend installation
21425         support.
21426         (spam-summary-prepare-exit): Rewrite to use the new backend code.
21427         (spam-group-processor-p): Use the new backend code and respect the
21428         summary exit behavior.
21429         (spam-mark-spam-as-expired-and-move-routine): Remove.
21430         (spam-summary-prepare): Change to use the new spam-old-articles
21431         variable.
21432         (spam-copy-or-move-routine, spam-copy-spam-routine)
21433         (spam-move-spam-routine, spam-copy-ham-routine)
21434         (spam-move-ham-routine): Add code to copy/move ham or spam.
21435         (spam-fetch-field-fast): Improve doc and code, plus allow the
21436         'number request.
21437         (spam-list-of-checks, spam-list-of-statistical-checks):
21438         Remove variables.
21439         (spam-split, spam-find-spam): Use the new backend code.
21440         (spam-registration-functions): Remove variable.
21441         (spam-unregister-routine): Add convenience wrapper.
21442         (spam-log-undo-registration, spam-register-routine)
21443         (spam-log-processing-to-registry)
21444         (spam-log-unregistration-needed-p): Rename "check" to "backend"
21445         where possible.
21446         (spam-check-gmane-xref, spam-check-regex-headers)
21447         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21448         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21449         (spam-check-bogofilter-headers, spam-check-spamoracle)
21450         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21451         (spam-check-crm114-headers): Use the spam-split-group that
21452         spam-split prepares, no need to determine it every time.
21454         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21455         to the nnheader-parse-naked-head call.
21457         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21459         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21460         the nnheader-nov-read-message-id call.
21462 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21464         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21465         gnus-activate-group twice.  Suggested by Markus Peter
21466         <warp@spin.de>.
21468 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21470         * gnus-art.el (gnus-article-time-format): Exchange the order of
21471         day and month in the default value; fix customization type.
21472         (article-date-ut): Use add-text-properties.
21473         (article-make-date-line): Use message-make-date instead of
21474         current-time-string.
21476         * message.el (message-fetch-field): Don't use set-text-properties.
21477         (message-make-date): Simplify.
21479 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21481         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21482         (rfc2047-encode-region): Treat text within parentheses as special;
21483         show the original text when error has occurred.
21485         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21486         already-computed method to gnus-activate-group.
21488         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21489         same select-methods identical Lisp objects.
21491         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21492         object when modifying the info.
21494 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21496         * gnus-srvr.el (gnus-server-set-info): Remove the server from
21497         gnus-opened-servers since it has never been opened with the new
21498         configuration yet.
21500 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21502         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21503         arg to nnheader-generate-fake-message-id.
21505 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
21507         * nnheader.el (nnheader-generate-fake-message-id): Accept a
21508         number and build a fake message ID localized to a group and
21509         article number (so it's repeatable from that point on).
21510         (nnheader-fake-message-id-p): Change regex to accommodate new fake
21511         ID format.
21513         * gnus-sum.el (gnus-get-newsgroup-headers):
21514         Call nnheader-generate-fake-message-id with the article number.
21516 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
21518         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21519         end-of-buffer.
21521 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21523         * message.el (message-ignored-supersedes-headers): Add Approved.
21525 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21527         * rfc2047.el (rfc2047-encode-message-header): Remove useless
21528         goto-char.
21529         (rfc2047-encode): Fold the line before encoding.
21531 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21533         * rfc2047.el (rfc2047-encode-message-header): Disabled header
21534         folding -- not all headers can be folded, and this should be done
21535         by the message composition mode.  Probably.  I think.
21537 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21539         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21540         fast.
21542         * gnus-ems.el (gnus-remove-image): Don't use
21543         message-text-with-property; remove only the image found first.
21545 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
21547         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21549 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21551         * message.el (message-text-with-property): Make it fast and accept
21552         optional arguments.
21553         (message-strip-forbidden-properties): Use it.
21554         (message-fix-before-sending): Follow the m-t-w-p change.
21556         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21558 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21560         * gnus-art.el (article-hide-headers): Don't change the buffer
21561         mistakenly when performing mml-preview even if
21562         gnus-single-article-buffer is nil.
21564 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
21566         * message.el (message-expand-name-databases): New user option.
21567         (message-expand-name): Use it.
21569 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
21571         * spam.el (spam-report-articles-resend)
21572         (spam-report-resend-register-routine): Allow ham reporting.
21573         (spam-report-resend-register-ham-routine): Add wrapper.
21574         (spam-registration-functions): Add ham resending functions.
21575         (spam-list-of-processors): Add ham resend processor.
21577         * gnus.el (ham-resend-to): Add new group parameter.
21578         (spam-process): Add ham resend option.
21580         * spam-report.el (spam-report-resend): Allow reporting ham.
21581         (spam-report-resend-ham): Add wrapper.
21583 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21585         * message.el (message-cite-articles-with-x-no-archive):
21586         New variable.
21587         (message-cite-original): Use it.
21589 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21591         * message.el (message-cite-original): Respect X-No-Archive.
21593 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21595         * gnus-art.el (article-hide-headers): Refer to the values for
21596         gnus-ignored-headers and gnus-visible-headers in the summary
21597         buffer since a user may have set them as group parameters.
21599 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
21601         * assistant.el (assistant-node-name): Add convenience function.
21602         (assistant-render-text, assistant-render-node): Add error handling,
21603         plus handle multiple next nodes.
21604         (assistant-find-next-node): Comment out for now.
21605         (assistant-find-next-nodes): Add function, returns list of next
21606         nodes.
21608 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
21610         * mail-source.el (mail-source-directory): Fix doc-string.
21612 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
21614         * assistant.el (assistant-render-text, assistant-eval): Add :set
21615         widget type, which is different because it takes and returns a
21616         list.  Much hilarity ensues.
21618 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
21620         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21622         * gnus-group.el (gnus-group-get-new-news-this-group):
21623         Add doc-string.
21625         * gnus-start.el (gnus-activate-group): Add doc-string.
21627 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21629         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21631 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
21633         * assistant.el (assistant-render-text): Try to add a :set
21634         widget, more to come.
21636         * spam.el (spam-group-spam-contents-p): Handle empty groupname
21637         strings.
21638         (spam-report-articles-resend)
21639         (spam-register-routine): Do registration iff any articles warrant
21640         it.
21641         (spam-summary-prepare-exit): Change log message for nil group
21642         destinations.
21644 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
21646         * spam.el (spam-report-resend-register-routine):
21647         Allow spam-report-resend-to to be a group parameter or a global value.
21649 2004-05-26  Simon Josefsson  <jas@extundo.com>
21651         * starttls.el: Merge with my GnuTLS based starttls.el.
21652         (starttls-gnutls-program, starttls-use-gnutls)
21653         (starttls-extra-arguments, starttls-process-connection-type)
21654         (starttls-connect, starttls-failure, starttls-success):
21655         New variables.
21656         (starttls-program, starttls-extra-args): Doc fix.
21657         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21658         New functions.
21659         (starttls-negotiate, starttls-open-stream):
21660         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21661         function if it is set.
21663 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21665         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21666         structured fields.
21668 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21670         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21672 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
21674         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21675         Add variable.
21676         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
21677         assigning the spam-mark to new messages.
21679 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
21681         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21683 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21685         * rfc2047.el (rfc2047-encodable-p): Don't move point.
21686         (rfc2047-decode): Treat the ascii coding-system as raw-text by
21687         default.
21689 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
21691         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21692         correct data.
21694 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
21696         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21697         (spam-group-processor-p): Fix function.
21698         (spam-group-processor-multiple-p)
21699         (spam-group-spam-processor-report-gmane-p)
21700         (spam-group-spam-processor-report-resend-p)
21701         (spam-group-spam-processor-bogofilter-p)
21702         (spam-group-spam-processor-blacklist-p)
21703         (spam-group-spam-processor-ifile-p)
21704         (spam-group-ham-processor-ifile-p)
21705         (spam-group-spam-processor-spamoracle-p)
21706         (spam-group-spam-processor-crm114-p)
21707         (spam-group-ham-processor-bogofilter-p)
21708         (spam-group-spam-processor-stat-p)
21709         (spam-group-ham-processor-stat-p)
21710         (spam-group-ham-processor-whitelist-p)
21711         (spam-group-ham-processor-BBDB-p)
21712         (spam-group-ham-processor-spamoracle-p)
21713         (spam-group-ham-processor-copy-p): Remove functions with some
21714         prejudice against unneeded code.
21715         (spam-report-articles-resend)
21716         (spam-report-resend-register-routine): Allow the group/topic
21717         spam-resend-to value to override spam-report-resend-to.
21718         (spam-summary-prepare-exit): Invoke spam-group-processor-p
21719         properly now.
21721         * gnus.el (spam-resend-to): Add group/topic parameter.
21722         (spam-process): Move the OBSOLETE processors to the end of the
21723         choices.
21725 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
21727         * spam-report.el (spam-report-resend-to, spam-report-resend):
21728         Start with resend-to set to nil, and then ask the user if necessary.
21729         (spam-report-resend): spam-report-resend takes a list of articles, not
21730         separate article numbers.
21732 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21734         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21735         addition to emacs-w3m.
21737 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21739         * assistant.el (assistant-authinfo-data): New function.
21740         (assistant-eval): Eval for entire assistant.
21742         * netrc.el (netrc-services-file): New variable.
21743         (netrc-parse-services): New function.
21744         (netrc-find-service-name): New function.
21745         (netrc-find-service-number): New function.
21746         (netrc-port-equal): New function.
21747         (netrc-machine): Use it.
21749         * nnimap.el (nnimap-open-connection): Use netrc.
21751         * gnus-util.el (gnus-netrc-get): Remove aliases.
21753         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21755         * assistant.el (wid-edit): Fix compilation.
21757         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21759 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
21761         * gnus-util.el (gnus-set-file-modes): New function.  (small
21762         patch).
21764 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21766         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21768         * assistant.el (assistant-render-node): Fix up rendering and
21769         read-only text.
21770         (assistant-render-node): Reset.
21771         (assistant-make-read-only): Not sticky.
21773 2004-05-20  Danny Siu  <dsiu@adobe.com>
21775         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
21776         centered even when gnus-auto-center-summary is t.
21778 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21780         * dns.el (dns-get-txt-answer): New function.
21781         (dns-read-txt): Ditto.
21782         (query-dns): Use it.
21784 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21786         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21787         active for foreign groups even if the group level is higher than
21788         the specified value.
21790 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21792         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21793         non-active groups.
21795         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21797 2004-05-20  Magnus Henoch  <mange@freemail.hu>
21799         * dns.el (dns-read-type): Add support for SVR.  (small patch)
21801 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
21803         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21804         (spam-crm114-header, spam-crm114-spam-switch)
21805         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21806         (spam-crm114-positive-spam-header)
21807         (spam-crm114-database-directory, spam-list-of-processors)
21808         (spam-group-spam-processor-crm114-p)
21809         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21810         (spam-generic-score, spam-list-of-checks)
21811         (spam-list-of-statistical-checks, spam-registration-functions)
21812         (spam-check-crm114-headers, spam-crm114-score)
21813         (spam-check-crm114, spam-crm114-register-with-crm114)
21814         (spam-crm114-register-spam-routine)
21815         (spam-crm114-unregister-spam-routine)
21816         (spam-crm114-register-ham-routine)
21817         (spam-crm114-unregister-ham-routine): Add CRM114 support.
21819 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
21821         * gnus.el: Add spam-use-crm114.
21823         * spam.el (spam-list-of-processors, spam-registration-functions):
21824         Add spam-use-resend.
21825         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21826         (spam-report-articles-gmane): Add doc fix.
21827         (spam-report-articles-resend, spam-report-resend-register-routine):
21828         Add wrappers around spam-report-resend-to.
21830         * spam-report.el (spam-report-resend-to, spam-report-resend):
21831         Add support for resending spam.
21832         (spam-report-gmane): Fix line length >80.
21834         * gnus.el (spam-process): Add spam-use-resend.
21836 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21838         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21839         number of processed spam messages.
21840         (spam-ham-copy-or-move-routine): Return the number of processed
21841         ham messages.
21842         (spam-summary-prepare-exit): Use the above values to decide
21843         whether status messages shouled be displayed.
21845 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21847         * rfc2047.el (rfc2047-encode-function-alist): Rename from
21848         `rfc2047-encoding-function-alist' in order to avoid conflicting
21849         with the old version.
21850         (rfc2047-encode-region): Concatenate words containing non-ASCII
21851         characters in structured fields; don't encode space-delimited
21852         ASCII words even in unstructured fields; don't break words at
21853         char-category boundaries.
21854         (rfc2047-encode-1): New function.
21855         (rfc2047-encode): Use it; encode text so that it occupies the
21856         maximum width within 76-column; work correctly on Q encoding for
21857         iso-2022-* charsets.
21858         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21859         sure not to break a line just after the header name.
21860         (rfc2047-b-encode-region): Remove.
21861         (rfc2047-b-encode-string): New function.
21862         (rfc2047-q-encode-region): Remove.
21863         (rfc2047-q-encode-string): New function.
21865         * mm-util.el (mm-replace-in-string): New function.
21867 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21869         * gnus-msg.el (gnus-inews-make-draft-meta-information):
21870         Really get it right.
21871         (gnus-inews-make-draft): Really.
21873 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
21875         * nnmh.el (nnmh-request-list-1): Don't check the link count
21876         before descending.  (small patch)
21878 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21880         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21881         stuff.
21883         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21884         Match on real group name.
21886         * gnus-art.el (gnus-signature-limit): Doc fix.
21888         * gnus-msg.el (gnus-inews-make-draft): Quote list.
21890 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21892         * gnus-draft.el (gnus-draft-send):
21893         Bind rfc2047-encode-encoded-words.
21895         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21896         (rfc2047-encodable-p): Say that =? needs encoding.
21897         (rfc2047-encode-encoded-words): New variable.
21899         * gnus-group.el (gnus-group-select-group): Doc fix.
21901         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21903         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21904         to nil.
21906         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21908         * nnheader.el (nnheader-get-lines-and-char): New function.
21910 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
21912         * gnus-msg.el (gnus-summary-followup-with-original):
21913         Document yanking of region when active.
21915 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21917         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21918         groups if the group level is higher than the specified value.
21920 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21922         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21923         (gnus-group-jump-to-group): Add prefix argument using
21924         `gnus-group-jump-to-group-prompt'.  Query before jumping to
21925         non-active group.
21927         * compface.el (uncompface): Be verbose when changing
21928         `uncompface-use-external'.
21930         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21931         handle manual section.
21933 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21935         * gnus-art.el (gnus-button-alist): Revert previous change.
21937 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21939         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21941 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21943         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21944         whether backend can accept message.
21946         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21948 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
21950         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21951         Avoid creating directory when nntp-marks-is-evil is true.
21952         Reported by Reiner Steib.
21954 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21956         * gnus-picon.el (gnus-picon-insert-glyph):
21957         Add optional `nostring' argument.
21959 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21961         * gnus-picon.el (gnus-picon-style): New variable.
21962         (gnus-picon-transform-address): Support `gnus-picon-style'.
21964 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21966         * message.el (message-fill-field): Return point.
21967         (message-generate-headers): Go to end of field.
21969         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21970         stuff for non-living groups.
21972 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21974         * gnus-art.el (gnus-article-followup-with-original)
21975         (gnus-article-reply-with-original): gnus-mark-active-p ->
21976         gnus-region-active-p.
21978 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21980         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21981         only when there is spam or ham to be processed.
21983 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21985         * mail-source.el (mail-source-delete-crash-box): Refactor.
21986         (mail-source-fetch): Use it.
21987         (mail-source-fetch-file): Ditto.
21988         (mail-source-fetch-directory): Run PostScript in loop.
21989         (mail-source-fetch-pop): Delete.
21990         (mail-source-fetch-maildir): Ditto.
21991         (mail-source-fetch-imap): Ditto.
21993         * imap.el (imap-authenticators): Comment out sasl.
21995         * message.el (message-skip-to-next-address): New function.
21996         (message-fill-header-address): Refactor.
21997         (message-fill-address): Use it.
21998         (message-delete-address): Use it.
21999         (message-fill-header-general): Refactor.
22000         (message-fill-field-address): Rename.
22001         (message-narrow-to-field): Find the start of the header.
22002         (message-header-format-alist): Don't pre-fill.
22003         (message-fill-header): Remove.
22004         (message-insert-header): New function.
22005         (message-shorten-references): Use it.
22007         * rfc2047.el (rfc2047-field-value): Strip props.
22009         * mail-parse.el (mail-header-make-address): New alias.
22011         * ietf-drums.el (ietf-drums-make-address): New function.
22013         * imap.el: Add compiler directives.
22015         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22017         * gnus-art.el (article-decode-idna-rhs): Don't use
22018         message-idna-inside-rhs-p.
22020 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22022         * message.el (message-idna-inside-rhs-p): Remove.
22023         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22025         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22026         false positives.
22028 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22030         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22032 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22034         * nneething.el (nneething-file-name): Don't create spurious
22035         files.
22037         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22038         (gnus-inews-do-gcc): Remove sleep.
22040         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22041         part under point.
22043         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22044         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22046 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22048         * spam.el (spam-summary-prepare-exit): Fix (length).
22050 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
22052         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22053         as expired without moving it" message when there are spam
22054         messages left.
22056 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22058         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22059         header is not nil.
22061 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22063         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22064         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22065         (nntp-marks-changed-p): New arg SERVER.
22066         (nntp-request-update-info): Adjust caller.
22068 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22070         * nntp.el (nntp-save-marks): Pass missing arg.
22072 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22074         * nntp.el: Support marks.
22075         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22076         (nntp-marks-modtime, nntp-marks-directory): New variables.
22077         (nntp-request-set-mark, nntp-request-update-info)
22078         (nntp-possibly-create-directory, nntp-marks-changed-p)
22079         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22080         New functions.
22082 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22084         * gnus-score.el (gnus-score-insert-help):
22085         Use gnus-select-lowest-window.
22087         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22088         appt-select-lowest-window and rename to gnus-select-lowest-window.
22090         * gnus.el: do.
22092 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22094         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22095         encodings of MIME-encoded words, in order to improve
22096         interoperability with several broken MUAs.
22098 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22100         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22101         tags, only when charsets are not specified in headers.
22102         (mm-inline-text-html-render-with-w3m): Ditto.
22104 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22106         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22107         instead of MIME-decoded from fields when checking
22108         `gnus-article-address-banner-alist'.
22110 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22112         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22113         description rather than subject.
22115 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22117         * gnus.el (gnus-version-number): Bump.
22119 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22121         * gnus.el: No Gnus v0.2 is released.
22123 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22125         * gnus-agent.el (gnus-agent-read-agentview):
22126         Inline gnus-uncompress-range.
22128 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22130         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22131         `exec-installed-p'.
22133 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22135         * gnus.el (spam-process, spam-autodetect-methods):
22136         Add bsfilter and bsfilter-headers.
22138         * spam.el (spam-bsfilter): New customize group.
22139         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22140         (spam-bsfilter-header, spam-bsfilter-probability-header)
22141         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22142         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22143         (spam-bsfilter-database-directory): New options.
22144         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22145         (spam-list-of-statistical-checks, spam-registration-functions):
22146         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22147         (spam-bsfilter-score): New command.
22148         (spam-check-bsfilter-headers, spam-check-bsfilter)
22149         (spam-bsfilter-register-with-bsfilter)
22150         (spam-bsfilter-register-spam-routine)
22151         (spam-bsfilter-unregister-spam-routine)
22152         (spam-bsfilter-register-ham-routine)
22153         (spam-bsfilter-unregister-ham-routine): New functions.
22154         (spam-generic-score): Support bsfilter; Accept an optional argument
22155         to recalcurate spam score even if scoring header has already been
22156         added.
22157         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22158         optional argument to recalcurate spam score even if scoring header
22159         has already been added.
22161 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22163         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22164         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22165         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22166         link is missing.
22168 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22170         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22171         (html2text-get-attr): Rewrite.
22173         * message.el (message-setup-1): Remove redundant put-text-property
22174         on mail-header-separator.
22176 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22178         * gnus-registry.el (gnus-registry-cache-whitespace)
22179         (gnus-registry-action, gnus-registry-spool-action)
22180         (gnus-registry-split-fancy-with-parent): Change message levels
22181         from 5 to 3 or 7, as needed.
22183         * spam.el (spam-summary-prepare-exit)
22184         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22185         (spam-split, spam-find-spam, spam-log-undo-registration)
22186         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22187         level from 5 to 6.
22189 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22191         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22192         2004-03-04 change).
22194 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22196         * sieve-manage.el (sieve-manage-open):
22197         * nnweb.el (nnweb-insert-html):
22198         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22199         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22200         * nnspool.el (nnspool-request-group):
22201         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22202         * nnml.el (nnml-request-update-info):
22203         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22204         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22205         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22206         (nnimap-request-set-mark):
22207         * nnfolder.el (nnfolder-request-update-info):
22208         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22209         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22210         * gnus-uu.el (gnus-uu-find-articles-matching):
22211         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22212         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22213         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22214         * gnus-nocem.el (gnus-nocem-scan-groups):
22215         * gnus-int.el (gnus-start-news-server):
22216         * gnus-group.el (gnus-group-make-kiboze-group)
22217         (gnus-group-browse-foreign-server):
22218         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22219         Use mapc when appropriate.
22221 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22222             Adam Sjøgren  <asjo@koldfront.dk>
22223             Wes Hardaker  <wes@hardakers.net>
22224             Michael Shields  <shields@msrl.com>
22226         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22227         may need for spam sorting and scoring.
22228         (spam-user-format-function-S): Add user format function suitable for
22229         general use.
22230         (spam-article-sort-by-spam-status): Add sorting function for summary
22231         sorting.
22232         (spam-extra-header-to-number): Add function to get a score from a
22233         header.
22234         (spam-summary-score): Add function to get a numeric score from the
22235         headers.
22236         (spam-generic-score): Fix function doc, was in wrong place.
22237         (spam-initialize): Take symbols when it's run, and install the
22238         extra headers that spam-necessary-extra-headers thinks we need.
22240 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22242         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22243         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22245 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22247         * gnus-sum.el (gnus-set-global-variables)
22248         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22249         (gnus-article-get-xrefs, gnus-summary-best-group)
22250         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22251         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22252         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22253         Use with-current-buffer.
22255 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22257         * spam.el (spam-summary-prepare-exit): Simplify logic.
22258         (spam-fetch-article-header): Read the article header if it's not
22259         available.
22260         (spam-list-articles): Simplify logic.
22261         (spam-filelist-register-routine): Fix bug with unregister-list.
22263         * gnus-registry.el: Fix comments at beginning.
22265 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22267         * message.el (message-cater-to-broken-inn): Remove.
22268         (message-shorten-references): Make sure the total folded length of
22269         References is shorter than 998 characters to cater to a bug in INN
22270         2.3.  Also, don't pretend that references aren't folded -- this
22271         hasn't worked for a while.
22273 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22275         * gnus-agent.el (gnus-agentize):
22276         gnus-agent-send-mail-real-function no longer set to current value
22277         of message-send-mail-function but rather a lambda that calls
22278         message-send-mail-function.  The change makes the agent real-time
22279         responsive to user changes to message-send-mail-function.
22281 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22283         * legacy-gnus-agent.el
22284         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22285         help from Florian Weimer <fw@deneb.enyo.de>
22287 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22289         * nnmail.el (nnmail-cache-insert): Revert last change.
22291 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22293         * nnmail.el (nnmail-cache-insert): Always check whether
22294         nnmail-cache-ignore-groups matches a group name.
22296 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22298         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22299         (spam-find-spam, spam-log-processing-to-registry)
22300         (spam-log-registered-p, spam-log-unregistration-needed-p)
22301         (spam-log-undo-registration): Use gnus-message instead of
22302         gnus-error, none of these errors are fatal.
22304         * gnus-registry.el (gnus-registry-clean-empty-function)
22305         (gnus-registry-clean-empty): Remove only empty entries without
22306         extra data.
22308 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22310         * spam-stat.el (spam-stat-buffer-change-to-spam)
22311         (spam-stat-buffer-change-to-non-spam): Change (error) to
22312         (gnus-message 8) invocation.
22314 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22316         * nntp.el (nntp-via-netcat-command): New variable.
22317         (nntp-via-netcat-switches): New variable.
22318         (nntp-open-via-rlogin-and-netcat): New function.
22319         (nntp-open-connection-function): Doc fix.
22320         (nntp-telnet-command): Doc fix.
22321         (nntp-end-of-line): Doc fix.
22322         (nntp-via-rlogin-command): Doc fix.
22323         (nntp-via-user-name): Doc fix.
22324         (nntp-via-address): Doc fix.
22326 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22328         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22329         error in Emacs 21.1.
22331 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22333         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22335 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22337         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22338         (gnus-agent-with-refreshed-group): New macro.
22339         (gnus-agent-rename-group): New function.
22340         (gnus-agent-delete-group): New function.
22341         (gnus-agent-save-group-info): Use gnus-command-method when
22342         `method' parameter is nil.  Don't write nil entries into the
22343         active file.
22344         (gnus-agent-get-group-info): New function.
22345         (gnus-agent-fetch-articles):
22346         Use gnus-agent-update-files-total-fetched-for to increment disk space
22347         used.
22348         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22349         Use gnus-agent-update-view-total-fetched-for to increment disk space
22350         used.
22351         (gnus-agent-get-local): Add optional parameters to avoid calling
22352         gnus-group-real-name and gnus-find-method-for-group.
22353         (gnus-agent-set-local): Delete stored entry if either min, or max,
22354         are nil.
22355         (gnus-agent-fetch-session): Reworded error/quit messages.
22356         On quit, use gnus-agent-regenerate-group to record existence of any
22357         articles fetched to disk before the quit occurred.
22358         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22359         gnus-agent-update-view-total-fetched-for, and
22360         gnus-agent-update-files-total-fetched-for to decrement disk space
22361         used.
22362         (gnus-agent-retrieve-headers):
22363         Use gnus-agent-update-view-total-fetched-for to increment disk space
22364         used.
22365         (gnus-agent-regenerate-group): Replace gnus-group-update-group
22366         with gnus-agent-update-files-total-fetched-for to decrement disk
22367         space and fresh group buffer.
22368         (gnus-agent-inhibit-update-total-fetched-for): New variable.
22369         (gnus-agent-need-update-total-fetched-for): New variable.
22370         (gnus-agent-update-files-total-fetched-for): New function.
22371         (gnus-agent-update-view-total-fetched-for): New function.
22372         (gnus-agent-total-fetched-for): New function.
22374         * gnus-cache.el (gnus-cache-save-buffers):
22375         Use gnus-cache-update-overview-total-fetched-for to change disk space
22376         used by this group.
22377         (gnus-cache-possibly-enter-article):
22378         Use gnus-cache-update-file-total-fetched-for to increment disk space
22379         used by this group.
22380         (gnus-cache-possibly-remove-article):
22381         Use gnus-cache-update-file-total-fetched-for to decrement disk space
22382         used by this group.
22383         (gnus-cache-generate-nov-databases): Purge total fetched cache.
22384         (gnus-cache-rename-group): New function.
22385         (gnus-cache-delete-group): New function.
22386         (gnus-cache-inhibit-update-total-fetched-for): New variable.
22387         (gnus-cache-need-update-total-fetched-for): New variable.
22388         (gnus-cache-with-refreshed-group): New macro.
22389         (gnus-cache-update-file-total-fetched-for): New function.
22390         (gnus-cache-update-overview-total-fetched-for): New function.
22391         (gnus-cache-rename-group-total-fetched-for): New function.
22392         (gnus-cache-delete-group-total-fetched-for): New function.
22393         (gnus-cache-total-fetched-for): New function.
22395         * gnus-group.el: Require gnus-sum and autoload functions to
22396         resolve warnings when gnus-group.el compiled alone.
22397         (gnus-group-line-format): Documented new %F.
22398         (size of Fetched data) group line format; identifies disk space
22399         used by agent and cache.
22400         (gnus-group-line-format-alist): Defined new F format.
22401         (gnus-total-fetched-for): New function.
22402         (gnus-group-delete-group): No longer update
22403         gnus-cache-active-altered as gnus-request-delete-group now keeps
22404         the cache in sync.
22405         (gnus-group-list-active): Let the agent store a server's active
22406         list if currently plugged.
22408         * gnus-int.el (gnus-request-delete-group):
22409         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22410         local disk in sync with the server.
22411         (gnus-request-rename-group):
22412         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22413         local disk in sync with the server.
22415         * gnus-start.el (gnus-get-unread-articles):
22416         Cosmetic simplification to logic.
22418         * gnus-util.el (gnus-rename-file): New function.
22420 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
22422         * mm-util.el (mm-image-load-path): Handle nil in load-path.
22424 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
22426         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22427         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
22429 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
22431         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22432         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
22434 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
22436         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22438 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
22440         * spam.el (spam-set-difference): Add function to replace
22441         gnus-set-difference in spam.el.
22442         (spam-summary-prepare-exit): Use spam-set-difference.
22444 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
22446         * gnus-registry.el (gnus-registry-cache-file): Update to use
22447         gnus-dribble-directory OR gnus-home-directory OR ~.
22448         (gnus-registry-split-fancy-with-parent): Fix doc.
22450 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22452         * message.el (message-exchange-point-and-mark):
22453         Use message-mark-active-p.  Suggested by Jesper Harder
22454         <harder@ifa.au.dk>.
22456 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22458         * message.el (message-exchange-point-and-mark): Don't activate
22459         region if it was inactive.  Suggested by Hiroshi Fujishima
22460         <pooh@nature.tsukuba.ac.jp>.
22462 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22464         * gnus-art.el (article-display-face): Display Faces in the same
22465         order as X-Faces.
22467 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22469         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22471 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22473         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22474         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22475         (gnus-article-mime-hierarchy): Remove.
22476         (gnus-article-mime-hierarchy-next): Remove.
22477         (gnus-article-mode): Revert 2004-03-19 change.
22478         (gnus-article-setup-buffer): Revert 2004-03-19 change.
22479         (gnus-insert-mime-button): Revert 2004-03-19 change.
22480         (gnus-mime-accumulate-hierarchy): Remove.
22481         (gnus-mime-enter-multipart): Remove.
22482         (gnus-mime-leave-multipart): Remove.
22483         (gnus-mime-display-part): Revert 2004-03-19 change.
22484         (gnus-mime-display-alternative): Revert 2004-03-19 change.
22486         * mml.el (mml-preview): Revert 2004-03-19 change.
22488 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
22490         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22492 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22494         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22495         t while entering a file name using the mm-with-multibyte macro.
22496         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22498         * mm-util.el (mm-with-multibyte): New macro.
22500 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22502         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22503         New user option.
22504         (gnus-mime-multipart-functions): Doc and customization fix.
22505         (gnus-article-mime-hierarchy): New variable.
22506         (gnus-article-mime-hierarchy-next): New variable.
22507         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22508         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22509         gnus-article-mime-hierarchy-next to nil.
22510         (gnus-insert-mime-button): Show hierarchy numbers.
22511         (gnus-mime-accumulate-hierarchy): New function.
22512         (gnus-mime-enter-multipart): New function.
22513         (gnus-mime-leave-multipart): New function.
22514         (gnus-mime-display-part): Recompute hierarchical MIME structure.
22515         (gnus-mime-display-alternative): Show hierarchy numbers.
22517         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22518         gnus-article-mime-hierarchy-next to nil.
22520 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
22522         * dns.el: Don't require gnus-xmas.
22524 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
22526         * mml.el (mml-generate-mime-1): Don't use format=flowed with
22527         inline PGP.
22528         (mml-menu): Disable mml-quote-region if mark is inactive.
22530 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22532         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22533         when the group's active is not available.
22535 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22537         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22538         error.
22540 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
22542         * imap.el (imap-store-password): New variable.
22543         (imap-interactive-login): Use it.
22544         Suggested by Mark Plaksin <happy@mcplaksin.org>.
22546 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22548         * gnus-art.el (gnus-article-read-summary-keys): Restore new
22549         window-start and hscroll to summary window.
22551 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22553         * gnus-start.el (gnus-convert-old-newsrc): Only write the
22554         conversion message to newsrc-dribble when an actual conversion is
22555         performed.
22557 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
22559         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22561 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22563         * mm-decode.el (mm-complicated-handles): New function reviving
22564         former definition of mm-multiple-handles.
22566         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22567         (gnus-mime-delete-part): Use it.
22569 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22571         * gnus-agent.el (gnus-agent-read-local):
22572         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22573         avoid the implicit assumption that they will always be equal.
22574         (gnus-agent-save-local): Bind buffer-file-coding-system, not
22575         coding-system-for-write, as the with-temp-file macro first prints
22576         to a buffer then saves the buffer.
22578 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22580         * gnus-art.el (gnus-article-edit-part): New function.
22581         (gnus-mime-save-part-and-strip): Use it; do query instead of
22582         signaling an error; don't use mm-multiple-handles.
22583         (gnus-mime-delete-part): Ditto.
22585 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22587         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22588         old file versions.
22589         (gnus-group-prepare-hook): Remove function that converted list
22590         form of gnus-agent-expire-days to group properties.
22592         * gnus-int.el: Autoload gnus-agent-regenerate-group.
22593         (gnus-request-accept-article): Re-indented.
22595         * gnus-start.el (gnus-convert-old-newsrc): Registered new
22596         converters to handle old agent file formats.  Add logic for a
22597         "backup before upgrading warning".
22598         (gnus-convert-mark-converter-prompt): Developers can mark
22599         functions as needing (default), or not needing,
22600         gnus-convert-old-newsrc's "backup before upgrading warning".
22601         (gnus-convert-converter-needs-prompt): Tests whether the user
22602         should be protected from potentially irreversable changes by the
22603         function.
22605         * legacy-gnus-agent.el: New.  Provides converters that are only
22606         loaded when gnus-convert-old-newsrc needs to call them.
22608 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22610         * mail-source.el (mail-source-touch-pop): Doc fix.
22612         * message.el (message-smtpmail-send-it): Doc fix.
22614 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
22616         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22618         * nnmail.el (nnmail-split-fancy): do.
22620         * gnus-kill.el (gnus-kill, gnus-execute): do.
22622 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
22624         * gnus-sum.el (gnus-widget-reversible-match)
22625         (gnus-widget-reversible-to-internal)
22626         (gnus-widget-reversible-to-external): New functions.
22627         (gnus-widget-reversible): New widget.
22628         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22630 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
22632         * gnus-sum.el (gnus-thread-sort-functions)
22633         (gnus-article-sort-functions): Document `(not F)' items.
22635 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
22637         * spam.el (spam-use-gmane-xref): Add new backend.
22638         (spam-gmane-xref-spam-group): Add variable to control the name of the
22639         Gmane spam group.
22640         (spam-blackhole-servers, spam-blackhole-good-server-regex)
22641         (spam-regex-headers-spam, spam-regex-headers-ham)
22642         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22643         (spam-list-of-checks): Add spam-use-gmane-xref to list of
22644         backends and checks.
22645         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22647         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22648         an autodetect method.
22650 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22652         * gnus-int.el (gnus-request-accept-article): Inform the agent that
22653         articles are being added to a group.
22654         (gnus-request-replace-article): Inform the agent that articles
22655         need to be uncached as the cached contents are no longer valid.
22657 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22659         * binhex.el: Don't autoload executable-find.
22661         * canlock.el: Don't autoload mail-fetch-field.
22663         * gnus-ems.el: Don't autoload appt-select-lowest-window.
22665         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22666         rmail-dont-reply-to and rmail-output.
22668         * gnus-score.el: Don't autoload ffap-string-at-point.
22670         * gnus-setup.el: Don't autoload sc-cite-original.
22672         * imap.el: Don't autoload base64-decode-string,
22673         base64-encode-string and md5.
22675         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22676         and rmail-msg-restore-non-pruned-header.
22678         * mm-decode.el: Don't autoload executable-find.
22680         * mm-url.el: Don't autoload executable-find.
22682         * mm-view.el: Don't autoload diff-mode.
22684         * nndb.el: Don't autoload news-reply-mode, news-setup,
22685         cancel-timer and telnet.
22687         * password.el: Don't autoload run-at-time for Emacs.
22689         * sha1-el.el: Don't autoload executable-find.
22691         * sieve-mode.el: Don't autoload c-mode.
22693         * uudecode.el: Don't autoload executable-find.
22695 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22697         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22698         (gnus-agent-possibly-alter-active): Avoid null in numeric
22699         comparison.
22700         (gnus-agent-set-local): Refuse to save null in local object table.
22701         (gnus-agent-regenerate-group): The REREAD parameter can now be a
22702         list of articles that will be marked as unread.
22704 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22706         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22708 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
22710         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22711         language tags.
22713 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
22715         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22716         Don't bind "obarray".
22718         * gnus-sum.el (gnus-thread-sort-functions):
22719         Add `gnus-thread-sort-by-most-recent-number' and
22720         `gnus-thread-sort-by-most-recent-date'.
22721         Reported by Kai Grossjohann <kai@emptydomain.de>.
22723 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22725         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22727 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22729         * gnus-cus.el (gnus-agent-customize-category):
22730         Remove ignore-errors macro reference that required cl to be loaded at
22731         run-time.
22733         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22734         single-interval range of the form (min . max).  Previously the
22735         range had to look like ((min . max)).  Likewise, return
22736         (min . max) rather than ((min . max)).
22737         (gnus-range-map): Use gnus-range-normalize to accept
22738         single-interval range.
22740         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22741         the cache, but not the agent, now appear with their usual face.
22743 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22745         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22746         w3m-safe-url-regexp variable buffer-local.
22748         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22750 2004-02-27  Simon Josefsson  <jas@extundo.com>
22752         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22753         gnus-group-real-prefix.
22754         (gnus-summary-move-article): Use it, instead of
22755         gnus-group-real-prefix.
22757 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22759         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22760         w3m-safe-url-regexp variable buffer-local and set it as the value
22761         of mm-w3m-safe-url-regexp.
22763         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22765         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22766         parsing gnus-posting-styles when the message is not for replying.
22768         * nnrss.el (nnrss-opml-export):
22769         Use mm-set-buffer-file-coding-system instead of
22770         set-buffer-file-coding-system.
22772 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
22774         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22775         of checkdoc.el).
22776         * nnrss.el: do.
22777         * gnus-mlspl.el: do.
22778         * gnus-ml.el: do.
22779         * gnus-srvr.el: do.
22781         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22783 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
22785         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22786         Corrections to custom-manual links.
22788         * gnus-art.el (gnus-article): Ditto.
22790         * mm-decode.el (mime-display, mime-security): Ditto.
22792 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22794         * flow-fill.el: Typo.
22796 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
22798         * spam-wash.el: New file.
22800 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
22802         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22804 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
22806         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22807         to be run with new-articles as LIST1, not LIST2.
22808         (spam-registration-functions): Add spam-use-ham-copy as a nil
22809         registration backend.
22811 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22813         * spam-stat.el (spam-stat-washing-hook): New option.
22814         (spam-stat-buffer-words): Use it.
22815         (spam-stat-process-directory, spam-stat-test-directory):
22816         Use insert-file-contents-literally.
22817         (spam-stat-coding-system): New variable.
22818         (spam-stat-load, spam-stat-save): Use it.
22820 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22822         * spam-report.el (spam-report-plug-agent):
22823         Quote spam-report-url-to-file and spam-report-url-ping-plain.
22825 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
22827         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22828         Allow / in mailto URLs.
22830 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22832         * spam-report.el (spam-report-process-queue): Fix interactive use.
22833         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22834         (spam-report-unplug-agent): Doc fixes.
22835         (spam-report-url-ping-mm-url, spam-report-url-to-file)
22836         (spam-report-agentize, spam-report-deagentize):
22837         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22839         * message.el (message-setup-fill-variables): Add mml tags to
22840         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
22841         <ajk@iu.edu>.
22842         (message-mode): Don't modify paragraph-separate there.
22844 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22846         * compface.el (uncompface-use-external): Default to undecided.
22847         (uncompface-use-external-threshold): New variable.
22848         (uncompface-float-time): New macro.
22849         (uncompface): Determine whether to use the external decoder if
22850         uncompface-use-external is undecided.
22852 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22854         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22855         after images.
22857         * gnus-art.el (gnus-mime-display-single): Remove dead code.
22859 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
22861         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22863         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22865         * gnus-sum.el (gnus-summary-limit-to-age)
22866         (gnus-summary-limit-children): do.
22868         * gnus-int.el (gnus-request-scan): do.
22870         * gnus-group.el (gnus-group-suspend): do.
22872         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22874         * gnus-cite.el (gnus-cite-parse-attributions): do.
22876         * gnus-agent.el (gnus-summary-set-agent-mark)
22877         (gnus-agent-regenerate-group): do.
22879         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22881         * binhex.el (binhex-decode-region-internal): do.
22883 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22885         * gnus-fun.el (gnus-face-properties-alist): New user option.
22886         (gnus-display-x-face-in-from): Use it.
22888         * gnus-art.el (article-display-face): Ditto.
22890         * compface.el (uncompface-use-external): Default to nil.
22892 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
22894         * nntp.el (nntp-erase-buffer): New function.
22895         (nntp-retrieve-data, nntp-send-command)
22896         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22897         (nntp-possibly-change-group): Use it.
22899         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22900         Use with-current-buffer.
22902 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
22904         * compface.el: Merge the ELisp-based uncompface program.
22905         (compface): New customization group.
22906         (uncompface-use-external): New user option.
22907         (uncompface): Call uncompface-internal if uncompface-use-external
22908         is nil.
22909         (uncompface-internal): New function.  Note that there are also
22910         some other functions and variables added for this function.
22912 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
22914         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22915         if necessary.
22917 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
22919         * spam-report.el (spam-report-unplug-agent)
22920         (spam-report-plug-agent, spam-report-deagentize)
22921         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22922         Add support for the Agent in spam-report: when unplugged, report to a
22923         file; when plugged, submit all the requests.
22925         * spam.el (spam-register-routine): Fix message about
22926         registration.
22928 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
22930         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22931         dependencies.
22932         (rfc2047-encode): Use it.
22934         * gnus-art.el (gnus-button-marker-list): Move before first
22935         reference.
22937         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22938         (imap-parse-body): Fix format string mismatch.
22940         * gnus-score.el (gnus-summary-increase-score): do.
22942         * nnrss.el (nnrss-close): New function.
22944 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22946         * nnrss.el (nnrss-make-filename): New function.
22947         (nnrss-request-delete-group, nnrss-read-server-data)
22948         (nnrss-save-server-data, nnrss-read-group-data)
22949         (nnrss-save-group-data): Use it.
22950         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22951         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22952         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22954 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22956         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22958 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22960         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22961         files.
22963         * message.el (message-generate-headers-first): Don't quote nil
22964         and t in docstrings.
22966         * imap.el (imap-id): do.
22968         * gnus-agent.el (gnus-agent-consider-all-articles)
22969         (gnus-agent-queue-mail): do.
22971 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22973         * spam-report.el (spam-report-process-queue): New function.
22974         Process requests from `spam-report-requests-file'.
22975         (spam-report-process-queue): Doc fix.
22977 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22979         * spam.el (spam-register-routine)
22980         (spam-log-processing-to-registry, spam-log-registered-p)
22981         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22982         Change "check" to "spam-check" for semi-clarity.
22984 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22986         * pop3.el: Require nnheader.
22988         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22990         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22992         * gnus-picon.el: Require cl.
22994         * gnus-fun.el: Require gnus-ems and gnus-util.
22996         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22998         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
23000         * gnus-art.el (gnus-article-edit-mode): Define before first
23001         reference.
23003 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23005         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23006         (gnus-uu-post-encoded): Use point-at-bol.
23008         * gnus-topic.el (gnus-group-active-topic-p): do.
23010         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23012         * gnus-group.el (gnus-group-kill-region): do.
23014         * gnus-art.el (article-date-ut): do.
23016         * message.el (message-fetch-field): Remove redundant
23017         case-fold-search binding.
23018         (message-narrow-to-field): Simplify.
23020 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23022         * spam.el (spam-directory): Derive from `gnus-directory'.
23024         * spam-report.el (spam-report-url-to-file)
23025         (spam-report-requests-file): New function and variable for offline
23026         reporting.
23027         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23028         and user defined function.
23029         (spam-report-url-ping-mm-url): Remove doubled slash.
23031 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23033         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23035 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23037         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23038         Fix format string mismatch.
23040         * sieve.el (sieve-deactivate-all): do.
23042         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23044         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23046         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23048         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23050 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23052         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23053         the list of checks.
23055 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23057         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23058         padding.
23060 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23062         * mm-view.el (mm-fill-flowed): New variable.
23063         (mm-inline-text): Use it.
23065 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23067         * spam.el (spam-spamassassin-register-ham-routine)
23068         (spam-spamassassin-register-spam-routine): Fix function names.
23070 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23072         * gnus.el (gnus-tmp-grouplens): Remove.
23073         (gnus-summary-line-format): Remove grouplens.
23075         * gnus-group.el (gnus-group-line-format): Ditto.
23077         * gnus-spec.el (gnus-format-specs): Ditto.
23078         (gnus-update-format-specifications): Flush the group format spec
23079         cache if there's the grouplens stuff.
23080         (gnus-parse-simple-format): Replace %l with the empty string.
23082 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23084         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23085         omission.
23087 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23089         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23090         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23092 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23094         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23095         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23096         New macros and functions.
23097         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23098         Handle > NLINK_MAX messages.
23099         * nnmaildir.el (nnmaildir-request-set-mark):
23100         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23102 2004-01-25  Alex Schroeder  <alex@gnu.org>
23104         * spam-stat.el (spam-stat-process-directory-age): New option.
23105         (spam-stat-process-directory): Use it.
23107 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23109         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23110         (spam-stat-save): Accept prefix argument.
23112 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23114         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23115         links" error.
23117 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23119         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23120         compatibility with old .newsrc.eld files.
23122         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23124         * gnus-start.el (gnus-1): do.
23126         * gnus-group.el (gnus-group-line-format-alist): do.
23128         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23130         * gnus-gl.el: Remove.
23132 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23134         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23135         marks consisting of a single range {for example, (3 . 5)} rather
23136         than a list of a single range { ((3 . 5)) }.
23138 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23140         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23141         Use with-current-buffer.
23142         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23143         avoid consing a string.
23145         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23146         Remove obsolete entries for big5 and gb2312.
23148 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23150         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23151         uncompressed list.
23153 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23155         * spam-stat.el (spam-stat-strip-xref): New function.
23156         (spam-stat-process-directory): Use it.
23158         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23159         here -- it's done in message-fetch-field.
23161 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23163         * gnus-agent.el (gnus-agent-queue-mail)
23164         (gnus-agent-prompt-send-queue): New variables.
23165         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23166         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23167         "nndraft:queue" along to gnus-draft-send.
23168         Use gnus-agent-prompt-send-queue.
23169         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23170         is "nndraft:queue".  Suggested by Gaute Strokkenes
23171         <gs234@srcf.ucam.org>
23173         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23174         (agent-enable-undownloaded-faces): Add.
23175         (gnus-agent-cat-groups): Use eval-and-compile, not
23176         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23177         method of gnus-agent-cat-groups even when the buffer has been
23178         evalled.
23179         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23180         delete gnus-agent-save-active-1.
23181         (gnus-agent-save-groups): Delete.  Identical to
23182         gnus-agent-save-active.
23183         (gnus-agent-write-active): No longer adjust agent's copy of active
23184         file as agent's adjustments are now stored in their own
23185         file.  Remove optional parameter.
23186         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23187         servers.  Add use of min/max range limits from server's local
23188         file.
23189         (gnus-agent-save-alist): Remove unused optional argument.
23190         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23191         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23192         (gnus-agent-set-local): A per-server file that keeps min/max range
23193         limits for articles known to the agent.  Provides a fast mechanism
23194         for altering many active ranges.
23195         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23196         active file (local makes it unnecessary).
23197         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23199         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23200         (agent-enable-undownloaded-faces): Add.
23202         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23203         disable it when sending to "nndraft:queue".
23204         (gnus-group-send-queue): Add safety check to avoid sending queue
23205         when unplugged.
23207         * gnus-group.el (gnus-group-catchup): Use new
23208         gnus-sequence-of-unread-articles, not
23209         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23210         numbers of articles.  Use gnus-range-map to avoid having to
23211         uncompress the unread list.
23212         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23213         Fix invalid ange-ftp reference.
23215         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23216         (gnus-sorted-range-intersection): Intersection of two ranges
23217         without requiring that they first be uncompressed.
23219         * gnus-start.el (gnus-activate-group): Unless blocked by the
23220         caller, possibly expand the active range to include both cached
23221         and agentized articles.
23222         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23223         multiple version-dependent converters.
23224         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23225         gnus-agent-save-active.
23226         (gnus-save-newsrc-file): Save dirty agent range limits.
23228         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23229         gnus-agent-possibly-alter-active.
23230         (gnus-adjust-marked-articles): Faster handling of simple lists.
23232 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23234         * spam-stat.el (spam-stat-test-directory): New optional argument
23235         displays a list of files detected.  Suggested by Andrew Cohen
23236         <cohen@andy.bu.edu>.
23237         (spam-stat-buffer-words-with-scores): Don't narrow and change
23238         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23240 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23242         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23243         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23244         (spam-spamassassin-arguments)
23245         (spam-spamassassin-spam-flag-header)
23246         (spam-spamassassin-positive-spam-flag-header)
23247         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23248         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23249         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23250         (spam-list-of-processors, spam-list-of-checks)
23251         (spam-list-of-statistical-checks, spam-registration-functions)
23252         (spam-check-spamassassin-headers, spam-check-spamassassin)
23253         (spam-spamassassin-score)
23254         (spam-spamassassin-register-with-sa-learn)
23255         (spam-spamassassin-register-spam-routine)
23256         (spam-spamassassin-register-ham-routine)
23257         (spam-assassin-register-spam-routine)
23258         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23259         (spam-bogofilter-score): Fix to show article before scoring.
23261 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23263         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23264         default scoring function.
23265         (spam-generic-score): Call spam-spamassassin-score if
23266         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23267         spam-bogofilter-score otherwise.
23269         * gnus.el (spam-process, spam-autodetect-methods):
23270         Add spamassassin and spamassassin-headers.
23272 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23274         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23275         Suppress unnecessary messages.
23277 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23279         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23280         make-hash-table.
23282 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23284         * canlock.el (base64-encode-string): Don't autoload it.
23286 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23288         * run-at-time.el: Remove useless (require 'itimer),
23289         eval-and-compile and (featurep 'xemacs).
23291 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23293         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23294         GROUP is a virtual group.
23296 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23298         * gnus.el: Autoload `message-y-or-n-p'.
23300 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23302         * pgg-parse.el: Remove unnecessary (require 'custom).
23304         * pgg-def.el: do.
23306         * nnmail.el: do.
23308         * gnus-undo.el: do.
23310         * gnus-picon.el: do.
23312         * gnus-util.el: do.
23314 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23316         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23318 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23320         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23321         handle, as well as a list.
23323         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23324         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23325         (mm-w3m-cid-retrieve): Simplify.
23327 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
23329         * message.el (message-kill-to-signature): Allow prefix arg to
23330         specify number of lines to keep before signature.
23332 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
23334         * message.el (message-kill-to-signature): Change docstring.
23336 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23338         * canlock.el: Always require sha1-el.
23339         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23341         * message.el: Autoload sha1 only when compiling.
23343 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23345         * message.el (message-canlock-generate): Require sha1-el.
23347 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
23349         * message.el (message-expand-name): Silence the byte compiler.
23351 2004-01-13  Simon Josefsson  <jas@extundo.com>
23353         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23354         Invoke gnus-score-mode.
23355         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23357         * gnus-range.el (gnus-compress-sequence): Doc fix.
23358         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23360 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23362         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23364 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
23366         * spam.el (spam-get-article-as-string): Update to use
23367         gnus-request-article-this-buffer, much simpler.
23368         (spam-get-article-as-buffer): Remove.
23370 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
23372         * message.el (message-expand-name): Use EUDC if the user uses that.
23374 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23376         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23377         character for the encoding to avoid consing a string.
23379         * rfc2047.el (rfc2047-decode-string): Don't cons a string
23380         unnecessarily.
23382         * mm-util.el (mm-replace-chars-in-string): Remove.
23384         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23385         of mm-replace-chars-in-string.
23387 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
23389         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23391         * mm-util.el (mm-subst-char-in-string): Support inplace.
23393         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23394         a new string in every iteration.  Use shy groups.
23396 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
23398         * gnus-srvr.el (gnus-browse-unsubscribe-group):
23399         * gnus-soup.el (gnus-soup-group-brew):
23400         * gnus-msg.el (gnus-put-message):
23401         * gnus-move.el (gnus-group-move-group-to-server):
23402         * gnus-kill.el (gnus-batch-score):
23403         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23404         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23405         (gnus-group-update-group, gnus-group-read-group)
23406         (gnus-group-make-group, gnus-group-make-help-group)
23407         (gnus-group-make-archive-group, gnus-group-make-directory-group)
23408         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23409         (gnus-group-sort-by-unread, gnus-group-catchup)
23410         (gnus-group-unsubscribe-group, gnus-group-kill-group)
23411         (gnus-group-yank-group, gnus-group-set-info)
23412         (gnus-group-list-groups):
23413         * gnus.el (gnus-generate-new-group-name):
23414         * gnus-delay.el (gnus-delay-send-queue):
23415         * nnvirtual.el (nnvirtual-catchup-group):
23416         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23417         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23418         (gnus-group-prepare-topics, gnus-topic-check-topology):
23419         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23420         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23421         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23422         (gnus-group-make-articles-read):
23423         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23424         (gnus-group-change-level, gnus-kill-newsgroup)
23425         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23426         (gnus-get-unread-articles, gnus-make-articles-unread)
23427         (gnus-make-ascending-articles-unread): Use accessor
23428         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23429         to get group information for improved readability.
23431 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23433         * gnus-art.el (article-decode-mime-words, article-babel)
23434         (gnus-article-highlight-signature, gnus-article-add-buttons)
23435         (gnus-signature-toggle): Use gnus-with-article-buffer.
23437         * gnus-art.el (gnus-article-highlight-headers)
23438         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23440         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23441         (gnus-article-set-globals, gnus-request-article-this-buffer)
23442         (gnus-button-message-id, gnus-article-maybe-hide-headers)
23443         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23444         (gnus-mime-display-alternative): Use with-current-buffer.
23446 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23448         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23449         also under 80 char limit, and call gnus-error if needed.
23450         (spam-fetch-article-header): Fix - it was a
23451         buffer-local variable (gnus-newsgroup-data).
23452         (spam-find-spam): Use spam-generate-fake-headers, forget about
23453         spam-insert-fake-headers.
23454         (spam-insert-fake-headers): Remove.
23456 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23458         * deuglify.el (gnus-article-outlook-unwrap-lines)
23459         (gnus-outlook-rearrange-article)
23460         (gnus-outlook-repair-attribution-outlook)
23461         (gnus-outlook-repair-attribution-block)
23462         (gnus-outlook-repair-attribution-other): Remove redundant
23463         save-excursion.
23465 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23467         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23468         (spam-fetch-field-subject-fast)
23469         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23470         (spam-fetch-article-header): Add functions to deal with Gnus
23471         internals for fast retrieval of article header data.
23472         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23474 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23476         * pop3.el (pop3-md5): Remove.
23477         (pop3-apop): Replace pop3-md5 with md5.
23479         * mm-bodies.el: base64 is always built-in.
23481         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23482         Use with-current-buffer.
23484 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23486         * canlock.el (canlock-insert-header): Remove excessive grouping in
23487         regexp.
23489         * gnus-sum.el (gnus-summary-read-document): Ditto.
23491         * gnus-uu.el (gnus-uu-part-number): Ditto.
23493         * html2text.el (html2text-remove-tags): Ditto.
23494         (html2text-format-tags): Ditto.
23495         (html2text-format-single-elements): Ditto.
23497         * mml.el (mml-parse-1): Ditto.
23499 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23501         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23503         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23505         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23507         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23509 2003-11-15  Simon Josefsson  <jas@extundo.com>
23511         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23512         (pgg-gpg-lookup-key): Use regexp match instead of
23513         split-string (split-string is different between emacs 21.2 and
23514         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
23516 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23518         * gnus-art.el (gnus-mime-view-all-parts)
23519         (gnus-article-part-wrapper, gnus-article-view-part):
23520         Use with-current-buffer.
23522 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23524         * spam.el (spam-disable-spam-split-during-ham-respool)
23525         (spam-spamoracle-database, spam-cache-lookups)
23526         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23527         (spam-group-ham-mark-p, spam-group-spam-mark-p)
23528         (spam-group-ham-marks, spam-group-spam-marks)
23529         (spam-group-spam-contents-p, spam-group-ham-contents-p)
23530         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23531         also add spam-use-blackholes to the statistical checks.
23532         (spam-fetch-field-fast): Add interface to fetching fields, may
23533         become a macro.
23534         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23535         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23536         (spam-insert-fake-headers): Fake an article when needed.
23537         (spam-find-spam): Fake article when possible.
23538         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23539         (spam-check-bogofilter-headers): Use message-fetch-field instead
23540         of nnmail-fetch-field.
23542 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
23544         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23546 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23548         * spam.el (spam-split): Do not require spam-use-CHECK to be
23549         enabled if that check is passed to spam-split explicitly; also
23550         fix so 'spam doesn't get converted to spam-split-group when
23551         spam-split-symbolic-return is t.
23552         (spam-find-spam): Find registrations of the article and use those
23553         instead of re-running spam-split to find the spam/ham
23554         classification of the article.
23555         (spam-log-processing-to-registry, spam-log-registered-p)
23556         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23557         Use gnus-error instead of gnus-message.
23558         (spam-log-registration-type): Add function to determine the
23559         classification of a message based on registry entries; will
23560         return nil if both 'spam and 'ham are found.
23561         (spam-check-BBDB): Expand all the BBDB macros here so we can have
23562         a reasonably fast local cache without the loading errors.
23563         (spam-cache-lookups): Set to t by default.
23564         (spam-find-spam): Don't try to guess spam-cache-lookups.
23565         (spam-enter-whitelist, spam-enter-blacklist): Clear the
23566         spam-caches entry.
23567         (spam-filelist-build-cache, spam-filelist-check-cache):
23568         Fix caching of whitelist/blacklist entries.
23569         (spam-check-whitelist, spam-check-blacklist):
23570         Invoke spam-from-listed-p with a type, not a cache variable.
23571         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23573 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23575         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23577         * nnmail.el (nnmail-split-fancy): do.
23579         * mml.el (mml-parse): do.
23581         * gnus-score.el (gnus-enter-score-words-into-hashtb)
23582         (gnus-score-adaptive): do.
23584 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23586         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23587         (gnus-mime-button-map): Don't set keymap parent.
23588         (gnus-button-ctan-directory-regexp): Use shy grouping.
23589         (gnus-prev-page-map): Don't set keymap parent.
23590         (gnus-prev-page-map): Remove duplicated one.
23591         (gnus-next-page-map): Don't set keymap parent.
23592         (gnus-mime-security-button-map): Ditto.
23594         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23595         version number.
23597         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23599 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23601         * canlock.el (canlock-sha1-function): Remove.
23602         (canlock-sha1-function-for-verify): Remove.
23603         (canlock-openssl-program): Remove.
23604         (canlock-openssl-args): Remove.
23605         (canlock-ignore-errors): Remove.
23606         (canlock-sha1-with-openssl): Remove.
23607         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23608         (canlock-verify): Don't use canlock-ignore-errors.
23610         * sha1-el.el (sha1-string-external): Make it can return a string
23611         in binary form.
23612         (sha1-region-external): Ditto.
23613         (sha1-string-internal): Ditto.
23614         (sha1-region-internal): Ditto.
23615         (sha1-region): Ditto.
23616         (sha1-string): Ditto.
23617         (sha1): Ditto.
23619 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23621         * spam.el (spam-report-articles-gmane): New command.
23623 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23625         * gnus.el: Don't make unnecessary *Group* buffer when loading.
23627         * run-at-time.el (run-at-time-saved): Remove.
23628         (run-at-time): Doc fix.
23630 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23632         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23633         (gnus-summary-limit-map): Add it.
23634         (gnus-summary-make-menu-bar): do.
23636 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
23638         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23639         Make attempt at some caching support (done for BBDB only now).
23640         (spam-find-spam): Set spam-cache-lookups if there are more than 2
23641         addresses to be checked.
23642         (spam-clear-cache-BBDB): Add function, to be invoked by
23643         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23644         (spam-check-BBDB): Check and use the caches, if
23645         spam-cache-lookups is on, remove superfluous (provide).
23647 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
23649         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23651 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
23653         * run-at-time.el (run-at-time-saved): Move to after the definition
23654         of `run-at-time'.
23656 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23658         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23659         mm-w3m-local-map-property.
23661         * mm-view.el (mm-w3m-mode-map): Remove.
23662         (mm-w3m-local-map-property): Remove.
23663         (mm-inline-text-html-render-with-w3m): Don't use
23664         mm-w3m-local-map-property.
23666 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23668         * run-at-time.el: New file.
23670         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23671         of gnus-set-text-properties.
23673         * gnus-uu.el (gnus-uu-save-article): Ditto.
23675         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23677         * gnus-cite.el (gnus-cite-parse): Ditto.
23679         * gnus-art.el (gnus-button-push): Use set-text-properties instead
23680         of gnus-.
23682         * gnus.el: Change calls to nnheader-run-at-time and
23683         password-run-at-time throughout to use run-at-time directly.
23685         * password.el: Remove definition of run-at-time.
23687 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
23689         * mml.el (mml-minibuffer-read-disposition): Show attachment type
23690         in prompt.
23692 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23694         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
23695         XEmacs version.
23697         * dns.el (dns-make-network-process): Use `open-network-stream'
23698         instead of `gnus-xmas-open-network-stream'.
23700         * .cvsignore: Add auto-autoloads.el, custom-load.el.
23702 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23704         * gnus-art.el (gnus-mime-display-alternative)
23705         (gnus-insert-mime-button, gnus-insert-mime-security-button)
23706         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23707         Don't use gnus-local-map-property.
23709         * gnus-util.el (gnus-local-map-property): Remove.
23711         * mm-view.el (mm-view-pkcs7-decrypt):
23712         Replace gnus-completing-read-maybe-default with completing-read.
23714         * gnus-util.el (gnus-completing-read): do.
23715         (gnus-completing-read-maybe-default): Remove.
23717 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23719         * password.el: Only autoload `run-at-time' if not XEmacs.
23720         Only autoload the itimer functions if XEmacs.
23722 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23724         * gnus-art.el (gnus-read-string): Remove.
23725         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23726         read-string.
23728 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
23730         * netrc.el: Autoload password-read.
23731         (netrc): Add configuration group.
23732         (netrc-encoding-method, netrc-openssl-path):
23733         Add variables for encoding and decoding of files with symmetric
23734         ciphers.
23735         (netrc-encode): Add assistant function to encode a file with
23736         netrc-encoding-method.
23737         (netrc-parse): Add interactive parameter, added optional
23738         decoding if netrc-encoding-method is non-nil but otherwise
23739         behavior is standard.
23740         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23741         Do s/encode/encrypt/ everywhere.
23743         * spam.el: Remove executable-find autoload.
23745 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23747         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23749         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23751 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23753         * gnus-art.el (gnus-treat-ansi-sequences)
23754         (article-treat-ansi-sequences): New variable and function.
23755         Suggested by Dan Jacobson <jidanni@jidanni.org>.
23757         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23758         Use it.
23760 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23762         * mm-util.el (mm-quote-arg): Remove.
23764         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23765         shell-quote-argument.
23767         * gnus-uu.el (gnus-uu-command): do.
23769         * gnus-sum.el (gnus-summary-insert-pseudos): do.
23771         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23772         with make-char.
23774         * mm-util.el (mm-make-char): Remove.
23776         * mml.el (mml-mode): Replace gnus-add-minor-mode with
23777         add-minor-mode.
23779         * gnus-undo.el (gnus-undo-mode): do.
23781         * gnus-topic.el (gnus-topic-mode): do.
23783         * gnus-sum.el (gnus-dead-summary-mode): do.
23785         * gnus-start.el (gnus-slave-mode): do.
23787         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23789         * gnus-ml.el (gnus-mailing-list-mode): do.
23791         * gnus-gl.el (gnus-grouplens-mode): do.
23793         * gnus-draft.el (gnus-draft-mode): do.
23795         * gnus-dired.el (gnus-dired-mode): do.
23797         * gnus-ems.el (gnus-add-minor-mode): Remove.
23799         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23800         Replace gnus-char-width with char-width.
23802         * gnus-ems.el (gnus-char-width): Remove.
23804         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23805         Replace gnus-char-width with char-width.
23807         * gnus-ems.el (gnus-char-width): Remove.
23809         * spam-stat.el (with-syntax-table): Remove with-syntax-table
23810         definition.
23811         Remove Emacs 20 hash table compatibility code.
23813         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23814         20 compatibility code.
23816         * spam.el (spam-point-at-eol): Replace with point-at-eol.
23818         * smime.el (smime-point-at-eol): Replace with point-at-eol.
23820         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23821         Replace with point-at-{eol,bol}.
23823         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23825         * imap.el (imap-point-at-eol): Replace with point-at-eol.
23827         * flow-fill.el (fill-flowed-point-at-bol)
23828         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23830         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23831         Replace with point-at-{eol,bol} throughout all files.
23833 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23835         * ntlm.el (ntlm-string-as-unibyte): New macro.
23836         (ntlm-build-auth-response): Use it.
23838         Remove Emacs 20 stuff:
23839         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23840         of delq and copy-sequence.
23841         * gnus-art.el (popup-menu): Remove the compiler macro.
23842         * nnmail.el (nnmail-split-fancy): Don't support customizing with
23843         Emacs 20.
23845 2004-01-05  Simon Josefsson  <jas@extundo.com>
23847         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
23848         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23849         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23850         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23851         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23852         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23853         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23854         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23855         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23856         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23857         ntlm-string-permute, string-lshift into ntlm-string-lshift,
23858         string-xor into ntlm-string-xor.
23859         Suggested by Jesper Harder <harder@myrealbox.com>.
23861         * ntlm.el: Don't include poem.
23863         * md4.el (print-int32, print-string-hexa): Remove.
23864         Suggested by Jesper Harder <harder@myrealbox.com>.
23866         * sasl-ntlm.el, ntlm.el, md4.el: New files.
23868         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23869         probably breaks emacs with DL patch, but do we care? Is anyone
23870         still using the DL stuff?)
23872         * sieve-manage.el: Use the password package.
23873         (sieve-manage-read-passwd): Remove.
23874         (sieve-manage-interactive-login): Use password.  Re-add
23875         condition-case around loop.
23877         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23878         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23879         Use the password package.
23881 2003-02-19  Simon Josefsson  <jas@extundo.com>
23883         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23884         token.
23886 2002-08-07  Simon Josefsson  <jas@extundo.com>
23888         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23889         (sieve-manage-authenticators):
23890         (sieve-manage-authenticator-alist): Add some SASL mechs.
23891         (sieve-sasl-auth): New function.
23892         (sieve-manage-cram-md5-auth):
23893         (sieve-manage-plain-auth): Rewrite using SASL library.
23894         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23895         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23896         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23897         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23899 2004-01-05  Simon Josefsson  <jas@extundo.com>
23901         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23902         New files.
23904 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23906         * gnus-group.el (gnus-no-groups-message): Update.
23908         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23910 2003-11-09  Simon Josefsson  <jas@extundo.com>
23912         * imap.el: Support for ID IMAP extension (RFC 2971).
23913         (imap-local-variables): Add imap-id.
23914         (imap-id): New variable.
23915         (imap-id): New function.
23916         (imap-parse-response): Parse untagged ID response.
23917         * nnimap.el (nnimap-id): New variable.
23918         (nnimap-open-connection): Use it.
23920 2003-12-28  Simon Josefsson  <jas@extundo.com>
23922         * gnus-score.el (gnus-score-edit-all-score): New.
23923         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23925 2004-01-04  Simon Josefsson  <jas@extundo.com>
23927         * password.el: Add.
23929 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23931         * dns.el (dns-query-types): Fix typo.
23932         (dns-query-types): New function.
23933         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23934         PTR and SOA replies, see RFC 1035.
23936 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23938         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23940         * Move to Changelog.2.
23942 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23944         * gnus.el (gnus-version-number): Bump version.
23946 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23948         * gnus.el: No Gnus v0.1 is released.
23950 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23952         * gnus.el: No Gnus v0.0 is released.
23954 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23956         * gnus.el (gnus-version-number): Bump.
23957         (gnus-version): No.
23959 See ChangeLog.2 for earlier changes.
23961   Copyright (C) 2004-2013 Free Software Foundation, Inc.
23963   This file is part of GNU Emacs.
23965   GNU Emacs is free software: you can redistribute it and/or modify
23966   it under the terms of the GNU General Public License as published by
23967   the Free Software Foundation, either version 3 of the License, or
23968   (at your option) any later version.
23970   GNU Emacs is distributed in the hope that it will be useful,
23971   but WITHOUT ANY WARRANTY; without even the implied warranty of
23972   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23973   GNU General Public License for more details.
23975   You should have received a copy of the GNU General Public License
23976   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23978 ;; Local Variables:
23979 ;; coding: utf-8
23980 ;; fill-column: 79
23981 ;; add-log-time-zone-rule: t
23982 ;; End: