Put the xpm version of the logo at the top so that the proper colours are applied...
[emacs.git] / lisp / gnus / ChangeLog
blob0d3d0446c86034aca4f6e0ea794ca1114c575c89
1 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4         at the top so that the proper colours are applied.
6         * gnus-art.el (gnus-article-view-part): Doc fix.
8         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9         XEmacs-compatible.
10         (gnus-html-put-image): Don't do images on non-graphic displays.
12         * nnslashdot.el: Removed this unused backend.
14         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
15         actions.
16         (gnus-undo-register-1): Revert last change.
18         * gnus-group.el (gnus-group-completing-read): Protect against not
19         having completion-styles bound.
21         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
22         make broken recipients happier.
24         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
26         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
27         point parameter.
29         * gnus-group.el (gnus-group-completing-read): Add 'substring to
30         completion-styles for group selection.
32 2009-02-04  Andreas Schwab  <schwab@suse.de>
34         * gnus-score.el (gnus-score-string): Fix regex for matching extra
35         headers and regexp-quote the match if necessary.
37 2009-03-24  Miles Bader  <miles@gnu.org>
39         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
40         the blinking smiley.
42 2009-03-24  Simon Josefsson  <simon@josefsson.org>
44         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
45         blink smiley.
47 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
50         where the dribbel file lives exists.
52         * message.el (message-send-mail-partially-limit): Change the default to
53         nil, since most people don't want this.
55         * mm-url.el (mm-url-decode-entities): Also decode entities like
56         &#x3212.
58 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
60         * gnus-sum.el (gnus-summary-idna-message):
61         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
62         Hyperlink urls in docstrings with URL `...'.
64 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
66         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
67         functions.
69 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
72         say what the mouseover text should be.
74         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
75         version of the mm-w3m-safe-url-regexp variable to only download images
76         in the groups where we want that to happen.
78         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
80         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
81         easier debugging.
82         (gnus-article-beginning-of-window): Add kludge to allow spacing past
83         big pictures in the article buffer.
85         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
86         gnus-article-html.
87         (mm-text-html-renderer): gnus-article-html needs curl in addition to
88         w3m.
90         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
92 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
94         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
95         which doesn't exist.
97         * message.el (message-inhibit-ecomplete): New variable to allow some
98         function to inhibit ecomplete address storage.
99         (message-resend): Disable ecomplete message storage when resending
100         messages.
102         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
104 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
106         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
107         Save excursion while copying, moving, and deleting articles in order to
108         prevent the cursor from jumping to unforeseen place.
110 2010-08-17  Glenn Morris  <rgm@gnu.org>
112         * gnus-sync.el: Require gnus components whose functions are used.
114         * gnus-art.el (bookmark-make-record-function):
115         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
116         Declare for compiler.
118         * mm-url.el (mml-compute-boundary): Autoload.
120 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
122         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
124 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
126         Typo fix "hoo4a" -> "hook".
128         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
130 2010-08-14  Glenn Morris  <rgm@gnu.org>
132         * gnus-sync.el (gnus-sync): Fix defgroup version.
134 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
136         Doc fixes and keep unknown groups (ammended for nunion bug fix).
138         * gnus-sync.el: Fix docs.
139         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
140         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
142 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
144         Optimizations for gnus-sync.el.
146         * gnus-sync.el: Add docs about gnus-sync-backend
147         possibilities.
148         (gnus-sync-save): Remove unnecessary message.
149         (gnus-sync-read): Optimize and show what groups were skipped.
151 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
153         Minor bug fixes for gnus-sync.el.
155         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
156         read the sync on get-new-news.
158         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
159         quiet.
161         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
163 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
165         Make saving and restoring of hidden threads work with overlays.
166         Patch applied by Ted Zlatanov.
168         * gnus-sum.el (gnus-hidden-threads-configuration)
169         (gnus-restore-hidden-threads-configuration): Update to deal with text
170         properties, rather than searching for a magic character.
172 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
174         New gnus-sync.el library for synchronization of marks.
176         * gnus-sync.el: New library for synchronization of marks.
178         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
179         renamed from `gnus-registry-grep-in-list'.
181         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
183         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
185 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
187         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
188         determining charset of text fails.
190 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
192         * nnmail.el (nnmail-get-new-mail-1): Revert.
194         * nnml.el (nnml-active-number): Make sure names of newly created groups
195         in nnml-group-alist are encoded.
197 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
199         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
200         containing non-ASCII characters in active file for nnml back end.
202 2010-07-24  David Engster  <dengste@eml.cc>
204         * mml-smime.el (mml-smime-epg-verify): Also accept the older
205         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
207 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
209         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
210         tag (Bug#6654).
212 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
214         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
215         the article buffer, not the summary buffer.
217 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
219         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
220         Emacs 23 as well.
222 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
224         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
225         Patch applied by Karl Fogel.
227         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
228         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
230 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
232         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
233         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
234         C-w still not working correctly from Article buffers; Thierry's
235         patch to fix that will be applied after this.
237         * gnus-art.el (bookmark-make-record-function): New local variable.
239         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
240         article buffer.
241         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
243 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
245         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
246         on changes in bookmark.el.
248 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
250         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
251         the *other* type of HTML form submission.
253 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
255         * auth-source.el (auth-source-pick): If choice does not contain a
256         questioned keyword, set the check to t.
258 2010-06-12  Romain Francoise  <romain@orebokech.com>
260         * gnus-util.el (gnus-date-get-time): Move up before first use.
262 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
264         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
265         (gnus-article-edit-part): Bind it to make last part that is substituted
266         or deleted visible.
267         (gnus-mime-display-single): Buttonize part of which id equals to
268         gnus-mime-buttonized-part-id.
270 2010-06-10  Dan Christensen  <jdc@uwo.ca>
272         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
273         (gnus-dd-mmm): Use gnus-date-get-time.
274         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
275         simplify logic.
276         (gnus-summary-limit-to-age): Use gnus-date-get-time.
277         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
279 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
281         * auth-source.el (top): Autoload `secrets-list-collections',
282         `secrets-create-item', `secrets-delete-item'.
283         (auth-sources): Fix tag string.
284         (auth-get-source, auth-source-retrieve, auth-source-create)
285         (auth-source-delete): New defuns.
286         (auth-source-pick): Rewrite in order to avoid 2 passes.
287         (auth-source-forget-user-or-password): New parameter USERNAME.
288         (auth-source-user-or-password): New parameters CREATE-MISSING and
289         DELETE-EXISTING.  Retrieve password interactively, if needed.
291 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
293         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
294         deleting unused directories when gnus-expert-user is t.
296 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
298         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
299         for each temp file when gnus-article-browse-delete-temp is ask.
301 2010-05-20  Kevin Ryde  <user42@zip.com.au>
303         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
305 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
307         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
308         article unless decoding article to be saved.
310 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
312         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
313         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
314         generated within the mm-with-unibyte-current-buffer macro.
316 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
318         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
319         to nil when we're in a mml-preview buffer and no group is selected.
321 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
323         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
324         when catching the `C-g'.  Reported by "Leo".
326 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
328         * message.el (message-forward-make-body-plain)
329         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
330         multibyte-string-p.
332 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
334         * message.el (message-forward-make-body-mml): Assume original message
335         is multibyte string; error on unibyte.
336         (message-forward-make-body-plain): Ditto; don't add excessive newline
337         in body end.
339 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
341         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
342         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
344 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
346         * mm-extern.el (mm-extern-url): Don't use
347         mm-with-unibyte-current-buffer.
348         (mm-extern-cache-contents): Use with-current-buffer instead of
349         save-excursion + set-buffer.
351 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
353         * mm-util.el (mm-emacs-mule): Remove.
355 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
357         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
358         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
359         change.
361 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
363         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
364         bind the default value of enable-multibyte-characters to nil.
366 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
368         * message.el (message-forward-make-body-plain)
369         (message-forward-make-body-mml):
370         Don't use mm-with-unibyte-current-buffer.
372 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
374         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
375         (Bug#5592).
377 2010-05-07  Julien Danjou  <julien@danjou.info>
379         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
380         it to mm-pipe-part.
382         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
383         it is given.
385 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
387         * nnweb.el (nnweb-gmane-search)
388         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
389         XEmacs.
391         * gnus-art.el (gnus-article-browse-html-parts)
392         * gnus-group.el (gnus-read-ephemeral-gmane-group)
393         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
394         make-temp-file.
396         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
397         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
398         compiling.
400         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
401         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
402         XEmacs when compiling.
404         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
405         gnus-pick-mode-off-hook for XEmacs when compiling.
406         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
407         gnus-binary-mode-off-hook for XEmacs when compiling.
409         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
410         nil if char-charset is not available.
412         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
413         macro.
415         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
416         instead of encode-coding-string.
418         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
419         'xemacs) instead of mm-emacs-mule to switch function definitions.
420         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
422 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
424         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
426 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
428         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
429         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
431 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
433         * mm-util.el (mm-decompress-buffer): Use `delete-file';
434         alias `jka-compr-delete-temp-file' no longer exists.
436 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
438         Use define-minor-mode in Gnus where applicable.
439         * mml.el (mml-mode): Use define-minor-mode.
440         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
441         (gnus-undo-mode): Use define-minor-mode.
442         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
443         (gnus-dead-summary-mode): Use define-minor-mode.
444         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
445         Initialize in declaration.
446         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
447         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
448         (gnus-mailing-list-mode): Use define-minor-mode.
449         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
450         (gnus-draft-mode): Use define-minor-mode.
451         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
452         (gnus-dired-mode): Use define-minor-mode.
454 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
456         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
457         handles on recursive mml-to-mime translation and check them for
458         boundary delimiter collisions.  Reported by Greg Troxel.
460 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
462         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
464 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
466         * mm-util.el (mm-find-buffer-file-coding-system):
467         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
469 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
471         * message.el (message-generate-headers): Record insertion of optional
472         headers as well.  Otherwise the check to prevent repeated insertion of
473         optional headers is a no-op.
475 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
477         * smime.el: Don't mention CVS.
479         * nnrss.el (nnrss-fetch): Don't mention CVS.
481         * nnir.el: Don't mention CVS.
483 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
485         * gnus-sum.el (gnus-summary-bookmark-make-record):
486         Add `location' field.
488 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
490         * gnus-sum.el: Add bookmark declarations to silence the compiler.
491         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
492         Use with-current-buffer to silence the byte-compiler.
493         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
494         bother to require `gnus'.
495         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
497 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
499         * gnus-sum.el (gnus-summary-bookmark-make-record)
500         (gnus-summary-bookmark-jump): New functions.
501         (gnus-summary-mode): Setup bookmark support.
503 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
505         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
506         if set.
508 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
510         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
511         gnus-article-browse-html-save-cid-image; make it work recursively for
512         forwarded messages as well.
513         (gnus-article-browse-html-parts): Work when prefix arg is given.
514         (gnus-article-browse-html-article): Doc fix.
516 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
518         * message.el (message-default-mail-headers):
519         (message-default-headers): Carry the value mail-default-headers over
520         into message-default-mail-headers, rather than message-default-headers.
522 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
524         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
525         charset.
527         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
528         charset into the <meta> tag when the article is encoded to utf-8.
530 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
532         * gnus-art.el (gnus-article-browse-delete-temp-files):
533         Delete directories as well.
534         (gnus-article-browse-html-parts): Work for images that do not specify
535         file names; delete temp directory when quitting; insert header at the
536         right place; use file: scheme for image files.
538 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
540         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
541         (gnus-article-browse-html-parts): Use it to make temporary cid image
542         files in addition to html file so that browser may display them.
544 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
546         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
548 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
550         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
552 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
554         * auth-source.el (auth-sources): Change default to be simpler.
555         Explain about Secret Service API sources.  Improve Customize options.
556         (auth-source-pick): Change to accept any number of search parameters.
557         Implement fallbacks iteratively, not recursively.  Add scoring on the
558         second pass and sort by score.  Call Secret Service API when needed.
559         (auth-source-user-or-password): Use it.  Call Secret Service API
560         directly when needed to get the user name and the password.
562 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
564         * message.el (message-interactive): Doc fix.
565         (message-qmail-inject-args): Reflow.
566         (message-kill-to-signature): Fix typo in docstring.
568         * smiley.el (smiley-buffer): Fix typo in docstring.
570 2010-03-24  Glenn Morris  <rgm@gnu.org>
572         * mail-source.el (gnus-message): Declare.
573         (mail-source-delete-old-incoming): Require gnus-util.
575 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
577         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
579         * message.el (ecomplete-setup): Autoload it for Emacs <23.
581         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
582         password-cache's default if it is not bound.
583         (mml-secure-passphrase-cache-expiry): Default to 16 that is
584         password-cache-expiry's default if it is not bound.
586         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
587         available in Emacs 21.
589 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
591         * auth-source.el (auth-sources): Fix up definition so extra parameters
592         are always inline.
594 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
596         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
597         wasn't updated after mismatch.  Clear cached mailbox info correctly
598         when uidvalidity changes.
599         (nnimap-group-prefixed-name): New function to avoid some code
600         duplication.
601         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
602         (nnimap-request-group): Use it.
603         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
604         (nnimap-update-unseen): Significantly improved speed of Gnus startup
605         with many imap folders.  This is done by caching the group status from
606         the imap server persistently in a group parameter `imap-status'.  (This
607         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
608         but not persistently, so every Gnus startup was still very slow.)
610 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
612         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
613         secrets.el dependency.
614         (auth-sources): Add optional user name.  Add secrets.el configuration
615         choice (unused right now).
617 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
619         * gnus-sum.el (gnus-summary-make-menu-bar): Let
620         `gnus-registry-install-shortcuts' fill in the functions.
622         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
623         warnings.
624         (gnus-registry-misc-menus): Variable to hold registry mark menus.
625         (gnus-registry-install-shortcuts): Populate and use it in a
626         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
628 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
630         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
631         In-place substitutions for the group name encoding/decoding.
632         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
633         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
634         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
635         (nnimap-update-unseen, nnimap-request-list)
636         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
637         (nnimap-request-set-mark, nnimap-split-to-groups)
638         (nnimap-split-articles, nnimap-request-newgroups)
639         (nnimap-request-create-group, nnimap-request-accept-article)
640         (nnimap-request-delete-group, nnimap-request-rename-group)
641         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
642         `encoded-mbx' for consistency.
643         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
644         variable `imap-current-mailbox'.
646         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
647         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
649 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
651         * pop3.el (pop3-display-message-size-flag): Display message size byte
652         counts during POP3 download.
653         (pop3-movemail): Use it.
654         (pop3-list): Implement listing of available messages.
656 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
658         * nnir.el (nnir-get-article-nov-override-function): New function to
659         override the normal NOV retrieval.
660         (nnir-retrieve-headers): Use it.
662 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
664         * auth-source.el (netrc-machine-user-or-password): Autoload.
666 2010-03-19  Glenn Morris  <rgm@gnu.org>
668         Stop message.el from loading about 40 libraries it doesn't always need.
669         The general approach is to autoload rather than require, and to
670         require in the specific functions rather than the file.  (Bug#5642)
672         * gmm-utils.el: Don't require wid-edit.
673         (widget-create-child-value, widget-convert, widget-default-get):
674         Autoload.
676         * gnus-util.el: Don't require time-date, netrc.
677         (message-fetch-field, gnus-group-name-decode): Declare rather than
678         autoloading.
679         (gnus-fetch-field): Require message.
680         (gnus-decode-newsgroups): Require gnus-group.
682         * ietf-drums.el: Don't require time-date.
684         * message.el: Don't require hashcash, canlock, ecomplete.
685         Do require mail-utils.  Require nnheader only when compiling.
686         (smtpmail-default-smtp-server): Remove declaration.
687         (message-send-mail-function): Check smtpmail-default-smtp-server
688         is bound rather than requiring smtpmail.
689         (message-auto-save-directory, message-insert-signature): Use
690         expand-file-name rather than nnheader-concat.
691         (nnheader-insert-file-contents): Autoload.
692         (hashcash-wait-async): Declare.
693         (message-send-mail): Only call gnus-setup-posting-charset if
694         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
695         (message-send-mail-with-sendmail): Require sendmail.
696         (canlock-password, canlock-password-for-verify): Declare.
697         (message-canlock-password): Require canlock.
698         (nnheader-get-report): Autoload.
699         (gnus-setup-posting-charset): Declare.
700         (message-send-news): Require gnus-msg.
701         (message-make-references, message-make-in-reply-to): Use mail-header-id
702         rather than the alias mail-header-message-id.
703         (ecomplete-add-item, ecomplete-save): Declare.
704         (message-put-addresses-in-ecomplete): Require ecomplete.
705         (ecomplete-display-matches): Autoload.
707         * mm-decode.el: Don't require mailcap, gnus-util.
708         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
709         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
710         Autoload.
711         (mailcap-mime-extensions): Declare.
713         * mm-encode.el: Don't require mailcap.
714         (mailcap-extension-to-mime): Autoload.
716         * mml-sec.el: Don't require password-cache.
718         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
719         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
720         (mml-minibuffer-read-type): Require mailcap.
721         (mml-preview): Require gnus-msg.
723         * mml1991.el: Require password-cache.
724         (password-cache-expiry): Remove declaration.
726         * mml2015.el: Require password-cache.
727         (password-cache-expiry): Remove declaration.
729         * nneething.el (mailcap): Require mailcap.
731         * nnheader.el (declare-function): Add compatibility stub.
732         (message-remove-header): Declare rather than autoload.
733         (nnheader-replace-header): Require message.
735         * nnimap.el (declare-function): Add compatibility stub.
736         (netrc-parse, netrc-machine-user-or-password): Declare.
737         (nnimap-open-connection): Require netrc.
739         * nntp.el (declare-function): Add compatibility stub.
740         (netrc-parse, netrc-machine, netrc-get): Declare.
741         (nntp-send-authinfo): Require netrc.
743         * rfc2047.el: Don't require qp.
744         (quoted-printable-encode-region, quoted-printable-decode-string):
745         Autoload.
747         * sieve-mode.el: Don't require easymenu.
748         (easy-menu-add-item): Autoload it.
750         * spam-stat.el (time-to-number-of-days): Autoload it.
752 2010-03-17  Kevin Ryde  <user42@zip.com.au>
754         * mml.el (mml-read-tag): Unquote values with `read' to reverse
755         prin1 in mml-insert-tag (just stripping the quotes gave wrong
756         value if any backslash escapes).
758 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
760         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
761         if it is available.  (bug#5647)
763 2010-02-26  Glenn Morris  <rgm@gnu.org>
765         * message.el (message-send-mail-function): Change the default, so that
766         it inherits from a customized send-mail-function.  (Bug#5643)
768 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
770         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
771         shell-command-to-string signals an error (bug#5299).
773 2010-02-24  Glenn Morris  <rgm@gnu.org>
775         * message.el (message-smtpmail-send-it)
776         (message-send-mail-with-mailclient): Doc fixes.
778 2010-02-16  Glenn Morris  <rgm@gnu.org>
780         * message.el (message-default-mail-headers): Change the default value
781         to ease the transition from mail-mode to message-mode.  (Bug#5555)
783 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
785         * message.el (message-mail): Just pass yank-action on to message-setup.
786         (message-setup): Handle (FUN . ARGS) form of yank-action.
787         (message-with-reply-buffer, message-widen-reply)
788         (message-yank-original): Handle non-buffer values of
789         message-reply-buffer (Bug#4080).
790         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
792 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
794         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
795         Fix typo in docstring.
797 2010-01-08  Jason Rumney  <jasonr@gnu.org>
799         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
800         response.
802 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
804         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
806         * message.el (message-check-news-header-syntax): Protect against a
807         string that `rfc822-addresses' returns when parsing fails.
809 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
811         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
812         (gnus-previous-char-property-change): New functions.
814         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
816 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
818         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
819         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
821 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
823         * message.el (message-exchange-point-and-mark): Rework last change to
824         avoid using optional arg of exchange-point-and-mark, for backward
825         compatibility.
827 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
829         * message.el (message-exchange-point-and-mark): Call
830         exchange-point-and-mark with an argument rather than setting
831         mark-active by hand (Bug#5175).
833 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
835         * nntp.el (nntp-service-to-port): Work for service expressed with
836         numeric string; replace [:digit:] with [0-9] for XEmacs.
838 2009-12-17  Glenn Morris  <rgm@gnu.org>
840         * gnus-group.el (gnus-bug-group-download-format-alist):
841         Change emacs entry to debbugs.gnu.org.  Bump :version.
843 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
845         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
847 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
849         * message.el (message-info): Explain why we use `Info-goto-node'.
851 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
853         * message.el (message-completion-in-region): New compatibility function.
854         (message-expand-group): Use it.
856 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
858         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
859         with no unread article should be listed if the 2nd arg `predicate' is
860         given.
862 2009-11-29  Juri Linkov  <juri@jurta.org>
864         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
865         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
866         on `gnus-recenter'.  (Bug#4698, Bug#4981)
868 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
870         * message.el (message-from-style, message-interactive)
871         (message-signature): Always set default values from the corresponding
872         mail-* variables.
873         (message-cite-prefix-regexp, message-sendmail-envelope-from)
874         (message-yank-prefix, message-indentation-spaces)
875         (message-signature-file, message-default-headers): Use boundp rather
876         than (featurep 'xemacs) to check if the corresponding mail-* variables
877         exist.
879 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
881         * message.el (message-send-mail-with-sendmail): Revert last change.
883 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
885         * message.el (message-from-style, message-interactive)
886         (message-cite-prefix-regexp, message-sendmail-envelope-from)
887         (message-yank-prefix, message-indentation-spaces, message-signature)
888         (message-signature-file, message-default-headers): For GNU Emacs, set
889         default values from the corresponding mail-* variables.
890         (message-send-mail-with-sendmail): Use envelope-from only if
891         mail-specify-envelope-from is non-nil.
893 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
895         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
896         containing tspecial characters if they have been already quoted.
898 2009-10-24  Glenn Morris  <rgm@gnu.org>
900         * gnus-art.el (help-xref-stack-item): Define for compiler.
902 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
904         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
906 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
908         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
909         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
911 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
913         * gnus.el (gnus-overlay-get): New alias to overlay-get.
914         (gnus-overlays-in): New alias to overlays-in.
916         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
917         gnus-overlay-get, and gnus-delete-overlay.
918         (gnus-summary-show-thread): Make it work as well for systems in which
919         next-single-char-property-change is not available.
920         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
922 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
924         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
926 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
928         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
929         and XEmacs that don't have `remove-overlays'.
931 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
933         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
934         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
935         selective display.  Use overlays instead.
937 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
939         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
941 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
943         * spam-stat.el (spam-stat-load): Fix typo in message.
945 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
947         * gnus-art.el (gnus-article-encrypt-body):
948         * message.el (message-check-recipients):
949         * mm-util.el (mm-codepage-setup):
950         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
951         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
953 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
955         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
956         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
957         keys from the menu if mm-{sign,encrypt}-option is 'guided.
958         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
959         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
961 2009-09-18  Glenn Morris  <rgm@gnu.org>
963         * gnus-diary.el (gnus-diary-check-message):
964         * message.el (message-insert-formatted-citation-line):
965         * nnbabyl.el (top-level):
966         * nndiary.el (nndiary-schedule):
967         Fix typos in condition-case handlers.
969 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
971         * gnus-art.el (gnus-article-edit-part): Work for the buffer
972         configuration that provides the sole article window in a frame;
973         position point correctly after deleting a part.
975 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
977         * spam.el (spam-unregister-on-reregister): Add boolean variable.
978         (spam-resolve-registrations-routine): Use it to unregister articles
979         that change status.
981 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
983         * nnrss.el (nnrss-request-article): Remove binding of
984         default-enable-multibyte-characters that has gotten needless by
985         the 2007-07-13 change in rfc2047-encode-message-header.
987         * mml.el (mml-insert-multipart): Error on the message header.
988         (mml-insert-part): Error on the message header; position point at
989         the end of a MIME tag.
991 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
993         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
994         (gnus-float-time): Alias to float-time if it exists.
996         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
997         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
998         float-time is available; suppress compile warning for time-to-seconds.
1000 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1002         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1003         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1004         Add the optional argument `encoding' that overrides the default.
1006         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1007         mm-encode-buffer.
1009 2009-09-04  Glenn Morris  <rgm@gnu.org>
1011         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1012         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1013         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1014         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1015         * mm-util.el (mm-with-unibyte-current-buffer)
1016         (mm-find-buffer-file-coding-system):
1017         * yenc.el (yenc-decode-region): Use default-value rather than
1018         default-enable-multibyte-characters.
1020 2009-09-03  Glenn Morris  <rgm@gnu.org>
1022         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1023         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1024         than default-enable-multibyte-characters.
1026 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1028         * gnus-art.el (gnus-article-read-summary-keys):
1029         Fix gnus-buffer-configuration's value temporarily used.
1031 2009-09-02  Glenn Morris  <rgm@gnu.org>
1033         * gnus-util.el (gnus-float-time): New function.
1034         * gnus-delay.el (gnus-delay-article):
1035         * gnus-sum.el (gnus-thread-latest-date):
1036         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1037         * nnspool.el (nnspool-request-newgroups):
1038         Use gnus-float-time rather than time-to-seconds.
1039         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1041         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1042         (gnus-header-subject-face, gnus-header-newsgroups-face)
1043         (gnus-header-name-face, gnus-header-content-face):
1044         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1045         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1046         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1047         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1048         (gnus-cite-face-11):
1049         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1050         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1051         (gnus-server-closed-face, gnus-server-denied-face)
1052         (gnus-server-offline-face):
1053         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1054         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1055         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1056         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1057         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1058         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1059         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1060         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1061         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1062         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1063         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1064         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1065         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1066         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1067         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1068         (gnus-summary-high-undownloaded-face)
1069         (gnus-summary-low-undownloaded-face)
1070         (gnus-summary-normal-undownloaded-face)
1071         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1072         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1073         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1074         (gnus-splash-face):
1075         * message.el (message-header-to-face, message-header-cc-face)
1076         (message-header-subject-face, message-header-newsgroups-face)
1077         (message-header-other-face, message-header-name-face)
1078         (message-header-xheader-face, message-separator-face)
1079         (message-cited-text-face, message-mml-face):
1080         * sieve-mode.el (sieve-control-commands-face)
1081         (sieve-action-commands-face, sieve-test-commands-face)
1082         (sieve-tagged-arguments-face):
1083         * spam.el (spam-face):
1084         Mark face aliases with "-face" in the name as obsolete.
1086 2009-09-01  Glenn Morris  <rgm@gnu.org>
1088         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1089         than goto-line.
1091 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1093         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1094         Don't move point if the command is invoked inside the message header.
1096 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1098         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1099         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1100         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1101         * nnir.el (nnir-swish-e-index-file):
1102         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1103         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1104         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1105         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1106         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1107         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1109 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1111         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1112         Don't save excursion.
1114 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1116         * nnheader.el (nnheader-find-file-noselect):
1117         * mm-util.el (mm-insert-file-contents):
1118         Use (default-value 'major-mode) instead of default-major-mode.
1120 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1122         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1124 2009-08-25  Glenn Morris  <rgm@gnu.org>
1126         * nnir.el (top-level): Don't require cl at run-time.
1127         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1128         Replace cl-function substitute with gnus-replace-in-string.
1129         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1130         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1131         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1132         simplified expansions.
1134 2009-08-22  Glenn Morris  <rgm@gnu.org>
1136         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1137         goto-line.
1139 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1141         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1143         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1144         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1145         (gnus-mm-display-part, gnus-mime-display-single)
1146         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1147         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1149         * gnus-sum.el
1150         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1151         (gnus-summary-move-article): Add expirable mark to articles copied or
1152         moved to group that has auto-expire turned on if the option is non-nil.
1154 2009-07-24  Glenn Morris  <rgm@gnu.org>
1156         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1157         Fix typo.  (Bug#3903)
1159 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1161         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1162         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1163         that should not be used for draft articles.
1164         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1165         that has no concern in minor mode keys.
1166         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1167         Abolish.
1169 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1171         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1172         article without making inquiry to a user for unknown encoding.
1174         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1175         (nnmaildir--scan): Assume i-node and device number that file-attributes
1176         returns might be cons-cell.
1178 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1180         * auth-source.el: Remove docs now in auth.texi.  Don't use
1181         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1182         `auth-source-hide-passwords' and use them.
1184 2009-07-15  Glenn Morris  <rgm@gnu.org>
1186         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1188 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1190         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1191         excessive whitespace from the default values of title and description.
1193 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1195         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1196         mail-fetch-field to fetch Content-Description header in order to
1197         exclude newlines.
1199 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1201         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1202         to deleted part.
1204 2009-05-30  David Engster  <dengste@eml.cc>
1206         * nnmairix.el: Remove old documentation in the commentary block.
1207         (nnmairix-request-group): Do not update active file for nnml back ends.
1208         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1209         end so that overview files are ignored.
1210         (nnmairix-update-groups): Make updating the groups more robust by using
1211         marks.
1212         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1213         with dollar characters in message-id.
1215 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1217         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1218         2008-12-25 in dns.el.
1220 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1222         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1223         could happen if the text is only composed of spaces and/or tabs.
1225 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1227         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1228         when sending a queued message to avoid extra mml tags.
1230 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1232         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1234 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1236         * gnus-dired.el: Remove autoload for gnus-setup-message.
1237         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1238         displaying Gnus logo; always use compose-mail.
1240 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1242         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1244 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1246         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1247         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1248         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1249         available.
1250         (gnus-nocem-epg-verify): New function.
1252 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1254         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1256 2009-02-15  Glenn Morris  <rgm@gnu.org>
1258         * gnus-util.el (rmail-insert-rmail-file-header)
1259         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1260         autoloads.
1261         (rmail-default-rmail-file): Remove unnecessary declaration.
1262         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1264 2009-02-14  Glenn Morris  <rgm@gnu.org>
1266         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1267         variable (only used in gnus-util, which declares it anyway).
1268         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1269         which was only needed by gnus-art (changed to not use it any more).
1270         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1271         only used in gnus-util, which autoloads it itself.
1272         (rmail-update-summary): Fix autoload.
1274         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1275         rather than rmail-output-to-rmail-file.
1277 2009-02-07  Glenn Morris  <rgm@gnu.org>
1279         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1280         autoload of function that no longer exists.
1281         (rmail-toggle-header): Declare.
1282         (message-forward-rmail-make-body): Handle mbox Rmail.
1284 2009-01-31  Glenn Morris  <rgm@gnu.org>
1286         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1287         2009-01-09 change.
1289 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
1291         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1292         (auth-source-forget-all-cached): New convenience function.
1293         (auth-source-user-or-password): Accept list of modes or a single mode.
1295         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1296         auth-source modes.
1298         * nnimap.el (nnimap-open-connection): Use list of
1299         auth-source modes.
1301         * nntp.el (nntp-send-authinfo): Use list of
1302         auth-source modes.
1304 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1306         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1307         now.
1309 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1311         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1312         coding system in XEmacs; add a workaround for XEmacs.
1314 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1316         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1317         of current-language-environment.
1319 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1321         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1322         available at runtime.
1324 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1326         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1328 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1330         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1331         the greatest positive fixnum value doesn't work under an XEmacs with
1332         bignum support; use the most-positive-fixnum constant instead,
1333         available since Emacs 21.1 with cl and XEmacs 21.1.
1335 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1337         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1338         XEmacs gets not to work.
1340 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1342         * mm-util.el (mm-coding-system-priorities): Allow the value like
1343         "Japanese (UTF-8)" of current-language-environment.
1345 2009-01-09  Glenn Morris  <rgm@gnu.org>
1347         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1348         with last-command-event.
1350 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1352         * message.el (message-fix-before-sending): Amend comment.
1354 2009-01-07  David Engster  <dengste@eml.cc>
1356         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1357         simplified server definitions by converting it via
1358         gnus-server-to-method.
1360 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1362         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1363         parameter's operands.
1365 2009-01-06  David Engster  <dengste@eml.cc>
1367         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1368         primary select method (for gnus-group-mark-article-as-read).
1370 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1372         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1373         `(gnus)Face', not `(gnus)X-Face'.
1375 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1377         * mm-util.el (mm-ucs-to-char): New function.
1379         * mm-url.el (mm-url-decode-entities): Use it.
1381 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1383         * message.el (message-fix-before-sending): Add `eight-bit' to
1384         illegible-text check.
1386 2009-01-03  Michael Olson  <mwolson@gnu.org>
1388         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1389         `headers' is nil.  This can occur if the IMAP server does not have
1390         permissions to read messages from a folder, but can write new messages
1391         to the folder.
1392         (nnimap-request-article-part): Do not insert `data' if it is nil.
1394 2009-01-01  Dave Love  <fx@gnu.org>
1396         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1398         * nnimap.el: Fix author email.
1399         (nnimap-split-rule): Add FIXME comment.
1400         (nnimap-debug): Fix doc string.
1402 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1404         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1405         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1406         to check if those variables exist (first appeared in Emacs 18.50).
1408 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1410         * mm-util.el (mm-line-number-at-pos): New function.
1412         * spam-report.el (spam-report-process-queue): Use it.
1414 2008-12-24  David Engster  <dengste@eml.cc>
1416         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1417         parameters that haven't existed as variables as buffer-local variables.
1419 2008-12-23  Dave Love  <fx@gnu.org>
1421         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1422         cadar.
1424         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1425         imap-starttls-p.
1426         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1428 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1430         * spam-report.el (spam-report-gmane-max-requests): New constant.
1431         (spam-report-gmane-wait): New variable.
1432         (spam-report-gmane-ham, spam-report-gmane-spam)
1433         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1434         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1435         the server.
1437         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1438         Add explanations.
1440         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1441         nnheader-accept-process-output and nnheader-read-timeout if available.
1442         (pop3-movemail): Use it.
1444         * message.el (message-check-news-body-syntax): Fix signature check if
1445         there's an attachment.
1447 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1449         * mm-util.el: Add comments to the mm- emulating functions.
1451 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1453         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1454         by Stephen Berman <stephen.berman@gmx.net>.
1456 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1458         * mm-util.el (mm-substring-no-properties): New function.
1459         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1460         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1461         (mm-string-to-multibyte): Doc fix.
1463         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1465 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1467         * mml.el (mml-attach-file): Strip text properties from file name.
1468         (Bug#1574)
1470 2008-12-16  Glenn Morris  <rgm@gnu.org>
1472         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1474 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1476         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1477         knows since the charset specified might be a bogus alias that
1478         mm-charset-synonym-alist provides.
1480 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1482         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1483         "ISO_8859-1".
1485         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1487 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1489         * mm-util.el (mm-charset-eval-alist):
1490         Define it before mm-charset-to-coding-system.
1491         (mm-charset-to-coding-system): Add optional argument `silent';
1492         define it before mm-charset-override-alist.
1493         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1494         default value if it can be used in Emacs currently running;
1495         silence mm-charset-to-coding-system.
1497 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1499         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1500         `allow-override' which says whether to use `mm-charset-override-alist'.
1501         (rfc2047-decode-encoded-words): Use it.
1503         * mm-util.el (mm-charset-override-alist): Fix custom type;
1504         add `(gb2312 . gbk)' to choices.
1506 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1508         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1509         fast.
1511         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1513 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1515         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1516         on links.
1518         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1520 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1522         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1523         users' addresses that don't have domain parts.
1524         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1525         rather than message-narrow-to-head since there will be the message
1526         header separator.
1528 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1530         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1531         since the result is inserted in a unibyte buffer anyway.
1532         (nnimap-demule-use-string-to-multibyte): Remove.
1533         (nnimap-demule): Alias it to mm-string-to-multibyte.
1535 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1537         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1538         variable for debugging bug#464 and bug#1174.
1539         (nnimap-demule): Use it.
1541 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1543         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1544         score calculation correctly.
1546 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1548         * message.el (message-send-mail): Just set the buffer to unibyte
1549         rather than use mm-with-unibyte-current-buffer which does a lot more.
1550         (message-send-mail-partially): Don't bother with
1551         mm-with-unibyte-current-buffer since it's already been made unibyte by
1552         message-send-mail.
1554 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1556         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1558 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1560         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1562 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1564         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1565         require itself and to remove `with-no-warnings'.
1567 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1569         * starttls.el (starttls-any-program-available): Get the name of the
1570         available TLS layer program.
1571         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1572         well as the host name in the "opening" message.
1574         * auth-source.el (auth-source-cache, auth-source-do-cache)
1575         (auth-source-user-or-password): Cache passwords and logins by default,
1576         allow override with `auth-source-do-cache'.
1577         (auth-source-forget-user-or-password): Allow users to remove cache
1578         entries if needed.
1580 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1582         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1583         condition-case to only the forward-sexp call.
1585 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1587         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1588         quotes contained.  Make it more robust regardless by an extra
1589         condition-case wrapper.
1591 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1593         * nnml.el (nnml-request-expire-articles): Check if the function set to
1594         `nnmail-expiry-target' returns the symbol `delete'.
1596         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1598         * nnmail.el (nnmail-expiry-target): Fix custom type.
1600 2008-10-02  Glenn Morris  <rgm@gnu.org>
1602         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1603         Silence compiler warning.
1605 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1607         * mml.el (mml-menu): Don't assume mml2015 is bound.
1609 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1611         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1612         exists.
1614 2008-09-27  Glenn Morris  <rgm@gnu.org>
1616         * gnus-util.el (mail-header-remove-comments): Autoload it.
1618 2008-09-27  Andreas Schwab  <schwab@suse.de>
1620         * gnus-util.el (gnus-split-references): Strip comments.
1621         (gnus-parent-id): Likewise.
1623 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1625         * message.el (message-confirm-send): Fix version.
1627 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1629         * message.el (message-idna-to-ascii-rhs-1): Use
1630         mail-extract-address-components rather than mail-header-parse-addresses
1631         that is an alias by default to ietf-drums-parse-addresses that does not
1632         support non-ASCII names in headers' contents.
1634 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1636         * message.el (message-confirm-send): Fixed variable documentation to
1637         avoid the "y/n" wording.
1639 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1641         * message.el (message-set-auto-save-file-name): Save to a different
1642         filename so multiple messages (especially drafts) can be recovered.
1644 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1646         * message.el (message-confirm-send): Add appropriate version.
1648 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1650         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1651         defvar.
1653 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1655         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1656         (mm-pkcs7-enveloped-magic): Ditto.
1658 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1660         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1661         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1663 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1665         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1666         default, it's better.
1668 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1670         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1671         summary line gnus-number property and ignore them (with a warning
1672         message).
1674 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1676         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1677         macro caddr in the interactive form since it won't be expanded.
1679 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1681         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1682         `charset'; fix name of function called recursively.
1683         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1685 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1687         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1688         (gnus-mime-set-charset-parameters): New function.
1689         (gnus-mime-view-part-as-charset): Use it to correctly display part
1690         specifying wrong charset.
1692 2008-09-08  David Engster  <dengste@eml.cc>
1694         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1695         in completing-read for back end server.
1697 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1699         * message.el (message-confirm-send): New variable to confirm sending a
1700         message.
1701         (message-send): Use it.
1703 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1705         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1707 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1709         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1711 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1713         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1714         prevent tracking too many groups.
1715         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1716         Use it.
1718 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1720         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1721         moving point to the bottom of the window in order to avoid recentering.
1723 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1725         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1726         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1727         (gnus-article-beginning-of-window): Fix calculation.
1729 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1731         * gnus-msg.el (gnus-summary-supersede-article)
1732         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1733         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1734         message header.
1736 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1738         * message.el:
1739         * gnus-start.el:
1740         * gnus-registry.el: Remove VMS support.
1742 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1744         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1745         macro.
1746         (rfc2104-hash): Use it.
1748 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1750         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1751         (gnus-summary-sort-by-most-recent-date): New commands.
1752         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1753         and menu entries.
1755 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1757         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1758         don't redisplay article for raw contents; remove plural articles stuff.
1760         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1761         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1762         on gnus-summary-save-article; display results properly.
1764 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1766         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1768 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1770         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1771         gnus-save-all-headers.
1773 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1775         * gnus-util.el (ns-focus-frame): Remove declaration.
1776         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1777         like x.
1779 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1781         * rfc2104.el (rfc2104-zero): Delete defconst.
1782         (rfc2104-hex-alist): Likewise.
1783         (rfc2104-hex-to-int): Delete func.
1784         (rfc2104-hexstring-to-bitstring): Likewise.
1785         (rfc2104-nybbles): New defconst.
1786         (rfc2104-hash): Rewrite for speed.
1788 2008-07-16  Glenn Morris  <rgm@gnu.org>
1790         * gnus-util.el (ns-focus-frame): Declare for compiler.
1792 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1794         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1795         set as a group parameter.
1796         (gnus-summary-save-in-pipe): Work when it is called independently.
1797         (gnus-summary-pipe-to-muttprint): Don't modify
1798         gnus-summary-pipe-output-default-command.
1800 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1802         * message.el (message-send-mail-with-sendmail):
1803         Display the error message.
1805 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1807         * gnus-art.el (gnus-default-article-saver):
1808         Add gnus-summary-save-in-pipe to choices.
1809         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1810         gnus-summary-pipe-output-default-command as the default command.
1811         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1812         instead of gnus-last-shell-command.
1814         * gnus-sum.el (gnus-summary-pipe-output-default-command):
1815         New user option.
1816         (gnus-summary-muttprint-program): Mention the value will be changed.
1817         (gnus-summary-save-article): Force showing of all headers.
1818         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1820 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
1822         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1824 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
1826         * nnimap.el (nnimap-id):
1827         * sieve-manage.el (sieve-manage-open): Doc fixes.
1829 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1831         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1832         if available.
1834 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1836         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1838         * nnkiboze.el (nnkiboze-generate-group):
1839         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1841         * nnmairix.el: Require CL.
1843 2008-06-15  David Engster  <dengste@eml.cc>
1845         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1847 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
1849         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1850         New macros that expand to an `aset'/`aref' call under Emacs, and to a
1851         runtime choice under XEmacs.
1853         * gnus-sum.el (gnus-summary-set-display-table):
1854         Use `gnus-put-display-table', `gnus-get-display-table',
1855         `gnus-set-display-table' for the display table, instead of `aset'.
1857 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1859         * nnmairix.el: Add autoloads.
1861 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1863         * nnmairix.el (nnmairix-delete-recreate-group)
1864         (nnmairix-update-and-clear-marks): Fix error messages.
1866 2008-06-14  David Engster  <dengste@eml.cc>
1868         * nnmairix.el: Upgrade to version 0.6.
1869         (nnmairix-group-toggle-propmarks-this-group)
1870         (nnmairix-group-toggle-readmarks-this-group)
1871         (nnmairix-group-delete-recreate-this-group)
1872         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1873         (nnmairix-remove-tick-mark-original-article): New commands.
1874         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1875         (nnmairix-propagate-marks-to-nnmairix-groups)
1876         (nnmairix-only-use-registry, nnmairix-allowfast-default)
1877         (nnmairix-marks-cache, nnmairix-version-output): New variables.
1878         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1879         functions needed for marks propagation and manipulation of read marks.
1880         (nnmairix-update-groups): New function.
1881         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1882         (nnmairix-determine-original-group-from-registry)
1883         (nnmairix-determine-original-group-from-path)
1884         (nnmairix-get-group-from-file-path, nnmairix-map-range)
1885         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1886         New helper functions.
1887         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1888         keystrokes for new commands.
1889         (nnmairix-delete-and-create-on-change): Doc string cleanup.
1890         (nnmairix-request-group): Check allow-fast group parameter.
1891         (nnmairix-request-create-group): Set allow-fast group parameter if
1892         nnmairix-allowfast-default is set.
1893         (nnmairix-close-group): Propagate marks upon closing if needed.
1894         (nnmairix-group-toggle-threads-this-group): Use new.
1895         nnmairix-group-toggle-parameter helper function.
1896         (nnmairix-search): Better check for empty search result.
1897         (nnmairix-goto-original-article): Use new helper functions for
1898         determining original article.
1899         (nnmairix-show-original-article): Make sure message-id is in brackets.
1900         (nnmairix-call-mairix-binary): Change variable name.
1901         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1902         helper function.
1903         (nnmairix-widget-toggle-activate): Fix doc string.
1905 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1907         * nnir.el: Require edmacro when compiling with XEmacs.
1908         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1909         available in Emacs 21.
1911 2008-06-11  Glenn Morris  <rgm@gnu.org>
1913         * gnus-util.el (x-focus-frame):
1914         * gnus.el (image-size):
1915         * mm-decode.el (image-size): Declare.
1917         * gnus-picon.el (declare-function): Add compat definition.
1918         (image-size): Declare.
1920         * gnus-group.el (tool-bar-map):
1921         * gnus-sum.el (tool-bar-map): Define for compiler.
1923         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1925         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1927         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1928         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1929         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1930         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1931         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1932         * sieve-manage.el, spam-report.el, spam.el:
1933         Remove unnecessary eval-and-compile of autoloads.
1935 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1937         * auth-source.el: Precise Tramp doc.
1939 2008-06-07  Glenn Morris  <rgm@gnu.org>
1941         * nnmairix.el: Remove unnecessary eval-when-compile.
1943 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
1945         * nnir.el: New file.
1947 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1949         * gnus-util.el (gnus-read-shell-command): New function.
1950         * mm-decode.el (mm-pipe-part):
1951         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1953 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1955         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1957 2008-06-03  Glenn Morris  <rgm@gnu.org>
1959         * pop3.el (nnheader-accept-process-output): Autoload it.
1961 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1963         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1964         are not 2-digit hexadecimal characters that follow `%'s.
1966 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1968         * message.el (message-bogus-recipient-p): Fix type in doc string.
1969         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1970         (message-bogus-addresses): Rename from message-bogus-address-regexp.
1971         Improve custom options.
1972         (message-bogus-recipient-p): Adjust accordingly.
1974 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1976         * nnmairix.el: Require edmacro when compiling with XEmacs.
1978 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1980         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1981         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1983 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1985         * auth-source.el: Add more docs.
1987 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989         * nnheader.el (nnheader-read-timeout): Change the default timeout from
1990         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
1991         retrieval faster in some cases, but might make CPU usage larger.  If
1992         this has any bad side effects, we might revert this change.
1994         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1995         seems to make mail retrieval much, much faster.
1996         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
1997         unconditionally.
1999         * gnus-draft.el (gnus-group-send-queue): Bind
2000         message-send-mail-partially-limit to nil to avoid being prompted.
2002 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2004         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2006         * message.el (message-bogus-address-regexp): Fix and improve custom
2007         type.
2008         (message-setup-hook): Add message-check-recipients as custom option.
2010 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2012         * message.el (message-cite-function): Remove bogus autoload which crept
2013         in during merge from v5-10.
2015 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2017         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2019         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2021         * auth-source.el: Preliminary Tramp docs.
2022         (auth-sources): Change the default auth-sources to use
2023         EPA .gpg files.
2025 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2027         * nntp.el: Autoload `auth-source-user-or-password'.
2028         (nntp-send-authinfo): Use it.
2030         * nnimap.el: Autoload `auth-source-user-or-password'.
2031         (nnimap-open-connection): Use it.
2033         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2034         for the gnus-message function.
2035         (auth-source-user-or-password): Use it.
2037 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2039         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2040         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2041         (rfc2104-hash): Use it.
2043 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2045         * gnus-art.el (gnus-article-toggle-truncate-lines):
2046         Don't use `iff' in docstring.
2048 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2050         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2052         * gnus-util.el (gnus-extract-address-component-name)
2053         (gnus-extract-address-component-email): Convenience functions around
2054         `gnus-extract-address-components'.
2056         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2057         Use `gnus-extract-address-component-email' to fix bug of comparing full
2058         sender name to `user-mail-address'.
2060 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2062         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2063         catch/throw to optimize.
2064         (gnus-registry-find-keywords): Just use member to find a keyword.
2066 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2068         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2069         is current before calling gnus-server-prepare.
2070         (gnus-server-setup-buffer, gnus-server-update-server)
2071         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2073 2008-05-04  Juri Linkov  <juri@jurta.org>
2075         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2076         (mailcap-file-default-commands): Use mailcap-replace-in-string
2077         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2078         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2080 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2082         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2084 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2086         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2087         hooks.
2088         (gnus-update-read-articles): Speed up non-marks-using users.
2089         (gnus-use-marks): Define gnus-use-marks.
2090         (gnus-propagate-marks): Rename variable to something more sensible.
2092 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2094         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2095         (gmm-image-load-path-for-library): Fix typos in docstrings.
2096         (gmm-message): Reflow docstring.
2098 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2100         * mail-source.el (mail-source-set-1, mail-source-bind):
2101         Move auth-source code out of the macro to clean it up and fix bugs.
2103 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2105         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2106         by sender if it's equal to user-mail-address, it's likely to be
2107         useless.
2109         * mail-source.el (mail-source-bind): Don't use user or password if they
2110         are not bound.  Unintern them if they are nil.  Don't use server unless
2111         it's bound, and default it to empty string otherwise.
2113 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2115         * mail-source.el: Load auth-source.el.
2116         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2117         get user name or password, if auth-sources is set up.
2119         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2120         strategy of splitting with parent.
2121         (gnus-registry-split-fancy-with-parent)
2122         (gnus-registry-post-process-groups): Use it and fix prior
2123         bug (returning a list as the split result).
2125         * auth-source.el (auth-sources): Remove server parameter.
2126         (auth-source-pick, auth-source-user-or-password)
2127         (auth-source-user-or-password-imap)
2128         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2129         (auth-source-user-or-password-sftp)
2130         (auth-source-user-or-password-smtp): Remove server parameter.
2132 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2134         * smime.el (smime-sign-region, smime-encrypt-region)
2135         (smime-decrypt-region):
2136         Remove redundant calls to `generate-new-buffer-name'.
2138 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2140         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2141         Don't use QP for message/rfc822.
2142         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2144 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2146         * sieve-manage.el (sieve-string-bytes): Remove.
2147         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2148         correct byte-length only if the process's coding-system is the same as
2149         the one used internally by Emacs to represent strings.
2151 2008-04-22  Juri Linkov  <juri@jurta.org>
2153         * mailcap.el (mailcap-file-default-commands): New function.
2155 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2157         * message.el (message-signature-separator, message-cite-function):
2158         Change custom version.
2160 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2162         * mm-decode.el (mm-display-external): Make temp file read-only.
2164 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2166         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2167         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2168         `C-c C-f d'.
2170 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2172         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2174 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2176         * auth-source.el: Added docs.
2177         (auth-sources): Modify format to support server.
2178         (auth-source-pick, auth-source-user-or-password)
2179         (auth-source-user-or-password-imap)
2180         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2181         (auth-source-user-or-password-sftp)
2182         (auth-source-user-or-password-smtp): Add server parameter.
2184 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2186         * gnus-registry.el: Initialize the registry when gnus-registry-install
2187         is t.
2189 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2191         * compface.el (uncompface): Make buffer unibyte.
2193 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2195         * mail-source.el (mail-source-value):
2196         Prefer fboundp to functionp so it works with macros as well.
2198 2008-04-05  Glenn Morris  <rgm@gnu.org>
2200         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2202 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2204         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
2205         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2207         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2208         multibyteness after rather than before erasing it.
2210         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2211         mm-with-multibyte.
2212         (gnus-request-article-this-buffer): Make sure the proper decoding is
2213         used if gnus-original-article-buffer happens to be unibyte.
2215         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2216         default-enable-multibyte-characters.
2218         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2219         default-enable-multibyte-characters.
2221         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2223         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2225 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2227         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2228         Fix last change in case the element is not even a symbol.
2230 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2232         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2233         imap-enable-exchange-bug-workaround.
2234         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2236 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2238         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2239         a 100 byte status-checks into a 2-3MB transfer for each group.
2240         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2241         to enable bug workaround or not.
2242         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2244 2008-03-31  Glenn Morris  <rgm@gnu.org>
2246         * message.el (mml2015-use): Declare for compiler.
2247         (message-info): Require mml2015 when appropriate.
2249 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2251         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2252         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2253         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2254         (nntp-service-to-port): New function.
2255         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2256         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2257         (nntp-open-netcat-stream): New function.
2258         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2260 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2262         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2264 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2266         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2268 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2270         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2272 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2274         * message.el (message-signature-separator): Change default.
2275         Improve custom type.
2276         (message-cite-function): Change default to
2277         message-cite-original-without-signature.
2279         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2280         toggle.
2282         * message.el (message-check-news-body-syntax): Fix signature check.
2283         (message-setup-1): Mark buffer as unmodified _after_ running
2284         message-setup-hook and handling message-alternative-emails.
2285         (message-shorten-references): Be more strict when building list of
2286         valid references to comply with GNKSA.
2288         * gnus-group.el (gnus-read-ephemeral-bug-group)
2289         (gnus-read-ephemeral-debian-bug-group)
2290         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2292         * message.el (message-info): Don't use booleanp which isn't supported
2293         in Emacs 21 and XEmacs.
2295 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2297         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2298         gnus-group-gmane-group-download-format.
2299         (gnus-group-read-ephemeral-gmane-group): Rename from
2300         gnus-group-read-ephemeral-gmane-group.
2301         (gnus-read-ephemeral-gmane-group-url): Rename from
2302         gnus-group-read-ephemeral-gmane-group-url.
2303         (gnus-bug-group-download-format-alist): New variable.
2304         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2305         (gnus-read-ephemeral-emacs-bug-group): New commands.
2307 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2309         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2310         (gnus-visible-headers): Improve custom type.
2312 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2314         * mml.el (mml-menu): Add workarounds for XEmacs.
2316         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2317         X-Boundary header.
2319         * message.el (message-simplify-recipients): Fix previous commit.
2321 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2323         * mm-util.el (mm-set-buffer-multibyte): New function.
2324         * mm-decode.el (mm-copy-to-buffer): Use it.
2326         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2327         Prefer fboundp to functionp so it works with macros as well.
2329 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2331         * message.el (message-alter-recipients-discard-bogus-full-name):
2332         New function.
2333         (message-alter-recipients-function): New variable.
2334         (message-get-reply-headers): Use it.
2335         (message-replace-header): New helper function.
2336         (message-recipients-without-full-name): New variable.
2337         (message-simplify-recipients): New command.
2339         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2341         * message.el (message-info): Handle EasyPG manual.
2343         * mml.el (mml-menu): Add entry for EasyPG.
2345 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2347         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2348         parameter.
2350         * message.el (message-disassociate-draft): Specify drafts group name
2351         fully.
2353 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2355         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2356         unnecessary duplicates from the match list.
2358 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2360         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2361         args of `how-many' of which the XEmacs version doesn't take; declare
2362         Info-index-next as function.
2364 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2366         * gnus-score.el (gnus-score-headers): Fix handling of
2367         gnus-inhibit-slow-scoring.
2369         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2370         string.
2371         (gnus-button-url-regexp): Improve handling of parenthesis.
2372         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2373         (gnus-button-handle-info-keystrokes): Handle index entries.
2375 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2377         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2378         Incoming* files.
2380 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2382         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2383         (auth-source-pick): Use it.
2385 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2387         * auth-source.el (auth-source-protocols)
2388         (auth-source-protocols-customize, auth-source-choices): Added and
2389         modified variable customizations and defaults.
2390         (auth-source-pick, auth-source-user-or-password)
2391         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2392         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2393         (auth-source-user-or-password-sftp)
2394         (auth-source-user-or-password-smtp): Use new variables and provide an
2395         interface to netrc.el.
2397 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2399         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2400         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2401         Make sure the nntp port to specify is a string.
2403 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2405         * nntp.el: Use with-current-buffer.
2406         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2407         dubious mm-with-unibyte-current-buffer.
2408         (nntp-with-open-group-function): New function extracted from
2409         nntp-with-open-group macro.
2410         (nntp-with-open-group): Use the function, so it's easier to debug.
2411         Add indentation and debugging info.
2412         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2413         the use of the netcat alternatives.
2415         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2416         Avoid mm-string-as-multibyte as well.
2418         * nnweb.el (nnweb-insert-html):
2419         Remove use of nnheader-string-as-multibyte.
2421         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2422         (nnheader-string-as-multibyte): Remove.
2424         * mm-view.el: Use inhibit-read-only.
2425         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2426         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2427         or unibyte-string.
2429         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2430         (mm-uu-yenc-extract): Use with-current-buffer.
2432         * gnus-soup.el (gnus-soup-send-packet): Don't use
2433         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2435         * nnmh.el: Use with-current-buffer.
2436         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2437         mm-string-as-multibyte on the output of mm-encode-coding-string.
2439         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2440         (nnimap-request-move-article): Use with-current-buffer.
2442         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2443         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2444         conversion uses string-make-unibyte rather than string-as-unibyte.
2446         * gnus-msg.el: Use with-current-buffer.
2448         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2450 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2452         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2453         string for caching if it is 'PIN.
2455 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2457         * mail-source.el (mail-source-delete-old-incoming-confirm):
2458         Change default to nil.
2459         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2461 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2463         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2464         (gnus-article-goto-prev-page): Work for articles having ^L's.
2466         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2468         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2470 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2472         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2473         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2474         (gnus-bookmark-jump): Adjust some variable names.
2476 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2478         * auth-source.el: New package.
2479         (auth-source-choices): Add customization entry point variable.
2481         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2482         bug.
2484 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2486         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2487         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2488         (gnus-registry-install-shortcuts): Rename from
2489         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2490         the `gnus-registry-mark-map' keymap dynamically from
2491         `gnus-registry-marks'.  The generated functions update the summary line
2492         when a registry mark is added or deleted, and will call
2493         `gnus-registry-install-p' (see the comments in the code).
2494         (gnus-registry-user-format-function-M): Use concat intelligently.
2496         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2497         the registry mark functions.
2499 2008-03-05  Glenn Morris  <rgm@gnu.org>
2501         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2502         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2503         gnus-art.
2504         (top-level): No need to load own source when compiling.
2506 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2508         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2509         Suggested by <chris.anderton@zetnet.co.uk>.
2511 2008-03-04  Glenn Morris  <rgm@gnu.org>
2513         * gnus-sum.el (top-level): No need to require gnus when compiling,
2514         since unconditionally required near start of file.
2515         (gnus-summary-display-while-building): Move definition before use.
2517 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2519         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2520         formatting function.
2522 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2524         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2525         with plists.
2526         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2527         Use new format.
2529 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2531         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2532         `where-is-internal' that returns a range of key sequences.
2534 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2536         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2538         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2539         (gnus-summary-jump-to-group): Consider windows on other displayed
2540         frames as well.  Similar changes might be needed elsewhere, but that's
2541         the one I've bumped into during my use.
2543         * nndoc.el (nndoc-oe-dbx-type-p):
2544         * gnus-msg.el (gnus-debug):
2545         * gnus-group.el (gnus-update-group-mark-positions):
2546         Use mm-string-to-multibyte.
2548 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2550         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2551         doesn't handle NotDashEscaped.
2553         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2554         (mml-dnd-attach-options): Fix typo in custom choice.
2556         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2557         nndoc-article-type to mbox.
2558         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2560         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2561         to nil, instead of html2text.
2563         * imap.el (imap-debug): Add `imap-ping-server'.
2565         * gnus-bookmark.el: Add FIXMEs.
2567         * message.el (message-form-letter-separator)
2568         (message-send-form-letter-delay): New variables.
2569         (message-send-form-letter): Use them.  New command to send form
2570         letters.  Requested by Uwe Siart.
2571         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2573 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2575         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2576         empty author.
2578 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2580         * gnus-registry.el (gnus-registry-marks): Add variable for
2581         customization of marks and their appearance.
2582         (gnus-registry-read-mark): Use it.
2583         (gnus-registry-do-marks): Add utility function to loop through
2584         `gnus-registry-marks'.
2585         (gnus-registry-install-shortcuts-and-menus): Add function to install
2586         shortcuts and menus.
2587         (gnus-registry-initialize): Use it.
2588         (gnus-registry-default-mark): Clarify documentation.
2590 2008-02-29  Glenn Morris  <rgm@gnu.org>
2592         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2593         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2594         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2595         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2596         Change defcustom :version from 23.0 to 23.1.
2598 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2600         * gnus-registry.el (gnus-registry-follow-group-p)
2601         (gnus-registry-post-process-groups): Add functions to aid registry
2602         splitting and improve logging.  Clarify behavior in function
2603         documentation.
2604         (gnus-registry-split-fancy-with-parent): Use them.
2606 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2608         * gnus-art.el: Use with-current-buffer.
2610 2008-02-27  David Engster  <dengste@eml.cc>
2612         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2613         Express real group name in the response.
2615 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2617         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2618         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2619         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2620         autoload gnus-registry-fetch-group when compiling.
2621         (nnmairix-request-group-with-article-number-correction): Remove
2622         unreferenced argument passed to nnmairix-call-backend.
2624 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2626         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2627         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2628         Wilde.
2630 2008-02-27  Glenn Morris  <rgm@gnu.org>
2632         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2633         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2634         variables to defconsts.  Convert comments to doc-strings.
2635         (nnmairix-last-server, nnmairix-current-server): Convert from free
2636         variables to defvars.  Convert comments to doc-strings.
2637         (gnus-registry-fetch-group): Autoload.
2638         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2639         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2640         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2641         caddr.
2642         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2643         nnmairix-request-group-with-article-number-correction call.
2644         (nnmairix-fast, nnmairix-group): New, less general names, for free
2645         variables passed from nnmairix-request-group to
2646         nnmairix-request-group-with-article-number-correction.  Declare.
2647         (nnmairix-request-group-with-article-number-correction):
2648         Use nnmairix-fast, nnmairix-group rather than fast, group.
2650 2008-02-26  David Engster  <dengste@eml.cc>
2652         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2653         version 0.5.
2655 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2657         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2658         instead of making an extra function call.  Don't add the current group
2659         to articles only when they have the group.  Use
2660         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2661         Reported by David <de_bb@arcor.de>.
2663 2008-02-24  Miles Bader  <miles@gnu.org>
2665         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
2666         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
2667         (mm-find-mime-charset-region):
2668         * mm-bodies.el (mm-encode-body):
2669         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
2671 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
2673         * mail-source.el (mail-source-delete-incoming): Change default.
2674         Supplement doc string.
2676         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2678 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2680         * nnmail.el (nnmail-message-id-cache-file): Derive from
2681         `gnus-home-directory'.
2683 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
2685         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2686         Document negative prefix.
2688         * gnus-group.el (gnus-group-read-group): Document negative prefix.
2690 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2692         * message.el (message-unsent-separator): Add the Exim bounce
2693         separator.
2695 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2697         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2698         list.
2699         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2700         recipient/signer list.
2702 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2704         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2705         fbound (Emacs 23 unicode), signal an error.
2707 2008-02-08  Glenn Morris  <rgm@gnu.org>
2709         * gnus-art.el (pgg-display-output-buffer): Declare as function.
2711 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
2713         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2714         ports to the calls to `netrc-machine-user-or-password' in addition to
2715         "imap" and "imaps".
2717 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
2719         * gnus.el (gnus-group-startup-message): Add `find-image' call before
2720         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
2721         <hanche@math.ntnu.no>.
2723 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2725         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2727 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2729         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2731         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2733 2008-02-01  Miles Bader  <miles@gnu.org>
2735         * mml.el (mml-parse-1): Remove apparently vestigial use of
2736         `mm-hack-charsets'.
2737         * mm-bodies.el (mm-encode-body): Likewise.
2739 2008-02-01  Kenichi Handa  <handa@m17n.org>
2741         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2742         rfc2104-hexstring-to-bitstring and changed to return a byte list.
2743         (rfc2104-hash): Convert the result of concat to unibyte string.
2745 2008-02-01  Dave Love  <fx@gnu.org>
2747         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2748         coding-system-for-read.
2749         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2751         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
2752         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
2753         (mm-find-mime-charset-region): Remove hack-charsets stuff.
2755 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
2757         * mail-source.el (mail-sources): Add `group' choice.
2759         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2760         parameter `in-group' to control into which group the articles go.
2761         Add treatment of `group' mail-source.
2763 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2765         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2766         * message.el (message-beginning-of-line): Use featurep instead of bound
2767         tests in order to resolve conditionals at compile time.
2769 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2771         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2773         * mm-decode.el (mm-dissect-buffer): Decode description.
2775         * mml.el (mml-to-mime): Encode message header first.
2777 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2779         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2780         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2782 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
2784         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2786 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2788         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2789         prefix keys.
2790         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2791         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2792         gnus-xmas.el.
2794 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2796         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2797         Add new variables for article mark management.
2798         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2799         list of extra data entries which, when present, will indicate that the
2800         article ID should not be trimmed from the registry.
2801         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2802         functions.
2803         (gnus-registry-read-mark): New function to read a mark name from the
2804         user.
2805         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2806         (gnus-registry-set-article-mark-internal): New functions to add and
2807         remove marks.
2808         (gnus-registry-get-article-marks): New function to show the marks for
2809         an article, or retrieve them for further use.
2811 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2813         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2814         keys when no argument is given.
2816 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2818         * gnus-sum.el (gnus-article-sort-by-random)
2819         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
2820         jidanni@jidanni.org.
2822 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2824         * gnus-art.el (gnus-article-describe-bindings): New function.
2825         (gnus-article-read-summary-keys): Use it.
2826         (gnus-article-mode-map): Bind `C-h b' to it.
2828 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2830         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2831         XEmacs.
2832         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2833         against non-character events.
2835 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2837         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2838         command.
2839         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2840         instead of END.  Change name of the temp file.
2841         (gnus-group-gmane-group-download-format): Add doc string.  Make it
2842         customizable.
2844 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2846         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2847         bind `S W' to gnus-article-wide-reply-with-original; set default
2848         binding to gnus-article-read-summary-send-keys.
2849         (gnus-article-read-summary-keys): Fix the order of keys; display
2850         continuation keys correctly in the echo area; describe bindings
2851         correctly when keys end with `C-h'.
2852         (gnus-article-read-summary-send-keys): New function.
2853         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2854         for gnus-article-read-summary-send-keys; display continuation keys
2855         correctly in the echo area.
2856         (gnus-article-reply-with-original): Ignore prefix argument.
2857         (gnus-article-wide-reply-with-original): New function.
2859 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2861         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2862         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2864 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2866         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2867         (gnus-group-read-ephemeral-gmane-group): New command.
2869 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2871         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2873 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2875         * message.el (message-send-mail-function): Increase custom version.
2877         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2878         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
2880 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2882         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2883         html parts correctly; support forwarded messages.
2884         (gnus-article-browse-html-article): Remove work buffers.
2886         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2887         compiling.
2888         (netrc-bound-and-true-p): New macro.
2889         (netrc-parse): Use it instead of bound-and-true-p that is not available
2890         in XEmacs 21.4.
2892 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2894         * gnus-registry.el (gnus-registry-mark-article)
2895         (gnus-registry-article-marks): Add functionality to mark articles
2896         through the Gnus registry.
2898         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2899         (netrc-parse): Use encrypt-file-alist to determine if
2900         encrypt-find-model or encrypt-insert-file-contents should be used.
2902 2007-12-19  Glenn Morris  <rgm@gnu.org>
2904         * mml.el (message-options-set, message-narrow-to-head)
2905         (message-in-body-p, message-mail-p, message-encode-message-body):
2906         Autoload.
2907         (message-remove-header, message-narrow-to-headers-or-head)
2908         (message-subscribed-p, message-make-mail-followup-to)
2909         (message-position-on-field, message-news-p)
2910         (message-options-set-recipient, message-generate-headers)
2911         (message-sort-headers): Declare as functions.
2913 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2915         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2916         convention in doc string.
2918 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2920         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2921         title to html parts.
2922         (gnus-article-browse-html-article): Pass message header to it.
2924         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2926 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
2928         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2929         or password compatible with XEmacs.
2931 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2933         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
2934         format document.
2935         (gnus-mime-delete-part): Don't write description line if empty.
2936         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
2938 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
2940         * gnus-sum.el (gnus-summary-mark-unread-as-read)
2941         (gnus-summary-mark-read-and-unread-as-read)
2942         (gnus-summary-mark-current-read-and-unread-as-read)
2943         (gnus-summary-mark-unread-as-ticked): Doc fix.
2944         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
2946 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2948         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
2949         Christoph Conrad <christoph.conrad@gmx.de>.
2951 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2953         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
2954         yes-or-no-p.
2956 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2958         * mm-decode.el (mm-add-meta-html-tag): New function.
2959         (mm-save-part-to-file, mm-pipe-part): Use it.
2961         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2962         gnus-y-or-n-p instead of y-or-n-p.
2963         (gnus-article-browse-html-parts): Work with message/external-body; use
2964         mm-add-meta-html-tag.
2966 2007-12-11  Glenn Morris  <rgm@gnu.org>
2968         * gnus-cache.el: Require gnus-sum not just when compiling.
2970         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2972         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2973         definitions before use.
2975         * mm-decode.el: Require gnus-util.
2976         (mm-remove-part): Only call delete-annotation on XEmacs.
2978         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2980         * nnmail.el: Require gnus-int.
2982         * spam.el: Move `require's before `eval-when-compile's.
2984         * gnus-ems.el (gnus-alive-p):
2985         * gnus-fun.el (message-goto-eoh):
2986         * gnus-util.el (gnus-group-name-decode):
2987         * mail-source.el (gnus-compress-sequence):
2988         * message.el (Info-goto-node, format-spec):
2989         * mm-bodies.el (message-options-get):
2990         * mm-decode.el (mm-view-pkcs7):
2991         * mm-util.el (gmm-write-region):
2992         * mml-smime.el (mml-compute-boundary)
2993         (gnus-completing-read-with-default):
2994         * mml.el (widget-button-press, gnus-make-hashtable):
2995         * mml1991.el (mm-decode-content-transfer-encoding)
2996         (mm-encode-content-transfer-encoding)
2997         (message-options-get, message-options-set):
2998         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2999         * nnfolder.el (gnus-request-group):
3000         * nnheader.el (ietf-drums-unfold-fws):
3001         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3002         * smime.el (gnus-run-mode-hooks):
3003         * spam-stat.el (gnus-message): Autoload.
3005         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3006         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3007         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3008         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3009         Add declare-function compatibility definition.
3011         * gnus-cache.el (nnvirtual-find-group-art):
3012         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3013         (gnus-add-image, gnus-add-wash-type):
3014         * gnus-group.el (nnkiboze-score-file):
3015         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3016         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3017         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3018         (message-tokenize-header, gnus-get-buffer-create)
3019         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3020         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3021         * gnus.el (gnus-group-decoded-name):
3022         * mail-source.el (imap-capability):
3023         * mm-bodies.el (message-options-set):
3024         * mm-decode.el (gnus-configure-windows):
3025         * mm-extern.el (message-goto-body):
3026         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3027         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3028         (epg-sub-key-validity, message-options-set):
3029         * mml.el (widget-event-point, gnus-configure-windows):
3030         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3031         * mml2015.el (epg-check-configuration, epg-configuration)
3032         (message-options-set):
3033         * nndb.el (nndb-request-article):
3034         * nnfolder.el (gnus-request-create-group):
3035         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3036         * nnmaildir.el (gnus-group-mark-article-read):
3037         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3038         * rfc1843.el (message-fetch-field):
3039         * spam.el (gnus-extract-address-components):
3040         Declare as functions.
3042 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3044         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3046 2007-12-09  Glenn Morris  <rgm@gnu.org>
3048         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3050         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3051         * message.el, mm-view.el, sieve-manage.el, smime.el:
3052         Add declare-function compatibility definition.
3054         * gnus-art.el (w3-region, w3m-region, Info-menu):
3055         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3056         * gnus-sum.el (gnus-get-predicate):
3057         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3058         * message.el (mail-abbrev-in-expansion-header-p):
3059         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3060         (w3m-detect-meta-charset, w3m-region):
3061         * sieve-manage.el (password-read, password-cache-add)
3062         (password-cache-remove):
3063         * smime.el (password-read-and-add): Declare as functions.
3065 2007-12-08  David Kastrup  <dak@gnu.org>
3067         * gnus-sum.el (gnus-summary-simplify-subject-query):
3068         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3069         `message'.
3071 2007-12-07  Glenn Morris  <rgm@gnu.org>
3073         * gnus-art.el (article-make-date-line): Revert previous change.
3075 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3077         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3079 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3081         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3082         Call gnus-add-to-range ranges only once with a prepared article-list.
3084 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3086         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3087         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3088         group names with backslashes.  Reported by Tassilo Horn
3089         <tassilo@member.fsf.org>.
3091 2007-12-06  Deepak Goel  <deego3@gmail.com>
3093         * gnus-art.el (article-make-date-line):
3094         * gnus-start.el (gnus-load):
3095         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3097 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3099         * gnus-art.el (gnus-use-idna)
3100         * gnus-start.el (gnus-site-init-file)
3101         * message.el (message-use-idna)
3102         * mm-uu.el (mm-uu-hide-markers)
3103         * smiley.el (smiley-style): Revert changes that suppress warnings.
3105 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3107         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3108         specify charset to html source.  Reported by Christoph Conrad
3109         <christoph.conrad@gmx.de>.
3111 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3113         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3114         idna-program in order to suppress byte compile warning issued by XEmacs
3115         that came to byte compile the default value section of defcustom forms
3116         recently.
3118         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3119         value of installation-directory.
3121         * message.el (message-use-idna): Don't directly refer to the value of
3122         idna-program.
3124         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3126         * smiley.el (smiley-style): Don't directly call face-attribute.
3128 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3130         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3132         * gnus-dired.el: Reduce Gnus dependencies.
3133         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3134         require.  Use autoloads instead.
3135         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3136         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3137         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3138         (gnus-dired-mode): Adjust doc string.
3139         (gnus-dired-mail-mode): New variable.
3140         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3141         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3142         (gnus-dired-mail-buffers): New function.  Return mail or message
3143         composition buffers.
3144         (gnus-dired-attach): Use it.
3145         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3146         NO-DECODE.
3147         (gnus-dired-print): Use `gnus-print-buffer' depending on
3148         `gnus-dired-mail-mode'.
3150 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3152         * rfc2047.el (rfc2047-encoded-word-regexp)
3153         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3154         explaining what regexp patterns are for.
3156 2007-12-04  Glenn Morris  <rgm@gnu.org>
3158         * password.el: Move to ../password-cache.el.
3160         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3161         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3162         * mml-smime.el (password-read, password-cache-add)
3163         (password-cache-remove):
3164         No need to autoload, since mml-sec requires password.
3166         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3167         * message.el (gnus-extract-address-components):
3168         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3170         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3171         password.
3173 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3175         * mailcap.el: Reduce dependencies.
3176         (mail-header-parse-content-type): Autoload.
3177         (mailcap-delete-duplicates): New alias.
3178         (mailcap-mime-info): Add optional argument NO-DECODE.
3179         (mailcap-mime-types): Use mailcap-delete-duplicates.
3181         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3183 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3185         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3186         function.
3188         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3189         (gnus-uu-yenc-article): New function.
3191         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3193         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3194         buffer.
3196 2007-12-02  Glenn Morris  <rgm@gnu.org>
3198         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
3199         Move to ../net.
3201         * binhex.el, uudecode.el: Move to ../mail.
3203         * encrypt.el: Remove file.
3205 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3207         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3208         matches on patches.
3210         * gnus-art.el (gnus-article-browse-html-article): Mention
3211         `mm-text-html-renderer' in the doc string.
3213         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3214         string.  Add comments.
3216         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3217         if rhs is ASCII.
3219 2007-12-01  Glenn Morris  <rgm@gnu.org>
3221         * dig.el, dns.el: Move to ../net.
3222         * format-spec.el, hex-util.el, sha1.el: Move to ../.
3224         * mail-source.el (top-level): Require format-spec before
3225         eval-when-compile.
3227 2007-11-30  Glenn Morris  <rgm@gnu.org>
3229         * encrypt.el: Require password, rather than autoloading password-read.
3231 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3233         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3234         caller can indicate whether the cache should be disregarded for this
3235         call.  This way the result of the call is reproducible at all times and
3236         can be considered a canonical server name for the supplied method.
3237         (gnus-agent-method-p): Canonicalize server names by pushing their
3238         method through `gnus-method-to-server' using the no-cache argument.
3240         * gnus-srvr.el (gnus-server-insert-server-line): Call
3241         `gnus-method-to-server' with `no-cache' argument.
3243         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3244         gnus-agent-possibly-synchronize-flags as this should be called when the
3245         server is actually being opened.
3246         (gnus-agent-possibly-synchronize-flags)
3247         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3248         flags file of an agentized server to the latter function.
3250         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3251         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3252         after a connection has been established successfully.
3254 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3256         * gnus-art.el (article-display-face): Force to display face if called
3257         interactively; check if gnus-article-x-face-too-ugly matches author.
3258         (article-display-x-face): Display face even if From header is missing
3259         as article-display-face does.
3261 2007-11-28  Richard Stallman  <rms@gnu.org>
3263         * md4.el: Move to ../.
3264         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
3266 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3268         * mail-source.el (mail-sources): Default to fetch from file for
3269         compatibility with default of nnmail-spool-file.
3271 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3273         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3274         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3275         to look for encoded word that should be encoded again.
3276         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3277         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3278         encoding pattern.
3279         (rfc2047-decode-region): Switch strict regexp and loose one according
3280         to rfc2047-allow-irregular-q-encoded-words.
3282 2007-11-26  Simon Josefsson  <simon@josefsson.org>
3284         * imap.el: Move to ../net directory.
3286 2007-11-25  Romain Francoise  <romain@orebokech.com>
3288         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3290 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3292         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3293         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3295         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3296         `nnmail-spool-file'.
3298         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3299         `nnmail-spool-file'.
3301         * gnus-move.el (gnus-change-server): Ditto.
3303         * gnus-kill.el (gnus-batch-score): Ditto.
3305         * gnus-cache.el (gnus-jog-cache): Ditto.
3307         * gnus-msg.el (gnus-summary-reply):
3308         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3310 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3312         * gnus-cache.el (gnus-cache-generate-nov-databases):
3313         Use nnml-generate-nov-databases-directory instead of
3314         nnml-generate-nov-databases-1.
3316 2007-11-24  Glenn Morris  <rgm@gnu.org>
3318         * message.el (message-tool-bar-retro): Update for rename
3319         mail_send.xpm->mail-send.xpm.
3321 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3323         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3324         `smime-ldap-search' for Emacs 22 and up.
3326 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3328         * hashcash.el: Move to ../mail directory.
3330         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
3332         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3333         `smime-ldap-search' for Emacs 22 and up.
3335 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3337         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3339         * message.el (message-send-mail-function): Fix error convention.
3340         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3341         (message-widen-reply, message-send-mail, message-talkative-question)
3342         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3343         (message-clone-locals, message-send-news): Use with-current-buffer.
3344         (message-insert-or-toggle-importance): Remove unused var `valid'.
3345         (message-make-references): Remove unused var `new-references'.
3346         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3348 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3350         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3351         (spam-split-symbolic-return-positive): Reflow docstring.
3352         (spam-backends, spam-summary-exit-behavior)
3353         (spam-mark-ham-unread-before-move-from-spam-group)
3354         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3355         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3356         (spam-clear-cache, spam-backend-check, spam-install-backend)
3357         (spam-install-statistical-backend, spam-list-of-processors)
3358         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3359         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3360         (spam-check-crm114, spam-initialize, spam-unload-hook):
3361         Fix typos in docstrings.
3363 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3365         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3366         been checked if they have never been read and those group levels are
3367         higher than the one that a user specified.
3369 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3371         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3372         foreign groups unless a group level is specified by a user.
3373         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3375 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3377         * message.el (message-send-mail-function): Require sendmail.
3379 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3381         * message.el (message-send-mail-function): Check for smtpmail too.
3383         * utf7.el (utf7-encode, utf7-decode): Use coding system
3384         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3386         * message.el (message-send-mail-function): New function.
3387         (message-send-mail-function): Set default using
3388         message-send-mail-function.  Adjust doc string.
3389         (message-send-mail-with-mailclient): New function.
3391 2007-11-17  Richard Stallman  <rms@gnu.org>
3393         * assistant.el: Remove file.
3395 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3397         * smime.el (from):
3398         * rfc2047.el (message-posting-charset):
3399         * qp.el (mm-use-ultra-safe-encoding):
3400         * pop3.el (parse-time-months):
3401         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3402         * nnml.el (files):
3403         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3404         (jka-compr-compression-info-list, ange-ftp-path-format)
3405         (efs-path-regexp):
3406         * nndiary.el (files):
3407         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3408         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3409         (epg-digest-algorithm-alist, inhibit-redisplay)
3410         (password-cache-expiry):
3411         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3412         (pgg-output-buffer, password-cache-expiry):
3413         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3414         (efs-path-regexp):
3415         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3416         (inhibit-redisplay):
3417         * mm-uu.el (file-name, start-point, end-point, entry)
3418         (gnus-newsgroup-name, gnus-newsgroup-charset):
3419         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3420         (latin-unity-ucs-list):
3421         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3422         (mm-uu-binhex-decode-function):
3423         * message.el (gnus-message-group-art, gnus-list-identifiers)
3424         (rmail-enable-mime-composing, gnus-local-organization)
3425         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3426         (gnus-read-active-file, facemenu-add-face-function)
3427         (facemenu-remove-face-function, gnus-article-decoded-p)
3428         (tool-bar-mode):
3429         * mail-source.el (display-time-mail-function):
3430         * gnus-util.el (nnmail-pathname-coding-system)
3431         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3432         (gnus-original-article-buffer, gnus-user-agent)
3433         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3434         (xemacs-codename, sxemacs-codename, emacs-program-version):
3435         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3436         * gnus-start.el (gnus-agent-covered-methods)
3437         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3438         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3439         (gnus-newsgroup-headers, gnus-group-list-mode)
3440         (gnus-group-mark-positions, gnus-newsgroup-data)
3441         (gnus-newsgroup-unreads, nnoo-state-alist)
3442         (gnus-current-select-method, mail-sources)
3443         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3444         (nnmail-spool-file, gnus-cache-active-hashtb):
3445         * gnus-mh.el (mh-lib-progs):
3446         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3447         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3448         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3449         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3450         (gnus-group-buffer):
3451         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3452         (font-lock-set-defaults):
3453         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3454         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3455         (gnus-summary-post-menu, total-parts, type, condition, length):
3456         * gnus-agent.el (gnus-agent-read-agentview):
3457         * flow-fill.el (show-trailing-whitespace):
3458         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3459         eval-and-compile wrappers for byte compiler pacifiers.
3461         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3462         (mm-display-inline-fontify): Check for featurep 'xemacs not
3463         extent-list.
3465         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3466         itimer-list.
3467         (mm-create-image-xemacs): Only do something for XEmacs.
3468         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3470         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3472         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3473         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3475 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3477         * nnimap.el (nnimap-split-download-body):
3478         * gnus-demon.el (gnus-demon):
3479         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3481 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3483         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3484         macros.
3485         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3486         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3487         copy data from unibyte buffer to multibyte current buffer.
3488         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3489         to copy data from unibyte current buffer to multibyte buffer.
3490         (nntp-make-process-buffer): Make process buffer unibyte.
3492         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3494 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3496         * pop3.el (pop3-open-server): Accept and process data more robustly at
3497         connexion start to avoid spurious "POP SSL connexion failed" errors.
3499 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3501         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3502         read group names.
3504 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3506         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3508 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3510         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3511         (nnmail-save-active): Use a unibyte buffer when saving active file,
3512         which may contain non-ASCII group names.
3514         * nnml.el (nnml-request-group): Decode group names in messages.
3516 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3518         * message.el (message-citation-line-function)
3519         (message-insert-formatted-citation-line): Fix spelling of
3520         `message-insert-formated-citation-line'.
3522 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3524         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3526 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3528         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3529         nnmail-pathname-coding-system.
3531         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3532         that a user enters; decode group names in messages.
3534         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3536 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3538         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3540         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3542         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3543         risky local variable.
3545         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3547 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3549         * encrypt.el: Improve documentation to fix function name typo.
3550         Reported by Daiki Ueno <ueno@unixuser.org>.
3552 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3554         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3555         even if the point is not in the last page of an article.
3556         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3557         back to the previous page.
3559 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3561         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3563 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3565         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3567 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3569         * message.el (message-check-news-body-syntax): Avoid
3570         mm-string-as-multibyte.
3571         (message-hide-headers): Don't assume (point-min)==1.
3573 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3575         * message.el (message-remove-blank-cited-lines): Fix if remove is
3576         given.
3577         (message-bogus-address-regexp): New variable.
3578         (message-bogus-recipient-p): New function.
3579         (message-check-recipients): New command.
3580         (message-syntax-checks): Add `bogus-recipient'.
3581         (message-fix-before-sending): Add `bogus-recipient'.
3583         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3584         (gnus-treat-body-boundary): Don't test window-system.
3586 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
3588         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3590 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3592         * gnus.el: Bump version to Gnus v5.13.
3594 2007-10-28  Miles Bader  <miles@gnu.org>
3596         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3597         at compile-time too.
3599 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3601         * gnus-msg.el (gnus-message-setup-hook): Add
3602         `message-remove-blank-cited-lines' to options.
3604 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3606         * message.el (message-remove-blank-cited-lines): New function.
3607         Suggested by Karl Plästerer.
3609 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3611         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3612         mapc.
3614         * imap.el (imap-open): Replace mapcar called for effect with mapc.
3615         (top-level): Use mapc to set functions to be traced for debugging.
3617         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3618         called for effect with while loop.
3620         * message.el (message-talkative-question): Replace mapcar called for
3621         effect with mapc.
3623         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3624         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3625         called for effect with dolist.
3627         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3629         * nndiary.el: Use dolist instead of mapcar to add diary headers to
3630         gnus-extra-headers and nnmail-extra-headers.
3632         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3633         called for effect with dolist.
3634         (top-level): Use mapc to set functions to be traced for debugging.
3636         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3637         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3638         dolist.
3640         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3641         Replace mapcar called for effect with mapc.
3642         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3643         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3644         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3645         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3647         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3648         remove-if that's a cl function.
3650         * webmail.el (webmail-debug): Replace mapcar called for effect with
3651         dolist.
3653 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3655         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3656         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3657         with while loop.
3659         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3660         functions from article-* functions.
3661         (gnus-multi-decode-header): Replace mapcar called for effect with
3662         dolist.
3664         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3665         (gnus-bookmark-show-details): Replace mapcar called for effect with
3666         while loop.
3668         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3669         called for effect with while loop.
3671         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3672         with dolist.
3674         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3675         mapcar called for effect with dolist.
3677         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3679         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3680         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3681         Replace mapcar called for effect with dolist.
3682         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3683         mapc.
3685         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3686         Replace mapcar called for effect with dolist.
3687         (gnus-topic-list): Replace mapcar called for effect with mapc.
3689         * gnus.el: Use mapc instead of mapcar to add autoloads.
3691 2007-10-23  Richard Stallman  <rms@gnu.org>
3693         * gnus-group.el (gnus-group-highlight): Mark as risky.
3695 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3697         * gnus.el (gnus-server-to-method): Return method found first in
3698         gnus-newsrc-alist.
3700         * gnus-art.el (gnus-article-highlight-signature)
3701         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3702         button overlay without the front stickiness.
3704 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
3706         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3707         overview buffer needed a catch to receive its throw.
3708         (gnus-agent-flush-cache): Declared as interactive to make this function
3709         easier to use.
3711 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
3713         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3714         `next-line'.
3716 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3718         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3719         exclude address matching message-dont-reply-to-names.
3721 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3723         * gnus-util.el (gnus-string<): New function.
3725         * gnus-sum.el (gnus-article-sort-by-author)
3726         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
3728 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3730         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3731         the frame-focus tag is set in gnus-buffer-configuration.
3733 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3735         * gnus-art.el (gnus-article-add-button): Make a button overlay without
3736         the front stickiness.
3738 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3740         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3741         url pattern; remove duplicate one.
3742         (gnus-article-extend-url-button): New function.
3743         (gnus-article-add-buttons): Use it.
3744         (gnus-button-push): Use concatenated url that it makes.
3746 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3748         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3749         (sieve-manage-open): Use `mapc' instead of `mapcar'.
3751 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3753         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3754         Don't hardcode point-min==1.
3756 2007-09-30  David Kastrup  <dak@gnu.org>
3758         * gnus-art.el (gnus-article-reply-with-original)
3759         (gnus-article-followup-with-original): When `transient-mark-mode' is
3760         off, refrain from active-region behavior for followups.
3762 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3764         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3765         Fix comment about "iso8859-1".
3767 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
3769         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3770         ones returned from the verify-function.
3772         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3773         mml2015-extract-cleartext-signature if extraction failed.
3775 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
3777         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3778         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3779         failed.
3781 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3783         * Relicense "GPLv2 or later" files to "GPLv3 or later".
3785 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3787         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3788         to mark a thread as expirable.  Add variable `hide' to handle hiding of
3789         thread for both the null and zero (kill/expire thread) universal prefix
3790         cases.
3791         (gnus-summary-expire-thread): Add new function to expire a thread,
3792         using gnus-summary-kill-thread.
3793         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3794         shortcuts for gnus-summary-expire-thread.
3795         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3796         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
3798 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3800         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3801         extras value, so an extras entry can be deleted.
3802         (gnus-registry-delete-extra-entry): Use it.
3803         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3804         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3805         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3806         storage through the gnus-registry, and provide an appropriate API for
3807         it.
3809 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3811         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3812         Suggested by Leo <sdl.web@gmail.com>.
3814         * gnus.el: Do.
3816 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3818         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3819         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
3821         * gnus-agent.el (gnus-agent-fetch-headers): Do.
3823         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3824         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3826 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3828         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3829         newline.
3830         (nnmbox-request-accept-article): Don't change article in source buffer;
3831         narrow to header to use message-fetch-field rather than
3832         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3833         (nnmbox-request-replace-article): Quote lines that'll be misidentified
3834         as delimiters; make sure article ends with newline.
3835         (nnmbox-delete-mail): Correct last position of article to be deleted;
3836         ignore X-Gnus-Newsgroup header in article body.
3837         (nnmbox-save-mail): Quote lines looking like delimiters at the right
3838         positions; make sure article ends with newline.
3840         * message.el (message-display-abbrev): Don't infloop when a user
3841         inserts SPC in the beginning of header.
3843 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
3845         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3846         list of groups not followed by default.  Fix type to be regexp.
3847         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3849 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
3851         * hmac-def.el (define-hmac-function): Switch from old-style to
3852         new-style backquotes.
3854         * md4.el (md4-make-step): Likewise.
3856 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3858         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3859         raw-text coding system when saving .newsrc file, which may contain
3860         non-ASCII group names.
3862 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3864         * gnus-cus.el (gnus-score-extra): New widget.
3865         (gnus-score-extra-convert): New function.
3866         (gnus-score-customize): Use it for Extra.
3868 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
3870         * mml2015.el (mml2015-extract-cleartext-signature): New function.
3871         (mml2015-mailcrypt-clear-verify): Use it.
3872         (mml2015-gpg-clear-verify): Use it.
3873         (mml2015-pgg-clear-verify): Use it.
3874         (mml2015-epg-clear-verify): Replace the current part with the output
3875         from GnuPG; don't extract the plaintext by itself.
3877         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3878         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3879         mml2015-clear-verify-function; don't touch the armor headers or
3880         dash-escaped text here.
3882 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3884         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3885         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3886         parts, or application/octet-stream as a last resort.
3887         (gnus-mime-view-part-as-type): Don't toggle display.
3888         (gnus-mime-view-part-as-charset): Don't turn off display before
3889         querying charset.
3891         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3892         stuff to undisplayer function in Emacs.
3893         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3895         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3896         text/calendar parts.
3898 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3900         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3901         decoding text/calendar parts.
3903         * message.el (message-forward-make-body-mime): Always mark body as
3904         having no illegible text; remove signed-or-encrypted argument.
3905         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3907         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3908         (mml-generate-mime-1): Don't encode body if it is specified to be in
3909         raw form; don't make buffer be unibyte when inserting multibyte string.
3911 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3913         * sha1.el: Fix up comment style.
3914         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3915         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3917         * hex-util.el: Fix up comment style.
3918         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3920         * gnus-salt.el: Use with-current-buffer.
3921         (gnus-pick-setup-message): Fix long-standing typo.
3923 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3925         * imap.el (imap-logout-timeout): New variable.
3926         (imap-logout, imap-logout-wait): New functions.
3927         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3929         * nnimap.el (nnimap-logout-timeout): New server variable.
3930         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3931         nnimap-logout-timeout.
3933         * gnus-art.el (gnus-article-summary-command-nosave)
3934         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3936 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3938         * gnus.el (gnus-maximum-newsgroup): New variable.
3940         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3941         according to gnus-maximum-newsgroup.
3943         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3944         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3945         Limit the range of articles according to gnus-maximum-newsgroup.
3947 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
3949         * gnus-art.el (gnus-sticky-article): Fixed problems described in
3950         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
3951         Don't perform gnus-configure-windows here; reuse existing sticky
3952         article buffer.
3954         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3955         it doesn't exist in gnus-article-mode.
3957 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3959         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3960         (gnus-agent-decoded-group-name): New function.
3961         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3962         (gnus-agent-expire-group-1): Use it; decode group name in messages.
3964 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
3966         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3967         Add binding for gnus-sticky-article.
3968         (gnus-summary-exit): Don't kill sticky article buffers.
3970         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3971         article buffer.
3972         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3973         (gnus-kill-sticky-article-buffers): New commands.
3975 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3977         * nntp.el (nntp-xref-number-is-evil): New server variable.
3978         (nntp-find-group-and-number): If it is non-nil, don't trust article
3979         numbers in the Xref header.
3981 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3983         * gnus-agent.el (gnus-agent-read-group): New function.
3984         (gnus-agent-flush-group, gnus-agent-expire-group)
3985         (gnus-agent-regenerate-group): Use it.
3986         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3987         nnmail-pathname-coding-system.
3989 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3991         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3993         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3994         that are unread as unread, and also as selected so that information of
3995         marks having been changed by a user may be updated when exiting group.
3997 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3999         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
4001 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4003         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4004         calculated ignoring signature parts to gnus-treat-article.
4006 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4008         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4009         a point here in order to keep the window start.
4010         (gnus-insert-mime-security-button): Make a button overlay without the
4011         front stickiness.
4012         (gnus-mime-display-security): Goto the end of a button.
4014         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4016 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4018         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4019         group-name-at-point.
4020         (gnus-group-completing-read): New function that offers decoded
4021         non-ASCII group names for completion.
4022         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4023         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4024         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4025         (gnus-group-fetch-control): Use it.
4026         (gnus-fetch-group): Use group-name-at-point for the initial value
4027         rather than the default value; use gnus-alive-p.
4029         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4030         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4031         (gnus-summary-post-news): Use gnus-group-completing-read.
4033         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4034         (gnus-read-move-group-name): Decode group name for completion.
4036 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4038         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4039         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4040         Yamaoka slightly modified the code).
4042 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4044         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4045         (nnmail-split-incoming): Bind it.
4047         * nnml.el (nnml-group-name-charset): New function.
4048         (nnml-decoded-group-name): Use it; don't decode group name if
4049         nnmail-group-names-not-encoded-p is non-nil.
4050         (nnml-encoded-group-name): New function.
4051         (nnml-group-pathname): Inline nnml-decoded-group-name.
4052         (nnml-request-expire-articles): Decode group name in message.
4053         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4054         nnmail-pathname-coding-system.
4055         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4056         not decoded ones according to nnmail-group-names-not-encoded-p.
4057         (nnml-generate-active-info): Use nnml-encoded-group-name.
4059 2007-08-08  Glenn Morris  <rgm@gnu.org>
4061         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4062         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4063         doc-strings and comments.
4065 2007-07-25  Glenn Morris  <rgm@gnu.org>
4067         * Relicense all FSF files to GPLv3 or later.
4069 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4071         * gnus-sum.el (gnus-summary-move-article): Make
4072         gnus-summary-respool-article work.
4074 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4076         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4077         string.
4079 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4081         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4082         that should be ignored when comparing distant RSS articles with local
4083         ones.
4084         (nnrss-make-hash-index): New function.  Create a hash index according
4085         to the ignored fields.
4086         (nnrss-check-group): Use it.
4088 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4090         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4092         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4094         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4095         the new optional argument ENCODED is non-nil.
4096         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4097         coding system for encoding group name.
4098         (gnus-group-make-rss-group): Pass un-encoded group name to
4099         gnus-group-make-group.
4100         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4101         encoded.
4103         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4104         Encode group name to which articles are moved or copied.
4105         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4106         coding system for encoding Newsgroup, Followup-To and Xref headers.
4108         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4109         marks; use nnheader-file-coding-system to write a file.
4110         (nnagent-retrieve-headers): Bind file-name-coding-system to
4111         nnmail-pathname-coding-system.
4113         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4115         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4116         (nnml-request-article, nnml-request-create-group)
4117         (nnml-request-rename-group, nnml-find-id)
4118         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4119         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4120         (nnml-save-marks): Use nnml-group-pathname instead of
4121         nnmail-group-pathname.
4123         (nnml-request-create-group, nnml-request-expire-articles)
4124         (nnml-request-move-article, nnml-request-delete-group)
4125         (nnml-deletable-article-p, nnml-possibly-create-directory)
4126         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4127         (nnml-open-marks): Bind file-name-coding-system to
4128         nnmail-pathname-coding-system.
4130         (nnml-request-article): Pass server argument to nnml-find-group-number.
4131         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4132         server argument to nnml-possibly-create-directory.
4133         (nnml-request-accept-article): Pass server argument to
4134         nnml-active-number and nnml-save-mail.
4135         (nnml-find-group-number): Pass server argument to nnml-find-id.
4136         (nnml-request-update-info): Pass server argument to
4137         nnml-marks-changed-p.
4139         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4140         (nnml-save-mail, nnml-active-number): Add server argument.
4142         (nnml-request-delete-group): Warn if group is missing.
4143         (nnml-get-nov-buffer): Decode group name.
4144         (nnml-generate-active-info): Encode group name.
4145         (nnml-open-marks): Decode group name in messages.
4147 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4149         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4150         if it is not specified.
4151         (gnus-article-pipe-part, gnus-article-save-part)
4152         (gnus-article-interactively-view-part, gnus-article-copy-part)
4153         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4154         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4155         (gnus-article-replace-part, gnus-article-delete-part)
4156         (gnus-article-view-part-as-type): Pass raw prefix argument to
4157         gnus-article-part-wrapper.
4159 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4161         * gnus-agent.el (gnus-agent-save-active): Bind
4162         nnheader-file-coding-system to gnus-agent-file-coding-system.
4164         * gnus-cache.el (gnus-cache-save-buffers)
4165         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4166         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4167         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4168         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4169         (gnus-cache-generate-active, gnus-cache-rename-group)
4170         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4171         (gnus-cache-update-overview-total-fetched-for): Bind
4172         file-name-coding-system to nnmail-pathname-coding-system.
4173         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4174         variables.
4175         (gnus-cache-decoded-group-name): New function.
4176         (gnus-cache-file-name): Use it.
4177         (gnus-cache-generate-active): Use non-decoded group name for active.
4179         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4180         right place.
4181         (gnus-write-active-file): Don't break non-ASCII group names.
4183         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4184         nnmail-pathname-coding-system.
4186         * gnus-uu.el (gnus-uu-decode-save): Typo.
4188 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4190         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4192 2007-07-14  David Kastrup  <dak@gnu.org>
4194         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
4195         finishing actions if we did not edit the article.
4197 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4199         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4200         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4201         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4202         (gnus-agent-flush-group, gnus-agent-flush-cache)
4203         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4204         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4205         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4206         (gnus-agent-regenerate-group)
4207         (gnus-agent-update-files-total-fetched-for)
4208         (gnus-agent-update-view-total-fetched-for): Bind
4209         file-name-coding-system to nnmail-pathname-coding-system.
4210         (gnus-agent-group-pathname): Don't encode file names by
4211         nnmail-pathname-coding-system.
4212         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4213         coding-system-for-write instead of buffer-file-coding-system to
4214         gnus-agent-file-coding-system.
4216         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4217         Decode group name.
4219         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4221         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4222         (gnus-read-newsrc-el-file): Make group names unibyte.
4224         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4225         nnmail-pathname-coding-system.
4227         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4228         (nnrss-request-delete-group): Bind file-name-coding-system to
4229         nnmail-pathname-coding-system.
4230         (nnrss-read-server-data, nnrss-read-group-data): Bind
4231         file-name-coding-system correctly.
4232         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4234         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4235         (nntp-server-to-method-cache): New variable.
4236         (nntp-group-pathname): New function that decodes non-ASCII group names.
4237         (nntp-possibly-create-directory, nntp-marks-changed-p)
4238         (nntp-save-marks, nntp-open-marks): Use it.
4239         (nntp-possibly-create-directory, nntp-open-marks):
4240         Bind file-name-coding-system to nnmail-pathname-coding-system.
4241         (nntp-open-marks): Decode group names when bootstrapping marks.
4243         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4244         Newsgroups and Folowup-To headers.
4246 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4248         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4249         (gnus-server-closed-face, gnus-server-denied-face)
4250         (gnus-server-offline-face): Remove variable.
4251         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4253         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4254         of modifying message-stack directly for XEmacs.
4256         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4257         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4258         if the coding-system argument is nil for XEmacs.
4260         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4261         mm-charset-override-alist.
4263         * rfc2047.el: Don't require base64; require rfc2045 for the function
4264         rfc2045-encode-string.
4265         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4266         to quote the parameter value.
4268 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4270         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4271         form in gnus-group-name-charset-method-alist.
4273         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4274         overrides the default layout edit-form.
4276         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4278         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4280 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4282         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4283         as unfetched articles.
4285 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4287         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4289 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4291         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4292         original back end that keeps marks in the local system.
4294 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4296         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4297         arg of pop-to-buffer for XEmacs.
4298         (gnus-article-read-summary-keys): Ditto; don't restore window
4299         configuration if summary command ends up with neither article buffer
4300         nor summary buffer; describe bindings if summary keys end with C-h.
4302 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4304         * message.el (message-fix-before-sending): Skip raw message part to be
4305         forwarded while checking illegible text.
4306         (message-forward-make-body-mime, message-forward-make-body): Mark
4307         signed or encrypted raw message as having no illegible text.
4309 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4311         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4312         (gnus-message-with-timestamp-1): New macro.
4313         (gnus-message-with-timestamp): New function.
4314         (gnus-message): Use them.
4316         * nnheader.el (nnheader-message): Use them.
4318 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4320         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4321         .newsrc.eld file.
4323 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4325         * gnus-agent.el (gnus-agent-fetch-headers)
4326         (gnus-agent-retrieve-headers): Bind
4327         gnus-decode-encoded-address-function to identity.
4329         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4330         available also when the server returns simply a dot.
4332         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4334 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4336         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4338 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4340         * gnus-ems.el (gnus-x-splash): Make it work.
4342         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4343         from being used.
4345 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4347         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4348         the front stickiness.
4349         (gnus-article-summary-command-nosave): Correct the order of the
4350         arguments passed to pop-to-buffer.
4351         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4352         summary command ends up with the article buffer.
4354         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4355         the same faces.
4357 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4359         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4361 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4363         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4364         * gnus-sum.el (gnus-summary-highlight):
4365         * mail-source.el (mail-source-delete-old-incoming-confirm):
4366         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4368 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4370         * gnus-art.el (gnus-mime-view-part-externally)
4371         (gnus-mime-view-part-internally): Fix predicate function passed to
4372         completing-read.
4374         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4376         * gnus.el (gnus-update-message-archive-method): Add :version.
4378 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4380         * gnus.el (gnus-update-message-archive-method): New variable.
4382         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4383         according to gnus-message-archive-method if
4384         gnus-update-message-archive-method is non-nil.
4386 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4388         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4389         by Loic Dachary <loic@dachary.org>.
4390         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4392 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4394         * message.el (message-pop-to-buffer): Add switch-function argument.
4395         (message-mail): Pass switch-function argument to it.
4397 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4399         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4400         Improve doc string.
4402 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4404         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4405         (gnus-header-content)
4406         * gnus-cite.el (gnus-cite-10)
4407         * gnus-srvr.el (gnus-server-closed)
4408         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4409         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4410         (gnus-group-mail-3-empty, gnus-group-mail-low)
4411         (gnus-group-mail-low-empty, gnus-splash)
4412         * message.el (message-header-to, message-header-cc)
4413         (message-header-subject, message-header-other, message-header-name)
4414         (message-header-xheader, message-separator, message-cited-text)
4415         (message-mml): Lighten colors of faces used for dark background.
4417 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4419         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4420         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4422 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4424         * message.el (message-narrow-to-headers-or-head):
4425         Ignore mail-header-separator in the body.
4427 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4429         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4430         same as window size.
4432 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4434         * message.el (message-font-lock-keywords): Use message-header-xheader
4435         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4436         ahead of the anything pattern, to get it recognised.
4438 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4440         * gnus-sum.el (gnus-articles-to-read)
4441         (gnus-summary-insert-old-articles): Don't truncate group name for
4442         `read-string'.
4444         * gnus-util.el (gnus-limit-string): Delete this function.
4446         * gnus-sum.el (gnus-simplify-subject-fully): Use
4447         `truncate-string-to-width' instead.
4449 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4451         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4452         if, on summary exit, the next group has to be selected.
4453         (gnus-summary-exit): Use it.
4455 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4457         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4458         non-break space.
4460 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4462         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4463         Check if group is not a directory.
4464         (nnfolder-request-expire-articles): Don't delete articles if the target
4465         group is not available.
4467         * nnml.el (nnml-request-create-group): Properly check if group is not a
4468         file.
4469         (nnml-request-expire-articles): Don't delete articles if the target
4470         group is not available.
4472         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4473         Don't quote characters that are within parentheses.
4475 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4477         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4478         (gnus-handle-ephemeral-exit): Select article according to it.
4480 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4482         * message.el (message-insert-formated-citation-line): Remove newline.
4483         (message-citation-line-format): Add final \n here so that the user can
4484         avoid a blank line.
4486 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4488         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4489         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4490         Update lanl/arXiv support.
4492 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4494         * gnus.el: Bump version number.
4496 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4498         * gnus.el (gnus-version-number): Bump version.
4500 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4502         * gnus.el: No Gnus v0.6 is released.
4504 2007-04-27  Didier Verna  <didier@xemacs.org>
4506         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4507         * gmm-utils.el (gmm-regexp-concat): here.
4508         * message.el: Don't require 'gnus-util.
4509         (message-dont-reply-to-names): Handle name change above.
4510         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4512 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4514         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4515         since the initial value varies according to the system.
4517 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4519         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4521 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4523         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4525 2007-04-24  Didier Verna  <didier@xemacs.org>
4527         Improve the type of gnus-ignored-from-addresses.
4528         * gnus-util.el (gnus-orify-regexp): New function.
4529         * message.el (gnus-util): Require it.
4530         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4531         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4532         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4534 2007-04-24  Didier Verna  <didier@xemacs.org>
4536         * gnus-sum.el:
4537         * gnus-utils.el: Fix some trailing whitespaces.
4539 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4541         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4542         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4543         article's Message-ID; refer parent article in summary buffer.
4545         * message.el (message-bounce): Call mime-to-mml.
4547 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4549         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4551 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4553         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4554         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4555         displayed of multipart/alternative part if it is invoked from summary
4556         buffer.
4558         * mm-view.el (mm-inline-text-html-render-with-w3m)
4559         (mm-inline-text-html-render-with-w3m-standalone)
4560         (mm-inline-render-with-function): Use mail-parse-charset by default.
4562 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4564         * parse-time.el (parse-time-string-chars): Check if CHAR
4565         is less than the length of parse-time-syntax.
4567 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4569         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4570         from gnus-newsgroup-processable.
4572 2007-04-16  Didier Verna  <didier@xemacs.org>
4574         * gnus-msg.el (gnus-configure-posting-styles): Handle
4575         message-signature-directory properly with :file syntax.  Reported by
4576         "Leo".
4578 2007-04-11  Didier Verna  <didier@xemacs.org>
4580         New user option: message-signature-directory.
4581         * gnus-msg.el (gnus-configure-posting-styles): Support it.
4582         * message.el (message-insert-signature): Ditto.
4583         * message.el (message-signature-file): Doc update.
4584         * message.el (message-signature-directory): New.
4586 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4588         * gnus-msg.el (gnus-inews-yank-articles): Use
4589         message-exchange-point-and-mark instead of exchange-point-and-mark.
4591 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4593         * message.el (message-yank-original): Make sure cited text ends with
4594         newline; don't exchange point and mark.
4596 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4598         * tls.el (open-tls-stream): Properly handle case where there
4599         is no associated buffer.
4601 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
4603         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4604         message-yank-original, make sure (< mark TEXT point).
4606 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4608         * message.el (message-fill-column): New variable.
4609         (message-mode): Use it.  Add comment on a possible new hook.
4611         * nnmail.el (nnmail-spool-file): Mark as obsolete.
4612         (nnmail-get-new-mail): Reformat.
4614         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4616         * gmm-utils.el: Fix Commentary.
4617         (gmm-tool-bar-from-list): Fix typo in doc string.
4619 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
4621         * message.el (message-yank-original): Don't switch point and mark
4622         unnecessarily to put point and mark as documented.
4624 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4626         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4627         from the message heads.
4629 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
4631         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4632         article buffer does not have a window.  This may not be the best
4633         solution but is certainly better than setting the start of the null,
4634         that is the current, window.
4636 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4638         * gnus-draft.el (gnus-draft-setup-hook): New hook.
4639         (gnus-draft-setup): Run it.
4641         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4642         gnus-score-fast-scoring.  Allow regexp.
4643         (gnus-score-headers): Use it.
4645         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4646         XEmacs.
4648         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4649         string.
4650         (gnus-button-alist): Also catch `<f1> k ...'.
4651         (gnus-treat-display-x-face): Fix doc string.
4653 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4655         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4656         evaluation of gnus-extended-version to ensure correct generation of the
4657         User-Agent header when message-generate-headers-first is used.
4659 2007-03-24  Simon Josefsson  <simon@josefsson.org>
4661         * hashcash.el (hashcash-generate-payment-async): Don't crash if
4662         hashcash-path is nil.  Don't call callback with incorrect number of
4663         parameters if val is 0.
4665 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4667         * message.el (message-required-news-headers):
4668         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4670 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4672         * message.el (message-generate-new-buffers): Change the meaning of the
4673         nil value; add `standard' to the choices; treat t as `unique'; improve
4674         doc string.
4675         (gnus-select-frame-set-input-focus): Autoload.
4676         (message-buffer-name): Search for the existing message buffer if
4677         message-generate-new-buffers is nil or `standard'; treat the value t of
4678         message-generate-new-buffers as `unique'.
4679         (message-pop-to-buffer): Raise the frame already displaying the message
4680         buffer; clear the echo area after querying.
4681         (message-setup): Pass the `continue' argument to compose-mail.
4682         (message-mail): Prefer `switch-function' if it is given; search for the
4683         existing message buffer if the `continue' argument is non-nil; pass
4684         continue and switch-function arguments to compose-mail by way of
4685         message-setup.
4686         (message-mail-other-window): Adjust argument of message-setup.
4687         (message-mail-other-frame): Ditto.
4689 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4691         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4692         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4693         to turn font-lock on when turning gnus-message-citation-mode on.
4695 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
4697         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4698         (mml-smime-function-alist): New variable; add epg as the backend.
4699         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4700         mml-smime- functions instead.
4701         * mm-view.el: Require smime.
4703 2007-03-05  Didier Verna  <didier@xemacs.org>
4705         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4706         instead of just inheritance for posting styles.
4707         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4709 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4711         * tls.el (tls-certtool-program): Fix custom type.
4713 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4715         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4716         and point-at-eol instead of line-(beginning|end)-position.
4718         * assistant.el (assistant-parse-buffer): Ditto.
4720 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
4722         * mml2015.el (mml2015-epg-find-usable-key): New function.
4723         (mml2015-epg-sign): Use it.
4724         (mml2015-epg-encrypt): Use it.
4726 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4728         * message.el (message-make-in-reply-to): Quote name containing
4729         non-ASCII characters.  It will make the RFC2047 encoder cause an error
4730         if there are special characters.  Reported by NAKAJI Hiroyuki
4731         <nakaji@jp.freebsd.org>.
4733 2007-02-27  Didier Verna  <didier@xemacs.org>
4735         Include the group parameters as well as the topic ones in the
4736         inheritance filter process.
4737         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4738         argument GROUP-PARAMS-LIST.
4739         * gnus-topic.el (gnus-group-topic-parameters): Use it.
4741 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4743         * nntp.el (nntp-never-echoes-commands)
4744         (nntp-open-connection-functions-never-echo-commands): New variables.
4745         (nntp-send-command): Use them.
4747 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
4749         * mml2015.el (mml2015-epg-verify): Simplified.
4751 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4753         * mml.el (mml-content-disposition-alist): New user option.
4754         (mml-content-disposition): New function.
4755         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4756         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4758 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
4760         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4761         verification.
4763 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4765         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4766         articles posted in the last 24 hours.
4768 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
4770         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4772 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
4774         * nntp.el (nntp-send-command): Don't wait for echoes when
4775         nntp-open-ssl-stream is used.
4777 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4779         * gnus-cite.el (gnus-test-font-lock-add-keywords)
4780         (gnus-message-add-citation-keywords)
4781         (gnus-message-remove-citation-keywords): Remove.
4782         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4783         directly, make the variables in font-lock-defaults buffer-local, add
4784         gnus-message-citation-keywords to them and then update the value of
4785         font-lock-keywords.
4787 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4789         * message.el (message-cite-original-1): Don't call
4790         gnus-article-highlight-citation.
4792         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4793         citations; fix line count.
4795 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4797         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4798         (gnus-message-add-citation-keywords)
4799         (gnus-message-remove-citation-keywords): Use it; fix the emulating
4800         versions of font-lock-add-keywords and font-lock-remove-keywords to
4801         work with XEmacs correctly.
4803 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4805         * gnus-cite.el (gnus-cite-face-list): Set the values of
4806         gnus-message-max-citation-depth and gnus-message-citation-keywords.
4807         (gnus-message-max-citation-depth): Use defvar rather than defconst.
4808         (gnus-message-cite-prefix-regexp): New variable.
4809         (gnus-message-search-citation-line): Use it; protect against long
4810         citation prefix; fill match data with nil rather than 0 for XEmacs; set
4811         the 0th match data for Emacs.
4812         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4813         (gnus-message-add-citation-keywords): Append keywords rather than
4814         prepending; emulate font-lock-add-keywords if it is not available.
4815         (gnus-message-remove-citation-keywords): Emulate
4816         font-lock-remove-keywords if it is not available.
4818         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4820         * message.el (message-cite-prefix-regexp): Set the value of
4821         gnus-message-cite-prefix-regexp.
4823 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4825         * nnweb.el (nnweb-google-parse-1): Update parser.
4827 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4829         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4831 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4833         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4834         regexp.
4836 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4838         * uudecode.el (uudecode-string-to-multibyte): New function emulating
4839         string-to-multibyte.
4840         (uudecode-decode-region-internal): Use it.
4842 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4844         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4845         custom choice.
4847         * gnus-art.el (gnus-signature-limit): Fix custom choice.
4849 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
4851         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4853         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4854         `write-region' to respect `mm-inhibit-file-name-handlers'.
4856 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4858         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4859         Use gnus-home-directory instead of "~/" or "$HOME".
4861 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
4863         * encrypt.el (encrypt-insert-file-contents): Add better prompt
4864         to mention filename.
4865         Add comments at beginning regarding usage.
4866         (encrypt-write-file-contents): Change interactive so a string is
4867         acceptable.  If the file has no associated model, show an error instead
4868         of a nonsense prompt.
4870 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4872         * spam.el (spam-bsfilter-ham-switch): Fix typo.
4873         Thanks to Yoshihiko Yamada for kind notification of this typo.
4875 2007-01-12  Kenichi Handa  <handa@m17n.org>
4877         * uudecode.el (uudecode-decode-region-internal): Make it work in a
4878         multibyte buffer.
4880 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4882         * gnus-score.el (gnus-score-fast-scoring): New variable.
4883         (gnus-score-headers): Use it.
4885         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4887         * message.el (message-cite-original-1): Call
4888         gnus-article-highlight-citation if requested.
4889         (message-make-from): Allow name and address as optional arguments.
4891         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4893         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4894         bugs to doc string.
4895         (gnus-button-alist): Add mid\\|message-id.
4896         (gnus-button-fetch-group): Extend for use in
4897         `browse-url-browser-function'.
4898         (gnus-button-url-regexp): Try to catch paired parentheses like in
4899         Wikipedia URLs.
4901         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4902         Suggested by Simon Krahnke <overlord@gmx.li>.
4904 2007-01-13  Romain Francoise  <romain@orebokech.com>
4906         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4907         Update copyright.
4909 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
4911         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4913 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4915         * gnus-registry.el (gnus-registry-unfollowed-groups)
4916         (gnus-registry-split-fancy-with-parent): Fix documentation.
4918 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4920         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4921         from nnweb groups.
4923 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4925         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4926         Xref urls.  Erase buffer before requesting head.
4928         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4930 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4932         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
4933         customizable.
4935 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
4937         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4938         no signing key is found.
4939         (mml2015-epg-encrypt): Ask user whether to skip or abort if
4940         no encrypting and/or signing key is found.
4942 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4944         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4946 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4948         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4949         headers read from disk with the ones newly found in the current search.
4950         This should no longer cause problems, because the article numbers in
4951         Gmane's `nov.php' output are ignored since the previous change.
4953 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4955         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4957 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4959         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4961 2007-01-01  Romain Francoise  <romain@orebokech.com>
4963         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4965 2006-12-31  Steve Youngs  <steve@sxemacs.org>
4967         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4968         `define-minor-mode' macro definition expanded properly.
4969         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4970         exclude it there.
4972         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4973         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
4974         `fboundp' test.
4975         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4976         This is OK to autoload in (S)XEmacs now.
4978 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4980         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4981         keystroke.
4982         (gnus-summary-limit-to-singletons): Fix typo.
4984         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4985         else fails.
4987 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4989         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4990         docstring.
4992         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4993         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4994         (gnus-summary-insert-dormant-articles): Fix typo in message.
4996 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4998         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4999         nil for XEmacs.
5000         (gnus-message-citation-mode): Don't autoload in XEmacs.
5002         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5004 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5006         * nnimap.el (nnimap-expunge-search-string): Mention
5007         nnimap-search-uids-not-since-is-evil in docstring.
5009 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5011         * spam.el: Revert to make-obsolete-variable because
5012         define-obsolete-variable-alias is not supported in Emacs 21.
5014         * spam.el (spam-ifile-path, spam-ifile-database-path)
5015         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5016         make-obsolete-variable.
5017         (spam-bsfilter-path, spam-bsfilter-program)
5018         (spam-spamassassin-path, spam-spamassassin-program)
5019         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5020         use "path" inappropriately.
5021         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5022         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5023         variable names.
5025 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5027         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5028         summary buffer.
5030         * password.el (password-cache-remove): Use clear-string to burn
5031         password, if available.
5033 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5035         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5037         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5039         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5040         (gnus-message-highlight-citation): Move defcustom here from
5041         gnus-cite.el.
5042         (gnus-message-citation-mode): Autoload.
5044         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5045         checks to make it compile with XEmacs.
5046         (gnus-message-citation-mode): New minor mode.
5047         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5048         (gnus-message-highlight-citation): New variables.
5049         (gnus-message-search-citation-line)
5050         (gnus-message-add-citation-keywords)
5051         (gnus-message-remove-citation-keywords)
5052         (turn-on-gnus-message-citation-mode)
5053         (turn-off-gnus-message-citation-mode): New functions.
5055 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5057         * gnus-cite.el: Enable highlighting of different citation levels in
5058         message-mode.
5060 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5062         * message.el (message-make-fqdn): Fix comment.
5063         (message-bogus-system-names): Add ".local".
5065         * spam.el (spam-ifile-path, spam-ifile-program)
5066         (spam-ifile-database-path, spam-ifile-database)
5067         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5068         Don't use "path" inappropriately.
5069         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5070         strings.
5071         (spam-check-ifile, spam-ifile-register-with-ifile)
5072         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5073         new variable names.
5075         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5076         (gnus-treat-display-smileys): Simplify using
5077         gnus-image-type-available-p.
5079         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5080         available.
5082 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5084         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5085         one after turning on the buffer's multibyteness instead of decoding
5086         them directly in the unibyte buffer that causes unexpected conversion
5087         in Emacs 23 (unicode).
5089 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5091         * message.el (message-generate-hashcash): Fix custom type.
5093 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5095         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5097 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5099         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5100         disconnect icons.  Add help text.
5102 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5104         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5105         negated to be consistent with the others we handle.
5107 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5109         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5110         version of gnus-summary-buffer to something, so that we can use two
5111         article buffers at the same time.
5113 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5115         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5116         trigger all the extra headers.
5117         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5118         sorting.
5120 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5122         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5123         solid groups.
5125 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5127         * legacy-gnus-agent.el: Add Copyright notice.
5129 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5131         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5133 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5135         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5137         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5138         to make it work reliably in CVS Emacs.
5139         (gnus-summary-limit-strange-charsets-predicate)
5140         (gnus-summary-limit-to-predicate): New functions.
5142 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5144         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5145         specifying array size.
5146         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5147         array if it is too small.
5148         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5149         (gnus-sort-threads-loop): New function.
5151 2006-12-06  Chris Moore  <dooglus@gmail.com>
5153         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5154         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5156 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5158         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5159         options.
5161 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5163         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5164         DOS-ing the recipient.
5166         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5167         the headers when creating the mapping to avoid mismappings.
5168         (nnweb-gmane-create-mapping): Always nix out old mapping.
5170 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5172         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5173         and mm-verify-option to never.
5175 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5177         * message.el (message-signed-or-encrypted-p): New function.
5178         (message-forward-make-body): Use it.
5180         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5181         Replace encode-coding-string with mm-encode-coding-string.
5183 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5185         * nneething.el (nneething-decode-file-name): Replace
5186         decode-coding-string with mm-decode-coding-string.
5188         * gnus-int.el (gnus-open-server): Say failed server's name.
5190 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5192         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5193         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5195         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5196         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5197         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5198         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5199         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5200         (gnus-subscribe-newsgroup, gnus-1):
5201         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5202         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5203         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5204         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5206 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5208         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5209         keystroke.
5210         (gnus-summary-limit-to-bodies): Implement headersp.
5212 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5214         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5216 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5218         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5220 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5222         * message.el (message-generate-hashcash): Expand range of values to
5223         include `opportunistic'.
5224         (message-send-mail): Use it.
5226 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5228         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5229         and comment it.
5231         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5233 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5235         * gnus-util.el (gnus-extract-address-components): Improve comment.
5237 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5239         * gnus-util.el (gnus-extract-address-components): Work with address in
5240         which the name portion contains @.
5242 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5244         * gnus.el (gnus-start): Move custom group up.
5245         (gnus-select-method): Don't autoload, but make it available for
5246         `customize-variable'.
5247         (gnus-getenv-nntpserver): Don't autoload.
5249 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5251         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5253 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5255         * message.el (message-sendmail-extra-arguments): New variable.
5256         (message-send-mail-with-sendmail): Use it.
5258 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5260         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5261         mm-with-unibyte-current-buffer to make string unibyte.
5263         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5264         mm-string-as-multibyte.
5266 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5268         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5269         Reported by Werner Koch <wk@gnupg.org>.
5271 2006-11-14  Daiki Ueno  <ueno@p360>
5273         * mml2015.el: Autoload epa-select-keys when compiling.
5275 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5277         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5278         message-options.
5279         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5281 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5283         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5284         EasyPG (< 0.0.6).
5285         (mml2015-always-trust): New user option.
5286         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5287         prompt.
5289 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5291         * nntp.el (nntp-authinfo-force): New variable.
5292         (nntp-send-authinfo): Use it.
5294 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5296         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5297         decode encoded words.  Improve prompt.  Add comment about forwarding.
5298         (message-replacement-char): Move up.
5300 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5302         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5303         instead of gnus-intersection because arguments of gnus-sorted-nunion
5304         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5306 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5308         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5309         (message-simplify-subject-functions): Enable
5310         message-strip-subject-encoded-words by default.
5312 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5314         * message.el (message-strip-subject-encoded-words): New function.
5315         (message-simplify-subject-functions): New variable.
5316         (message-simplify-subject): Use it.  Fix typo in doc string.
5317         Support message-strip-subject-encoded-words.
5319 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5321         * gnus-diary.el (gnus-diary-delay-format-function):
5322         * nndiary.el (nndiary-reminders):
5323         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5325 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5327         * gnus-art.el (article-hide-boring-headers): Fetch date from
5328         gnus-original-article-buffer to avoid problems with localized date
5329         strings.
5331 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5333         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5335 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5337         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5338         New variables.
5339         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5340         (mm-charset-synonym-alist): Move some entries to
5341         mm-codepage-iso-8859-list.
5342         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5343         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5345 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5347         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5349 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5351         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5352         with Emacs 21 and XEmacs.
5354 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5356         * spam.el (spam-parse-address): New function for better parsing,
5357         catching errors, etc.
5358         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5360 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5362         * mm-view.el: Add interactive arg to html2text autoload.
5364 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5366         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5368 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5370         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5371         variables.
5372         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5373         (mm-charset-synonym-alist): Move some entries to
5374         mm-codepage-iso-8859-list.
5376         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5378 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5380         * message.el (message-citation-line-format)
5381         (message-insert-formated-citation-line): Fix implementation of %E, %N
5382         and %n according to the doc string.
5384 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5386         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5387         car-safe to avoid bad parses.
5389 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5391         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5392         names.
5394         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5396 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5398         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5399         header.
5401         * message.el (message-draft-headers): Add Date.
5402         (message-headers-to-generate): Fix typo in docstring.
5404         * nndraft.el (nndraft-required-headers): New variable.
5405         (nndraft-generate-headers): Use it.
5407         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5409 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5411         * gnus-registry.el (gnus-registry-wash-for-keywords)
5412         (gnus-registry-find-keywords): New functions to allow easy searching of
5413         articles that are in the registry.
5415 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5417         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5418         ietf-drums-parse-address instead of gnus-extract-address-components.
5419         Reported by Damien Elmes <damien@repose.cx>.
5421 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5423         * gnus.el (gnus-mime): Remove unused custom group.
5425 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5427         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5428         "blank line" when searching for end of armor headers.
5430 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5432         * gmm-utils.el (gmm-write-region): Fix variable name.
5434 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5436         * gmm-utils.el (gmm-write-region): New function based on compatibility
5437         code from `mm-make-temp-file'.
5439         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5441         * nnmaildir.el (nnmaildir--update-nov)
5442         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5443         Use `gmm-write-region'.
5445 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5447         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5448         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5450         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5452         * message.el (message-replacement-char): New variable.
5453         (message-fix-before-sending): Use it.
5454         (message-simplify-subject): New function to remove duplicate code.
5455         (message-reply, message-followup): Use it.
5457         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5458         gnus-summary-limit-to-articles.
5460 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5462         * gnus-util.el (gnus-with-local-quit): New macro.
5464         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5466 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5468         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5469         ignore non-string data.
5471 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5473         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5474         non-string data (needs to be done in the registry too).
5476 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5478         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5479         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5480         (gnus-registry-split-fancy-with-parent)
5481         (gnus-registry-fetch-simplified-message-subject-fast)
5482         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5483         Remove text properties on ingress into the registry and when it's saved.
5484         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5485         registry from entries with no groups.
5487 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5489         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5490         function to remove string properties.
5492 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5494         * gmm-utils.el (gmm): Adjust custom version.
5496         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5497         custom version.
5499         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5501 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5503         * gnus-art.el (gnus-insert-prev-page-button)
5504         (gnus-insert-next-page-button): Simplify.  Reformat.
5506 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5508         * gnus-art.el (gnus-insert-prev-page-button)
5509         (gnus-insert-next-page-button): Apply gnus-article-button-face.
5511 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5513         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5515 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5517         * gnus-art.el (gnus-insert-mime-button)
5518         (gnus-insert-mime-security-button):
5519         Apply gnus-article-button-face to MIME and security buttons.
5521 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
5523         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5524         readable.
5526 2006-09-20  Steve Youngs  <steve@sxemacs.org>
5528         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5529         `browse-url-of-file' instead of `browse-url'.
5531 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5533         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5534         regexp.  Articles containing quotation were cut prematurely.
5536 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5538         * message.el (message-cite-original-1): Use nobody by default for the
5539         value of From header.
5540         (message-reply): Ditto.
5542 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
5544         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5545         to the gnus-info.  This fixes a bug of inline-PGP message verification.
5546         Reported by Michael Piotrowski <mxp@dynalabs.de>.
5548 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
5550         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5551         mails in the doc string.  Add some URLs in comment.
5552         (pop3-movemail): Warn about pop3-leave-mail-on-server.
5554 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5556         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5557         backslashes handling and the way to find boundaries of quoted strings.
5559 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
5561         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5562         mml1991-encrypt-to-self is set and mml1991-signers is not set.
5563         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5564         mml2015-encrypt-to-self is set and mml2015-signers is not set.
5566 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5568         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
5569         doc string.
5570         (gnus-button-regexp, gnus-button-last): Remove unused variables.
5572 2006-09-06  Simon Josefsson  <jas@extundo.com>
5574         * mml2015.el (mml2015-use): Doc fix, mention epg.
5576 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5578         * mml2015.el (mml2015-use): Default to epg, if available.
5580 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5582         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5583         message-sender.
5584         (mml1991-epg-encrypt): Ditto.
5585         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5586         message-sender.
5587         (mml2015-epg-encrypt): Ditto.
5589 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5591         * message.el (message-send-mail-with-sendmail): Look for sendmail in
5592         several common directories.
5594 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5596         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5597         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5599 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5601         * gnus-art.el (article-decode-encoded-words): Make it fast.
5603 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5605         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5607         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5608         in quoted string into `\'.
5610 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5612         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5613         Use standard-syntax-table.
5615 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5617         * gnus-art.el (gnus-decode-address-function): New variable.
5618         (article-decode-encoded-words): Use it to decode headers which are
5619         assumed to contain addresses.
5620         (gnus-mime-delete-part): Remove useless `or'.
5622         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5623         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5624         (gnus-nov-parse-line): Use it to decode From header.
5625         (gnus-get-newsgroup-headers): Ditto.
5626         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5628         * mail-parse.el (mail-decode-encoded-address-region): New alias.
5629         (mail-decode-encoded-address-string): New alias.
5631         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5632         New function.
5633         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5634         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5635         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5636         (rfc2047-decode-string): Ditto.
5637         (rfc2047-decode-address-region): New function.
5638         (rfc2047-decode-address-string): New function.
5640 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
5642         * message.el (message-caesar-buffer-body): Allow rotating headers.
5644         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5646         * message.el (message-insert-formated-citation-line): Fix %f.
5647         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5649 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5651         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5652         (gnus-bookmark-mouse-available-p): New macro.
5653         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5654         (gnus-bookmark-bmenu-show-infos): Use it.
5655         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5656         (gnus-bookmark-bmenu-hide-infos): Ditto.
5657         (gnus-bookmark-remove-properties): New function.
5658         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5659         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5660         (gnus-bookmark-write-file): Bind coding-system-for-write.
5661         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5662         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5663         group before selecting it.
5664         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5665         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5666         quit-window if it is not available; use gnus-mouse-2 and bind it to
5667         gnus-bookmark-bmenu-select-by-mouse.
5668         (gnus-bookmark-show-details): Remove unused variable `details-list'.
5669         (gnus-bookmark-bmenu-select-by-mouse): New function.
5671 2006-08-13  Romain Francoise  <romain@orebokech.com>
5673         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5674         space.
5676 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5678         * compface.el (uncompface): Use binary rather than raw-text-unix.
5680 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5682         * compface.el (uncompface): Make sure the eol conversion doesn't take
5683         place when communicating with the external programs.  Reported by
5684         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5686 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5688         * nnheader.el (nnheader-insert-head): Fix typo in comment.
5690 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5692         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5693         Make it more robust by parsing author and date independently.
5695 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5697         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5699 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
5701         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5702         first matching secret key.
5703         (mml2015-epg-encrypt): Ditto.
5705         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5706         first matching secret key.
5707         (mml1991-epg-encrypt): Ditto.
5709         * mml2015.el (mml2015-encrypt-to-self): New user option.
5710         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5711         mml2015-epg-encrypt-to-self is set.
5713         * mml1991.el (mml1991-encrypt-to-self): New variable.
5714         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5715         mml1991-epg-encrypt-to-self is set.
5717         * mml2015.el (mml2015-signers): New user option.
5718         (mml2015-epg-sign): Reflect the value of mml2015-signers.
5719         (mml2015-epg-encrypt): Allow to select signing keys.
5721         * mml1991.el (mml1991-signers): New variable.
5722         (mml1991-epg-sign): Reflect the value of mml1991-signers.
5723         (mml1991-epg-encrypt): Allow to select signing keys.
5725 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5727         * nnheader.el (nnheader-insert-head): Make it work even if the file
5728         uses CRLF for the line-break code.
5730 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
5732         * mml2015.el: Require mml-sec instead of password.
5733         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5734         (mml2015-cache-passphrase): Inherit the default value from
5735         mml-secure-cache-passphrase.
5736         (mml2015-passphrase-cache-expiry): Inherit the default value from
5737         mml-secure-passphrase-cache-expiry.
5739         * mml1991.el: Require mml-sec instead of password.
5740         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5741         (mml1991-cache-passphrase): Inherit the default value from
5742         mml-secure-cache-passphrase.
5743         (mml1991-passphrase-cache-expiry): Inherit the default value from
5744         mml-secure-passphrase-cache-expiry.
5746         * mml-sec.el: Require password.
5747         (mml-secure-verbose): New user option.
5748         (mml-secure-cache-passphrase): New user option.
5749         (mml-secure-passphrase-cache-expiry): New user option.
5751 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5753         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5754         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
5755         andreas@altroot.de (Andreas Vögele).
5757         FIXME: Use `tiny change'?
5759 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5761         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5762         workaround for the url package included with Emacs.
5764         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5766 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5768         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5769         correctly.  This fixes a bug caused by the 2006-05-12 change.
5771 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
5773         * nnmail.el (nnmail-article-group): If splitting raises an error, give
5774         some information about the error when saying that the `bogus' mail
5775         group will be used.
5777 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
5779         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5780         string.
5782 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
5784         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5786 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5788         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5790 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5792         * mml1991.el (mml1991-function-alist): Add epg.
5793         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5794         (mml1991-epg-encrypt): New functions.
5796 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5798         * mml2015.el (mml2015-verbose): New variable.
5799         (mml2015-cache-passphrase): Ditto.
5800         (mml2015-passphrase-cache-expiry): Ditto.
5801         (mml2015-function-alist): Add epg.
5802         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5803         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5804         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5805         functions.
5807 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5809         * message.el (message-cite-original-1): Preserve region when removing
5810         quoted text due to X-No-Archive in order to avoid bogus attribution
5811         when citing multiple messages.
5813 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5815         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
5816         Kenneth Jacker <khj@be.cs.appstate.edu>.
5818 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
5820         * gnus-diary.el (gnus-user-format-function-d)
5821         (gnus-user-format-function-D): Autoload.
5823         * imap.el (Commentary): Fix typo.
5825         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5826         2006-04-22 contribution.
5828 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5830         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5831         It didn't really fix the bogosity I'm seeing with solid web groups.
5833 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5835         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5836         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5837         created using server names.  If we use the feature without declaring
5838         it, Gnus does not properly manage server and group state.
5840         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5841         bound.
5843 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5845         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5846         looking up the method using GROUP's prefix before inventing a new one.
5847         It is used on killed/unknown groups in various places where returning
5848         an all-new method isn't expected by the caller.
5850         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5851         and match semantics of gnus-group-real-prefix.
5853 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
5855         * nnmail.el (nnmail-broken-references-mailers): New variable.
5856         (nnmail-ignore-broken-references): New function generalizing
5857         nnmail-fix-eudora-headers.
5858         (nnmail-fix-eudora-headers): Now obsolete.
5860         * gnus-art.el (gnus-button-handle-custom): Support
5861         `customize-apropos*'.
5863 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5865         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5867         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5868         articles.
5870 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5872         * message.el (message-cite-reply-above): New variable.
5873         (message-yank-original): Use it.
5875 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5877         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5879 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
5881         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5882         as read.
5884         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5886 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
5888         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5889         (gnus-bookmark-default-file): Use gnus-directory.
5890         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5891         Remove "*" in doc string.
5892         (gnus-bookmark-write-file): Simplify.
5893         (gnus-bookmark-maybe-sort-alist): Use `when'.
5894         (gnus-bookmark-get-bookmark): Fix typo in doc string.
5895         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5896         FIXME about Emacs 21 and XEmacs compatibility.
5897         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5898         compatibility.
5899         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5900         compatibility.
5901         (gnus-bookmark-menu-heading): Fix version.
5903 2006-06-19  Bastien Guerry  <bzg@altern.org>
5905         * gnus-bookmark.el: New file.
5907 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5909         * message.el (message-syntax-checks): Doc fix.
5911 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5913         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5914         unsubscribed groups as if they were killed ones.  It causes duplicate
5915         entries in gnus-newsrc-alist.
5917 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5919         * message.el (message-syntax-checks): Doc fix.
5920         (message-send-mail): Add check for continuation headers.
5921         (message-check-news-header-syntax): Fix regexp used to check for
5922         continuation headers.
5924 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5926         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5928 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
5930         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5932 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5934         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5935         default-truncate-lines.
5937 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5939         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5940         to fill the utf-8 entry.
5942 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5944         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5946 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
5948         * gnus-agent.el (directory-files-and-attributes): Move all the way
5949         forward (the third and final move).
5950         (gnus-agent-read-agentview): Trap reconstruction errors due to
5951         nonexistent directory.  Handle by returning nil.
5953 2006-05-30  Didier Verna  <didier@xemacs.org>
5955         * message.el (message-dont-reply-to-names): Update the custom type.
5956         * message.el (message-dont-reply-to-names): New defsubst: potentially
5957         convert a list of regexps into a single one.
5958         * message.el (message-get-reply-headers): Use it.
5959         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5961 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5963         * gnus-agent.el (directory-files-and-attributes): Move forward.
5965 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5967         * gnus-ml.el (gnus-mailing-list-subscribe)
5968         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5969         (gnus-mailing-list-message): Fix doc strings.
5971 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5973         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5974         of doing it manually.
5976 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5978         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5979         comment.
5981 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
5983         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
5984         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
5985         (gnus-agent-read-local): All symbols allocated in my-obarray.
5986         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5987         (gnus-agent-regenerate-group): Check numeric names to see if they are
5988         messages or groups.
5989         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5990         better way of do this...)
5992         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5993         'dummy.group' (there should be a better way of do this...)
5995 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5997         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5998         (gnus-saved-headers): Ditto.
5999         (gnus-default-article-saver): Mention functions may have properties.
6000         (gnus-article-save): Override gnus-save-all-headers and
6001         gnus-saved-headers by :headers property which saver function may have.
6002         (gnus-summary-save-in-file): Add :headers property.
6003         (gnus-summary-write-to-file): Ditto.
6005         * gnus-sum.el (gnus-summary-save-article): Bind
6006         gnus-prompt-before-saving to t when saving many articles in a file;
6007         always show all headers.
6009 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6011         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6012         marks.
6014         * message.el (message-indent-citation): Add optional arguments to allow
6015         using it outside of message buffers.
6017         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6018         (gnus-article-treat-unfold-headers): Use it.
6019         (gnus-article-truncate-lines): New variable.
6020         (gnus-article-mode): Use it.
6021         (gnus-article-toggle-truncate-lines): New function.
6023         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6024         gnus-article-toggle-truncate-lines.
6026         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6027         coding system in XEmacs, use binary.
6029 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6031         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6032         after-load-alist.
6034         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6035         this function should save decoded articles.
6036         (gnus-summary-write-to-file): Use property to specify this function
6037         should save decoded articles and specify gnus-summary-save-in-file
6038         should be used to save articles other than the first one when saving
6039         many articles.
6040         (gnus-summary-save-body-in-file): Use property to specify this
6041         function should save decoded articles.
6042         (gnus-summary-write-body-to-file): Use property to specify this
6043         function should save decoded articles and specify
6044         gnus-summary-save-body-in-file should be used to save articles other
6045         than the first one when saving many articles.
6047         * gnus-sum.el (gnus-summary-save-article): Simplify.
6049 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6051         * gnus-art.el (gnus-default-article-saver): Add
6052         gnus-summary-write-body-to-file.
6053         (gnus-article-save-coding-system): Don't use coding system object
6054         in XEmacs.
6055         (gnus-read-save-file-name): Add optional `dir-var' argument which
6056         specifies directory in which files are saved; work even if optional
6057         `variable' argument is not specified.
6058         (gnus-summary-write-to-file): Read file name.
6059         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6060         (gnus-summary-write-body-to-file): New function.
6062         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6063         (gnus-summary-local-variables): Add it.
6064         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6065         (gnus-summary-save-article): Remove optional `decode' argument;
6066         determine whether to decode articles by the value of
6067         gnus-default-article-saver; when saving many files using
6068         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6069         it first and use gnus-summary-save-in-file or
6070         gnus-summary-save-body-in-file thereafter unless
6071         gnus-prompt-before-saving is always; move point to article which
6072         will be saved.
6073         (gnus-summary-save-article-file): Revert.
6074         (gnus-summary-write-article-file): Revert.
6075         (gnus-summary-save-article-body-file): Revert.
6076         (gnus-summary-write-article-body-file): New function.
6078 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6080         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6082 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6084         * gnus-art.el (gnus-default-article-saver): Doc fix.
6085         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6086         from gnus-summary-save-article-coding-system, and default to a
6087         certain coding system.
6088         (gnus-output-to-file): Add coding cookie and encode text according
6089         to gnus-article-save-coding-system; don't use mm-append-to-file.
6091         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6092         gnus-art.el and rename to gnus-article-save-coding-system.
6093         (gnus-summary-save-article): Require gnus-art; don't show all
6094         headers if it decodes articles; don't add coding cookie here;
6095         don't bind mm-text-coding-system-for-write.
6096         (gnus-summary-save-article-file): Save decoded articles.
6097         (gnus-summary-write-article-file): When saving many files, use
6098         gnus-summary-write-to-file first and gnus-summary-save-in-file
6099         thereafter unless gnus-prompt-before-saving is always.
6100         (gnus-summary-save-article-body-file): Save decoded articles.
6102 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6104         * nnrss.el (nnrss-check-group): Bind hash-index.
6106 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6108         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6109         its hash index.  Store this hash in `nnrss-group-data'.
6110         (nnrss-read-group-data): Update accordingly.
6112 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6114         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6115         entry.
6117         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6118         gnus-article-browse-html-article.
6120 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6122         * gnus-sum.el (gnus-summary-mime-map): Add
6123         gnus-article-browse-html-article.
6124 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6126         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6127         suitable coding systems in customize.
6129 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6131         * mail-source.el (mail-sources): Fix custom type.
6133 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6135         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6136         (gnus-summary-expire-articles-now): Shorten prompt.
6138         * gmm-utils.el (wid-edit): Require.
6139         (defun-gmm): Renamed from `gmm-defun-compat'.
6140         (gmm-image-search-load-path): Use it.
6141         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6143 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6145         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6146         variable.
6147         (gnus-summary-save-article): Add optional `decode' argument.  If
6148         it is set and gnus-summary-save-article-coding-system is non-nil,
6149         save decoded article.
6150         (gnus-summary-write-article-file): Save decoded article if
6151         gnus-summary-save-article-coding-system is non-nil.
6153         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6154         type.
6156 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6158         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6160 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6162         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6163         first to test gnus-single-article-buffer which may be buffer-local.
6165         * gnus-sum.el (gnus-summary-setup-buffer): Make
6166         gnus-single-article-buffer buffer-local and nil in ephemeral
6167         group; make gnus-article-buffer, gnus-article-current, and
6168         gnus-original-article-buffer always buffer-local.
6169         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6170         group.
6171         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6173 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6175         * nnml.el (nnml-request-compact-group): Compressed files might not
6176         have .gz extension.
6178 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6180         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6181         (mm-copy-to-buffer): Use with-current-buffer.
6182         (mm-display-part): Simplify.
6183         (mm-inlinable-p): Add optional arg `type'.
6185 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6187         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6188         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6189         Try harder to show the attachment internally or externally using
6190         gnus-mime-view-part-as-type.
6192 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6194         * message.el (message-from-style, message-signature-separator)
6195         (message-user-organization-file, message-send-mail-function)
6196         (message-citation-line-function, message-yank-prefix)
6197         (message-indent-citation-function, message-signature)
6198         (message-signature-file, message-signature-insert-empty-line):
6199         Remove autoloads.
6201         * gnus-art.el (gnus-buttonized-mime-types): Remove
6202         "multipart/signed".  Revert 2006-04-26 change.
6204 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6206         * gnus.el (gnus-version-number): Bump version.
6208 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6210         * gnus.el: No Gnus v0.5 is released.
6212 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6214         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6215         fetching articles by message-id.
6217 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6219         * message.el (hashcash): Require hashcash as normal.
6221         * ecomplete.el (ecomplete-highlight-match-line): Use
6222         point-at-eol.
6223         (ecomplete-highlight-match-line): Use `highlight', because that
6224         face exists in both Emacs and XEmacs.
6226         * message.el (message-display-abbrev): Use point-at-bol.
6228         * mail-source.el: Don't require timer/timer-funcs.
6230         * gnus-async.el: Ditto.
6232         * password.el: Ditto.
6234         * mm-url.el: Ditto.
6236         * mm-util.el: Require timer/timer-funcs.
6238 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6240         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6241         Close.
6243 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6245         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6246         unibyte after clear-decrypt function runs.
6248         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6249         returns as a unibyte string.
6251 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6253         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6254         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6255         (mml1991-pgg-encrypt): Ditto.
6257 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6259         * message.el (message-user-organization-file): Check several
6260         locations of the organization file.
6262         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6263         Add gnus-article-view-part-as-type.
6265         * gnus-art.el (gnus-article-view-part-as-type): New function.
6267         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6268         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6270         * mml.el: Simplify autoload.
6271         (mml-mode): defvar dnd-protocol-alist instead of using
6272         symbol-value.
6273         (mml-default-directory): New variable.
6274         (mml-minibuffer-read-file): Use it.
6275         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6277         * message.el (message-citation-line-format): New variable.
6278         (message-insert-formated-citation-line): New function.
6279         (message-citation-line-function): Add
6280         `message-insert-formated-citation-line' to custom type.
6282         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6283         to doc string.
6285         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6286         depending on mm-verify-option.
6288 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6290         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6291         binding pgg-* variables; reimplement the section which prevents
6292         MIME header from being signed.
6293         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6294         pgg-text-mode; remove a blank line at the top of body.
6296         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6297         lines at the top of body; use gnus-newsgroup-charset if there's no
6298         Charset header.
6300 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6302         * message.el (message-self-insert-commands): Doc fix.
6304         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6305         (mm-uu-pgp-encrypted-test): Ditto.
6306         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6307         between header and body; return application/pgp-encrypted handle
6308         if decryption failed; decode decrypted body by charset.
6310         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6311         element match to application/pgp-*.
6313 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6315         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6316         HTML.
6318 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6320         * mail-source.el (mail-source-call-script): Message the error
6321         string.
6323 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6325         * gnus-util.el (gnus-byte-compile): Use it.
6327 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6329         * gnus-util.el (kill-empty-logs): New function.
6331 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6333         * message.el (message-mail-alias-type): Doc fix.
6334         (message-mail-alias-type-p): New function.
6335         (message-send): Use it.
6336         (message-mode): Ditto.
6337         (message-strip-forbidden-properties): Ditto.
6339         * ecomplete.el (ecomplete-database-file-coding-system): New
6340         variable.
6341         (ecomplete-save): Use it.
6342         (ecomplete-setup): Use it.
6344 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6346         * message.el (message-self-insert-commands): New variable.
6347         (message-strip-forbidden-properties): Use it.
6349 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6351         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6352         that doesn't make XEmacs choke.
6354 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6356         * gnus-util.el (gnus-replace-in-string):
6357         Prefer replace-regexp-in-string over of replace-in-string.
6359 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6361         * gnus-util.el (gnus-select-frame-set-input-focus):
6362         Use select-frame-set-input-focus if it is available in XEmacs; use
6363         definition defined in Emacs 22 for old Emacsen.
6365 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6367         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6369 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6371         * gnus-registry.el (gnus-registry-cache-save): Remove text
6372         properties when saving via the temp buffer.
6374 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6376         * message.el (message-generate-hashcash): Honor custom type.
6378 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6380         * message.el (message-generate-hashcash): Default to non-nil when
6381         hashcash is found.
6383         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6384         (gnus-refer-thread-limit): Increase default to 500.
6386         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6388         * flow-fill.el (fill-flowed): Allow delete-space.
6390 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6392         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6393         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6394         Remove autoloads.
6396 2006-04-18  Simon Josefsson  <jas@extundo.com>
6398         * message.el (message-generate-hashcash): Default to.
6400 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6402         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6403         concatenating segments rather than before concatenating them.
6405 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6407         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6409         * imap.el (imap-quote-specials): New function.
6410         (imap-login-auth): Quote specials.
6412 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6414         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6416         * message.el (message-forward-make-body-plain): Allow
6417         message-forward-ignored-headers to be a list.
6418         (message-remove-ignored-headers): Factor out into function.
6419         (message-forward-make-body-mml): Use it.
6420         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6421         (rfc2231-parse-string): Allow concatanation of parameters that
6422         aren't contiguous.  The test case is
6423           (mail-header-parse-content-type "message/external-body;
6424             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6425             access-type=LOCAL-FILE;
6426             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6428 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6430         * nntp.el (nntp-accept-process-output): Return the value of
6431         `nnheader-accept-process-output'.
6433 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6435         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6436         (gnus-button-alist): Recognize more diff formats.
6437         (gnus-button-patch): Strip directory.
6439 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6441         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6442         Emacs 22 when setting focus.
6444 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6446         * gnus-art.el (gnus-article-treat-types): Do treatment of
6447         text/x-verbatim parts.
6448         (gnus-button-patch): New command.
6450         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6451         addresses that contain invalid characters.
6453 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6455         * message.el (message-put-addresses-in-ecomplete): Use
6456         gnus-replace-in-string.
6457         (message-is-yours-p): Use the more correct
6458         mail-header-parse-address instead of
6459         mail-extract-address-components.
6460         (message-put-addresses-in-ecomplete): Fix typo.
6462         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6463         keystroke.
6465         * gnus-art.el (gnus-treatment-function-alist): Change order of
6466         newsgroups/generic header folding to avoid double-folding.
6468         * message.el (message-hidden-headers): Add X-Draft-From.
6470         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6471         command.
6472         (gnus-summary-repeat-search-article-backward): New command.
6474         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6475         groups in the parent topic.
6477 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
6479         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6480         (spam-extra-header-to-number): Return the CRM114 number as a
6481         number instead of a string.
6483 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6485         * gnus-art.el (gnus-face-properties-alist): Moved here from
6486         gnus-fun.
6488         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6490 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6492         * message.el (message-strip-forbidden-properties): Only display on
6493         self-insert-command.
6495         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6496         reindent.
6497         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6499 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
6501         * smiley.el (smiley-style): Fix typo.
6503 2006-03-23  Kenichi Handa  <handa@m17n.org>
6505         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
6506         instead of set-buffer-multibyte.
6508 2006-03-23  Kenichi Handa  <handa@m17n.org>
6510         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6511         buffer and then decode the buffer text if necessary.
6512         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6513         first, and after mm-encode-body, change the buffer to unibyte.
6515 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6517         * hashcash.el (hashcash-insert-payment-async-2): Use
6518         message-goto-eoh instead of doing it manually.
6519         (mail-add-payment): Use message-narrow-to-header instead of trying
6520         to do the same itself.
6522         * message.el (message-hidden-headers): Add Face.
6524         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6525         reparenting code.
6526         (gnus-summary-reparent-children): Refactored out code.
6527         (gnus-summary-thread-map): New keystroke.
6528         (gnus-summary-reparent-children): Make into command.
6530         * smiley.el (smiley-style): Default to `medium' if using a large
6531         font.
6533         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6534         does it itself.
6536         * message.el (message-point-in-header-p): Simplify definition.
6538 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6540         * nnagent.el (nnagent-request-set-mark): Silence log file
6541         writing.
6542         (nnagent-request-set-mark): Use write-region instead of
6543         append-to-file.
6545         * gnus-sum.el (gnus-read-header): Fudge article number if using a
6546         strange select method.
6548         * ecomplete.el (ecomplete-display-matches): Get highlightling
6549         right.
6550         (ecomplete-display-matches): Use literals.
6551         (ecomplete-display-matches): Disable message logging.
6553         * message.el (message-display-abbrev): Small optimization.
6555         * ecomplete.el (ecomplete-display-matches): Allow automatic
6556         display.
6558         * message.el (message-strip-forbidden-properties): Display
6559         abbrevs.
6560         (message-display-abbrev): Get automatic display right.
6562         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6563         keystrokes.
6565 2006-04-13  Romain Francoise  <romain@orebokech.com>
6567         TODO: Backport to v5-10!
6569         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6570         Moved here (and renamed) from gnus-registry.el.
6572         * gnus-registry.el: Require gnus-util.
6573         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6575 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6577         * gnus-group.el (gnus-group-catchup-current): Change
6578         if-then-else-if-then-else into cond.
6579         (gnus-group-catchup): Indent.
6580         (group-name-at-point): New function.
6581         (gnus-fetch-group): Provide default from thing at point.
6583 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6585         * message.el (message-display-abbrev): Fix regexp.
6587         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6588         choosing.
6589         (ecomplete-highlight-match-line): Fix up code rewrite, remove
6590         dead variables.
6592         * message.el (message-newline-and-indent): Remove debugging.
6593         (message-display-abbrev): Use new implementation.
6595 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6597         * gnus-art.el (gnus-article-mode): Set
6598         cursor-in-non-selected-windows to nil.
6600         * smiley.el: Revert previous change.
6601         (smiley-data-directory): defvar it before using it in the
6602         defcustom of `smiley-style'.
6604 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6606         * message.el (message-newline-and-indent): New function.
6608         * ecomplete.el: Implement more bits.
6610         * message.el (message-put-addresses-in-ecomplete): Clean up the
6611         string.
6613         * ecomplete.el (ecomplete-add-item): Chop off decimals.
6615         * gnus-sum.el (gnus-summary-save-parts): Bind
6616         gnus-summary-save-parts-counter and use it to make unique file
6617         names.
6619         * gnus-art.el (gnus-ignored-headers): Add some more headers.
6621         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6622         parameter to say whether to actually parse the individual
6623         addresses.
6625         * message.el (message-put-addresses-in-ecomplete): New function.
6626         (ecomplete): Require.
6627         (message-mail-alias-type): Add ecomplete as an option.
6629 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
6631         * flow-fill.el (fill-flowed): Remove trailing space from blank
6632         quoted lines.
6634 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6636         * smiley.el (smiley-style): Move definition later to avoid a
6637         compilation warning.
6639 2006-04-12  Kenichi Handa  <handa@m17n.org>
6641         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6642         buffer and then decode the buffer text if necessary.
6643         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6644         first, and after mm-encode-body, change the buffer to unibyte.
6645         Use mm-disable-multibyte instead of set-buffer-multibyte.
6647 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6649         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6650         Content-Type header instead of Content-Disposition header.
6651         (gnus-mime-inline-part): Ditto.
6652         (gnus-mime-view-part-as-charset): Ignore charset that the part
6653         specifies.
6655         * mm-decode.el (mm-display-part): Work with external parts and
6656         usual parts similarly.
6658         * mm-extern.el (mm-inline-external-body): Use mm-display-part
6659         instead of gnus-display-mime.
6661         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6662         instead of with-temp-buffer.
6664         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6665         tag to summarized topics part in order to encode non-ASCII text.
6667 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6669         * smiley.el (smiley-style): New variable.
6670         (smiley-directory): New function.
6671         (smiley-data-directory): Derive from `smiley-style' using
6672         `smiley-directory'.
6673         (smiley-regexp-alist): Add new entries.
6675         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6676         (gnus-article-browse-delete-temp): Add :version.
6678 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
6680         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6681         the sieve region.
6683 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6685         * gnus.el (gnus-version-number): Bump version.
6687 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6689         * gnus.el: No Gnus v0.4 is released.
6691 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6693         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6694         layout.
6696         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6697         unknown charset.
6699         * message.el (message-header-synonyms): Add Original-To to the
6700         default.
6702         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6703         optional parameter.
6705 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
6707         * gnus-fun.el (gnus): Require it for gnus-directory.
6709 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6711         * gnus-fun.el (gnus-face-properties-alist): Add :version.
6713 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6715         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
6717 2006-04-05  Simon Josefsson  <jas@extundo.com>
6719         * password.el (password-reset): New function.
6721 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6723         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6724         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6726 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6728         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6729         Some whitespace was matched into the url, which broke browsing hits
6730         > 100 when mm-url-use-external was nil.
6732 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6734         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6735         gnus-extra-headers for 'Newsgroups.
6737         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6738         bound.
6740 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
6742         * pgg-gpg.el: Clean up process buffers every time gpg processes
6743         complete.
6745 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
6747         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6748         doc string.
6750 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
6752         * pgg-gpg.el (pgg-gpg-process-filter)
6753         (pgg-gpg-wait-for-completion): Check if buffer is alive.
6755         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6756         lines, temporary fix.
6758 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6760         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6762 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
6764         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6765         default-enable-multibyte-characters.  This reverts the change from
6766         revision 6.17 which is no longer necessary because the passphrase
6767         is sent separately now.  GnuPG messages are unreadable under
6768         multibyte locales with default-enable-multibyte-characters set to
6769         nil.
6771 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6773         * message.el (message-tool-bar-gnome): Move "spell".
6775 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6777         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6778         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
6779         instead.
6781 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
6783         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6784         newsgroups handling for NNTP overviews which don't include
6785         Newsgroups.
6787 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6789         * message.el (message-resend): Bind message-generate-hashcash to nil.
6791 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6793         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6794         when searching for already-paid recipients.
6796 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
6798         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6799         passphrases when it is not needed.
6800         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6801         passphrase stuff from gpg, should only be necessary when you use
6802         gpg with a smartcard.
6804 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6806         * mml.el (mml-insert-mime): Ignore cached contents of
6807         message/external-body part.
6809         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6810         (mm-insert-part): Ditto.
6812 2006-03-23  Simon Josefsson  <jas@extundo.com>
6814         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6815         Reiner.
6816         (pgg-gpg-use-agent-p): Use it again.
6818 2006-03-23  Simon Josefsson  <jas@extundo.com>
6820         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6821         older emacsen.
6822         (pgg-gpg-use-agent-p): Don't use it.
6824 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6826         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6827         if we can.
6829 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
6831         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6832         (pgg-gpg-update-agent): New function.
6833         (pgg-gpg-use-agent-p): New function.
6834         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6835         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6836         (pgg-gpg-sign-region): Use it.
6838 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6840         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6841         Reported by Ralf Wachinger <rwachinger@gmx.de>.
6843 2006-03-21  Simon Josefsson  <jas@extundo.com>
6845         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6846         <wilde@sha-bang.de>.
6847         (pgg-gpg-use-agent): New variable.
6848         (pgg-gpg-process-region): Use it.
6849         (pgg-gpg-encrypt-region): Likewise.
6850         (pgg-gpg-encrypt-symmetric-region): Likewise.
6851         (pgg-gpg-decrypt-region): Likewise.
6852         (pgg-gpg-sign-region): Likewise.
6853         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6855 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6857         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6859         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6860         Add comment on version.
6862 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6864         * smiley.el: Add missing test smiley.
6866 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6868         * mm-decode.el (mm-with-part): New macro.
6869         (mm-get-part): Use it; work with message/external-body as well.
6870         (mm-save-part): Treat name and filename equally.
6872         * mm-extern.el (mm-extern-cache-contents): New function.
6873         (mm-inline-external-body): Use it; force the part to be displayed;
6874         move undisplayer added to the cached handle to the parent.
6876         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6877         (gnus-mime-view-part-as-type): Work with message/external-body.
6879         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6881 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6883         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6884         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
6885         Emacs.]
6887 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6889         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6890         path rather than symbol.  Always return list of directories.
6891         Guarantee that image directory comes first.  [Sync with image.el,
6892         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
6894         * message.el (message-make-tool-bar): Adjust to new API of
6895         `gmm-image-load-path-for-library'.
6897         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6899         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6901 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6903         * gnus-art.el (gnus-article-only-boring-p):
6904         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6905         intangible text.
6906         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
6908 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
6910         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
6911         `defun' instead of `gmm-defun-compat'.
6913 2006-03-14  Simon Josefsson  <jas@extundo.com>
6915         * message.el (message-unique-id): Don't use message-number-base36
6916         if (user-uid) is a float.
6917         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
6919 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6921         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
6923         * gnus-art.el (gnus-mime-display-single): Make sure there is an
6924         empty line between a part and a message part.
6926 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6928         * smiley.el: Add more test smileys.
6929         (smiley-data-directory, smiley-regexp-alist)
6930         (gnus-smiley-file-types): Fix doc strings.
6931         (smiley-update-cache): Clear smiley-cached-regexp-alist before
6932         adding new elements.
6933         (smiley-mouse-map): Unused code.  Make it a comment.
6935 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6937         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6938         scan latest NoCeM messages instead of old ones.
6939         (gnus-nocem-check-article): Fix regexps so as to match to PGP
6940         delimiters that are recently used.
6941         (gnus-nocem-load-cache): Add autoload cookie.
6943         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
6945         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6946         level which is larger than gnus-use-nocem is specified.
6948         * gnus-group.el (gnus-group-get-new-news): Ditto.
6950 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6952         * gnus-util.el (gnus-tool-bar-update): New function.
6954         * gnus-group.el (gnus-group-update-tool-bar): New variable.
6955         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
6957         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6959         * gnus-group.el (gnus-group-redraw-when-idle)
6960         (gnus-group-redraw-check): Remove.
6961         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6963 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6965         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6966         if optional last element is specified in splits (FIELD VALUE...).
6968 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6970         * message.el (message-make-tool-bar): Rename gmm-image-load-path
6971         to gmm-image-load-path-for-library.  Call with no-error argument.
6972         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6974         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6976         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6978         * gmm-utils.el (gmm-image-load-path): Remove alias.
6980 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
6982         * gmm-utils.el (gmm-image-load-path): Add alias.
6984         * nnml.el (nnml-generate-nov-databases-directory): Rename from
6985         nnml-generate-nov-databases-1.
6986         (nnml-generate-nov-databases): Use it.
6987         (nnml-generate-nov-databases-directory): Document no-active
6988         argument.
6990         * gmm-utils.el (gmm-image-load-path-for-library): Return single
6991         directory if path is t.  Add no-error.
6993         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6994         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6996         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6997         resetting gnus-article-browse-html-temp-list.
6999         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7000         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
7001         Add example to docstring.  Rename local variables.  Move error
7002         checks to default case in cond and simplify.
7004 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7006         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7007         handle is multipart when calling it recursively.
7008         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7010 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7012         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7013         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7015 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7017         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7018         is loaded.
7020         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7021         loaded.
7023 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7025         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7026         to "Emacs 23 (unicode)" in doc string.
7028         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7029         "Emacs 23 (unicode)" in comment.
7031 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7033         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7035         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7036         characters 160 through 255 in Emacs 23.
7038 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7040         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7041         gnus-article-browse-html-temp.
7042         (gnus-article-browse-delete-temp): Make it customizable.  Add
7043         `file'.  Adjust doc string.
7044         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7045         query for each file.  Adjust doc string.
7046         (gnus-article-browse-html-parts): Add
7047         `gnus-article-browse-delete-temp-files' to
7048         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7050 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7052         * gnus-art.el (gnus-article-browse-html-temp)
7053         (gnus-article-browse-delete-temp): New variables.
7054         (gnus-article-browse-delete-temp-files): New function.
7055         (gnus-article-browse-html-parts): Use it.
7057 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7059         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7061         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7062         string.
7064         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7065         gnus-summary-insert-new-articles when unplugged.  Remove
7066         gnus-summary-search-article-forward.
7068         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7069         display-visual-class instead of display-color-cells.
7071 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7073         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7074         message/* containing non-ASCII text properly.
7076 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7078         * message.el: Require gmm-utils, remove autoloads.
7079         (message-tool-bar): Set default based on
7080         gmm-tool-bar-style.
7081         (message-tool-bar-gnome): Add gmm-customize-mode.
7083         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7084         gmm-tool-bar-style.
7085         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7087         * gnus-group.el (gnus-group-tool-bar): Set default based on
7088         gmm-tool-bar-style.
7089         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7091         * gmm-utils.el (gmm-image-directory): Rename variable from
7092         gmm-image-load-path.
7093         (gmm-image-load-path): Use gmm-image-directory.
7094         (gmm-customize-mode): New function.
7095         (gmm-tool-bar-style): New variable.
7097         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7098         gnus-group-redraw-line-number.
7099         (gnus-group-redraw-check): Simplify.
7100         (gnus-group-tool-bar-update): Remove redraw check.
7101         (gnus-group-make-tool-bar): Add redraw check.
7103 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7105         * gnus-art.el (gnus-button): Add missing parentheses.
7107 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7109         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7111 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7113         * gnus-art.el (gnus-button): New face.
7114         (gnus-article-button-face): Use it.
7116         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7117         gnus-summary-next-page.  Re-order.
7119         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7120         next-node are now included.
7121         (gnus-group-redraw-line-number): New internal variable.
7122         (gnus-group-redraw-check): Helper function for updating the tool
7123         bar.
7124         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7126         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7128         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7129         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7130         Use it to match format of Spamassassin 3.0 and later.  Reported by
7131         IRIE Tetsuya <irie@t.email.ne.jp>.
7132         (spam-check-bogofilter)
7133         (spam-bogofilter-register-with-bogofilter): Fix args of
7134         `gnus-error' calls.
7136 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7138         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7139         unnecessary interaction when sending queued mails.  Reported by
7140         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7142 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7144         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7145         first or last are nil.
7147 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7149         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7151 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7153         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7155 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7157         * dns.el (query-dns): Protect more against buggy tcp output.
7159 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7161         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7162         nov.php.
7164 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7166         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7167         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7168         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7169         output on the server side.
7170         (nnweb-google-create-mapping): Update regexps and add some
7171         progress indication.
7173 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7175         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7176         gnus-agent-toggle-plugged.  Re-order icons.
7177         (gnus-group-tool-bar-gnome): Add
7178         gnus-group-{prev,next}-unread-group.
7179         (gnus-group-tool-bar-gnome): Re-order icons.
7181         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7182         gnus-summary-insert-new-articles.
7184         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7185         comments.
7187         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7188         also available in Emacs 21.3.
7190         * message.el (message-fix-before-sending): Change "Emacs 22" to
7191         "Emacs 23 (unicode)" in comment.
7193         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7194         "Emacs 23 (unicode)" in comment.
7196         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7197         comment.
7198         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7200         * mm-view.el (mm-fill-flowed): Add :version.
7202 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7204         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7205         and load-path.
7207 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7209         * message.el: Autoload gmm-image-load-path.
7210         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7211         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7212         consitency.
7214         * gmm-utils.el (gmm-image-load-path): Also search in
7215         "../etc/images".  Don't set gmm-image-load-path if we don't find
7216         the image.
7218 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7220         * gmm-utils.el (gmm-image-load-path): Don't make
7221         `gmm-image-load-path' include subdirectories which the second arg
7222         `image' might specify.
7224         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7225         subdirectory to icon file names.
7227         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7229 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7231         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7232         gmm-image-load-path calls.
7234         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7236         * message.el (message-make-tool-bar): Ditto.
7238         * mml.el (mml-preview): Added comment concerning tool bar icons.
7240         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7241         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7243         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7244         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7246         * message.el (message-tool-bar-gnome): Use new icon names.
7247         (message-make-tool-bar): Use `gmm-image-load-path'.
7249         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7250         functions from MH-E.
7251         (gmm-image-load-path): New variable from MH-E.
7252         (gmm-image-load-path): New function from MH-E.  Added arguments
7253         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7254         *-image-load-path-called-flag.
7256 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7258         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7260 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7262         * nnimap.el (nnimap-request-move-article): Change folder back to
7263         source group before deleting.
7265 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7267         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7269         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7270         mm-url.
7272         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7274 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7276         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7277         coding system which mm-charset-to-coding-system returns for a
7278         given charset is valid.
7280 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7282         * html2text.el (html2text-remove-tag-list):
7283         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7285 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7287         * gnus-cus.el: Revert 2005-10-17 change.
7289 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7291         * gnus-art.el (article-strip-banner): Call
7292         article-really-strip-banner only when the regexp match is made.
7294 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7296         * gnus-art.el (article-strip-banner): Use
7297         gnus-extract-address-components instead of
7298         mail-header-parse-addresses to make it work with non-ASCII text;
7299         remove mail-encode-encoded-word-string.
7301         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7302         values which are surrounded with \"...\"; make it never cause a
7303         Lisp error; give up parsing of parameters if it failed in
7304         extracting type.
7306 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7308         * smime.el (smime-cert-by-ldap-1): Fix bug where
7309         `smime-ldap-search' returns results without userCertificates.
7311 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7313         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7315 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7317         * spam.el (spam-check-spamassassin-headers): Adapt format for
7318         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7319         <ari@mbf.ocn.ne.jp>.
7320         (spam-list-of-processors): Add spam-use-gmane.
7322 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7324         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7325         make-temp-file; make it work with XEmacs as well.
7327         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7328         mm-make-temp-file.
7330         * mm-decode.el (mm-display-external): Use the 3rd arg of
7331         mm-make-temp-file.
7332         (mm-create-image-xemacs): Ditto.
7334 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7336         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7337         with message-narrow-to-headers.
7338         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7339         (gnus-draft-check-draft-articles): New function.
7340         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7342 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7344         * gnus-art.el (gnus-article-browse-html-parts):
7345         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7346         Don't use suffix argument for mm-make-temp-file for Emacs 21
7347         compatibility.  Remove useless `format'.
7349 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7351         * nnweb.el (nnweb-google-wash-article): Update regexps.
7352         (nnweb-group-alist): Use defvoo instead of defvar.
7354 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7356         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7357         re-loading nn* modules.
7359 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7361         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7362         for `tool-bar-mode' and don't check it's default-value.
7364         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7366         * message.el (message-make-tool-bar): Ditto.
7368         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7369         `substring'.  Shorten tmp-file name.
7371         * gnus.el: Remove bogus comment.
7373 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7375         * gnus-art.el (gnus-article-browse-html-parts): New function.
7376         (gnus-article-browse-html-article): New function for viewing html
7377         articles with a browser.
7379 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7381         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7382         (mml2015-pgg-encrypt): Ditto.
7384         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7385         (mml1991-pgg-encrypt): Ditto.
7387 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7389         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7390         message-make-date instead of current-time-string.
7392         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7393         to gnus-decoded which mm-uu might set.
7395 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7397         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7398         don't decode quoted parameters; remove misimported Emacs code.
7399         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7400         (rfc2231-decode-encoded-string): Don't use split-string which
7401         behaves differently according to Emacs version; use
7402         mm-decode-coding-region to convert charset to coding-system.
7403         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7404         (rfc2231-encode-string): Remove misimported Emacs code.
7406 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7408         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7409         when calling mail-header-parse-content-type.
7410         (article-de-quoted-unreadable): Ditto.
7411         (article-de-base64-unreadable): Ditto.
7412         (article-wash-html): Ditto.
7414         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7415         calling mail-header-parse-content-type and
7416         mail-header-parse-content-disposition.
7417         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7418         mail-header-parse-content-type.
7420         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7421         insert charset and format parameters; encode description after
7422         inserting it to buffer.
7423         (mml-insert-parameter): Fold lines properly even if a parameter is
7424         segmented into two or more lines; change the max column to 76.
7426         * rfc1843.el (rfc1843-decode-article-body): Don't use
7427         ignore-errors when calling mail-header-parse-content-type.
7429         * rfc2231.el (rfc2231-parse-string): Return at least type if
7430         possible; don't cause an error even if it fails in parsing of
7431         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7432         (rfc2231-encode-string): Don't break lines at the beginning, leave
7433         it to mml-insert-parameter.
7435         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7436         calling mail-header-parse-content-type.
7438 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7440         * spam-report.el (spam-report-gmane-use-article-number):
7441         Improve doc string.
7442         (spam-report-gmane-internal): Check if a suitable header was found
7443         in the article.
7445 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7447         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7448         (rfc2231-encode-string): Make param*=value always begin with LWSP.
7450 2006-02-05  Romain Francoise  <romain@orebokech.com>
7452         Update copyright notices of all files in the gnus directory.
7454 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7456         * nnweb.el (nnweb-request-group): Avoid growing overview files.
7458 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7460         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7461         segmented lines of parameter value to cope with Thunderbird 1.5
7462         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7463         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7464         (rfc2231-encode-string): Don't make lines exceeding 76 column.
7466 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
7468         * mml.el (mml-generate-mime-1): Correct the order of inline signed
7469         parts.
7471 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7473         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7474         there's only one active file for all servers.
7475         (nnweb-request-scan): Make sure nnweb-articles is initialized on
7476         solid groups.  Gnus might have used a FAST request to select the group.
7477         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7478         and nnweb-search redundantly in the active file.
7479         (nnweb-request-list): Don't list bogus groups.  There can only be one.
7480         (nnweb-request-create-group): Don't use ARGS.
7481         (nnweb-possibly-change-server, nnweb-request-group): Remove some
7482         initialisations.  Let nnoo do the work.
7484 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7486         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7487         Say the part has been decoded.
7489         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7491 2006-01-31  Kevin Ryde  <user42@zip.com.au>
7493         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7494         mailcap-viewer-test-cache when there's no 'test clause, since that
7495         will invert the meaning of a "nil" test previously determined by
7496         mailcap-mailcap-entry-passes-test.
7498 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7500         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7501         compiling.
7503         * gnus-sum.el: Ditto.
7505         * message.el: Don't bind tool-bar-map when compiling.
7507 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
7509         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7511 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7513         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7514         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7515         current Google Groups.
7517 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
7519         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7520         and tool-bar-mode.
7522         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7523         and tool-bar-mode.
7525         * message.el (message-tool-bar-update): Simplify.
7526         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7528         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7529         gnus-summary-buffer.
7530         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7531         gnus-summary-reply.
7533         * gmm-utils.el (gmm): Add :version.
7535 2006-01-26  Steve Youngs  <steve@sxemacs.org>
7537         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7538         autoload.
7540 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7542         * gmm-utils.el (gmm-verbose): Add :group.
7544 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
7546         * message.el: Change some comments WRT tool-bars.
7548         * gnus-sum.el (gnus-summary-tool-bar)
7549         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7550         (gnus-summary-tool-bar-zap-list): New variables.
7551         (gnus-summary-make-tool-bar): Complete rewrite using
7552         `gmm-tool-bar-from-list'.
7554         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7555         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7556         variables.
7557         (gnus-group-make-tool-bar): Complete rewrite using
7558         `gmm-tool-bar-from-list'.
7559         (gnus-group-tool-bar-update): New function.
7561         * message.el (message-mode-field-menu): Add "Show hidden Headers".
7563 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7565         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7566         is dissected into a single part of which the type is the same as
7567         the given one; decode charset.
7569 2006-01-21  Kevin Ryde  <user42@zip.com.au>
7571         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7572         into alists as symbol not string, since that's what
7573         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7574         look for.
7576 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
7578         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7579         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
7581         * message.el (message-tool-bar-gnome): Use gmm-ignore.
7583 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7585         * gnus-art.el (gnus-mime-security-button-commands): New variable.
7586         (gnus-mime-security-button-menu): New definition.
7587         (gnus-mime-security-button-map): Use them.
7588         (gnus-mime-security-button-menu): New function.
7589         (gnus-insert-mime-security-button): Addition to help echo.
7590         (gnus-mime-security-run-function, gnus-mime-security-save-part)
7591         (gnus-mime-security-pipe-part): New functions.
7593         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7594         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
7596         * mm-decode.el (mm-handle-set-disposition): Remove.
7597         (mm-handle-set-description): Remove.
7599 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7601         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7602         (mm-w3m-standalone-supports-m17n-p): New function.
7603         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7604         w3m usage.
7606         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7607         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
7609 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7611         * message.el (message-tool-bar-zap-list): Use
7612         gmm-tool-bar-zap-list as custom type.
7613         (message-tool-bar-update): New function.
7614         (message-tool-bar, message-tool-bar-gnome)
7615         (message-tool-bar-retro): Add message-tool-bar-update.
7616         (message-tool-bar-gnome): Add flyspell-buffer.
7618         * gnus-util.el (gnus-error): Describe `args'.
7620         * gmm-utils.el (gmm-error): Describe `args'.
7621         (gmm-tool-bar-zap-list): New widget.
7622         (gmm-tool-bar-from-list): Improve description of `zap-list'.
7624 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7626         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7627         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7628         the number of recursive calls.
7630         * mm-decode.el (mm-handle-set-disposition): New macro.
7631         (mm-handle-set-description): New macro.
7633 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7635         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7636         encoding.
7638 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7640         * message.el (message-tool-bar-zap-list, message-tool-bar)
7641         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7642         (message-tool-bar-local-item-from-menu): Remove.
7643         (message-tool-bar-map): Replace by `message-make-tool-bar'.
7644         (message-make-tool-bar): New function.
7645         (message-mode): Use `message-make-tool-bar'.
7647         * gmm-utils.el: New file.
7648         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7649         (gmm-lazy): New widget copied from `nnmail.el'.
7650         (gmm-tool-bar-from-list): New function for creating customizable
7651         tool bars.
7652         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
7653         output.
7654         (gmm): Add :prefix to defgroup.
7656 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7658         * gmm-utils.el (gmm-widget-p): New function.
7660 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7662         * mml.el (mml-attach-file): Describe `description' in doc string.
7663         (mml-menu): Add Emacs MIME manual and PGG manual.
7665 2006-01-20  Richard M. Stallman  <rms@gnu.org>
7667         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
7669 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
7671         * nntp.el (nntp-end-of-line): Doc fix.
7673 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
7675         * imap.el (imap-open): Handle case where buffer is a buffer
7676         object.
7678 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7680         * gnus-delay.el (gnus-delay): Don't autoload.
7681         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7682         to be re-loaded when customizing the `gnus-delay' group.
7684 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
7686         * message.el (message-insert-citation-line): Use newlines.
7688 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7690         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
7692         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
7694 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
7696         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
7698 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7700         * mm-decode.el (mm-inlined-types): Add application/pgp.
7701         (mm-automatic-display): Ditto.
7703         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7704         part as text.
7706 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7708         * nnrss.el: Update copyright.
7709         (nnrss-opml-import): Query whether to subscribe to each entry.
7711         * gnus-art.el:
7712         * gnus-sum.el:
7713         * mm-uu.el:
7714         * mm-view.el: Update copyright.
7716 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
7718         * message.el (message-info): New function.
7719         (message-mode-menu): Add it.
7720         Update copyright.
7722         * ChangeLog: Fix and update copyright.
7724 2006-01-13  Romain Francoise  <romain@orebokech.com>
7726         * message.el (message-forward-subject-name-subject): Prefer the
7727         address to 'nowhere' if the sender has no name.
7728         Fix typo.  Update copyright year.
7730 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7732         * gnus-art.el (article-wash-html): Use
7733         gnus-summary-show-article-charset-alist if a numeric arg is given.
7734         (gnus-article-wash-html-with-w3m-standalone): New function.
7736         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7737         mm-inline-text-html-render-with-w3m-standalone.
7738         (mm-text-html-washer-alist): Map w3m-standalone to
7739         gnus-article-wash-html-with-w3m-standalone.
7740         (mm-inline-text-html-render-with-w3m-standalone): New function.
7742 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7744         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7745         Improve LaTeX.
7747 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7749         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7750         (nnrss-request-article): Render text/plain parts as HTML.
7752         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7753         the buffer.
7755 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7757         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7758         custom definition of `gnus-posting-styles'.
7760         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7761         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7763 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7765         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7766         Use nntp for bug archive.
7768 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7770         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7771         parts.
7772         (nnrss-normalize-date): New function converts ISO 8601 date into
7773         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7774         (nnrss-check-group): Use it.
7776 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7778         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7780         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7781         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7782         (nnrss-insert-w3): Ditto.
7784 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7786         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7787         the articles to be forwarded including the case where neither a
7788         number of articles nor a region is specified.
7790 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7792         * nnrss.el (nnrss-request-article): Fix last change; fill
7793         text/plain parts.
7795 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7797         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7798         in text/plain part.
7799         (nnrss-check-group): Don't add excessive newline to dc:subject.
7801 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
7803         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7804         article.
7806 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7808         * nnml.el: Don't require gnus-bcklg.  Autoload it.
7809         (nnml-use-compressed-files, nnml-save-mail): Support other
7810         comression programs such as bzip2.
7812 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7814         * dns.el (query-dns): Make sure we check the buffer size before
7815         removing tcp headers.
7817 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7819         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7820         remove MIME buttons associated with multipart/alternative parts.
7821         (gnus-mime-display-alternative): Tag buttons using `article-type'
7822         text property.
7824         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7825         associated with multipart/alternative parts.
7827         * gnus-art.el (gnus-signature-separator): Fix custom type.
7829         * mm-decode.el (mm-inlined-types): Fix custom type.
7830         (mm-keep-viewer-alive-types): Ditto.
7831         (mm-automatic-display): Ditto.
7832         (mm-attachment-override-types): Ditto.
7833         (mm-inline-override-types): Ditto.
7834         (mm-automatic-external-display): Ditto.
7836 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7838         * spam-report.el (spam-report-user-mail-address)
7839         (spam-report-user-agent): New variables.
7840         (spam-report-url-ping-plain): Use spam-report-user-agent.
7842 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
7844         * gnus-art.el (gnus-button-handle-custom): Do not just use
7845         `customize-apropos' for any "M-x customize-*" button but the
7846         function called for.  Accept both the function name and its
7847         argument in order to achieve this.
7848         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
7849         function name to `gnus-button-handle-custom' in case of "M-x
7850         customize-*" buttons.
7852 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7854         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7855         multipart/alternative and add xref to mm-discouraged-alternatives
7856         in doc string.
7858         * mm-decode.el (mm-discouraged-alternatives): Add xref to
7859         gnus-buttonized-mime-types in doc string.
7861 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7863         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7864         Suggest image/.* in the doc string.
7866 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7868         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7869         message-marks (Debian bug #342521).
7871 2005-12-12  Simon Josefsson  <jas@extundo.com>
7873         * password.el (password-read-from-cache): Add.
7874         (password-read): Use it.
7876 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7878         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7879         us-ascii as a MIME charset.
7881         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7882         against the case where the 2nd arg TYPE is nil.
7884 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7886         * pop3.el (pop3-stream-type): Fix custom version.
7888         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7890 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7892         * mm-decode.el (mm-display-external): Add missing cdr.
7894 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7896         * mm-decode.el (mm-display-external): Use nametemplate (defined in
7897         RFC1524) if it is in mailcap or add a suffix according to
7898         mailcap-mime-extensions when generating a temp filename; postpone
7899         deleting a temp file for 2 seconds for some wrappers, shell
7900         scripts, and so on, which might exit right after having started a
7901         viewer command as a background job.
7903 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7905         * nntp.el (nntp-marks-directory): Fix custom group.
7907         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7908         steps when < 10.
7910         * gnus-start.el (gnus-no-server-1): Mention
7911         `gnus-level-default-subscribed' in doc string.
7913 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7915         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7916         parens.
7918 2005-11-26  Dave Love  <fx@gnu.org>
7920         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7921         (tls-program, tls-success): Provide openssl alternative.
7923         * starttls.el: Doc fixes.
7924         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7925         SERVICE to PORT.
7927         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
7928         port null or service name.
7929         (starttls-negotiate): Autoload.
7931 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7933         * message.el (message-kill-to-signature): Fix interactive spec.
7935 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7937         * pop3.el (pop3-open-server): Recognize a string as a service name.
7939 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
7941         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7943 2005-11-23  Dave Love  <fx@gnu.org>
7945         Add pop3s, pop3/starttls.
7947         * pop3.el (pop3-authentication-scheme): Clarify doc.
7948         (open-tls-stream, starttls-open-stream): Autoload.
7949         (pop3-stream-type): New.
7950         (pop3-open-server): Use it.
7952         * mail-source.el (mail-sources): Fix some :types.  Add stream type
7953         for POP.
7954         (mail-source-keyword-map): Add :stream for POP.
7955         (mail-source-fetch-pop): Use pop3-stream-type.
7957 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7959         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7960         of current-time-string.
7962 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
7964         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7965         date header.
7967 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7969         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7970         it can seriously impact performance as it bypasses the agent's
7971         local caches.
7973 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
7975         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7976         must be explicitly online rather than "not explicitly offline" for
7977         its flags to be synchronized.
7979         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7980         that gnus-uu-unmark-thread will function correctly.
7982         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7983         1024K is instead displayed as 1M.
7985 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7987         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7989 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
7991         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7993 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
7995         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7996         error message to display actual error condition.
7997         (gnus-agent-save-local): Avoid saving symbols that are bound to
7998         nil as they simply result in a warning message in
7999         gnus-agent-read-local.
8001 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8003         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8004         rather than make-variable-buffer-local for file-precious-flag.
8006 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8008         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8009         for duplicates which are removed.  The invalid sort check then
8010         triggers a rescan after the sort as sorting may have moved
8011         duplicate entries such that they can be cheaply detected.
8013 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8015         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8017 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8019         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8020         internal variable to a custom variable.  Changed default value
8021         from compressed(2) to uncompressed(1).
8022         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8023         support for uncompressed agentview files.  Taken together, reading
8024         the agentview file should now be 6-7 times faster.
8026 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8028         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8029         as a buffer-local variable.  This avoids creating truncated
8030         dribble files as a result of a hang up, eg.
8032 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8034         * gnus-start.el (gnus-start-draft-setup): Enforce
8035         `gnus-draft-mode' for nndraft:drafts at startup.
8037         * gnus.el (gnus-splash): Change custom group.
8038         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8039         allow-list argument.
8041         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8042         string.
8044 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8046         * gnus-art.el (gnus-default-article-saver): Add user-defined
8047         `function' to custom type.
8049 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8051         * imap.el (imap-open): Handle case where buffer is a buffer
8052         object.
8054 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8056         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8057         long lines.
8058         (gnus-cache-delete-group): Wrap doc strings.
8060         * gnus-agent.el (gnus-agent-rename-group)
8061         (gnus-agent-delete-group): Wrap doc strings.
8063 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8065         * gnus-start.el (gnus-1): Add "native" to
8066         gnus-predefined-server-alist.
8068         * gnus.el (gnus-method-to-server): Don't add "native" to the
8069         lists here, because that leads to problems when
8070         gnus-select-method is bound.
8072 2005-11-09  Simon Josefsson  <jas@extundo.com>
8074         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8075         use (not sort-by-date) instead.
8077 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8079         * gnus-delay.el (gnus-delay-group): Don't autoload.
8080         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8081         to be re-loaded when customizing the `gnus-delay' group.
8083 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8085         * message.el: Revert last changes.
8086         (message-insert-citation-line): Use newlines.
8088 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8090         * message.el (message-courtesy-message)
8091         (message-mark-insert-begin, message-mark-insert-end)
8092         (message-elide-ellipsis, message-cancel-message)
8093         (message-add-header, message-change-subject)
8094         (message-cross-post-followup-to-header)
8095         (message-cross-post-insert-note, message-reduce-to-to-cc)
8096         (message-widen-reply, message-delete-not-region)
8097         (message-kill-to-signature, message-insert-signature)
8098         (message-insert-importance-high, message-insert-importance-low)
8099         (message-insert-or-toggle-importance)
8100         (message-insert-disposition-notification-to)
8101         (message-indent-citation, message-yank-original)
8102         (message-cite-original-without-signature, message-cite-original)
8103         (message-insert-citation-line, message-position-on-field)
8104         (message-fix-before-sending, message-send-mail-partially)
8105         (message-send-mail, message-send-mail-with-sendmail)
8106         (message-send-mail-with-qmail, message-send-news)
8107         (message-check-news-header-syntax, message-generate-headers)
8108         (message-insert-courtesy-copy, message-fill-address)
8109         (message-fill-header, message-shorten-references)
8110         (message-setup-1, message-cancel-news)
8111         (message-forward-make-body-plain, message-forward-make-body-mime)
8112         (message-forward-make-body-mml, message-encode-message-body)
8113         (message-forward-make-body-digest-plain)
8114         (message-forward-make-body-digest-mime)
8115         (message-use-alternative-email-as-from): Insert `hard-newline'
8116         instead of ordinary newlines.
8118 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8120         * message.el (message-generate-headers): Downcase the argument
8121         given to message-check-element.
8123 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8125         * nntp.el (nntp-authinfo-rejected): New error condition.
8126         (nntp-wait-for): Use new error condition to signal authentication
8127         error.
8128         (nntp-retrieve-data): Rethrow new error condition to break out of
8129         recursive call to nntp-send-authinfo.
8131 2005-11-08  Romain Francoise  <romain@orebokech.com>
8133         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8134         (gnus-summary-exit-map): Bind to `Z p'.
8135         (gnus-summary-make-menu-bar): Add menu item.
8137 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8139         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8140         (gnus-treat-*): Add `first' in all doc strings.
8142         * gnus-group.el (gnus-group-compact-group): Fix typo.
8144 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8146         * gnus.el (gnus-parameters-case-fold-search): New variable.
8147         (gnus-parameters-get-parameter): Use it.
8149         * gnus-score.el (gnus-home-score-file): Doc fix.
8151 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8153         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8155 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8157         * mm-util.el (mm-special-display-p): New function.
8159         * mml.el (mml-preview): Use it; doc fix.
8161 2005-10-29  Romain Francoise  <romain@orebokech.com>
8163         * message.el (message-fix-before-sending): Fix comment.
8165 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8167         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8169 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8171         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8172         Used in gnus-score.el.
8174 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8176         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8178 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8180         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8181         whitespace removed in revision 7.8.  Use concatenated string to
8182         protect trailing whitespace.
8184 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8186         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8187         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8188         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8189         Courier IMAP ("some version from 2004").  Mostly based on similar
8190         code in the same function.
8192 2005-10-26  Didier Verna  <didier@xemacs.org>
8194         * gnus-group.el (gnus-group-compact-group): Invalidate original
8195         article buffer.
8196         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8197         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8198         NOV database and in article itself.
8199         Invalidate article backlog.
8201 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8203         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8205 2005-10-26  Simon Josefsson  <jas@extundo.com>
8207         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8208         part of 2004-07-25 change.
8210 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8212         * message.el (message-display-completion-list): New function.
8213         (message-expand-group): Use it; make sure the Completions buffer
8214         is modifiable.
8216 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8218         * imap.el (imap-open): Handle case where buffer is a buffer object.
8220 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
8222         * pgg-def.el:
8223         * pgg-gpg.el:
8224         * pgg-parse.el:
8225         * pgg-pgp.el:
8226         * pgg-pgp5.el:
8227         * pgg.el: Move to the parent lisp directory.
8229 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8231         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8232         user-mail-name is an empty string.
8234 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8236         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8237         depending on gnus-score-decay-constant.
8239         * encrypt.el (encrypt-insert-file-contents)
8240         (encrypt-write-file-contents): Don't use `gnus-message'.
8242         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8243         arguments.
8244         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8245         arguments to mm-uu-verbatim-marks-extract.
8246         (mm-uu-hide-markers): New variable.
8247         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8249         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8250         (gnus-convert-image-to-face-command): Use "convert" by default to
8251         allow other input image formats.
8252         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8253         accordingly.
8255 2005-10-23  Simon Josefsson  <jas@extundo.com>
8257         * imap.el (imap-gssapi-program): Align command line parameters
8258         with latest GNU SASL.
8259         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8261 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8263         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8264         HTML.
8265         (nnslashdot-request-article): Ditto.
8267 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8269         * mail-source.el (mail-source-fetch-pop): Require pop3.
8270         (mail-source-check-pop): Ditto.
8272 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8274         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8275         errors.
8277 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8279         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8280         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8282         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8284         * mm-bodies.el (mm-decode-string): Call
8285         `mm-charset-to-coding-system' with allow-override argument.
8287 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8289         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8290         (rfc2047-charset-to-coding-system): New function.
8291         (rfc2047-decode-encoded-words): New function.
8292         (rfc2047-decode-region): Use them.
8293         (rfc2047-decode-cte): Remove.
8294         (rfc2047-parse-and-decode): Remove.
8295         (rfc2047-decode): Remove.
8297 2005-10-15  Kenichi Handa  <handa@m17n.org>
8299         * rfc2047.el (rfc2047-decode-cte): New function.
8300         (rfc2047-decode-region): Change the way to decode successive
8301         encoded-words: decode B- or Q-encoding in each encoded-word,
8302         concatenate them, and decode it as charset.
8304 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8306         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8307         widget-move-and-invoke.
8308         (gnus-custom-mode): Use gnus-custom-map.
8310 2005-10-15  Bill Wohler  <wohler@newt.com>
8312         * message.el (message-tool-bar-map): Renamed image file from
8313         mail_send to mail/send.
8315 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8317         * message.el (message-expand-group): Pass the common
8318         prefix substring of completion to `display-completion-list'.
8320 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
8322         * mml-sec.el (mml-secure-method): New internal variable.
8323         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8324         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8325         functions using mml-secure-method.
8327         * mml.el (mml-mode-map): Add key bindings for those functions.
8328         (mml-menu): Simplify security menu entries.  Suggested by Jesper
8329         Harder <harder@myrealbox.com>.
8330         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8331         end of message if point is the headers of the message.
8333         * message.el (message-in-body-p): New function.
8335         * assistant.el: Autoload gnus-util and netrc.
8337         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8338         Use `mm-charset-override-alist' only when decoding.
8340         * mm-bodies.el (mm-decode-body): Call
8341         `mm-charset-to-coding-system' with allow-override argument.
8343         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8344         `filename' from Content-Disposition if Content-Type doesn't
8345         provide `name'.
8346         (gnus-mime-view-part-as-type): Set default instead of
8347         initial-input.
8349 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8351         * format-spec.el (format-spec): Propagate text properties of % spec.
8353 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8355         * gnus-art.el (gnus-treat-predicate): Add `first'.
8357 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8359         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8360         (mm-charset-override-alist): New variable.
8361         (mm-charset-to-coding-system): Use it.
8362         (mm-codepage-setup): New helper function.
8363         (mm-charset-eval-alist): New variable.
8364         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
8365         about unknown charsets.
8367 2005-10-04  David Hansen  <david.hansen@gmx.net>
8369         * nnrss.el (nnrss-request-article): Add support for the comments tag.
8370         (nnrss-check-group): Ditto.
8372 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8374         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8375         Rename x-gnus-verbatim to x-verbatim.
8376         (mm-uu-type-alist): Fix regexp for verbatim-marks.
8378         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8379         x-verbatim.
8381         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8383         * gnus-util.el (gnus-remove-duplicates): Remove.
8385         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8386         instead of gnus-remove-duplicates.
8388         * message.el (message-remove-duplicates): Remove.
8389         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8390         message-remove-duplicates.
8392         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8393         available, else use implementation from `delete-dups'.
8395         * message.el (message-insert-expires): New function.
8396         (message-mode-map): Add key binding.
8397         (message-mode-field-menu): Add menu entry.
8398         (message-mode): Document it.
8399         (message-make-expires-date): Use `message-make-date'.
8401 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
8403         * message.el (message-make-expires-date): New function.
8405 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8407         * time-date.el: Autoload parse-time-string, XEmacs needs it.
8409 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8411         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8412         function rather than the diff-mode.el package.
8413         (mm-display-external): Use with-current-buffer.
8414         (mm-viewer-completion-map, mm-viewer-completion-map):
8415         Move initialization inside declaration.
8417 2005-09-29  Simon Josefsson  <jas@extundo.com>
8419         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
8420         autoload mail-check-payment.
8421         (spam-check-hashcash): Define unconditionally, since hashcash.el
8422         is part of Gnus now.  Ignore errors from payment checking.
8424 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8426         * message.el (message-bold-region, message-unbold-region): Rename
8427         from `bold-region' and `unbold-region'.
8429         * message.el: Remove useless autoloads.
8431 2005-09-28  Simon Josefsson  <jas@extundo.com>
8433         * message.el (message-use-idna): Default to t.
8434         (message-use-idna): Test whether encoding works too.  Doc fix.
8436 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8438         * nntp.el (nntp-warn-about-losing-connection): Remove.
8440 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8442         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8443         customizable.  Change default value.
8444         (mm-uu-diff-groups-regexp): Change default value.
8445         (mm-uu-type-alist): Add doc string.
8446         (mm-uu-configure): Add doc string.  Make it interactive.
8447         (mm-uu-tex-groups-regexp): New variable.
8448         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8449         (mm-uu-type-alist): Add LaTeX documents.
8450         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8451         of "text/verbatim".
8452         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8454         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8455         instead of "text/verbatim".
8457         * message.el (message-mark-inserted-region)
8458         (message-mark-insert-file): Use slrn style marks when called with
8459         prefix argument.
8461 2005-09-27  Simon Josefsson  <jas@extundo.com>
8463         * message.el (message-idna-to-ascii-rhs-1): Reformat.
8465 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
8467         * message.el (message-remove-duplicates): New function.
8468         Implementation borrowed from `gnus-remove-duplicates'.
8469         (message-idna-to-ascii-rhs): Also encode idna addresses in
8470         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8471         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8472         only ask about the same idna domain once per header and also tell
8473         in what header to replace the idna domain.
8475         * gnus-art.el (article-decode-idna-rhs): Also decode idna
8476         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8477         (article-decode-idna-rhs): Fix regexp so that all idna-address in
8478         a header is decoded and not just the last one.
8480 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8482         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8483         has been decoded.
8485         * mm-decode.el (mm-automatic-display): Add text/verbatim.
8486         (mm-insert-part): Don't modify text if it has been decoded.
8488         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8489         decoded.
8491         * mm-view.el (mm-inline-text): Don't strip text props unless
8492         decoding enriched or richtext parts.
8494 2005-09-25  Romain Francoise  <romain@orebokech.com>
8496         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8497         * gnus-start.el (gnus-subscribe-interactively):
8498         * gnus-uu.el (gnus-uu-grab-articles):
8499         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8500         space.
8502 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
8504         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8505         * mm-view.el (mm-view-pkcs7-decrypt):
8506         * gnus-sum.el (gnus-summary-limit-to-extra)
8507         (gnus-summary-respool-article, gnus-read-move-group-name):
8508         * gnus-score.el (gnus-summary-increase-score):
8509         * gnus-util.el (gnus-completing-read-with-default):
8510         * gnus-art.el (gnus-read-save-file-name)
8511         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8512         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8513         * message.el (message-check-news-header-syntax):
8514         Follow convention for reading with the minibuffer.
8516 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
8518         * spam-report.el (spam-report-url-ping-plain):
8519         Use gnus-extended-version as User-Agent.
8521         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8522         default value is nil.
8524         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8525         (mm-uu-verbatim-marks-extract): New function.
8526         (mm-uu-extract): New face.
8527         (mm-uu-copy-to-buffer): Use it.
8529         * spam-report.el (spam-report-gmane-ham): Renamed from
8530         `spam-report-gmane-unspam'.
8531         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8532         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
8534         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8535         Autoload.
8536         (spam-report-gmane-unregister-routine): Renamed
8537         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8539 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
8541         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8542         (spam-report-gmane-unregister-routine): Add support for gmane
8543         unregistration.
8545         * spam-report.el (spam-report-gmane-unspam)
8546         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8547         (spam-report-gmane): Change to take a single article and do unspam
8548         registration.
8550 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8552         * mm-url.el (mm-url-decode-entities): Fix regexp.
8554 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8557         default to nil, to be able to use Gnus at all.  If the default
8558         switches to something else, then the function should be fixed not
8559         be exceedingly slow.
8561 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
8563         * gnus-start.el (gnus-activate-group): If the server is nil, don't
8564         fail hard.
8566         * spam-report.el: Add better Keywords line.
8568         * spam.el: Add Maintainer and better Keywords line.
8570 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8572         * gnus-art.el (gnus-article-replace-part)
8573         (gnus-mime-replace-part): New functions.
8574         (gnus-mime-action-alist, gnus-mime-button-commands)
8575         (gnus-mime-save-part-and-strip): Added file argument.
8576         (gnus-article-part-wrapper): Added interactive argument.
8578         * gnus-sum.el (gnus-summary-mime-map): Add
8579         `gnus-article-replace-part'.
8581 2005-09-19  Didier Verna  <didier@xemacs.org>
8583         The nnml compaction feature:
8584         * nnml.el (nnml-request-compact-group): New function.
8585         * nnml.el (nnml-request-compact): New function.
8586         * gnus-int.el (gnus-request-compact-group): New function.
8587         * gnus-int.el (gnus-request-compact): New function.
8588         * gnus-group.el (gnus-group-compact-group): New function.
8589         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8590         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8591         * gnus-srvr.el (gnus-server-compact-server): New function.
8592         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8593         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8595 2005-09-18  Deepak Goel  <deego@gnufans.org>
8597         * sieve.el (sieve-help): Fix `message' call: first arg should be a
8598         format spec.
8600 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8602         * gnus.el (gnus-group-startup-message): Bind image-load-path.
8604 2005-09-15  Romain Francoise  <romain@orebokech.com>
8606         * message.el (message-fill-paragraph): Clarify docstring.
8608 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8610         * gnus-art.el (gnus-mime-display-part): Protect against broken
8611         MIME messages.
8613 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8615         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8616         before parsing header.
8618 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
8620         * html2text.el (html2text-replace-list): Add new entities.
8622 2005-09-11  Romain Francoise  <romain@orebokech.com>
8624         * message.el (message-alternative-emails): Improve docstring.
8625         (message-setup-1): Call `message-use-alternative-email-as-from'
8626         after `message-setup-hook' to give it precedence over posting
8627         styles, etc.
8628         (message-use-alternative-email-as-from): Add docstring.  Remove
8629         the original From header if present.
8631         * nnml.el (nnml-compressed-files-size-threshold): New variable.
8632         (nnml-save-mail): Use it.
8634         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8635         articles.  Add new argument `silent'.
8636         (gnus-uu-mark-all): Report the total number of marked articles.
8638 2005-09-10  Romain Francoise  <romain@orebokech.com>
8640         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8641         (gnus-uu-mark-series): Likewise.
8643 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8645         * spam-report.el (spam-report-gmane): Fix generation of spam
8646         report URL.
8648 2005-09-10  Simon Josefsson  <jas@extundo.com>
8650         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8651         t, based on discussion on the ding list with Robert Epprecht
8652         <epprecht@solnet.ch>.
8654 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8656         * spam-report.el (spam-report-gmane): Make it work without
8657         X-Report-Spam header.  Gmane now only provides Archived-At.
8658         This is only used if `spam-report-gmane-use-article-number' is nil.
8659         (spam-report-gmane-spam-header): Remove.  Not used anymore.
8661         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8662         make `gnus-summary-sort-by-recipient' work with threading.
8664         * nnweb.el (nnweb-google-wash-article): Print a message if article
8665         is not available.
8667 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8669         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8670         change.  Decode text/* parts content before displaying.
8672 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8674         * mml-smime.el: Remove defvar of gnus-extract-address-components.
8676 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8678         * mm-view.el (mm-display-inline-fontify): Disable support modes.
8680 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
8682         * message.el (message-tab-body-function): Fix mismatched custom type.
8684         * gnus.el (gnus-group-change-level-function): Ditto.
8686         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8688         * gnus-art.el (gnus-signature-limit)
8689         (gnus-article-mime-part-function): Ditto.
8691 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8693         * mml.el (mml-mode): Silence the byte compiler.
8695         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8696         using `(sit-for 0)' before moving the point to the specified part;
8697         skip unbuttonized parts.
8698         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8699         return to the summary window if gnus-auto-select-part is non-nil.
8701 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
8703         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8704         variables.
8705         (mml-dnd-attach-file, mml-mode): Use them.
8707         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8708         Make fetching article by MID work again for Google Groups.  Added
8709         FIXME concerning gnus-group-make-web-group.
8711         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8712         Don't depend on Gnus by using mail-extract-address-components if
8713         gnus-extract-address-components is not bound.
8715 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8717         * gnus-art.el (gnus-mime-display-security): Don't display the
8718         signature, but only the signed part.
8720 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8722         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8724         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8725         list, not listp.
8727 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
8729         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8730         when encoding.
8732         * mm-bodies.el (mm-decode-content-transfer-encoding):
8733         De-canonicalize CRLF for all text content types, not just
8734         text/plain.
8736 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8738         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8739         valid article; point arrow and cursor at the MIME button.
8741 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8743         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8744         Suggested by Dan Christensen <jdc@uwo.ca>.
8746         * mm-decode.el (mm-save-part): Enable change of prompt.
8748 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
8750         * gnus-msg.el (gnus-inews-add-send-actions): Made
8751         `message-post-method' lambda parameter ARG `&optional'.
8753 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8755         * gnus-sum.el (gnus-summary-mime-map): Added
8756         gnus-article-save-part-and-strip, gnus-article-delete-part and
8757         gnus-article-jump-to-part.
8759         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8760         (gnus-article-edit-part): Use it.
8761         (gnus-article-part-wrapper): Added no-handle argument.
8762         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8763         functions.
8765 2005-08-29  Romain Francoise  <romain@orebokech.com>
8767         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8768         docstring.
8769         (gnus-face-from-file): Likewise.
8771 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8773         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8774         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8775         non-nil.
8776         (gnus-auto-select-part): New variable.
8777         (gnus-article-jump-to-part): New function.
8778         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8779         (gnus-mime-delete-part): Allow selecting specified part after
8780         deleting or stripping parts.
8781         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
8782         part if argument is bogus.
8784 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8786         * gnus-art.el (w3m-minor-mode-map):
8787         * gnus-spec.el (gnus-newsrc-file-version):
8788         * gnus-util.el (nnmail-active-file-coding-system)
8789         (gnus-original-article-buffer, gnus-user-agent):
8790         * gnus.el (gnus-ham-process-destinations)
8791         (gnus-parameter-ham-marks-alist)
8792         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8793         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8794         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8795         * mm-decode.el (gnus-current-window-configuration):
8796         * mm-extern.el (gnus-article-mime-handles):
8797         * mm-url.el (url-current-object, url-package-name)
8798         (url-package-version):
8799         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8800         (smime-keys, w3m-cid-retrieve-function-alist)
8801         (w3m-current-buffer, w3m-display-inline-images)
8802         (w3m-minor-mode-map):
8803         * mml-smime.el (gnus-extract-address-components):
8804         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8805         (gnus-newsrc-hashtb, message-default-charset)
8806         (message-deletable-headers, message-options)
8807         (message-posting-charset, message-required-mail-headers)
8808         (message-required-news-headers):
8809         * mml1991.el (mc-pgp-always-sign):
8810         * mml2015.el (mc-pgp-always-sign):
8811         * nnheader.el (nnmail-extra-headers):
8812         * rfc1843.el (gnus-decode-encoded-word-function)
8813         (gnus-decode-header-function, gnus-newsgroup-name):
8814         * spam-stat.el (gnus-original-article-buffer): Add defvars.
8816 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8818         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8819         the end of the date treatments.
8821 2005-08-15  Simon Josefsson  <jas@extundo.com>
8823         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8824         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
8825         Capello and Romain Francoise.
8826         (pgg-fetch-key-function): Removed, not used?
8827         (pgg-insert-url-with-w3): Require url, to get
8828         url-insert-file-contents regardless of where it is defined.
8830 2005-08-13  Romain Francoise  <romain@orebokech.com>
8832         * message.el (message-cite-original-1): New function.
8833         (message-cite-original): Use it.
8834         (message-cite-original-without-signature): Ditto.
8836 2005-08-08  Romain Francoise  <romain@orebokech.com>
8838         * message.el (message-yank-empty-prefix): New variable.
8839         (message-indent-citation): Use it.
8840         (message-cite-original-without-signature): Respect X-No-Archive.
8842 2005-08-08  Simon Josefsson  <jas@extundo.com>
8844         * pgg.el: Autoload url-insert-file-contents instead of loading
8845         w3/url.
8846         (pgg-insert-url-with-w3): Don't load url here.
8848 2005-08-07  Jesper Harder  <harder@phys.au.dk>
8850         * message.el (message-kill-to-signature): Don't insert newline at
8851         bol.
8852         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8854 2005-08-06  Romain Francoise  <romain@orebokech.com>
8856         * message.el (message-user-fqdn): Fix typo in docstring.
8858 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8860         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8862         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8864 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8866         * mm-bodies.el (mm-encode-body): Use coding system rather than
8867         charset to encode text.
8869         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8870         number of charsets if utf-8 is available (XEmacs).
8872 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8874         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8875         taken from `gnus-button-mid-or-mail-regexp'.
8876         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8877         (gnus-button-alist): Improve regexp for domain part of the MIDs
8878         for news:localpart@domain buttons.
8879         (gnus-button-ctan-directory-regexp): Update.
8881 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8883         * sieve-manage.el (sieve-manage-interactive-login): Use
8884         make-local-variable rather than make-variable-buffer-local.
8885         (sieve-manage-open): Ditto.
8886         (sieve-manage-authenticate): Ditto.
8888         * mml.el (mml-generate-mime-1): Make the content type default to
8889         text/plain if the filename is not specified.
8891 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8893         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8894         instead of insert-buffer.
8896         * message.el (message-yank-original): Ditto; set the mark at the
8897         end of the yanked message.
8899 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8901         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8902         lines to scroll rather than to stop it.
8904         * mml.el (mml-generate-default-type): Add doc string.
8905         (mml-generate-mime-1): Use mm-default-file-encoding or make it
8906         default to application/octet-stream when determining the content
8907         type if it is not specified for the part or the mml contents; add
8908         a comment about mml-generate-default-type.
8910 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
8912         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8913         make it default to application/octet-stream when determining the
8914         content type if it is not specified for the external contents.
8916 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8918         * rfc2231.el (rfc2231-parse-string): Take care that not only a
8919         segmented parameter but also other parameters might be there.
8921 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8923         * mm-decode.el (mm-display-external): Delete temp file, directory
8924         and buffer immediately if the external process is exited.
8926 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8928         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8929         fewer lines than that of scroll-margin.
8930         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8932 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8934         * gnus-art.el (gnus-article-next-page): Revert.
8935         (gnus-article-beginning-of-window): New macro.
8936         (gnus-article-next-page-1): Use it.
8937         (gnus-article-prev-page): Ditto.
8938         (gnus-article-edit-part): Use insert-buffer-substring instead of
8939         insert-buffer.
8940         (gnus-article-edit-exit): Ditto.
8942         * gnus-util.el (gnus-beginning-of-window): Remove.
8943         (gnus-end-of-window): Remove.
8945 2005-07-25  Simon Josefsson  <jas@extundo.com>
8947         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8948         to have the url package without w3.  Reported by Daiki Ueno
8949         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8951 2005-07-20  Didier Verna  <didier@xemacs.org>
8953         * gnus-diary.el: Remove the description comment (nndiary is now
8954         properly documented in the Gnus manual).
8955         Fix the spelling of "Back End".
8956         * nndiary.el: Ditto.
8957         Fix the copyright notice.
8959 2005-07-18  Romain Francoise  <romain@orebokech.com>
8961         * gnus-sum.el (gnus-summary-to-prefix)
8962         (gnus-summary-newsgroup-prefix): New variables.
8963         (gnus-summary-from-or-to-or-newsgroups): Use them.
8965 2005-07-17  Romain Francoise  <romain@orebokech.com>
8967         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8968         space as it's generally not especially interesting to the user.
8970 2005-07-16  Romain Francoise  <romain@orebokech.com>
8972         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8973         nil to avoid prompting and file modification if one of the
8974         messages at the top of the nnfolder file contains a copyright
8975         notice.
8976         Update copyright notice.
8978         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8979         instead of `current-time-string' as the latter creates a time
8980         string that is not RFC 2822 compliant (it lacks the zone).
8981         Update copyright notice.
8983 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8985         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8986         for text/rtf.  Display default in prompt.  Pass default for M-n.
8988         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8990 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8992         * gnus-msg.el (gnus-button-mailto): Remove
8993         save-selected-window-window hackery because it relies on
8994         save-selected-window internals.
8996 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8998         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8999         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9000         (gnus-article-prev-page): Ditto.
9002         * gnus-util.el (gnus-beginning-of-window): New function.
9003         (gnus-end-of-window): New function.
9005 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9007         * gnus-score.el (gnus-score-edit-all-score): Set
9008         gnus-score-edit-exit-function to gnus-score-edit-done and call
9009         gnus-message.
9011 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9013         * gnus-msg.el (gnus-button-mailto): Remove
9014         save-selected-window-window hackery because it relies on
9015         save-selected-window internals.
9017 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9019         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9020         add-minor-mode.
9021         (gnus-binary-mode): Ditto.
9023         * gnus-topic.el (gnus-topic-mode): Ditto.
9025 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9027         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9028         (gnus-article-prev-page): Take scroll-margin into consideration.
9030 2005-07-04  Lute Kamstra  <lute@gnu.org>
9032         Update FSF's address in GPL notices.
9034 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9036         * gnus.el (gnus-exit):
9037         * gnus-group.el (gnus-group-icons):
9038         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9040         * gnus-nocem.el (gnus-nocem):
9041         * message.el (message-various, message-buffers, message-sending)
9042         (message-interface, message-forwarding, message-insertion)
9043         (message-headers, message-news, message-mail):
9044         * pgg-gpg.el (pgg-gpg):
9045         * pgg-parse.el (pgg-parse):
9046         * pgg-pgp.el (pgg-pgp):
9047         * pgg-pgp5.el (pgg-pgp5):
9048         * pop3.el (pop3): Finish `defgroup' description with period.
9050 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9052         * gnus-art.el (article-display-face): Improve the efficiency.
9053         (article-display-x-face): Ditto; remove grey x-face stuff.
9055 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9057         * gnus-art.el (article-display-face): Correct the position in
9058         which Faces are inserted.
9060 2005-06-29  Didier Verna  <didier@xemacs.org>
9062         * gnus-art.el (article-display-face): Display faces in correct
9063         order.
9065 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9067         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9068         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9069         (gnus-nocem-check-article): Fetch the Type header.
9070         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9071         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9072         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9073         make sure gnus-nocem-hashtb is initialized.
9074         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9075         (gnus-nocem-unwanted-article-p): Ditto.
9077         * pgg.el (pgg-verify): Return the verification result.
9079 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9081         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9082         is ascii.
9084 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9086         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9087         `show-nonbreak-escape'.
9089 2005-06-23  Lute Kamstra  <lute@gnu.org>
9091         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9093         * dig.el (dig-mode):
9094         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9096 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9098         * nnimap.el (nnimap-split-download-body): Fix spellings.
9100 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9102         * gnus-art.el (gnus-article-encrypt-body):
9103         * gnus-cus.el (gnus-score-customize):
9104         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9105         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9107 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9109         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9110         header by looking for magic "MII" at the beginnig.
9112 2005-06-16  Miles Bader  <miles@gnu.org>
9114         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9115         (assistant-field-face): New backward-compatibility alias for renamed
9116         face.
9117         (assistant-render-text): Use renamed assistant-field face.
9119         * spam.el (spam): Remove "-face" suffix from face name.
9120         (spam-face): New backward-compatibility alias for renamed face.
9121         (spam-face, spam-initialize): Use renamed spam face.
9123         * message.el (message-header-to, message-header-cc)
9124         (message-header-subject, message-header-newsgroups)
9125         (message-header-other, message-header-name)
9126         (message-header-xheader, message-separator, message-cited-text)
9127         (message-mml): Remove "-face" suffix from face names.
9128         (message-header-to-face, message-header-cc-face)
9129         (message-header-subject-face, message-header-newsgroups-face)
9130         (message-header-other-face, message-header-name-face)
9131         (message-header-xheader-face, message-separator-face)
9132         (message-cited-text-face, message-mml-face):
9133         New backward-compatibility aliases for renamed faces.
9134         (message-font-lock-keywords): Use renamed message faces.
9136         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9137         (sieve-test-commands, sieve-tagged-arguments):
9138         Remove "-face" suffix from face names.
9139         (sieve-control-commands-face, sieve-action-commands-face)
9140         (sieve-test-commands-face, sieve-tagged-arguments-face):
9141         New backward-compatibility aliases for renamed faces.
9142         (sieve-control-commands-face, sieve-action-commands-face)
9143         (sieve-test-commands-face, sieve-tagged-arguments-face):
9144         Use renamed sieve faces.
9146         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9147         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9148         (gnus-group-news-3-empty, gnus-group-news-4)
9149         (gnus-group-news-4-empty, gnus-group-news-5)
9150         (gnus-group-news-5-empty, gnus-group-news-6)
9151         (gnus-group-news-6-empty, gnus-group-news-low)
9152         (gnus-group-news-low-empty, gnus-group-mail-1)
9153         (gnus-group-mail-1-empty, gnus-group-mail-2)
9154         (gnus-group-mail-2-empty, gnus-group-mail-3)
9155         (gnus-group-mail-3-empty, gnus-group-mail-low)
9156         (gnus-group-mail-low-empty, gnus-summary-selected)
9157         (gnus-summary-cancelled, gnus-summary-high-ticked)
9158         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9159         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9160         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9161         (gnus-summary-low-undownloaded)
9162         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9163         (gnus-summary-low-unread, gnus-summary-normal-unread)
9164         (gnus-summary-high-read, gnus-summary-low-read)
9165         (gnus-summary-normal-read, gnus-splash):
9166         Remove "-face" suffix from face names.
9167         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9168         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9169         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9170         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9171         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9172         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9173         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9174         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9175         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9176         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9177         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9178         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9179         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9180         (gnus-summary-normal-ticked-face)
9181         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9182         (gnus-summary-normal-ancient-face)
9183         (gnus-summary-high-undownloaded-face)
9184         (gnus-summary-low-undownloaded-face)
9185         (gnus-summary-normal-undownloaded-face)
9186         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9187         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9188         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9189         (gnus-splash-face):
9190         New backward-compatibility aliases for renamed faces.
9191         (gnus-group-startup-message): Use renamed gnus faces.
9193         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9194         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9195         (gnus-server-agent): Remove "-face" suffix from face names.
9196         (gnus-server-agent-face, gnus-server-opened-face)
9197         (gnus-server-closed-face, gnus-server-denied-face)
9198         (gnus-server-offline-face):
9199         New backward-compatibility aliases for renamed faces.
9200         (gnus-server-agent-face, gnus-server-opened-face)
9201         (gnus-server-closed-face, gnus-server-denied-face)
9202         (gnus-server-offline-face): Use renamed gnus faces.
9204         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9205         Remove "-face" suffix from face names.
9206         (gnus-picon-xbm-face, gnus-picon-face):
9207         New backward-compatibility aliases for renamed faces.
9209         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9210         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9211         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9212         (gnus-cite-11): Remove "-face" suffix from face names.
9213         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9214         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9215         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9216         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9217         New backward-compatibility aliases for renamed faces.
9218         (gnus-cite-attribution-face, gnus-cite-face-list)
9219         (gnus-article-boring-faces): Use renamed gnus faces.
9221         * gnus-art.el (gnus-signature, gnus-header-from)
9222         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9223         (gnus-header-content): Remove "-face" suffix from face names.
9224         (gnus-signature-face, gnus-header-from-face)
9225         (gnus-header-subject-face, gnus-header-newsgroups-face)
9226         (gnus-header-name-face, gnus-header-content-face):
9227         New backward-compatibility aliases for renamed faces.
9228         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9230         * gnus-sum.el (gnus-summary-selected-face)
9231         (gnus-summary-highlight): Use renamed gnus faces.
9232         * gnus-group.el (gnus-group-highlight): Likewise.
9234 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9236         * gnus-sieve.el (gnus-sieve-article-add-rule):
9237         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9238         * spam-stat.el (spam-stat-buffer-change-to-spam)
9239         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9241         * message.el (message-is-yours-p):
9242         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9244 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9246         * mm-view.el (mm-inline-text): Withdraw the last change.
9248 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9250         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9251         executing enriched-decode.
9253 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9255         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9256         charset of tar files.
9258 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9260         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9262 2005-06-04  Lute Kamstra  <lute@gnu.org>
9264         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9265         information is never recorded.
9267 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9269         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9271 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9273         * pop3.el (pop3-apop): Run md5 in the binary mode.
9275         * starttls.el (starttls-set-process-query-on-exit-flag):
9276         Use eval-and-compile.
9278 2005-05-31  Simon Josefsson  <jas@extundo.com>
9280         * smime.el (smime-replace-in-string): Define.
9281         (smime-cert-by-ldap-1): Use it.
9283 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9285         * gnus-art.el (article-display-x-face): Replace
9286         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9288         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9289         set-process-query-on-exit-flag or process-kill-without-query.
9291         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9292         loop instead of replace-regexp.
9294         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9295         instead of process-kill-without-query if it is available.
9297         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9298         instead of find-file-hooks if it is available.
9300         * mml1991.el: Bind pgg-default-user-id when compiling.
9302         * mml2015.el: Bind pgg-default-user-id when compiling.
9304         * nndraft.el (nndraft-request-associate-buffer):
9305         Use write-contents-functions instead of write-contents-hooks if it is
9306         available.
9308         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9309         instead of find-file-hooks if it is available.
9311         * nntp.el (nntp-open-connection): Replace
9312         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9313         (nntp-open-ssl-stream): Ditto.
9314         (nntp-open-tls-stream): Ditto.
9316         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9317         set-process-query-on-exit-flag or process-kill-without-query.
9318         (starttls-open-stream-gnutls): Use it instead of
9319         process-kill-without-query.
9320         (starttls-open-stream): Ditto.
9322 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
9324         * smime.el (smime-cert-by-ldap-1): Don't use
9325         replace-regexp-in-string.
9327 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
9329         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9331         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9332         in PEM format.  Adjust to the XEmacs compability.
9334 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9336         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9337         by `string-to-number'.
9338         * gnus-agent.el (gnus-agent-regenerate-group)
9339         (gnus-agent-fetch-articles): Ditto.
9340         * gnus-art.el (gnus-button-fetch-group): Ditto.
9341         * gnus-cache.el (gnus-cache-generate-active)
9342         (gnus-cache-articles-in-group): Ditto.
9343         * gnus-group.el (gnus-group-set-current-level)
9344         (gnus-group-insert-group-line): Ditto.
9345         * gnus-score.el (gnus-score-set-expunge-below)
9346         (gnus-score-set-mark-below, gnus-summary-score-effect)
9347         (gnus-summary-score-entry): Ditto.
9348         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9349         (gnus-soup-pack): Ditto.
9350         * gnus-spec.el (gnus-xmas-format): Ditto.
9351         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9352         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9353         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9354         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9355         * nndb.el (nndb-get-remote-expire-response): Ditto.
9356         * nndiary.el (nndiary-parse-schedule-value)
9357         (nndiary-string-to-number, nndiary-request-replace-article)
9358         (nndiary-request-article): Ditto.
9359         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9360         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9361         * nneething.el (nneething-make-head): Ditto.
9362         * nnfolder.el (nnfolder-request-article)
9363         (nnfolder-retrieve-headers): Ditto.
9364         * nnheader.el (nnheader-file-to-number): Ditto.
9365         * nnkiboze.el (nnkiboze-request-article): Ditto.
9366         * nnmail.el (nnmail-process-unix-mail-format)
9367         (nnmail-process-babyl-mail-format): Ditto.
9368         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9369         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9370         (nnmh-request-create-group, nnmh-request-list-1)
9371         (nnmh-request-group, nnmh-request-article): Ditto.
9372         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9373         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9374         * nnsoup.el (nnsoup-make-active): Ditto.
9375         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9376         * nntp.el (nntp-find-group-and-number)
9377         (nntp-retrieve-headers-with-xover): Ditto.
9378         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9379         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9380         (pgg-format-key-identifier): Ditto.
9381         * pop3.el (pop3-last, pop3-stat): Ditto.
9382         * qp.el (quoted-printable-decode-region): Ditto.
9384         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9385         of concat.
9387 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9389         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9391         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9393         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9395         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9397         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9399         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9401         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9402         (gnus-carpal-mode): Ditto.
9404         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9405         (gnus-browse-mode): Ditto.
9407         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9409         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9411 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9413         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9415 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9417         * gnus-util.el (gnus-run-mode-hooks): New function.
9419         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9421 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9423         * gnus-agent.el (gnus-agent-make-mode-line-string):
9424         Use mode-line-highlight as mouse-face.
9426 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9428         * canlock.el (canlock): Change the parent group to news.
9430         * deuglify.el (gnus-outlook-deuglify): Add :group.
9432         * dig.el (dig): Add :group.
9434         * dns-mode.el (dns-mode): Add :group.
9436         * encrypt.el (encrypt): Add :group.
9438         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9439         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9440         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9441         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9442         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9444         * gnus-diary.el (gnus-diary): Add :group.
9446         * gnus.el (gnus-group-news-1-face): Add :group.
9447         (gnus-group-news-1-empty-face): Ditto.
9448         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9449         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9450         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9451         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9452         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9453         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9454         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9455         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9456         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9457         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9458         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9459         (gnus-summary-high-ticked-face): Ditto.
9460         (gnus-summary-low-ticked-face): Ditto.
9461         (gnus-summary-normal-ticked-face): Ditto.
9462         (gnus-summary-high-ancient-face): Ditto.
9463         (gnus-summary-low-ancient-face): Ditto.
9464         (gnus-summary-normal-ancient-face): Ditto.
9465         (gnus-summary-high-undownloaded-face): Ditto.
9466         (gnus-summary-low-undownloaded-face): Ditto.
9467         (gnus-summary-normal-undownloaded-face): Ditto.
9468         (gnus-summary-high-unread-face): Ditto.
9469         (gnus-summary-low-unread-face): Ditto.
9470         (gnus-summary-normal-unread-face): Ditto.
9471         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9472         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9474         * hashcash.el (hashcash): New custom group.
9475         (hashcash-default-payment): Add :group.
9476         (hashcash-payment-alist): Ditto.
9477         (hashcash-default-accept-payment): Ditto.
9478         (hashcash-accept-resources): Ditto.
9479         (hashcash-path): Ditto.
9480         (hashcash-extra-generate-parameters): Ditto.
9481         (hashcash-double-spend-database): Ditto.
9482         (hashcash-in-news): Ditto.
9484         * message.el (message-minibuffer-local-map): Add :group.
9486         * netrc.el (netrc): Add :group.
9488         * sieve-manage.el (sieve-manage-log): Add :group.
9489         (sieve-manage-default-user): Diito.
9490         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9491         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9492         (sieve-manage-authenticators): Ditto.
9493         (sieve-manage-authenticator-alist): Ditto.
9494         (sieve-manage-default-port): Ditto.
9496         * sieve-mode.el (sieve-control-commands-face): Add :group.
9497         (sieve-action-commands-face): Ditto.
9498         (sieve-test-commands-face): Ditto.
9499         (sieve-tagged-arguments-face): Ditto.
9501         * smime.el (smime): Add :group.
9503         * spam-report.el (spam-report): Add :group.
9505         * spam.el (spam, spam-face): Add :group.
9507 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9509         * nntp.el (nntp-next-result-arrived-p): Some news servers may
9510         return \n.\n.\n at the end of articles.  Protect against that.
9511         (nntp-with-open-group): Allow debugging.
9513         * nnheader.el (mail-header-set-extra): Make into a function
9514         because I just could't understand how to quote the list properly.
9516         * dns.el (query-dns-cached): New function.
9518 2005-05-26  Lute Kamstra  <lute@gnu.org>
9520         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9522 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9524         * gnus-art.el: Don't autoload mail-extract-address-components.
9526         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9527         eval-and-compile to evaluate it.
9529         * hashcash.el: Don't autoload executable-find.
9531         * nndb.el: Don't declare the nndb back end two or more times; don't
9532         autoload news-reply-mode, news-setup, cancel-timer and telnet.
9534         * nntp.el: Autoload format-spec instead of format; use
9535         eval-and-compile to evaluate autoload forms.
9537 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
9539         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9541 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9543         * gnus.el (gnus-version-number): Bump version.
9545 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9547         * gnus.el: No Gnus v0.3 is released.
9549 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9551         * gnus-art.el (gnus-article-edit-part): Disable undo.
9553 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9555         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9556         gnus-article-date-lapsed-new-header is t if date timer is active;
9557         skip headers in which the original date value is empty.
9558         (gnus-article-save-original-date): Redefine it as a macro.
9559         (gnus-display-mime): Use it.
9561 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9563         * gnus-art.el (article-date-ut): Support converting date in
9564         forwarded parts as well.
9565         (gnus-article-save-original-date): New function.
9566         (gnus-display-mime): Use it.
9568 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
9570         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9571         enclosure element of <item>.
9573 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
9575         * message.el (message-kill-buffer-query): Renamed from
9576         `message-kill-buffer-query-if-modified'.  Added :version.
9578 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9580         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9581         window layout.
9583 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9585         * mml.el: Autoload dnd when compiling.
9587 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9589         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9590         x-dnd-*.
9592 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9594         * qp.el (quoted-printable-encode-region): Save excursion.
9596 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
9598         * message.el (message-kill-buffer-query-if-modified): Add new variable
9599         so the user can kill a modified message buffer quickly.
9600         (message-kill-buffer): Use it.
9602 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9604         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
9605         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9607 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9609         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9610         contained in text because xml.el decodes entities) with LFs.
9612 2005-04-11  Lute Kamstra  <lute@gnu.org>
9614         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9615         differently.
9617 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9619         * mm-util.el (mm-detect-coding-region): Typo.
9621 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9623         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9625 2005-04-06  Deepak Goel  <deego@gnufans.org>
9627         * spam-stat.el (spam-stat-score-buffer): Add a call to a
9628         user-function allow user modifications of the scores.
9629         (spam-stat-score-buffer-user): New function, to allow
9630         user-computed modifications to the score.
9631         (spam-stat-score-buffer-user-functions): List of additional
9632         scoring functions.
9633         (spam-stat-error-holder): Global temporary error holder.
9634         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9635         variable.
9637 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
9639         * gnus-registry.el (gnus-registry-clean-empty-function)
9640         (gnus-registry-trim, gnus-registry-fetch-groups)
9641         (gnus-registry-delete-group): Groups that match
9642         `gnus-registry-ignored-groups' are removed from the registry
9643         entries, not just ignored for splitting.  This helps clean up the
9644         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
9645         to get all the groups a message ID is in.
9647         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9648         (spam-stat-split-fancy): Change "threshhold" to "threshold".
9649         (spam-stat-score-buffer-user-functions): Add :number custom type.
9651 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9653         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9654         argument in XEmacs.
9656         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9657         (nnrss-request-group): Decode group name first.
9658         (nnrss-request-article): Make a text/plain article if mml-to-mime
9659         failed.
9660         (nnrss-get-encoding): Return a compatible encoding according to
9661         nnrss-compatible-encoding-alist.
9662         (nnrss-find-el): Use consp instead of listp.
9663         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9665 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9667         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9668         which Emacs 20 doesn't support.
9669         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9671 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9673         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9674         silence the byte compiler inside the defun.
9676         * gnus-demon.el (parse-time-string): Add autoload.
9678         * gnus-delay.el (parse-time-string): Add autoload.
9680         * gnus-art.el (parse-time-string): Add autoload.
9682         * nnultimate.el (parse-time): Require for `parse-time-string'.
9684 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9686         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9688         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9690         * smime.el (smime-ldap-host-list): Add :version.
9692 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9694         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9695         pass it to `gnus-browse-read-group'.
9696         (gnus-browse-read-group): Add NUMBER argument and pass it to
9697         `gnus-group-read-ephemeral-group'.
9699         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9700         argument and pass it to `gnus-group-read-group'.
9702 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
9704         * mm-util.el (mm-xemacs-find-mime-charset): Only call
9705         mm-xemacs-find-mime-charset-1 if we have the mule feature
9706         available at runtime.
9708 2005-03-25  Werner Lemberg  <wl@gnu.org>
9710         * nnmaildir.el: Replace `illegal' with `invalid'.
9712 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9714         * gnus-start.el (gnus-display-time-event-handler):
9715         Check display-time-timer at runtime rather than only at load time
9716         in case display-time-mode is turned off in the mean time.
9718 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9720         * nnimap.el (nnimap-open-connection): Print which authinfo file is
9721         used.
9723         * nneething.el (nneething-map-file-directory): Derive from
9724         `gnus-directory'.
9726         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9727         the To/Cc button.
9729 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9731         * nnmaildir.el (nnmaildir-request-accept-article):
9732         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9734 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9736         * gnus-async.el: Require timer-funcs at compile time when in
9737         XEmacs for `run-with-idle-timer'.
9739 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9741         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9742         autoloaded function.
9744 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9746         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9748 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
9750         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9752 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9754         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9755         gnus-expert-user to default.
9757 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
9759         * nnimap.el (nnimap-open-server): Ditto.
9761         * imap.el (imap-authenticate): Fix typo.
9763 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
9765         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9766         buffer (since IMAP server might return FETCH response out of
9767         order, and the nntp buffer must be sorted).
9769 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
9771         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9772         comparison on string.
9774         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9775         (gnus-agent-score): Renamed category keywords to match gnus-cus.
9776         (gnus-agent-summary-fetch-series): Modified to protect against
9777         gnus-agent-summary-fetch-group clearing processable flags.
9778         (gnus-agent-synchronize-group-flags): Update live group buffer as
9779         synchronization may occur due to the user toggle the plugged
9780         status.
9781         (gnus-agent-fetch-group-1): Clear downloadable flag when article
9782         successfully downloaded.
9783         (gnus-agent-expire-group-1): Avoid using markers when the overview
9784         is in ascending order; greatly improves performance.
9785         (gnus-agent-regenerate-group): Use
9786         gnus-agent-synchronize-group-flags to reset read status in both
9787         gnus and server.
9788         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9790 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9792         * message.el: Don't autoload former message-utils variables.
9793         (message-strip-subject-trailing-was): Change doc string.
9795         * nnweb.el: Fixes for `gnus-group-make-web-group'.
9796         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
9797         (nnweb-google-search): Add "hl=en" here.
9798         (nnweb-google-parse-1, nnweb-google-create-mapping):
9799         Don't hardcode URL.
9801 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9803         * message.el (message-get-reply-headers, message-followup):
9804         Mention related variables `message-use-followup-to' and
9805         `message-use-mail-followup-to', in the information buffer.
9807         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9808         of broken groups(-beta).google.com.
9810 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9812         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9813         parameter to invoked gnus-request-move-article; remove the
9814         redundant gnus-sum-hint-move-is-internal variable; apply the marks
9815         all at once instead of once per article.
9816         (gnus-summary-remove-process-mark): Accept a list of articles as
9817         well as a single article for processing.
9819         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9820         parameter.
9822         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9824         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9826         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9827         parameter.
9829         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9830         parameter.
9832         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9833         parameter and remove the gnus-sum-hint-move-is-internal variable.
9835         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9836         parameter.
9838         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9839         parameter.
9841         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9842         parameter.
9844         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9846         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9847         parameter.
9849         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9850         parameter.
9852 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9854         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9855         a more conservative way.
9857 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9859         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9860         buffer, so it moves the window's cursor.
9862 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9864         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9865         `mm-dissect-multipart' and receive the from field as an (optional)
9866         argument from `mm-dissect-multipart'.
9867         (mm-dissect-multipart): Receive the from field as an argument and
9868         pass it on when we call `mm-dissect-buffer' on MIME parts.
9869         Fixes verification/decryption of signed/encrypted MIME parts.
9871 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9873         * gnus-sum.el (gnus-summary-move-article): Set
9874         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9875         whatever it calls (right now, only nnimap-request-move article
9876         respects it).
9878         * nnimap.el (nnimap-request-move-article): When
9879         gnus-sum-hint-move-is-internal is set, don't do the extra
9880         nnimap-request-article.
9882 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9884         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9886         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9887         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9889         * gnus-sum.el (gnus-summary-caesar-message):
9890         Apply `gnus-treat-article' after rotation.
9892         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9893         doc string.
9895 2005-02-22  Simon Josefsson  <jas@extundo.com>
9897         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9898         `password-cache-expiry' instead).  Reported by Arne Jørgensen
9899         <arne@arnested.dk>.
9900         (encrypt): Add password-cache and password-cache-expiry as group
9901         members.
9903 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
9905         * smime.el (smime-ldap-host-list): Doc fix.
9906         (smime-ask-passphrase): Use `password-read-and-add' to read (and
9907         cache) password.
9908         (smime-sign-region): Use it.
9909         (smime-decrypt-region): Use it.
9910         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9911         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9912         fails.
9913         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9914         certificate from DER to PEM format rather than calling openssl.
9916         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9918         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9919         for signing/encryption.
9921         * mml.el (mml-parse-1): Use them.
9923 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
9925         * nnrss.el (nnrss-verbose): Removed.
9926         (nnrss-request-group): Use `nnheader-message' instead.
9928 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9930         * nnrss.el (nnrss-verbose): New variable.
9931         (nnrss-request-group): Make it say nnrss is requesting a group.
9933 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9935         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9936         Handle news URL with given port correctly.
9938 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9940         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9941         containing special characters.
9943         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9945         * mml.el (mime-to-mml): Ditto.
9947         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9948         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9949         (rfc2047-decode-region): Quote decoded words containing special
9950         characters when rfc2047-quote-decoded-words-containing-tspecials
9951         is non-nil.
9953 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9955         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9957         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9959 2005-02-15  Simon Josefsson  <jas@extundo.com>
9961         * nnimap.el (nnimap-debug): Doc fix.
9963         * imap.el (imap-debug): Doc fix.
9965 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9967         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9969 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9971         * gnus.el (spam-contents): Improve docs for spam-contents
9972         parameter in its variable incarnation.
9974 2005-02-14  Simon Josefsson  <jas@extundo.com>
9976         * smime-ldap.el: Use require instead of load-library for ldap.
9977         (smime-ldap-search): Indent.
9978         (smime-ldap-search-internal): Shorten line.
9980         * smime.el (smime-cert-by-dns): Add doc-string.
9981         (smime-cert-by-ldap-1): Indent.
9983         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9984         mml-smime-get-dns-ldap.
9985         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9987 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9989         * smime.el: Require smime-ldap.
9990         (smime-ldap-host-list): New variable.
9991         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9993         * mml-smime.el (mml-smime-encrypt-query): New function.
9994         (mml-smime-encrypt-query): Use it.
9996         * smime-ldap.el: New file.
9998 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10000         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10002 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10004         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10005         argument in doc string.  Make query for type more clear.
10007 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10009         * gnus.el (gnus-group-startup-message): Search for gnus images in
10010         etc/images/gnus.
10011         * mm-util.el (mm-image-load-path): Likewise.
10012         * smiley.el (smiley-data-directory): Search for smilies in
10013         etc/images/smilies.
10015 2005-02-09  Kim F. Storm  <storm@cua.dk>
10017         Change Emacs release version from 21.4 to 22.1 throughout.
10018         Change Emacs development version from 21.3.50 to 22.0.50.
10020 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10022         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10024         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10025         non-Mule XEmacs as well.
10026         (mm-decompress-buffer): Signal an error intentionally if it does
10027         not decompress compressed data because auto-compression-mode is
10028         disabled.
10030 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10032         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10033         an ID in the registry even if it has no groups.
10035 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10037         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10038         merge it into mm-decompress-buffer.
10039         (gnus-mime-copy-part): Use the MIME part charset, the value which
10040         a user specified or gnus-newsgroup-charset for decoding, like
10041         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10042         save-buffer what was used.  Suggested by Kevin Ryde
10043         <user42@zip.com.au>.
10044         (gnus-mime-inline-part): Allow the name parameter as well as the
10045         filename parameter; force decompressing of compressed data; always
10046         display contents being not decoded as unibyte.
10048         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10049         as well as the filename parameter.
10051         * mm-util.el (mm-decompress-buffer): Merge
10052         gnus-mime-jka-compr-maybe-uncompress.
10053         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10054         of compressed data.
10056 2005-02-08  Simon Josefsson  <jas@extundo.com>
10058         * imap.el (imap-log): Doc fix.
10060 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10062         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10063         the coding cookies; decompress compressed parts.
10065         * mml.el (mml-generate-mime-1): Add the charset parameter according
10066         to the value which a user specified manually or the coding cookie.
10068         * mm-util.el (mm-string-to-multibyte): New function.
10069         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10070         (mm-coding-system-to-mime-charset): New function.
10071         (mm-decompress-buffer): New function.
10072         (mm-find-buffer-file-coding-system): New function.
10074         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10075         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10076         parts.
10078 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10080         * mm-view.el (mm-display-inline-fontify): Decode a part according
10081         to the charset parameter.
10083 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10085         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10086         prefix arg is neither nil nor a number, as info specifies.
10088 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10090         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10091         timestamps.
10093 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10095         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10096         groups error checking and notify user.
10098 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10100         * message.el (message-send-mail-function): Check existence of
10101         sendmail-program first before using default value
10102         `message-send-mail-with-sendmail'.  Otherwise use more generic
10103         `smtpmail-send-it'.
10105 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10107         * nntp.el (nntp-request-update-info): Always return nil.
10109 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10111         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10113 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10115         * message.el (message-beginning-of-line): Change the behavior when
10116         invoked between BOL and : so that it first moves backward.
10118 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10120         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10121         article buffer when editing of the article is discarded.
10122         (gnus-article-prepare): Revert.
10124 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10126         * gnus-art.el (gnus-article-prepare):
10127         Remove message-strip-forbidden-properties from the local hook.
10129 2005-01-27  Simon Josefsson  <jas@extundo.com>
10131         * password.el (password-cache-add): Only start one timer per key.
10132         Reported by Derek Atkins <warlord@MIT.EDU>.
10134 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10136         * run-at-time.el: Removed.  It is no longer needed as
10137         timer-funcs.el in the xemacs-base package has a working version of
10138         `run-at-time'.
10140         * password.el: Require timer-funcs instead of run-at-time in
10141         XEmacs.
10142         Remove `password-run-at-time' macro.
10143         (password-cache-add): Use `run-at-time' instead of
10144         `password-run-at-time'.
10146         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10147         for `run-with-idle-timer'.
10149         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10150         for `run-at-time'.
10152         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10153         for `with-timeout'.
10155 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10157         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10158         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10160 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10162         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10163         sensitively.
10165 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10167         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10169 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10171         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10172         which will be inserted according to the multibyteness of a buffer
10173         rather than the type of contents.  Suggested by ARISAWA Akihiro
10174         <ari@mbf.ocn.ne.jp>.
10176         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10177         of string which old xml.el may return rather than a string.
10179 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10181         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10183 2005-01-16  Simon Josefsson  <jas@extundo.com>
10185         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10186         idn/idna.el isn't available.
10187         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10188         <michael@waxrat.com>.
10190         * hashcash.el: Remove non-FSF copyright header.
10192         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10193         (hashcash-generate-payment): Use it.
10194         (hashcash-generate-payment-async): Use it.
10196 2005-01-15  Simon Josefsson  <jas@extundo.com>
10198         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10199         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10201         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10202         gnus-summary-idna-message.
10203         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10204         (gnus-summary-idna-message): New function.
10206 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10208         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10209         gnus-novice-user.
10211 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10213         * nnrss.el (nnrss-request-delete-group): Delete entries in
10214         nnrss-group-alist as well.
10215         (nnrss-save-server-data): Insert newline.
10217 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10219         * gnus.el (gnus-user-agent): Use list of symbols instead of
10220         symbols.  Display full version number for (S)XEmacs.  Optionally
10221         display (S)XEmacs codename.
10223         * gnus-util.el (gnus-emacs-version): Update for new
10224         `gnus-user-agent'.
10226         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10227         Gnus version.
10229 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10231         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10232         which is unreadable in some setups.
10234 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10236         * gnus-spec.el (gnus-update-format-specifications): Flush the
10237         group format spec cache if it doesn't support decoded group names.
10239 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10241         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10242         Allow to apply decay on score files matching a regexp.
10244 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10246         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10247         compatibility in %g and %c.
10249 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10251         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10252         name for only %g and %c.
10253         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10254         of gnus-tmp-group to decoded group name.
10255         (gnus-group-make-rss-group): Exclude `/'s from group names.
10257 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10259         * nnrss.el (nnrss-get-encoding): Fix regexp.
10261 2004-12-27  Simon Josefsson  <jas@extundo.com>
10263         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10264         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10265         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
10267 2004-12-17  Kim F. Storm  <storm@cua.dk>
10269         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10271         * gnus-sum.el (gnus-summary-mode-map): Likewise.
10273 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10275         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10277 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10279         * nnrss.el: Require rfc2047 and mml.
10280         (nnrss-file-coding-system): New variable.
10281         (nnrss-format-string): Redefine it as an inline function.
10282         (nnrss-decode-group-name): New function.
10283         (nnrss-string-as-multibyte): Remove.
10284         (nnrss-retrieve-headers): Decode group name; don't use
10285         nnrss-format-string.
10286         (nnrss-request-group): Decode group name.
10287         (nnrss-request-article): Decode group name; allow a Message-ID as
10288         well as an article number; don't use nnrss-format-string; encode a
10289         Message-ID string which may contain non-ASCII characters; use
10290         mml-to-mime to compose a MIME article.
10291         (nnrss-request-expire-articles): Decode group name.
10292         (nnrss-request-delete-group): Decode group name.
10293         (nnrss-fetch): Clarify error message.
10294         (nnrss-read-server-data): Use insert-file-contents instead of load;
10295         bind file-name-coding-system; use multibyte buffer.
10296         (nnrss-save-server-data): Bind coding-system-for-write to the
10297         value of nnrss-file-coding-system; bind file-name-coding-system;
10298         add coding cookie.
10299         (nnrss-read-group-data): Use insert-file-contents instead of load;
10300         bind file-name-coding-system; use multibyte buffer.
10301         (nnrss-save-group-data): Bind coding-system-for-write to the
10302         value of nnrss-file-coding-system; bind file-name-coding-system.
10303         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10304         make it work with non-ASCII text.
10305         (nnrss-find-el): Make it work with old xml.el as well.
10307 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10309         * nnrss.el (nnrss-get-encoding): New function.
10310         (nnrss-fetch): Use unibyte buffer initially; bind
10311         coding-system-for-read while performing mm-url-insert; remove ^Ms;
10312         decode contents according to the encoding attribute.
10313         (nnrss-save-group-data): Add coding cookie.
10314         (nnrss-mime-encode-string): New function.
10315         (nnrss-check-group): Use it to encode subject and author.
10317 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
10319         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10320         imaginary variable.
10322 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10324         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10325         correctly even if there are wide characters.
10327 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10329         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10330         downcased symbol names; make a new cache instead of reusing
10331         bbdb-hashtable.
10333 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10335         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10336         concatenating segments rather than before concatenating them.
10337         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10339         * message.el (message-get-reply-headers): Bind `extra'.
10341 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10343         * message.el (message-extra-wide-headers): New variable.
10344         (message-get-reply-headers): Use it.
10346 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10348         * gnus-agent.el (gnus-agent-group-path): Decode group name.
10349         (gnus-agent-group-pathname): Ditto.
10351         * gnus-cache.el (gnus-cache-file-name): Decode group name.
10353         * gnus-group.el (gnus-group-make-group): Decode group name.
10354         (gnus-group-make-rss-group): Register the group data after opening
10355         the nnrss group.
10357 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
10359         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10360         by expiry now get marked as read.
10362 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10364         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10366 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
10368         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10369         unify Latin characters in XEmacs.
10370         (mm-find-mime-charset-region): Use it.
10372 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10374         * gnus-util.el (gnus-delete-directory): New function.
10376         * gnus-agent.el (gnus-agent-delete-group): Use it.
10378         * gnus-cache.el (gnus-cache-delete-group): Use it.
10380 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10382         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10383         names.
10385 2004-12-16  Simon Josefsson  <jas@extundo.com>
10387         * hashcash.el (hashcash-payment-alist): Fix custom :type.
10389 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10391         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10393         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10394         (gnus-group-set-current-level): Decode group name.
10396 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
10398         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10399         failed.
10401 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10403         * gnus-group.el (gnus-group-delete-group): Decode group name.
10404         (gnus-group-make-rss-group): Encode group name.
10405         (gnus-group-catchup-current): Decode group name.
10406         (gnus-group-kill-group): Decode group name.
10408 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10410         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10412 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10414         * gnus-group.el (gnus-group-make-rss-group):
10415         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10417         * gnus-start.el (gnus-setup-news): Honor user's setting to
10418         gnus-message-archive-method.  Suggested by Lute Kamstra
10419         <lute@gnu.org>.
10421 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
10423         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10424         global counterparts of the buffer-local variables.
10426 2004-11-16  Romain Francoise  <romain@orebokech.com>
10428         * gnus-sum.el (gnus-summary-exit): Don't clear the global
10429         counterparts of the buffer-local variables.
10431 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10433         * message.el (message-forbidden-properties): Fixed typo in doc
10434         string.
10436 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10438         * gnus-util.el (gnus-replace-in-string): Added doc string.
10440         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10441         to avoid problems when splitting mails with many recipients.
10443 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10445         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10446         pop-to-buffer, covered by the subsequent gnus-configure-windows.
10448 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
10450         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10451         if there is no hashtable in memory or file modification time is
10452         newer than cached timestamp.
10454 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10456         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10457         not-matching option.
10459 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
10461         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10462         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10463         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10464         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10465         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
10466         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10468 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10470         * message.el (message-forward-make-body-mml): Remove headers
10471         according to message-forward-ignored-headers if a message is decoded.
10473 2004-12-02  Romain Francoise  <romain@orebokech.com>
10475         * message.el (message-forward-make-body-plain): Always remove
10476         headers according to message-forward-ignored-headers.
10478 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
10480         * spam.el (spam-summary-prepare-exit): Remove the
10481         gnus-summary-limit pop for now, it has problems with ham marks for
10482         me.
10484 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
10486         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10487         correctly.
10489 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
10491         * format-spec.el (format-spec): Message the char.
10493 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10495         * gnus-art.el (gnus-split-methods): Reformat comments.
10497         * spam.el (spam-summary-prepare-exit): Remove article limits
10498         before exiting the summary buffer.
10500 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10502         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10503         order to silence the byte compiler.
10505         * spam.el: Fix the way to silence the byte compiler, which
10506         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10507         bbdb-search-simple, spam-BBDB-register-routine,
10508         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10509         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10510         spam-stat-buffer-is-spam, spam-stat-load,
10511         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10512         spam-stat-save and spam-stat-split-fancy.
10514 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10516         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10517         which may confuse users.
10518         (canlock-password-for-verify): Ditto.
10520         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10522         * gnus-art.el (gnus-emphasis-alist): Ditto.
10524         * gnus-registry.el (gnus-registry-max-entries): Ditto.
10526         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10528         * gnus-start.el (gnus-save-killed-list): Ditto.
10530         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10531         (gnus-sum-thread-tree-root): Ditto.
10532         (gnus-sum-thread-tree-false-root): Ditto.
10533         (gnus-sum-thread-tree-single-indent): Ditto.
10535         * message.el (message-courtesy-message): Ditto.
10536         (message-archive-note): Ditto.
10537         (message-subscribed-address-file): Ditto.
10538         (message-user-fqdn): Ditto.
10540         * spam-report.el (spam-report-gmane-regex): Ditto.
10542         * spam.el (spam-blackhole-good-server-regex): Ditto.
10544 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10546         * mml.el (mml-preview): Widen the message buffer before copying
10547         the contents to the preview buffer; sort headers before previewing.
10549         * message.el (message-hidden-headers): Fix the way to avoid a bug
10550         in the `repeat' widget in Emacs 21.3 or earlier.
10552 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10554         * message.el (message-hidden-headers): Default to "^References:".
10555         Improve customization type.  Suggested by Reiner Steib
10556         <Reiner.Steib@gmx.de>.
10558 2004-11-25  Romain Francoise  <romain@orebokech.com>
10560         * message.el (message-strip-forbidden-properties): Remove check for
10561         obsolete `message-hidden' text property, hidden headers are not
10562         accessible in the buffer anymore.
10564 2004-11-22  Romain Francoise  <romain@orebokech.com>
10566         * message.el (message-header-format-alist): Add `From' in list
10567         so that it can be sorted.
10568         (message-fix-before-sending): Widen and sort headers before
10569         sending.
10570         (message-hide-headers): Use narrowing to hide headers by moving
10571         them to the top of the buffer and narrowing to the region
10572         underneath.
10574 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10576         * message.el (message-strip-forbidden-properties): Bind
10577         buffer-read-only (etc) to nil.
10579 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10581         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10582         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10584 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
10586         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10588 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10590         * dns.el (query-dns): Use sit-for to time instead of
10591         accept-process-output, since that doesn't seem to work on udp
10592         sockets.
10594 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10596         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10598 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
10600         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10601         doc string.  Improve doc string.
10603 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10605         * nntp.el (nntp-request-update-info): Return nil if
10606         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10607         may not call gnus-activate-group which uselessly issues the GROUP
10608         commands for all nntp groups and wastes time.  Reported by Romain
10609         Francoise <romain@orebokech.com>.
10611         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10613 2004-11-15  Simon Josefsson  <jas@extundo.com>
10615         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10616         headers separately.
10617         (gnus-button-openpgp): New function, inspired by Jochen Küpper
10618         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10620 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10622         * gnus-start.el (gnus-convert-old-newsrc):
10623         Assign legacy-gnus-agent to 5.10.7.
10625 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10627         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10628         start of the lines.
10630 2004-11-14  Magnus Henoch  <mange@freemail.hu>
10632         * hashcash.el (hashcash-default-payment): Change default to 20.
10633         (hashcash-default-accept-payment): Change default to 20.
10634         (hashcash-process-alist): New variable.
10635         (hashcash-generate-payment-async): Add.
10636         (hashcash-already-paid-p): Add.
10637         (hashcash-insert-payment): Don't generate payments twice.
10638         (hashcash-insert-payment-async): Add.
10639         (hashcash-insert-payment-async-2): Add.
10640         (hashcash-cancel-async): Add.
10641         (hashcash-wait-async): Add.
10642         (hashcash-processes-running-p): Add.
10643         (hashcash-wait-or-cancel): Add.
10644         (mail-add-payment): New optional argument.  Conditionally start
10645         asynchronous calculation.
10646         (mail-add-payment-async): Add.
10648         * message.el (message-send-mail): Wait for asynchronous hashcash
10649         results.  Don't clobber existing X-Hashcash headers.
10650         (message-setup-1): Call mail-add-payment-async when
10651         message-generate-hashcash is non-nil.
10653 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10655         * message.el (message-use-alternative-email-as-from): Examine the
10656         From header as well; use message-make-from in order to include a
10657         user's full name.
10659 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10661         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10662         default; improve customization type.
10663         (gnus-emphasis-custom-with-format): New macro.
10664         (gnus-emphasis-custom-value-to-external): New function.
10665         (gnus-emphasis-custom-value-to-internal): New function.
10667 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10669         * dns.el (query-dns): Resolve reverse addresses.
10671 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10673         * gnus-group.el (gnus-group-get-new-news): Use it.
10675         * gnus-start.el (gnus-check-reasonable-setup): New function.
10677 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10679         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10680         "Args out of range" error.  Reported by Arnaud Giersch
10681         <arnaud.giersch@free.fr>.
10683 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10685         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10687 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10689         * spam.el (spam group): Add :version.
10691         * pgg-def.el (pgg group): Add :version.
10693 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10695         * gnus-art.el (gnus-article-edit-article): Don't associate the
10696         article buffer with a draft file.  This is a temporary measure
10697         against the 2004-08-22 change to gnus-article-edit-mode.
10699 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10701         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10702         (html2text-format-tags): Remove unused variable `attr'.
10704 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10706         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10708         * spam-stat.el (spam-stat): Add :version.
10710         * sieve.el (sieve): Add :version.
10712         * sha1.el (sha1): Add :version.
10713         (sha1-use-external): Remove redundant version.
10715         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10716         (nnmail-cache-ignore-groups, nnmail-spool-hook)
10717         (nnmail-split-fancy-match-partial-words)
10718         (nnmail-split-lowercase-expanded): Add :version.
10720         * nndiary.el (nndiary): Add :version.
10722         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10724         * mml-sec.el (mml-default-sign-method)
10725         (mml-default-encrypt-method, mml-signencrypt-style-alist):
10726         Add :version.
10728         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10730         * mm-url.el (mm-url-use-external, mm-url-program)
10731         (mm-url-arguments): Add :version.
10733         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10734         (mm-attachment-file-modes, mm-decrypt-option)
10735         (mm-w3m-safe-url-regexp): Add :version.
10737         * message.el (message-cite-prefix-regexp)
10738         (message-sendmail-envelope-from, message-minibuffer-local-map)
10739         (message-user-fqdn, message-completion-alist): Add :version.
10741         * gnus-win.el (gnus-configure-windows-hook)
10742         (gnus-use-frames-on-any-display): Add :version.
10744         * gnus-art.el (gnus-article-address-banner-alist)
10745         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10746         (gnus-treat-from-picon, gnus-treat-mail-picon)
10747         (gnus-treat-x-pgp-sig): Add :version.
10749         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10750         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10751         (gnus-summary-article-delete-hook)
10752         (gnus-summary-display-while-building): Add :version.
10754         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10755         (gnus-get-top-new-news-hook): Add :version.
10757         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10758         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10760         * gnus-registry.el (gnus-registry): Add :version.
10762         * gnus-spec.el (gnus-use-correct-string-widths)
10763         (gnus-make-format-preserve-properties): Add :version.
10765         * gnus.el (gnus-group-charter-alist)
10766         (gnus-group-fetch-control-use-browse-url)
10767         (gnus-install-group-spam-parameters): Add :version.
10769         * gnus-diary.el (gnus-diary): Add :version.
10771         * gnus-delay.el (gnus-delay): Add :version.
10773         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10774         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10775         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10776         Add :version.
10778         * gnus-agent.el (gnus-agent-max-fetch-size)
10779         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10780         (gnus-agent-prompt-send-queue): Add :version.
10782         * deuglify.el (gnus-outlook-deuglify): Add :version.
10784         * html2text.el: Beautify code.  Improve doc strings.  Some
10785         checkdoc cleanup.
10786         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10788 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10790         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10792 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
10794         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10795         when package is loaded.
10797         * spam.el (spam-summary-score-preferred-header): Add global preference
10798         for people who want to override the default SpamAssassin over
10799         Bogofilter preference (when both are set).
10800         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10801         (spam-user-format-function-S): Check
10802         spam-summary-score-preferred-header.
10803         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10804         (spam-user-format-function-S): Format the score correctly.
10806 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10808         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10809         signature file.  Suggested by Manoj Srivastava
10810         <srivasta@golden-gryphon.com>.
10812         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10813         iso-2022-jp even in the Japanese language environment.
10814         Suggested by Jason Rumney <jasonr@gnu.org>.
10816 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10818         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10819         use the same characters as the dummy marks; make it free from
10820         getting affected by the language environment.
10821         (gnus-summary-read-group-1): Update mark positions only when the
10822         format spec is updated.
10824         * gnus-spec.el (gnus-update-format-specifications): Return a list
10825         of updated types.
10827 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10829         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10830         of boundp to check if display-warning is available.
10832 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10834         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10836 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10838         * nnspool.el (nnspool-spool-directory): Use news-path if the
10839         news-directory variable is not bound.
10841         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10842         function instead of display-warning if it is not available.
10844 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10846         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10847         v5-10: Use `point-at-bol'.
10849 2004-10-26  Simon Josefsson  <jas@extundo.com>
10851         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10852         <chenggao@gmail.com>.
10854 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10856         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10857         instead.
10859 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10861         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10862         to remove a server from the nnimap-server-buffer-alist.
10863         (nnimap-open-connection, nnimap-close-server): Use it.
10865         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10867 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10869         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10870         running the major-mode function.
10872 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10874         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10875         dummy marks in the right way.
10877 2004-10-18  David Edmondson  <dme@dme.org>
10879         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10880         excessively.
10882 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10884         * gnus-util.el (gnus-split-references): Accept a nil references
10885         string and go on blissfully.
10887         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10888         cases where the references string is non-nil but has no references.
10890         * encrypt.el: Add autoload tags.
10892         * spam.el (spam-resolve-registrations-routine): Remove article
10893         from unregistration list too.  Reported by David Hanak
10894         <dhanak@isis.vanderbilt.edu>
10896 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10898         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10899         nil.  Changed custom type.
10901 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
10903         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10905         * gnus-sum.el (gnus-summary-move-article): Use it.
10907 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10909         * encrypt.el: Add autoload cookies.
10911         * spam.el (spam-backend-article-list-property)
10912         (spam-backend-get-article-todo-list)
10913         (spam-backend-put-article-todo-list)
10914         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10915         Resolve registrations separately.
10916         (spam-register-routine): Format comments.
10917         (spam-unregister-routine, spam-register-routine): Always call with
10918         specific-articles, no default list.
10919         (spam-summary-prepare-exit): Use the spam-classifications function.
10921         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10922         gnus-encrypt.el.
10924         * encrypt.el: Copied from gnus-encrypt.el.
10926         * gnus-encrypt.el: Commented that it's obsolete.
10928 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10930         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10931         (gnus-score-save): Use it.
10933         * message.el (message-bury): Use `window-dedicated-p'.
10935 2004-10-15  Simon Josefsson  <jas@extundo.com>
10937         * pop3.el (top-level): Don't require nnheader.
10938         (pop3-read-timeout): Add.
10939         (pop3-accept-process-output): Add.
10940         (pop3-read-response, pop3-retr): Use it.
10942 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10944         * spam.el (spam-register-routine): Move comment.
10945         (spam-verify-bogofilter): Use 'unknown for the initial
10946         spam-bogofilter-valid state, not 'never.
10948         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10949         for netrc-machine.
10951         * nnimap.el (nnimap-open-connection): Use
10952         netrc-machine-user-or-password.
10954 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10956         * gnus-registry.el (gnus-registry-unload-hook):
10957         Set as a variable with add-hook.
10959         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10960         of news-path.
10962         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10964         * spam.el: Delete duplicate `provide'.
10965         (spam-unload-hook): Set as a variable with add-hook.
10967 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10969         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10970         in the doc string.
10972         * message.el (message-ignored-news-headers)
10973         (message-ignored-supersedes-headers)
10974         (message-ignored-resent-headers)
10975         (message-forward-ignored-headers): Improve custom type.
10977 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10979         * message.el (message-tokenize-header): Fix 2004-09-06 change
10980         which used point-min in the wrong place.
10982 2004-10-12  Simon Josefsson  <jas@extundo.com>
10984         * tls.el (tls-certtool-program): New variable.
10985         (tls-certificate-information): New function, based on
10986         ssl-certificate-information.
10988 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10990         * compface.el: Move the version of ELisp-based uncompface program
10991         to the contrib directory because of the copyright problem.
10993 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10995         * message.el (message-kill-buffer): Raise the current frame.
10997 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10999         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11001         * gnus.el (message-y-or-n-p): Autoload.
11003         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11004         (pop3-password-required, pop3-authentication-scheme)
11005         (pop3-leave-mail-on-server): Made customizable.
11006         (pop3): New custom group.
11007         (pop3-retr): Remove `sleep-for' statements.
11008         Suggested by Dave Love <fx@gnu.org>.
11010         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11011         Windows/DOS.
11013         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11014         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11015         Dave Love <fx@gnu.org>.
11017         * mml.el (mml-minibuffer-read-disposition): Require match.
11018         Suggested by Dave Love <fx@gnu.org>.
11020 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11022         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11023         doc string.
11025 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11027         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11029 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11031         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11032         instead of calling `mm-insert-inline', to decode text/* parts
11033         before displaying them.
11035 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11037         * mm-uu.el (mm-uu-text-plain-type): New variable.
11038         (mm-uu-pgp-signed-extract-1): Use it.
11039         (mm-uu-pgp-encrypted-extract-1): Use it.
11040         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11041         bind mm-uu-text-plain-type with that value.
11042         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11043         mm-uu-dissect.
11045 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11047         * gnus-group.el (gnus-update-group-mark-positions):
11048         * gnus-sum.el (gnus-update-summary-mark-positions):
11049         * message.el (message-check-news-body-syntax):
11050         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11051         of string-as-multibyte.
11053 2004-10-05  Juri Linkov  <juri@jurta.org>
11055         * gnus-group.el (gnus-update-group-mark-positions):
11056         * gnus-sum.el (gnus-update-summary-mark-positions):
11057         * message.el (message-check-news-body-syntax):
11058         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11059         8-bit unibyte values to a multibyte string for search functions.
11061 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11063         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11064         (mm-uu-dissect-text-parts): New function.
11066         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11067         dissect text parts.
11069         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11070         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11072         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11074         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11075         gnus-current-topics instead of gnus-current-topic.
11077 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11079         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11081 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11083         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11084         where approriate.
11086         * nnml.el (nnml-generate-active-info): do.
11088         * nndiary.el (nndiary-generate-active-info): do.
11090         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11091         (gnus-topic-move): do.
11093         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11094         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11096         * gnus-srvr.el (gnus-server-prepare)
11097         (gnus-server-open-all-servers): do.
11099         * gnus-msg.el (gnus-summary-cancel-article)
11100         (gnus-summary-resend-message)
11101         (gnus-summary-mail-crosspost-complaint): do.
11103         * gnus-move.el (gnus-change-server): do.
11105         * gnus-group.el (gnus-group-unmark-all-groups)
11106         (gnus-group-set-current-level): do.
11108 2004-10-04  Simon Josefsson  <jas@extundo.com>
11110         * message.el (message-generate-hashcash): Doc fix.
11112 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11114         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11115         avoid infinite recursion via gnus-get-function.
11117 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11119         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11121         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11123         * nnmail.el (nnmail-split-history): do.
11125         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11126         (nnml-request-delete-group): do.
11128         * nnslashdot.el (nnslashdot-read-groups): do.
11130         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11131         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11133         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11134         (nnspool-sift-nov-with-sed): Use last.
11135         (nnspool-retrieve-headers-with-nov): Use mapc.
11136         (nnspool-request-newgroups): Use dolist.
11137         (nnspool-request-group): Use last.
11139         * nntp.el (nntp-read-server-type): Use dolist.
11141         * nnvirtual.el (nnvirtual-create-mapping)
11142         (nnvirtual-update-read-and-marked): Use dolist.
11143         (nnvirtual-convert-headers): Simplify.
11145 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11147         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11148         support for sync'ing tick marks.
11150 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11152         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11153         there's no visible header.
11155 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11157         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11158         necessary, pass full group name to gnus-request-set-marks.
11160 2004-10-01  Simon Josefsson  <jas@extundo.com>
11162         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11163         acroread.
11165 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11167         * spam-report.el (spam-report-gmane): Fix interactive.
11169         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11171         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11172         when writing file.
11173         (gnus-agent-synchronize-flags): Don't default to being
11174         interactive.
11176 2004-09-30  Simon Josefsson  <jas@extundo.com>
11178         * message.el (message-generate-hashcash): Add.
11179         (message-send-mail): Use it, call mail-add-payment.
11181 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11183         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11185 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11187         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11188         gnus-requst-update-info with explicit code to sync the in-memory
11189         info read flags with the marks being sync'd to the backend.
11191         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11193 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11195         * spam.el (spam-verify-bogofilter): Add new function.
11196         (spam-check-bogofilter)
11197         (spam-bogofilter-register-with-bogofilter): Use it.
11198         (spam-verify-bogofilter): Add small fixes.
11200 2004-09-28  Simon Josefsson  <jas@extundo.com>
11202         * hashcash.el (hashcash-generate-payment): Revert.
11204 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11206         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11207         gnus-extract-references instead of gnus-split-references.
11209         * gnus-util.el (gnus-extract-references): Add new function, analogous
11210         to gnus-split-references but extracts only the message-ID without
11211         anything extra.
11213         * hashcash.el (hashcash-generate-payment)
11214         (hashcash-check-payment): Do the right thing if hashcash-path is
11215         nil (because the hashcash program could not be found).
11217         * spam.el (spam-use-hashcash): Remove comment.
11219 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11221         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11222         (gnus-cache-enter-article, gnus-cache-remove-article)
11223         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11225         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11227         * gnus-art.el (article-hide-boring-headers)
11228         (article-translate-strings, article-display-face)
11229         (gnus-article-mime-match-handle-first)
11230         (gnus-article-highlight-headers)
11231         (gnus-article-add-buttons-to-head): do.
11233 2004-09-27  Simon Josefsson  <jas@extundo.com>
11235         * hashcash.el: New version, from
11236         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11237         ../contrib/.
11239 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11241         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11243 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
11245         * gnus-dup.el (gnus-dup-open): Use mapc.
11246         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11248         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11249         Reported by Stefan Wiens <s.wi@gmx.net>.
11251         * gnus.el (gnus-shutdown): Use dolist.
11253         * gnus-undo.el (gnus-undo): Use mapc.
11255         * nnrss.el (nnrss-generate-active): do.
11257         * message.el (message-cite-original-without-signature)
11258         (message-cite-original): Use mapc.
11259         (message-do-actions, message-make-forward-subject): Use dolist.
11261 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11263         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11264         deletion to remove entire duplicate line.  Fixes merged article
11265         number bug.
11267 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11269         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11270         servers that are offline.  Avoids having gnus-agent-toggle-plugged
11271         first ask if you want to open a server and then, even when you
11272         responded with no, asking if you want to synchronize the server's
11273         flags.
11274         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11275         multi-line expressions.
11276         (gnus-agent-synchronize-group-flags): New internal function.
11277         Updates marks in memory (in the info structure) AND in the
11278         backend.
11280         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11282         * nnagent.el (nnagent-request-set-mark): Use
11283         gnus-agent-synchronize-group-flags, not backend's request-set-mark
11284         method, to ensure that synchronization updates marks in the
11285         backend and in the info (in memory) structure.
11287 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11289         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11290         convention fully; don't miss the root article of a thread; make
11291         the X-Draft-From header with correct article numbers.
11293 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
11295         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11296         unless plugged.  Disable the agent so that an open failure causes
11297         an error.
11299         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11300         Reverted 2004-09-21 change.  The backend must be opened while
11301         synchronizing flags even when the backend stores the flags
11302         locally.
11304 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
11306         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11307         in `header' match.  Reported by Svend Tollak Munkejord.
11309         * message.el (message-cite-original): Fix use of
11310         `message-cite-articles-with-x-no-archive'.
11312 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11314         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11315         (gnus-window-to-buffer): Ditto.
11317         * mml.el (mml-preview-buffer): New variable.
11318         (mml-preview): Manage window layout with gnus-buffer-configuration.
11320         * gnus-msg.el (gnus-setup-message): Put article numbers into the
11321         X-Draft-From header even if those articles aren't quoted.
11323 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
11325         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11326         (gnus-request-set-mark, gnus-request-update-mark): Use new
11327         g-s-t-u-l-m to decide to use backend even when unplugged.
11329 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11331         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11332         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
11334 2004-09-20  Simon Josefsson  <jas@extundo.com>
11336         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11337         "utf-16-le".
11339 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11341         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11343 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11345         * uudecode.el (uudecode-use-external): Add :version.
11347         * smime.el (smime-CA-file, smime-encrypt-cipher)
11348         (smime-dns-server): Add :version.
11350         * smiley.el (gnus-smiley-file-types): Add :version.
11352         * sha1.el (sha1-use-external): Add :version.
11354         * pgg-def.el (pgg-query-keyserver): Add :version.
11356         * nnmail.el (nnmail-fancy-expiry-targets)
11357         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11358         Add :version.
11360         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11361         (nnimap-retrieve-groups-asynchronous): Add :version.
11362         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
11364         * mml.el (mml-content-disposition-parameters)
11365         (mml-insert-mime-headers-always): Add :version.
11367         * mm-util.el (mm-coding-system-priorities): Add :version.
11369         * mm-decode.el (mm-inline-text-html-with-images)
11370         (mm-keep-viewer-alive-types, mm-external-terminal-program)
11371         (mm-verify-option): Add :version.
11372         (mm-text-html-renderer): Change :version.
11374         * message.el (message-fcc-externalize-attachments)
11375         (message-required-headers, message-draft-headers)
11376         (message-subject-trailing-was-query)
11377         (message-subject-trailing-was-ask-regexp)
11378         (message-subject-trailing-was-regexp, message-mark-insert-begin)
11379         (message-mark-insert-end, message-archive-header)
11380         (message-archive-note, message-cross-post-default)
11381         (message-cross-post-note, message-followup-to-note)
11382         (message-cross-post-note-function, message-use-mail-followup-to)
11383         (message-subscribed-address-functions)
11384         (message-subscribed-address-file, message-subscribed-addresses)
11385         (message-subscribed-regexps, message-allow-no-recipients)
11386         (message-yank-cited-prefix, message-signature-insert-empty-line)
11387         (message-hidden-headers, message-hierarchical-addresses)
11388         (message-mail-user-agent, message-use-idna)
11389         (message-valid-fqdn-regexp)
11390         (message-strip-special-text-properties, message-header-synonyms)
11391         (message-beginning-of-line, message-tab-body-function): Add :version.
11392         (message-insert-canlock, message-wide-reply-confirm-recipients):
11393         Change :version.
11395         * mail-source.el (mail-source-ignore-errors): Add :group, :type
11396         and :version.
11397         (mail-source-delete-old-incoming-confirm)
11398         (mail-source-movemail-program): Add :version.
11400         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11401         (gnus-agent-cache, gnus-agent): Change :version.
11403         * gnus-util.el (gnus-use-byte-compile): Change :version.
11405         * gnus-sum.el (gnus-summary-make-false-root-always)
11406         (gnus-summary-default-high-score)
11407         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11408         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11409         (gnus-read-all-available-headers, gnus-article-emulate-mime)
11410         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11411         (gnus-sum-thread-tree-single-indent)
11412         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11413         (gnus-sum-thread-tree-leaf-with-other)
11414         (gnus-sum-thread-tree-single-leaf): Add :version.
11415         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11416         (gnus-article-loose-mime): Change :version.
11418         * gnus-start.el (gnus-backup-startup-file)
11419         (gnus-save-startup-file-via-temp-buffer): Add :version.
11421         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11422         (gnus-server-offline-face): Add :version.
11424         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11426         * gnus-msg.el (gnus-gcc-externalize-attachments)
11427         (gnus-debug-files, gnus-debug-exclude-variables)
11428         (gnus-discouraged-post-methods): Change :version.
11429         (gnus-confirm-mail-reply-to-news)
11430         (gnus-confirm-treat-mail-like-news): Add :version.
11432         * gnus-int.el (gnus-server-unopen-status): Add :version.
11434         * gnus-group.el (gnus-group-jump-to-group-prompt)
11435         (gnus-large-ephemeral-newsgroup)
11436         (gnus-fetch-old-ephemeral-headers): Add :version.
11438         * gnus-fun.el (gnus-x-face-directory)
11439         (gnus-convert-pbm-to-x-face-command)
11440         (gnus-convert-image-to-x-face-command)
11441         (gnus-convert-image-to-face-command): Add :version.
11443         * gnus-delay.el (gnus-delay-default-hour): Add :version.
11445         * gnus-cite.el (gnus-cite-blank-line-after-header)
11446         (gnus-article-boring-faces): Add :version.
11448         * gnus-art.el (gnus-buttonized-mime-types)
11449         (gnus-inhibit-mime-unbuttonizing)
11450         (gnus-treat-display-face)
11451         (gnus-treat-body-boundary): Change :version.
11452         (gnus-body-boundary-delimiter, gnus-picon-databases)
11453         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11454         (gnus-treat-date-english, gnus-treat-fold-headers)
11455         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11456         (gnus-treat-mail-picon, gnus-treat-wash-html)
11457         (gnus-article-encrypt-protocol)
11458         (gnus-use-idna, gnus-article-over-scroll)
11459         (gnus-mime-display-multipart-alternative-as-mixed)
11460         (gnus-mime-display-multipart-related-as-mixed)
11461         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11462         (gnus-ctan-url, gnus-button-ctan-handler)
11463         (gnus-button-handle-ctan-bogus-regexp)
11464         (gnus-button-ctan-directory-regexp)
11465         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11466         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11467         (gnus-button-man-level, gnus-button-emacs-level)
11468         (gnus-button-message-level, gnus-button-browse-level): Add :version.
11470         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11471         (gnus-agent-go-online): Change :version.
11472         (gnus-agent-expire-unagentized-dirs)
11473         (gnus-agent-auto-agentize-methods): Add :version.
11475         * flow-fill.el (fill-flowed-display-column)
11476         (fill-flowed-encode-column): Add :version.
11478         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11479         (gnus-outlook-deuglify-unwrap-max)
11480         (gnus-outlook-deuglify-cite-marks)
11481         (gnus-outlook-deuglify-unwrap-stop-chars)
11482         (gnus-outlook-deuglify-no-wrap-chars)
11483         (gnus-outlook-deuglify-attrib-cut-regexp)
11484         (gnus-outlook-deuglify-attrib-verb-regexp)
11485         (gnus-outlook-deuglify-attrib-end-regexp)
11486         (gnus-outlook-display-hook): Add :version.
11488         * binhex.el (binhex-use-external): Add :version.
11490 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
11492         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11493         and `invisible'.
11495 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11497         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11498         in gnus-registry-trim.
11500 2004-09-13  Simon Josefsson  <jas@extundo.com>
11502         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11504         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11506         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11507         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11508         <yamaoka@jpl.org>.
11509         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11510         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11511         <yamaoka@jpl.org>.
11513         * sieve.el (sieve-manage-mode): Ditto.
11515 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
11517         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11519 2004-09-11  Simon Josefsson  <jas@extundo.com>
11521         * dns-mode.el: Add.
11523         * mm-view.el (mm-display-dns-inline): Add.
11525         * mm-decode.el (mm-inline-media-tests): Add text/dns.
11526         (mm-automatic-display): Ditto.
11528         * mailcap.el (mailcap-mime-data): Add text/dns.
11529         (mailcap-mime-extensions): Map .soa to text/dns.
11531 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
11533         * gnus-art.el (article-decode-mime-words, article-babel)
11534         (gnus-article-highlight-signature, gnus-article-add-buttons)
11535         (gnus-signature-toggle): Remove unnecessary bindings of
11536         `inhibit-read-only' inherited from v5.10 merge.
11538 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11540         * nntp.el (nntp): New customization group.
11541         (nntp-authinfo-file): Add customization group.
11543         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11545         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11547         * gnus.el (to-address, to-list, subscribed)
11548         (large-newsgroup-initial): Ditto.
11550         * flow-fill.el (fill-flowed-display-column)
11551         (fill-flowed-encode-column): Ditto.
11553 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11555         * message.el (message-tokenize-header, message-send-mail-with-qmail):
11556         Use point-min rather than 1.
11557         (message-send-mail): Use buffer-size rather than point-max.
11559         * gnus-sum.el (gnus-summary-search-article-forward):
11560         Signal a specific `search-failed' rather than a generic `error'.
11562         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11563         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11564         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11566 2004-09-10  Simon Josefsson  <jas@extundo.com>
11568         * nndb.el (require): Remove tcp and duplicate cl.
11570 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11572         * gnus-agent.el (directory-files-and-attributes): Move forward.
11574 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11576         * gnus-agent.el (directory-files-and-attributes): Optionally
11577         defined to support XEmacs.
11579 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11581         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
11582         to avoid run-time CL dependencies.
11583         (gnus-agent-unfetch-articles): New function.
11584         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11585         article numbers even when local .overview file is missing.
11586         (gnus-agent-read-article-number): New function.  Only accepts
11587         27-bit article numbers.
11588         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11589         gnus-agent-read-article-number.
11590         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11591         from backend while recognizing that article numbers in .overview
11592         must be valid.
11593         (gnus-agent-update-files-total-fetched-for): Use
11594         directory-files-and-attributes to improve performance.
11595         * gnus-int.el (gnus-request-move-article): Use
11596         gnus-agent-unfetch-articles in place of gnus-agent-expire to
11597         improve performance.
11599         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11600         some users confused by references to .newsrc when they only have a
11601         .newsrc.eld file.
11602         (gnus-convert-mark-converter-prompt)
11603         (gnus-convert-converter-needs-prompt): Fixed use of property list.
11604         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11605         New function.  Used internally to only display 'gnus converting
11606         files' message when actually necessary.
11608         * gnus-sum.el (): Removed (require 'gnus-agent) as required
11609         methods now autoloaded.
11611 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11613         * gnus-sum.el (gnus-summary-insert-subject): Remove list
11614         identifiers.
11616 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
11618         * gnus-picon.el: Fix indentation and closing parenthesis.
11620 2004-09-01  Simon Josefsson  <jas@extundo.com>
11622         * message.el (message-canlock-generate): Require sha1, not
11623         sha1-el.  (Can we get rid of this require altogether?  It is ugly
11624         to require within a function.  Sadly, if sha1.el isn't loaded, the
11625         let binding in m-c-g will hide the defcustom definition, which is
11626         bad.)
11628         * canlock.el: Require sha1, not sha1-el.
11630         * message.el: Don't autoload sha1 (there is a autoload cookie in
11631         sha1.el).
11633         * sha1-el.el: Renamed to sha1.el.
11635 2004-08-30  Juanma Barranquero  <lektu@terra.es>
11637         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11639 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11641         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11643 2004-08-30  Kim F. Storm  <storm@cua.dk>
11645         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11647         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11648         Add :group 'nnimap.
11650 2004-08-30  Andreas Schwab  <schwab@suse.de>
11652         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11653         ?* and ?\;.
11655         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11656         and ?\' to symbol instead of whitespace.
11658 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11660         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11662         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11663         instead of re-search-forward.
11665         * gnus-uu.el (gnus-uu-save-article): Ditto.
11666         (gnus-uu-post-encode-uuencode): Ditto.
11668         * html2text.el (html2text-clean-list-items): Ditto.
11669         (html2text-clean-dtdd): Ditto.
11670         (html2text-format-tags): Ditto.
11672         * message.el (message-send-mail-with-sendmail): Fix regexp.
11673         (message-fill-field-general): Use search-forward instead of
11674         re-search-forward.
11675         (unbold-region): Ditto.
11677         * nnrss.el (nnrss-request-article): Ditto.
11679         * nnslashdot.el (nnslashdot-request-article): Ditto.
11681         * nnweb.el (nnweb-gmane-wash-article): Ditto.
11683         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11684         "Unrecognized menu descriptor" error in XEmacs.
11686 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11688         * gnus-sum.el (gnus-read-header): Don't remove a header for the
11689         parent article of a sparse article in the thread hashtb.
11691 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
11693         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11694         (nnmail-expand-newtext): Lowercase expanded entries if
11695         nnmail-split-lowercase-expanded is non-nil.
11697 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11699         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
11701         * gnus-group.el (gnus-group-line-format-alist): Convert the value
11702         of gnus-tmp-news-method into string under XEmacs.  It will be
11703         passed to gnus-correct-length which takes only a string argument.
11705 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11707         * gnus-util.el (gnus-bind-print-variables): New macro.
11708         (gnus-prin1): Use it.
11709         (gnus-prin1-to-string): Use it.
11710         (gnus-pp): New function.
11711         (gnus-pp-to-string): New function.
11713         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11714         Replace pp-to-string with gnus-pp-to-string.
11715         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11716         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11717         * gnus-msg.el (gnus-debug): Ditto.
11718         * gnus-score.el (gnus-score-save): Ditto.
11719         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11720         gnus-pp-to-string.
11721         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11722         with gnus-pp.
11723         * score-mode.el (gnus-score-pretty-print): Ditto.
11724         * webmail.el (webmail-debug): Ditto.
11726 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11728         * gnus-art.el (article-display-face, article-display-x-face):
11729         Use buffer-read-only.
11731 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11733         * gnus-art.el (article-hide-list-identifiers):
11734         Bind inhibit-read-only as t.
11736 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
11738         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11740 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11742         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11743         (gnus-narrow-to-page): Don't assume point-min == 1.
11744         (gnus-article-edit-mode): Derive from message-mode.
11746         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11747         point-min == 1.
11749         * imap.el (imap-parse-address-list, imap-parse-body-ext):
11750         Disable incorrect use of `assert'.
11752         * message.el (message-mode): Set comment-start-skip.
11754 2004-08-22  Sam Steingold  <sds@gnu.org>
11756         * pop3.el (pop3-leave-mail-on-server): New user variable.
11757         (pop3-movemail): Delete mail only when it is nil.
11759 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
11761         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11763         * mml.el (mml-preview): Use `pop-to-buffer'.
11765         * message.el (message-goto-mail-followup-to): Insert after "To".
11766         (message-carefully-insert-headers): Add comment.
11768         * gnus.el: Remove unused variable `gnus-article-check-size'.
11770         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11772         * gnus-art.el (gnus-button-alist): Improve
11773         `gnus-button-handle-library' entry.
11775 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11777         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11778         downcase, since XEmacs capitalizes error messages differently.
11780 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
11782         * nntp.el: Add (require 'gnus) due to reference to
11783         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
11785 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
11787         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11788         `mm-fill-flowed'.
11790         * mm-decode.el (mm-dissect-singlepart): Check it.
11792 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
11794         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11795         'imap' for netrc parsing.
11797 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11799         * mailcap.el (mailcap-mime-data): Mark as risky.
11801 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11803         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11804         may be included in the encoded word.
11805         (rfc2047-encode): Don't append a space if the encoded word
11806         includes close parenthesis.
11808 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11810         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11811         of text within parentheses.
11813 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11815         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11816         (gnus-encrypt-write-file-contents): Make the password key the file
11817         name PLUS the cipher, not just the cipher.  Also remove failed
11818         passwords from the cache.
11820 2004-08-06  Simon Josefsson  <jas@extundo.com>
11822         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11823         fix.
11825 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11827         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11828         LWSP.
11830 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11832         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11833         to append in-reply-to: data to the references: header.
11835         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
11836         (netrc-parse): Use gnus-encrypt.el functions.
11838         * gnus-encrypt.el: Add new file for encryption support; currently
11839         does only a few GPG ciphers and an internal XOR cipher.
11841         * password.el: Add comments on using password-read-and-add.
11842         (password-read-and-add): Add function to read and add the
11843         password to the cache at once.
11845 2004-07-28  Simon Josefsson  <jas@extundo.com>
11847         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11848         parameter (but don't use it, for now).
11850         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11851         instead of hard coding to nil.
11853 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11855         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11856         as mm-inline-image-xemacs does.
11858 2004-07-26  Simon Josefsson  <jas@extundo.com>
11860         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11861         Revert part of 2004-07-17 change below.
11863 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11865         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11866         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11868 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11870         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11871         quotes that actually start with ">" at the beginning of the
11872         lines.
11874 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11876         * rfc2047.el (rfc2047-encode-region): Fix last change.
11877         (rfc2047-encode-parameter): Remove useless concat.
11879 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11881         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11882         encode special characters; fix some kind of misconfigured headers;
11883         signal a real error if debug-on-quit or debug-on-error is non-nil.
11884         (rfc2047-encode-max-chars): New variable.
11885         (rfc2047-encode-1): Use it.
11886         (rfc2047-encode-parameter): New function.
11888         * mml.el (mml-insert-parameter): Remove an excessive space.
11890 2004-07-17  Simon Josefsson  <jas@extundo.com>
11892         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11893         Kai Grossjohann <kai@emptydomain.de>.
11894         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11895         (gnus-group-make-menu-bar): Ditto.
11897         * gnus-util.el (gnus-group-server): Add.
11899 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
11901         * message.el (message-clone-locals): Clone sendmail and smtp
11902         variables.
11904 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11906         * rfc2047.el (rfc2047-encode-region): Fix last change.
11908 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11910         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11911         characters as non-special.
11913 2004-07-09  Simon Josefsson  <jas@extundo.com>
11915         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11916         Users will lose all flag changes made while unplugged with
11917         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11918         good default.  See numerous reports on ding mailing list.
11920 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11922         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11923         add generate-head-function and generate-article-function to the
11924         rfc822-forward entry.
11925         (nndoc-rfc822-forward-generate-article): New function.
11926         (nndoc-rfc822-forward-generate-head): New function.
11928         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11930 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11932         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11933         respect display group parameter and gnus-summary-expunge-below.
11934         (gnus-articles-to-read): Remove unused reference to display group
11935         parameter.
11937 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11939         * nnheader.el (nnheader-uniquify-message-id): New experimental
11940         variable.
11941         (nnheader-nov-read-message-id): Use it.
11943         * spam-report.el (spam-report-gmane): Add interactive.
11945 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11947         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11948         qp-or-base64 for the application/* types.
11950 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11952         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11954 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11956         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11957         trim value.
11959 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11961         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11962         New macro and function.
11963         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11965 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11967         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11968         after-load-alist.
11970 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11972         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11973         update info that isn't there.
11975 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11977         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11978         entry.
11980 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11982         * mm-view.el (mm-inline-render-with-function): Use multibyte
11983         buffer; decode html source by charset.
11985         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11987         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11988         Mule-UCS is loaded under XEmacs.
11989         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11991 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11993         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11995 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11997         * mm-util.el (mm-coding-system-p): Return a coding-system.
11998         (mm-mime-mule-charset-alist): Use shift_jis instead of
11999         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12000         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12001         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12002         instead of japanese-shift-jis and iso-latin-1 respectively in
12003         order to share the default value with both Emacs and XEmacs-mule.
12004         (mm-mule-charset-to-mime-charset): Make
12005         mm-coding-system-priorities effective.
12006         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12007         while predicating of candidates upon the priorities.
12009 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12011         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12012         gnus-uu-invert-processable.
12014         * gnus.el: Autoload gnus-uu-invert-processable.
12016 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12018         * mm-util.el (mm-with-multibyte-buffer): New macro.
12020         * rfc2047.el (rfc2047-encode-string): Use it.
12021         (rfc2047-encode-region): Move point to the end of the region after
12022         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12024 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12026         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12027         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12029 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12031         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12032         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12033         Karl Chen <quarl@nospam.quarl.org>.
12035 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12037         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12038         invalid addresses.
12040 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12042         * spam.el: Change section markers, revise TODO list.
12043         (spam-backends): Make new master list of all installed backends.
12044         (spam-summary-exit-behavior): Add new variable to determine how
12045         messages moves are done at summary exit.
12046         (spam-move-spam-nonspam-groups-only)
12047         (spam-process-ham-in-nonham-groups)
12048         (spam-process-ham-in-spam-groups): Remove variables, the
12049         spam-summary-exit-behavior variable should be used to manage this
12050         behavior.
12051         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12052         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12053         and spam-old-spam-articles.
12054         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12055         Add empty variables, placeholders for the backends they represent.
12056         (spam-set-difference): Move, unchanged.
12057         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12058         unless the user has a processor variable.
12059         (spam-classifications, spam-classification-valid-p)
12060         (spam-backend-properties, spam-backend-property-valid-p)
12061         (spam-backend-function-type-valid-p)
12062         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12063         (spam-report-articles-gmane, spam-report-articles-resend):
12064         Remove functions, they are not needed.
12065         (spam-install-backend-super, spam-backend-list)
12066         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12067         (spam-backend-function, spam-backend-ham-registration-function)
12068         (spam-backend-spam-registration-function)
12069         (spam-backend-ham-unregistration-function)
12070         (spam-backend-spam-unregistration-function)
12071         (spam-backend-statistical-p, spam-backend-mover-p)
12072         (spam-install-backend-alias, spam-install-checkonly-backend)
12073         (spam-install-mover-backend, spam-install-nocheck-backend)
12074         (spam-install-backend, spam-install-statistical-backend)
12075         (spam-install-statistical-checkonly-backend): Add backend installation
12076         support.
12077         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12078         (spam-group-processor-p): Use the new backend code and respect the
12079         summary exit behavior.
12080         (spam-mark-spam-as-expired-and-move-routine): Remove.
12081         (spam-summary-prepare): Change to use the new spam-old-articles
12082         variable.
12083         (spam-copy-or-move-routine, spam-copy-spam-routine)
12084         (spam-move-spam-routine, spam-copy-ham-routine)
12085         (spam-move-ham-routine): Add code to copy/move ham or spam.
12086         (spam-fetch-field-fast): Improve doc and code, plus allow the
12087         'number request.
12088         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12089         variables.
12090         (spam-split, spam-find-spam): Use the new backend code.
12091         (spam-registration-functions): Remove variable.
12092         (spam-unregister-routine): Add convenience wrapper.
12093         (spam-log-undo-registration, spam-register-routine)
12094         (spam-log-processing-to-registry)
12095         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12096         where possible.
12097         (spam-check-gmane-xref, spam-check-regex-headers)
12098         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12099         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12100         (spam-check-bogofilter-headers, spam-check-spamoracle)
12101         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12102         (spam-check-crm114-headers): Use the spam-split-group that
12103         spam-split prepares, no need to determine it every time.
12105         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12106         to the nnheader-parse-naked-head call.
12108         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12110         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12111         the nnheader-nov-read-message-id call.
12113 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12115         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12116         gnus-activate-group twice.  Suggested by Markus Peter
12117         <warp@spin.de>.
12119 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12121         * gnus-art.el (gnus-article-time-format): Exchange the order of
12122         day and month in the default value; fix customization type.
12123         (article-date-ut): Use add-text-properties.
12124         (article-make-date-line): Use message-make-date instead of
12125         current-time-string.
12127         * message.el (message-fetch-field): Don't use set-text-properties.
12128         (message-make-date): Simplify.
12130 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12132         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12133         (rfc2047-encode-region): Treat text within parentheses as special;
12134         show the original text when error has occurred.
12136         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12137         already-computed method to gnus-activate-group.
12139         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12140         same select-methods identical Lisp objects.
12142         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12143         object when modifying the info.
12145 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12147         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12148         gnus-opened-servers since it has never been opened with the new
12149         configuration yet.
12151 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12153         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12154         arg to nnheader-generate-fake-message-id.
12156 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12158         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12159         number and build a fake message ID localized to a group and
12160         article number (so it's repeatable from that point on).
12161         (nnheader-fake-message-id-p): Change regex to accommodate new fake
12162         ID format.
12164         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12165         nnheader-generate-fake-message-id with the article number.
12167 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12169         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12170         end-of-buffer.
12172 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12174         * message.el (message-ignored-supersedes-headers): Add Approved.
12176 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12178         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12179         goto-char.
12180         (rfc2047-encode): Fold the line before encoding.
12182 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12184         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12185         folding -- not all headers can be folded, and this should be done
12186         by the message composition mode.  Probably.  I think.
12188 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12190         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12191         fast.
12193         * gnus-ems.el (gnus-remove-image): Don't use
12194         message-text-with-property; remove only the image found first.
12196 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12198         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12200 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12202         * message.el (message-text-with-property): Make it fast and accept
12203         optional arguments.
12204         (message-strip-forbidden-properties): Use it.
12205         (message-fix-before-sending): Follow the m-t-w-p change.
12207         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12209 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12211         * gnus-art.el (article-hide-headers): Don't change the buffer
12212         mistakenly when performing mml-preview even if
12213         gnus-single-article-buffer is nil.
12215 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12217         * message.el (message-expand-name-databases): New user option.
12218         (message-expand-name): Use it.
12220 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12222         * spam.el (spam-report-articles-resend)
12223         (spam-report-resend-register-routine): Allow ham reporting.
12224         (spam-report-resend-register-ham-routine): Add wrapper.
12225         (spam-registration-functions): Add ham resending functions.
12226         (spam-list-of-processors): Add ham resend processor.
12228         * gnus.el (ham-resend-to): Add new group parameter.
12229         (spam-process): Add ham resend option.
12231         * spam-report.el (spam-report-resend): Allow reporting ham.
12232         (spam-report-resend-ham): Add wrapper.
12234 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12236         * message.el (message-cite-articles-with-x-no-archive): New
12237         variable.
12238         (message-cite-original): Use it.
12240 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12242         * message.el (message-cite-original): Respect X-No-Archive.
12244 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12246         * gnus-art.el (article-hide-headers): Refer to the values for
12247         gnus-ignored-headers and gnus-visible-headers in the summary
12248         buffer since a user may have set them as group parameters.
12250 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
12252         * assistant.el (assistant-node-name): Add convenience function.
12253         (assistant-render-text, assistant-render-node): Add error handling,
12254         plus handle multiple next nodes.
12255         (assistant-find-next-node): Comment out for now.
12256         (assistant-find-next-nodes): Add function, returns list of next
12257         nodes.
12259 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
12261         * mail-source.el (mail-source-directory): Fix doc-string.
12263 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
12265         * assistant.el (assistant-render-text, assistant-eval): Add :set
12266         widget type, which is different because it takes and returns a
12267         list.  Much hilarity ensues.
12269 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
12271         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12273         * gnus-group.el (gnus-group-get-new-news-this-group): Added
12274         doc-string.
12276         * gnus-start.el (gnus-activate-group): Added doc-string.
12278 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12280         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12282 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
12284         * assistant.el (assistant-render-text): Try to add a :set
12285         widget, more to come.
12287         * spam.el (spam-group-spam-contents-p): Handle empty groupname
12288         strings.
12289         (spam-report-articles-resend)
12290         (spam-register-routine): Do registration iff any articles warrant
12291         it.
12292         (spam-summary-prepare-exit): Change log message for nil group
12293         destinations.
12295 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
12297         * spam.el (spam-report-resend-register-routine): Allow
12298         spam-report-resend-to to be a group parameter or a global value.
12300 2004-05-26  Simon Josefsson  <jas@extundo.com>
12302         * starttls.el: Merge with my GNUTLS based starttls.el.
12303         (starttls-gnutls-program, starttls-use-gnutls)
12304         (starttls-extra-arguments, starttls-process-connection-type)
12305         (starttls-connect, starttls-failure, starttls-success): New
12306         variables.
12307         (starttls-program, starttls-extra-args): Doc fix.
12308         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12309         functions.
12310         (starttls-negotiate, starttls-open-stream): Check
12311         `starttls-use-gnutls' and pass on to corresponding *-gnutls
12312         function if it is set.
12314 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12316         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12317         structured fields.
12319 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12321         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12323 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
12325         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12326         variable.
12327         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
12328         assigning the spam-mark to new messages.
12330 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
12332         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12334 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12336         * rfc2047.el (rfc2047-encodable-p): Don't move point.
12337         (rfc2047-decode): Treat the ascii coding-system as raw-text by
12338         default.
12340 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
12342         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12343         correct data.
12345 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
12347         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12348         (spam-group-processor-p): Fix function.
12349         (spam-group-processor-multiple-p)
12350         (spam-group-spam-processor-report-gmane-p)
12351         (spam-group-spam-processor-report-resend-p)
12352         (spam-group-spam-processor-bogofilter-p)
12353         (spam-group-spam-processor-blacklist-p)
12354         (spam-group-spam-processor-ifile-p)
12355         (spam-group-ham-processor-ifile-p)
12356         (spam-group-spam-processor-spamoracle-p)
12357         (spam-group-spam-processor-crm114-p)
12358         (spam-group-ham-processor-bogofilter-p)
12359         (spam-group-spam-processor-stat-p)
12360         (spam-group-ham-processor-stat-p)
12361         (spam-group-ham-processor-whitelist-p)
12362         (spam-group-ham-processor-BBDB-p)
12363         (spam-group-ham-processor-spamoracle-p)
12364         (spam-group-ham-processor-copy-p): Remove functions with some
12365         prejudice against unneeded code.
12366         (spam-report-articles-resend)
12367         (spam-report-resend-register-routine): Allow the group/topic
12368         spam-resend-to value to override spam-report-resend-to.
12369         (spam-summary-prepare-exit): Invoke spam-group-processor-p
12370         properly now.
12372         * gnus.el (spam-resend-to): Add group/topic parameter.
12373         (spam-process): Move the OBSOLETE processors to the end of the
12374         choices.
12376 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
12378         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12379         with resend-to set to nil, and then ask the user if necessary.
12380         (spam-report-resend): spam-report-resend takes a list of articles, not
12381         separate article numbers.
12383 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12385         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12386         addition to emacs-w3m.
12388 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12390         * assistant.el (assistant-authinfo-data): New function.
12391         (assistant-eval): Eval for entire assistant.
12393         * netrc.el (netrc-services-file): New variable.
12394         (netrc-parse-services): New function.
12395         (netrc-find-service-name): New function.
12396         (netrc-find-service-number): New function.
12397         (netrc-port-equal): New function.
12398         (netrc-machine): Use it.
12400         * nnimap.el (nnimap-open-connection): Use netrc.
12402         * gnus-util.el (gnus-netrc-get): Remove aliases.
12404         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12406         * assistant.el (wid-edit): Fix compilation.
12408         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12410 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
12412         * gnus-util.el (gnus-set-file-modes): New function.  (small
12413         patch).
12415 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12417         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
12419         * assistant.el (assistant-render-node): Fix up rendering and
12420         read-only text.
12421         (assistant-render-node): Reset.
12422         (assistant-make-read-only): Not sticky.
12424 2004-05-20  Danny Siu  <dsiu@adobe.com>
12426         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12427         centered even when gnus-auto-center-summary is t
12429 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12431         * dns.el (dns-get-txt-answer): New function.
12432         (dns-read-txt): Ditto.
12433         (query-dns): Use it.
12435 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12437         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12438         active for foreign groups even if the group level is higher than
12439         the specified value.
12441 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12443         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12444         non-active groups.
12446         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12448 2004-05-20  Magnus Henoch  <mange@freemail.hu>
12450         * dns.el (dns-read-type): Add support for SVR.  (small patch)
12452 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12454         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12455         (spam-crm114-header, spam-crm114-spam-switch)
12456         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12457         (spam-crm114-positive-spam-header)
12458         (spam-crm114-database-directory, spam-list-of-processors)
12459         (spam-group-spam-processor-crm114-p)
12460         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12461         (spam-generic-score, spam-list-of-checks)
12462         (spam-list-of-statistical-checks, spam-registration-functions)
12463         (spam-check-crm114-headers, spam-crm114-score)
12464         (spam-check-crm114, spam-crm114-register-with-crm114)
12465         (spam-crm114-register-spam-routine)
12466         (spam-crm114-unregister-spam-routine)
12467         (spam-crm114-register-ham-routine)
12468         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
12469         asjo@koldfront.dk (Adam Sjøgren).
12471         * gnus.el: Add spam-use-crm114.
12473         * spam.el (spam-list-of-processors, spam-registration-functions):
12474         Add spam-use-resend.
12475         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12476         (spam-report-articles-gmane): Add doc fix.
12477         (spam-report-articles-resend, spam-report-resend-register-routine):
12478         Add wrappers around spam-report-resend-to.
12480         * spam-report.el (spam-report-resend-to, spam-report-resend):
12481         Add support for resending spam.
12482         (spam-report-gmane): Fix line length >80.
12484         * gnus.el (spam-process): Add spam-use-resend.
12486 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12488         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12489         number of processed spam messages.
12490         (spam-ham-copy-or-move-routine): Return the number of processed
12491         ham messages.
12492         (spam-summary-prepare-exit): Use the above values to decide
12493         whether status messages shouled be displayed.
12495 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12497         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12498         `rfc2047-encoding-function-alist' in order to avoid conflicting
12499         with the old version.
12500         (rfc2047-encode-region): Concatenate words containing non-ASCII
12501         characters in structured fields; don't encode space-delimited
12502         ASCII words even in unstructured fields; don't break words at
12503         char-category boundaries.
12504         (rfc2047-encode-1): New function.
12505         (rfc2047-encode): Use it; encode text so that it occupies the
12506         maximum width within 76-column; work correctly on Q encoding for
12507         iso-2022-* charsets.
12508         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12509         sure not to break a line just after the header name.
12510         (rfc2047-b-encode-region): Removed.
12511         (rfc2047-b-encode-string): New function.
12512         (rfc2047-q-encode-region): Removed.
12513         (rfc2047-q-encode-string): New function.
12515         * mm-util.el (mm-replace-in-string): New function.
12517 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12519         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12520         get it right.
12521         (gnus-inews-make-draft): Really.
12523 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
12525         * nnmh.el (nnmh-request-list-1): Don't check the link count
12526         before descending.  (small patch)
12528 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12530         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12531         stuff.
12533         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12534         on real group name.
12536         * gnus-art.el (gnus-signature-limit): Doc fix.
12538         * gnus-msg.el (gnus-inews-make-draft): Quote list.
12540 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12542         * gnus-draft.el (gnus-draft-send): Bind
12543         rfc2047-encode-encoded-words.
12545         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12546         (rfc2047-encodable-p): Say that =? needs encoding.
12547         (rfc2047-encode-encoded-words): New variable.
12549         * gnus-group.el (gnus-group-select-group): Doc fix.
12551         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
12553         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12554         to nil.
12556         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
12558         * nnheader.el (nnheader-get-lines-and-char): New function.
12560 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
12562         * gnus-msg.el (gnus-summary-followup-with-original): Document
12563         yanking of region when active.
12565 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12567         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12568         groups if the group level is higher than the specified value.
12570 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12572         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12573         (gnus-group-jump-to-group): Added prefix argument using
12574         `gnus-group-jump-to-group-prompt'.  Query before jumping to
12575         non-active group.
12577         * compface.el (uncompface): Be verbose when changing
12578         `uncompface-use-external'.
12580         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12581         handle manual section.
12583 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12585         * gnus-art.el (gnus-button-alist): Revert previous change.
12587 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12589         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12591 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12593         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12594         whether backend can accept message.
12596         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12598 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
12600         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12601         Avoid creating directory when nntp-marks-is-evil is true.
12602         Reported by Reiner Steib.
12604 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12606         * gnus-picon.el (gnus-picon-style): New variable.
12607         (gnus-picon-insert-glyph): Added optional `nostring' argument.
12608         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
12609         Jesper Harder <harder@ifa.au.dk>.
12611 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12613         * message.el (message-fill-field): Return point.
12614         (message-generate-headers): Go to end of field.
12616         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12617         stuff for non-living groups.
12619 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
12621         * gnus-art.el (gnus-article-followup-with-original)
12622         (gnus-article-reply-with-original): gnus-mark-active-p ->
12623         gnus-region-active-p.
12625 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
12627         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12628         only when there is spam or ham to be processed.
12630 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12632         * mail-source.el (mail-source-delete-crash-box): Refactor.
12633         (mail-source-fetch): Use it.
12634         (mail-source-fetch-file): Ditto.
12635         (mail-source-fetch-directory): Run postscript in loop.
12636         (mail-source-fetch-pop): Delete.
12637         (mail-source-fetch-maildir): Ditto.
12638         (mail-source-fetch-imap): Ditto.
12640         * imap.el (imap-authenticators): Comment out sasl.
12642         * message.el (message-skip-to-next-address): New function.
12643         (message-fill-header-address): Refactor.
12644         (message-fill-address): Use it.
12645         (message-delete-address): Use it.
12646         (message-fill-header-general): Refactor.
12647         (message-fill-field-address): Rename.
12648         (message-narrow-to-field): Find the start of the header.
12649         (message-header-format-alist): Don't pre-fill.
12650         (message-fill-header): Removed.
12651         (message-insert-header): New function.
12652         (message-shorten-references): Use it.
12654         * rfc2047.el (rfc2047-field-value): Strip props.
12656         * mail-parse.el (mail-header-make-address): New alias.
12658         * ietf-drums.el (ietf-drums-make-address): New function.
12660         * imap.el: Add compiler directives.
12662         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12664         * gnus-art.el (article-decode-idna-rhs): Don't use
12665         message-idna-inside-rhs-p.
12667 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12669         * message.el (message-idna-inside-rhs-p): Removed.
12670         (message-idna-to-ascii-rhs-1): Use proper address parsing.
12672         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12673         false positives.
12675 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
12677         * imap.el (imap-sasl-make-mechanisms): Use sasl.
12679 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12681         * nneething.el (nneething-file-name): Don't create spurious
12682         files.
12684         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12685         (gnus-inews-do-gcc): Remove sleep.
12687         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12688         part under point.
12690         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12691         (gnus-agent-regenerate-group): Using nil messages aren't valid.
12693 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
12695         * spam.el (spam-summary-prepare-exit): Fixed (length).
12697 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12699         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12700         as expired without moving it" message when there are spam
12701         messages left.
12703 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
12705         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
12706         header is not nil.
12708 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
12710         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12711         nntp-possibly-create-directory, not nntp-possibly-change-group.
12712         (nntp-marks-changed-p): New arg SERVER.
12713         (nntp-request-update-info): Adjust caller.
12715 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
12717         * nntp.el (nntp-save-marks): Pass missing arg.
12719 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12721         * nntp.el: Support marks.
12722         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12723         (nntp-marks-modtime, nntp-marks-directory): New variables.
12724         (nntp-request-set-mark, nntp-request-update-info)
12725         (nntp-possibly-create-directory, nntp-marks-changed-p)
12726         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12727         functions.
12729 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
12731         * gnus-score.el (gnus-score-insert-help): Use
12732         gnus-select-lowest-window.
12734         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12735         appt-select-lowest-window and rename to gnus-select-lowest-window.
12737         * gnus.el: do.
12739 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12741         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12742         encodings of MIME-encoded words, in order to improve
12743         interoperability with several broken MUAs.
12745 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12747         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12748         tags, only when charsets are not specified in headers.
12749         (mm-inline-text-html-render-with-w3m): Ditto.
12751 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12753         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12754         instead of MIME-decoded from fields when checking
12755         `gnus-article-address-banner-alist'.
12757 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
12759         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12760         description rather than subject.
12762 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12764         * gnus.el (gnus-version-number): Bump.
12766 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12768         * gnus.el: No Gnus v0.2 is released.
12770 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12772         * gnus-agent.el (gnus-agent-read-agentview): Inline
12773         gnus-uncompress-range.
12775 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12777         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12778         `exec-installed-p'.
12780 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12782         * gnus.el (spam-process, spam-autodetect-methods): Add
12783         bsfilter and bsfilter-headers.
12785         * spam.el (spam-bsfilter): New customize group.
12786         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12787         (spam-bsfilter-header, spam-bsfilter-probability-header)
12788         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12789         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12790         (spam-bsfilter-database-directory): New options.
12791         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12792         (spam-list-of-statistical-checks, spam-registration-functions):
12793         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12794         (spam-bsfilter-score): New command.
12795         (spam-check-bsfilter-headers, spam-check-bsfilter)
12796         (spam-bsfilter-register-with-bsfilter)
12797         (spam-bsfilter-register-spam-routine)
12798         (spam-bsfilter-unregister-spam-routine)
12799         (spam-bsfilter-register-ham-routine)
12800         (spam-bsfilter-unregister-ham-routine): New functions.
12801         (spam-generic-score): Support bsfilter; Accept an optional argument
12802         to recalcurate spam score even if scoring header has already been
12803         added.
12804         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12805         optional argument to recalcurate spam score even if scoring header
12806         has already been added.
12808 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12810         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12811         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12812         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12813         link is missing.
12815 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12817         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12818         (html2text-get-attr): Rewrite.
12820         * message.el (message-setup-1): Remove redundant put-text-property
12821         on mail-header-separator.
12823 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12825         * gnus-registry.el (gnus-registry-cache-whitespace)
12826         (gnus-registry-action, gnus-registry-spool-action)
12827         (gnus-registry-split-fancy-with-parent): Change message levels
12828         from 5 to 3 or 7, as needed.
12830         * spam.el (spam-summary-prepare-exit)
12831         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12832         (spam-split, spam-find-spam, spam-log-undo-registration)
12833         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12834         level from 5 to 6.
12836 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12838         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12839         2004-03-04 change).
12841 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12843         * sieve-manage.el (sieve-manage-open):
12844         * nnweb.el (nnweb-insert-html):
12845         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12846         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12847         * nnspool.el (nnspool-request-group):
12848         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12849         * nnml.el (nnml-request-update-info):
12850         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12851         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12852         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12853         (nnimap-request-set-mark):
12854         * nnfolder.el (nnfolder-request-update-info):
12855         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12856         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12857         * gnus-uu.el (gnus-uu-find-articles-matching):
12858         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12859         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12860         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12861         * gnus-nocem.el (gnus-nocem-scan-groups):
12862         * gnus-int.el (gnus-start-news-server):
12863         * gnus-group.el (gnus-group-make-kiboze-group)
12864         (gnus-group-browse-foreign-server):
12865         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12866         Use mapc when appropriate.
12868 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12870         FIXME: Make separate entries for each person.
12872         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12873         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12874         <shields@msrl.com>:
12876         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12877         may need for spam sorting and scoring.
12878         (spam-user-format-function-S): Add user format function suitable for
12879         general use.
12880         (spam-article-sort-by-spam-status): Add sorting function for summary
12881         sorting.
12882         (spam-extra-header-to-number): Add function to get a score from a
12883         header.
12884         (spam-summary-score): Add function to  get a numeric score from the
12885         headers.
12886         (spam-generic-score): Fix function doc, was in wrong place.
12887         (spam-initialize): Take symbols when it's run, and install the
12888         extra headers that spam-necessary-extra-headers thinks we need.
12890 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12892         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12893         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
12895 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12897         * gnus-sum.el (gnus-set-global-variables)
12898         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12899         (gnus-article-get-xrefs, gnus-summary-best-group)
12900         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12901         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12902         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12903         Use with-current-buffer.
12905 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12907         * spam.el (spam-summary-prepare-exit): Simplify logic.
12908         (spam-fetch-article-header): Read the article header if it's not
12909         available.
12910         (spam-list-articles): Simplify logic.
12911         (spam-filelist-register-routine): Fix bug with unregister-list.
12913         * gnus-registry.el: Fix comments at beginning.
12915 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12917         * message.el (message-cater-to-broken-inn): Remove.
12918         (message-shorten-references): Make sure the total folded length of
12919         References is shorter than 998 characters to cater to a bug in INN
12920         2.3.  Also, don't pretend that references aren't folded -- this
12921         hasn't worked for a while.
12923 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12925         * gnus-agent.el (gnus-agentize):
12926         gnus-agent-send-mail-real-function no longer set to current value
12927         of message-send-mail-function but rather a lambda that calls
12928         message-send-mail-function.  The change makes the agent real-time
12929         responsive to user changes to message-send-mail-function.
12931 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12933         * legacy-gnus-agent.el
12934         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12935         help from Florian Weimer <fw@deneb.enyo.de>
12937 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12939         * nnmail.el (nnmail-cache-insert): Revert last change.
12941 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12943         * nnmail.el (nnmail-cache-insert): Always check whether
12944         nnmail-cache-ignore-groups matches a group name.
12946 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12948         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12949         (spam-find-spam, spam-log-processing-to-registry)
12950         (spam-log-registered-p, spam-log-unregistration-needed-p)
12951         (spam-log-undo-registration): Use gnus-message instead of
12952         gnus-error, none of these errors are fatal.
12954         * gnus-registry.el (gnus-registry-clean-empty-function)
12955         (gnus-registry-clean-empty): Remove only empty entries without
12956         extra data.
12958 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12960         * spam-stat.el (spam-stat-buffer-change-to-spam)
12961         (spam-stat-buffer-change-to-non-spam): Change (error) to
12962         (gnus-message 8) invocation.
12964 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12966         * nntp.el (nntp-via-netcat-command): New variable.
12967         (nntp-via-netcat-switches): New variable.
12968         (nntp-open-via-rlogin-and-netcat): New function.
12969         (nntp-open-connection-function): Doc fix.
12970         (nntp-telnet-command): Doc fix.
12971         (nntp-end-of-line): Doc fix.
12972         (nntp-via-rlogin-command): Doc fix.
12973         (nntp-via-user-name): Doc fix.
12974         (nntp-via-address): Doc fix.
12976 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12978         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12979         error in Emacs 21.1.
12981 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12983         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12985 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12987         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12988         (gnus-agent-with-refreshed-group): New macro.
12989         (gnus-agent-rename-group): New function.
12990         (gnus-agent-delete-group): New function.
12991         (gnus-agent-save-group-info): Use gnus-command-method when
12992         `method' parameter is nil.  Don't write nil entries into the
12993         active file.
12994         (gnus-agent-get-group-info): New function.
12995         (gnus-agent-fetch-articles): Use
12996         gnus-agent-update-files-total-fetched-for to increment disk space
12997         used.
12998         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12999         gnus-agent-update-view-total-fetched-for to increment disk space
13000         used.
13001         (gnus-agent-get-local): Added optional parameters to avoid calling
13002         gnus-group-real-name and gnus-find-method-for-group.
13003         (gnus-agent-set-local): Delete stored entry if either min, or max,
13004         are nil.
13005         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13006         quit, use gnus-agent-regenerate-group to record existence of any
13007         articles fetched to disk before the quit occurred.
13008         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13009         gnus-agent-update-view-total-fetched-for, and
13010         gnus-agent-update-files-total-fetched-for to decrement disk space
13011         used.
13012         (gnus-agent-retrieve-headers): Use
13013         gnus-agent-update-view-total-fetched-for to increment disk space
13014         used.
13015         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13016         with gnus-agent-update-files-total-fetched-for to decrement disk
13017         space and fresh group buffer.
13018         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13019         (gnus-agent-need-update-total-fetched-for): New variable.
13020         (gnus-agent-update-files-total-fetched-for): New function.
13021         (gnus-agent-update-view-total-fetched-for): New function.
13022         (gnus-agent-total-fetched-for): New function.
13024         * gnus-cache.el (gnus-cache-save-buffers): Use
13025         gnus-cache-update-overview-total-fetched-for to change disk space
13026         used by this group.
13027         (gnus-cache-possibly-enter-article): Use
13028         gnus-cache-update-file-total-fetched-for to increment disk space
13029         used by this group.
13030         (gnus-cache-possibly-remove-article): Use
13031         gnus-cache-update-file-total-fetched-for to decrement disk space
13032         used by this group.
13033         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13034         (gnus-cache-rename-group): New function.
13035         (gnus-cache-delete-group): New function.
13036         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13037         (gnus-cache-need-update-total-fetched-for): New variable.
13038         (gnus-cache-with-refreshed-group): New macro.
13039         (gnus-cache-update-file-total-fetched-for): New function.
13040         (gnus-cache-update-overview-total-fetched-for): New function.
13041         (gnus-cache-rename-group-total-fetched-for): New function.
13042         (gnus-cache-delete-group-total-fetched-for): New function.
13043         (gnus-cache-total-fetched-for): New function.
13045         * gnus-group.el: Require gnus-sum and autoload functions to
13046         resolve warnings when gnus-group.el compiled alone.
13047         (gnus-group-line-format): Documented new %F.
13048         (size of Fetched data) group line format; identifies disk space
13049         used by agent and cache.
13050         (gnus-group-line-format-alist): Defined new F format.
13051         (gnus-total-fetched-for): New function.
13052         (gnus-group-delete-group): No longer update
13053         gnus-cache-active-altered as gnus-request-delete-group now keeps
13054         the cache in sync.
13055         (gnus-group-list-active): Let the agent store a server's active
13056         list if currently plugged.
13058         * gnus-int.el (gnus-request-delete-group):
13059         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13060         local disk in sync with the server.
13061         (gnus-request-rename-group):
13062         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13063         local disk in sync with the server.
13065         * gnus-start.el (gnus-get-unread-articles):
13066         Cosmetic simplification to logic.
13068         * gnus-util.el (gnus-rename-file): New function.
13070 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13072         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13074 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13076         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13077         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13079 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13081         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13082         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13084 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13086         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13088 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13090         * spam.el (spam-set-difference): Add function to replace
13091         gnus-set-difference in spam.el.
13092         (spam-summary-prepare-exit): Use spam-set-difference.
13094 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13096         * gnus-registry.el (gnus-registry-cache-file): Update to use
13097         gnus-dribble-directory OR gnus-home-directory OR ~.
13098         (gnus-registry-split-fancy-with-parent): Fix doc.
13100 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13102         * message.el (message-exchange-point-and-mark): Use
13103         message-mark-active-p.  Suggested by Jesper Harder
13104         <harder@ifa.au.dk>.
13106 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13108         * message.el (message-exchange-point-and-mark): Don't activate
13109         region if it was inactive.  Suggested by Hiroshi Fujishima
13110         <pooh@nature.tsukuba.ac.jp>.
13112 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13114         * gnus-art.el (article-display-face): Display Faces in the same
13115         order as X-Faces.
13117 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13119         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13121 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13123         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13124         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13125         (gnus-article-mime-hierarchy): Remove.
13126         (gnus-article-mime-hierarchy-next): Remove.
13127         (gnus-article-mode): Revert 2004-03-19 change.
13128         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13129         (gnus-insert-mime-button): Revert 2004-03-19 change.
13130         (gnus-mime-accumulate-hierarchy): Remove.
13131         (gnus-mime-enter-multipart): Remove.
13132         (gnus-mime-leave-multipart): Remove.
13133         (gnus-mime-display-part): Revert 2004-03-19 change.
13134         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13136         * mml.el (mml-preview): Revert 2004-03-19 change.
13138 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13140         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13142 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13144         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13145         t while entering a file name using the mm-with-multibyte macro.
13146         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13148         * mm-util.el (mm-with-multibyte): New macro.
13150 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13152         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13153         user option.
13154         (gnus-mime-multipart-functions): Doc and customization fix.
13155         (gnus-article-mime-hierarchy): New variable.
13156         (gnus-article-mime-hierarchy-next): New variable.
13157         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13158         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13159         gnus-article-mime-hierarchy-next to nil.
13160         (gnus-insert-mime-button): Show hierarchy numbers.
13161         (gnus-mime-accumulate-hierarchy): New function.
13162         (gnus-mime-enter-multipart): New function.
13163         (gnus-mime-leave-multipart): New function.
13164         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13165         (gnus-mime-display-alternative): Show hierarchy numbers.
13167         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13168         gnus-article-mime-hierarchy-next to nil.
13170 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13172         * dns.el: Don't require gnus-xmas.
13174 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13176         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13177         inline PGP.
13178         (mml-menu): Disable mml-quote-region if mark is inactive.
13180 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13182         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13183         when the group's active is not available.
13185 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13187         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13188         error.
13190 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13192         * imap.el (imap-store-password): New variable.
13193         (imap-interactive-login): Use it.
13194         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13196 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13198         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13199         window-start and hscroll to summary window.
13201 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13203         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13204         conversion message to newsrc-dribble when an actual conversion is
13205         performed.
13207 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13209         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13211 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13213         * mm-decode.el (mm-complicated-handles): New function reviving
13214         former definition of mm-multiple-handles.
13216         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13217         (gnus-mime-delete-part): Use it.
13219 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13221         * gnus-agent.el (gnus-agent-read-local): Bind
13222         nnheader-file-coding-system to gnus-agent-file-coding-system to
13223         avoid the implicit assumption that they will always be equal.
13224         (gnus-agent-save-local): Bind buffer-file-coding-system, not
13225         coding-system-for-write, as the with-temp-file macro first prints
13226         to a buffer then saves the buffer.
13228 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13230         * gnus-art.el (gnus-article-edit-part): New function.
13231         (gnus-mime-save-part-and-strip): Use it; do query instead of
13232         signaling an error; don't use mm-multiple-handles.
13233         (gnus-mime-delete-part): Ditto.
13235 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13237         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13238         old file versions.
13239         (gnus-group-prepare-hook): Removed function that converted list
13240         form of gnus-agent-expire-days to group properties.
13242         * gnus-int.el: Autoload gnus-agent-regenerate-group.
13243         (gnus-request-accept-article): Re-indented.
13245         * gnus-start.el (gnus-convert-old-newsrc): Registered new
13246         converters to handle old agent file formats.  Added logic for a
13247         "backup before upgrading warning".
13248         (gnus-convert-mark-converter-prompt): Developers can mark
13249         functions as needing (default), or not needing,
13250         gnus-convert-old-newsrc's "backup before upgrading warning".
13251         (gnus-convert-converter-needs-prompt): Tests whether the user
13252         should be protected from potentially irreversable changes by the
13253         function.
13255         * legacy-gnus-agent.el: New.  Provides converters that are only
13256         loaded when gnus-convert-old-newsrc needs to call them.
13258 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13260         * mail-source.el (mail-source-touch-pop): Doc fix.
13262         * message.el (message-smtpmail-send-it): Doc fix.
13264 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
13266         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13268         * nnmail.el (nnmail-split-fancy): do.
13270         * gnus-kill.el (gnus-kill, gnus-execute): do.
13272 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13274         * gnus-sum.el (gnus-widget-reversible-match)
13275         (gnus-widget-reversible-to-internal)
13276         (gnus-widget-reversible-to-external): New functions.
13277         (gnus-widget-reversible): New widget.
13278         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13280 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
13282         * gnus-sum.el (gnus-thread-sort-functions)
13283         (gnus-article-sort-functions): Document `(not F)' items.
13285 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13287         * spam.el (spam-use-gmane-xref): Add new backend.
13288         (spam-gmane-xref-spam-group): Add variable to control the name of the
13289         Gmane spam group.
13290         (spam-blackhole-servers, spam-blackhole-good-server-regex)
13291         (spam-regex-headers-spam, spam-regex-headers-ham)
13292         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13293         (spam-list-of-checks): Add spam-use-gmane-xref to list of
13294         backends and checks.
13295         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13297         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13298         an autodetect method.
13300 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13302         * gnus-int.el (gnus-request-accept-article): Inform the agent that
13303         articles are being added to a group.
13304         (gnus-request-replace-article): Inform the agent that articles
13305         need to be uncached as the cached contents are no longer valid.
13307 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13309         * binhex.el: Don't autoload executable-find.
13311         * canlock.el: Don't autoload mail-fetch-field.
13313         * gnus-ems.el: Don't autoload appt-select-lowest-window.
13315         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13316         rmail-dont-reply-to and rmail-output.
13318         * gnus-score.el: Don't autoload ffap-string-at-point.
13320         * gnus-setup.el: Don't autoload sc-cite-original.
13322         * imap.el: Don't autoload base64-decode-string,
13323         base64-encode-string and md5.
13325         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13326         and rmail-msg-restore-non-pruned-header.
13328         * mm-decode.el: Don't autoload executable-find.
13330         * mm-url.el: Don't autoload executable-find.
13332         * mm-view.el: Don't autoload diff-mode.
13334         * nndb.el: Don't autoload news-reply-mode, news-setup,
13335         cancel-timer and telnet.
13337         * password.el: Don't autoload run-at-time for Emacs.
13339         * sha1-el.el: Don't autoload executable-find.
13341         * sieve-mode.el: Don't autoload c-mode.
13343         * uudecode.el: Don't autoload executable-find.
13345 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13347         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13348         (gnus-agent-possibly-alter-active): Avoid null in numeric
13349         comparison.
13350         (gnus-agent-set-local): Refuse to save null in local object table.
13351         (gnus-agent-regenerate-group): The REREAD parameter can now be a
13352         list of articles that will be marked as unread.
13354 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13356         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
13358 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
13360         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13361         language tags.
13363 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
13365         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13366         Don't bind "obarray".
13368         * gnus-sum.el (gnus-thread-sort-functions): Added
13369         `gnus-thread-sort-by-most-recent-number' and
13370         `gnus-thread-sort-by-most-recent-date'.
13371         Reported by Kai Grossjohann <kai@emptydomain.de>.
13373 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13375         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
13377 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13379         * gnus-cus.el (gnus-agent-customize-category): Removed
13380         ignore-errors macro reference that required cl to be loaded at
13381         run-time.
13383         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13384         single-interval range of the form (min . max).  Previously the
13385         range had to look like ((min . max)).  Likewise, return
13386         (min . max) rather than ((min . max)).
13387         (gnus-range-map): Use gnus-range-normalize to accept
13388         single-interval range.
13390         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13391         the cache, but not the agent, now appear with their usual face.
13393 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13395         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13396         w3m-safe-url-regexp variable buffer-local.
13398         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13400 2004-02-27  Simon Josefsson  <jas@extundo.com>
13402         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13403         gnus-group-real-prefix.
13404         (gnus-summary-move-article): Use it, instead of
13405         gnus-group-real-prefix.
13407 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13409         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13410         w3m-safe-url-regexp variable buffer-local and set it as the value
13411         of mm-w3m-safe-url-regexp.
13413         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13415         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13416         parsing gnus-posting-styles when the message is not for replying.
13418         * nnrss.el (nnrss-opml-export): Use
13419         mm-set-buffer-file-coding-system instead of
13420         set-buffer-file-coding-system.
13422 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
13424         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13425         of checkdoc.el).
13426         * nnrss.el: do.
13427         * gnus-mlspl.el: do.
13428         * gnus-ml.el: do.
13429         * gnus-srvr.el: do.
13431         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13433 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13435         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13436         Corrections to custom-manual links.
13438         * gnus-art.el (gnus-article): Ditto.
13440         * mm-decode.el (mime-display, mime-security): Ditto.
13442 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13444         * flow-fill.el: Typo.
13446 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
13448         * spam-wash.el: New file.
13450 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
13452         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13454 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13456         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13457         to be run with new-articles as LIST1, not LIST2.
13458         (spam-registration-functions): Add spam-use-ham-copy as a nil
13459         registration backend.
13461 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13463         * spam-stat.el (spam-stat-washing-hook): New option.
13464         (spam-stat-buffer-words): Use it.
13465         (spam-stat-process-directory, spam-stat-test-directory): Use
13466         insert-file-contents-literally.
13467         (spam-stat-coding-system): New variable.
13468         (spam-stat-load, spam-stat-save): Use it.
13470 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13472         * spam-report.el (spam-report-plug-agent): Quote
13473         spam-report-url-to-file and spam-report-url-ping-plain.
13475 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
13477         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13478         / in mailto URLs.
13480 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13482         * spam-report.el (spam-report-process-queue): Fix interactive use.
13483         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13484         (spam-report-unplug-agent): Doc fixes.
13485         (spam-report-url-ping-mm-url, spam-report-url-to-file)
13486         (spam-report-agentize, spam-report-deagentize): Autoload
13488 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13490         * message.el (message-setup-fill-variables): Add mml tags to
13491         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
13492         <ajk@iu.edu>.
13493         (message-mode): Don't modify paragraph-separate there.
13495 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13497         * compface.el (uncompface-use-external): Default to undecided.
13498         (uncompface-use-external-threshold): New variable.
13499         (uncompface-float-time): New macro.
13500         (uncompface): Determine whether to use the external decoder if
13501         uncompface-use-external is undecided.
13503 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13505         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13506         after images.
13508         * gnus-art.el (gnus-mime-display-single): Remove dead code.
13510 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
13512         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13514         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13516         * gnus-sum.el (gnus-summary-limit-to-age)
13517         (gnus-summary-limit-children): do.
13519         * gnus-int.el (gnus-request-scan): do.
13521         * gnus-group.el (gnus-group-suspend): do.
13523         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
13525         * gnus-cite.el (gnus-cite-parse-attributions): do.
13527         * gnus-agent.el (gnus-summary-set-agent-mark)
13528         (gnus-agent-regenerate-group): do.
13530         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
13532         * binhex.el (binhex-decode-region-internal): do.
13534 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13536         * gnus-fun.el (gnus-face-properties-alist): New user option.
13537         (gnus-display-x-face-in-from): Use it.
13539         * gnus-art.el (article-display-face): Ditto.
13541         * compface.el (uncompface-use-external): Default to nil.
13543 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
13545         * nntp.el (nntp-erase-buffer): New function.
13546         (nntp-retrieve-data, nntp-send-command)
13547         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13548         (nntp-possibly-change-group): Use it.
13550         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13551         with-current-buffer.
13553 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
13555         * compface.el: Merge the ELisp-based uncompface program.
13556         (compface): New customization group.
13557         (uncompface-use-external): New user option.
13558         (uncompface): Call uncompface-internal if uncompface-use-external
13559         is nil.
13560         (uncompface-internal): New function.  Note that there are also
13561         some other functions and variables added for this function.
13563 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
13565         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13566         if necessary.
13568 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
13570         * spam-report.el (spam-report-unplug-agent)
13571         (spam-report-plug-agent, spam-report-deagentize)
13572         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13573         Add support for the Agent in spam-report: when unplugged, report to a
13574         file; when plugged, submit all the requests.
13576         * spam.el (spam-register-routine): Fix message about
13577         registration.
13579 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
13581         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13582         dependencies.
13583         (rfc2047-encode): Use it.
13585         * gnus-art.el (gnus-button-marker-list): Move before first
13586         reference.
13588         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13589         (imap-parse-body): Fix format string mismatch.
13591         * gnus-score.el (gnus-summary-increase-score): do.
13593         * nnrss.el (nnrss-close): New function.
13595 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
13597         * nnrss.el (nnrss-make-filename): New function.
13598         (nnrss-request-delete-group, nnrss-read-server-data)
13599         (nnrss-save-server-data, nnrss-read-group-data)
13600         (nnrss-save-group-data): Use it.
13601         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13602         (nnrss-read-server-data, nnrss-read-group-data): Use load.
13603         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13605 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
13607         * mml.el (mml-compute-boundary-1): Don't uncompress files.
13609 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
13611         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13612         files.
13614         * message.el (message-generate-headers-first): Don't quote nil
13615         and t in docstrings.
13617         * imap.el (imap-id): do.
13619         * gnus-agent.el (gnus-agent-consider-all-articles)
13620         (gnus-agent-queue-mail): do.
13622 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
13624         * spam-report.el (spam-report-process-queue): New function.
13625         Process requests from `spam-report-requests-file'.
13626         (spam-report-process-queue): Doc fix.
13628 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
13630         * spam.el (spam-register-routine)
13631         (spam-log-processing-to-registry, spam-log-registered-p)
13632         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13633         Change "check" to "spam-check" for semi-clarity.
13635 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
13637         * pop3.el: Require nnheader.
13639         * mml-smime.el: Require cl.  Autoload message-fetch-field.
13641         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
13643         * gnus-picon.el: Require cl.
13645         * gnus-fun.el: Require gnus-ems and gnus-util.
13647         * gnus.el (gnus-method-to-server): Move defsubst before first use.
13649         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
13651         * gnus-art.el (gnus-article-edit-mode): Define before first
13652         reference.
13654 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
13656         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13657         (gnus-uu-post-encoded): Use point-at-bol.
13659         * gnus-topic.el (gnus-group-active-topic-p): do.
13661         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
13663         * gnus-group.el (gnus-group-kill-region): do.
13665         * gnus-art.el (article-date-ut): do.
13667         * message.el (message-fetch-field): Remove redundant
13668         case-fold-search binding.
13669         (message-narrow-to-field): Simplify.
13671 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13673         * spam.el (spam-directory): Derive from `gnus-directory'.
13675         * spam-report.el (spam-report-url-to-file)
13676         (spam-report-requests-file): New function and variable for offline
13677         reporting.
13678         (spam-report-url-ping-function): Add `spam-report-url-to-file'
13679         and user defined function.
13680         (spam-report-url-ping-mm-url): Remove doubled slash.
13682 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
13684         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
13686 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
13688         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13689         format string mismatch.
13691         * sieve.el (sieve-deactivate-all): do.
13693         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
13695         * nnlistserv.el (nnlistserv-kk-wash-article): do.
13697         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
13699         * mm-bodies.el (mm-7bit-chars): Don't include \r.
13701 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
13703         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13704         the list of checks.
13706 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
13708         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13709         padding.
13711 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
13713         * mm-view.el (mm-fill-flowed): New variable.
13714         (mm-inline-text): Use it.
13716 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
13718         * spam.el (spam-spamassassin-register-ham-routine)
13719         (spam-spamassassin-register-spam-routine): Fix function names.
13721 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13723         * gnus.el (gnus-tmp-grouplens): Remove.
13724         (gnus-summary-line-format): Remove grouplens.
13726         * gnus-group.el (gnus-group-line-format): Ditto.
13728         * gnus-spec.el (gnus-format-specs): Ditto.
13729         (gnus-update-format-specifications): Flush the group format spec
13730         cache if there's the grouplens stuff.
13731         (gnus-parse-simple-format): Replace %l with the empty string.
13733 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
13735         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13736         omission.
13738 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13740         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13741         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13743 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13745         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13746         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13747         New macros and functions.
13748         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13749         Handle > NLINK_MAX messages.
13750         * nnmaildir.el (nnmaildir-request-set-mark): Use
13751         nnmaildir--emlink-p and nnmaildir--eexist-p.
13753 2004-01-25  Alex Schroeder  <alex@gnu.org>
13755         * spam-stat.el (spam-stat-process-directory-age): New option.
13756         (spam-stat-process-directory): Use it.
13758 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13760         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13761         (spam-stat-save): Accept prefix argument.
13763 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13765         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13766         links" error.
13768 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13770         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13771         compatibility with old .newsrc.eld files.
13773         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13775         * gnus-start.el (gnus-1): do.
13777         * gnus-group.el (gnus-group-line-format-alist): do.
13779         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13781         * gnus-gl.el: Remove.
13783 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13785         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13786         marks consisting of a single range {for example, (3 . 5)} rather
13787         than a list of a single range { ((3 . 5)) }.
13789 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13791         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13792         with-current-buffer.
13793         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13794         avoid consing a string.
13796         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13797         Remove obsolete entries for big5 and gb2312.
13799 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13801         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13802         uncompressed list.
13804 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13806         * spam-stat.el (spam-stat-strip-xref): New function.
13807         (spam-stat-process-directory): Use it.
13809         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13810         here -- it's done in message-fetch-field.
13812 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13814         * gnus-agent.el (gnus-agent-queue-mail)
13815         (gnus-agent-prompt-send-queue): New variables.
13816         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13817         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13818         "nndraft:queue" along to gnus-draft-send.  Use
13819         gnus-agent-prompt-send-queue.
13820         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13821         is "nndraft:queue".  Suggested by Gaute Strokkenes
13822         <gs234@srcf.ucam.org>
13824         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
13825         (agent-enable-undownloaded-faces): Added.
13826         (gnus-agent-cat-groups): Use eval-and-compile, not
13827         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13828         method of gnus-agent-cat-groups even when the buffer has been
13829         evaled.
13830         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13831         delete gnus-agent-save-active-1.
13832         (gnus-agent-save-groups): Deleted.  Identical to
13833         gnus-agent-save-active.
13834         (gnus-agent-write-active): No longer adjust agent's copy of active
13835         file as agent's adjustments are now stored in their own
13836         file.  Removed optional parameter.
13837         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13838         servers.  Add use of min/max range limits from server's local
13839         file.
13840         (gnus-agent-save-alist): Removed unused optional argument.
13841         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13842         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13843         (gnus-agent-set-local): A per-server file that keeps min/max range
13844         limits for articles known to the agent.  Provides a fast mechanism
13845         for altering many active ranges.
13846         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13847         active file (local makes it unnecessary).
13848         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13850         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
13851         (agent-enable-undownloaded-faces): Added.
13853         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13854         disable it when sending to "nndraft:queue".
13855         (gnus-group-send-queue): Add safety check to avoid sending queue
13856         when unplugged.
13858         * gnus-group.el (gnus-group-catchup): Use new
13859         gnus-sequence-of-unread-articles, not
13860         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13861         numbers of articles.  Use gnus-range-map to avoid having to
13862         uncompress the unread list.
13863         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13864         Fixed invalid ange-ftp reference.
13866         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13867         (gnus-sorted-range-intersection): Intersection of two ranges
13868         without requiring that they first be uncompressed.
13870         * gnus-start.el (gnus-activate-group): Unless blocked by the
13871         caller, possibly expand the active range to include both cached
13872         and agentized articles.
13873         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13874         multiple version-dependent converters.
13875         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13876         gnus-agent-save-active.
13877         (gnus-save-newsrc-file): Save dirty agent range limits.
13879         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13880         gnus-agent-possibly-alter-active.
13881         (gnus-adjust-marked-articles): Faster handling of simple lists
13883 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13885         * spam-stat.el (spam-stat-test-directory): New optional argument
13886         displays a list of files detected.  Suggested by Andrew Cohen
13887         <cohen@andy.bu.edu>.
13888         (spam-stat-buffer-words-with-scores): Don't narrow and change
13889         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13891 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13893         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13894         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13895         (spam-spamassassin-arguments)
13896         (spam-spamassassin-spam-flag-header)
13897         (spam-spamassassin-positive-spam-flag-header)
13898         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13899         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13900         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13901         (spam-list-of-processors, spam-list-of-checks)
13902         (spam-list-of-statistical-checks, spam-registration-functions)
13903         (spam-check-spamassassin-headers, spam-check-spamassassin)
13904         (spam-spamassassin-score)
13905         (spam-spamassassin-register-with-sa-learn)
13906         (spam-spamassassin-register-spam-routine)
13907         (spam-spamassassin-register-ham-routine)
13908         (spam-assassin-register-spam-routine)
13909         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13910         (spam-bogofilter-score): Fix to show article before scoring.
13912 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13914         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13915         default scoring function.
13916         (spam-generic-score): Call spam-spamassassin-score if
13917         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13918         spam-bogofilter-score otherwise.
13920         * gnus.el (spam-process, spam-autodetect-methods): Add
13921         spamassassin and spamassassin-headers.
13923 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13925         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13926         Suppress unnecessary messages.
13928 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13930         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13931         make-hash-table.
13933 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13935         * canlock.el (base64-encode-string): Don't autoload it.
13937 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13939         * run-at-time.el: Remove useless (require 'itimer),
13940         eval-and-compile and (featurep 'xemacs).
13942 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13944         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13945         GROUP is a virtual group.
13947 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13949         * gnus.el: Autoload `message-y-or-n-p'.
13951 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13953         * pgg-parse.el: Remove unnecessary (require 'custom).
13955         * pgg-def.el: do.
13957         * nnmail.el: do.
13959         * gnus-undo.el: do.
13961         * gnus-picon.el: do.
13963         * gnus-util.el: do.
13965 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13967         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13969 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13971         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13972         handle, as well as a list.
13974         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13975         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13976         (mm-w3m-cid-retrieve): Simplify.
13978 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13980         * message.el (message-kill-to-signature): Allow prefix arg to
13981         specify number of lines to keep before signature.
13983 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13985         * message.el (message-kill-to-signature): Change docstring.
13987 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13989         * canlock.el: Always require sha1-el.
13990         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13992         * message.el: Autoload sha1 only when compiling.
13994 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13996         * message.el (message-canlock-generate): Require sha1-el.
13998 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14000         * message.el (message-expand-name): Silence the byte compiler.
14002 2004-01-13  Simon Josefsson  <jas@extundo.com>
14004         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14005         Invoke gnus-score-mode.  Reported by
14006         bojohan+news@dd.chalmers.se (Johan Bockgård).
14008         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14009         Jim Blandy <jimb@redhat.com> (tiny change).
14011 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14013         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14015 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14017         * spam.el (spam-get-article-as-string): Update to use
14018         gnus-request-article-this-buffer, much simpler.
14019         (spam-get-article-as-buffer): Remove.
14021 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14023         * message.el (message-expand-name): Use EUDC if the user uses that.
14025 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14027         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14028         character for the encoding to avoid consing a string.
14030         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14031         unnecessarily.
14033         * mm-util.el (mm-replace-chars-in-string): Remove.
14035         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14036         of mm-replace-chars-in-string.
14038 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14040         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14042         * mm-util.el (mm-subst-char-in-string): Support inplace.
14044         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14045         a new string in every iteration.  Use shy groups.
14047 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14049         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14050         * gnus-soup.el (gnus-soup-group-brew):
14051         * gnus-msg.el (gnus-put-message):
14052         * gnus-move.el (gnus-group-move-group-to-server):
14053         * gnus-kill.el (gnus-batch-score):
14054         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14055         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14056         (gnus-group-update-group, gnus-group-read-group)
14057         (gnus-group-make-group, gnus-group-make-help-group)
14058         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14059         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14060         (gnus-group-sort-by-unread, gnus-group-catchup)
14061         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14062         (gnus-group-yank-group, gnus-group-set-info)
14063         (gnus-group-list-groups):
14064         * gnus.el (gnus-generate-new-group-name):
14065         * gnus-delay.el (gnus-delay-send-queue):
14066         * nnvirtual.el (nnvirtual-catchup-group):
14067         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14068         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14069         (gnus-group-prepare-topics, gnus-topic-check-topology):
14070         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14071         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14072         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14073         (gnus-group-make-articles-read):
14074         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14075         (gnus-group-change-level, gnus-kill-newsgroup)
14076         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14077         (gnus-get-unread-articles, gnus-make-articles-unread)
14078         (gnus-make-ascending-articles-unread): Use accessor
14079         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14080         to get group information for improved readability.
14082 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14084         * gnus-art.el (article-decode-mime-words, article-babel)
14085         (gnus-article-highlight-signature, gnus-article-add-buttons)
14086         (gnus-signature-toggle): Use gnus-with-article-buffer.
14088         * gnus-art.el (gnus-article-highlight-headers)
14089         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14091         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14092         (gnus-article-set-globals, gnus-request-article-this-buffer)
14093         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14094         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14095         (gnus-mime-display-alternative): Use with-current-buffer.
14097 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14099         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14100         also under 80 char limit, and call gnus-error if needed.
14101         (spam-fetch-article-header): Fix - it was a
14102         buffer-local variable (gnus-newsgroup-data).
14103         (spam-find-spam): Use spam-generate-fake-headers, forget about
14104         spam-insert-fake-headers.
14105         (spam-insert-fake-headers): Remove.
14107 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14109         * deuglify.el (gnus-article-outlook-unwrap-lines)
14110         (gnus-outlook-rearrange-article)
14111         (gnus-outlook-repair-attribution-outlook)
14112         (gnus-outlook-repair-attribution-block)
14113         (gnus-outlook-repair-attribution-other): Remove redundant
14114         save-excursion.
14116 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14118         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14119         (spam-fetch-field-subject-fast)
14120         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14121         (spam-fetch-article-header): Add functions to deal with Gnus
14122         internals for fast retrieval of article header data.
14123         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14125 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14127         * pop3.el (pop3-md5): Remove.
14128         (pop3-apop): Replace pop3-md5 with md5.
14130         * mm-bodies.el: base64 is always built-in.
14132         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14133         with-current-buffer.
14135 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14137         * canlock.el (canlock-insert-header): Remove excessive grouping in
14138         regexp.
14140         * gnus-sum.el (gnus-summary-read-document): Ditto.
14142         * gnus-uu.el (gnus-uu-part-number): Ditto.
14144         * html2text.el (html2text-remove-tags): Ditto.
14145         (html2text-format-tags): Ditto.
14146         (html2text-format-single-elements): Ditto.
14148         * mml.el (mml-parse-1): Ditto.
14150 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14152         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14154         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14156         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14158         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14160 2003-11-15  Simon Josefsson  <jas@extundo.com>
14162         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14163         (pgg-gpg-lookup-key): Use regexp match instead of
14164         split-string (split-string is different between emacs 21.2 and
14165         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14167 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14169         * gnus-art.el (gnus-mime-view-all-parts)
14170         (gnus-article-part-wrapper, gnus-article-view-part): Use
14171         with-current-buffer.
14173 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14175         * spam.el (spam-disable-spam-split-during-ham-respool)
14176         (spam-spamoracle-database, spam-cache-lookups)
14177         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14178         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14179         (spam-group-ham-marks, spam-group-spam-marks)
14180         (spam-group-spam-contents-p, spam-group-ham-contents-p)
14181         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14182         also add spam-use-blackholes to the statistical checks.
14183         (spam-fetch-field-fast): Add interface to fetching fields, may
14184         become a macro.
14185         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14186         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14187         (spam-insert-fake-headers): Fake an article when needed.
14188         (spam-find-spam): Fake article when possible.
14189         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14190         (spam-check-bogofilter-headers): Use message-fetch-field instead
14191         of nnmail-fetch-field.
14193 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14195         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14197 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14199         * spam.el (spam-split): Do not require spam-use-CHECK to be
14200         enabled if that check is passed to spam-split explicitly; also
14201         fix so 'spam doesn't get converted to spam-split-group when
14202         spam-split-symbolic-return is t.
14203         (spam-find-spam): Find registrations of the article and use those
14204         instead of re-running spam-split to find the spam/ham
14205         classification of the article.
14206         (spam-log-processing-to-registry, spam-log-registered-p)
14207         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14208         Use gnus-error instead of gnus-message.
14209         (spam-log-registration-type): Add function to determine the
14210         classification of a message based on registry entries; will
14211         return nil if both 'spam and 'ham are found.
14212         (spam-check-BBDB): Expand all the BBDB macros here so we can have
14213         a reasonably fast local cache without the loading errors.
14214         (spam-cache-lookups): Set to t by default.
14215         (spam-find-spam): Don't try to guess spam-cache-lookups.
14216         (spam-enter-whitelist, spam-enter-blacklist): Clear the
14217         spam-caches entry.
14218         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14219         caching of whitelist/blacklist entries.
14220         (spam-check-whitelist, spam-check-blacklist): Invoke
14221         spam-from-listed-p with a type, not a cache variable.
14222         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14224 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14226         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14228         * nnmail.el (nnmail-split-fancy): do.
14230         * mml.el (mml-parse): do.
14232         * gnus-score.el (gnus-enter-score-words-into-hashtb)
14233         (gnus-score-adaptive): do.
14235 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14237         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14238         (gnus-mime-button-map): Don't set keymap parent.
14239         (gnus-button-ctan-directory-regexp): Use shy grouping.
14240         (gnus-prev-page-map): Don't set keymap parent.
14241         (gnus-prev-page-map): Remove duplicated one.
14242         (gnus-next-page-map): Don't set keymap parent.
14243         (gnus-mime-security-button-map): Ditto.
14245         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14246         version number.
14248         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14250 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14252         * canlock.el (canlock-sha1-function): Remove.
14253         (canlock-sha1-function-for-verify): Remove.
14254         (canlock-openssl-program): Remove.
14255         (canlock-openssl-args): Remove.
14256         (canlock-ignore-errors): Remove.
14257         (canlock-sha1-with-openssl): Remove.
14258         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14259         (canlock-verify): Don't use canlock-ignore-errors.
14261         * sha1-el.el (sha1-string-external): Make it can return a string
14262         in binary form.
14263         (sha1-region-external): Ditto.
14264         (sha1-string-internal): Ditto.
14265         (sha1-region-internal): Ditto.
14266         (sha1-region): Ditto.
14267         (sha1-string): Ditto.
14268         (sha1): Ditto.
14270 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14272         * spam.el (spam-report-articles-gmane): New command.
14274 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14276         * gnus.el: Don't make unnecessary *Group* buffer when loading.
14278         * run-at-time.el (run-at-time-saved): Remove.
14279         (run-at-time): Doc fix.
14281 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14283         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14284         (gnus-summary-limit-map): Add it.
14285         (gnus-summary-make-menu-bar): do.
14287 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
14289         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14290         Make attempt at some caching support (done for BBDB only now).
14291         (spam-find-spam): Set spam-cache-lookups if there are more than 2
14292         addresses to be checked.
14293         (spam-clear-cache-BBDB): Add function, to be invoked by
14294         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14295         (spam-check-BBDB): Check and use the caches, if
14296         spam-cache-lookups is on, remove superfluous (provide).
14298 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14300         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14302 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
14304         * run-at-time.el (run-at-time-saved): Move to after the definition
14305         of `run-at-time'.
14307 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14309         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14310         mm-w3m-local-map-property.
14312         * mm-view.el (mm-w3m-mode-map): Remove.
14313         (mm-w3m-local-map-property): Remove.
14314         (mm-inline-text-html-render-with-w3m): Don't use
14315         mm-w3m-local-map-property.
14317 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14319         * run-at-time.el: New file.
14321         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14322         of gnus-set-text-properties.
14324         * gnus-uu.el (gnus-uu-save-article): Ditto.
14326         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
14328         * gnus-cite.el (gnus-cite-parse): Ditto.
14330         * gnus-art.el (gnus-button-push): Use set-text-properties instead
14331         of gnus-.
14333         * gnus.el: Changed calls to nnheader-run-at-time and
14334         password-run-at-time throughout to use run-at-time directly.
14336         * password.el: Removed definition of run-at-time.
14338 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
14340         * mml.el (mml-minibuffer-read-disposition): Show attachment type
14341         in prompt.
14343 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14345         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14346         XEmacs version.
14348         * dns.el (dns-make-network-process): Use `open-network-stream'
14349         instead of `gnus-xmas-open-network-stream'.
14351         * .cvsignore: Add auto-autoloads.el, custom-load.el.
14353 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14355         * gnus-art.el (gnus-mime-display-alternative)
14356         (gnus-insert-mime-button, gnus-insert-mime-security-button)
14357         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14358         Don't use gnus-local-map-property.
14360         * gnus-util.el (gnus-local-map-property): Remove.
14362         * mm-view.el (mm-view-pkcs7-decrypt): Replace
14363         gnus-completing-read-maybe-default with completing-read.
14365         * gnus-util.el (gnus-completing-read): do.
14366         (gnus-completing-read-maybe-default): Remove.
14368 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14370         * password.el: Only autoload `run-at-time' if not XEmacs.
14371         Only autoload the itimer functions if XEmacs.
14373 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14375         * gnus-art.el (gnus-read-string): Remove.
14376         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14377         read-string.
14379 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
14381         * netrc.el: Autoload password-read.
14382         (netrc): Add configuration group.
14383         (netrc-encoding-method, netrc-openssl-path): Add
14384         variables for encoding and decoding of files with symmetric
14385         ciphers.
14386         (netrc-encode): Add assistant function to encode a file with
14387         netrc-encoding-method.
14388         (netrc-parse): Add interactive parameter, added optional
14389         decoding if netrc-encoding-method is non-nil but otherwise
14390         behavior is standard.
14391         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14392         Do s/encode/encrypt/ everywhere.
14394         * spam.el: Remove executable-find autoload.
14396 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14398         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
14400         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
14402 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14404         * gnus-art.el (gnus-treat-ansi-sequences)
14405         (article-treat-ansi-sequences): New variable and function.
14406         Suggested by Dan Jacobson <jidanni@jidanni.org>.
14408         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14409         Use it.
14411 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14413         * mm-util.el (mm-quote-arg): Remove.
14415         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14416         shell-quote-argument.
14418         * gnus-uu.el (gnus-uu-command): do.
14420         * gnus-sum.el (gnus-summary-insert-pseudos): do.
14422         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14423         with make-char.
14425         * mm-util.el (mm-make-char): Remove.
14427         * mml.el (mml-mode): Replace gnus-add-minor-mode with
14428         add-minor-mode.
14430         * gnus-undo.el (gnus-undo-mode): do.
14432         * gnus-topic.el (gnus-topic-mode): do.
14434         * gnus-sum.el (gnus-dead-summary-mode): do.
14436         * gnus-start.el (gnus-slave-mode): do.
14438         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14440         * gnus-ml.el (gnus-mailing-list-mode): do.
14442         * gnus-gl.el (gnus-grouplens-mode): do.
14444         * gnus-draft.el (gnus-draft-mode): do.
14446         * gnus-dired.el (gnus-dired-mode): do.
14448         * gnus-ems.el (gnus-add-minor-mode): Remove.
14450         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14451         Replace gnus-char-width with char-width.
14453         * gnus-ems.el (gnus-char-width): Remove.
14455         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14456         Replace gnus-char-width with char-width.
14458         * gnus-ems.el (gnus-char-width): Remove.
14460         * spam-stat.el (with-syntax-table): Remove with-syntax-table
14461         definition.
14462         Remove Emacs 20 hash table compatibility code.
14464         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14465         20 compatibility code.
14467         * spam.el (spam-point-at-eol): Replace with point-at-eol.
14469         * smime.el (smime-point-at-eol): Replace with point-at-eol.
14471         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14472         with point-at-{eol,bol}.
14474         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
14476         * imap.el (imap-point-at-eol): Replace with point-at-eol.
14478         * flow-fill.el (fill-flowed-point-at-bol)
14479         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
14481         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14482         Replace with point-at-{eol,bol} throughout all files.
14484 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14486         * ntlm.el (ntlm-string-as-unibyte): New macro.
14487         (ntlm-build-auth-response): Use it.
14489         Remove Emacs 20 stuff:
14490         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14491         of delq and copy-sequence.
14492         * gnus-art.el (popup-menu): Remove the compiler macro.
14493         * nnmail.el (nnmail-split-fancy): Don't support customizing with
14494         Emacs 20.
14496 2004-01-05  Simon Josefsson  <jas@extundo.com>
14498         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
14499         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14500         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14501         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14502         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14503         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14504         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14505         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14506         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14507         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14508         ntlm-string-permute, string-lshift into ntlm-string-lshift,
14509         string-xor into ntlm-string-xor.  Suggested by
14510         Jesper Harder <harder@myrealbox.com>.
14512         * ntlm.el: Don't include poem.
14514         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
14515         Jesper Harder <harder@myrealbox.com>.
14517         * sasl-ntlm.el, ntlm.el, md4.el: New files.
14519         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
14520         probably breaks emacs with DL patch, but do we care? Is anyone
14521         still using the DL stuff?)
14523         * sieve-manage.el: Use the password package.
14524         (sieve-manage-read-passwd): Remove.
14525         (sieve-manage-interactive-login): Use password.  Re-add
14526         condition-case around loop.
14528         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14529         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14530         the password package.
14532 2003-02-19  Simon Josefsson  <jas@extundo.com>
14534         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14535         token.
14537 2002-08-07  Simon Josefsson  <jas@extundo.com>
14539         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14540         (sieve-manage-authenticators):
14541         (sieve-manage-authenticator-alist): Add some SASL mechs.
14542         (sieve-sasl-auth): New function.
14543         (sieve-manage-cram-md5-auth):
14544         (sieve-manage-plain-auth): Rewrite using SASL library.
14545         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14546         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14547         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14548         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14550 2004-01-05  Simon Josefsson  <jas@extundo.com>
14552         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14553         New files.
14555 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14557         * gnus-group.el (gnus-no-groups-message): Update.
14559         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14561 2003-11-09  Simon Josefsson  <jas@extundo.com>
14563         * imap.el: Support for ID IMAP extension (RFC 2971).
14564         (imap-local-variables): Add imap-id.
14565         (imap-id): New variable.
14566         (imap-id): New function.
14567         (imap-parse-response): Parse untagged ID response.
14568         * nnimap.el (nnimap-id): New variable.
14569         (nnimap-open-connection): Use it.
14571 2003-12-28  Simon Josefsson  <jas@extundo.com>
14573         * gnus-score.el (gnus-score-edit-all-score): New.
14574         * gnus-group.el (gnus-group-score-map): Bind it to W e.
14576 2004-01-04  Simon Josefsson  <jas@extundo.com>
14578         * password.el: Add.
14580 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
14582         * dns.el (dns-query-types): Fix typo.
14583         (dns-query-types): New function.
14584         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
14585         PTR and SOA replies, see RFC 1035.
14587 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14589         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14591         * Moved to Changelog.2.
14593 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14595         * gnus.el (gnus-version-number): Bump version.
14597 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14599         * gnus.el: No Gnus v0.1 is released.
14601 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14603         * gnus.el: No Gnus v0.0 is released.
14605 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14607         * gnus.el (gnus-version-number): Bump.
14608         (gnus-version): No.
14610 See ChangeLog.2 for earlier changes.
14612     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
14614   This file is part of GNU Emacs.
14616   GNU Emacs is free software: you can redistribute it and/or modify
14617   it under the terms of the GNU General Public License as published by
14618   the Free Software Foundation, either version 3 of the License, or
14619   (at your option) any later version.
14621   GNU Emacs is distributed in the hope that it will be useful,
14622   but WITHOUT ANY WARRANTY; without even the implied warranty of
14623   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14624   GNU General Public License for more details.
14626   You should have received a copy of the GNU General Public License
14627   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14629 ;; Local Variables:
14630 ;; coding: utf-8
14631 ;; fill-column: 79
14632 ;; add-log-time-zone-rule: t
14633 ;; End:
14635 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4