gnus-html.el: Add extra logging.
[emacs/old-mirror.git] / lisp / gnus / ChangeLog
blob8028ecd8741d685cdd0ca429338640c0257fe865
1 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3         * gnus-html.el (gnus-html-wash-tags)
4         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
5         extra logging.
7 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13         Fix up some byte-compiler warnings.
14         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
15         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
16         (gnus-article-fill-cited-article, gnus-article-hide-citation)
17         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
18         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
19         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
20         (gnus-group-update-group): Use save-excursion and with-current-buffer.
22 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24         * gnus-html.el (gnus-article-html): Decode contents by charset.
26 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
28         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
29         (gnus-html-frame-width, gnus-blocked-images)
30         * message.el (message-prune-recipient-rules): Add custom version.
31         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
33         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
34         functions.
36         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
37         gnus-process-get.
39 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
41         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
42         instead of lsub directly.
44 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46         * nnwarchive.el: Removed.
48         * gnus-soup.el: Removed.
50         * nnsoup.el: Removed.
52         * nnultimate.el: Removed.
54         * gnus-html.el (gnus-blocked-images): New variable.
56         * message.el (message-prune-recipients): New function.
57         (message-prune-recipient-rules): New variable.
59         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
60         guess whether a long line is natural text or not.
62         * gnus-html.el (gnus-html-schedule-image-fetching): Use
63         gnus-process-plist and friends for compatibility.
65 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
67         * gnus-html.el: Require packages that define macros used in this file.
68         (gnus-article-mouse-face): Declare to silence byte-compiler.
69         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
70         process-get.
71         (gnus-html-put-image): Use plist-get to avoid getf.
72         (gnus-html-prefetch-images): Use with-current-buffer.
74 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
76         * gnus-ems.el: Provide compatibility functions for
77         gnus-set-process-plist.
79         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
80         * gnus.el (gnus-valid-select-methods)
81         * message.el (message-send-mail-partially-limit)
82         * mm-decode.el (mm-text-html-renderer)
83         * mml.el (mml-insert-mime-headers-always)
84         * smiley.el (smiley-regexp-alist): Bump custom version.
86 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
88         * gnus-html.el: require mm-url.
89         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
90         with the url to `url'.
91         (gnus-html-wash-tags): Support cid: URLs/images.
93 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
95         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
96         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
97         bindings, as they aren't useful at all. `w' is moved to `W w'.
99         * gnus-move.el: Removed file, since it doesn't really work.
101         * gnus-html.el (gnus-article-html): Tell w3m that the input is
102         UTF-8. This seems to fix problems with some German web feeds.
104         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
105         at the top so that the proper colours are applied.
107         * gnus-art.el (gnus-article-view-part): Doc fix.
109         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
110         XEmacs-compatible.
111         (gnus-html-put-image): Don't do images on non-graphic displays.
113         * nnslashdot.el: Removed this unused backend.
115         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
116         actions.
117         (gnus-undo-register-1): Revert last change.
119         * gnus-group.el (gnus-group-completing-read): Protect against not
120         having completion-styles bound.
122         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
123         make broken recipients happier.
125         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
127         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
128         point parameter.
130         * gnus-group.el (gnus-group-completing-read): Add 'substring to
131         completion-styles for group selection.
133 2009-02-04  Andreas Schwab  <schwab@suse.de>
135         * gnus-score.el (gnus-score-string): Fix regex for matching extra
136         headers and regexp-quote the match if necessary.
138 2009-03-24  Miles Bader  <miles@gnu.org>
140         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
141         the blinking smiley.
143 2009-03-24  Simon Josefsson  <simon@josefsson.org>
145         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
146         blink smiley.
148 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
151         where the dribbel file lives exists.
153         * message.el (message-send-mail-partially-limit): Change the default to
154         nil, since most people don't want this.
156         * mm-url.el (mm-url-decode-entities): Also decode entities like
157         &#x3212.
159 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
161         * gnus-sum.el (gnus-summary-idna-message):
162         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
163         Hyperlink urls in docstrings with URL `...'.
165 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
167         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
168         functions.
170 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
172         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
173         say what the mouseover text should be.
175         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
176         version of the mm-w3m-safe-url-regexp variable to only download images
177         in the groups where we want that to happen.
179         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
181         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
182         easier debugging.
183         (gnus-article-beginning-of-window): Add kludge to allow spacing past
184         big pictures in the article buffer.
186         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
187         gnus-article-html.
188         (mm-text-html-renderer): gnus-article-html needs curl in addition to
189         w3m.
191         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
193 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
195         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
196         which doesn't exist.
198         * message.el (message-inhibit-ecomplete): New variable to allow some
199         function to inhibit ecomplete address storage.
200         (message-resend): Disable ecomplete message storage when resending
201         messages.
203         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
205 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
207         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
208         Save excursion while copying, moving, and deleting articles in order to
209         prevent the cursor from jumping to unforeseen place.
211 2010-08-17  Glenn Morris  <rgm@gnu.org>
213         * gnus-sync.el: Require gnus components whose functions are used.
215         * gnus-art.el (bookmark-make-record-function):
216         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
217         Declare for compiler.
219         * mm-url.el (mml-compute-boundary): Autoload.
221 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
223         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
225 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
227         Typo fix "hoo4a" -> "hook".
229         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
231 2010-08-14  Glenn Morris  <rgm@gnu.org>
233         * gnus-sync.el (gnus-sync): Fix defgroup version.
235 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
237         Doc fixes and keep unknown groups (ammended for nunion bug fix).
239         * gnus-sync.el: Fix docs.
240         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
241         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
243 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
245         Optimizations for gnus-sync.el.
247         * gnus-sync.el: Add docs about gnus-sync-backend
248         possibilities.
249         (gnus-sync-save): Remove unnecessary message.
250         (gnus-sync-read): Optimize and show what groups were skipped.
252 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
254         Minor bug fixes for gnus-sync.el.
256         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
257         read the sync on get-new-news.
259         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
260         quiet.
262         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
264 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
266         Make saving and restoring of hidden threads work with overlays.
267         Patch applied by Ted Zlatanov.
269         * gnus-sum.el (gnus-hidden-threads-configuration)
270         (gnus-restore-hidden-threads-configuration): Update to deal with text
271         properties, rather than searching for a magic character.
273 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
275         New gnus-sync.el library for synchronization of marks.
277         * gnus-sync.el: New library for synchronization of marks.
279         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
280         renamed from `gnus-registry-grep-in-list'.
282         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
284         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
286 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
288         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
289         determining charset of text fails.
291 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
293         * nnmail.el (nnmail-get-new-mail-1): Revert.
295         * nnml.el (nnml-active-number): Make sure names of newly created groups
296         in nnml-group-alist are encoded.
298 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
300         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
301         containing non-ASCII characters in active file for nnml back end.
303 2010-07-24  David Engster  <dengste@eml.cc>
305         * mml-smime.el (mml-smime-epg-verify): Also accept the older
306         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
308 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
310         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
311         tag (Bug#6654).
313 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
315         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
316         the article buffer, not the summary buffer.
318 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
320         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
321         Emacs 23 as well.
323 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
325         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
326         Patch applied by Karl Fogel.
328         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
329         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
331 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
333         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
334         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
335         C-w still not working correctly from Article buffers; Thierry's
336         patch to fix that will be applied after this.
338         * gnus-art.el (bookmark-make-record-function): New local variable.
340         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
341         article buffer.
342         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
344 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
346         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
347         on changes in bookmark.el.
349 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
351         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
352         the *other* type of HTML form submission.
354 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
356         * auth-source.el (auth-source-pick): If choice does not contain a
357         questioned keyword, set the check to t.
359 2010-06-12  Romain Francoise  <romain@orebokech.com>
361         * gnus-util.el (gnus-date-get-time): Move up before first use.
363 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
365         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
366         (gnus-article-edit-part): Bind it to make last part that is substituted
367         or deleted visible.
368         (gnus-mime-display-single): Buttonize part of which id equals to
369         gnus-mime-buttonized-part-id.
371 2010-06-10  Dan Christensen  <jdc@uwo.ca>
373         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
374         (gnus-dd-mmm): Use gnus-date-get-time.
375         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
376         simplify logic.
377         (gnus-summary-limit-to-age): Use gnus-date-get-time.
378         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
380 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
382         * auth-source.el (top): Autoload `secrets-list-collections',
383         `secrets-create-item', `secrets-delete-item'.
384         (auth-sources): Fix tag string.
385         (auth-get-source, auth-source-retrieve, auth-source-create)
386         (auth-source-delete): New defuns.
387         (auth-source-pick): Rewrite in order to avoid 2 passes.
388         (auth-source-forget-user-or-password): New parameter USERNAME.
389         (auth-source-user-or-password): New parameters CREATE-MISSING and
390         DELETE-EXISTING.  Retrieve password interactively, if needed.
392 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
394         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
395         deleting unused directories when gnus-expert-user is t.
397 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
399         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
400         for each temp file when gnus-article-browse-delete-temp is ask.
402 2010-05-20  Kevin Ryde  <user42@zip.com.au>
404         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
406 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
408         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
409         article unless decoding article to be saved.
411 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
413         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
414         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
415         generated within the mm-with-unibyte-current-buffer macro.
417 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
419         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
420         to nil when we're in a mml-preview buffer and no group is selected.
422 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
424         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
425         when catching the `C-g'.  Reported by "Leo".
427 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
429         * message.el (message-forward-make-body-plain)
430         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
431         multibyte-string-p.
433 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
435         * message.el (message-forward-make-body-mml): Assume original message
436         is multibyte string; error on unibyte.
437         (message-forward-make-body-plain): Ditto; don't add excessive newline
438         in body end.
440 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
442         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
443         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
445 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
447         * mm-extern.el (mm-extern-url): Don't use
448         mm-with-unibyte-current-buffer.
449         (mm-extern-cache-contents): Use with-current-buffer instead of
450         save-excursion + set-buffer.
452 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
454         * mm-util.el (mm-emacs-mule): Remove.
456 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
458         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
459         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
460         change.
462 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
464         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
465         bind the default value of enable-multibyte-characters to nil.
467 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
469         * message.el (message-forward-make-body-plain)
470         (message-forward-make-body-mml):
471         Don't use mm-with-unibyte-current-buffer.
473 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
475         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
476         (Bug#5592).
478 2010-05-07  Julien Danjou  <julien@danjou.info>
480         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
481         it to mm-pipe-part.
483         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
484         it is given.
486 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
488         * nnweb.el (nnweb-gmane-search)
489         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
490         XEmacs.
492         * gnus-art.el (gnus-article-browse-html-parts)
493         * gnus-group.el (gnus-read-ephemeral-gmane-group)
494         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
495         make-temp-file.
497         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
498         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
499         compiling.
501         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
502         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
503         XEmacs when compiling.
505         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
506         gnus-pick-mode-off-hook for XEmacs when compiling.
507         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
508         gnus-binary-mode-off-hook for XEmacs when compiling.
510         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
511         nil if char-charset is not available.
513         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
514         macro.
516         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
517         instead of encode-coding-string.
519         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
520         'xemacs) instead of mm-emacs-mule to switch function definitions.
521         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
523 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
525         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
527 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
529         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
530         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
532 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
534         * mm-util.el (mm-decompress-buffer): Use `delete-file';
535         alias `jka-compr-delete-temp-file' no longer exists.
537 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
539         Use define-minor-mode in Gnus where applicable.
540         * mml.el (mml-mode): Use define-minor-mode.
541         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
542         (gnus-undo-mode): Use define-minor-mode.
543         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
544         (gnus-dead-summary-mode): Use define-minor-mode.
545         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
546         Initialize in declaration.
547         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
548         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
549         (gnus-mailing-list-mode): Use define-minor-mode.
550         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
551         (gnus-draft-mode): Use define-minor-mode.
552         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
553         (gnus-dired-mode): Use define-minor-mode.
555 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
557         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
558         handles on recursive mml-to-mime translation and check them for
559         boundary delimiter collisions.  Reported by Greg Troxel.
561 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
563         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
565 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
567         * mm-util.el (mm-find-buffer-file-coding-system):
568         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
570 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
572         * message.el (message-generate-headers): Record insertion of optional
573         headers as well.  Otherwise the check to prevent repeated insertion of
574         optional headers is a no-op.
576 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
578         * smime.el: Don't mention CVS.
580         * nnrss.el (nnrss-fetch): Don't mention CVS.
582         * nnir.el: Don't mention CVS.
584 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
586         * gnus-sum.el (gnus-summary-bookmark-make-record):
587         Add `location' field.
589 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
591         * gnus-sum.el: Add bookmark declarations to silence the compiler.
592         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
593         Use with-current-buffer to silence the byte-compiler.
594         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
595         bother to require `gnus'.
596         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
598 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
600         * gnus-sum.el (gnus-summary-bookmark-make-record)
601         (gnus-summary-bookmark-jump): New functions.
602         (gnus-summary-mode): Setup bookmark support.
604 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
606         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
607         if set.
609 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
611         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
612         gnus-article-browse-html-save-cid-image; make it work recursively for
613         forwarded messages as well.
614         (gnus-article-browse-html-parts): Work when prefix arg is given.
615         (gnus-article-browse-html-article): Doc fix.
617 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
619         * message.el (message-default-mail-headers):
620         (message-default-headers): Carry the value mail-default-headers over
621         into message-default-mail-headers, rather than message-default-headers.
623 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
625         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
626         charset.
628         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
629         charset into the <meta> tag when the article is encoded to utf-8.
631 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
633         * gnus-art.el (gnus-article-browse-delete-temp-files):
634         Delete directories as well.
635         (gnus-article-browse-html-parts): Work for images that do not specify
636         file names; delete temp directory when quitting; insert header at the
637         right place; use file: scheme for image files.
639 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
641         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
642         (gnus-article-browse-html-parts): Use it to make temporary cid image
643         files in addition to html file so that browser may display them.
645 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
647         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
649 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
651         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
653 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
655         * auth-source.el (auth-sources): Change default to be simpler.
656         Explain about Secret Service API sources.  Improve Customize options.
657         (auth-source-pick): Change to accept any number of search parameters.
658         Implement fallbacks iteratively, not recursively.  Add scoring on the
659         second pass and sort by score.  Call Secret Service API when needed.
660         (auth-source-user-or-password): Use it.  Call Secret Service API
661         directly when needed to get the user name and the password.
663 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
665         * message.el (message-interactive): Doc fix.
666         (message-qmail-inject-args): Reflow.
667         (message-kill-to-signature): Fix typo in docstring.
669         * smiley.el (smiley-buffer): Fix typo in docstring.
671 2010-03-24  Glenn Morris  <rgm@gnu.org>
673         * mail-source.el (gnus-message): Declare.
674         (mail-source-delete-old-incoming): Require gnus-util.
676 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
678         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
680         * message.el (ecomplete-setup): Autoload it for Emacs <23.
682         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
683         password-cache's default if it is not bound.
684         (mml-secure-passphrase-cache-expiry): Default to 16 that is
685         password-cache-expiry's default if it is not bound.
687         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
688         available in Emacs 21.
690 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
692         * auth-source.el (auth-sources): Fix up definition so extra parameters
693         are always inline.
695 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
697         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
698         wasn't updated after mismatch.  Clear cached mailbox info correctly
699         when uidvalidity changes.
700         (nnimap-group-prefixed-name): New function to avoid some code
701         duplication.
702         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
703         (nnimap-request-group): Use it.
704         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
705         (nnimap-update-unseen): Significantly improved speed of Gnus startup
706         with many imap folders.  This is done by caching the group status from
707         the imap server persistently in a group parameter `imap-status'.  (This
708         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
709         but not persistently, so every Gnus startup was still very slow.)
711 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
713         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
714         secrets.el dependency.
715         (auth-sources): Add optional user name.  Add secrets.el configuration
716         choice (unused right now).
718 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
720         * gnus-sum.el (gnus-summary-make-menu-bar): Let
721         `gnus-registry-install-shortcuts' fill in the functions.
723         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
724         warnings.
725         (gnus-registry-misc-menus): Variable to hold registry mark menus.
726         (gnus-registry-install-shortcuts): Populate and use it in a
727         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
729 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
731         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
732         In-place substitutions for the group name encoding/decoding.
733         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
734         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
735         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
736         (nnimap-update-unseen, nnimap-request-list)
737         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
738         (nnimap-request-set-mark, nnimap-split-to-groups)
739         (nnimap-split-articles, nnimap-request-newgroups)
740         (nnimap-request-create-group, nnimap-request-accept-article)
741         (nnimap-request-delete-group, nnimap-request-rename-group)
742         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
743         `encoded-mbx' for consistency.
744         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
745         variable `imap-current-mailbox'.
747         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
748         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
750 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
752         * pop3.el (pop3-display-message-size-flag): Display message size byte
753         counts during POP3 download.
754         (pop3-movemail): Use it.
755         (pop3-list): Implement listing of available messages.
757 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
759         * nnir.el (nnir-get-article-nov-override-function): New function to
760         override the normal NOV retrieval.
761         (nnir-retrieve-headers): Use it.
763 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
765         * auth-source.el (netrc-machine-user-or-password): Autoload.
767 2010-03-19  Glenn Morris  <rgm@gnu.org>
769         Stop message.el from loading about 40 libraries it doesn't always need.
770         The general approach is to autoload rather than require, and to
771         require in the specific functions rather than the file.  (Bug#5642)
773         * gmm-utils.el: Don't require wid-edit.
774         (widget-create-child-value, widget-convert, widget-default-get):
775         Autoload.
777         * gnus-util.el: Don't require time-date, netrc.
778         (message-fetch-field, gnus-group-name-decode): Declare rather than
779         autoloading.
780         (gnus-fetch-field): Require message.
781         (gnus-decode-newsgroups): Require gnus-group.
783         * ietf-drums.el: Don't require time-date.
785         * message.el: Don't require hashcash, canlock, ecomplete.
786         Do require mail-utils.  Require nnheader only when compiling.
787         (smtpmail-default-smtp-server): Remove declaration.
788         (message-send-mail-function): Check smtpmail-default-smtp-server
789         is bound rather than requiring smtpmail.
790         (message-auto-save-directory, message-insert-signature): Use
791         expand-file-name rather than nnheader-concat.
792         (nnheader-insert-file-contents): Autoload.
793         (hashcash-wait-async): Declare.
794         (message-send-mail): Only call gnus-setup-posting-charset if
795         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
796         (message-send-mail-with-sendmail): Require sendmail.
797         (canlock-password, canlock-password-for-verify): Declare.
798         (message-canlock-password): Require canlock.
799         (nnheader-get-report): Autoload.
800         (gnus-setup-posting-charset): Declare.
801         (message-send-news): Require gnus-msg.
802         (message-make-references, message-make-in-reply-to): Use mail-header-id
803         rather than the alias mail-header-message-id.
804         (ecomplete-add-item, ecomplete-save): Declare.
805         (message-put-addresses-in-ecomplete): Require ecomplete.
806         (ecomplete-display-matches): Autoload.
808         * mm-decode.el: Don't require mailcap, gnus-util.
809         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
810         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
811         Autoload.
812         (mailcap-mime-extensions): Declare.
814         * mm-encode.el: Don't require mailcap.
815         (mailcap-extension-to-mime): Autoload.
817         * mml-sec.el: Don't require password-cache.
819         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
820         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
821         (mml-minibuffer-read-type): Require mailcap.
822         (mml-preview): Require gnus-msg.
824         * mml1991.el: Require password-cache.
825         (password-cache-expiry): Remove declaration.
827         * mml2015.el: Require password-cache.
828         (password-cache-expiry): Remove declaration.
830         * nneething.el (mailcap): Require mailcap.
832         * nnheader.el (declare-function): Add compatibility stub.
833         (message-remove-header): Declare rather than autoload.
834         (nnheader-replace-header): Require message.
836         * nnimap.el (declare-function): Add compatibility stub.
837         (netrc-parse, netrc-machine-user-or-password): Declare.
838         (nnimap-open-connection): Require netrc.
840         * nntp.el (declare-function): Add compatibility stub.
841         (netrc-parse, netrc-machine, netrc-get): Declare.
842         (nntp-send-authinfo): Require netrc.
844         * rfc2047.el: Don't require qp.
845         (quoted-printable-encode-region, quoted-printable-decode-string):
846         Autoload.
848         * sieve-mode.el: Don't require easymenu.
849         (easy-menu-add-item): Autoload it.
851         * spam-stat.el (time-to-number-of-days): Autoload it.
853 2010-03-17  Kevin Ryde  <user42@zip.com.au>
855         * mml.el (mml-read-tag): Unquote values with `read' to reverse
856         prin1 in mml-insert-tag (just stripping the quotes gave wrong
857         value if any backslash escapes).
859 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
861         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
862         if it is available.  (bug#5647)
864 2010-02-26  Glenn Morris  <rgm@gnu.org>
866         * message.el (message-send-mail-function): Change the default, so that
867         it inherits from a customized send-mail-function.  (Bug#5643)
869 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
871         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
872         shell-command-to-string signals an error (bug#5299).
874 2010-02-24  Glenn Morris  <rgm@gnu.org>
876         * message.el (message-smtpmail-send-it)
877         (message-send-mail-with-mailclient): Doc fixes.
879 2010-02-16  Glenn Morris  <rgm@gnu.org>
881         * message.el (message-default-mail-headers): Change the default value
882         to ease the transition from mail-mode to message-mode.  (Bug#5555)
884 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
886         * message.el (message-mail): Just pass yank-action on to message-setup.
887         (message-setup): Handle (FUN . ARGS) form of yank-action.
888         (message-with-reply-buffer, message-widen-reply)
889         (message-yank-original): Handle non-buffer values of
890         message-reply-buffer (Bug#4080).
891         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
893 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
895         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
896         Fix typo in docstring.
898 2010-01-08  Jason Rumney  <jasonr@gnu.org>
900         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
901         response.
903 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
905         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
907         * message.el (message-check-news-header-syntax): Protect against a
908         string that `rfc822-addresses' returns when parsing fails.
910 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
912         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
913         (gnus-previous-char-property-change): New functions.
915         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
917 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
919         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
920         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
922 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
924         * message.el (message-exchange-point-and-mark): Rework last change to
925         avoid using optional arg of exchange-point-and-mark, for backward
926         compatibility.
928 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
930         * message.el (message-exchange-point-and-mark): Call
931         exchange-point-and-mark with an argument rather than setting
932         mark-active by hand (Bug#5175).
934 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
936         * nntp.el (nntp-service-to-port): Work for service expressed with
937         numeric string; replace [:digit:] with [0-9] for XEmacs.
939 2009-12-17  Glenn Morris  <rgm@gnu.org>
941         * gnus-group.el (gnus-bug-group-download-format-alist):
942         Change emacs entry to debbugs.gnu.org.  Bump :version.
944 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
946         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
948 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
950         * message.el (message-info): Explain why we use `Info-goto-node'.
952 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
954         * message.el (message-completion-in-region): New compatibility function.
955         (message-expand-group): Use it.
957 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
959         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
960         with no unread article should be listed if the 2nd arg `predicate' is
961         given.
963 2009-11-29  Juri Linkov  <juri@jurta.org>
965         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
966         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
967         on `gnus-recenter'.  (Bug#4698, Bug#4981)
969 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
971         * message.el (message-from-style, message-interactive)
972         (message-signature): Always set default values from the corresponding
973         mail-* variables.
974         (message-cite-prefix-regexp, message-sendmail-envelope-from)
975         (message-yank-prefix, message-indentation-spaces)
976         (message-signature-file, message-default-headers): Use boundp rather
977         than (featurep 'xemacs) to check if the corresponding mail-* variables
978         exist.
980 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
982         * message.el (message-send-mail-with-sendmail): Revert last change.
984 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
986         * message.el (message-from-style, message-interactive)
987         (message-cite-prefix-regexp, message-sendmail-envelope-from)
988         (message-yank-prefix, message-indentation-spaces, message-signature)
989         (message-signature-file, message-default-headers): For GNU Emacs, set
990         default values from the corresponding mail-* variables.
991         (message-send-mail-with-sendmail): Use envelope-from only if
992         mail-specify-envelope-from is non-nil.
994 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
996         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
997         containing tspecial characters if they have been already quoted.
999 2009-10-24  Glenn Morris  <rgm@gnu.org>
1001         * gnus-art.el (help-xref-stack-item): Define for compiler.
1003 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1005         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1007 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1009         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1010         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1012 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1014         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1015         (gnus-overlays-in): New alias to overlays-in.
1017         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1018         gnus-overlay-get, and gnus-delete-overlay.
1019         (gnus-summary-show-thread): Make it work as well for systems in which
1020         next-single-char-property-change is not available.
1021         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1023 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1025         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1027 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1029         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1030         and XEmacs that don't have `remove-overlays'.
1032 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1034         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1035         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1036         selective display.  Use overlays instead.
1038 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1040         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1042 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1044         * spam-stat.el (spam-stat-load): Fix typo in message.
1046 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1048         * gnus-art.el (gnus-article-encrypt-body):
1049         * message.el (message-check-recipients):
1050         * mm-util.el (mm-codepage-setup):
1051         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1052         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1054 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1056         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1057         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1058         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1059         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1060         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1062 2009-09-18  Glenn Morris  <rgm@gnu.org>
1064         * gnus-diary.el (gnus-diary-check-message):
1065         * message.el (message-insert-formatted-citation-line):
1066         * nnbabyl.el (top-level):
1067         * nndiary.el (nndiary-schedule):
1068         Fix typos in condition-case handlers.
1070 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1072         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1073         configuration that provides the sole article window in a frame;
1074         position point correctly after deleting a part.
1076 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1078         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1079         (spam-resolve-registrations-routine): Use it to unregister articles
1080         that change status.
1082 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1084         * nnrss.el (nnrss-request-article): Remove binding of
1085         default-enable-multibyte-characters that has gotten needless by
1086         the 2007-07-13 change in rfc2047-encode-message-header.
1088         * mml.el (mml-insert-multipart): Error on the message header.
1089         (mml-insert-part): Error on the message header; position point at
1090         the end of a MIME tag.
1092 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1094         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1095         (gnus-float-time): Alias to float-time if it exists.
1097         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1098         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1099         float-time is available; suppress compile warning for time-to-seconds.
1101 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1103         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1104         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1105         Add the optional argument `encoding' that overrides the default.
1107         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1108         mm-encode-buffer.
1110 2009-09-04  Glenn Morris  <rgm@gnu.org>
1112         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1113         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1114         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1115         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1116         * mm-util.el (mm-with-unibyte-current-buffer)
1117         (mm-find-buffer-file-coding-system):
1118         * yenc.el (yenc-decode-region): Use default-value rather than
1119         default-enable-multibyte-characters.
1121 2009-09-03  Glenn Morris  <rgm@gnu.org>
1123         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1124         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1125         than default-enable-multibyte-characters.
1127 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1129         * gnus-art.el (gnus-article-read-summary-keys):
1130         Fix gnus-buffer-configuration's value temporarily used.
1132 2009-09-02  Glenn Morris  <rgm@gnu.org>
1134         * gnus-util.el (gnus-float-time): New function.
1135         * gnus-delay.el (gnus-delay-article):
1136         * gnus-sum.el (gnus-thread-latest-date):
1137         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1138         * nnspool.el (nnspool-request-newgroups):
1139         Use gnus-float-time rather than time-to-seconds.
1140         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1142         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1143         (gnus-header-subject-face, gnus-header-newsgroups-face)
1144         (gnus-header-name-face, gnus-header-content-face):
1145         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1146         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1147         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1148         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1149         (gnus-cite-face-11):
1150         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1151         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1152         (gnus-server-closed-face, gnus-server-denied-face)
1153         (gnus-server-offline-face):
1154         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1155         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1156         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1157         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1158         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1159         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1160         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1161         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1162         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1163         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1164         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1165         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1166         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1167         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1168         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1169         (gnus-summary-high-undownloaded-face)
1170         (gnus-summary-low-undownloaded-face)
1171         (gnus-summary-normal-undownloaded-face)
1172         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1173         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1174         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1175         (gnus-splash-face):
1176         * message.el (message-header-to-face, message-header-cc-face)
1177         (message-header-subject-face, message-header-newsgroups-face)
1178         (message-header-other-face, message-header-name-face)
1179         (message-header-xheader-face, message-separator-face)
1180         (message-cited-text-face, message-mml-face):
1181         * sieve-mode.el (sieve-control-commands-face)
1182         (sieve-action-commands-face, sieve-test-commands-face)
1183         (sieve-tagged-arguments-face):
1184         * spam.el (spam-face):
1185         Mark face aliases with "-face" in the name as obsolete.
1187 2009-09-01  Glenn Morris  <rgm@gnu.org>
1189         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1190         than goto-line.
1192 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1194         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1195         Don't move point if the command is invoked inside the message header.
1197 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1199         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1200         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1201         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1202         * nnir.el (nnir-swish-e-index-file):
1203         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1204         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1205         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1206         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1207         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1208         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1210 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1212         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1213         Don't save excursion.
1215 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1217         * nnheader.el (nnheader-find-file-noselect):
1218         * mm-util.el (mm-insert-file-contents):
1219         Use (default-value 'major-mode) instead of default-major-mode.
1221 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1223         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1225 2009-08-25  Glenn Morris  <rgm@gnu.org>
1227         * nnir.el (top-level): Don't require cl at run-time.
1228         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1229         Replace cl-function substitute with gnus-replace-in-string.
1230         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1231         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1232         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1233         simplified expansions.
1235 2009-08-22  Glenn Morris  <rgm@gnu.org>
1237         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1238         goto-line.
1240 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1242         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1244         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1245         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1246         (gnus-mm-display-part, gnus-mime-display-single)
1247         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1248         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1250         * gnus-sum.el
1251         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1252         (gnus-summary-move-article): Add expirable mark to articles copied or
1253         moved to group that has auto-expire turned on if the option is non-nil.
1255 2009-07-24  Glenn Morris  <rgm@gnu.org>
1257         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1258         Fix typo.  (Bug#3903)
1260 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1262         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1263         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1264         that should not be used for draft articles.
1265         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1266         that has no concern in minor mode keys.
1267         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1268         Abolish.
1270 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1272         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1273         article without making inquiry to a user for unknown encoding.
1275         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1276         (nnmaildir--scan): Assume i-node and device number that file-attributes
1277         returns might be cons-cell.
1279 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1281         * auth-source.el: Remove docs now in auth.texi.  Don't use
1282         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1283         `auth-source-hide-passwords' and use them.
1285 2009-07-15  Glenn Morris  <rgm@gnu.org>
1287         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1289 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1291         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1292         excessive whitespace from the default values of title and description.
1294 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1296         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1297         mail-fetch-field to fetch Content-Description header in order to
1298         exclude newlines.
1300 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1302         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1303         to deleted part.
1305 2009-05-30  David Engster  <dengste@eml.cc>
1307         * nnmairix.el: Remove old documentation in the commentary block.
1308         (nnmairix-request-group): Do not update active file for nnml back ends.
1309         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1310         end so that overview files are ignored.
1311         (nnmairix-update-groups): Make updating the groups more robust by using
1312         marks.
1313         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1314         with dollar characters in message-id.
1316 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1318         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1319         2008-12-25 in dns.el.
1321 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1323         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1324         could happen if the text is only composed of spaces and/or tabs.
1326 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1328         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1329         when sending a queued message to avoid extra mml tags.
1331 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1333         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1335 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1337         * gnus-dired.el: Remove autoload for gnus-setup-message.
1338         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1339         displaying Gnus logo; always use compose-mail.
1341 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1343         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1345 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1347         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1348         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1349         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1350         available.
1351         (gnus-nocem-epg-verify): New function.
1353 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1355         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1357 2009-02-15  Glenn Morris  <rgm@gnu.org>
1359         * gnus-util.el (rmail-insert-rmail-file-header)
1360         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1361         autoloads.
1362         (rmail-default-rmail-file): Remove unnecessary declaration.
1363         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1365 2009-02-14  Glenn Morris  <rgm@gnu.org>
1367         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1368         variable (only used in gnus-util, which declares it anyway).
1369         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1370         which was only needed by gnus-art (changed to not use it any more).
1371         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1372         only used in gnus-util, which autoloads it itself.
1373         (rmail-update-summary): Fix autoload.
1375         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1376         rather than rmail-output-to-rmail-file.
1378 2009-02-07  Glenn Morris  <rgm@gnu.org>
1380         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1381         autoload of function that no longer exists.
1382         (rmail-toggle-header): Declare.
1383         (message-forward-rmail-make-body): Handle mbox Rmail.
1385 2009-01-31  Glenn Morris  <rgm@gnu.org>
1387         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1388         2009-01-09 change.
1390 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
1392         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1393         (auth-source-forget-all-cached): New convenience function.
1394         (auth-source-user-or-password): Accept list of modes or a single mode.
1396         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1397         auth-source modes.
1399         * nnimap.el (nnimap-open-connection): Use list of
1400         auth-source modes.
1402         * nntp.el (nntp-send-authinfo): Use list of
1403         auth-source modes.
1405 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1407         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1408         now.
1410 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1412         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1413         coding system in XEmacs; add a workaround for XEmacs.
1415 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1417         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1418         of current-language-environment.
1420 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1422         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1423         available at runtime.
1425 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1427         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1429 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1431         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1432         the greatest positive fixnum value doesn't work under an XEmacs with
1433         bignum support; use the most-positive-fixnum constant instead,
1434         available since Emacs 21.1 with cl and XEmacs 21.1.
1436 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1438         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1439         XEmacs gets not to work.
1441 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1443         * mm-util.el (mm-coding-system-priorities): Allow the value like
1444         "Japanese (UTF-8)" of current-language-environment.
1446 2009-01-09  Glenn Morris  <rgm@gnu.org>
1448         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1449         with last-command-event.
1451 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1453         * message.el (message-fix-before-sending): Amend comment.
1455 2009-01-07  David Engster  <dengste@eml.cc>
1457         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1458         simplified server definitions by converting it via
1459         gnus-server-to-method.
1461 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1463         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1464         parameter's operands.
1466 2009-01-06  David Engster  <dengste@eml.cc>
1468         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1469         primary select method (for gnus-group-mark-article-as-read).
1471 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1473         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1474         `(gnus)Face', not `(gnus)X-Face'.
1476 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1478         * mm-util.el (mm-ucs-to-char): New function.
1480         * mm-url.el (mm-url-decode-entities): Use it.
1482 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1484         * message.el (message-fix-before-sending): Add `eight-bit' to
1485         illegible-text check.
1487 2009-01-03  Michael Olson  <mwolson@gnu.org>
1489         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1490         `headers' is nil.  This can occur if the IMAP server does not have
1491         permissions to read messages from a folder, but can write new messages
1492         to the folder.
1493         (nnimap-request-article-part): Do not insert `data' if it is nil.
1495 2009-01-01  Dave Love  <fx@gnu.org>
1497         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1499         * nnimap.el: Fix author email.
1500         (nnimap-split-rule): Add FIXME comment.
1501         (nnimap-debug): Fix doc string.
1503 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1505         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1506         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1507         to check if those variables exist (first appeared in Emacs 18.50).
1509 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1511         * mm-util.el (mm-line-number-at-pos): New function.
1513         * spam-report.el (spam-report-process-queue): Use it.
1515 2008-12-24  David Engster  <dengste@eml.cc>
1517         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1518         parameters that haven't existed as variables as buffer-local variables.
1520 2008-12-23  Dave Love  <fx@gnu.org>
1522         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1523         cadar.
1525         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1526         imap-starttls-p.
1527         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1529 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1531         * spam-report.el (spam-report-gmane-max-requests): New constant.
1532         (spam-report-gmane-wait): New variable.
1533         (spam-report-gmane-ham, spam-report-gmane-spam)
1534         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1535         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1536         the server.
1538         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1539         Add explanations.
1541         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1542         nnheader-accept-process-output and nnheader-read-timeout if available.
1543         (pop3-movemail): Use it.
1545         * message.el (message-check-news-body-syntax): Fix signature check if
1546         there's an attachment.
1548 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1550         * mm-util.el: Add comments to the mm- emulating functions.
1552 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1554         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1555         by Stephen Berman <stephen.berman@gmx.net>.
1557 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1559         * mm-util.el (mm-substring-no-properties): New function.
1560         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1561         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1562         (mm-string-to-multibyte): Doc fix.
1564         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1566 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1568         * mml.el (mml-attach-file): Strip text properties from file name.
1569         (Bug#1574)
1571 2008-12-16  Glenn Morris  <rgm@gnu.org>
1573         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1575 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1577         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1578         knows since the charset specified might be a bogus alias that
1579         mm-charset-synonym-alist provides.
1581 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1583         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1584         "ISO_8859-1".
1586         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1588 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1590         * mm-util.el (mm-charset-eval-alist):
1591         Define it before mm-charset-to-coding-system.
1592         (mm-charset-to-coding-system): Add optional argument `silent';
1593         define it before mm-charset-override-alist.
1594         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1595         default value if it can be used in Emacs currently running;
1596         silence mm-charset-to-coding-system.
1598 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1600         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1601         `allow-override' which says whether to use `mm-charset-override-alist'.
1602         (rfc2047-decode-encoded-words): Use it.
1604         * mm-util.el (mm-charset-override-alist): Fix custom type;
1605         add `(gb2312 . gbk)' to choices.
1607 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1609         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1610         fast.
1612         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1614 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1616         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1617         on links.
1619         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1621 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1623         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1624         users' addresses that don't have domain parts.
1625         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1626         rather than message-narrow-to-head since there will be the message
1627         header separator.
1629 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1631         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1632         since the result is inserted in a unibyte buffer anyway.
1633         (nnimap-demule-use-string-to-multibyte): Remove.
1634         (nnimap-demule): Alias it to mm-string-to-multibyte.
1636 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1638         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1639         variable for debugging bug#464 and bug#1174.
1640         (nnimap-demule): Use it.
1642 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1644         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1645         score calculation correctly.
1647 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1649         * message.el (message-send-mail): Just set the buffer to unibyte
1650         rather than use mm-with-unibyte-current-buffer which does a lot more.
1651         (message-send-mail-partially): Don't bother with
1652         mm-with-unibyte-current-buffer since it's already been made unibyte by
1653         message-send-mail.
1655 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1657         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1659 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1661         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1663 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1665         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1666         require itself and to remove `with-no-warnings'.
1668 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1670         * starttls.el (starttls-any-program-available): Get the name of the
1671         available TLS layer program.
1672         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1673         well as the host name in the "opening" message.
1675         * auth-source.el (auth-source-cache, auth-source-do-cache)
1676         (auth-source-user-or-password): Cache passwords and logins by default,
1677         allow override with `auth-source-do-cache'.
1678         (auth-source-forget-user-or-password): Allow users to remove cache
1679         entries if needed.
1681 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1683         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1684         condition-case to only the forward-sexp call.
1686 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1688         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1689         quotes contained.  Make it more robust regardless by an extra
1690         condition-case wrapper.
1692 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1694         * nnml.el (nnml-request-expire-articles): Check if the function set to
1695         `nnmail-expiry-target' returns the symbol `delete'.
1697         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1699         * nnmail.el (nnmail-expiry-target): Fix custom type.
1701 2008-10-02  Glenn Morris  <rgm@gnu.org>
1703         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1704         Silence compiler warning.
1706 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1708         * mml.el (mml-menu): Don't assume mml2015 is bound.
1710 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1712         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1713         exists.
1715 2008-09-27  Glenn Morris  <rgm@gnu.org>
1717         * gnus-util.el (mail-header-remove-comments): Autoload it.
1719 2008-09-27  Andreas Schwab  <schwab@suse.de>
1721         * gnus-util.el (gnus-split-references): Strip comments.
1722         (gnus-parent-id): Likewise.
1724 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1726         * message.el (message-confirm-send): Fix version.
1728 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1730         * message.el (message-idna-to-ascii-rhs-1): Use
1731         mail-extract-address-components rather than mail-header-parse-addresses
1732         that is an alias by default to ietf-drums-parse-addresses that does not
1733         support non-ASCII names in headers' contents.
1735 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1737         * message.el (message-confirm-send): Fixed variable documentation to
1738         avoid the "y/n" wording.
1740 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1742         * message.el (message-set-auto-save-file-name): Save to a different
1743         filename so multiple messages (especially drafts) can be recovered.
1745 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1747         * message.el (message-confirm-send): Add appropriate version.
1749 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1751         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1752         defvar.
1754 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1756         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1757         (mm-pkcs7-enveloped-magic): Ditto.
1759 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1761         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1762         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1764 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1766         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1767         default, it's better.
1769 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1771         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1772         summary line gnus-number property and ignore them (with a warning
1773         message).
1775 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1777         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1778         macro caddr in the interactive form since it won't be expanded.
1780 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1782         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1783         `charset'; fix name of function called recursively.
1784         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1786 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1788         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1789         (gnus-mime-set-charset-parameters): New function.
1790         (gnus-mime-view-part-as-charset): Use it to correctly display part
1791         specifying wrong charset.
1793 2008-09-08  David Engster  <dengste@eml.cc>
1795         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1796         in completing-read for back end server.
1798 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1800         * message.el (message-confirm-send): New variable to confirm sending a
1801         message.
1802         (message-send): Use it.
1804 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1806         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1808 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1810         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1812 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1814         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1815         prevent tracking too many groups.
1816         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1817         Use it.
1819 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1821         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1822         moving point to the bottom of the window in order to avoid recentering.
1824 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1826         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1827         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1828         (gnus-article-beginning-of-window): Fix calculation.
1830 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1832         * gnus-msg.el (gnus-summary-supersede-article)
1833         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1834         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1835         message header.
1837 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1839         * message.el:
1840         * gnus-start.el:
1841         * gnus-registry.el: Remove VMS support.
1843 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1845         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1846         macro.
1847         (rfc2104-hash): Use it.
1849 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1851         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1852         (gnus-summary-sort-by-most-recent-date): New commands.
1853         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1854         and menu entries.
1856 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1858         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1859         don't redisplay article for raw contents; remove plural articles stuff.
1861         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1862         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1863         on gnus-summary-save-article; display results properly.
1865 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1867         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1869 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1871         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1872         gnus-save-all-headers.
1874 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1876         * gnus-util.el (ns-focus-frame): Remove declaration.
1877         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1878         like x.
1880 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1882         * rfc2104.el (rfc2104-zero): Delete defconst.
1883         (rfc2104-hex-alist): Likewise.
1884         (rfc2104-hex-to-int): Delete func.
1885         (rfc2104-hexstring-to-bitstring): Likewise.
1886         (rfc2104-nybbles): New defconst.
1887         (rfc2104-hash): Rewrite for speed.
1889 2008-07-16  Glenn Morris  <rgm@gnu.org>
1891         * gnus-util.el (ns-focus-frame): Declare for compiler.
1893 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1895         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1896         set as a group parameter.
1897         (gnus-summary-save-in-pipe): Work when it is called independently.
1898         (gnus-summary-pipe-to-muttprint): Don't modify
1899         gnus-summary-pipe-output-default-command.
1901 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1903         * message.el (message-send-mail-with-sendmail):
1904         Display the error message.
1906 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1908         * gnus-art.el (gnus-default-article-saver):
1909         Add gnus-summary-save-in-pipe to choices.
1910         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1911         gnus-summary-pipe-output-default-command as the default command.
1912         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1913         instead of gnus-last-shell-command.
1915         * gnus-sum.el (gnus-summary-pipe-output-default-command):
1916         New user option.
1917         (gnus-summary-muttprint-program): Mention the value will be changed.
1918         (gnus-summary-save-article): Force showing of all headers.
1919         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1921 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
1923         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1925 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
1927         * nnimap.el (nnimap-id):
1928         * sieve-manage.el (sieve-manage-open): Doc fixes.
1930 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1932         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1933         if available.
1935 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1937         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1939         * nnkiboze.el (nnkiboze-generate-group):
1940         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1942         * nnmairix.el: Require CL.
1944 2008-06-15  David Engster  <dengste@eml.cc>
1946         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1948 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
1950         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1951         New macros that expand to an `aset'/`aref' call under Emacs, and to a
1952         runtime choice under XEmacs.
1954         * gnus-sum.el (gnus-summary-set-display-table):
1955         Use `gnus-put-display-table', `gnus-get-display-table',
1956         `gnus-set-display-table' for the display table, instead of `aset'.
1958 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1960         * nnmairix.el: Add autoloads.
1962 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1964         * nnmairix.el (nnmairix-delete-recreate-group)
1965         (nnmairix-update-and-clear-marks): Fix error messages.
1967 2008-06-14  David Engster  <dengste@eml.cc>
1969         * nnmairix.el: Upgrade to version 0.6.
1970         (nnmairix-group-toggle-propmarks-this-group)
1971         (nnmairix-group-toggle-readmarks-this-group)
1972         (nnmairix-group-delete-recreate-this-group)
1973         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1974         (nnmairix-remove-tick-mark-original-article): New commands.
1975         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1976         (nnmairix-propagate-marks-to-nnmairix-groups)
1977         (nnmairix-only-use-registry, nnmairix-allowfast-default)
1978         (nnmairix-marks-cache, nnmairix-version-output): New variables.
1979         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1980         functions needed for marks propagation and manipulation of read marks.
1981         (nnmairix-update-groups): New function.
1982         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1983         (nnmairix-determine-original-group-from-registry)
1984         (nnmairix-determine-original-group-from-path)
1985         (nnmairix-get-group-from-file-path, nnmairix-map-range)
1986         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1987         New helper functions.
1988         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1989         keystrokes for new commands.
1990         (nnmairix-delete-and-create-on-change): Doc string cleanup.
1991         (nnmairix-request-group): Check allow-fast group parameter.
1992         (nnmairix-request-create-group): Set allow-fast group parameter if
1993         nnmairix-allowfast-default is set.
1994         (nnmairix-close-group): Propagate marks upon closing if needed.
1995         (nnmairix-group-toggle-threads-this-group): Use new.
1996         nnmairix-group-toggle-parameter helper function.
1997         (nnmairix-search): Better check for empty search result.
1998         (nnmairix-goto-original-article): Use new helper functions for
1999         determining original article.
2000         (nnmairix-show-original-article): Make sure message-id is in brackets.
2001         (nnmairix-call-mairix-binary): Change variable name.
2002         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2003         helper function.
2004         (nnmairix-widget-toggle-activate): Fix doc string.
2006 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2008         * nnir.el: Require edmacro when compiling with XEmacs.
2009         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2010         available in Emacs 21.
2012 2008-06-11  Glenn Morris  <rgm@gnu.org>
2014         * gnus-util.el (x-focus-frame):
2015         * gnus.el (image-size):
2016         * mm-decode.el (image-size): Declare.
2018         * gnus-picon.el (declare-function): Add compat definition.
2019         (image-size): Declare.
2021         * gnus-group.el (tool-bar-map):
2022         * gnus-sum.el (tool-bar-map): Define for compiler.
2024         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2026         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2028         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2029         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2030         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2031         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2032         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2033         * sieve-manage.el, spam-report.el, spam.el:
2034         Remove unnecessary eval-and-compile of autoloads.
2036 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2038         * auth-source.el: Precise Tramp doc.
2040 2008-06-07  Glenn Morris  <rgm@gnu.org>
2042         * nnmairix.el: Remove unnecessary eval-when-compile.
2044 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
2046         * nnir.el: New file.
2048 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2050         * gnus-util.el (gnus-read-shell-command): New function.
2051         * mm-decode.el (mm-pipe-part):
2052         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2054 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2056         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2058 2008-06-03  Glenn Morris  <rgm@gnu.org>
2060         * pop3.el (nnheader-accept-process-output): Autoload it.
2062 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2064         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2065         are not 2-digit hexadecimal characters that follow `%'s.
2067 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2069         * message.el (message-bogus-recipient-p): Fix type in doc string.
2070         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2071         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2072         Improve custom options.
2073         (message-bogus-recipient-p): Adjust accordingly.
2075 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2077         * nnmairix.el: Require edmacro when compiling with XEmacs.
2079 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2081         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2082         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2084 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2086         * auth-source.el: Add more docs.
2088 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2091         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2092         retrieval faster in some cases, but might make CPU usage larger.  If
2093         this has any bad side effects, we might revert this change.
2095         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2096         seems to make mail retrieval much, much faster.
2097         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2098         unconditionally.
2100         * gnus-draft.el (gnus-group-send-queue): Bind
2101         message-send-mail-partially-limit to nil to avoid being prompted.
2103 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2105         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2107         * message.el (message-bogus-address-regexp): Fix and improve custom
2108         type.
2109         (message-setup-hook): Add message-check-recipients as custom option.
2111 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2113         * message.el (message-cite-function): Remove bogus autoload which crept
2114         in during merge from v5-10.
2116 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2118         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2120         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2122         * auth-source.el: Preliminary Tramp docs.
2123         (auth-sources): Change the default auth-sources to use
2124         EPA .gpg files.
2126 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2128         * nntp.el: Autoload `auth-source-user-or-password'.
2129         (nntp-send-authinfo): Use it.
2131         * nnimap.el: Autoload `auth-source-user-or-password'.
2132         (nnimap-open-connection): Use it.
2134         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2135         for the gnus-message function.
2136         (auth-source-user-or-password): Use it.
2138 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2140         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2141         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2142         (rfc2104-hash): Use it.
2144 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2146         * gnus-art.el (gnus-article-toggle-truncate-lines):
2147         Don't use `iff' in docstring.
2149 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2151         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2153         * gnus-util.el (gnus-extract-address-component-name)
2154         (gnus-extract-address-component-email): Convenience functions around
2155         `gnus-extract-address-components'.
2157         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2158         Use `gnus-extract-address-component-email' to fix bug of comparing full
2159         sender name to `user-mail-address'.
2161 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2163         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2164         catch/throw to optimize.
2165         (gnus-registry-find-keywords): Just use member to find a keyword.
2167 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2169         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2170         is current before calling gnus-server-prepare.
2171         (gnus-server-setup-buffer, gnus-server-update-server)
2172         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2174 2008-05-04  Juri Linkov  <juri@jurta.org>
2176         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2177         (mailcap-file-default-commands): Use mailcap-replace-in-string
2178         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2179         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2181 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2183         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2185 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2187         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2188         hooks.
2189         (gnus-update-read-articles): Speed up non-marks-using users.
2190         (gnus-use-marks): Define gnus-use-marks.
2191         (gnus-propagate-marks): Rename variable to something more sensible.
2193 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2195         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2196         (gmm-image-load-path-for-library): Fix typos in docstrings.
2197         (gmm-message): Reflow docstring.
2199 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2201         * mail-source.el (mail-source-set-1, mail-source-bind):
2202         Move auth-source code out of the macro to clean it up and fix bugs.
2204 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2206         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2207         by sender if it's equal to user-mail-address, it's likely to be
2208         useless.
2210         * mail-source.el (mail-source-bind): Don't use user or password if they
2211         are not bound.  Unintern them if they are nil.  Don't use server unless
2212         it's bound, and default it to empty string otherwise.
2214 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2216         * mail-source.el: Load auth-source.el.
2217         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2218         get user name or password, if auth-sources is set up.
2220         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2221         strategy of splitting with parent.
2222         (gnus-registry-split-fancy-with-parent)
2223         (gnus-registry-post-process-groups): Use it and fix prior
2224         bug (returning a list as the split result).
2226         * auth-source.el (auth-sources): Remove server parameter.
2227         (auth-source-pick, auth-source-user-or-password)
2228         (auth-source-user-or-password-imap)
2229         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2230         (auth-source-user-or-password-sftp)
2231         (auth-source-user-or-password-smtp): Remove server parameter.
2233 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2235         * smime.el (smime-sign-region, smime-encrypt-region)
2236         (smime-decrypt-region):
2237         Remove redundant calls to `generate-new-buffer-name'.
2239 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2241         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2242         Don't use QP for message/rfc822.
2243         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2245 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2247         * sieve-manage.el (sieve-string-bytes): Remove.
2248         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2249         correct byte-length only if the process's coding-system is the same as
2250         the one used internally by Emacs to represent strings.
2252 2008-04-22  Juri Linkov  <juri@jurta.org>
2254         * mailcap.el (mailcap-file-default-commands): New function.
2256 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2258         * message.el (message-signature-separator, message-cite-function):
2259         Change custom version.
2261 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2263         * mm-decode.el (mm-display-external): Make temp file read-only.
2265 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2267         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2268         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2269         `C-c C-f d'.
2271 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2273         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2275 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2277         * auth-source.el: Added docs.
2278         (auth-sources): Modify format to support server.
2279         (auth-source-pick, auth-source-user-or-password)
2280         (auth-source-user-or-password-imap)
2281         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2282         (auth-source-user-or-password-sftp)
2283         (auth-source-user-or-password-smtp): Add server parameter.
2285 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2287         * gnus-registry.el: Initialize the registry when gnus-registry-install
2288         is t.
2290 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2292         * compface.el (uncompface): Make buffer unibyte.
2294 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2296         * mail-source.el (mail-source-value):
2297         Prefer fboundp to functionp so it works with macros as well.
2299 2008-04-05  Glenn Morris  <rgm@gnu.org>
2301         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2303 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2305         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
2306         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2308         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2309         multibyteness after rather than before erasing it.
2311         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2312         mm-with-multibyte.
2313         (gnus-request-article-this-buffer): Make sure the proper decoding is
2314         used if gnus-original-article-buffer happens to be unibyte.
2316         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2317         default-enable-multibyte-characters.
2319         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2320         default-enable-multibyte-characters.
2322         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2324         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2326 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2328         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2329         Fix last change in case the element is not even a symbol.
2331 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2333         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2334         imap-enable-exchange-bug-workaround.
2335         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2337 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2339         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2340         a 100 byte status-checks into a 2-3MB transfer for each group.
2341         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2342         to enable bug workaround or not.
2343         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2345 2008-03-31  Glenn Morris  <rgm@gnu.org>
2347         * message.el (mml2015-use): Declare for compiler.
2348         (message-info): Require mml2015 when appropriate.
2350 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2352         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2353         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2354         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2355         (nntp-service-to-port): New function.
2356         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2357         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2358         (nntp-open-netcat-stream): New function.
2359         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2361 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2363         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2365 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2367         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2369 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2371         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2373 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2375         * message.el (message-signature-separator): Change default.
2376         Improve custom type.
2377         (message-cite-function): Change default to
2378         message-cite-original-without-signature.
2380         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2381         toggle.
2383         * message.el (message-check-news-body-syntax): Fix signature check.
2384         (message-setup-1): Mark buffer as unmodified _after_ running
2385         message-setup-hook and handling message-alternative-emails.
2386         (message-shorten-references): Be more strict when building list of
2387         valid references to comply with GNKSA.
2389         * gnus-group.el (gnus-read-ephemeral-bug-group)
2390         (gnus-read-ephemeral-debian-bug-group)
2391         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2393         * message.el (message-info): Don't use booleanp which isn't supported
2394         in Emacs 21 and XEmacs.
2396 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2398         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2399         gnus-group-gmane-group-download-format.
2400         (gnus-group-read-ephemeral-gmane-group): Rename from
2401         gnus-group-read-ephemeral-gmane-group.
2402         (gnus-read-ephemeral-gmane-group-url): Rename from
2403         gnus-group-read-ephemeral-gmane-group-url.
2404         (gnus-bug-group-download-format-alist): New variable.
2405         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2406         (gnus-read-ephemeral-emacs-bug-group): New commands.
2408 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2410         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2411         (gnus-visible-headers): Improve custom type.
2413 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2415         * mml.el (mml-menu): Add workarounds for XEmacs.
2417         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2418         X-Boundary header.
2420         * message.el (message-simplify-recipients): Fix previous commit.
2422 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2424         * mm-util.el (mm-set-buffer-multibyte): New function.
2425         * mm-decode.el (mm-copy-to-buffer): Use it.
2427         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2428         Prefer fboundp to functionp so it works with macros as well.
2430 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2432         * message.el (message-alter-recipients-discard-bogus-full-name):
2433         New function.
2434         (message-alter-recipients-function): New variable.
2435         (message-get-reply-headers): Use it.
2436         (message-replace-header): New helper function.
2437         (message-recipients-without-full-name): New variable.
2438         (message-simplify-recipients): New command.
2440         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2442         * message.el (message-info): Handle EasyPG manual.
2444         * mml.el (mml-menu): Add entry for EasyPG.
2446 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2448         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2449         parameter.
2451         * message.el (message-disassociate-draft): Specify drafts group name
2452         fully.
2454 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2456         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2457         unnecessary duplicates from the match list.
2459 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2461         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2462         args of `how-many' of which the XEmacs version doesn't take; declare
2463         Info-index-next as function.
2465 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2467         * gnus-score.el (gnus-score-headers): Fix handling of
2468         gnus-inhibit-slow-scoring.
2470         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2471         string.
2472         (gnus-button-url-regexp): Improve handling of parenthesis.
2473         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2474         (gnus-button-handle-info-keystrokes): Handle index entries.
2476 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2478         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2479         Incoming* files.
2481 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2483         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2484         (auth-source-pick): Use it.
2486 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2488         * auth-source.el (auth-source-protocols)
2489         (auth-source-protocols-customize, auth-source-choices): Added and
2490         modified variable customizations and defaults.
2491         (auth-source-pick, auth-source-user-or-password)
2492         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2493         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2494         (auth-source-user-or-password-sftp)
2495         (auth-source-user-or-password-smtp): Use new variables and provide an
2496         interface to netrc.el.
2498 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2500         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2501         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2502         Make sure the nntp port to specify is a string.
2504 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2506         * nntp.el: Use with-current-buffer.
2507         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2508         dubious mm-with-unibyte-current-buffer.
2509         (nntp-with-open-group-function): New function extracted from
2510         nntp-with-open-group macro.
2511         (nntp-with-open-group): Use the function, so it's easier to debug.
2512         Add indentation and debugging info.
2513         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2514         the use of the netcat alternatives.
2516         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2517         Avoid mm-string-as-multibyte as well.
2519         * nnweb.el (nnweb-insert-html):
2520         Remove use of nnheader-string-as-multibyte.
2522         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2523         (nnheader-string-as-multibyte): Remove.
2525         * mm-view.el: Use inhibit-read-only.
2526         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2527         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2528         or unibyte-string.
2530         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2531         (mm-uu-yenc-extract): Use with-current-buffer.
2533         * gnus-soup.el (gnus-soup-send-packet): Don't use
2534         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2536         * nnmh.el: Use with-current-buffer.
2537         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2538         mm-string-as-multibyte on the output of mm-encode-coding-string.
2540         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2541         (nnimap-request-move-article): Use with-current-buffer.
2543         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2544         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2545         conversion uses string-make-unibyte rather than string-as-unibyte.
2547         * gnus-msg.el: Use with-current-buffer.
2549         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2551 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2553         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2554         string for caching if it is 'PIN.
2556 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2558         * mail-source.el (mail-source-delete-old-incoming-confirm):
2559         Change default to nil.
2560         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2562 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2564         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2565         (gnus-article-goto-prev-page): Work for articles having ^L's.
2567         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2569         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2571 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2573         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2574         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2575         (gnus-bookmark-jump): Adjust some variable names.
2577 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2579         * auth-source.el: New package.
2580         (auth-source-choices): Add customization entry point variable.
2582         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2583         bug.
2585 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2587         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2588         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2589         (gnus-registry-install-shortcuts): Rename from
2590         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2591         the `gnus-registry-mark-map' keymap dynamically from
2592         `gnus-registry-marks'.  The generated functions update the summary line
2593         when a registry mark is added or deleted, and will call
2594         `gnus-registry-install-p' (see the comments in the code).
2595         (gnus-registry-user-format-function-M): Use concat intelligently.
2597         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2598         the registry mark functions.
2600 2008-03-05  Glenn Morris  <rgm@gnu.org>
2602         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2603         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2604         gnus-art.
2605         (top-level): No need to load own source when compiling.
2607 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2609         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2610         Suggested by <chris.anderton@zetnet.co.uk>.
2612 2008-03-04  Glenn Morris  <rgm@gnu.org>
2614         * gnus-sum.el (top-level): No need to require gnus when compiling,
2615         since unconditionally required near start of file.
2616         (gnus-summary-display-while-building): Move definition before use.
2618 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2620         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2621         formatting function.
2623 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2625         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2626         with plists.
2627         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2628         Use new format.
2630 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2632         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2633         `where-is-internal' that returns a range of key sequences.
2635 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2637         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2639         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2640         (gnus-summary-jump-to-group): Consider windows on other displayed
2641         frames as well.  Similar changes might be needed elsewhere, but that's
2642         the one I've bumped into during my use.
2644         * nndoc.el (nndoc-oe-dbx-type-p):
2645         * gnus-msg.el (gnus-debug):
2646         * gnus-group.el (gnus-update-group-mark-positions):
2647         Use mm-string-to-multibyte.
2649 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2651         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2652         doesn't handle NotDashEscaped.
2654         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2655         (mml-dnd-attach-options): Fix typo in custom choice.
2657         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2658         nndoc-article-type to mbox.
2659         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2661         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2662         to nil, instead of html2text.
2664         * imap.el (imap-debug): Add `imap-ping-server'.
2666         * gnus-bookmark.el: Add FIXMEs.
2668         * message.el (message-form-letter-separator)
2669         (message-send-form-letter-delay): New variables.
2670         (message-send-form-letter): Use them.  New command to send form
2671         letters.  Requested by Uwe Siart.
2672         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2674 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2676         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2677         empty author.
2679 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2681         * gnus-registry.el (gnus-registry-marks): Add variable for
2682         customization of marks and their appearance.
2683         (gnus-registry-read-mark): Use it.
2684         (gnus-registry-do-marks): Add utility function to loop through
2685         `gnus-registry-marks'.
2686         (gnus-registry-install-shortcuts-and-menus): Add function to install
2687         shortcuts and menus.
2688         (gnus-registry-initialize): Use it.
2689         (gnus-registry-default-mark): Clarify documentation.
2691 2008-02-29  Glenn Morris  <rgm@gnu.org>
2693         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2694         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2695         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2696         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2697         Change defcustom :version from 23.0 to 23.1.
2699 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2701         * gnus-registry.el (gnus-registry-follow-group-p)
2702         (gnus-registry-post-process-groups): Add functions to aid registry
2703         splitting and improve logging.  Clarify behavior in function
2704         documentation.
2705         (gnus-registry-split-fancy-with-parent): Use them.
2707 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2709         * gnus-art.el: Use with-current-buffer.
2711 2008-02-27  David Engster  <dengste@eml.cc>
2713         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2714         Express real group name in the response.
2716 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2718         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2719         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2720         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2721         autoload gnus-registry-fetch-group when compiling.
2722         (nnmairix-request-group-with-article-number-correction): Remove
2723         unreferenced argument passed to nnmairix-call-backend.
2725 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2727         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2728         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2729         Wilde.
2731 2008-02-27  Glenn Morris  <rgm@gnu.org>
2733         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2734         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2735         variables to defconsts.  Convert comments to doc-strings.
2736         (nnmairix-last-server, nnmairix-current-server): Convert from free
2737         variables to defvars.  Convert comments to doc-strings.
2738         (gnus-registry-fetch-group): Autoload.
2739         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2740         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2741         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2742         caddr.
2743         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2744         nnmairix-request-group-with-article-number-correction call.
2745         (nnmairix-fast, nnmairix-group): New, less general names, for free
2746         variables passed from nnmairix-request-group to
2747         nnmairix-request-group-with-article-number-correction.  Declare.
2748         (nnmairix-request-group-with-article-number-correction):
2749         Use nnmairix-fast, nnmairix-group rather than fast, group.
2751 2008-02-26  David Engster  <dengste@eml.cc>
2753         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2754         version 0.5.
2756 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2758         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2759         instead of making an extra function call.  Don't add the current group
2760         to articles only when they have the group.  Use
2761         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2762         Reported by David <de_bb@arcor.de>.
2764 2008-02-24  Miles Bader  <miles@gnu.org>
2766         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
2767         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
2768         (mm-find-mime-charset-region):
2769         * mm-bodies.el (mm-encode-body):
2770         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
2772 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
2774         * mail-source.el (mail-source-delete-incoming): Change default.
2775         Supplement doc string.
2777         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2779 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2781         * nnmail.el (nnmail-message-id-cache-file): Derive from
2782         `gnus-home-directory'.
2784 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
2786         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2787         Document negative prefix.
2789         * gnus-group.el (gnus-group-read-group): Document negative prefix.
2791 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2793         * message.el (message-unsent-separator): Add the Exim bounce
2794         separator.
2796 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2798         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2799         list.
2800         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2801         recipient/signer list.
2803 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2805         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2806         fbound (Emacs 23 unicode), signal an error.
2808 2008-02-08  Glenn Morris  <rgm@gnu.org>
2810         * gnus-art.el (pgg-display-output-buffer): Declare as function.
2812 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
2814         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2815         ports to the calls to `netrc-machine-user-or-password' in addition to
2816         "imap" and "imaps".
2818 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
2820         * gnus.el (gnus-group-startup-message): Add `find-image' call before
2821         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
2822         <hanche@math.ntnu.no>.
2824 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2826         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2828 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2830         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2832         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2834 2008-02-01  Miles Bader  <miles@gnu.org>
2836         * mml.el (mml-parse-1): Remove apparently vestigial use of
2837         `mm-hack-charsets'.
2838         * mm-bodies.el (mm-encode-body): Likewise.
2840 2008-02-01  Kenichi Handa  <handa@m17n.org>
2842         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2843         rfc2104-hexstring-to-bitstring and changed to return a byte list.
2844         (rfc2104-hash): Convert the result of concat to unibyte string.
2846 2008-02-01  Dave Love  <fx@gnu.org>
2848         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2849         coding-system-for-read.
2850         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2852         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
2853         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
2854         (mm-find-mime-charset-region): Remove hack-charsets stuff.
2856 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
2858         * mail-source.el (mail-sources): Add `group' choice.
2860         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2861         parameter `in-group' to control into which group the articles go.
2862         Add treatment of `group' mail-source.
2864 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2866         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2867         * message.el (message-beginning-of-line): Use featurep instead of bound
2868         tests in order to resolve conditionals at compile time.
2870 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2872         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2874         * mm-decode.el (mm-dissect-buffer): Decode description.
2876         * mml.el (mml-to-mime): Encode message header first.
2878 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2880         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2881         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2883 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
2885         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2887 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2889         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2890         prefix keys.
2891         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2892         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2893         gnus-xmas.el.
2895 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2897         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2898         Add new variables for article mark management.
2899         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2900         list of extra data entries which, when present, will indicate that the
2901         article ID should not be trimmed from the registry.
2902         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2903         functions.
2904         (gnus-registry-read-mark): New function to read a mark name from the
2905         user.
2906         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2907         (gnus-registry-set-article-mark-internal): New functions to add and
2908         remove marks.
2909         (gnus-registry-get-article-marks): New function to show the marks for
2910         an article, or retrieve them for further use.
2912 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2914         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2915         keys when no argument is given.
2917 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2919         * gnus-sum.el (gnus-article-sort-by-random)
2920         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
2921         jidanni@jidanni.org.
2923 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2925         * gnus-art.el (gnus-article-describe-bindings): New function.
2926         (gnus-article-read-summary-keys): Use it.
2927         (gnus-article-mode-map): Bind `C-h b' to it.
2929 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2931         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2932         XEmacs.
2933         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2934         against non-character events.
2936 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2938         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2939         command.
2940         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2941         instead of END.  Change name of the temp file.
2942         (gnus-group-gmane-group-download-format): Add doc string.  Make it
2943         customizable.
2945 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2947         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2948         bind `S W' to gnus-article-wide-reply-with-original; set default
2949         binding to gnus-article-read-summary-send-keys.
2950         (gnus-article-read-summary-keys): Fix the order of keys; display
2951         continuation keys correctly in the echo area; describe bindings
2952         correctly when keys end with `C-h'.
2953         (gnus-article-read-summary-send-keys): New function.
2954         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2955         for gnus-article-read-summary-send-keys; display continuation keys
2956         correctly in the echo area.
2957         (gnus-article-reply-with-original): Ignore prefix argument.
2958         (gnus-article-wide-reply-with-original): New function.
2960 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2962         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2963         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2965 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2967         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2968         (gnus-group-read-ephemeral-gmane-group): New command.
2970 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2972         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2974 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2976         * message.el (message-send-mail-function): Increase custom version.
2978         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2979         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
2981 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2983         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2984         html parts correctly; support forwarded messages.
2985         (gnus-article-browse-html-article): Remove work buffers.
2987         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2988         compiling.
2989         (netrc-bound-and-true-p): New macro.
2990         (netrc-parse): Use it instead of bound-and-true-p that is not available
2991         in XEmacs 21.4.
2993 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2995         * gnus-registry.el (gnus-registry-mark-article)
2996         (gnus-registry-article-marks): Add functionality to mark articles
2997         through the Gnus registry.
2999         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3000         (netrc-parse): Use encrypt-file-alist to determine if
3001         encrypt-find-model or encrypt-insert-file-contents should be used.
3003 2007-12-19  Glenn Morris  <rgm@gnu.org>
3005         * mml.el (message-options-set, message-narrow-to-head)
3006         (message-in-body-p, message-mail-p, message-encode-message-body):
3007         Autoload.
3008         (message-remove-header, message-narrow-to-headers-or-head)
3009         (message-subscribed-p, message-make-mail-followup-to)
3010         (message-position-on-field, message-news-p)
3011         (message-options-set-recipient, message-generate-headers)
3012         (message-sort-headers): Declare as functions.
3014 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3016         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3017         convention in doc string.
3019 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3021         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3022         title to html parts.
3023         (gnus-article-browse-html-article): Pass message header to it.
3025         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3027 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3029         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3030         or password compatible with XEmacs.
3032 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3034         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3035         format document.
3036         (gnus-mime-delete-part): Don't write description line if empty.
3037         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3039 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
3041         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3042         (gnus-summary-mark-read-and-unread-as-read)
3043         (gnus-summary-mark-current-read-and-unread-as-read)
3044         (gnus-summary-mark-unread-as-ticked): Doc fix.
3045         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3047 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3049         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3050         Christoph Conrad <christoph.conrad@gmx.de>.
3052 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3054         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3055         yes-or-no-p.
3057 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3059         * mm-decode.el (mm-add-meta-html-tag): New function.
3060         (mm-save-part-to-file, mm-pipe-part): Use it.
3062         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3063         gnus-y-or-n-p instead of y-or-n-p.
3064         (gnus-article-browse-html-parts): Work with message/external-body; use
3065         mm-add-meta-html-tag.
3067 2007-12-11  Glenn Morris  <rgm@gnu.org>
3069         * gnus-cache.el: Require gnus-sum not just when compiling.
3071         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3073         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3074         definitions before use.
3076         * mm-decode.el: Require gnus-util.
3077         (mm-remove-part): Only call delete-annotation on XEmacs.
3079         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3081         * nnmail.el: Require gnus-int.
3083         * spam.el: Move `require's before `eval-when-compile's.
3085         * gnus-ems.el (gnus-alive-p):
3086         * gnus-fun.el (message-goto-eoh):
3087         * gnus-util.el (gnus-group-name-decode):
3088         * mail-source.el (gnus-compress-sequence):
3089         * message.el (Info-goto-node, format-spec):
3090         * mm-bodies.el (message-options-get):
3091         * mm-decode.el (mm-view-pkcs7):
3092         * mm-util.el (gmm-write-region):
3093         * mml-smime.el (mml-compute-boundary)
3094         (gnus-completing-read-with-default):
3095         * mml.el (widget-button-press, gnus-make-hashtable):
3096         * mml1991.el (mm-decode-content-transfer-encoding)
3097         (mm-encode-content-transfer-encoding)
3098         (message-options-get, message-options-set):
3099         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3100         * nnfolder.el (gnus-request-group):
3101         * nnheader.el (ietf-drums-unfold-fws):
3102         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3103         * smime.el (gnus-run-mode-hooks):
3104         * spam-stat.el (gnus-message): Autoload.
3106         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3107         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3108         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3109         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3110         Add declare-function compatibility definition.
3112         * gnus-cache.el (nnvirtual-find-group-art):
3113         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3114         (gnus-add-image, gnus-add-wash-type):
3115         * gnus-group.el (nnkiboze-score-file):
3116         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3117         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3118         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3119         (message-tokenize-header, gnus-get-buffer-create)
3120         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3121         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3122         * gnus.el (gnus-group-decoded-name):
3123         * mail-source.el (imap-capability):
3124         * mm-bodies.el (message-options-set):
3125         * mm-decode.el (gnus-configure-windows):
3126         * mm-extern.el (message-goto-body):
3127         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3128         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3129         (epg-sub-key-validity, message-options-set):
3130         * mml.el (widget-event-point, gnus-configure-windows):
3131         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3132         * mml2015.el (epg-check-configuration, epg-configuration)
3133         (message-options-set):
3134         * nndb.el (nndb-request-article):
3135         * nnfolder.el (gnus-request-create-group):
3136         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3137         * nnmaildir.el (gnus-group-mark-article-read):
3138         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3139         * rfc1843.el (message-fetch-field):
3140         * spam.el (gnus-extract-address-components):
3141         Declare as functions.
3143 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3145         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3147 2007-12-09  Glenn Morris  <rgm@gnu.org>
3149         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3151         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3152         * message.el, mm-view.el, sieve-manage.el, smime.el:
3153         Add declare-function compatibility definition.
3155         * gnus-art.el (w3-region, w3m-region, Info-menu):
3156         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3157         * gnus-sum.el (gnus-get-predicate):
3158         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3159         * message.el (mail-abbrev-in-expansion-header-p):
3160         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3161         (w3m-detect-meta-charset, w3m-region):
3162         * sieve-manage.el (password-read, password-cache-add)
3163         (password-cache-remove):
3164         * smime.el (password-read-and-add): Declare as functions.
3166 2007-12-08  David Kastrup  <dak@gnu.org>
3168         * gnus-sum.el (gnus-summary-simplify-subject-query):
3169         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3170         `message'.
3172 2007-12-07  Glenn Morris  <rgm@gnu.org>
3174         * gnus-art.el (article-make-date-line): Revert previous change.
3176 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3178         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3180 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3182         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3183         Call gnus-add-to-range ranges only once with a prepared article-list.
3185 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3187         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3188         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3189         group names with backslashes.  Reported by Tassilo Horn
3190         <tassilo@member.fsf.org>.
3192 2007-12-06  Deepak Goel  <deego3@gmail.com>
3194         * gnus-art.el (article-make-date-line):
3195         * gnus-start.el (gnus-load):
3196         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3198 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3200         * gnus-art.el (gnus-use-idna)
3201         * gnus-start.el (gnus-site-init-file)
3202         * message.el (message-use-idna)
3203         * mm-uu.el (mm-uu-hide-markers)
3204         * smiley.el (smiley-style): Revert changes that suppress warnings.
3206 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3208         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3209         specify charset to html source.  Reported by Christoph Conrad
3210         <christoph.conrad@gmx.de>.
3212 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3214         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3215         idna-program in order to suppress byte compile warning issued by XEmacs
3216         that came to byte compile the default value section of defcustom forms
3217         recently.
3219         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3220         value of installation-directory.
3222         * message.el (message-use-idna): Don't directly refer to the value of
3223         idna-program.
3225         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3227         * smiley.el (smiley-style): Don't directly call face-attribute.
3229 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3231         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3233         * gnus-dired.el: Reduce Gnus dependencies.
3234         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3235         require.  Use autoloads instead.
3236         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3237         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3238         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3239         (gnus-dired-mode): Adjust doc string.
3240         (gnus-dired-mail-mode): New variable.
3241         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3242         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3243         (gnus-dired-mail-buffers): New function.  Return mail or message
3244         composition buffers.
3245         (gnus-dired-attach): Use it.
3246         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3247         NO-DECODE.
3248         (gnus-dired-print): Use `gnus-print-buffer' depending on
3249         `gnus-dired-mail-mode'.
3251 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3253         * rfc2047.el (rfc2047-encoded-word-regexp)
3254         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3255         explaining what regexp patterns are for.
3257 2007-12-04  Glenn Morris  <rgm@gnu.org>
3259         * password.el: Move to ../password-cache.el.
3261         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3262         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3263         * mml-smime.el (password-read, password-cache-add)
3264         (password-cache-remove):
3265         No need to autoload, since mml-sec requires password.
3267         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3268         * message.el (gnus-extract-address-components):
3269         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3271         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3272         password.
3274 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3276         * mailcap.el: Reduce dependencies.
3277         (mail-header-parse-content-type): Autoload.
3278         (mailcap-delete-duplicates): New alias.
3279         (mailcap-mime-info): Add optional argument NO-DECODE.
3280         (mailcap-mime-types): Use mailcap-delete-duplicates.
3282         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3284 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3287         function.
3289         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3290         (gnus-uu-yenc-article): New function.
3292         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3294         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3295         buffer.
3297 2007-12-02  Glenn Morris  <rgm@gnu.org>
3299         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
3300         Move to ../net.
3302         * binhex.el, uudecode.el: Move to ../mail.
3304         * encrypt.el: Remove file.
3306 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3308         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3309         matches on patches.
3311         * gnus-art.el (gnus-article-browse-html-article): Mention
3312         `mm-text-html-renderer' in the doc string.
3314         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3315         string.  Add comments.
3317         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3318         if rhs is ASCII.
3320 2007-12-01  Glenn Morris  <rgm@gnu.org>
3322         * dig.el, dns.el: Move to ../net.
3323         * format-spec.el, hex-util.el, sha1.el: Move to ../.
3325         * mail-source.el (top-level): Require format-spec before
3326         eval-when-compile.
3328 2007-11-30  Glenn Morris  <rgm@gnu.org>
3330         * encrypt.el: Require password, rather than autoloading password-read.
3332 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3334         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3335         caller can indicate whether the cache should be disregarded for this
3336         call.  This way the result of the call is reproducible at all times and
3337         can be considered a canonical server name for the supplied method.
3338         (gnus-agent-method-p): Canonicalize server names by pushing their
3339         method through `gnus-method-to-server' using the no-cache argument.
3341         * gnus-srvr.el (gnus-server-insert-server-line): Call
3342         `gnus-method-to-server' with `no-cache' argument.
3344         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3345         gnus-agent-possibly-synchronize-flags as this should be called when the
3346         server is actually being opened.
3347         (gnus-agent-possibly-synchronize-flags)
3348         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3349         flags file of an agentized server to the latter function.
3351         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3352         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3353         after a connection has been established successfully.
3355 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3357         * gnus-art.el (article-display-face): Force to display face if called
3358         interactively; check if gnus-article-x-face-too-ugly matches author.
3359         (article-display-x-face): Display face even if From header is missing
3360         as article-display-face does.
3362 2007-11-28  Richard Stallman  <rms@gnu.org>
3364         * md4.el: Move to ../.
3365         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
3367 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3369         * mail-source.el (mail-sources): Default to fetch from file for
3370         compatibility with default of nnmail-spool-file.
3372 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3374         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3375         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3376         to look for encoded word that should be encoded again.
3377         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3378         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3379         encoding pattern.
3380         (rfc2047-decode-region): Switch strict regexp and loose one according
3381         to rfc2047-allow-irregular-q-encoded-words.
3383 2007-11-26  Simon Josefsson  <simon@josefsson.org>
3385         * imap.el: Move to ../net directory.
3387 2007-11-25  Romain Francoise  <romain@orebokech.com>
3389         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3391 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3393         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3394         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3396         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3397         `nnmail-spool-file'.
3399         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3400         `nnmail-spool-file'.
3402         * gnus-move.el (gnus-change-server): Ditto.
3404         * gnus-kill.el (gnus-batch-score): Ditto.
3406         * gnus-cache.el (gnus-jog-cache): Ditto.
3408         * gnus-msg.el (gnus-summary-reply):
3409         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3411 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3413         * gnus-cache.el (gnus-cache-generate-nov-databases):
3414         Use nnml-generate-nov-databases-directory instead of
3415         nnml-generate-nov-databases-1.
3417 2007-11-24  Glenn Morris  <rgm@gnu.org>
3419         * message.el (message-tool-bar-retro): Update for rename
3420         mail_send.xpm->mail-send.xpm.
3422 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3424         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3425         `smime-ldap-search' for Emacs 22 and up.
3427 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3429         * hashcash.el: Move to ../mail directory.
3431         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
3433         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3434         `smime-ldap-search' for Emacs 22 and up.
3436 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3438         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3440         * message.el (message-send-mail-function): Fix error convention.
3441         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3442         (message-widen-reply, message-send-mail, message-talkative-question)
3443         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3444         (message-clone-locals, message-send-news): Use with-current-buffer.
3445         (message-insert-or-toggle-importance): Remove unused var `valid'.
3446         (message-make-references): Remove unused var `new-references'.
3447         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3449 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3451         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3452         (spam-split-symbolic-return-positive): Reflow docstring.
3453         (spam-backends, spam-summary-exit-behavior)
3454         (spam-mark-ham-unread-before-move-from-spam-group)
3455         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3456         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3457         (spam-clear-cache, spam-backend-check, spam-install-backend)
3458         (spam-install-statistical-backend, spam-list-of-processors)
3459         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3460         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3461         (spam-check-crm114, spam-initialize, spam-unload-hook):
3462         Fix typos in docstrings.
3464 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3466         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3467         been checked if they have never been read and those group levels are
3468         higher than the one that a user specified.
3470 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3472         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3473         foreign groups unless a group level is specified by a user.
3474         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3476 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3478         * message.el (message-send-mail-function): Require sendmail.
3480 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3482         * message.el (message-send-mail-function): Check for smtpmail too.
3484         * utf7.el (utf7-encode, utf7-decode): Use coding system
3485         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3487         * message.el (message-send-mail-function): New function.
3488         (message-send-mail-function): Set default using
3489         message-send-mail-function.  Adjust doc string.
3490         (message-send-mail-with-mailclient): New function.
3492 2007-11-17  Richard Stallman  <rms@gnu.org>
3494         * assistant.el: Remove file.
3496 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3498         * smime.el (from):
3499         * rfc2047.el (message-posting-charset):
3500         * qp.el (mm-use-ultra-safe-encoding):
3501         * pop3.el (parse-time-months):
3502         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3503         * nnml.el (files):
3504         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3505         (jka-compr-compression-info-list, ange-ftp-path-format)
3506         (efs-path-regexp):
3507         * nndiary.el (files):
3508         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3509         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3510         (epg-digest-algorithm-alist, inhibit-redisplay)
3511         (password-cache-expiry):
3512         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3513         (pgg-output-buffer, password-cache-expiry):
3514         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3515         (efs-path-regexp):
3516         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3517         (inhibit-redisplay):
3518         * mm-uu.el (file-name, start-point, end-point, entry)
3519         (gnus-newsgroup-name, gnus-newsgroup-charset):
3520         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3521         (latin-unity-ucs-list):
3522         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3523         (mm-uu-binhex-decode-function):
3524         * message.el (gnus-message-group-art, gnus-list-identifiers)
3525         (rmail-enable-mime-composing, gnus-local-organization)
3526         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3527         (gnus-read-active-file, facemenu-add-face-function)
3528         (facemenu-remove-face-function, gnus-article-decoded-p)
3529         (tool-bar-mode):
3530         * mail-source.el (display-time-mail-function):
3531         * gnus-util.el (nnmail-pathname-coding-system)
3532         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3533         (gnus-original-article-buffer, gnus-user-agent)
3534         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3535         (xemacs-codename, sxemacs-codename, emacs-program-version):
3536         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3537         * gnus-start.el (gnus-agent-covered-methods)
3538         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3539         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3540         (gnus-newsgroup-headers, gnus-group-list-mode)
3541         (gnus-group-mark-positions, gnus-newsgroup-data)
3542         (gnus-newsgroup-unreads, nnoo-state-alist)
3543         (gnus-current-select-method, mail-sources)
3544         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3545         (nnmail-spool-file, gnus-cache-active-hashtb):
3546         * gnus-mh.el (mh-lib-progs):
3547         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3548         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3549         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3550         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3551         (gnus-group-buffer):
3552         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3553         (font-lock-set-defaults):
3554         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3555         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3556         (gnus-summary-post-menu, total-parts, type, condition, length):
3557         * gnus-agent.el (gnus-agent-read-agentview):
3558         * flow-fill.el (show-trailing-whitespace):
3559         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3560         eval-and-compile wrappers for byte compiler pacifiers.
3562         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3563         (mm-display-inline-fontify): Check for featurep 'xemacs not
3564         extent-list.
3566         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3567         itimer-list.
3568         (mm-create-image-xemacs): Only do something for XEmacs.
3569         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3571         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3573         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3574         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3576 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3578         * nnimap.el (nnimap-split-download-body):
3579         * gnus-demon.el (gnus-demon):
3580         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3582 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3584         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3585         macros.
3586         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3587         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3588         copy data from unibyte buffer to multibyte current buffer.
3589         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3590         to copy data from unibyte current buffer to multibyte buffer.
3591         (nntp-make-process-buffer): Make process buffer unibyte.
3593         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3595 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3597         * pop3.el (pop3-open-server): Accept and process data more robustly at
3598         connexion start to avoid spurious "POP SSL connexion failed" errors.
3600 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3602         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3603         read group names.
3605 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3607         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3609 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3611         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3612         (nnmail-save-active): Use a unibyte buffer when saving active file,
3613         which may contain non-ASCII group names.
3615         * nnml.el (nnml-request-group): Decode group names in messages.
3617 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3619         * message.el (message-citation-line-function)
3620         (message-insert-formatted-citation-line): Fix spelling of
3621         `message-insert-formated-citation-line'.
3623 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3625         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3627 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3629         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3630         nnmail-pathname-coding-system.
3632         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3633         that a user enters; decode group names in messages.
3635         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3637 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3639         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3641         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3643         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3644         risky local variable.
3646         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3648 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3650         * encrypt.el: Improve documentation to fix function name typo.
3651         Reported by Daiki Ueno <ueno@unixuser.org>.
3653 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3655         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3656         even if the point is not in the last page of an article.
3657         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3658         back to the previous page.
3660 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3662         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3664 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3666         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3668 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3670         * message.el (message-check-news-body-syntax): Avoid
3671         mm-string-as-multibyte.
3672         (message-hide-headers): Don't assume (point-min)==1.
3674 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3676         * message.el (message-remove-blank-cited-lines): Fix if remove is
3677         given.
3678         (message-bogus-address-regexp): New variable.
3679         (message-bogus-recipient-p): New function.
3680         (message-check-recipients): New command.
3681         (message-syntax-checks): Add `bogus-recipient'.
3682         (message-fix-before-sending): Add `bogus-recipient'.
3684         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3685         (gnus-treat-body-boundary): Don't test window-system.
3687 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
3689         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3691 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3693         * gnus.el: Bump version to Gnus v5.13.
3695 2007-10-28  Miles Bader  <miles@gnu.org>
3697         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3698         at compile-time too.
3700 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3702         * gnus-msg.el (gnus-message-setup-hook): Add
3703         `message-remove-blank-cited-lines' to options.
3705 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3707         * message.el (message-remove-blank-cited-lines): New function.
3708         Suggested by Karl Plästerer.
3710 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3712         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3713         mapc.
3715         * imap.el (imap-open): Replace mapcar called for effect with mapc.
3716         (top-level): Use mapc to set functions to be traced for debugging.
3718         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3719         called for effect with while loop.
3721         * message.el (message-talkative-question): Replace mapcar called for
3722         effect with mapc.
3724         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3725         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3726         called for effect with dolist.
3728         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3730         * nndiary.el: Use dolist instead of mapcar to add diary headers to
3731         gnus-extra-headers and nnmail-extra-headers.
3733         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3734         called for effect with dolist.
3735         (top-level): Use mapc to set functions to be traced for debugging.
3737         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3738         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3739         dolist.
3741         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3742         Replace mapcar called for effect with mapc.
3743         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3744         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3745         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3746         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3748         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3749         remove-if that's a cl function.
3751         * webmail.el (webmail-debug): Replace mapcar called for effect with
3752         dolist.
3754 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3756         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3757         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3758         with while loop.
3760         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3761         functions from article-* functions.
3762         (gnus-multi-decode-header): Replace mapcar called for effect with
3763         dolist.
3765         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3766         (gnus-bookmark-show-details): Replace mapcar called for effect with
3767         while loop.
3769         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3770         called for effect with while loop.
3772         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3773         with dolist.
3775         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3776         mapcar called for effect with dolist.
3778         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3780         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3781         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3782         Replace mapcar called for effect with dolist.
3783         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3784         mapc.
3786         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3787         Replace mapcar called for effect with dolist.
3788         (gnus-topic-list): Replace mapcar called for effect with mapc.
3790         * gnus.el: Use mapc instead of mapcar to add autoloads.
3792 2007-10-23  Richard Stallman  <rms@gnu.org>
3794         * gnus-group.el (gnus-group-highlight): Mark as risky.
3796 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3798         * gnus.el (gnus-server-to-method): Return method found first in
3799         gnus-newsrc-alist.
3801         * gnus-art.el (gnus-article-highlight-signature)
3802         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3803         button overlay without the front stickiness.
3805 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
3807         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3808         overview buffer needed a catch to receive its throw.
3809         (gnus-agent-flush-cache): Declared as interactive to make this function
3810         easier to use.
3812 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
3814         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3815         `next-line'.
3817 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3819         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3820         exclude address matching message-dont-reply-to-names.
3822 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3824         * gnus-util.el (gnus-string<): New function.
3826         * gnus-sum.el (gnus-article-sort-by-author)
3827         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
3829 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3831         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3832         the frame-focus tag is set in gnus-buffer-configuration.
3834 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3836         * gnus-art.el (gnus-article-add-button): Make a button overlay without
3837         the front stickiness.
3839 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3841         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3842         url pattern; remove duplicate one.
3843         (gnus-article-extend-url-button): New function.
3844         (gnus-article-add-buttons): Use it.
3845         (gnus-button-push): Use concatenated url that it makes.
3847 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3849         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3850         (sieve-manage-open): Use `mapc' instead of `mapcar'.
3852 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3854         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3855         Don't hardcode point-min==1.
3857 2007-09-30  David Kastrup  <dak@gnu.org>
3859         * gnus-art.el (gnus-article-reply-with-original)
3860         (gnus-article-followup-with-original): When `transient-mark-mode' is
3861         off, refrain from active-region behavior for followups.
3863 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3865         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3866         Fix comment about "iso8859-1".
3868 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
3870         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3871         ones returned from the verify-function.
3873         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3874         mml2015-extract-cleartext-signature if extraction failed.
3876 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
3878         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3879         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3880         failed.
3882 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3884         * Relicense "GPLv2 or later" files to "GPLv3 or later".
3886 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3888         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3889         to mark a thread as expirable.  Add variable `hide' to handle hiding of
3890         thread for both the null and zero (kill/expire thread) universal prefix
3891         cases.
3892         (gnus-summary-expire-thread): Add new function to expire a thread,
3893         using gnus-summary-kill-thread.
3894         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3895         shortcuts for gnus-summary-expire-thread.
3896         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3897         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
3899 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3901         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3902         extras value, so an extras entry can be deleted.
3903         (gnus-registry-delete-extra-entry): Use it.
3904         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3905         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3906         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3907         storage through the gnus-registry, and provide an appropriate API for
3908         it.
3910 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3912         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3913         Suggested by Leo <sdl.web@gmail.com>.
3915         * gnus.el: Do.
3917 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3919         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3920         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
3922         * gnus-agent.el (gnus-agent-fetch-headers): Do.
3924         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3925         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3927 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3929         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3930         newline.
3931         (nnmbox-request-accept-article): Don't change article in source buffer;
3932         narrow to header to use message-fetch-field rather than
3933         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3934         (nnmbox-request-replace-article): Quote lines that'll be misidentified
3935         as delimiters; make sure article ends with newline.
3936         (nnmbox-delete-mail): Correct last position of article to be deleted;
3937         ignore X-Gnus-Newsgroup header in article body.
3938         (nnmbox-save-mail): Quote lines looking like delimiters at the right
3939         positions; make sure article ends with newline.
3941         * message.el (message-display-abbrev): Don't infloop when a user
3942         inserts SPC in the beginning of header.
3944 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
3946         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3947         list of groups not followed by default.  Fix type to be regexp.
3948         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3950 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
3952         * hmac-def.el (define-hmac-function): Switch from old-style to
3953         new-style backquotes.
3955         * md4.el (md4-make-step): Likewise.
3957 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3959         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3960         raw-text coding system when saving .newsrc file, which may contain
3961         non-ASCII group names.
3963 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3965         * gnus-cus.el (gnus-score-extra): New widget.
3966         (gnus-score-extra-convert): New function.
3967         (gnus-score-customize): Use it for Extra.
3969 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
3971         * mml2015.el (mml2015-extract-cleartext-signature): New function.
3972         (mml2015-mailcrypt-clear-verify): Use it.
3973         (mml2015-gpg-clear-verify): Use it.
3974         (mml2015-pgg-clear-verify): Use it.
3975         (mml2015-epg-clear-verify): Replace the current part with the output
3976         from GnuPG; don't extract the plaintext by itself.
3978         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3979         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3980         mml2015-clear-verify-function; don't touch the armor headers or
3981         dash-escaped text here.
3983 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3985         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3986         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3987         parts, or application/octet-stream as a last resort.
3988         (gnus-mime-view-part-as-type): Don't toggle display.
3989         (gnus-mime-view-part-as-charset): Don't turn off display before
3990         querying charset.
3992         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3993         stuff to undisplayer function in Emacs.
3994         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3996         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3997         text/calendar parts.
3999 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4001         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4002         decoding text/calendar parts.
4004         * message.el (message-forward-make-body-mime): Always mark body as
4005         having no illegible text; remove signed-or-encrypted argument.
4006         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4008         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4009         (mml-generate-mime-1): Don't encode body if it is specified to be in
4010         raw form; don't make buffer be unibyte when inserting multibyte string.
4012 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4014         * sha1.el: Fix up comment style.
4015         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4016         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4018         * hex-util.el: Fix up comment style.
4019         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4021         * gnus-salt.el: Use with-current-buffer.
4022         (gnus-pick-setup-message): Fix long-standing typo.
4024 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4026         * imap.el (imap-logout-timeout): New variable.
4027         (imap-logout, imap-logout-wait): New functions.
4028         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4030         * nnimap.el (nnimap-logout-timeout): New server variable.
4031         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4032         nnimap-logout-timeout.
4034         * gnus-art.el (gnus-article-summary-command-nosave)
4035         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4037 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4039         * gnus.el (gnus-maximum-newsgroup): New variable.
4041         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4042         according to gnus-maximum-newsgroup.
4044         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4045         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4046         Limit the range of articles according to gnus-maximum-newsgroup.
4048 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4050         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4051         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4052         Don't perform gnus-configure-windows here; reuse existing sticky
4053         article buffer.
4055         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4056         it doesn't exist in gnus-article-mode.
4058 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4060         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4061         (gnus-agent-decoded-group-name): New function.
4062         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4063         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4065 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4067         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4068         Add binding for gnus-sticky-article.
4069         (gnus-summary-exit): Don't kill sticky article buffers.
4071         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4072         article buffer.
4073         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4074         (gnus-kill-sticky-article-buffers): New commands.
4076 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4078         * nntp.el (nntp-xref-number-is-evil): New server variable.
4079         (nntp-find-group-and-number): If it is non-nil, don't trust article
4080         numbers in the Xref header.
4082 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4084         * gnus-agent.el (gnus-agent-read-group): New function.
4085         (gnus-agent-flush-group, gnus-agent-expire-group)
4086         (gnus-agent-regenerate-group): Use it.
4087         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4088         nnmail-pathname-coding-system.
4090 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4092         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4094         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4095         that are unread as unread, and also as selected so that information of
4096         marks having been changed by a user may be updated when exiting group.
4098 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4100         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
4102 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4104         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4105         calculated ignoring signature parts to gnus-treat-article.
4107 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4109         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4110         a point here in order to keep the window start.
4111         (gnus-insert-mime-security-button): Make a button overlay without the
4112         front stickiness.
4113         (gnus-mime-display-security): Goto the end of a button.
4115         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4117 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4119         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4120         group-name-at-point.
4121         (gnus-group-completing-read): New function that offers decoded
4122         non-ASCII group names for completion.
4123         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4124         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4125         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4126         (gnus-group-fetch-control): Use it.
4127         (gnus-fetch-group): Use group-name-at-point for the initial value
4128         rather than the default value; use gnus-alive-p.
4130         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4131         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4132         (gnus-summary-post-news): Use gnus-group-completing-read.
4134         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4135         (gnus-read-move-group-name): Decode group name for completion.
4137 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4139         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4140         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4141         Yamaoka slightly modified the code).
4143 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4145         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4146         (nnmail-split-incoming): Bind it.
4148         * nnml.el (nnml-group-name-charset): New function.
4149         (nnml-decoded-group-name): Use it; don't decode group name if
4150         nnmail-group-names-not-encoded-p is non-nil.
4151         (nnml-encoded-group-name): New function.
4152         (nnml-group-pathname): Inline nnml-decoded-group-name.
4153         (nnml-request-expire-articles): Decode group name in message.
4154         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4155         nnmail-pathname-coding-system.
4156         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4157         not decoded ones according to nnmail-group-names-not-encoded-p.
4158         (nnml-generate-active-info): Use nnml-encoded-group-name.
4160 2007-08-08  Glenn Morris  <rgm@gnu.org>
4162         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4163         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4164         doc-strings and comments.
4166 2007-07-25  Glenn Morris  <rgm@gnu.org>
4168         * Relicense all FSF files to GPLv3 or later.
4170 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4172         * gnus-sum.el (gnus-summary-move-article): Make
4173         gnus-summary-respool-article work.
4175 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4177         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4178         string.
4180 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4182         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4183         that should be ignored when comparing distant RSS articles with local
4184         ones.
4185         (nnrss-make-hash-index): New function.  Create a hash index according
4186         to the ignored fields.
4187         (nnrss-check-group): Use it.
4189 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4191         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4193         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4195         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4196         the new optional argument ENCODED is non-nil.
4197         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4198         coding system for encoding group name.
4199         (gnus-group-make-rss-group): Pass un-encoded group name to
4200         gnus-group-make-group.
4201         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4202         encoded.
4204         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4205         Encode group name to which articles are moved or copied.
4206         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4207         coding system for encoding Newsgroup, Followup-To and Xref headers.
4209         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4210         marks; use nnheader-file-coding-system to write a file.
4211         (nnagent-retrieve-headers): Bind file-name-coding-system to
4212         nnmail-pathname-coding-system.
4214         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4216         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4217         (nnml-request-article, nnml-request-create-group)
4218         (nnml-request-rename-group, nnml-find-id)
4219         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4220         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4221         (nnml-save-marks): Use nnml-group-pathname instead of
4222         nnmail-group-pathname.
4224         (nnml-request-create-group, nnml-request-expire-articles)
4225         (nnml-request-move-article, nnml-request-delete-group)
4226         (nnml-deletable-article-p, nnml-possibly-create-directory)
4227         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4228         (nnml-open-marks): Bind file-name-coding-system to
4229         nnmail-pathname-coding-system.
4231         (nnml-request-article): Pass server argument to nnml-find-group-number.
4232         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4233         server argument to nnml-possibly-create-directory.
4234         (nnml-request-accept-article): Pass server argument to
4235         nnml-active-number and nnml-save-mail.
4236         (nnml-find-group-number): Pass server argument to nnml-find-id.
4237         (nnml-request-update-info): Pass server argument to
4238         nnml-marks-changed-p.
4240         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4241         (nnml-save-mail, nnml-active-number): Add server argument.
4243         (nnml-request-delete-group): Warn if group is missing.
4244         (nnml-get-nov-buffer): Decode group name.
4245         (nnml-generate-active-info): Encode group name.
4246         (nnml-open-marks): Decode group name in messages.
4248 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4250         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4251         if it is not specified.
4252         (gnus-article-pipe-part, gnus-article-save-part)
4253         (gnus-article-interactively-view-part, gnus-article-copy-part)
4254         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4255         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4256         (gnus-article-replace-part, gnus-article-delete-part)
4257         (gnus-article-view-part-as-type): Pass raw prefix argument to
4258         gnus-article-part-wrapper.
4260 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4262         * gnus-agent.el (gnus-agent-save-active): Bind
4263         nnheader-file-coding-system to gnus-agent-file-coding-system.
4265         * gnus-cache.el (gnus-cache-save-buffers)
4266         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4267         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4268         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4269         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4270         (gnus-cache-generate-active, gnus-cache-rename-group)
4271         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4272         (gnus-cache-update-overview-total-fetched-for): Bind
4273         file-name-coding-system to nnmail-pathname-coding-system.
4274         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4275         variables.
4276         (gnus-cache-decoded-group-name): New function.
4277         (gnus-cache-file-name): Use it.
4278         (gnus-cache-generate-active): Use non-decoded group name for active.
4280         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4281         right place.
4282         (gnus-write-active-file): Don't break non-ASCII group names.
4284         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4285         nnmail-pathname-coding-system.
4287         * gnus-uu.el (gnus-uu-decode-save): Typo.
4289 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4291         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4293 2007-07-14  David Kastrup  <dak@gnu.org>
4295         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
4296         finishing actions if we did not edit the article.
4298 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4300         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4301         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4302         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4303         (gnus-agent-flush-group, gnus-agent-flush-cache)
4304         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4305         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4306         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4307         (gnus-agent-regenerate-group)
4308         (gnus-agent-update-files-total-fetched-for)
4309         (gnus-agent-update-view-total-fetched-for): Bind
4310         file-name-coding-system to nnmail-pathname-coding-system.
4311         (gnus-agent-group-pathname): Don't encode file names by
4312         nnmail-pathname-coding-system.
4313         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4314         coding-system-for-write instead of buffer-file-coding-system to
4315         gnus-agent-file-coding-system.
4317         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4318         Decode group name.
4320         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4322         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4323         (gnus-read-newsrc-el-file): Make group names unibyte.
4325         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4326         nnmail-pathname-coding-system.
4328         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4329         (nnrss-request-delete-group): Bind file-name-coding-system to
4330         nnmail-pathname-coding-system.
4331         (nnrss-read-server-data, nnrss-read-group-data): Bind
4332         file-name-coding-system correctly.
4333         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4335         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4336         (nntp-server-to-method-cache): New variable.
4337         (nntp-group-pathname): New function that decodes non-ASCII group names.
4338         (nntp-possibly-create-directory, nntp-marks-changed-p)
4339         (nntp-save-marks, nntp-open-marks): Use it.
4340         (nntp-possibly-create-directory, nntp-open-marks):
4341         Bind file-name-coding-system to nnmail-pathname-coding-system.
4342         (nntp-open-marks): Decode group names when bootstrapping marks.
4344         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4345         Newsgroups and Folowup-To headers.
4347 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4349         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4350         (gnus-server-closed-face, gnus-server-denied-face)
4351         (gnus-server-offline-face): Remove variable.
4352         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4354         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4355         of modifying message-stack directly for XEmacs.
4357         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4358         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4359         if the coding-system argument is nil for XEmacs.
4361         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4362         mm-charset-override-alist.
4364         * rfc2047.el: Don't require base64; require rfc2045 for the function
4365         rfc2045-encode-string.
4366         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4367         to quote the parameter value.
4369 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4371         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4372         form in gnus-group-name-charset-method-alist.
4374         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4375         overrides the default layout edit-form.
4377         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4379         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4381 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4383         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4384         as unfetched articles.
4386 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4388         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4390 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4392         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4393         original back end that keeps marks in the local system.
4395 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4397         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4398         arg of pop-to-buffer for XEmacs.
4399         (gnus-article-read-summary-keys): Ditto; don't restore window
4400         configuration if summary command ends up with neither article buffer
4401         nor summary buffer; describe bindings if summary keys end with C-h.
4403 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4405         * message.el (message-fix-before-sending): Skip raw message part to be
4406         forwarded while checking illegible text.
4407         (message-forward-make-body-mime, message-forward-make-body): Mark
4408         signed or encrypted raw message as having no illegible text.
4410 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4412         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4413         (gnus-message-with-timestamp-1): New macro.
4414         (gnus-message-with-timestamp): New function.
4415         (gnus-message): Use them.
4417         * nnheader.el (nnheader-message): Use them.
4419 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4421         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4422         .newsrc.eld file.
4424 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4426         * gnus-agent.el (gnus-agent-fetch-headers)
4427         (gnus-agent-retrieve-headers): Bind
4428         gnus-decode-encoded-address-function to identity.
4430         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4431         available also when the server returns simply a dot.
4433         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4435 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4437         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4439 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4441         * gnus-ems.el (gnus-x-splash): Make it work.
4443         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4444         from being used.
4446 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4448         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4449         the front stickiness.
4450         (gnus-article-summary-command-nosave): Correct the order of the
4451         arguments passed to pop-to-buffer.
4452         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4453         summary command ends up with the article buffer.
4455         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4456         the same faces.
4458 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4460         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4462 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4464         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4465         * gnus-sum.el (gnus-summary-highlight):
4466         * mail-source.el (mail-source-delete-old-incoming-confirm):
4467         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4469 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4471         * gnus-art.el (gnus-mime-view-part-externally)
4472         (gnus-mime-view-part-internally): Fix predicate function passed to
4473         completing-read.
4475         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4477         * gnus.el (gnus-update-message-archive-method): Add :version.
4479 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4481         * gnus.el (gnus-update-message-archive-method): New variable.
4483         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4484         according to gnus-message-archive-method if
4485         gnus-update-message-archive-method is non-nil.
4487 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4489         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4490         by Loic Dachary <loic@dachary.org>.
4491         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4493 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4495         * message.el (message-pop-to-buffer): Add switch-function argument.
4496         (message-mail): Pass switch-function argument to it.
4498 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4500         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4501         Improve doc string.
4503 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4505         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4506         (gnus-header-content)
4507         * gnus-cite.el (gnus-cite-10)
4508         * gnus-srvr.el (gnus-server-closed)
4509         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4510         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4511         (gnus-group-mail-3-empty, gnus-group-mail-low)
4512         (gnus-group-mail-low-empty, gnus-splash)
4513         * message.el (message-header-to, message-header-cc)
4514         (message-header-subject, message-header-other, message-header-name)
4515         (message-header-xheader, message-separator, message-cited-text)
4516         (message-mml): Lighten colors of faces used for dark background.
4518 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4520         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4521         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4523 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4525         * message.el (message-narrow-to-headers-or-head):
4526         Ignore mail-header-separator in the body.
4528 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4530         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4531         same as window size.
4533 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4535         * message.el (message-font-lock-keywords): Use message-header-xheader
4536         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4537         ahead of the anything pattern, to get it recognised.
4539 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4541         * gnus-sum.el (gnus-articles-to-read)
4542         (gnus-summary-insert-old-articles): Don't truncate group name for
4543         `read-string'.
4545         * gnus-util.el (gnus-limit-string): Delete this function.
4547         * gnus-sum.el (gnus-simplify-subject-fully): Use
4548         `truncate-string-to-width' instead.
4550 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4552         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4553         if, on summary exit, the next group has to be selected.
4554         (gnus-summary-exit): Use it.
4556 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4558         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4559         non-break space.
4561 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4563         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4564         Check if group is not a directory.
4565         (nnfolder-request-expire-articles): Don't delete articles if the target
4566         group is not available.
4568         * nnml.el (nnml-request-create-group): Properly check if group is not a
4569         file.
4570         (nnml-request-expire-articles): Don't delete articles if the target
4571         group is not available.
4573         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4574         Don't quote characters that are within parentheses.
4576 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4578         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4579         (gnus-handle-ephemeral-exit): Select article according to it.
4581 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4583         * message.el (message-insert-formated-citation-line): Remove newline.
4584         (message-citation-line-format): Add final \n here so that the user can
4585         avoid a blank line.
4587 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4589         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4590         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4591         Update lanl/arXiv support.
4593 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4595         * gnus.el: Bump version number.
4597 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599         * gnus.el (gnus-version-number): Bump version.
4601 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4603         * gnus.el: No Gnus v0.6 is released.
4605 2007-04-27  Didier Verna  <didier@xemacs.org>
4607         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4608         * gmm-utils.el (gmm-regexp-concat): here.
4609         * message.el: Don't require 'gnus-util.
4610         (message-dont-reply-to-names): Handle name change above.
4611         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4613 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4615         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4616         since the initial value varies according to the system.
4618 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4620         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4622 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4624         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4626 2007-04-24  Didier Verna  <didier@xemacs.org>
4628         Improve the type of gnus-ignored-from-addresses.
4629         * gnus-util.el (gnus-orify-regexp): New function.
4630         * message.el (gnus-util): Require it.
4631         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4632         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4633         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4635 2007-04-24  Didier Verna  <didier@xemacs.org>
4637         * gnus-sum.el:
4638         * gnus-utils.el: Fix some trailing whitespaces.
4640 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4642         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4643         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4644         article's Message-ID; refer parent article in summary buffer.
4646         * message.el (message-bounce): Call mime-to-mml.
4648 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4650         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4652 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4654         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4655         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4656         displayed of multipart/alternative part if it is invoked from summary
4657         buffer.
4659         * mm-view.el (mm-inline-text-html-render-with-w3m)
4660         (mm-inline-text-html-render-with-w3m-standalone)
4661         (mm-inline-render-with-function): Use mail-parse-charset by default.
4663 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4665         * parse-time.el (parse-time-string-chars): Check if CHAR
4666         is less than the length of parse-time-syntax.
4668 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4670         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4671         from gnus-newsgroup-processable.
4673 2007-04-16  Didier Verna  <didier@xemacs.org>
4675         * gnus-msg.el (gnus-configure-posting-styles): Handle
4676         message-signature-directory properly with :file syntax.  Reported by
4677         "Leo".
4679 2007-04-11  Didier Verna  <didier@xemacs.org>
4681         New user option: message-signature-directory.
4682         * gnus-msg.el (gnus-configure-posting-styles): Support it.
4683         * message.el (message-insert-signature): Ditto.
4684         * message.el (message-signature-file): Doc update.
4685         * message.el (message-signature-directory): New.
4687 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4689         * gnus-msg.el (gnus-inews-yank-articles): Use
4690         message-exchange-point-and-mark instead of exchange-point-and-mark.
4692 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4694         * message.el (message-yank-original): Make sure cited text ends with
4695         newline; don't exchange point and mark.
4697 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4699         * tls.el (open-tls-stream): Properly handle case where there
4700         is no associated buffer.
4702 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
4704         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4705         message-yank-original, make sure (< mark TEXT point).
4707 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4709         * message.el (message-fill-column): New variable.
4710         (message-mode): Use it.  Add comment on a possible new hook.
4712         * nnmail.el (nnmail-spool-file): Mark as obsolete.
4713         (nnmail-get-new-mail): Reformat.
4715         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4717         * gmm-utils.el: Fix Commentary.
4718         (gmm-tool-bar-from-list): Fix typo in doc string.
4720 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
4722         * message.el (message-yank-original): Don't switch point and mark
4723         unnecessarily to put point and mark as documented.
4725 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4727         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4728         from the message heads.
4730 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
4732         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4733         article buffer does not have a window.  This may not be the best
4734         solution but is certainly better than setting the start of the null,
4735         that is the current, window.
4737 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4739         * gnus-draft.el (gnus-draft-setup-hook): New hook.
4740         (gnus-draft-setup): Run it.
4742         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4743         gnus-score-fast-scoring.  Allow regexp.
4744         (gnus-score-headers): Use it.
4746         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4747         XEmacs.
4749         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4750         string.
4751         (gnus-button-alist): Also catch `<f1> k ...'.
4752         (gnus-treat-display-x-face): Fix doc string.
4754 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4756         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4757         evaluation of gnus-extended-version to ensure correct generation of the
4758         User-Agent header when message-generate-headers-first is used.
4760 2007-03-24  Simon Josefsson  <simon@josefsson.org>
4762         * hashcash.el (hashcash-generate-payment-async): Don't crash if
4763         hashcash-path is nil.  Don't call callback with incorrect number of
4764         parameters if val is 0.
4766 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4768         * message.el (message-required-news-headers):
4769         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4771 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4773         * message.el (message-generate-new-buffers): Change the meaning of the
4774         nil value; add `standard' to the choices; treat t as `unique'; improve
4775         doc string.
4776         (gnus-select-frame-set-input-focus): Autoload.
4777         (message-buffer-name): Search for the existing message buffer if
4778         message-generate-new-buffers is nil or `standard'; treat the value t of
4779         message-generate-new-buffers as `unique'.
4780         (message-pop-to-buffer): Raise the frame already displaying the message
4781         buffer; clear the echo area after querying.
4782         (message-setup): Pass the `continue' argument to compose-mail.
4783         (message-mail): Prefer `switch-function' if it is given; search for the
4784         existing message buffer if the `continue' argument is non-nil; pass
4785         continue and switch-function arguments to compose-mail by way of
4786         message-setup.
4787         (message-mail-other-window): Adjust argument of message-setup.
4788         (message-mail-other-frame): Ditto.
4790 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4792         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4793         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4794         to turn font-lock on when turning gnus-message-citation-mode on.
4796 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
4798         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4799         (mml-smime-function-alist): New variable; add epg as the backend.
4800         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4801         mml-smime- functions instead.
4802         * mm-view.el: Require smime.
4804 2007-03-05  Didier Verna  <didier@xemacs.org>
4806         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4807         instead of just inheritance for posting styles.
4808         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4810 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4812         * tls.el (tls-certtool-program): Fix custom type.
4814 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4816         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4817         and point-at-eol instead of line-(beginning|end)-position.
4819         * assistant.el (assistant-parse-buffer): Ditto.
4821 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
4823         * mml2015.el (mml2015-epg-find-usable-key): New function.
4824         (mml2015-epg-sign): Use it.
4825         (mml2015-epg-encrypt): Use it.
4827 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4829         * message.el (message-make-in-reply-to): Quote name containing
4830         non-ASCII characters.  It will make the RFC2047 encoder cause an error
4831         if there are special characters.  Reported by NAKAJI Hiroyuki
4832         <nakaji@jp.freebsd.org>.
4834 2007-02-27  Didier Verna  <didier@xemacs.org>
4836         Include the group parameters as well as the topic ones in the
4837         inheritance filter process.
4838         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4839         argument GROUP-PARAMS-LIST.
4840         * gnus-topic.el (gnus-group-topic-parameters): Use it.
4842 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4844         * nntp.el (nntp-never-echoes-commands)
4845         (nntp-open-connection-functions-never-echo-commands): New variables.
4846         (nntp-send-command): Use them.
4848 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
4850         * mml2015.el (mml2015-epg-verify): Simplified.
4852 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4854         * mml.el (mml-content-disposition-alist): New user option.
4855         (mml-content-disposition): New function.
4856         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4857         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4859 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
4861         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4862         verification.
4864 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4866         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4867         articles posted in the last 24 hours.
4869 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
4871         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4873 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
4875         * nntp.el (nntp-send-command): Don't wait for echoes when
4876         nntp-open-ssl-stream is used.
4878 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4880         * gnus-cite.el (gnus-test-font-lock-add-keywords)
4881         (gnus-message-add-citation-keywords)
4882         (gnus-message-remove-citation-keywords): Remove.
4883         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4884         directly, make the variables in font-lock-defaults buffer-local, add
4885         gnus-message-citation-keywords to them and then update the value of
4886         font-lock-keywords.
4888 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4890         * message.el (message-cite-original-1): Don't call
4891         gnus-article-highlight-citation.
4893         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4894         citations; fix line count.
4896 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4898         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4899         (gnus-message-add-citation-keywords)
4900         (gnus-message-remove-citation-keywords): Use it; fix the emulating
4901         versions of font-lock-add-keywords and font-lock-remove-keywords to
4902         work with XEmacs correctly.
4904 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4906         * gnus-cite.el (gnus-cite-face-list): Set the values of
4907         gnus-message-max-citation-depth and gnus-message-citation-keywords.
4908         (gnus-message-max-citation-depth): Use defvar rather than defconst.
4909         (gnus-message-cite-prefix-regexp): New variable.
4910         (gnus-message-search-citation-line): Use it; protect against long
4911         citation prefix; fill match data with nil rather than 0 for XEmacs; set
4912         the 0th match data for Emacs.
4913         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4914         (gnus-message-add-citation-keywords): Append keywords rather than
4915         prepending; emulate font-lock-add-keywords if it is not available.
4916         (gnus-message-remove-citation-keywords): Emulate
4917         font-lock-remove-keywords if it is not available.
4919         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4921         * message.el (message-cite-prefix-regexp): Set the value of
4922         gnus-message-cite-prefix-regexp.
4924 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4926         * nnweb.el (nnweb-google-parse-1): Update parser.
4928 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4930         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4932 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4934         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4935         regexp.
4937 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4939         * uudecode.el (uudecode-string-to-multibyte): New function emulating
4940         string-to-multibyte.
4941         (uudecode-decode-region-internal): Use it.
4943 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4945         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4946         custom choice.
4948         * gnus-art.el (gnus-signature-limit): Fix custom choice.
4950 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
4952         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4954         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4955         `write-region' to respect `mm-inhibit-file-name-handlers'.
4957 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4959         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4960         Use gnus-home-directory instead of "~/" or "$HOME".
4962 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
4964         * encrypt.el (encrypt-insert-file-contents): Add better prompt
4965         to mention filename.
4966         Add comments at beginning regarding usage.
4967         (encrypt-write-file-contents): Change interactive so a string is
4968         acceptable.  If the file has no associated model, show an error instead
4969         of a nonsense prompt.
4971 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4973         * spam.el (spam-bsfilter-ham-switch): Fix typo.
4974         Thanks to Yoshihiko Yamada for kind notification of this typo.
4976 2007-01-12  Kenichi Handa  <handa@m17n.org>
4978         * uudecode.el (uudecode-decode-region-internal): Make it work in a
4979         multibyte buffer.
4981 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4983         * gnus-score.el (gnus-score-fast-scoring): New variable.
4984         (gnus-score-headers): Use it.
4986         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4988         * message.el (message-cite-original-1): Call
4989         gnus-article-highlight-citation if requested.
4990         (message-make-from): Allow name and address as optional arguments.
4992         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4994         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4995         bugs to doc string.
4996         (gnus-button-alist): Add mid\\|message-id.
4997         (gnus-button-fetch-group): Extend for use in
4998         `browse-url-browser-function'.
4999         (gnus-button-url-regexp): Try to catch paired parentheses like in
5000         Wikipedia URLs.
5002         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5003         Suggested by Simon Krahnke <overlord@gmx.li>.
5005 2007-01-13  Romain Francoise  <romain@orebokech.com>
5007         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5008         Update copyright.
5010 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5012         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5014 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5016         * gnus-registry.el (gnus-registry-unfollowed-groups)
5017         (gnus-registry-split-fancy-with-parent): Fix documentation.
5019 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5021         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5022         from nnweb groups.
5024 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5026         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5027         Xref urls.  Erase buffer before requesting head.
5029         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5031 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5033         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5034         customizable.
5036 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5038         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5039         no signing key is found.
5040         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5041         no encrypting and/or signing key is found.
5043 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5045         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5047 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5049         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5050         headers read from disk with the ones newly found in the current search.
5051         This should no longer cause problems, because the article numbers in
5052         Gmane's `nov.php' output are ignored since the previous change.
5054 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5056         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5058 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5060         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5062 2007-01-01  Romain Francoise  <romain@orebokech.com>
5064         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5066 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5068         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5069         `define-minor-mode' macro definition expanded properly.
5070         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5071         exclude it there.
5073         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5074         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5075         `fboundp' test.
5076         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5077         This is OK to autoload in (S)XEmacs now.
5079 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5081         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5082         keystroke.
5083         (gnus-summary-limit-to-singletons): Fix typo.
5085         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5086         else fails.
5088 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5090         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5091         docstring.
5093         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5094         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5095         (gnus-summary-insert-dormant-articles): Fix typo in message.
5097 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5099         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5100         nil for XEmacs.
5101         (gnus-message-citation-mode): Don't autoload in XEmacs.
5103         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5105 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5107         * nnimap.el (nnimap-expunge-search-string): Mention
5108         nnimap-search-uids-not-since-is-evil in docstring.
5110 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5112         * spam.el: Revert to make-obsolete-variable because
5113         define-obsolete-variable-alias is not supported in Emacs 21.
5115         * spam.el (spam-ifile-path, spam-ifile-database-path)
5116         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5117         make-obsolete-variable.
5118         (spam-bsfilter-path, spam-bsfilter-program)
5119         (spam-spamassassin-path, spam-spamassassin-program)
5120         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5121         use "path" inappropriately.
5122         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5123         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5124         variable names.
5126 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5128         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5129         summary buffer.
5131         * password.el (password-cache-remove): Use clear-string to burn
5132         password, if available.
5134 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5136         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5138         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5140         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5141         (gnus-message-highlight-citation): Move defcustom here from
5142         gnus-cite.el.
5143         (gnus-message-citation-mode): Autoload.
5145         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5146         checks to make it compile with XEmacs.
5147         (gnus-message-citation-mode): New minor mode.
5148         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5149         (gnus-message-highlight-citation): New variables.
5150         (gnus-message-search-citation-line)
5151         (gnus-message-add-citation-keywords)
5152         (gnus-message-remove-citation-keywords)
5153         (turn-on-gnus-message-citation-mode)
5154         (turn-off-gnus-message-citation-mode): New functions.
5156 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5158         * gnus-cite.el: Enable highlighting of different citation levels in
5159         message-mode.
5161 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5163         * message.el (message-make-fqdn): Fix comment.
5164         (message-bogus-system-names): Add ".local".
5166         * spam.el (spam-ifile-path, spam-ifile-program)
5167         (spam-ifile-database-path, spam-ifile-database)
5168         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5169         Don't use "path" inappropriately.
5170         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5171         strings.
5172         (spam-check-ifile, spam-ifile-register-with-ifile)
5173         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5174         new variable names.
5176         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5177         (gnus-treat-display-smileys): Simplify using
5178         gnus-image-type-available-p.
5180         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5181         available.
5183 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5185         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5186         one after turning on the buffer's multibyteness instead of decoding
5187         them directly in the unibyte buffer that causes unexpected conversion
5188         in Emacs 23 (unicode).
5190 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5192         * message.el (message-generate-hashcash): Fix custom type.
5194 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5196         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5198 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5200         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5201         disconnect icons.  Add help text.
5203 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5205         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5206         negated to be consistent with the others we handle.
5208 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5211         version of gnus-summary-buffer to something, so that we can use two
5212         article buffers at the same time.
5214 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5216         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5217         trigger all the extra headers.
5218         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5219         sorting.
5221 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5223         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5224         solid groups.
5226 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5228         * legacy-gnus-agent.el: Add Copyright notice.
5230 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5232         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5234 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5236         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5238         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5239         to make it work reliably in CVS Emacs.
5240         (gnus-summary-limit-strange-charsets-predicate)
5241         (gnus-summary-limit-to-predicate): New functions.
5243 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5245         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5246         specifying array size.
5247         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5248         array if it is too small.
5249         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5250         (gnus-sort-threads-loop): New function.
5252 2006-12-06  Chris Moore  <dooglus@gmail.com>
5254         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5255         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5257 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5259         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5260         options.
5262 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5264         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5265         DOS-ing the recipient.
5267         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5268         the headers when creating the mapping to avoid mismappings.
5269         (nnweb-gmane-create-mapping): Always nix out old mapping.
5271 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5273         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5274         and mm-verify-option to never.
5276 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5278         * message.el (message-signed-or-encrypted-p): New function.
5279         (message-forward-make-body): Use it.
5281         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5282         Replace encode-coding-string with mm-encode-coding-string.
5284 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5286         * nneething.el (nneething-decode-file-name): Replace
5287         decode-coding-string with mm-decode-coding-string.
5289         * gnus-int.el (gnus-open-server): Say failed server's name.
5291 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5293         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5294         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5296         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5297         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5298         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5299         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5300         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5301         (gnus-subscribe-newsgroup, gnus-1):
5302         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5303         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5304         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5305         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5307 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5309         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5310         keystroke.
5311         (gnus-summary-limit-to-bodies): Implement headersp.
5313 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5315         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5317 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5319         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5321 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5323         * message.el (message-generate-hashcash): Expand range of values to
5324         include `opportunistic'.
5325         (message-send-mail): Use it.
5327 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5329         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5330         and comment it.
5332         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5334 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5336         * gnus-util.el (gnus-extract-address-components): Improve comment.
5338 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5340         * gnus-util.el (gnus-extract-address-components): Work with address in
5341         which the name portion contains @.
5343 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5345         * gnus.el (gnus-start): Move custom group up.
5346         (gnus-select-method): Don't autoload, but make it available for
5347         `customize-variable'.
5348         (gnus-getenv-nntpserver): Don't autoload.
5350 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5352         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5354 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5356         * message.el (message-sendmail-extra-arguments): New variable.
5357         (message-send-mail-with-sendmail): Use it.
5359 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5361         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5362         mm-with-unibyte-current-buffer to make string unibyte.
5364         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5365         mm-string-as-multibyte.
5367 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5369         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5370         Reported by Werner Koch <wk@gnupg.org>.
5372 2006-11-14  Daiki Ueno  <ueno@p360>
5374         * mml2015.el: Autoload epa-select-keys when compiling.
5376 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5378         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5379         message-options.
5380         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5382 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5384         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5385         EasyPG (< 0.0.6).
5386         (mml2015-always-trust): New user option.
5387         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5388         prompt.
5390 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5392         * nntp.el (nntp-authinfo-force): New variable.
5393         (nntp-send-authinfo): Use it.
5395 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5397         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5398         decode encoded words.  Improve prompt.  Add comment about forwarding.
5399         (message-replacement-char): Move up.
5401 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5403         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5404         instead of gnus-intersection because arguments of gnus-sorted-nunion
5405         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5407 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5409         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5410         (message-simplify-subject-functions): Enable
5411         message-strip-subject-encoded-words by default.
5413 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5415         * message.el (message-strip-subject-encoded-words): New function.
5416         (message-simplify-subject-functions): New variable.
5417         (message-simplify-subject): Use it.  Fix typo in doc string.
5418         Support message-strip-subject-encoded-words.
5420 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5422         * gnus-diary.el (gnus-diary-delay-format-function):
5423         * nndiary.el (nndiary-reminders):
5424         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5426 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5428         * gnus-art.el (article-hide-boring-headers): Fetch date from
5429         gnus-original-article-buffer to avoid problems with localized date
5430         strings.
5432 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5434         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5436 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5438         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5439         New variables.
5440         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5441         (mm-charset-synonym-alist): Move some entries to
5442         mm-codepage-iso-8859-list.
5443         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5444         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5446 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5448         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5450 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5452         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5453         with Emacs 21 and XEmacs.
5455 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5457         * spam.el (spam-parse-address): New function for better parsing,
5458         catching errors, etc.
5459         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5461 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5463         * mm-view.el: Add interactive arg to html2text autoload.
5465 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5467         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5469 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5471         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5472         variables.
5473         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5474         (mm-charset-synonym-alist): Move some entries to
5475         mm-codepage-iso-8859-list.
5477         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5479 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5481         * message.el (message-citation-line-format)
5482         (message-insert-formated-citation-line): Fix implementation of %E, %N
5483         and %n according to the doc string.
5485 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5487         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5488         car-safe to avoid bad parses.
5490 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5492         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5493         names.
5495         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5497 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5499         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5500         header.
5502         * message.el (message-draft-headers): Add Date.
5503         (message-headers-to-generate): Fix typo in docstring.
5505         * nndraft.el (nndraft-required-headers): New variable.
5506         (nndraft-generate-headers): Use it.
5508         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5510 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5512         * gnus-registry.el (gnus-registry-wash-for-keywords)
5513         (gnus-registry-find-keywords): New functions to allow easy searching of
5514         articles that are in the registry.
5516 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5518         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5519         ietf-drums-parse-address instead of gnus-extract-address-components.
5520         Reported by Damien Elmes <damien@repose.cx>.
5522 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5524         * gnus.el (gnus-mime): Remove unused custom group.
5526 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5528         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5529         "blank line" when searching for end of armor headers.
5531 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5533         * gmm-utils.el (gmm-write-region): Fix variable name.
5535 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5537         * gmm-utils.el (gmm-write-region): New function based on compatibility
5538         code from `mm-make-temp-file'.
5540         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5542         * nnmaildir.el (nnmaildir--update-nov)
5543         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5544         Use `gmm-write-region'.
5546 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5548         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5549         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5551         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5553         * message.el (message-replacement-char): New variable.
5554         (message-fix-before-sending): Use it.
5555         (message-simplify-subject): New function to remove duplicate code.
5556         (message-reply, message-followup): Use it.
5558         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5559         gnus-summary-limit-to-articles.
5561 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5563         * gnus-util.el (gnus-with-local-quit): New macro.
5565         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5567 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5569         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5570         ignore non-string data.
5572 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5574         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5575         non-string data (needs to be done in the registry too).
5577 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5579         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5580         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5581         (gnus-registry-split-fancy-with-parent)
5582         (gnus-registry-fetch-simplified-message-subject-fast)
5583         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5584         Remove text properties on ingress into the registry and when it's saved.
5585         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5586         registry from entries with no groups.
5588 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5590         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5591         function to remove string properties.
5593 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5595         * gmm-utils.el (gmm): Adjust custom version.
5597         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5598         custom version.
5600         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5602 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5604         * gnus-art.el (gnus-insert-prev-page-button)
5605         (gnus-insert-next-page-button): Simplify.  Reformat.
5607 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5609         * gnus-art.el (gnus-insert-prev-page-button)
5610         (gnus-insert-next-page-button): Apply gnus-article-button-face.
5612 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5614         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5616 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5618         * gnus-art.el (gnus-insert-mime-button)
5619         (gnus-insert-mime-security-button):
5620         Apply gnus-article-button-face to MIME and security buttons.
5622 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
5624         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5625         readable.
5627 2006-09-20  Steve Youngs  <steve@sxemacs.org>
5629         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5630         `browse-url-of-file' instead of `browse-url'.
5632 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5634         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5635         regexp.  Articles containing quotation were cut prematurely.
5637 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5639         * message.el (message-cite-original-1): Use nobody by default for the
5640         value of From header.
5641         (message-reply): Ditto.
5643 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
5645         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5646         to the gnus-info.  This fixes a bug of inline-PGP message verification.
5647         Reported by Michael Piotrowski <mxp@dynalabs.de>.
5649 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
5651         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5652         mails in the doc string.  Add some URLs in comment.
5653         (pop3-movemail): Warn about pop3-leave-mail-on-server.
5655 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5657         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5658         backslashes handling and the way to find boundaries of quoted strings.
5660 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
5662         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5663         mml1991-encrypt-to-self is set and mml1991-signers is not set.
5664         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5665         mml2015-encrypt-to-self is set and mml2015-signers is not set.
5667 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5669         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
5670         doc string.
5671         (gnus-button-regexp, gnus-button-last): Remove unused variables.
5673 2006-09-06  Simon Josefsson  <jas@extundo.com>
5675         * mml2015.el (mml2015-use): Doc fix, mention epg.
5677 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5679         * mml2015.el (mml2015-use): Default to epg, if available.
5681 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5683         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5684         message-sender.
5685         (mml1991-epg-encrypt): Ditto.
5686         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5687         message-sender.
5688         (mml2015-epg-encrypt): Ditto.
5690 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5692         * message.el (message-send-mail-with-sendmail): Look for sendmail in
5693         several common directories.
5695 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5697         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5698         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5700 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5702         * gnus-art.el (article-decode-encoded-words): Make it fast.
5704 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5706         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5708         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5709         in quoted string into `\'.
5711 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5713         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5714         Use standard-syntax-table.
5716 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5718         * gnus-art.el (gnus-decode-address-function): New variable.
5719         (article-decode-encoded-words): Use it to decode headers which are
5720         assumed to contain addresses.
5721         (gnus-mime-delete-part): Remove useless `or'.
5723         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5724         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5725         (gnus-nov-parse-line): Use it to decode From header.
5726         (gnus-get-newsgroup-headers): Ditto.
5727         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5729         * mail-parse.el (mail-decode-encoded-address-region): New alias.
5730         (mail-decode-encoded-address-string): New alias.
5732         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5733         New function.
5734         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5735         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5736         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5737         (rfc2047-decode-string): Ditto.
5738         (rfc2047-decode-address-region): New function.
5739         (rfc2047-decode-address-string): New function.
5741 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
5743         * message.el (message-caesar-buffer-body): Allow rotating headers.
5745         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5747         * message.el (message-insert-formated-citation-line): Fix %f.
5748         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5750 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5752         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5753         (gnus-bookmark-mouse-available-p): New macro.
5754         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5755         (gnus-bookmark-bmenu-show-infos): Use it.
5756         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5757         (gnus-bookmark-bmenu-hide-infos): Ditto.
5758         (gnus-bookmark-remove-properties): New function.
5759         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5760         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5761         (gnus-bookmark-write-file): Bind coding-system-for-write.
5762         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5763         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5764         group before selecting it.
5765         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5766         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5767         quit-window if it is not available; use gnus-mouse-2 and bind it to
5768         gnus-bookmark-bmenu-select-by-mouse.
5769         (gnus-bookmark-show-details): Remove unused variable `details-list'.
5770         (gnus-bookmark-bmenu-select-by-mouse): New function.
5772 2006-08-13  Romain Francoise  <romain@orebokech.com>
5774         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5775         space.
5777 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5779         * compface.el (uncompface): Use binary rather than raw-text-unix.
5781 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5783         * compface.el (uncompface): Make sure the eol conversion doesn't take
5784         place when communicating with the external programs.  Reported by
5785         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5787 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5789         * nnheader.el (nnheader-insert-head): Fix typo in comment.
5791 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5793         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5794         Make it more robust by parsing author and date independently.
5796 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5798         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5800 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
5802         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5803         first matching secret key.
5804         (mml2015-epg-encrypt): Ditto.
5806         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5807         first matching secret key.
5808         (mml1991-epg-encrypt): Ditto.
5810         * mml2015.el (mml2015-encrypt-to-self): New user option.
5811         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5812         mml2015-epg-encrypt-to-self is set.
5814         * mml1991.el (mml1991-encrypt-to-self): New variable.
5815         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5816         mml1991-epg-encrypt-to-self is set.
5818         * mml2015.el (mml2015-signers): New user option.
5819         (mml2015-epg-sign): Reflect the value of mml2015-signers.
5820         (mml2015-epg-encrypt): Allow to select signing keys.
5822         * mml1991.el (mml1991-signers): New variable.
5823         (mml1991-epg-sign): Reflect the value of mml1991-signers.
5824         (mml1991-epg-encrypt): Allow to select signing keys.
5826 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5828         * nnheader.el (nnheader-insert-head): Make it work even if the file
5829         uses CRLF for the line-break code.
5831 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
5833         * mml2015.el: Require mml-sec instead of password.
5834         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5835         (mml2015-cache-passphrase): Inherit the default value from
5836         mml-secure-cache-passphrase.
5837         (mml2015-passphrase-cache-expiry): Inherit the default value from
5838         mml-secure-passphrase-cache-expiry.
5840         * mml1991.el: Require mml-sec instead of password.
5841         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5842         (mml1991-cache-passphrase): Inherit the default value from
5843         mml-secure-cache-passphrase.
5844         (mml1991-passphrase-cache-expiry): Inherit the default value from
5845         mml-secure-passphrase-cache-expiry.
5847         * mml-sec.el: Require password.
5848         (mml-secure-verbose): New user option.
5849         (mml-secure-cache-passphrase): New user option.
5850         (mml-secure-passphrase-cache-expiry): New user option.
5852 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5854         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5855         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
5856         andreas@altroot.de (Andreas Vögele).
5858         FIXME: Use `tiny change'?
5860 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5862         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5863         workaround for the url package included with Emacs.
5865         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5867 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5869         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5870         correctly.  This fixes a bug caused by the 2006-05-12 change.
5872 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
5874         * nnmail.el (nnmail-article-group): If splitting raises an error, give
5875         some information about the error when saying that the `bogus' mail
5876         group will be used.
5878 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
5880         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5881         string.
5883 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
5885         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5887 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5889         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5891 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5893         * mml1991.el (mml1991-function-alist): Add epg.
5894         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5895         (mml1991-epg-encrypt): New functions.
5897 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5899         * mml2015.el (mml2015-verbose): New variable.
5900         (mml2015-cache-passphrase): Ditto.
5901         (mml2015-passphrase-cache-expiry): Ditto.
5902         (mml2015-function-alist): Add epg.
5903         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5904         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5905         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5906         functions.
5908 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5910         * message.el (message-cite-original-1): Preserve region when removing
5911         quoted text due to X-No-Archive in order to avoid bogus attribution
5912         when citing multiple messages.
5914 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5916         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
5917         Kenneth Jacker <khj@be.cs.appstate.edu>.
5919 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
5921         * gnus-diary.el (gnus-user-format-function-d)
5922         (gnus-user-format-function-D): Autoload.
5924         * imap.el (Commentary): Fix typo.
5926         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5927         2006-04-22 contribution.
5929 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5931         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5932         It didn't really fix the bogosity I'm seeing with solid web groups.
5934 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5936         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5937         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5938         created using server names.  If we use the feature without declaring
5939         it, Gnus does not properly manage server and group state.
5941         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5942         bound.
5944 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5946         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5947         looking up the method using GROUP's prefix before inventing a new one.
5948         It is used on killed/unknown groups in various places where returning
5949         an all-new method isn't expected by the caller.
5951         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5952         and match semantics of gnus-group-real-prefix.
5954 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
5956         * nnmail.el (nnmail-broken-references-mailers): New variable.
5957         (nnmail-ignore-broken-references): New function generalizing
5958         nnmail-fix-eudora-headers.
5959         (nnmail-fix-eudora-headers): Now obsolete.
5961         * gnus-art.el (gnus-button-handle-custom): Support
5962         `customize-apropos*'.
5964 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5966         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5968         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5969         articles.
5971 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5973         * message.el (message-cite-reply-above): New variable.
5974         (message-yank-original): Use it.
5976 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5978         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5980 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
5982         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5983         as read.
5985         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5987 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
5989         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5990         (gnus-bookmark-default-file): Use gnus-directory.
5991         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5992         Remove "*" in doc string.
5993         (gnus-bookmark-write-file): Simplify.
5994         (gnus-bookmark-maybe-sort-alist): Use `when'.
5995         (gnus-bookmark-get-bookmark): Fix typo in doc string.
5996         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5997         FIXME about Emacs 21 and XEmacs compatibility.
5998         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5999         compatibility.
6000         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6001         compatibility.
6002         (gnus-bookmark-menu-heading): Fix version.
6004 2006-06-19  Bastien Guerry  <bzg@altern.org>
6006         * gnus-bookmark.el: New file.
6008 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6010         * message.el (message-syntax-checks): Doc fix.
6012 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6014         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6015         unsubscribed groups as if they were killed ones.  It causes duplicate
6016         entries in gnus-newsrc-alist.
6018 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6020         * message.el (message-syntax-checks): Doc fix.
6021         (message-send-mail): Add check for continuation headers.
6022         (message-check-news-header-syntax): Fix regexp used to check for
6023         continuation headers.
6025 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6027         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6029 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6031         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6033 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6035         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6036         default-truncate-lines.
6038 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6040         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6041         to fill the utf-8 entry.
6043 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6045         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6047 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6049         * gnus-agent.el (directory-files-and-attributes): Move all the way
6050         forward (the third and final move).
6051         (gnus-agent-read-agentview): Trap reconstruction errors due to
6052         nonexistent directory.  Handle by returning nil.
6054 2006-05-30  Didier Verna  <didier@xemacs.org>
6056         * message.el (message-dont-reply-to-names): Update the custom type.
6057         * message.el (message-dont-reply-to-names): New defsubst: potentially
6058         convert a list of regexps into a single one.
6059         * message.el (message-get-reply-headers): Use it.
6060         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6062 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6064         * gnus-agent.el (directory-files-and-attributes): Move forward.
6066 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6068         * gnus-ml.el (gnus-mailing-list-subscribe)
6069         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6070         (gnus-mailing-list-message): Fix doc strings.
6072 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6074         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6075         of doing it manually.
6077 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6079         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6080         comment.
6082 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6084         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6085         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6086         (gnus-agent-read-local): All symbols allocated in my-obarray.
6087         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6088         (gnus-agent-regenerate-group): Check numeric names to see if they are
6089         messages or groups.
6090         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6091         better way of do this...)
6093         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6094         'dummy.group' (there should be a better way of do this...)
6096 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6098         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6099         (gnus-saved-headers): Ditto.
6100         (gnus-default-article-saver): Mention functions may have properties.
6101         (gnus-article-save): Override gnus-save-all-headers and
6102         gnus-saved-headers by :headers property which saver function may have.
6103         (gnus-summary-save-in-file): Add :headers property.
6104         (gnus-summary-write-to-file): Ditto.
6106         * gnus-sum.el (gnus-summary-save-article): Bind
6107         gnus-prompt-before-saving to t when saving many articles in a file;
6108         always show all headers.
6110 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6112         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6113         marks.
6115         * message.el (message-indent-citation): Add optional arguments to allow
6116         using it outside of message buffers.
6118         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6119         (gnus-article-treat-unfold-headers): Use it.
6120         (gnus-article-truncate-lines): New variable.
6121         (gnus-article-mode): Use it.
6122         (gnus-article-toggle-truncate-lines): New function.
6124         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6125         gnus-article-toggle-truncate-lines.
6127         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6128         coding system in XEmacs, use binary.
6130 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6132         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6133         after-load-alist.
6135         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6136         this function should save decoded articles.
6137         (gnus-summary-write-to-file): Use property to specify this function
6138         should save decoded articles and specify gnus-summary-save-in-file
6139         should be used to save articles other than the first one when saving
6140         many articles.
6141         (gnus-summary-save-body-in-file): Use property to specify this
6142         function should save decoded articles.
6143         (gnus-summary-write-body-to-file): Use property to specify this
6144         function should save decoded articles and specify
6145         gnus-summary-save-body-in-file should be used to save articles other
6146         than the first one when saving many articles.
6148         * gnus-sum.el (gnus-summary-save-article): Simplify.
6150 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6152         * gnus-art.el (gnus-default-article-saver): Add
6153         gnus-summary-write-body-to-file.
6154         (gnus-article-save-coding-system): Don't use coding system object
6155         in XEmacs.
6156         (gnus-read-save-file-name): Add optional `dir-var' argument which
6157         specifies directory in which files are saved; work even if optional
6158         `variable' argument is not specified.
6159         (gnus-summary-write-to-file): Read file name.
6160         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6161         (gnus-summary-write-body-to-file): New function.
6163         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6164         (gnus-summary-local-variables): Add it.
6165         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6166         (gnus-summary-save-article): Remove optional `decode' argument;
6167         determine whether to decode articles by the value of
6168         gnus-default-article-saver; when saving many files using
6169         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6170         it first and use gnus-summary-save-in-file or
6171         gnus-summary-save-body-in-file thereafter unless
6172         gnus-prompt-before-saving is always; move point to article which
6173         will be saved.
6174         (gnus-summary-save-article-file): Revert.
6175         (gnus-summary-write-article-file): Revert.
6176         (gnus-summary-save-article-body-file): Revert.
6177         (gnus-summary-write-article-body-file): New function.
6179 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6181         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6183 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6185         * gnus-art.el (gnus-default-article-saver): Doc fix.
6186         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6187         from gnus-summary-save-article-coding-system, and default to a
6188         certain coding system.
6189         (gnus-output-to-file): Add coding cookie and encode text according
6190         to gnus-article-save-coding-system; don't use mm-append-to-file.
6192         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6193         gnus-art.el and rename to gnus-article-save-coding-system.
6194         (gnus-summary-save-article): Require gnus-art; don't show all
6195         headers if it decodes articles; don't add coding cookie here;
6196         don't bind mm-text-coding-system-for-write.
6197         (gnus-summary-save-article-file): Save decoded articles.
6198         (gnus-summary-write-article-file): When saving many files, use
6199         gnus-summary-write-to-file first and gnus-summary-save-in-file
6200         thereafter unless gnus-prompt-before-saving is always.
6201         (gnus-summary-save-article-body-file): Save decoded articles.
6203 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6205         * nnrss.el (nnrss-check-group): Bind hash-index.
6207 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6209         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6210         its hash index.  Store this hash in `nnrss-group-data'.
6211         (nnrss-read-group-data): Update accordingly.
6213 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6215         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6216         entry.
6218         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6219         gnus-article-browse-html-article.
6221 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6223         * gnus-sum.el (gnus-summary-mime-map): Add
6224         gnus-article-browse-html-article.
6225 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6227         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6228         suitable coding systems in customize.
6230 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6232         * mail-source.el (mail-sources): Fix custom type.
6234 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6236         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6237         (gnus-summary-expire-articles-now): Shorten prompt.
6239         * gmm-utils.el (wid-edit): Require.
6240         (defun-gmm): Renamed from `gmm-defun-compat'.
6241         (gmm-image-search-load-path): Use it.
6242         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6244 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6246         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6247         variable.
6248         (gnus-summary-save-article): Add optional `decode' argument.  If
6249         it is set and gnus-summary-save-article-coding-system is non-nil,
6250         save decoded article.
6251         (gnus-summary-write-article-file): Save decoded article if
6252         gnus-summary-save-article-coding-system is non-nil.
6254         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6255         type.
6257 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6259         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6261 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6263         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6264         first to test gnus-single-article-buffer which may be buffer-local.
6266         * gnus-sum.el (gnus-summary-setup-buffer): Make
6267         gnus-single-article-buffer buffer-local and nil in ephemeral
6268         group; make gnus-article-buffer, gnus-article-current, and
6269         gnus-original-article-buffer always buffer-local.
6270         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6271         group.
6272         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6274 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6276         * nnml.el (nnml-request-compact-group): Compressed files might not
6277         have .gz extension.
6279 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6281         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6282         (mm-copy-to-buffer): Use with-current-buffer.
6283         (mm-display-part): Simplify.
6284         (mm-inlinable-p): Add optional arg `type'.
6286 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6288         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6289         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6290         Try harder to show the attachment internally or externally using
6291         gnus-mime-view-part-as-type.
6293 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6295         * message.el (message-from-style, message-signature-separator)
6296         (message-user-organization-file, message-send-mail-function)
6297         (message-citation-line-function, message-yank-prefix)
6298         (message-indent-citation-function, message-signature)
6299         (message-signature-file, message-signature-insert-empty-line):
6300         Remove autoloads.
6302         * gnus-art.el (gnus-buttonized-mime-types): Remove
6303         "multipart/signed".  Revert 2006-04-26 change.
6305 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6307         * gnus.el (gnus-version-number): Bump version.
6309 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6311         * gnus.el: No Gnus v0.5 is released.
6313 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6315         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6316         fetching articles by message-id.
6318 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6320         * message.el (hashcash): Require hashcash as normal.
6322         * ecomplete.el (ecomplete-highlight-match-line): Use
6323         point-at-eol.
6324         (ecomplete-highlight-match-line): Use `highlight', because that
6325         face exists in both Emacs and XEmacs.
6327         * message.el (message-display-abbrev): Use point-at-bol.
6329         * mail-source.el: Don't require timer/timer-funcs.
6331         * gnus-async.el: Ditto.
6333         * password.el: Ditto.
6335         * mm-url.el: Ditto.
6337         * mm-util.el: Require timer/timer-funcs.
6339 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6341         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6342         Close.
6344 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6346         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6347         unibyte after clear-decrypt function runs.
6349         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6350         returns as a unibyte string.
6352 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6354         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6355         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6356         (mml1991-pgg-encrypt): Ditto.
6358 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6360         * message.el (message-user-organization-file): Check several
6361         locations of the organization file.
6363         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6364         Add gnus-article-view-part-as-type.
6366         * gnus-art.el (gnus-article-view-part-as-type): New function.
6368         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6369         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6371         * mml.el: Simplify autoload.
6372         (mml-mode): defvar dnd-protocol-alist instead of using
6373         symbol-value.
6374         (mml-default-directory): New variable.
6375         (mml-minibuffer-read-file): Use it.
6376         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6378         * message.el (message-citation-line-format): New variable.
6379         (message-insert-formated-citation-line): New function.
6380         (message-citation-line-function): Add
6381         `message-insert-formated-citation-line' to custom type.
6383         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6384         to doc string.
6386         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6387         depending on mm-verify-option.
6389 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6391         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6392         binding pgg-* variables; reimplement the section which prevents
6393         MIME header from being signed.
6394         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6395         pgg-text-mode; remove a blank line at the top of body.
6397         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6398         lines at the top of body; use gnus-newsgroup-charset if there's no
6399         Charset header.
6401 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6403         * message.el (message-self-insert-commands): Doc fix.
6405         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6406         (mm-uu-pgp-encrypted-test): Ditto.
6407         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6408         between header and body; return application/pgp-encrypted handle
6409         if decryption failed; decode decrypted body by charset.
6411         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6412         element match to application/pgp-*.
6414 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6416         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6417         HTML.
6419 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6421         * mail-source.el (mail-source-call-script): Message the error
6422         string.
6424 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6426         * gnus-util.el (gnus-byte-compile): Use it.
6428 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6430         * gnus-util.el (kill-empty-logs): New function.
6432 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6434         * message.el (message-mail-alias-type): Doc fix.
6435         (message-mail-alias-type-p): New function.
6436         (message-send): Use it.
6437         (message-mode): Ditto.
6438         (message-strip-forbidden-properties): Ditto.
6440         * ecomplete.el (ecomplete-database-file-coding-system): New
6441         variable.
6442         (ecomplete-save): Use it.
6443         (ecomplete-setup): Use it.
6445 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6447         * message.el (message-self-insert-commands): New variable.
6448         (message-strip-forbidden-properties): Use it.
6450 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6452         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6453         that doesn't make XEmacs choke.
6455 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6457         * gnus-util.el (gnus-replace-in-string):
6458         Prefer replace-regexp-in-string over of replace-in-string.
6460 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6462         * gnus-util.el (gnus-select-frame-set-input-focus):
6463         Use select-frame-set-input-focus if it is available in XEmacs; use
6464         definition defined in Emacs 22 for old Emacsen.
6466 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6468         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6470 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6472         * gnus-registry.el (gnus-registry-cache-save): Remove text
6473         properties when saving via the temp buffer.
6475 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6477         * message.el (message-generate-hashcash): Honor custom type.
6479 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6481         * message.el (message-generate-hashcash): Default to non-nil when
6482         hashcash is found.
6484         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6485         (gnus-refer-thread-limit): Increase default to 500.
6487         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6489         * flow-fill.el (fill-flowed): Allow delete-space.
6491 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6493         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6494         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6495         Remove autoloads.
6497 2006-04-18  Simon Josefsson  <jas@extundo.com>
6499         * message.el (message-generate-hashcash): Default to.
6501 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6503         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6504         concatenating segments rather than before concatenating them.
6506 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6508         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6510         * imap.el (imap-quote-specials): New function.
6511         (imap-login-auth): Quote specials.
6513 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6515         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6517         * message.el (message-forward-make-body-plain): Allow
6518         message-forward-ignored-headers to be a list.
6519         (message-remove-ignored-headers): Factor out into function.
6520         (message-forward-make-body-mml): Use it.
6521         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6522         (rfc2231-parse-string): Allow concatanation of parameters that
6523         aren't contiguous.  The test case is
6524           (mail-header-parse-content-type "message/external-body;
6525             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6526             access-type=LOCAL-FILE;
6527             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6529 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6531         * nntp.el (nntp-accept-process-output): Return the value of
6532         `nnheader-accept-process-output'.
6534 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6536         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6537         (gnus-button-alist): Recognize more diff formats.
6538         (gnus-button-patch): Strip directory.
6540 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6542         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6543         Emacs 22 when setting focus.
6545 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6547         * gnus-art.el (gnus-article-treat-types): Do treatment of
6548         text/x-verbatim parts.
6549         (gnus-button-patch): New command.
6551         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6552         addresses that contain invalid characters.
6554 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6556         * message.el (message-put-addresses-in-ecomplete): Use
6557         gnus-replace-in-string.
6558         (message-is-yours-p): Use the more correct
6559         mail-header-parse-address instead of
6560         mail-extract-address-components.
6561         (message-put-addresses-in-ecomplete): Fix typo.
6563         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6564         keystroke.
6566         * gnus-art.el (gnus-treatment-function-alist): Change order of
6567         newsgroups/generic header folding to avoid double-folding.
6569         * message.el (message-hidden-headers): Add X-Draft-From.
6571         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6572         command.
6573         (gnus-summary-repeat-search-article-backward): New command.
6575         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6576         groups in the parent topic.
6578 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
6580         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6581         (spam-extra-header-to-number): Return the CRM114 number as a
6582         number instead of a string.
6584 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6586         * gnus-art.el (gnus-face-properties-alist): Moved here from
6587         gnus-fun.
6589         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6591 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6593         * message.el (message-strip-forbidden-properties): Only display on
6594         self-insert-command.
6596         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6597         reindent.
6598         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6600 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
6602         * smiley.el (smiley-style): Fix typo.
6604 2006-03-23  Kenichi Handa  <handa@m17n.org>
6606         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
6607         instead of set-buffer-multibyte.
6609 2006-03-23  Kenichi Handa  <handa@m17n.org>
6611         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6612         buffer and then decode the buffer text if necessary.
6613         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6614         first, and after mm-encode-body, change the buffer to unibyte.
6616 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6618         * hashcash.el (hashcash-insert-payment-async-2): Use
6619         message-goto-eoh instead of doing it manually.
6620         (mail-add-payment): Use message-narrow-to-header instead of trying
6621         to do the same itself.
6623         * message.el (message-hidden-headers): Add Face.
6625         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6626         reparenting code.
6627         (gnus-summary-reparent-children): Refactored out code.
6628         (gnus-summary-thread-map): New keystroke.
6629         (gnus-summary-reparent-children): Make into command.
6631         * smiley.el (smiley-style): Default to `medium' if using a large
6632         font.
6634         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6635         does it itself.
6637         * message.el (message-point-in-header-p): Simplify definition.
6639 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6641         * nnagent.el (nnagent-request-set-mark): Silence log file
6642         writing.
6643         (nnagent-request-set-mark): Use write-region instead of
6644         append-to-file.
6646         * gnus-sum.el (gnus-read-header): Fudge article number if using a
6647         strange select method.
6649         * ecomplete.el (ecomplete-display-matches): Get highlightling
6650         right.
6651         (ecomplete-display-matches): Use literals.
6652         (ecomplete-display-matches): Disable message logging.
6654         * message.el (message-display-abbrev): Small optimization.
6656         * ecomplete.el (ecomplete-display-matches): Allow automatic
6657         display.
6659         * message.el (message-strip-forbidden-properties): Display
6660         abbrevs.
6661         (message-display-abbrev): Get automatic display right.
6663         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6664         keystrokes.
6666 2006-04-13  Romain Francoise  <romain@orebokech.com>
6668         TODO: Backport to v5-10!
6670         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6671         Moved here (and renamed) from gnus-registry.el.
6673         * gnus-registry.el: Require gnus-util.
6674         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6676 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6678         * gnus-group.el (gnus-group-catchup-current): Change
6679         if-then-else-if-then-else into cond.
6680         (gnus-group-catchup): Indent.
6681         (group-name-at-point): New function.
6682         (gnus-fetch-group): Provide default from thing at point.
6684 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6686         * message.el (message-display-abbrev): Fix regexp.
6688         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6689         choosing.
6690         (ecomplete-highlight-match-line): Fix up code rewrite, remove
6691         dead variables.
6693         * message.el (message-newline-and-indent): Remove debugging.
6694         (message-display-abbrev): Use new implementation.
6696 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6698         * gnus-art.el (gnus-article-mode): Set
6699         cursor-in-non-selected-windows to nil.
6701         * smiley.el: Revert previous change.
6702         (smiley-data-directory): defvar it before using it in the
6703         defcustom of `smiley-style'.
6705 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6707         * message.el (message-newline-and-indent): New function.
6709         * ecomplete.el: Implement more bits.
6711         * message.el (message-put-addresses-in-ecomplete): Clean up the
6712         string.
6714         * ecomplete.el (ecomplete-add-item): Chop off decimals.
6716         * gnus-sum.el (gnus-summary-save-parts): Bind
6717         gnus-summary-save-parts-counter and use it to make unique file
6718         names.
6720         * gnus-art.el (gnus-ignored-headers): Add some more headers.
6722         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6723         parameter to say whether to actually parse the individual
6724         addresses.
6726         * message.el (message-put-addresses-in-ecomplete): New function.
6727         (ecomplete): Require.
6728         (message-mail-alias-type): Add ecomplete as an option.
6730 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
6732         * flow-fill.el (fill-flowed): Remove trailing space from blank
6733         quoted lines.
6735 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6737         * smiley.el (smiley-style): Move definition later to avoid a
6738         compilation warning.
6740 2006-04-12  Kenichi Handa  <handa@m17n.org>
6742         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6743         buffer and then decode the buffer text if necessary.
6744         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6745         first, and after mm-encode-body, change the buffer to unibyte.
6746         Use mm-disable-multibyte instead of set-buffer-multibyte.
6748 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6750         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6751         Content-Type header instead of Content-Disposition header.
6752         (gnus-mime-inline-part): Ditto.
6753         (gnus-mime-view-part-as-charset): Ignore charset that the part
6754         specifies.
6756         * mm-decode.el (mm-display-part): Work with external parts and
6757         usual parts similarly.
6759         * mm-extern.el (mm-inline-external-body): Use mm-display-part
6760         instead of gnus-display-mime.
6762         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6763         instead of with-temp-buffer.
6765         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6766         tag to summarized topics part in order to encode non-ASCII text.
6768 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6770         * smiley.el (smiley-style): New variable.
6771         (smiley-directory): New function.
6772         (smiley-data-directory): Derive from `smiley-style' using
6773         `smiley-directory'.
6774         (smiley-regexp-alist): Add new entries.
6776         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6777         (gnus-article-browse-delete-temp): Add :version.
6779 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
6781         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6782         the sieve region.
6784 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6786         * gnus.el (gnus-version-number): Bump version.
6788 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6790         * gnus.el: No Gnus v0.4 is released.
6792 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6795         layout.
6797         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6798         unknown charset.
6800         * message.el (message-header-synonyms): Add Original-To to the
6801         default.
6803         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6804         optional parameter.
6806 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
6808         * gnus-fun.el (gnus): Require it for gnus-directory.
6810 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6812         * gnus-fun.el (gnus-face-properties-alist): Add :version.
6814 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6816         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
6818 2006-04-05  Simon Josefsson  <jas@extundo.com>
6820         * password.el (password-reset): New function.
6822 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6824         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6825         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6827 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6829         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6830         Some whitespace was matched into the url, which broke browsing hits
6831         > 100 when mm-url-use-external was nil.
6833 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6835         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6836         gnus-extra-headers for 'Newsgroups.
6838         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6839         bound.
6841 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
6843         * pgg-gpg.el: Clean up process buffers every time gpg processes
6844         complete.
6846 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
6848         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6849         doc string.
6851 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
6853         * pgg-gpg.el (pgg-gpg-process-filter)
6854         (pgg-gpg-wait-for-completion): Check if buffer is alive.
6856         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6857         lines, temporary fix.
6859 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6861         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6863 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
6865         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6866         default-enable-multibyte-characters.  This reverts the change from
6867         revision 6.17 which is no longer necessary because the passphrase
6868         is sent separately now.  GnuPG messages are unreadable under
6869         multibyte locales with default-enable-multibyte-characters set to
6870         nil.
6872 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6874         * message.el (message-tool-bar-gnome): Move "spell".
6876 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6878         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6879         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
6880         instead.
6882 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
6884         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6885         newsgroups handling for NNTP overviews which don't include
6886         Newsgroups.
6888 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6890         * message.el (message-resend): Bind message-generate-hashcash to nil.
6892 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6894         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6895         when searching for already-paid recipients.
6897 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
6899         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6900         passphrases when it is not needed.
6901         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6902         passphrase stuff from gpg, should only be necessary when you use
6903         gpg with a smartcard.
6905 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6907         * mml.el (mml-insert-mime): Ignore cached contents of
6908         message/external-body part.
6910         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6911         (mm-insert-part): Ditto.
6913 2006-03-23  Simon Josefsson  <jas@extundo.com>
6915         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6916         Reiner.
6917         (pgg-gpg-use-agent-p): Use it again.
6919 2006-03-23  Simon Josefsson  <jas@extundo.com>
6921         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6922         older emacsen.
6923         (pgg-gpg-use-agent-p): Don't use it.
6925 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6927         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6928         if we can.
6930 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
6932         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6933         (pgg-gpg-update-agent): New function.
6934         (pgg-gpg-use-agent-p): New function.
6935         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6936         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6937         (pgg-gpg-sign-region): Use it.
6939 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6941         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6942         Reported by Ralf Wachinger <rwachinger@gmx.de>.
6944 2006-03-21  Simon Josefsson  <jas@extundo.com>
6946         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6947         <wilde@sha-bang.de>.
6948         (pgg-gpg-use-agent): New variable.
6949         (pgg-gpg-process-region): Use it.
6950         (pgg-gpg-encrypt-region): Likewise.
6951         (pgg-gpg-encrypt-symmetric-region): Likewise.
6952         (pgg-gpg-decrypt-region): Likewise.
6953         (pgg-gpg-sign-region): Likewise.
6954         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6956 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6958         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6960         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6961         Add comment on version.
6963 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6965         * smiley.el: Add missing test smiley.
6967 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6969         * mm-decode.el (mm-with-part): New macro.
6970         (mm-get-part): Use it; work with message/external-body as well.
6971         (mm-save-part): Treat name and filename equally.
6973         * mm-extern.el (mm-extern-cache-contents): New function.
6974         (mm-inline-external-body): Use it; force the part to be displayed;
6975         move undisplayer added to the cached handle to the parent.
6977         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6978         (gnus-mime-view-part-as-type): Work with message/external-body.
6980         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6982 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6984         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6985         images in image-load-path.  [Sync with image.el, revision 1.60, in
6986         Emacs.]
6988 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6990         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6991         path rather than symbol.  Always return list of directories.
6992         Guarantee that image directory comes first.  [Sync with image.el,
6993         revision 1.59, in Emacs.]
6995         * message.el (message-make-tool-bar): Adjust to new API of
6996         `gmm-image-load-path-for-library'.
6998         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7000         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7002 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7004         * gnus-art.el (gnus-article-only-boring-p):
7005         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7006         intangible text.
7007         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7009 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7011         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7012         `defun' instead of `gmm-defun-compat'.
7014 2006-03-14  Simon Josefsson  <jas@extundo.com>
7016         * message.el (message-unique-id): Don't use message-number-base36
7017         if (user-uid) is a float.
7018         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7020 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7022         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7024         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7025         empty line between a part and a message part.
7027 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7029         * smiley.el: Add more test smileys.
7030         (smiley-data-directory, smiley-regexp-alist)
7031         (gnus-smiley-file-types): Fix doc strings.
7032         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7033         adding new elements.
7034         (smiley-mouse-map): Unused code.  Make it a comment.
7036 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7038         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7039         scan latest NoCeM messages instead of old ones.
7040         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7041         delimiters that are recently used.
7042         (gnus-nocem-load-cache): Add autoload cookie.
7044         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7046         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7047         level which is larger than gnus-use-nocem is specified.
7049         * gnus-group.el (gnus-group-get-new-news): Ditto.
7051 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7053         * gnus-util.el (gnus-tool-bar-update): New function.
7055         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7056         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7058         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7060         * gnus-group.el (gnus-group-redraw-when-idle)
7061         (gnus-group-redraw-check): Remove.
7062         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7064 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7066         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7067         if optional last element is specified in splits (FIELD VALUE...).
7069 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7071         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7072         to gmm-image-load-path-for-library.  Call with no-error argument.
7073         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7075         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7077         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7079         * gmm-utils.el (gmm-image-load-path): Remove alias.
7081 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7083         * gmm-utils.el (gmm-image-load-path): Add alias.
7085         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7086         nnml-generate-nov-databases-1.
7087         (nnml-generate-nov-databases): Use it.
7088         (nnml-generate-nov-databases-directory): Document no-active
7089         argument.
7091         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7092         directory if path is t.  Add no-error.
7094         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7095         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7097         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7098         resetting gnus-article-browse-html-temp-list.
7100         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7101         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7102         Add example to docstring.  Rename local variables.  Move error
7103         checks to default case in cond and simplify.
7105 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7107         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7108         handle is multipart when calling it recursively.
7109         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7111 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7113         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7114         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7116 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7118         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7119         is loaded.
7121         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7122         loaded.
7124 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7126         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7127         to "Emacs 23 (unicode)" in doc string.
7129         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7130         "Emacs 23 (unicode)" in comment.
7132 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7134         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7136         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7137         characters 160 through 255 in Emacs 23.
7139 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7141         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7142         gnus-article-browse-html-temp.
7143         (gnus-article-browse-delete-temp): Make it customizable.  Add
7144         `file'.  Adjust doc string.
7145         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7146         query for each file.  Adjust doc string.
7147         (gnus-article-browse-html-parts): Add
7148         `gnus-article-browse-delete-temp-files' to
7149         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7151 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7153         * gnus-art.el (gnus-article-browse-html-temp)
7154         (gnus-article-browse-delete-temp): New variables.
7155         (gnus-article-browse-delete-temp-files): New function.
7156         (gnus-article-browse-html-parts): Use it.
7158 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7160         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7162         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7163         string.
7165         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7166         gnus-summary-insert-new-articles when unplugged.  Remove
7167         gnus-summary-search-article-forward.
7169         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7170         display-visual-class instead of display-color-cells.
7172 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7174         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7175         message/* containing non-ASCII text properly.
7177 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7179         * message.el: Require gmm-utils, remove autoloads.
7180         (message-tool-bar): Set default based on
7181         gmm-tool-bar-style.
7182         (message-tool-bar-gnome): Add gmm-customize-mode.
7184         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7185         gmm-tool-bar-style.
7186         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7188         * gnus-group.el (gnus-group-tool-bar): Set default based on
7189         gmm-tool-bar-style.
7190         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7192         * gmm-utils.el (gmm-image-directory): Rename variable from
7193         gmm-image-load-path.
7194         (gmm-image-load-path): Use gmm-image-directory.
7195         (gmm-customize-mode): New function.
7196         (gmm-tool-bar-style): New variable.
7198         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7199         gnus-group-redraw-line-number.
7200         (gnus-group-redraw-check): Simplify.
7201         (gnus-group-tool-bar-update): Remove redraw check.
7202         (gnus-group-make-tool-bar): Add redraw check.
7204 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7206         * gnus-art.el (gnus-button): Add missing parentheses.
7208 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7210         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7212 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7214         * gnus-art.el (gnus-button): New face.
7215         (gnus-article-button-face): Use it.
7217         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7218         gnus-summary-next-page.  Re-order.
7220         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7221         next-node are now included.
7222         (gnus-group-redraw-line-number): New internal variable.
7223         (gnus-group-redraw-check): Helper function for updating the tool
7224         bar.
7225         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7227         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7229         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7230         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7231         Use it to match format of Spamassassin 3.0 and later.  Reported by
7232         IRIE Tetsuya <irie@t.email.ne.jp>.
7233         (spam-check-bogofilter)
7234         (spam-bogofilter-register-with-bogofilter): Fix args of
7235         `gnus-error' calls.
7237 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7239         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7240         unnecessary interaction when sending queued mails.  Reported by
7241         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7243 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7245         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7246         first or last are nil.
7248 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7250         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7252 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7254         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7256 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7258         * dns.el (query-dns): Protect more against buggy tcp output.
7260 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7262         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7263         nov.php.
7265 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7267         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7268         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7269         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7270         output on the server side.
7271         (nnweb-google-create-mapping): Update regexps and add some
7272         progress indication.
7274 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7276         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7277         gnus-agent-toggle-plugged.  Re-order icons.
7278         (gnus-group-tool-bar-gnome): Add
7279         gnus-group-{prev,next}-unread-group.
7280         (gnus-group-tool-bar-gnome): Re-order icons.
7282         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7283         gnus-summary-insert-new-articles.
7285         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7286         comments.
7288         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7289         also available in Emacs 21.3.
7291         * message.el (message-fix-before-sending): Change "Emacs 22" to
7292         "Emacs 23 (unicode)" in comment.
7294         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7295         "Emacs 23 (unicode)" in comment.
7297         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7298         comment.
7299         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7301         * mm-view.el (mm-fill-flowed): Add :version.
7303 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7305         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7306         and load-path.
7308 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7310         * message.el: Autoload gmm-image-load-path.
7311         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7312         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7313         consitency.
7315         * gmm-utils.el (gmm-image-load-path): Also search in
7316         "../etc/images".  Don't set gmm-image-load-path if we don't find
7317         the image.
7319 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7321         * gmm-utils.el (gmm-image-load-path): Don't make
7322         `gmm-image-load-path' include subdirectories which the second arg
7323         `image' might specify.
7325         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7326         subdirectory to icon file names.
7328         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7330 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7332         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7333         gmm-image-load-path calls.
7335         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7337         * message.el (message-make-tool-bar): Ditto.
7339         * mml.el (mml-preview): Added comment concerning tool bar icons.
7341         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7342         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7344         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7345         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7347         * message.el (message-tool-bar-gnome): Use new icon names.
7348         (message-make-tool-bar): Use `gmm-image-load-path'.
7350         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7351         functions from MH-E.
7352         (gmm-image-load-path): New variable from MH-E.
7353         (gmm-image-load-path): New function from MH-E.  Added arguments
7354         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7355         *-image-load-path-called-flag.
7357 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7359         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7361 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7363         * nnimap.el (nnimap-request-move-article): Change folder back to
7364         source group before deleting.
7366 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7368         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7370         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7371         mm-url.
7373         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7375 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7377         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7378         coding system which mm-charset-to-coding-system returns for a
7379         given charset is valid.
7381 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7383         * html2text.el (html2text-remove-tag-list):
7384         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7386 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7388         * gnus-cus.el: Revert 2005-10-17 change.
7390 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7392         * gnus-art.el (article-strip-banner): Call
7393         article-really-strip-banner only when the regexp match is made.
7395 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7397         * gnus-art.el (article-strip-banner): Use
7398         gnus-extract-address-components instead of
7399         mail-header-parse-addresses to make it work with non-ASCII text;
7400         remove mail-encode-encoded-word-string.
7402         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7403         values which are surrounded with \"...\"; make it never cause a
7404         Lisp error; give up parsing of parameters if it failed in
7405         extracting type.
7407 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7409         * smime.el (smime-cert-by-ldap-1): Fix bug where
7410         `smime-ldap-search' returns results without userCertificates.
7412 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7414         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7416 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7418         * spam.el (spam-check-spamassassin-headers): Adapt format for
7419         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7420         <ari@mbf.ocn.ne.jp>.
7421         (spam-list-of-processors): Add spam-use-gmane.
7423 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7425         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7426         make-temp-file; make it work with XEmacs as well.
7428         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7429         mm-make-temp-file.
7431         * mm-decode.el (mm-display-external): Use the 3rd arg of
7432         mm-make-temp-file.
7433         (mm-create-image-xemacs): Ditto.
7435 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7437         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7438         with message-narrow-to-headers.
7439         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7440         (gnus-draft-check-draft-articles): New function.
7441         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7443 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7445         * gnus-art.el (gnus-article-browse-html-parts):
7446         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7447         Don't use suffix argument for mm-make-temp-file for Emacs 21
7448         compatibility.  Remove useless `format'.
7450 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7452         * nnweb.el (nnweb-google-wash-article): Update regexps.
7453         (nnweb-group-alist): Use defvoo instead of defvar.
7455 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7457         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7458         re-loading nn* modules.
7460 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7462         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7463         for `tool-bar-mode' and don't check it's default-value.
7465         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7467         * message.el (message-make-tool-bar): Ditto.
7469         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7470         `substring'.  Shorten tmp-file name.
7472         * gnus.el: Remove bogus comment.
7474 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7476         * gnus-art.el (gnus-article-browse-html-parts): New function.
7477         (gnus-article-browse-html-article): New function for viewing html
7478         articles with a browser.
7480 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7482         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7483         (mml2015-pgg-encrypt): Ditto.
7485         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7486         (mml1991-pgg-encrypt): Ditto.
7488 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7490         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7491         message-make-date instead of current-time-string.
7493         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7494         to gnus-decoded which mm-uu might set.
7496 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7498         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7499         don't decode quoted parameters; remove misimported Emacs code.
7500         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7501         (rfc2231-decode-encoded-string): Don't use split-string which
7502         behaves differently according to Emacs version; use
7503         mm-decode-coding-region to convert charset to coding-system.
7504         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7505         (rfc2231-encode-string): Remove misimported Emacs code.
7507 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7509         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7510         when calling mail-header-parse-content-type.
7511         (article-de-quoted-unreadable): Ditto.
7512         (article-de-base64-unreadable): Ditto.
7513         (article-wash-html): Ditto.
7515         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7516         calling mail-header-parse-content-type and
7517         mail-header-parse-content-disposition.
7518         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7519         mail-header-parse-content-type.
7521         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7522         insert charset and format parameters; encode description after
7523         inserting it to buffer.
7524         (mml-insert-parameter): Fold lines properly even if a parameter is
7525         segmented into two or more lines; change the max column to 76.
7527         * rfc1843.el (rfc1843-decode-article-body): Don't use
7528         ignore-errors when calling mail-header-parse-content-type.
7530         * rfc2231.el (rfc2231-parse-string): Return at least type if
7531         possible; don't cause an error even if it fails in parsing of
7532         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7533         (rfc2231-encode-string): Don't break lines at the beginning, leave
7534         it to mml-insert-parameter.
7536         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7537         calling mail-header-parse-content-type.
7539 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7541         * spam-report.el (spam-report-gmane-use-article-number):
7542         Improve doc string.
7543         (spam-report-gmane-internal): Check if a suitable header was found
7544         in the article.
7546 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7548         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7549         (rfc2231-encode-string): Make param*=value always begin with LWSP.
7551 2006-02-05  Romain Francoise  <romain@orebokech.com>
7553         Update copyright notices of all files in the gnus directory.
7555 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7557         * nnweb.el (nnweb-request-group): Avoid growing overview files.
7559 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7561         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7562         segmented lines of parameter value to cope with Thunderbird 1.5
7563         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7564         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7565         (rfc2231-encode-string): Don't make lines exceeding 76 column.
7567 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
7569         * mml.el (mml-generate-mime-1): Correct the order of inline signed
7570         parts.
7572 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7574         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7575         there's only one active file for all servers.
7576         (nnweb-request-scan): Make sure nnweb-articles is initialized on
7577         solid groups.  Gnus might have used a FAST request to select the group.
7578         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7579         and nnweb-search redundantly in the active file.
7580         (nnweb-request-list): Don't list bogus groups.  There can only be one.
7581         (nnweb-request-create-group): Don't use ARGS.
7582         (nnweb-possibly-change-server, nnweb-request-group): Remove some
7583         initialisations.  Let nnoo do the work.
7585 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7587         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7588         Say the part has been decoded.
7590         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7592 2006-01-31  Kevin Ryde  <user42@zip.com.au>
7594         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7595         mailcap-viewer-test-cache when there's no 'test clause, since that
7596         will invert the meaning of a "nil" test previously determined by
7597         mailcap-mailcap-entry-passes-test.
7599 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7601         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7602         compiling.
7604         * gnus-sum.el: Ditto.
7606         * message.el: Don't bind tool-bar-map when compiling.
7608 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
7610         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7612 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7614         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7615         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7616         current Google Groups.
7618 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
7620         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7621         and tool-bar-mode.
7623         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7624         and tool-bar-mode.
7626         * message.el (message-tool-bar-update): Simplify.
7627         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7629         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7630         gnus-summary-buffer.
7631         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7632         gnus-summary-reply.
7634         * gmm-utils.el (gmm): Add :version.
7636 2006-01-26  Steve Youngs  <steve@sxemacs.org>
7638         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7639         autoload.
7641 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7643         * gmm-utils.el (gmm-verbose): Add :group.
7645 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
7647         * message.el: Change some comments WRT tool-bars.
7649         * gnus-sum.el (gnus-summary-tool-bar)
7650         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7651         (gnus-summary-tool-bar-zap-list): New variables.
7652         (gnus-summary-make-tool-bar): Complete rewrite using
7653         `gmm-tool-bar-from-list'.
7655         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7656         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7657         variables.
7658         (gnus-group-make-tool-bar): Complete rewrite using
7659         `gmm-tool-bar-from-list'.
7660         (gnus-group-tool-bar-update): New function.
7662         * message.el (message-mode-field-menu): Add "Show hidden Headers".
7664 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7666         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7667         is dissected into a single part of which the type is the same as
7668         the given one; decode charset.
7670 2006-01-21  Kevin Ryde  <user42@zip.com.au>
7672         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7673         into alists as symbol not string, since that's what
7674         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7675         look for.
7677 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
7679         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7680         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
7682         * message.el (message-tool-bar-gnome): Use gmm-ignore.
7684 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7686         * gnus-art.el (gnus-mime-security-button-commands): New variable.
7687         (gnus-mime-security-button-menu): New definition.
7688         (gnus-mime-security-button-map): Use them.
7689         (gnus-mime-security-button-menu): New function.
7690         (gnus-insert-mime-security-button): Addition to help echo.
7691         (gnus-mime-security-run-function, gnus-mime-security-save-part)
7692         (gnus-mime-security-pipe-part): New functions.
7694         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7695         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
7697         * mm-decode.el (mm-handle-set-disposition): Remove.
7698         (mm-handle-set-description): Remove.
7700 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7702         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7703         (mm-w3m-standalone-supports-m17n-p): New function.
7704         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7705         w3m usage.
7707         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7708         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
7710 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7712         * message.el (message-tool-bar-zap-list): Use
7713         gmm-tool-bar-zap-list as custom type.
7714         (message-tool-bar-update): New function.
7715         (message-tool-bar, message-tool-bar-gnome)
7716         (message-tool-bar-retro): Add message-tool-bar-update.
7717         (message-tool-bar-gnome): Add flyspell-buffer.
7719         * gnus-util.el (gnus-error): Describe `args'.
7721         * gmm-utils.el (gmm-error): Describe `args'.
7722         (gmm-tool-bar-zap-list): New widget.
7723         (gmm-tool-bar-from-list): Improve description of `zap-list'.
7725 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7727         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7728         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7729         the number of recursive calls.
7731         * mm-decode.el (mm-handle-set-disposition): New macro.
7732         (mm-handle-set-description): New macro.
7734 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7736         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7737         encoding.
7739 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7741         * message.el (message-tool-bar-zap-list, message-tool-bar)
7742         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7743         (message-tool-bar-local-item-from-menu): Remove.
7744         (message-tool-bar-map): Replace by `message-make-tool-bar'.
7745         (message-make-tool-bar): New function.
7746         (message-mode): Use `message-make-tool-bar'.
7748         * gmm-utils.el: New file.
7749         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7750         (gmm-lazy): New widget copied from `nnmail.el'.
7751         (gmm-tool-bar-from-list): New function for creating customizable
7752         tool bars.
7753         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
7754         output.
7755         (gmm): Add :prefix to defgroup.
7757 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7759         * gmm-utils.el (gmm-widget-p): New function.
7761 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7763         * mml.el (mml-attach-file): Describe `description' in doc string.
7764         (mml-menu): Add Emacs MIME manual and PGG manual.
7766 2006-01-20  Richard M. Stallman  <rms@gnu.org>
7768         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
7770 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
7772         * nntp.el (nntp-end-of-line): Doc fix.
7774 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
7776         * imap.el (imap-open): Handle case where buffer is a buffer
7777         object.
7779 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7781         * gnus-delay.el (gnus-delay): Don't autoload.
7782         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7783         to be re-loaded when customizing the `gnus-delay' group.
7785 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
7787         * message.el (message-insert-citation-line): Use newlines.
7789 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7791         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
7793         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
7795 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
7797         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
7799 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7801         * mm-decode.el (mm-inlined-types): Add application/pgp.
7802         (mm-automatic-display): Ditto.
7804         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7805         part as text.
7807 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7809         * nnrss.el: Update copyright.
7810         (nnrss-opml-import): Query whether to subscribe to each entry.
7812         * gnus-art.el:
7813         * gnus-sum.el:
7814         * mm-uu.el:
7815         * mm-view.el: Update copyright.
7817 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
7819         * message.el (message-info): New function.
7820         (message-mode-menu): Add it.
7821         Update copyright.
7823         * ChangeLog: Fix and update copyright.
7825 2006-01-13  Romain Francoise  <romain@orebokech.com>
7827         * message.el (message-forward-subject-name-subject): Prefer the
7828         address to 'nowhere' if the sender has no name.
7829         Fix typo.  Update copyright year.
7831 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7833         * gnus-art.el (article-wash-html): Use
7834         gnus-summary-show-article-charset-alist if a numeric arg is given.
7835         (gnus-article-wash-html-with-w3m-standalone): New function.
7837         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7838         mm-inline-text-html-render-with-w3m-standalone.
7839         (mm-text-html-washer-alist): Map w3m-standalone to
7840         gnus-article-wash-html-with-w3m-standalone.
7841         (mm-inline-text-html-render-with-w3m-standalone): New function.
7843 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7845         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7846         Improve LaTeX.
7848 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7850         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7851         (nnrss-request-article): Render text/plain parts as HTML.
7853         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7854         the buffer.
7856 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7858         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7859         custom definition of `gnus-posting-styles'.
7861         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7862         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7864 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7866         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7867         Use nntp for bug archive.
7869 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7871         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7872         parts.
7873         (nnrss-normalize-date): New function converts ISO 8601 date into
7874         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7875         (nnrss-check-group): Use it.
7877 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7879         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7881         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7882         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7883         (nnrss-insert-w3): Ditto.
7885 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7887         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7888         the articles to be forwarded including the case where neither a
7889         number of articles nor a region is specified.
7891 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7893         * nnrss.el (nnrss-request-article): Fix last change; fill
7894         text/plain parts.
7896 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7898         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7899         in text/plain part.
7900         (nnrss-check-group): Don't add excessive newline to dc:subject.
7902 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
7904         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7905         article.
7907 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7909         * nnml.el: Don't require gnus-bcklg.  Autoload it.
7910         (nnml-use-compressed-files, nnml-save-mail): Support other
7911         comression programs such as bzip2.
7913 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7915         * dns.el (query-dns): Make sure we check the buffer size before
7916         removing tcp headers.
7918 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7920         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7921         remove MIME buttons associated with multipart/alternative parts.
7922         (gnus-mime-display-alternative): Tag buttons using `article-type'
7923         text property.
7925         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7926         associated with multipart/alternative parts.
7928         * gnus-art.el (gnus-signature-separator): Fix custom type.
7930         * mm-decode.el (mm-inlined-types): Fix custom type.
7931         (mm-keep-viewer-alive-types): Ditto.
7932         (mm-automatic-display): Ditto.
7933         (mm-attachment-override-types): Ditto.
7934         (mm-inline-override-types): Ditto.
7935         (mm-automatic-external-display): Ditto.
7937 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7939         * spam-report.el (spam-report-user-mail-address)
7940         (spam-report-user-agent): New variables.
7941         (spam-report-url-ping-plain): Use spam-report-user-agent.
7943 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
7945         * gnus-art.el (gnus-button-handle-custom): Do not just use
7946         `customize-apropos' for any "M-x customize-*" button but the
7947         function called for.  Accept both the function name and its
7948         argument in order to achieve this.
7949         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
7950         function name to `gnus-button-handle-custom' in case of "M-x
7951         customize-*" buttons.
7953 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7955         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7956         multipart/alternative and add xref to mm-discouraged-alternatives
7957         in doc string.
7959         * mm-decode.el (mm-discouraged-alternatives): Add xref to
7960         gnus-buttonized-mime-types in doc string.
7962 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7964         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7965         Suggest image/.* in the doc string.
7967 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7969         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7970         message-marks (Debian bug #342521).
7972 2005-12-12  Simon Josefsson  <jas@extundo.com>
7974         * password.el (password-read-from-cache): Add.
7975         (password-read): Use it.
7977 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7979         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7980         us-ascii as a MIME charset.
7982         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7983         against the case where the 2nd arg TYPE is nil.
7985 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7987         * pop3.el (pop3-stream-type): Fix custom version.
7989         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7991 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7993         * mm-decode.el (mm-display-external): Add missing cdr.
7995 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7997         * mm-decode.el (mm-display-external): Use nametemplate (defined in
7998         RFC1524) if it is in mailcap or add a suffix according to
7999         mailcap-mime-extensions when generating a temp filename; postpone
8000         deleting a temp file for 2 seconds for some wrappers, shell
8001         scripts, and so on, which might exit right after having started a
8002         viewer command as a background job.
8004 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8006         * nntp.el (nntp-marks-directory): Fix custom group.
8008         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8009         steps when < 10.
8011         * gnus-start.el (gnus-no-server-1): Mention
8012         `gnus-level-default-subscribed' in doc string.
8014 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8016         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8017         parens.
8019 2005-11-26  Dave Love  <fx@gnu.org>
8021         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8022         (tls-program, tls-success): Provide openssl alternative.
8024         * starttls.el: Doc fixes.
8025         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8026         SERVICE to PORT.
8028         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8029         port null or service name.
8030         (starttls-negotiate): Autoload.
8032 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8034         * message.el (message-kill-to-signature): Fix interactive spec.
8036 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8038         * pop3.el (pop3-open-server): Recognize a string as a service name.
8040 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8042         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8044 2005-11-23  Dave Love  <fx@gnu.org>
8046         Add pop3s, pop3/starttls.
8048         * pop3.el (pop3-authentication-scheme): Clarify doc.
8049         (open-tls-stream, starttls-open-stream): Autoload.
8050         (pop3-stream-type): New.
8051         (pop3-open-server): Use it.
8053         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8054         for POP.
8055         (mail-source-keyword-map): Add :stream for POP.
8056         (mail-source-fetch-pop): Use pop3-stream-type.
8058 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8060         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8061         of current-time-string.
8063 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8065         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8066         date header.
8068 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8070         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8071         it can seriously impact performance as it bypasses the agent's
8072         local caches.
8074 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8076         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8077         must be explicitly online rather than "not explicitly offline" for
8078         its flags to be synchronized.
8080         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8081         that gnus-uu-unmark-thread will function correctly.
8083         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8084         1024K is instead displayed as 1M.
8086 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8088         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8090 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8092         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8094 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8096         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8097         error message to display actual error condition.
8098         (gnus-agent-save-local): Avoid saving symbols that are bound to
8099         nil as they simply result in a warning message in
8100         gnus-agent-read-local.
8102 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8104         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8105         rather than make-variable-buffer-local for file-precious-flag.
8107 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8109         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8110         for duplicates which are removed.  The invalid sort check then
8111         triggers a rescan after the sort as sorting may have moved
8112         duplicate entries such that they can be cheaply detected.
8114 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8116         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8118 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8120         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8121         internal variable to a custom variable.  Changed default value
8122         from compressed(2) to uncompressed(1).
8123         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8124         support for uncompressed agentview files.  Taken together, reading
8125         the agentview file should now be 6-7 times faster.
8127 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8129         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8130         as a buffer-local variable.  This avoids creating truncated
8131         dribble files as a result of a hang up, eg.
8133 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8135         * gnus-start.el (gnus-start-draft-setup): Enforce
8136         `gnus-draft-mode' for nndraft:drafts at startup.
8138         * gnus.el (gnus-splash): Change custom group.
8139         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8140         allow-list argument.
8142         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8143         string.
8145 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8147         * gnus-art.el (gnus-default-article-saver): Add user-defined
8148         `function' to custom type.
8150 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8152         * imap.el (imap-open): Handle case where buffer is a buffer
8153         object.
8155 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8157         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8158         long lines.
8159         (gnus-cache-delete-group): Wrap doc strings.
8161         * gnus-agent.el (gnus-agent-rename-group)
8162         (gnus-agent-delete-group): Wrap doc strings.
8164 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8166         * gnus-start.el (gnus-1): Add "native" to
8167         gnus-predefined-server-alist.
8169         * gnus.el (gnus-method-to-server): Don't add "native" to the
8170         lists here, because that leads to problems when
8171         gnus-select-method is bound.
8173 2005-11-09  Simon Josefsson  <jas@extundo.com>
8175         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8176         use (not sort-by-date) instead.
8178 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8180         * gnus-delay.el (gnus-delay-group): Don't autoload.
8181         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8182         to be re-loaded when customizing the `gnus-delay' group.
8184 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8186         * message.el: Revert last changes.
8187         (message-insert-citation-line): Use newlines.
8189 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8191         * message.el (message-courtesy-message)
8192         (message-mark-insert-begin, message-mark-insert-end)
8193         (message-elide-ellipsis, message-cancel-message)
8194         (message-add-header, message-change-subject)
8195         (message-cross-post-followup-to-header)
8196         (message-cross-post-insert-note, message-reduce-to-to-cc)
8197         (message-widen-reply, message-delete-not-region)
8198         (message-kill-to-signature, message-insert-signature)
8199         (message-insert-importance-high, message-insert-importance-low)
8200         (message-insert-or-toggle-importance)
8201         (message-insert-disposition-notification-to)
8202         (message-indent-citation, message-yank-original)
8203         (message-cite-original-without-signature, message-cite-original)
8204         (message-insert-citation-line, message-position-on-field)
8205         (message-fix-before-sending, message-send-mail-partially)
8206         (message-send-mail, message-send-mail-with-sendmail)
8207         (message-send-mail-with-qmail, message-send-news)
8208         (message-check-news-header-syntax, message-generate-headers)
8209         (message-insert-courtesy-copy, message-fill-address)
8210         (message-fill-header, message-shorten-references)
8211         (message-setup-1, message-cancel-news)
8212         (message-forward-make-body-plain, message-forward-make-body-mime)
8213         (message-forward-make-body-mml, message-encode-message-body)
8214         (message-forward-make-body-digest-plain)
8215         (message-forward-make-body-digest-mime)
8216         (message-use-alternative-email-as-from): Insert `hard-newline'
8217         instead of ordinary newlines.
8219 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8221         * message.el (message-generate-headers): Downcase the argument
8222         given to message-check-element.
8224 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8226         * nntp.el (nntp-authinfo-rejected): New error condition.
8227         (nntp-wait-for): Use new error condition to signal authentication
8228         error.
8229         (nntp-retrieve-data): Rethrow new error condition to break out of
8230         recursive call to nntp-send-authinfo.
8232 2005-11-08  Romain Francoise  <romain@orebokech.com>
8234         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8235         (gnus-summary-exit-map): Bind to `Z p'.
8236         (gnus-summary-make-menu-bar): Add menu item.
8238 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8240         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8241         (gnus-treat-*): Add `first' in all doc strings.
8243         * gnus-group.el (gnus-group-compact-group): Fix typo.
8245 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8247         * gnus.el (gnus-parameters-case-fold-search): New variable.
8248         (gnus-parameters-get-parameter): Use it.
8250         * gnus-score.el (gnus-home-score-file): Doc fix.
8252 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8254         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8256 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8258         * mm-util.el (mm-special-display-p): New function.
8260         * mml.el (mml-preview): Use it; doc fix.
8262 2005-10-29  Romain Francoise  <romain@orebokech.com>
8264         * message.el (message-fix-before-sending): Fix comment.
8266 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8268         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8270 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8272         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8273         Used in gnus-score.el.
8275 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8277         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8279 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8281         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8282         whitespace removed in revision 7.8.  Use concatenated string to
8283         protect trailing whitespace.
8285 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8287         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8288         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8289         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8290         Courier IMAP ("some version from 2004").  Mostly based on similar
8291         code in the same function.
8293 2005-10-26  Didier Verna  <didier@xemacs.org>
8295         * gnus-group.el (gnus-group-compact-group): Invalidate original
8296         article buffer.
8297         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8298         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8299         NOV database and in article itself.
8300         Invalidate article backlog.
8302 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8304         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8306 2005-10-26  Simon Josefsson  <jas@extundo.com>
8308         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8309         part of 2004-07-25 change.
8311 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8313         * message.el (message-display-completion-list): New function.
8314         (message-expand-group): Use it; make sure the Completions buffer
8315         is modifiable.
8317 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8319         * imap.el (imap-open): Handle case where buffer is a buffer object.
8321 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
8323         * pgg-def.el:
8324         * pgg-gpg.el:
8325         * pgg-parse.el:
8326         * pgg-pgp.el:
8327         * pgg-pgp5.el:
8328         * pgg.el: Move to the parent lisp directory.
8330 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8332         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8333         user-mail-name is an empty string.
8335 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8337         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8338         depending on gnus-score-decay-constant.
8340         * encrypt.el (encrypt-insert-file-contents)
8341         (encrypt-write-file-contents): Don't use `gnus-message'.
8343         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8344         arguments.
8345         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8346         arguments to mm-uu-verbatim-marks-extract.
8347         (mm-uu-hide-markers): New variable.
8348         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8350         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8351         (gnus-convert-image-to-face-command): Use "convert" by default to
8352         allow other input image formats.
8353         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8354         accordingly.
8356 2005-10-23  Simon Josefsson  <jas@extundo.com>
8358         * imap.el (imap-gssapi-program): Align command line parameters
8359         with latest GNU SASL.
8360         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8362 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8364         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8365         HTML.
8366         (nnslashdot-request-article): Ditto.
8368 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8370         * mail-source.el (mail-source-fetch-pop): Require pop3.
8371         (mail-source-check-pop): Ditto.
8373 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8375         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8376         errors.
8378 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8380         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8381         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8383         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8385         * mm-bodies.el (mm-decode-string): Call
8386         `mm-charset-to-coding-system' with allow-override argument.
8388 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8390         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8391         (rfc2047-charset-to-coding-system): New function.
8392         (rfc2047-decode-encoded-words): New function.
8393         (rfc2047-decode-region): Use them.
8394         (rfc2047-decode-cte): Remove.
8395         (rfc2047-parse-and-decode): Remove.
8396         (rfc2047-decode): Remove.
8398 2005-10-15  Kenichi Handa  <handa@m17n.org>
8400         * rfc2047.el (rfc2047-decode-cte): New function.
8401         (rfc2047-decode-region): Change the way to decode successive
8402         encoded-words: decode B- or Q-encoding in each encoded-word,
8403         concatenate them, and decode it as charset.
8405 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8407         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8408         widget-move-and-invoke.
8409         (gnus-custom-mode): Use gnus-custom-map.
8411 2005-10-15  Bill Wohler  <wohler@newt.com>
8413         * message.el (message-tool-bar-map): Renamed image file from
8414         mail_send to mail/send.
8416 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8418         * message.el (message-expand-group): Pass the common
8419         prefix substring of completion to `display-completion-list'.
8421 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
8423         * mml-sec.el (mml-secure-method): New internal variable.
8424         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8425         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8426         functions using mml-secure-method.
8428         * mml.el (mml-mode-map): Add key bindings for those functions.
8429         (mml-menu): Simplify security menu entries.  Suggested by Jesper
8430         Harder <harder@myrealbox.com>.
8431         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8432         end of message if point is the headers of the message.
8434         * message.el (message-in-body-p): New function.
8436         * assistant.el: Autoload gnus-util and netrc.
8438         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8439         Use `mm-charset-override-alist' only when decoding.
8441         * mm-bodies.el (mm-decode-body): Call
8442         `mm-charset-to-coding-system' with allow-override argument.
8444         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8445         `filename' from Content-Disposition if Content-Type doesn't
8446         provide `name'.
8447         (gnus-mime-view-part-as-type): Set default instead of
8448         initial-input.
8450 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8452         * format-spec.el (format-spec): Propagate text properties of % spec.
8454 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8456         * gnus-art.el (gnus-treat-predicate): Add `first'.
8458 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8460         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8461         (mm-charset-override-alist): New variable.
8462         (mm-charset-to-coding-system): Use it.
8463         (mm-codepage-setup): New helper function.
8464         (mm-charset-eval-alist): New variable.
8465         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
8466         about unknown charsets.
8468 2005-10-04  David Hansen  <david.hansen@gmx.net>
8470         * nnrss.el (nnrss-request-article): Add support for the comments tag.
8471         (nnrss-check-group): Ditto.
8473 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8475         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8476         Rename x-gnus-verbatim to x-verbatim.
8477         (mm-uu-type-alist): Fix regexp for verbatim-marks.
8479         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8480         x-verbatim.
8482         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8484         * gnus-util.el (gnus-remove-duplicates): Remove.
8486         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8487         instead of gnus-remove-duplicates.
8489         * message.el (message-remove-duplicates): Remove.
8490         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8491         message-remove-duplicates.
8493         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8494         available, else use implementation from `delete-dups'.
8496         * message.el (message-insert-expires): New function.
8497         (message-mode-map): Add key binding.
8498         (message-mode-field-menu): Add menu entry.
8499         (message-mode): Document it.
8500         (message-make-expires-date): Use `message-make-date'.
8502 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
8504         * message.el (message-make-expires-date): New function.
8506 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8508         * time-date.el: Autoload parse-time-string, XEmacs needs it.
8510 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8512         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8513         function rather than the diff-mode.el package.
8514         (mm-display-external): Use with-current-buffer.
8515         (mm-viewer-completion-map, mm-viewer-completion-map):
8516         Move initialization inside declaration.
8518 2005-09-29  Simon Josefsson  <jas@extundo.com>
8520         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
8521         autoload mail-check-payment.
8522         (spam-check-hashcash): Define unconditionally, since hashcash.el
8523         is part of Gnus now.  Ignore errors from payment checking.
8525 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8527         * message.el (message-bold-region, message-unbold-region): Rename
8528         from `bold-region' and `unbold-region'.
8530         * message.el: Remove useless autoloads.
8532 2005-09-28  Simon Josefsson  <jas@extundo.com>
8534         * message.el (message-use-idna): Default to t.
8535         (message-use-idna): Test whether encoding works too.  Doc fix.
8537 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8539         * nntp.el (nntp-warn-about-losing-connection): Remove.
8541 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8543         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8544         customizable.  Change default value.
8545         (mm-uu-diff-groups-regexp): Change default value.
8546         (mm-uu-type-alist): Add doc string.
8547         (mm-uu-configure): Add doc string.  Make it interactive.
8548         (mm-uu-tex-groups-regexp): New variable.
8549         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8550         (mm-uu-type-alist): Add LaTeX documents.
8551         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8552         of "text/verbatim".
8553         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8555         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8556         instead of "text/verbatim".
8558         * message.el (message-mark-inserted-region)
8559         (message-mark-insert-file): Use slrn style marks when called with
8560         prefix argument.
8562 2005-09-27  Simon Josefsson  <jas@extundo.com>
8564         * message.el (message-idna-to-ascii-rhs-1): Reformat.
8566 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
8568         * message.el (message-remove-duplicates): New function.
8569         Implementation borrowed from `gnus-remove-duplicates'.
8570         (message-idna-to-ascii-rhs): Also encode idna addresses in
8571         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8572         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8573         only ask about the same idna domain once per header and also tell
8574         in what header to replace the idna domain.
8576         * gnus-art.el (article-decode-idna-rhs): Also decode idna
8577         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8578         (article-decode-idna-rhs): Fix regexp so that all idna-address in
8579         a header is decoded and not just the last one.
8581 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8583         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8584         has been decoded.
8586         * mm-decode.el (mm-automatic-display): Add text/verbatim.
8587         (mm-insert-part): Don't modify text if it has been decoded.
8589         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8590         decoded.
8592         * mm-view.el (mm-inline-text): Don't strip text props unless
8593         decoding enriched or richtext parts.
8595 2005-09-25  Romain Francoise  <romain@orebokech.com>
8597         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8598         * gnus-start.el (gnus-subscribe-interactively):
8599         * gnus-uu.el (gnus-uu-grab-articles):
8600         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8601         space.
8603 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
8605         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8606         * mm-view.el (mm-view-pkcs7-decrypt):
8607         * gnus-sum.el (gnus-summary-limit-to-extra)
8608         (gnus-summary-respool-article, gnus-read-move-group-name):
8609         * gnus-score.el (gnus-summary-increase-score):
8610         * gnus-util.el (gnus-completing-read-with-default):
8611         * gnus-art.el (gnus-read-save-file-name)
8612         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8613         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8614         * message.el (message-check-news-header-syntax):
8615         Follow convention for reading with the minibuffer.
8617 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
8619         * spam-report.el (spam-report-url-ping-plain):
8620         Use gnus-extended-version as User-Agent.
8622         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8623         default value is nil.
8625         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8626         (mm-uu-verbatim-marks-extract): New function.
8627         (mm-uu-extract): New face.
8628         (mm-uu-copy-to-buffer): Use it.
8630         * spam-report.el (spam-report-gmane-ham): Renamed from
8631         `spam-report-gmane-unspam'.
8632         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8633         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
8635         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8636         Autoload.
8637         (spam-report-gmane-unregister-routine): Renamed
8638         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8640 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
8642         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8643         (spam-report-gmane-unregister-routine): Add support for gmane
8644         unregistration.
8646         * spam-report.el (spam-report-gmane-unspam)
8647         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8648         (spam-report-gmane): Change to take a single article and do unspam
8649         registration.
8651 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8653         * mm-url.el (mm-url-decode-entities): Fix regexp.
8655 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8657         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8658         default to nil, to be able to use Gnus at all.  If the default
8659         switches to something else, then the function should be fixed not
8660         be exceedingly slow.
8662 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
8664         * gnus-start.el (gnus-activate-group): If the server is nil, don't
8665         fail hard.
8667         * spam-report.el: Add better Keywords line.
8669         * spam.el: Add Maintainer and better Keywords line.
8671 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8673         * gnus-art.el (gnus-article-replace-part)
8674         (gnus-mime-replace-part): New functions.
8675         (gnus-mime-action-alist, gnus-mime-button-commands)
8676         (gnus-mime-save-part-and-strip): Added file argument.
8677         (gnus-article-part-wrapper): Added interactive argument.
8679         * gnus-sum.el (gnus-summary-mime-map): Add
8680         `gnus-article-replace-part'.
8682 2005-09-19  Didier Verna  <didier@xemacs.org>
8684         The nnml compaction feature:
8685         * nnml.el (nnml-request-compact-group): New function.
8686         * nnml.el (nnml-request-compact): New function.
8687         * gnus-int.el (gnus-request-compact-group): New function.
8688         * gnus-int.el (gnus-request-compact): New function.
8689         * gnus-group.el (gnus-group-compact-group): New function.
8690         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8691         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8692         * gnus-srvr.el (gnus-server-compact-server): New function.
8693         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8694         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8696 2005-09-18  Deepak Goel  <deego@gnufans.org>
8698         * sieve.el (sieve-help): Fix `message' call: first arg should be a
8699         format spec.
8701 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8703         * gnus.el (gnus-group-startup-message): Bind image-load-path.
8705 2005-09-15  Romain Francoise  <romain@orebokech.com>
8707         * message.el (message-fill-paragraph): Clarify docstring.
8709 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8711         * gnus-art.el (gnus-mime-display-part): Protect against broken
8712         MIME messages.
8714 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8716         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8717         before parsing header.
8719 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
8721         * html2text.el (html2text-replace-list): Add new entities.
8723 2005-09-11  Romain Francoise  <romain@orebokech.com>
8725         * message.el (message-alternative-emails): Improve docstring.
8726         (message-setup-1): Call `message-use-alternative-email-as-from'
8727         after `message-setup-hook' to give it precedence over posting
8728         styles, etc.
8729         (message-use-alternative-email-as-from): Add docstring.  Remove
8730         the original From header if present.
8732         * nnml.el (nnml-compressed-files-size-threshold): New variable.
8733         (nnml-save-mail): Use it.
8735         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8736         articles.  Add new argument `silent'.
8737         (gnus-uu-mark-all): Report the total number of marked articles.
8739 2005-09-10  Romain Francoise  <romain@orebokech.com>
8741         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8742         (gnus-uu-mark-series): Likewise.
8744 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8746         * spam-report.el (spam-report-gmane): Fix generation of spam
8747         report URL.
8749 2005-09-10  Simon Josefsson  <jas@extundo.com>
8751         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8752         t, based on discussion on the ding list with Robert Epprecht
8753         <epprecht@solnet.ch>.
8755 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8757         * spam-report.el (spam-report-gmane): Make it work without
8758         X-Report-Spam header.  Gmane now only provides Archived-At.
8759         This is only used if `spam-report-gmane-use-article-number' is nil.
8760         (spam-report-gmane-spam-header): Remove.  Not used anymore.
8762         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8763         make `gnus-summary-sort-by-recipient' work with threading.
8765         * nnweb.el (nnweb-google-wash-article): Print a message if article
8766         is not available.
8768 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8770         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8771         change.  Decode text/* parts content before displaying.
8773 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8775         * mml-smime.el: Remove defvar of gnus-extract-address-components.
8777 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8779         * mm-view.el (mm-display-inline-fontify): Disable support modes.
8781 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
8783         * message.el (message-tab-body-function): Fix mismatched custom type.
8785         * gnus.el (gnus-group-change-level-function): Ditto.
8787         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8789         * gnus-art.el (gnus-signature-limit)
8790         (gnus-article-mime-part-function): Ditto.
8792 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8794         * mml.el (mml-mode): Silence the byte compiler.
8796         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8797         using `(sit-for 0)' before moving the point to the specified part;
8798         skip unbuttonized parts.
8799         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8800         return to the summary window if gnus-auto-select-part is non-nil.
8802 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
8804         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8805         variables.
8806         (mml-dnd-attach-file, mml-mode): Use them.
8808         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8809         Make fetching article by MID work again for Google Groups.  Added
8810         FIXME concerning gnus-group-make-web-group.
8812         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8813         Don't depend on Gnus by using mail-extract-address-components if
8814         gnus-extract-address-components is not bound.
8816 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8818         * gnus-art.el (gnus-mime-display-security): Don't display the
8819         signature, but only the signed part.
8821 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8823         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8825         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8826         list, not listp.
8828 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
8830         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8831         when encoding.
8833         * mm-bodies.el (mm-decode-content-transfer-encoding):
8834         De-canonicalize CRLF for all text content types, not just
8835         text/plain.
8837 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8839         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8840         valid article; point arrow and cursor at the MIME button.
8842 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8844         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8845         Suggested by Dan Christensen <jdc@uwo.ca>.
8847         * mm-decode.el (mm-save-part): Enable change of prompt.
8849 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
8851         * gnus-msg.el (gnus-inews-add-send-actions): Made
8852         `message-post-method' lambda parameter ARG `&optional'.
8854 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8856         * gnus-sum.el (gnus-summary-mime-map): Added
8857         gnus-article-save-part-and-strip, gnus-article-delete-part and
8858         gnus-article-jump-to-part.
8860         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8861         (gnus-article-edit-part): Use it.
8862         (gnus-article-part-wrapper): Added no-handle argument.
8863         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8864         functions.
8866 2005-08-29  Romain Francoise  <romain@orebokech.com>
8868         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8869         docstring.
8870         (gnus-face-from-file): Likewise.
8872 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8874         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8875         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8876         non-nil.
8877         (gnus-auto-select-part): New variable.
8878         (gnus-article-jump-to-part): New function.
8879         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8880         (gnus-mime-delete-part): Allow selecting specified part after
8881         deleting or stripping parts.
8882         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
8883         part if argument is bogus.
8885 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8887         * gnus-art.el (w3m-minor-mode-map):
8888         * gnus-spec.el (gnus-newsrc-file-version):
8889         * gnus-util.el (nnmail-active-file-coding-system)
8890         (gnus-original-article-buffer, gnus-user-agent):
8891         * gnus.el (gnus-ham-process-destinations)
8892         (gnus-parameter-ham-marks-alist)
8893         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8894         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8895         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8896         * mm-decode.el (gnus-current-window-configuration):
8897         * mm-extern.el (gnus-article-mime-handles):
8898         * mm-url.el (url-current-object, url-package-name)
8899         (url-package-version):
8900         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8901         (smime-keys, w3m-cid-retrieve-function-alist)
8902         (w3m-current-buffer, w3m-display-inline-images)
8903         (w3m-minor-mode-map):
8904         * mml-smime.el (gnus-extract-address-components):
8905         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8906         (gnus-newsrc-hashtb, message-default-charset)
8907         (message-deletable-headers, message-options)
8908         (message-posting-charset, message-required-mail-headers)
8909         (message-required-news-headers):
8910         * mml1991.el (mc-pgp-always-sign):
8911         * mml2015.el (mc-pgp-always-sign):
8912         * nnheader.el (nnmail-extra-headers):
8913         * rfc1843.el (gnus-decode-encoded-word-function)
8914         (gnus-decode-header-function, gnus-newsgroup-name):
8915         * spam-stat.el (gnus-original-article-buffer): Add defvars.
8917 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8919         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8920         the end of the date treatments.
8922 2005-08-15  Simon Josefsson  <jas@extundo.com>
8924         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8925         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
8926         Capello and Romain Francoise.
8927         (pgg-fetch-key-function): Removed, not used?
8928         (pgg-insert-url-with-w3): Require url, to get
8929         url-insert-file-contents regardless of where it is defined.
8931 2005-08-13  Romain Francoise  <romain@orebokech.com>
8933         * message.el (message-cite-original-1): New function.
8934         (message-cite-original): Use it.
8935         (message-cite-original-without-signature): Ditto.
8937 2005-08-08  Romain Francoise  <romain@orebokech.com>
8939         * message.el (message-yank-empty-prefix): New variable.
8940         (message-indent-citation): Use it.
8941         (message-cite-original-without-signature): Respect X-No-Archive.
8943 2005-08-08  Simon Josefsson  <jas@extundo.com>
8945         * pgg.el: Autoload url-insert-file-contents instead of loading
8946         w3/url.
8947         (pgg-insert-url-with-w3): Don't load url here.
8949 2005-08-07  Jesper Harder  <harder@phys.au.dk>
8951         * message.el (message-kill-to-signature): Don't insert newline at
8952         bol.
8953         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8955 2005-08-06  Romain Francoise  <romain@orebokech.com>
8957         * message.el (message-user-fqdn): Fix typo in docstring.
8959 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
8961         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8963         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8965 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8967         * mm-bodies.el (mm-encode-body): Use coding system rather than
8968         charset to encode text.
8970         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8971         number of charsets if utf-8 is available (XEmacs).
8973 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8975         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8976         taken from `gnus-button-mid-or-mail-regexp'.
8977         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8978         (gnus-button-alist): Improve regexp for domain part of the MIDs
8979         for news:localpart@domain buttons.
8980         (gnus-button-ctan-directory-regexp): Update.
8982 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8984         * sieve-manage.el (sieve-manage-interactive-login): Use
8985         make-local-variable rather than make-variable-buffer-local.
8986         (sieve-manage-open): Ditto.
8987         (sieve-manage-authenticate): Ditto.
8989         * mml.el (mml-generate-mime-1): Make the content type default to
8990         text/plain if the filename is not specified.
8992 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8994         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8995         instead of insert-buffer.
8997         * message.el (message-yank-original): Ditto; set the mark at the
8998         end of the yanked message.
9000 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9002         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9003         lines to scroll rather than to stop it.
9005         * mml.el (mml-generate-default-type): Add doc string.
9006         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9007         default to application/octet-stream when determining the content
9008         type if it is not specified for the part or the mml contents; add
9009         a comment about mml-generate-default-type.
9011 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9013         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9014         make it default to application/octet-stream when determining the
9015         content type if it is not specified for the external contents.
9017 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9019         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9020         segmented parameter but also other parameters might be there.
9022 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9024         * mm-decode.el (mm-display-external): Delete temp file, directory
9025         and buffer immediately if the external process is exited.
9027 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9029         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9030         fewer lines than that of scroll-margin.
9031         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9033 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9035         * gnus-art.el (gnus-article-next-page): Revert.
9036         (gnus-article-beginning-of-window): New macro.
9037         (gnus-article-next-page-1): Use it.
9038         (gnus-article-prev-page): Ditto.
9039         (gnus-article-edit-part): Use insert-buffer-substring instead of
9040         insert-buffer.
9041         (gnus-article-edit-exit): Ditto.
9043         * gnus-util.el (gnus-beginning-of-window): Remove.
9044         (gnus-end-of-window): Remove.
9046 2005-07-25  Simon Josefsson  <jas@extundo.com>
9048         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9049         to have the url package without w3.  Reported by Daiki Ueno
9050         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9052 2005-07-20  Didier Verna  <didier@xemacs.org>
9054         * gnus-diary.el: Remove the description comment (nndiary is now
9055         properly documented in the Gnus manual).
9056         Fix the spelling of "Back End".
9057         * nndiary.el: Ditto.
9058         Fix the copyright notice.
9060 2005-07-18  Romain Francoise  <romain@orebokech.com>
9062         * gnus-sum.el (gnus-summary-to-prefix)
9063         (gnus-summary-newsgroup-prefix): New variables.
9064         (gnus-summary-from-or-to-or-newsgroups): Use them.
9066 2005-07-17  Romain Francoise  <romain@orebokech.com>
9068         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9069         space as it's generally not especially interesting to the user.
9071 2005-07-16  Romain Francoise  <romain@orebokech.com>
9073         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9074         nil to avoid prompting and file modification if one of the
9075         messages at the top of the nnfolder file contains a copyright
9076         notice.
9077         Update copyright notice.
9079         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9080         instead of `current-time-string' as the latter creates a time
9081         string that is not RFC 2822 compliant (it lacks the zone).
9082         Update copyright notice.
9084 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9086         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9087         for text/rtf.  Display default in prompt.  Pass default for M-n.
9089         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9091 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9093         * gnus-msg.el (gnus-button-mailto): Remove
9094         save-selected-window-window hackery because it relies on
9095         save-selected-window internals.
9097 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9099         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9100         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9101         (gnus-article-prev-page): Ditto.
9103         * gnus-util.el (gnus-beginning-of-window): New function.
9104         (gnus-end-of-window): New function.
9106 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9108         * gnus-score.el (gnus-score-edit-all-score): Set
9109         gnus-score-edit-exit-function to gnus-score-edit-done and call
9110         gnus-message.
9112 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9114         * gnus-msg.el (gnus-button-mailto): Remove
9115         save-selected-window-window hackery because it relies on
9116         save-selected-window internals.
9118 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9120         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9121         add-minor-mode.
9122         (gnus-binary-mode): Ditto.
9124         * gnus-topic.el (gnus-topic-mode): Ditto.
9126 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9128         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9129         (gnus-article-prev-page): Take scroll-margin into consideration.
9131 2005-07-04  Lute Kamstra  <lute@gnu.org>
9133         Update FSF's address in GPL notices.
9135 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9137         * gnus.el (gnus-exit):
9138         * gnus-group.el (gnus-group-icons):
9139         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9141         * gnus-nocem.el (gnus-nocem):
9142         * message.el (message-various, message-buffers, message-sending)
9143         (message-interface, message-forwarding, message-insertion)
9144         (message-headers, message-news, message-mail):
9145         * pgg-gpg.el (pgg-gpg):
9146         * pgg-parse.el (pgg-parse):
9147         * pgg-pgp.el (pgg-pgp):
9148         * pgg-pgp5.el (pgg-pgp5):
9149         * pop3.el (pop3): Finish `defgroup' description with period.
9151 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9153         * gnus-art.el (article-display-face): Improve the efficiency.
9154         (article-display-x-face): Ditto; remove grey x-face stuff.
9156 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9158         * gnus-art.el (article-display-face): Correct the position in
9159         which Faces are inserted.
9161 2005-06-29  Didier Verna  <didier@xemacs.org>
9163         * gnus-art.el (article-display-face): Display faces in correct
9164         order.
9166 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9168         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9169         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9170         (gnus-nocem-check-article): Fetch the Type header.
9171         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9172         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9173         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9174         make sure gnus-nocem-hashtb is initialized.
9175         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9176         (gnus-nocem-unwanted-article-p): Ditto.
9178         * pgg.el (pgg-verify): Return the verification result.
9180 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9182         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9183         is ascii.
9185 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9187         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9188         `show-nonbreak-escape'.
9190 2005-06-23  Lute Kamstra  <lute@gnu.org>
9192         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9194         * dig.el (dig-mode):
9195         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9197 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9199         * nnimap.el (nnimap-split-download-body): Fix spellings.
9201 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9203         * gnus-art.el (gnus-article-encrypt-body):
9204         * gnus-cus.el (gnus-score-customize):
9205         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9206         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9208 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9210         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9211         header by looking for magic "MII" at the beginnig.
9213 2005-06-16  Miles Bader  <miles@gnu.org>
9215         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9216         (assistant-field-face): New backward-compatibility alias for renamed
9217         face.
9218         (assistant-render-text): Use renamed assistant-field face.
9220         * spam.el (spam): Remove "-face" suffix from face name.
9221         (spam-face): New backward-compatibility alias for renamed face.
9222         (spam-face, spam-initialize): Use renamed spam face.
9224         * message.el (message-header-to, message-header-cc)
9225         (message-header-subject, message-header-newsgroups)
9226         (message-header-other, message-header-name)
9227         (message-header-xheader, message-separator, message-cited-text)
9228         (message-mml): Remove "-face" suffix from face names.
9229         (message-header-to-face, message-header-cc-face)
9230         (message-header-subject-face, message-header-newsgroups-face)
9231         (message-header-other-face, message-header-name-face)
9232         (message-header-xheader-face, message-separator-face)
9233         (message-cited-text-face, message-mml-face):
9234         New backward-compatibility aliases for renamed faces.
9235         (message-font-lock-keywords): Use renamed message faces.
9237         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9238         (sieve-test-commands, sieve-tagged-arguments):
9239         Remove "-face" suffix from face names.
9240         (sieve-control-commands-face, sieve-action-commands-face)
9241         (sieve-test-commands-face, sieve-tagged-arguments-face):
9242         New backward-compatibility aliases for renamed faces.
9243         (sieve-control-commands-face, sieve-action-commands-face)
9244         (sieve-test-commands-face, sieve-tagged-arguments-face):
9245         Use renamed sieve faces.
9247         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9248         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9249         (gnus-group-news-3-empty, gnus-group-news-4)
9250         (gnus-group-news-4-empty, gnus-group-news-5)
9251         (gnus-group-news-5-empty, gnus-group-news-6)
9252         (gnus-group-news-6-empty, gnus-group-news-low)
9253         (gnus-group-news-low-empty, gnus-group-mail-1)
9254         (gnus-group-mail-1-empty, gnus-group-mail-2)
9255         (gnus-group-mail-2-empty, gnus-group-mail-3)
9256         (gnus-group-mail-3-empty, gnus-group-mail-low)
9257         (gnus-group-mail-low-empty, gnus-summary-selected)
9258         (gnus-summary-cancelled, gnus-summary-high-ticked)
9259         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9260         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9261         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9262         (gnus-summary-low-undownloaded)
9263         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9264         (gnus-summary-low-unread, gnus-summary-normal-unread)
9265         (gnus-summary-high-read, gnus-summary-low-read)
9266         (gnus-summary-normal-read, gnus-splash):
9267         Remove "-face" suffix from face names.
9268         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9269         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9270         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9271         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9272         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9273         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9274         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9275         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9276         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9277         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9278         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9279         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9280         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9281         (gnus-summary-normal-ticked-face)
9282         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9283         (gnus-summary-normal-ancient-face)
9284         (gnus-summary-high-undownloaded-face)
9285         (gnus-summary-low-undownloaded-face)
9286         (gnus-summary-normal-undownloaded-face)
9287         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9288         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9289         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9290         (gnus-splash-face):
9291         New backward-compatibility aliases for renamed faces.
9292         (gnus-group-startup-message): Use renamed gnus faces.
9294         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9295         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9296         (gnus-server-agent): Remove "-face" suffix from face names.
9297         (gnus-server-agent-face, gnus-server-opened-face)
9298         (gnus-server-closed-face, gnus-server-denied-face)
9299         (gnus-server-offline-face):
9300         New backward-compatibility aliases for renamed faces.
9301         (gnus-server-agent-face, gnus-server-opened-face)
9302         (gnus-server-closed-face, gnus-server-denied-face)
9303         (gnus-server-offline-face): Use renamed gnus faces.
9305         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9306         Remove "-face" suffix from face names.
9307         (gnus-picon-xbm-face, gnus-picon-face):
9308         New backward-compatibility aliases for renamed faces.
9310         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9311         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9312         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9313         (gnus-cite-11): Remove "-face" suffix from face names.
9314         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9315         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9316         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9317         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9318         New backward-compatibility aliases for renamed faces.
9319         (gnus-cite-attribution-face, gnus-cite-face-list)
9320         (gnus-article-boring-faces): Use renamed gnus faces.
9322         * gnus-art.el (gnus-signature, gnus-header-from)
9323         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9324         (gnus-header-content): Remove "-face" suffix from face names.
9325         (gnus-signature-face, gnus-header-from-face)
9326         (gnus-header-subject-face, gnus-header-newsgroups-face)
9327         (gnus-header-name-face, gnus-header-content-face):
9328         New backward-compatibility aliases for renamed faces.
9329         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9331         * gnus-sum.el (gnus-summary-selected-face)
9332         (gnus-summary-highlight): Use renamed gnus faces.
9333         * gnus-group.el (gnus-group-highlight): Likewise.
9335 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9337         * gnus-sieve.el (gnus-sieve-article-add-rule):
9338         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9339         * spam-stat.el (spam-stat-buffer-change-to-spam)
9340         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9342         * message.el (message-is-yours-p):
9343         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9345 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9347         * mm-view.el (mm-inline-text): Withdraw the last change.
9349 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9351         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9352         executing enriched-decode.
9354 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9356         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9357         charset of tar files.
9359 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9361         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9363 2005-06-04  Lute Kamstra  <lute@gnu.org>
9365         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9366         information is never recorded.
9368 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9370         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9372 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9374         * pop3.el (pop3-apop): Run md5 in the binary mode.
9376         * starttls.el (starttls-set-process-query-on-exit-flag):
9377         Use eval-and-compile.
9379 2005-05-31  Simon Josefsson  <jas@extundo.com>
9381         * smime.el (smime-replace-in-string): Define.
9382         (smime-cert-by-ldap-1): Use it.
9384 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9386         * gnus-art.el (article-display-x-face): Replace
9387         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9389         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9390         set-process-query-on-exit-flag or process-kill-without-query.
9392         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9393         loop instead of replace-regexp.
9395         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9396         instead of process-kill-without-query if it is available.
9398         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9399         instead of find-file-hooks if it is available.
9401         * mml1991.el: Bind pgg-default-user-id when compiling.
9403         * mml2015.el: Bind pgg-default-user-id when compiling.
9405         * nndraft.el (nndraft-request-associate-buffer):
9406         Use write-contents-functions instead of write-contents-hooks if it is
9407         available.
9409         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9410         instead of find-file-hooks if it is available.
9412         * nntp.el (nntp-open-connection): Replace
9413         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9414         (nntp-open-ssl-stream): Ditto.
9415         (nntp-open-tls-stream): Ditto.
9417         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9418         set-process-query-on-exit-flag or process-kill-without-query.
9419         (starttls-open-stream-gnutls): Use it instead of
9420         process-kill-without-query.
9421         (starttls-open-stream): Ditto.
9423 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
9425         * smime.el (smime-cert-by-ldap-1): Don't use
9426         replace-regexp-in-string.
9428 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
9430         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9432         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9433         in PEM format.  Adjust to the XEmacs compability.
9435 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9437         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9438         by `string-to-number'.
9439         * gnus-agent.el (gnus-agent-regenerate-group)
9440         (gnus-agent-fetch-articles): Ditto.
9441         * gnus-art.el (gnus-button-fetch-group): Ditto.
9442         * gnus-cache.el (gnus-cache-generate-active)
9443         (gnus-cache-articles-in-group): Ditto.
9444         * gnus-group.el (gnus-group-set-current-level)
9445         (gnus-group-insert-group-line): Ditto.
9446         * gnus-score.el (gnus-score-set-expunge-below)
9447         (gnus-score-set-mark-below, gnus-summary-score-effect)
9448         (gnus-summary-score-entry): Ditto.
9449         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9450         (gnus-soup-pack): Ditto.
9451         * gnus-spec.el (gnus-xmas-format): Ditto.
9452         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9453         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9454         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9455         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9456         * nndb.el (nndb-get-remote-expire-response): Ditto.
9457         * nndiary.el (nndiary-parse-schedule-value)
9458         (nndiary-string-to-number, nndiary-request-replace-article)
9459         (nndiary-request-article): Ditto.
9460         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9461         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9462         * nneething.el (nneething-make-head): Ditto.
9463         * nnfolder.el (nnfolder-request-article)
9464         (nnfolder-retrieve-headers): Ditto.
9465         * nnheader.el (nnheader-file-to-number): Ditto.
9466         * nnkiboze.el (nnkiboze-request-article): Ditto.
9467         * nnmail.el (nnmail-process-unix-mail-format)
9468         (nnmail-process-babyl-mail-format): Ditto.
9469         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9470         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9471         (nnmh-request-create-group, nnmh-request-list-1)
9472         (nnmh-request-group, nnmh-request-article): Ditto.
9473         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9474         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9475         * nnsoup.el (nnsoup-make-active): Ditto.
9476         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9477         * nntp.el (nntp-find-group-and-number)
9478         (nntp-retrieve-headers-with-xover): Ditto.
9479         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9480         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9481         (pgg-format-key-identifier): Ditto.
9482         * pop3.el (pop3-last, pop3-stat): Ditto.
9483         * qp.el (quoted-printable-decode-region): Ditto.
9485         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9486         of concat.
9488 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9490         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9492         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9494         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9496         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9498         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9500         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9502         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9503         (gnus-carpal-mode): Ditto.
9505         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9506         (gnus-browse-mode): Ditto.
9508         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9510         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9512 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9514         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9516 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9518         * gnus-util.el (gnus-run-mode-hooks): New function.
9520         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9522 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9524         * gnus-agent.el (gnus-agent-make-mode-line-string):
9525         Use mode-line-highlight as mouse-face.
9527 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9529         * canlock.el (canlock): Change the parent group to news.
9531         * deuglify.el (gnus-outlook-deuglify): Add :group.
9533         * dig.el (dig): Add :group.
9535         * dns-mode.el (dns-mode): Add :group.
9537         * encrypt.el (encrypt): Add :group.
9539         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9540         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9541         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9542         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9543         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9545         * gnus-diary.el (gnus-diary): Add :group.
9547         * gnus.el (gnus-group-news-1-face): Add :group.
9548         (gnus-group-news-1-empty-face): Ditto.
9549         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9550         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9551         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9552         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9553         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9554         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9555         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9556         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9557         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9558         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9559         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9560         (gnus-summary-high-ticked-face): Ditto.
9561         (gnus-summary-low-ticked-face): Ditto.
9562         (gnus-summary-normal-ticked-face): Ditto.
9563         (gnus-summary-high-ancient-face): Ditto.
9564         (gnus-summary-low-ancient-face): Ditto.
9565         (gnus-summary-normal-ancient-face): Ditto.
9566         (gnus-summary-high-undownloaded-face): Ditto.
9567         (gnus-summary-low-undownloaded-face): Ditto.
9568         (gnus-summary-normal-undownloaded-face): Ditto.
9569         (gnus-summary-high-unread-face): Ditto.
9570         (gnus-summary-low-unread-face): Ditto.
9571         (gnus-summary-normal-unread-face): Ditto.
9572         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9573         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9575         * hashcash.el (hashcash): New custom group.
9576         (hashcash-default-payment): Add :group.
9577         (hashcash-payment-alist): Ditto.
9578         (hashcash-default-accept-payment): Ditto.
9579         (hashcash-accept-resources): Ditto.
9580         (hashcash-path): Ditto.
9581         (hashcash-extra-generate-parameters): Ditto.
9582         (hashcash-double-spend-database): Ditto.
9583         (hashcash-in-news): Ditto.
9585         * message.el (message-minibuffer-local-map): Add :group.
9587         * netrc.el (netrc): Add :group.
9589         * sieve-manage.el (sieve-manage-log): Add :group.
9590         (sieve-manage-default-user): Diito.
9591         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9592         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9593         (sieve-manage-authenticators): Ditto.
9594         (sieve-manage-authenticator-alist): Ditto.
9595         (sieve-manage-default-port): Ditto.
9597         * sieve-mode.el (sieve-control-commands-face): Add :group.
9598         (sieve-action-commands-face): Ditto.
9599         (sieve-test-commands-face): Ditto.
9600         (sieve-tagged-arguments-face): Ditto.
9602         * smime.el (smime): Add :group.
9604         * spam-report.el (spam-report): Add :group.
9606         * spam.el (spam, spam-face): Add :group.
9608 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9610         * nntp.el (nntp-next-result-arrived-p): Some news servers may
9611         return \n.\n.\n at the end of articles.  Protect against that.
9612         (nntp-with-open-group): Allow debugging.
9614         * nnheader.el (mail-header-set-extra): Make into a function
9615         because I just could't understand how to quote the list properly.
9617         * dns.el (query-dns-cached): New function.
9619 2005-05-26  Lute Kamstra  <lute@gnu.org>
9621         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9623 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9625         * gnus-art.el: Don't autoload mail-extract-address-components.
9627         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9628         eval-and-compile to evaluate it.
9630         * hashcash.el: Don't autoload executable-find.
9632         * nndb.el: Don't declare the nndb back end two or more times; don't
9633         autoload news-reply-mode, news-setup, cancel-timer and telnet.
9635         * nntp.el: Autoload format-spec instead of format; use
9636         eval-and-compile to evaluate autoload forms.
9638 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
9640         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9642 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644         * gnus.el (gnus-version-number): Bump version.
9646 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9648         * gnus.el: No Gnus v0.3 is released.
9650 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9652         * gnus-art.el (gnus-article-edit-part): Disable undo.
9654 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9656         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9657         gnus-article-date-lapsed-new-header is t if date timer is active;
9658         skip headers in which the original date value is empty.
9659         (gnus-article-save-original-date): Redefine it as a macro.
9660         (gnus-display-mime): Use it.
9662 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9664         * gnus-art.el (article-date-ut): Support converting date in
9665         forwarded parts as well.
9666         (gnus-article-save-original-date): New function.
9667         (gnus-display-mime): Use it.
9669 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
9671         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9672         enclosure element of <item>.
9674 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
9676         * message.el (message-kill-buffer-query): Renamed from
9677         `message-kill-buffer-query-if-modified'.  Added :version.
9679 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9681         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9682         window layout.
9684 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9686         * mml.el: Autoload dnd when compiling.
9688 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9690         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9691         x-dnd-*.
9693 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9695         * qp.el (quoted-printable-encode-region): Save excursion.
9697 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
9699         * message.el (message-kill-buffer-query-if-modified): Add new variable
9700         so the user can kill a modified message buffer quickly.
9701         (message-kill-buffer): Use it.
9703 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9705         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
9706         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9708 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9710         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9711         contained in text because xml.el decodes entities) with LFs.
9713 2005-04-11  Lute Kamstra  <lute@gnu.org>
9715         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9716         differently.
9718 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9720         * mm-util.el (mm-detect-coding-region): Typo.
9722 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9724         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9726 2005-04-06  Deepak Goel  <deego@gnufans.org>
9728         * spam-stat.el (spam-stat-score-buffer): Add a call to a
9729         user-function allow user modifications of the scores.
9730         (spam-stat-score-buffer-user): New function, to allow
9731         user-computed modifications to the score.
9732         (spam-stat-score-buffer-user-functions): List of additional
9733         scoring functions.
9734         (spam-stat-error-holder): Global temporary error holder.
9735         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9736         variable.
9738 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
9740         * gnus-registry.el (gnus-registry-clean-empty-function)
9741         (gnus-registry-trim, gnus-registry-fetch-groups)
9742         (gnus-registry-delete-group): Groups that match
9743         `gnus-registry-ignored-groups' are removed from the registry
9744         entries, not just ignored for splitting.  This helps clean up the
9745         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
9746         to get all the groups a message ID is in.
9748         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9749         (spam-stat-split-fancy): Change "threshhold" to "threshold".
9750         (spam-stat-score-buffer-user-functions): Add :number custom type.
9752 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9754         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9755         argument in XEmacs.
9757         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9758         (nnrss-request-group): Decode group name first.
9759         (nnrss-request-article): Make a text/plain article if mml-to-mime
9760         failed.
9761         (nnrss-get-encoding): Return a compatible encoding according to
9762         nnrss-compatible-encoding-alist.
9763         (nnrss-find-el): Use consp instead of listp.
9764         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9766 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9768         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9769         which Emacs 20 doesn't support.
9770         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9772 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9774         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9775         silence the byte compiler inside the defun.
9777         * gnus-demon.el (parse-time-string): Add autoload.
9779         * gnus-delay.el (parse-time-string): Add autoload.
9781         * gnus-art.el (parse-time-string): Add autoload.
9783         * nnultimate.el (parse-time): Require for `parse-time-string'.
9785 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9787         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9789         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9791         * smime.el (smime-ldap-host-list): Add :version.
9793 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9795         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9796         pass it to `gnus-browse-read-group'.
9797         (gnus-browse-read-group): Add NUMBER argument and pass it to
9798         `gnus-group-read-ephemeral-group'.
9800         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9801         argument and pass it to `gnus-group-read-group'.
9803 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
9805         * mm-util.el (mm-xemacs-find-mime-charset): Only call
9806         mm-xemacs-find-mime-charset-1 if we have the mule feature
9807         available at runtime.
9809 2005-03-25  Werner Lemberg  <wl@gnu.org>
9811         * nnmaildir.el: Replace `illegal' with `invalid'.
9813 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9815         * gnus-start.el (gnus-display-time-event-handler):
9816         Check display-time-timer at runtime rather than only at load time
9817         in case display-time-mode is turned off in the mean time.
9819 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9821         * nnimap.el (nnimap-open-connection): Print which authinfo file is
9822         used.
9824         * nneething.el (nneething-map-file-directory): Derive from
9825         `gnus-directory'.
9827         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9828         the To/Cc button.
9830 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9832         * nnmaildir.el (nnmaildir-request-accept-article):
9833         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9835 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9837         * gnus-async.el: Require timer-funcs at compile time when in
9838         XEmacs for `run-with-idle-timer'.
9840 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9842         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9843         autoloaded function.
9845 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9847         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9849 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
9851         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9853 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9855         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9856         gnus-expert-user to default.
9858 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
9860         * nnimap.el (nnimap-open-server): Ditto.
9862         * imap.el (imap-authenticate): Fix typo.
9864 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
9866         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9867         buffer (since IMAP server might return FETCH response out of
9868         order, and the nntp buffer must be sorted).
9870 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
9872         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9873         comparison on string.
9875         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9876         (gnus-agent-score): Renamed category keywords to match gnus-cus.
9877         (gnus-agent-summary-fetch-series): Modified to protect against
9878         gnus-agent-summary-fetch-group clearing processable flags.
9879         (gnus-agent-synchronize-group-flags): Update live group buffer as
9880         synchronization may occur due to the user toggle the plugged
9881         status.
9882         (gnus-agent-fetch-group-1): Clear downloadable flag when article
9883         successfully downloaded.
9884         (gnus-agent-expire-group-1): Avoid using markers when the overview
9885         is in ascending order; greatly improves performance.
9886         (gnus-agent-regenerate-group): Use
9887         gnus-agent-synchronize-group-flags to reset read status in both
9888         gnus and server.
9889         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9891 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9893         * message.el: Don't autoload former message-utils variables.
9894         (message-strip-subject-trailing-was): Change doc string.
9896         * nnweb.el: Fixes for `gnus-group-make-web-group'.
9897         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
9898         (nnweb-google-search): Add "hl=en" here.
9899         (nnweb-google-parse-1, nnweb-google-create-mapping):
9900         Don't hardcode URL.
9902 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9904         * message.el (message-get-reply-headers, message-followup):
9905         Mention related variables `message-use-followup-to' and
9906         `message-use-mail-followup-to', in the information buffer.
9908         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9909         of broken groups(-beta).google.com.
9911 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9913         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9914         parameter to invoked gnus-request-move-article; remove the
9915         redundant gnus-sum-hint-move-is-internal variable; apply the marks
9916         all at once instead of once per article.
9917         (gnus-summary-remove-process-mark): Accept a list of articles as
9918         well as a single article for processing.
9920         * gnus-int.el (gnus-request-move-article): Add move-is-internal
9921         parameter.
9923         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9925         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9927         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9928         parameter.
9930         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9931         parameter.
9933         * nnimap.el (nnimap-request-move-article): Add move-is-internal
9934         parameter and remove the gnus-sum-hint-move-is-internal variable.
9936         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9937         parameter.
9939         * nndraft.el (nndraft-request-move-article): Add move-is-internal
9940         parameter.
9942         * nndiary.el (nndiary-request-move-article): Add move-is-internal
9943         parameter.
9945         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9947         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9948         parameter.
9950         * nnagent.el (nnagent-request-move-article): Add move-is-internal
9951         parameter.
9953 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9955         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9956         a more conservative way.
9958 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9960         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9961         buffer, so it moves the window's cursor.
9963 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
9965         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9966         `mm-dissect-multipart' and receive the from field as an (optional)
9967         argument from `mm-dissect-multipart'.
9968         (mm-dissect-multipart): Receive the from field as an argument and
9969         pass it on when we call `mm-dissect-buffer' on MIME parts.
9970         Fixes verification/decryption of signed/encrypted MIME parts.
9972 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
9974         * gnus-sum.el (gnus-summary-move-article): Set
9975         gnus-sum-hint-move-is-internal for gnus-request-move-article and
9976         whatever it calls (right now, only nnimap-request-move article
9977         respects it).
9979         * nnimap.el (nnimap-request-move-article): When
9980         gnus-sum-hint-move-is-internal is set, don't do the extra
9981         nnimap-request-article.
9983 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9985         * nnheader.el (nnheader-find-file-noselect): Add doc string.
9987         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9988         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9990         * gnus-sum.el (gnus-summary-caesar-message):
9991         Apply `gnus-treat-article' after rotation.
9993         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9994         doc string.
9996 2005-02-22  Simon Josefsson  <jas@extundo.com>
9998         * encrypt.el (encrypt-password-cache-expiry): Remove (use
9999         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10000         <arne@arnested.dk>.
10001         (encrypt): Add password-cache and password-cache-expiry as group
10002         members.
10004 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10006         * smime.el (smime-ldap-host-list): Doc fix.
10007         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10008         cache) password.
10009         (smime-sign-region): Use it.
10010         (smime-decrypt-region): Use it.
10011         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10012         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10013         fails.
10014         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10015         certificate from DER to PEM format rather than calling openssl.
10017         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10019         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10020         for signing/encryption.
10022         * mml.el (mml-parse-1): Use them.
10024 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10026         * nnrss.el (nnrss-verbose): Removed.
10027         (nnrss-request-group): Use `nnheader-message' instead.
10029 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10031         * nnrss.el (nnrss-verbose): New variable.
10032         (nnrss-request-group): Make it say nnrss is requesting a group.
10034 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10036         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10037         Handle news URL with given port correctly.
10039 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10041         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10042         containing special characters.
10044         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10046         * mml.el (mime-to-mml): Ditto.
10048         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10049         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10050         (rfc2047-decode-region): Quote decoded words containing special
10051         characters when rfc2047-quote-decoded-words-containing-tspecials
10052         is non-nil.
10054 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10056         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10058         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10060 2005-02-15  Simon Josefsson  <jas@extundo.com>
10062         * nnimap.el (nnimap-debug): Doc fix.
10064         * imap.el (imap-debug): Doc fix.
10066 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10068         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10070 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10072         * gnus.el (spam-contents): Improve docs for spam-contents
10073         parameter in its variable incarnation.
10075 2005-02-14  Simon Josefsson  <jas@extundo.com>
10077         * smime-ldap.el: Use require instead of load-library for ldap.
10078         (smime-ldap-search): Indent.
10079         (smime-ldap-search-internal): Shorten line.
10081         * smime.el (smime-cert-by-dns): Add doc-string.
10082         (smime-cert-by-ldap-1): Indent.
10084         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10085         mml-smime-get-dns-ldap.
10086         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10088 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10090         * smime.el: Require smime-ldap.
10091         (smime-ldap-host-list): New variable.
10092         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10094         * mml-smime.el (mml-smime-encrypt-query): New function.
10095         (mml-smime-encrypt-query): Use it.
10097         * smime-ldap.el: New file.
10099 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10101         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10103 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10105         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10106         argument in doc string.  Make query for type more clear.
10108 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10110         * gnus.el (gnus-group-startup-message): Search for gnus images in
10111         etc/images/gnus.
10112         * mm-util.el (mm-image-load-path): Likewise.
10113         * smiley.el (smiley-data-directory): Search for smilies in
10114         etc/images/smilies.
10116 2005-02-09  Kim F. Storm  <storm@cua.dk>
10118         Change Emacs release version from 21.4 to 22.1 throughout.
10119         Change Emacs development version from 21.3.50 to 22.0.50.
10121 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10123         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10125         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10126         non-Mule XEmacs as well.
10127         (mm-decompress-buffer): Signal an error intentionally if it does
10128         not decompress compressed data because auto-compression-mode is
10129         disabled.
10131 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10133         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10134         an ID in the registry even if it has no groups.
10136 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10138         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10139         merge it into mm-decompress-buffer.
10140         (gnus-mime-copy-part): Use the MIME part charset, the value which
10141         a user specified or gnus-newsgroup-charset for decoding, like
10142         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10143         save-buffer what was used.  Suggested by Kevin Ryde
10144         <user42@zip.com.au>.
10145         (gnus-mime-inline-part): Allow the name parameter as well as the
10146         filename parameter; force decompressing of compressed data; always
10147         display contents being not decoded as unibyte.
10149         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10150         as well as the filename parameter.
10152         * mm-util.el (mm-decompress-buffer): Merge
10153         gnus-mime-jka-compr-maybe-uncompress.
10154         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10155         of compressed data.
10157 2005-02-08  Simon Josefsson  <jas@extundo.com>
10159         * imap.el (imap-log): Doc fix.
10161 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10163         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10164         the coding cookies; decompress compressed parts.
10166         * mml.el (mml-generate-mime-1): Add the charset parameter according
10167         to the value which a user specified manually or the coding cookie.
10169         * mm-util.el (mm-string-to-multibyte): New function.
10170         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10171         (mm-coding-system-to-mime-charset): New function.
10172         (mm-decompress-buffer): New function.
10173         (mm-find-buffer-file-coding-system): New function.
10175         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10176         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10177         parts.
10179 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10181         * mm-view.el (mm-display-inline-fontify): Decode a part according
10182         to the charset parameter.
10184 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10186         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10187         prefix arg is neither nil nor a number, as info specifies.
10189 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10191         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10192         timestamps.
10194 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10196         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10197         groups error checking and notify user.
10199 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10201         * message.el (message-send-mail-function): Check existence of
10202         sendmail-program first before using default value
10203         `message-send-mail-with-sendmail'.  Otherwise use more generic
10204         `smtpmail-send-it'.
10206 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10208         * nntp.el (nntp-request-update-info): Always return nil.
10210 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10212         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10214 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10216         * message.el (message-beginning-of-line): Change the behavior when
10217         invoked between BOL and : so that it first moves backward.
10219 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10221         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10222         article buffer when editing of the article is discarded.
10223         (gnus-article-prepare): Revert.
10225 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10227         * gnus-art.el (gnus-article-prepare):
10228         Remove message-strip-forbidden-properties from the local hook.
10230 2005-01-27  Simon Josefsson  <jas@extundo.com>
10232         * password.el (password-cache-add): Only start one timer per key.
10233         Reported by Derek Atkins <warlord@MIT.EDU>.
10235 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10237         * run-at-time.el: Removed.  It is no longer needed as
10238         timer-funcs.el in the xemacs-base package has a working version of
10239         `run-at-time'.
10241         * password.el: Require timer-funcs instead of run-at-time in
10242         XEmacs.
10243         Remove `password-run-at-time' macro.
10244         (password-cache-add): Use `run-at-time' instead of
10245         `password-run-at-time'.
10247         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10248         for `run-with-idle-timer'.
10250         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10251         for `run-at-time'.
10253         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10254         for `with-timeout'.
10256 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10258         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10259         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10261 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10263         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10264         sensitively.
10266 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10268         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10270 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10272         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10273         which will be inserted according to the multibyteness of a buffer
10274         rather than the type of contents.  Suggested by ARISAWA Akihiro
10275         <ari@mbf.ocn.ne.jp>.
10277         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10278         of string which old xml.el may return rather than a string.
10280 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10282         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10284 2005-01-16  Simon Josefsson  <jas@extundo.com>
10286         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10287         idn/idna.el isn't available.
10288         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10289         <michael@waxrat.com>.
10291         * hashcash.el: Remove non-FSF copyright header.
10293         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10294         (hashcash-generate-payment): Use it.
10295         (hashcash-generate-payment-async): Use it.
10297 2005-01-15  Simon Josefsson  <jas@extundo.com>
10299         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10300         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10302         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10303         gnus-summary-idna-message.
10304         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10305         (gnus-summary-idna-message): New function.
10307 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10309         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10310         gnus-novice-user.
10312 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10314         * nnrss.el (nnrss-request-delete-group): Delete entries in
10315         nnrss-group-alist as well.
10316         (nnrss-save-server-data): Insert newline.
10318 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10320         * gnus.el (gnus-user-agent): Use list of symbols instead of
10321         symbols.  Display full version number for (S)XEmacs.  Optionally
10322         display (S)XEmacs codename.
10324         * gnus-util.el (gnus-emacs-version): Update for new
10325         `gnus-user-agent'.
10327         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10328         Gnus version.
10330 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10332         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10333         which is unreadable in some setups.
10335 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10337         * gnus-spec.el (gnus-update-format-specifications): Flush the
10338         group format spec cache if it doesn't support decoded group names.
10340 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10342         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10343         Allow to apply decay on score files matching a regexp.
10345 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10347         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10348         compatibility in %g and %c.
10350 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10352         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10353         name for only %g and %c.
10354         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10355         of gnus-tmp-group to decoded group name.
10356         (gnus-group-make-rss-group): Exclude `/'s from group names.
10358 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10360         * nnrss.el (nnrss-get-encoding): Fix regexp.
10362 2004-12-27  Simon Josefsson  <jas@extundo.com>
10364         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10365         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10366         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
10368 2004-12-17  Kim F. Storm  <storm@cua.dk>
10370         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10372         * gnus-sum.el (gnus-summary-mode-map): Likewise.
10374 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10376         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10378 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10380         * nnrss.el: Require rfc2047 and mml.
10381         (nnrss-file-coding-system): New variable.
10382         (nnrss-format-string): Redefine it as an inline function.
10383         (nnrss-decode-group-name): New function.
10384         (nnrss-string-as-multibyte): Remove.
10385         (nnrss-retrieve-headers): Decode group name; don't use
10386         nnrss-format-string.
10387         (nnrss-request-group): Decode group name.
10388         (nnrss-request-article): Decode group name; allow a Message-ID as
10389         well as an article number; don't use nnrss-format-string; encode a
10390         Message-ID string which may contain non-ASCII characters; use
10391         mml-to-mime to compose a MIME article.
10392         (nnrss-request-expire-articles): Decode group name.
10393         (nnrss-request-delete-group): Decode group name.
10394         (nnrss-fetch): Clarify error message.
10395         (nnrss-read-server-data): Use insert-file-contents instead of load;
10396         bind file-name-coding-system; use multibyte buffer.
10397         (nnrss-save-server-data): Bind coding-system-for-write to the
10398         value of nnrss-file-coding-system; bind file-name-coding-system;
10399         add coding cookie.
10400         (nnrss-read-group-data): Use insert-file-contents instead of load;
10401         bind file-name-coding-system; use multibyte buffer.
10402         (nnrss-save-group-data): Bind coding-system-for-write to the
10403         value of nnrss-file-coding-system; bind file-name-coding-system.
10404         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10405         make it work with non-ASCII text.
10406         (nnrss-find-el): Make it work with old xml.el as well.
10408 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10410         * nnrss.el (nnrss-get-encoding): New function.
10411         (nnrss-fetch): Use unibyte buffer initially; bind
10412         coding-system-for-read while performing mm-url-insert; remove ^Ms;
10413         decode contents according to the encoding attribute.
10414         (nnrss-save-group-data): Add coding cookie.
10415         (nnrss-mime-encode-string): New function.
10416         (nnrss-check-group): Use it to encode subject and author.
10418 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
10420         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10421         imaginary variable.
10423 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10425         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10426         correctly even if there are wide characters.
10428 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10430         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10431         downcased symbol names; make a new cache instead of reusing
10432         bbdb-hashtable.
10434 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10436         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10437         concatenating segments rather than before concatenating them.
10438         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10440         * message.el (message-get-reply-headers): Bind `extra'.
10442 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10444         * message.el (message-extra-wide-headers): New variable.
10445         (message-get-reply-headers): Use it.
10447 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10449         * gnus-agent.el (gnus-agent-group-path): Decode group name.
10450         (gnus-agent-group-pathname): Ditto.
10452         * gnus-cache.el (gnus-cache-file-name): Decode group name.
10454         * gnus-group.el (gnus-group-make-group): Decode group name.
10455         (gnus-group-make-rss-group): Register the group data after opening
10456         the nnrss group.
10458 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
10460         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10461         by expiry now get marked as read.
10463 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10465         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10467 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
10469         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10470         unify Latin characters in XEmacs.
10471         (mm-find-mime-charset-region): Use it.
10473 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10475         * gnus-util.el (gnus-delete-directory): New function.
10477         * gnus-agent.el (gnus-agent-delete-group): Use it.
10479         * gnus-cache.el (gnus-cache-delete-group): Use it.
10481 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10483         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10484         names.
10486 2004-12-16  Simon Josefsson  <jas@extundo.com>
10488         * hashcash.el (hashcash-payment-alist): Fix custom :type.
10490 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10492         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10494         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10495         (gnus-group-set-current-level): Decode group name.
10497 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
10499         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10500         failed.
10502 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10504         * gnus-group.el (gnus-group-delete-group): Decode group name.
10505         (gnus-group-make-rss-group): Encode group name.
10506         (gnus-group-catchup-current): Decode group name.
10507         (gnus-group-kill-group): Decode group name.
10509 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10511         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10513 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10515         * gnus-group.el (gnus-group-make-rss-group):
10516         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10518         * gnus-start.el (gnus-setup-news): Honor user's setting to
10519         gnus-message-archive-method.  Suggested by Lute Kamstra
10520         <lute@gnu.org>.
10522 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
10524         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10525         global counterparts of the buffer-local variables.
10527 2004-11-16  Romain Francoise  <romain@orebokech.com>
10529         * gnus-sum.el (gnus-summary-exit): Don't clear the global
10530         counterparts of the buffer-local variables.
10532 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10534         * message.el (message-forbidden-properties): Fixed typo in doc
10535         string.
10537 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10539         * gnus-util.el (gnus-replace-in-string): Added doc string.
10541         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10542         to avoid problems when splitting mails with many recipients.
10544 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10546         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10547         pop-to-buffer, covered by the subsequent gnus-configure-windows.
10549 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
10551         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10552         if there is no hashtable in memory or file modification time is
10553         newer than cached timestamp.
10555 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10557         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10558         not-matching option.
10560 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
10562         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10563         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10564         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10565         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10566         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
10567         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10569 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10571         * message.el (message-forward-make-body-mml): Remove headers
10572         according to message-forward-ignored-headers if a message is decoded.
10574 2004-12-02  Romain Francoise  <romain@orebokech.com>
10576         * message.el (message-forward-make-body-plain): Always remove
10577         headers according to message-forward-ignored-headers.
10579 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
10581         * spam.el (spam-summary-prepare-exit): Remove the
10582         gnus-summary-limit pop for now, it has problems with ham marks for
10583         me.
10585 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
10587         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10588         correctly.
10590 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
10592         * format-spec.el (format-spec): Message the char.
10594 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10596         * gnus-art.el (gnus-split-methods): Reformat comments.
10598         * spam.el (spam-summary-prepare-exit): Remove article limits
10599         before exiting the summary buffer.
10601 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10603         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10604         order to silence the byte compiler.
10606         * spam.el: Fix the way to silence the byte compiler, which
10607         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10608         bbdb-search-simple, spam-BBDB-register-routine,
10609         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10610         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10611         spam-stat-buffer-is-spam, spam-stat-load,
10612         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10613         spam-stat-save and spam-stat-split-fancy.
10615 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10617         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10618         which may confuse users.
10619         (canlock-password-for-verify): Ditto.
10621         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10623         * gnus-art.el (gnus-emphasis-alist): Ditto.
10625         * gnus-registry.el (gnus-registry-max-entries): Ditto.
10627         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10629         * gnus-start.el (gnus-save-killed-list): Ditto.
10631         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10632         (gnus-sum-thread-tree-root): Ditto.
10633         (gnus-sum-thread-tree-false-root): Ditto.
10634         (gnus-sum-thread-tree-single-indent): Ditto.
10636         * message.el (message-courtesy-message): Ditto.
10637         (message-archive-note): Ditto.
10638         (message-subscribed-address-file): Ditto.
10639         (message-user-fqdn): Ditto.
10641         * spam-report.el (spam-report-gmane-regex): Ditto.
10643         * spam.el (spam-blackhole-good-server-regex): Ditto.
10645 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10647         * mml.el (mml-preview): Widen the message buffer before copying
10648         the contents to the preview buffer; sort headers before previewing.
10650         * message.el (message-hidden-headers): Fix the way to avoid a bug
10651         in the `repeat' widget in Emacs 21.3 or earlier.
10653 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10655         * message.el (message-hidden-headers): Default to "^References:".
10656         Improve customization type.  Suggested by Reiner Steib
10657         <Reiner.Steib@gmx.de>.
10659 2004-11-25  Romain Francoise  <romain@orebokech.com>
10661         * message.el (message-strip-forbidden-properties): Remove check for
10662         obsolete `message-hidden' text property, hidden headers are not
10663         accessible in the buffer anymore.
10665 2004-11-22  Romain Francoise  <romain@orebokech.com>
10667         * message.el (message-header-format-alist): Add `From' in list
10668         so that it can be sorted.
10669         (message-fix-before-sending): Widen and sort headers before
10670         sending.
10671         (message-hide-headers): Use narrowing to hide headers by moving
10672         them to the top of the buffer and narrowing to the region
10673         underneath.
10675 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10677         * message.el (message-strip-forbidden-properties): Bind
10678         buffer-read-only (etc) to nil.
10680 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10682         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10683         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10685 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
10687         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10689 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10691         * dns.el (query-dns): Use sit-for to time instead of
10692         accept-process-output, since that doesn't seem to work on udp
10693         sockets.
10695 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10697         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10699 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
10701         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10702         doc string.  Improve doc string.
10704 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10706         * nntp.el (nntp-request-update-info): Return nil if
10707         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10708         may not call gnus-activate-group which uselessly issues the GROUP
10709         commands for all nntp groups and wastes time.  Reported by Romain
10710         Francoise <romain@orebokech.com>.
10712         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10714 2004-11-15  Simon Josefsson  <jas@extundo.com>
10716         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10717         headers separately.
10718         (gnus-button-openpgp): New function, inspired by Jochen Küpper
10719         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10721 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10723         * gnus-start.el (gnus-convert-old-newsrc):
10724         Assign legacy-gnus-agent to 5.10.7.
10726 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10728         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10729         start of the lines.
10731 2004-11-14  Magnus Henoch  <mange@freemail.hu>
10733         * hashcash.el (hashcash-default-payment): Change default to 20.
10734         (hashcash-default-accept-payment): Change default to 20.
10735         (hashcash-process-alist): New variable.
10736         (hashcash-generate-payment-async): Add.
10737         (hashcash-already-paid-p): Add.
10738         (hashcash-insert-payment): Don't generate payments twice.
10739         (hashcash-insert-payment-async): Add.
10740         (hashcash-insert-payment-async-2): Add.
10741         (hashcash-cancel-async): Add.
10742         (hashcash-wait-async): Add.
10743         (hashcash-processes-running-p): Add.
10744         (hashcash-wait-or-cancel): Add.
10745         (mail-add-payment): New optional argument.  Conditionally start
10746         asynchronous calculation.
10747         (mail-add-payment-async): Add.
10749         * message.el (message-send-mail): Wait for asynchronous hashcash
10750         results.  Don't clobber existing X-Hashcash headers.
10751         (message-setup-1): Call mail-add-payment-async when
10752         message-generate-hashcash is non-nil.
10754 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10756         * message.el (message-use-alternative-email-as-from): Examine the
10757         From header as well; use message-make-from in order to include a
10758         user's full name.
10760 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10762         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10763         default; improve customization type.
10764         (gnus-emphasis-custom-with-format): New macro.
10765         (gnus-emphasis-custom-value-to-external): New function.
10766         (gnus-emphasis-custom-value-to-internal): New function.
10768 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10770         * dns.el (query-dns): Resolve reverse addresses.
10772 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10774         * gnus-group.el (gnus-group-get-new-news): Use it.
10776         * gnus-start.el (gnus-check-reasonable-setup): New function.
10778 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10780         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10781         "Args out of range" error.  Reported by Arnaud Giersch
10782         <arnaud.giersch@free.fr>.
10784 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10786         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10788 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10790         * spam.el (spam group): Add :version.
10792         * pgg-def.el (pgg group): Add :version.
10794 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10796         * gnus-art.el (gnus-article-edit-article): Don't associate the
10797         article buffer with a draft file.  This is a temporary measure
10798         against the 2004-08-22 change to gnus-article-edit-mode.
10800 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10802         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10803         (html2text-format-tags): Remove unused variable `attr'.
10805 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10807         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10809         * spam-stat.el (spam-stat): Add :version.
10811         * sieve.el (sieve): Add :version.
10813         * sha1.el (sha1): Add :version.
10814         (sha1-use-external): Remove redundant version.
10816         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10817         (nnmail-cache-ignore-groups, nnmail-spool-hook)
10818         (nnmail-split-fancy-match-partial-words)
10819         (nnmail-split-lowercase-expanded): Add :version.
10821         * nndiary.el (nndiary): Add :version.
10823         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10825         * mml-sec.el (mml-default-sign-method)
10826         (mml-default-encrypt-method, mml-signencrypt-style-alist):
10827         Add :version.
10829         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10831         * mm-url.el (mm-url-use-external, mm-url-program)
10832         (mm-url-arguments): Add :version.
10834         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10835         (mm-attachment-file-modes, mm-decrypt-option)
10836         (mm-w3m-safe-url-regexp): Add :version.
10838         * message.el (message-cite-prefix-regexp)
10839         (message-sendmail-envelope-from, message-minibuffer-local-map)
10840         (message-user-fqdn, message-completion-alist): Add :version.
10842         * gnus-win.el (gnus-configure-windows-hook)
10843         (gnus-use-frames-on-any-display): Add :version.
10845         * gnus-art.el (gnus-article-address-banner-alist)
10846         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10847         (gnus-treat-from-picon, gnus-treat-mail-picon)
10848         (gnus-treat-x-pgp-sig): Add :version.
10850         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10851         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10852         (gnus-summary-article-delete-hook)
10853         (gnus-summary-display-while-building): Add :version.
10855         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10856         (gnus-get-top-new-news-hook): Add :version.
10858         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10859         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10861         * gnus-registry.el (gnus-registry): Add :version.
10863         * gnus-spec.el (gnus-use-correct-string-widths)
10864         (gnus-make-format-preserve-properties): Add :version.
10866         * gnus.el (gnus-group-charter-alist)
10867         (gnus-group-fetch-control-use-browse-url)
10868         (gnus-install-group-spam-parameters): Add :version.
10870         * gnus-diary.el (gnus-diary): Add :version.
10872         * gnus-delay.el (gnus-delay): Add :version.
10874         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10875         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10876         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10877         Add :version.
10879         * gnus-agent.el (gnus-agent-max-fetch-size)
10880         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10881         (gnus-agent-prompt-send-queue): Add :version.
10883         * deuglify.el (gnus-outlook-deuglify): Add :version.
10885         * html2text.el: Beautify code.  Improve doc strings.  Some
10886         checkdoc cleanup.
10887         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10889 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10891         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10893 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
10895         * gnus-registry.el (gnus-registry-hashtb): Create the registry
10896         when package is loaded.
10898         * spam.el (spam-summary-score-preferred-header): Add global preference
10899         for people who want to override the default SpamAssassin over
10900         Bogofilter preference (when both are set).
10901         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10902         (spam-user-format-function-S): Check
10903         spam-summary-score-preferred-header.
10904         (spam-extra-header-to-number): Add X-Bogosity header parsing.
10905         (spam-user-format-function-S): Format the score correctly.
10907 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10909         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10910         signature file.  Suggested by Manoj Srivastava
10911         <srivasta@golden-gryphon.com>.
10913         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10914         iso-2022-jp even in the Japanese language environment.
10915         Suggested by Jason Rumney <jasonr@gnu.org>.
10917 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10919         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10920         use the same characters as the dummy marks; make it free from
10921         getting affected by the language environment.
10922         (gnus-summary-read-group-1): Update mark positions only when the
10923         format spec is updated.
10925         * gnus-spec.el (gnus-update-format-specifications): Return a list
10926         of updated types.
10928 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10930         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10931         of boundp to check if display-warning is available.
10933 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
10935         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10937 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10939         * nnspool.el (nnspool-spool-directory): Use news-path if the
10940         news-directory variable is not bound.
10942         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10943         function instead of display-warning if it is not available.
10945 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10947         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10948         v5-10: Use `point-at-bol'.
10950 2004-10-26  Simon Josefsson  <jas@extundo.com>
10952         * hashcash.el: Fix URL in comment, reported by Cheng Gao
10953         <chenggao@gmail.com>.
10955 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10957         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
10958         instead.
10960 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10962         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10963         to remove a server from the nnimap-server-buffer-alist.
10964         (nnimap-open-connection, nnimap-close-server): Use it.
10966         * gnus-encrypt.el: Remove file in favor of encrypt.el.
10968 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10970         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10971         running the major-mode function.
10973 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10975         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10976         dummy marks in the right way.
10978 2004-10-18  David Edmondson  <dme@dme.org>
10980         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10981         excessively.
10983 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
10985         * gnus-util.el (gnus-split-references): Accept a nil references
10986         string and go on blissfully.
10988         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10989         cases where the references string is non-nil but has no references.
10991         * encrypt.el: Add autoload tags.
10993         * spam.el (spam-resolve-registrations-routine): Remove article
10994         from unregistration list too.  Reported by David Hanak
10995         <dhanak@isis.vanderbilt.edu>
10997 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
10999         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11000         nil.  Changed custom type.
11002 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11004         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11006         * gnus-sum.el (gnus-summary-move-article): Use it.
11008 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11010         * encrypt.el: Add autoload cookies.
11012         * spam.el (spam-backend-article-list-property)
11013         (spam-backend-get-article-todo-list)
11014         (spam-backend-put-article-todo-list)
11015         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11016         Resolve registrations separately.
11017         (spam-register-routine): Format comments.
11018         (spam-unregister-routine, spam-register-routine): Always call with
11019         specific-articles, no default list.
11020         (spam-summary-prepare-exit): Use the spam-classifications function.
11022         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11023         gnus-encrypt.el.
11025         * encrypt.el: Copied from gnus-encrypt.el.
11027         * gnus-encrypt.el: Commented that it's obsolete.
11029 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11031         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11032         (gnus-score-save): Use it.
11034         * message.el (message-bury): Use `window-dedicated-p'.
11036 2004-10-15  Simon Josefsson  <jas@extundo.com>
11038         * pop3.el (top-level): Don't require nnheader.
11039         (pop3-read-timeout): Add.
11040         (pop3-accept-process-output): Add.
11041         (pop3-read-response, pop3-retr): Use it.
11043 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11045         * spam.el (spam-register-routine): Move comment.
11046         (spam-verify-bogofilter): Use 'unknown for the initial
11047         spam-bogofilter-valid state, not 'never.
11049         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11050         for netrc-machine.
11052         * nnimap.el (nnimap-open-connection): Use
11053         netrc-machine-user-or-password.
11055 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11057         * gnus-registry.el (gnus-registry-unload-hook):
11058         Set as a variable with add-hook.
11060         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11061         of news-path.
11063         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11065         * spam.el: Delete duplicate `provide'.
11066         (spam-unload-hook): Set as a variable with add-hook.
11068 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11070         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11071         in the doc string.
11073         * message.el (message-ignored-news-headers)
11074         (message-ignored-supersedes-headers)
11075         (message-ignored-resent-headers)
11076         (message-forward-ignored-headers): Improve custom type.
11078 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11080         * message.el (message-tokenize-header): Fix 2004-09-06 change
11081         which used point-min in the wrong place.
11083 2004-10-12  Simon Josefsson  <jas@extundo.com>
11085         * tls.el (tls-certtool-program): New variable.
11086         (tls-certificate-information): New function, based on
11087         ssl-certificate-information.
11089 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11091         * compface.el: Move the version of ELisp-based uncompface program
11092         to the contrib directory because of the copyright problem.
11094 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11096         * message.el (message-kill-buffer): Raise the current frame.
11098 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11100         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11102         * gnus.el (message-y-or-n-p): Autoload.
11104         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11105         (pop3-password-required, pop3-authentication-scheme)
11106         (pop3-leave-mail-on-server): Made customizable.
11107         (pop3): New custom group.
11108         (pop3-retr): Remove `sleep-for' statements.
11109         Suggested by Dave Love <fx@gnu.org>.
11111         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11112         Windows/DOS.
11114         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11115         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11116         Dave Love <fx@gnu.org>.
11118         * mml.el (mml-minibuffer-read-disposition): Require match.
11119         Suggested by Dave Love <fx@gnu.org>.
11121 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11123         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11124         doc string.
11126 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11128         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11130 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11132         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11133         instead of calling `mm-insert-inline', to decode text/* parts
11134         before displaying them.
11136 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11138         * mm-uu.el (mm-uu-text-plain-type): New variable.
11139         (mm-uu-pgp-signed-extract-1): Use it.
11140         (mm-uu-pgp-encrypted-extract-1): Use it.
11141         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11142         bind mm-uu-text-plain-type with that value.
11143         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11144         mm-uu-dissect.
11146 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11148         * gnus-group.el (gnus-update-group-mark-positions):
11149         * gnus-sum.el (gnus-update-summary-mark-positions):
11150         * message.el (message-check-news-body-syntax):
11151         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11152         of string-as-multibyte.
11154 2004-10-05  Juri Linkov  <juri@jurta.org>
11156         * gnus-group.el (gnus-update-group-mark-positions):
11157         * gnus-sum.el (gnus-update-summary-mark-positions):
11158         * message.el (message-check-news-body-syntax):
11159         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11160         8-bit unibyte values to a multibyte string for search functions.
11162 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11164         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11165         (mm-uu-dissect-text-parts): New function.
11167         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11168         dissect text parts.
11170         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11171         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11173         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11175         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11176         gnus-current-topics instead of gnus-current-topic.
11178 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11180         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11182 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11184         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11185         where approriate.
11187         * nnml.el (nnml-generate-active-info): do.
11189         * nndiary.el (nndiary-generate-active-info): do.
11191         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11192         (gnus-topic-move): do.
11194         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11195         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11197         * gnus-srvr.el (gnus-server-prepare)
11198         (gnus-server-open-all-servers): do.
11200         * gnus-msg.el (gnus-summary-cancel-article)
11201         (gnus-summary-resend-message)
11202         (gnus-summary-mail-crosspost-complaint): do.
11204         * gnus-move.el (gnus-change-server): do.
11206         * gnus-group.el (gnus-group-unmark-all-groups)
11207         (gnus-group-set-current-level): do.
11209 2004-10-04  Simon Josefsson  <jas@extundo.com>
11211         * message.el (message-generate-hashcash): Doc fix.
11213 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11215         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11216         avoid infinite recursion via gnus-get-function.
11218 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11220         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11222         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11224         * nnmail.el (nnmail-split-history): do.
11226         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11227         (nnml-request-delete-group): do.
11229         * nnslashdot.el (nnslashdot-read-groups): do.
11231         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11232         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11234         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11235         (nnspool-sift-nov-with-sed): Use last.
11236         (nnspool-retrieve-headers-with-nov): Use mapc.
11237         (nnspool-request-newgroups): Use dolist.
11238         (nnspool-request-group): Use last.
11240         * nntp.el (nntp-read-server-type): Use dolist.
11242         * nnvirtual.el (nnvirtual-create-mapping)
11243         (nnvirtual-update-read-and-marked): Use dolist.
11244         (nnvirtual-convert-headers): Simplify.
11246 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11248         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11249         support for sync'ing tick marks.
11251 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11253         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11254         there's no visible header.
11256 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11258         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11259         necessary, pass full group name to gnus-request-set-marks.
11261 2004-10-01  Simon Josefsson  <jas@extundo.com>
11263         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11264         acroread.
11266 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11268         * spam-report.el (spam-report-gmane): Fix interactive.
11270         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11272         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11273         when writing file.
11274         (gnus-agent-synchronize-flags): Don't default to being
11275         interactive.
11277 2004-09-30  Simon Josefsson  <jas@extundo.com>
11279         * message.el (message-generate-hashcash): Add.
11280         (message-send-mail): Use it, call mail-add-payment.
11282 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11284         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11286 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11288         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11289         gnus-requst-update-info with explicit code to sync the in-memory
11290         info read flags with the marks being sync'd to the backend.
11292         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11294 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11296         * spam.el (spam-verify-bogofilter): Add new function.
11297         (spam-check-bogofilter)
11298         (spam-bogofilter-register-with-bogofilter): Use it.
11299         (spam-verify-bogofilter): Add small fixes.
11301 2004-09-28  Simon Josefsson  <jas@extundo.com>
11303         * hashcash.el (hashcash-generate-payment): Revert.
11305 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11307         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11308         gnus-extract-references instead of gnus-split-references.
11310         * gnus-util.el (gnus-extract-references): Add new function, analogous
11311         to gnus-split-references but extracts only the message-ID without
11312         anything extra.
11314         * hashcash.el (hashcash-generate-payment)
11315         (hashcash-check-payment): Do the right thing if hashcash-path is
11316         nil (because the hashcash program could not be found).
11318         * spam.el (spam-use-hashcash): Remove comment.
11320 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11322         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11323         (gnus-cache-enter-article, gnus-cache-remove-article)
11324         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11326         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11328         * gnus-art.el (article-hide-boring-headers)
11329         (article-translate-strings, article-display-face)
11330         (gnus-article-mime-match-handle-first)
11331         (gnus-article-highlight-headers)
11332         (gnus-article-add-buttons-to-head): do.
11334 2004-09-27  Simon Josefsson  <jas@extundo.com>
11336         * hashcash.el: New version, from
11337         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11338         ../contrib/.
11340 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11342         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11344 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
11346         * gnus-dup.el (gnus-dup-open): Use mapc.
11347         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11349         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11350         Reported by Stefan Wiens <s.wi@gmx.net>.
11352         * gnus.el (gnus-shutdown): Use dolist.
11354         * gnus-undo.el (gnus-undo): Use mapc.
11356         * nnrss.el (nnrss-generate-active): do.
11358         * message.el (message-cite-original-without-signature)
11359         (message-cite-original): Use mapc.
11360         (message-do-actions, message-make-forward-subject): Use dolist.
11362 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11364         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11365         deletion to remove entire duplicate line.  Fixes merged article
11366         number bug.
11368 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11370         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11371         servers that are offline.  Avoids having gnus-agent-toggle-plugged
11372         first ask if you want to open a server and then, even when you
11373         responded with no, asking if you want to synchronize the server's
11374         flags.
11375         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11376         multi-line expressions.
11377         (gnus-agent-synchronize-group-flags): New internal function.
11378         Updates marks in memory (in the info structure) AND in the
11379         backend.
11381         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11383         * nnagent.el (nnagent-request-set-mark): Use
11384         gnus-agent-synchronize-group-flags, not backend's request-set-mark
11385         method, to ensure that synchronization updates marks in the
11386         backend and in the info (in memory) structure.
11388 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11390         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11391         convention fully; don't miss the root article of a thread; make
11392         the X-Draft-From header with correct article numbers.
11394 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
11396         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11397         unless plugged.  Disable the agent so that an open failure causes
11398         an error.
11400         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11401         Reverted 2004-09-21 change.  The backend must be opened while
11402         synchronizing flags even when the backend stores the flags
11403         locally.
11405 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
11407         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11408         in `header' match.  Reported by Svend Tollak Munkejord.
11410         * message.el (message-cite-original): Fix use of
11411         `message-cite-articles-with-x-no-archive'.
11413 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11415         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11416         (gnus-window-to-buffer): Ditto.
11418         * mml.el (mml-preview-buffer): New variable.
11419         (mml-preview): Manage window layout with gnus-buffer-configuration.
11421         * gnus-msg.el (gnus-setup-message): Put article numbers into the
11422         X-Draft-From header even if those articles aren't quoted.
11424 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
11426         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11427         (gnus-request-set-mark, gnus-request-update-mark): Use new
11428         g-s-t-u-l-m to decide to use backend even when unplugged.
11430 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11432         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11433         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
11435 2004-09-20  Simon Josefsson  <jas@extundo.com>
11437         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11438         "utf-16-le".
11440 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11442         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11444 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11446         * uudecode.el (uudecode-use-external): Add :version.
11448         * smime.el (smime-CA-file, smime-encrypt-cipher)
11449         (smime-dns-server): Add :version.
11451         * smiley.el (gnus-smiley-file-types): Add :version.
11453         * sha1.el (sha1-use-external): Add :version.
11455         * pgg-def.el (pgg-query-keyserver): Add :version.
11457         * nnmail.el (nnmail-fancy-expiry-targets)
11458         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11459         Add :version.
11461         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11462         (nnimap-retrieve-groups-asynchronous): Add :version.
11463         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
11465         * mml.el (mml-content-disposition-parameters)
11466         (mml-insert-mime-headers-always): Add :version.
11468         * mm-util.el (mm-coding-system-priorities): Add :version.
11470         * mm-decode.el (mm-inline-text-html-with-images)
11471         (mm-keep-viewer-alive-types, mm-external-terminal-program)
11472         (mm-verify-option): Add :version.
11473         (mm-text-html-renderer): Change :version.
11475         * message.el (message-fcc-externalize-attachments)
11476         (message-required-headers, message-draft-headers)
11477         (message-subject-trailing-was-query)
11478         (message-subject-trailing-was-ask-regexp)
11479         (message-subject-trailing-was-regexp, message-mark-insert-begin)
11480         (message-mark-insert-end, message-archive-header)
11481         (message-archive-note, message-cross-post-default)
11482         (message-cross-post-note, message-followup-to-note)
11483         (message-cross-post-note-function, message-use-mail-followup-to)
11484         (message-subscribed-address-functions)
11485         (message-subscribed-address-file, message-subscribed-addresses)
11486         (message-subscribed-regexps, message-allow-no-recipients)
11487         (message-yank-cited-prefix, message-signature-insert-empty-line)
11488         (message-hidden-headers, message-hierarchical-addresses)
11489         (message-mail-user-agent, message-use-idna)
11490         (message-valid-fqdn-regexp)
11491         (message-strip-special-text-properties, message-header-synonyms)
11492         (message-beginning-of-line, message-tab-body-function): Add :version.
11493         (message-insert-canlock, message-wide-reply-confirm-recipients):
11494         Change :version.
11496         * mail-source.el (mail-source-ignore-errors): Add :group, :type
11497         and :version.
11498         (mail-source-delete-old-incoming-confirm)
11499         (mail-source-movemail-program): Add :version.
11501         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11502         (gnus-agent-cache, gnus-agent): Change :version.
11504         * gnus-util.el (gnus-use-byte-compile): Change :version.
11506         * gnus-sum.el (gnus-summary-make-false-root-always)
11507         (gnus-summary-default-high-score)
11508         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11509         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11510         (gnus-read-all-available-headers, gnus-article-emulate-mime)
11511         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11512         (gnus-sum-thread-tree-single-indent)
11513         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11514         (gnus-sum-thread-tree-leaf-with-other)
11515         (gnus-sum-thread-tree-single-leaf): Add :version.
11516         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11517         (gnus-article-loose-mime): Change :version.
11519         * gnus-start.el (gnus-backup-startup-file)
11520         (gnus-save-startup-file-via-temp-buffer): Add :version.
11522         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11523         (gnus-server-offline-face): Add :version.
11525         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11527         * gnus-msg.el (gnus-gcc-externalize-attachments)
11528         (gnus-debug-files, gnus-debug-exclude-variables)
11529         (gnus-discouraged-post-methods): Change :version.
11530         (gnus-confirm-mail-reply-to-news)
11531         (gnus-confirm-treat-mail-like-news): Add :version.
11533         * gnus-int.el (gnus-server-unopen-status): Add :version.
11535         * gnus-group.el (gnus-group-jump-to-group-prompt)
11536         (gnus-large-ephemeral-newsgroup)
11537         (gnus-fetch-old-ephemeral-headers): Add :version.
11539         * gnus-fun.el (gnus-x-face-directory)
11540         (gnus-convert-pbm-to-x-face-command)
11541         (gnus-convert-image-to-x-face-command)
11542         (gnus-convert-image-to-face-command): Add :version.
11544         * gnus-delay.el (gnus-delay-default-hour): Add :version.
11546         * gnus-cite.el (gnus-cite-blank-line-after-header)
11547         (gnus-article-boring-faces): Add :version.
11549         * gnus-art.el (gnus-buttonized-mime-types)
11550         (gnus-inhibit-mime-unbuttonizing)
11551         (gnus-treat-display-face)
11552         (gnus-treat-body-boundary): Change :version.
11553         (gnus-body-boundary-delimiter, gnus-picon-databases)
11554         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11555         (gnus-treat-date-english, gnus-treat-fold-headers)
11556         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11557         (gnus-treat-mail-picon, gnus-treat-wash-html)
11558         (gnus-article-encrypt-protocol)
11559         (gnus-use-idna, gnus-article-over-scroll)
11560         (gnus-mime-display-multipart-alternative-as-mixed)
11561         (gnus-mime-display-multipart-related-as-mixed)
11562         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11563         (gnus-ctan-url, gnus-button-ctan-handler)
11564         (gnus-button-handle-ctan-bogus-regexp)
11565         (gnus-button-ctan-directory-regexp)
11566         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11567         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11568         (gnus-button-man-level, gnus-button-emacs-level)
11569         (gnus-button-message-level, gnus-button-browse-level): Add :version.
11571         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11572         (gnus-agent-go-online): Change :version.
11573         (gnus-agent-expire-unagentized-dirs)
11574         (gnus-agent-auto-agentize-methods): Add :version.
11576         * flow-fill.el (fill-flowed-display-column)
11577         (fill-flowed-encode-column): Add :version.
11579         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11580         (gnus-outlook-deuglify-unwrap-max)
11581         (gnus-outlook-deuglify-cite-marks)
11582         (gnus-outlook-deuglify-unwrap-stop-chars)
11583         (gnus-outlook-deuglify-no-wrap-chars)
11584         (gnus-outlook-deuglify-attrib-cut-regexp)
11585         (gnus-outlook-deuglify-attrib-verb-regexp)
11586         (gnus-outlook-deuglify-attrib-end-regexp)
11587         (gnus-outlook-display-hook): Add :version.
11589         * binhex.el (binhex-use-external): Add :version.
11591 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
11593         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11594         and `invisible'.
11596 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11598         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11599         in gnus-registry-trim.
11601 2004-09-13  Simon Josefsson  <jas@extundo.com>
11603         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11605         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11607         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11608         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11609         <yamaoka@jpl.org>.
11610         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11611         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11612         <yamaoka@jpl.org>.
11614         * sieve.el (sieve-manage-mode): Ditto.
11616 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
11618         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11620 2004-09-11  Simon Josefsson  <jas@extundo.com>
11622         * dns-mode.el: Add.
11624         * mm-view.el (mm-display-dns-inline): Add.
11626         * mm-decode.el (mm-inline-media-tests): Add text/dns.
11627         (mm-automatic-display): Ditto.
11629         * mailcap.el (mailcap-mime-data): Add text/dns.
11630         (mailcap-mime-extensions): Map .soa to text/dns.
11632 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
11634         * gnus-art.el (article-decode-mime-words, article-babel)
11635         (gnus-article-highlight-signature, gnus-article-add-buttons)
11636         (gnus-signature-toggle): Remove unnecessary bindings of
11637         `inhibit-read-only' inherited from v5.10 merge.
11639 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11641         * nntp.el (nntp): New customization group.
11642         (nntp-authinfo-file): Add customization group.
11644         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11646         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11648         * gnus.el (to-address, to-list, subscribed)
11649         (large-newsgroup-initial): Ditto.
11651         * flow-fill.el (fill-flowed-display-column)
11652         (fill-flowed-encode-column): Ditto.
11654 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11656         * message.el (message-tokenize-header, message-send-mail-with-qmail):
11657         Use point-min rather than 1.
11658         (message-send-mail): Use buffer-size rather than point-max.
11660         * gnus-sum.el (gnus-summary-search-article-forward):
11661         Signal a specific `search-failed' rather than a generic `error'.
11663         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11664         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11665         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11667 2004-09-10  Simon Josefsson  <jas@extundo.com>
11669         * nndb.el (require): Remove tcp and duplicate cl.
11671 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11673         * gnus-agent.el (directory-files-and-attributes): Move forward.
11675 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11677         * gnus-agent.el (directory-files-and-attributes): Optionally
11678         defined to support XEmacs.
11680 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11682         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
11683         to avoid run-time CL dependencies.
11684         (gnus-agent-unfetch-articles): New function.
11685         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11686         article numbers even when local .overview file is missing.
11687         (gnus-agent-read-article-number): New function.  Only accepts
11688         27-bit article numbers.
11689         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11690         gnus-agent-read-article-number.
11691         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11692         from backend while recognizing that article numbers in .overview
11693         must be valid.
11694         (gnus-agent-update-files-total-fetched-for): Use
11695         directory-files-and-attributes to improve performance.
11696         * gnus-int.el (gnus-request-move-article): Use
11697         gnus-agent-unfetch-articles in place of gnus-agent-expire to
11698         improve performance.
11700         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11701         some users confused by references to .newsrc when they only have a
11702         .newsrc.eld file.
11703         (gnus-convert-mark-converter-prompt)
11704         (gnus-convert-converter-needs-prompt): Fixed use of property list.
11705         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11706         New function.  Used internally to only display 'gnus converting
11707         files' message when actually necessary.
11709         * gnus-sum.el (): Removed (require 'gnus-agent) as required
11710         methods now autoloaded.
11712 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11714         * gnus-sum.el (gnus-summary-insert-subject): Remove list
11715         identifiers.
11717 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
11719         * gnus-picon.el: Fix indentation and closing parenthesis.
11721 2004-09-01  Simon Josefsson  <jas@extundo.com>
11723         * message.el (message-canlock-generate): Require sha1, not
11724         sha1-el.  (Can we get rid of this require altogether?  It is ugly
11725         to require within a function.  Sadly, if sha1.el isn't loaded, the
11726         let binding in m-c-g will hide the defcustom definition, which is
11727         bad.)
11729         * canlock.el: Require sha1, not sha1-el.
11731         * message.el: Don't autoload sha1 (there is a autoload cookie in
11732         sha1.el).
11734         * sha1-el.el: Renamed to sha1.el.
11736 2004-08-30  Juanma Barranquero  <lektu@terra.es>
11738         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11740 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11742         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11744 2004-08-30  Kim F. Storm  <storm@cua.dk>
11746         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11748         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11749         Add :group 'nnimap.
11751 2004-08-30  Andreas Schwab  <schwab@suse.de>
11753         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11754         ?* and ?\;.
11756         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11757         and ?\' to symbol instead of whitespace.
11759 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11761         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11763         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11764         instead of re-search-forward.
11766         * gnus-uu.el (gnus-uu-save-article): Ditto.
11767         (gnus-uu-post-encode-uuencode): Ditto.
11769         * html2text.el (html2text-clean-list-items): Ditto.
11770         (html2text-clean-dtdd): Ditto.
11771         (html2text-format-tags): Ditto.
11773         * message.el (message-send-mail-with-sendmail): Fix regexp.
11774         (message-fill-field-general): Use search-forward instead of
11775         re-search-forward.
11776         (unbold-region): Ditto.
11778         * nnrss.el (nnrss-request-article): Ditto.
11780         * nnslashdot.el (nnslashdot-request-article): Ditto.
11782         * nnweb.el (nnweb-gmane-wash-article): Ditto.
11784         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11785         "Unrecognized menu descriptor" error in XEmacs.
11787 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11789         * gnus-sum.el (gnus-read-header): Don't remove a header for the
11790         parent article of a sparse article in the thread hashtb.
11792 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
11794         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11795         (nnmail-expand-newtext): Lowercase expanded entries if
11796         nnmail-split-lowercase-expanded is non-nil.
11798 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11800         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
11802         * gnus-group.el (gnus-group-line-format-alist): Convert the value
11803         of gnus-tmp-news-method into string under XEmacs.  It will be
11804         passed to gnus-correct-length which takes only a string argument.
11806 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11808         * gnus-util.el (gnus-bind-print-variables): New macro.
11809         (gnus-prin1): Use it.
11810         (gnus-prin1-to-string): Use it.
11811         (gnus-pp): New function.
11812         (gnus-pp-to-string): New function.
11814         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11815         Replace pp-to-string with gnus-pp-to-string.
11816         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11817         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11818         * gnus-msg.el (gnus-debug): Ditto.
11819         * gnus-score.el (gnus-score-save): Ditto.
11820         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11821         gnus-pp-to-string.
11822         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11823         with gnus-pp.
11824         * score-mode.el (gnus-score-pretty-print): Ditto.
11825         * webmail.el (webmail-debug): Ditto.
11827 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11829         * gnus-art.el (article-display-face, article-display-x-face):
11830         Use buffer-read-only.
11832 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11834         * gnus-art.el (article-hide-list-identifiers):
11835         Bind inhibit-read-only as t.
11837 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
11839         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11841 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11843         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11844         (gnus-narrow-to-page): Don't assume point-min == 1.
11845         (gnus-article-edit-mode): Derive from message-mode.
11847         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11848         point-min == 1.
11850         * imap.el (imap-parse-address-list, imap-parse-body-ext):
11851         Disable incorrect use of `assert'.
11853         * message.el (message-mode): Set comment-start-skip.
11855 2004-08-22  Sam Steingold  <sds@gnu.org>
11857         * pop3.el (pop3-leave-mail-on-server): New user variable.
11858         (pop3-movemail): Delete mail only when it is nil.
11860 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
11862         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11864         * mml.el (mml-preview): Use `pop-to-buffer'.
11866         * message.el (message-goto-mail-followup-to): Insert after "To".
11867         (message-carefully-insert-headers): Add comment.
11869         * gnus.el: Remove unused variable `gnus-article-check-size'.
11871         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11873         * gnus-art.el (gnus-button-alist): Improve
11874         `gnus-button-handle-library' entry.
11876 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11878         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11879         downcase, since XEmacs capitalizes error messages differently.
11881 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
11883         * nntp.el: Add (require 'gnus) due to reference to
11884         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
11886 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
11888         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11889         `mm-fill-flowed'.
11891         * mm-decode.el (mm-dissect-singlepart): Check it.
11893 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
11895         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11896         'imap' for netrc parsing.
11898 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11900         * mailcap.el (mailcap-mime-data): Mark as risky.
11902 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11904         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11905         may be included in the encoded word.
11906         (rfc2047-encode): Don't append a space if the encoded word
11907         includes close parenthesis.
11909 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11911         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11912         of text within parentheses.
11914 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
11916         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11917         (gnus-encrypt-write-file-contents): Make the password key the file
11918         name PLUS the cipher, not just the cipher.  Also remove failed
11919         passwords from the cache.
11921 2004-08-06  Simon Josefsson  <jas@extundo.com>
11923         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
11924         fix.
11926 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11928         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11929         LWSP.
11931 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
11933         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11934         to append in-reply-to: data to the references: header.
11936         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
11937         (netrc-parse): Use gnus-encrypt.el functions.
11939         * gnus-encrypt.el: Add new file for encryption support; currently
11940         does only a few GPG ciphers and an internal XOR cipher.
11942         * password.el: Add comments on using password-read-and-add.
11943         (password-read-and-add): Add function to read and add the
11944         password to the cache at once.
11946 2004-07-28  Simon Josefsson  <jas@extundo.com>
11948         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11949         parameter (but don't use it, for now).
11951         * imap.el (imap-ssl-open): Use imap-process-connection-type,
11952         instead of hard coding to nil.
11954 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11956         * mm-view.el (mm-inline-image-emacs): Open lines under an image
11957         as mm-inline-image-xemacs does.
11959 2004-07-26  Simon Josefsson  <jas@extundo.com>
11961         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11962         Revert part of 2004-07-17 change below.
11964 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11966         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
11967         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11969 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11971         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11972         quotes that actually start with ">" at the beginning of the
11973         lines.
11975 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11977         * rfc2047.el (rfc2047-encode-region): Fix last change.
11978         (rfc2047-encode-parameter): Remove useless concat.
11980 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11982         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11983         encode special characters; fix some kind of misconfigured headers;
11984         signal a real error if debug-on-quit or debug-on-error is non-nil.
11985         (rfc2047-encode-max-chars): New variable.
11986         (rfc2047-encode-1): Use it.
11987         (rfc2047-encode-parameter): New function.
11989         * mml.el (mml-insert-parameter): Remove an excessive space.
11991 2004-07-17  Simon Josefsson  <jas@extundo.com>
11993         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11994         Kai Grossjohann <kai@emptydomain.de>.
11995         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11996         (gnus-group-make-menu-bar): Ditto.
11998         * gnus-util.el (gnus-group-server): Add.
12000 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12002         * message.el (message-clone-locals): Clone sendmail and smtp
12003         variables.
12005 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12007         * rfc2047.el (rfc2047-encode-region): Fix last change.
12009 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12011         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12012         characters as non-special.
12014 2004-07-09  Simon Josefsson  <jas@extundo.com>
12016         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12017         Users will lose all flag changes made while unplugged with
12018         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12019         good default.  See numerous reports on ding mailing list.
12021 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12023         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12024         add generate-head-function and generate-article-function to the
12025         rfc822-forward entry.
12026         (nndoc-rfc822-forward-generate-article): New function.
12027         (nndoc-rfc822-forward-generate-head): New function.
12029         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12031 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12033         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12034         respect display group parameter and gnus-summary-expunge-below.
12035         (gnus-articles-to-read): Remove unused reference to display group
12036         parameter.
12038 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12040         * nnheader.el (nnheader-uniquify-message-id): New experimental
12041         variable.
12042         (nnheader-nov-read-message-id): Use it.
12044         * spam-report.el (spam-report-gmane): Add interactive.
12046 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12048         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12049         qp-or-base64 for the application/* types.
12051 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12053         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12055 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12057         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12058         trim value.
12060 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12062         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12063         New macro and function.
12064         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12066 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12068         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12069         after-load-alist.
12071 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12073         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12074         update info that isn't there.
12076 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
12078         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12079         entry.
12081 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12083         * mm-view.el (mm-inline-render-with-function): Use multibyte
12084         buffer; decode html source by charset.
12086         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12088         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12089         Mule-UCS is loaded under XEmacs.
12090         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12092 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12094         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12096 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12098         * mm-util.el (mm-coding-system-p): Return a coding-system.
12099         (mm-mime-mule-charset-alist): Use shift_jis instead of
12100         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12101         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12102         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12103         instead of japanese-shift-jis and iso-latin-1 respectively in
12104         order to share the default value with both Emacs and XEmacs-mule.
12105         (mm-mule-charset-to-mime-charset): Make
12106         mm-coding-system-priorities effective.
12107         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12108         while predicating of candidates upon the priorities.
12110 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12112         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12113         gnus-uu-invert-processable.
12115         * gnus.el: Autoload gnus-uu-invert-processable.
12117 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12119         * mm-util.el (mm-with-multibyte-buffer): New macro.
12121         * rfc2047.el (rfc2047-encode-string): Use it.
12122         (rfc2047-encode-region): Move point to the end of the region after
12123         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12125 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12127         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12128         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12130 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12132         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12133         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12134         Karl Chen <quarl@nospam.quarl.org>.
12136 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12138         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12139         invalid addresses.
12141 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12143         * spam.el: Change section markers, revise TODO list.
12144         (spam-backends): Make new master list of all installed backends.
12145         (spam-summary-exit-behavior): Add new variable to determine how
12146         messages moves are done at summary exit.
12147         (spam-move-spam-nonspam-groups-only)
12148         (spam-process-ham-in-nonham-groups)
12149         (spam-process-ham-in-spam-groups): Remove variables, the
12150         spam-summary-exit-behavior variable should be used to manage this
12151         behavior.
12152         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12153         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12154         and spam-old-spam-articles.
12155         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12156         Add empty variables, placeholders for the backends they represent.
12157         (spam-set-difference): Move, unchanged.
12158         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12159         unless the user has a processor variable.
12160         (spam-classifications, spam-classification-valid-p)
12161         (spam-backend-properties, spam-backend-property-valid-p)
12162         (spam-backend-function-type-valid-p)
12163         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12164         (spam-report-articles-gmane, spam-report-articles-resend):
12165         Remove functions, they are not needed.
12166         (spam-install-backend-super, spam-backend-list)
12167         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12168         (spam-backend-function, spam-backend-ham-registration-function)
12169         (spam-backend-spam-registration-function)
12170         (spam-backend-ham-unregistration-function)
12171         (spam-backend-spam-unregistration-function)
12172         (spam-backend-statistical-p, spam-backend-mover-p)
12173         (spam-install-backend-alias, spam-install-checkonly-backend)
12174         (spam-install-mover-backend, spam-install-nocheck-backend)
12175         (spam-install-backend, spam-install-statistical-backend)
12176         (spam-install-statistical-checkonly-backend): Add backend installation
12177         support.
12178         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12179         (spam-group-processor-p): Use the new backend code and respect the
12180         summary exit behavior.
12181         (spam-mark-spam-as-expired-and-move-routine): Remove.
12182         (spam-summary-prepare): Change to use the new spam-old-articles
12183         variable.
12184         (spam-copy-or-move-routine, spam-copy-spam-routine)
12185         (spam-move-spam-routine, spam-copy-ham-routine)
12186         (spam-move-ham-routine): Add code to copy/move ham or spam.
12187         (spam-fetch-field-fast): Improve doc and code, plus allow the
12188         'number request.
12189         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12190         variables.
12191         (spam-split, spam-find-spam): Use the new backend code.
12192         (spam-registration-functions): Remove variable.
12193         (spam-unregister-routine): Add convenience wrapper.
12194         (spam-log-undo-registration, spam-register-routine)
12195         (spam-log-processing-to-registry)
12196         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12197         where possible.
12198         (spam-check-gmane-xref, spam-check-regex-headers)
12199         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12200         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12201         (spam-check-bogofilter-headers, spam-check-spamoracle)
12202         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12203         (spam-check-crm114-headers): Use the spam-split-group that
12204         spam-split prepares, no need to determine it every time.
12206         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12207         to the nnheader-parse-naked-head call.
12209         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12211         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12212         the nnheader-nov-read-message-id call.
12214 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12216         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12217         gnus-activate-group twice.  Suggested by Markus Peter
12218         <warp@spin.de>.
12220 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12222         * gnus-art.el (gnus-article-time-format): Exchange the order of
12223         day and month in the default value; fix customization type.
12224         (article-date-ut): Use add-text-properties.
12225         (article-make-date-line): Use message-make-date instead of
12226         current-time-string.
12228         * message.el (message-fetch-field): Don't use set-text-properties.
12229         (message-make-date): Simplify.
12231 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12233         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12234         (rfc2047-encode-region): Treat text within parentheses as special;
12235         show the original text when error has occurred.
12237         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12238         already-computed method to gnus-activate-group.
12240         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12241         same select-methods identical Lisp objects.
12243         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12244         object when modifying the info.
12246 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12248         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12249         gnus-opened-servers since it has never been opened with the new
12250         configuration yet.
12252 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12254         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12255         arg to nnheader-generate-fake-message-id.
12257 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12259         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12260         number and build a fake message ID localized to a group and
12261         article number (so it's repeatable from that point on).
12262         (nnheader-fake-message-id-p): Change regex to accommodate new fake
12263         ID format.
12265         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12266         nnheader-generate-fake-message-id with the article number.
12268 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12270         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12271         end-of-buffer.
12273 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12275         * message.el (message-ignored-supersedes-headers): Add Approved.
12277 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12279         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12280         goto-char.
12281         (rfc2047-encode): Fold the line before encoding.
12283 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12285         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12286         folding -- not all headers can be folded, and this should be done
12287         by the message composition mode.  Probably.  I think.
12289 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12291         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12292         fast.
12294         * gnus-ems.el (gnus-remove-image): Don't use
12295         message-text-with-property; remove only the image found first.
12297 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12299         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12301 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12303         * message.el (message-text-with-property): Make it fast and accept
12304         optional arguments.
12305         (message-strip-forbidden-properties): Use it.
12306         (message-fix-before-sending): Follow the m-t-w-p change.
12308         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12310 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12312         * gnus-art.el (article-hide-headers): Don't change the buffer
12313         mistakenly when performing mml-preview even if
12314         gnus-single-article-buffer is nil.
12316 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12318         * message.el (message-expand-name-databases): New user option.
12319         (message-expand-name): Use it.
12321 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12323         * spam.el (spam-report-articles-resend)
12324         (spam-report-resend-register-routine): Allow ham reporting.
12325         (spam-report-resend-register-ham-routine): Add wrapper.
12326         (spam-registration-functions): Add ham resending functions.
12327         (spam-list-of-processors): Add ham resend processor.
12329         * gnus.el (ham-resend-to): Add new group parameter.
12330         (spam-process): Add ham resend option.
12332         * spam-report.el (spam-report-resend): Allow reporting ham.
12333         (spam-report-resend-ham): Add wrapper.
12335 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12337         * message.el (message-cite-articles-with-x-no-archive): New
12338         variable.
12339         (message-cite-original): Use it.
12341 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12343         * message.el (message-cite-original): Respect X-No-Archive.
12345 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12347         * gnus-art.el (article-hide-headers): Refer to the values for
12348         gnus-ignored-headers and gnus-visible-headers in the summary
12349         buffer since a user may have set them as group parameters.
12351 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
12353         * assistant.el (assistant-node-name): Add convenience function.
12354         (assistant-render-text, assistant-render-node): Add error handling,
12355         plus handle multiple next nodes.
12356         (assistant-find-next-node): Comment out for now.
12357         (assistant-find-next-nodes): Add function, returns list of next
12358         nodes.
12360 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
12362         * mail-source.el (mail-source-directory): Fix doc-string.
12364 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
12366         * assistant.el (assistant-render-text, assistant-eval): Add :set
12367         widget type, which is different because it takes and returns a
12368         list.  Much hilarity ensues.
12370 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
12372         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12374         * gnus-group.el (gnus-group-get-new-news-this-group): Added
12375         doc-string.
12377         * gnus-start.el (gnus-activate-group): Added doc-string.
12379 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12381         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12383 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
12385         * assistant.el (assistant-render-text): Try to add a :set
12386         widget, more to come.
12388         * spam.el (spam-group-spam-contents-p): Handle empty groupname
12389         strings.
12390         (spam-report-articles-resend)
12391         (spam-register-routine): Do registration iff any articles warrant
12392         it.
12393         (spam-summary-prepare-exit): Change log message for nil group
12394         destinations.
12396 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
12398         * spam.el (spam-report-resend-register-routine): Allow
12399         spam-report-resend-to to be a group parameter or a global value.
12401 2004-05-26  Simon Josefsson  <jas@extundo.com>
12403         * starttls.el: Merge with my GNUTLS based starttls.el.
12404         (starttls-gnutls-program, starttls-use-gnutls)
12405         (starttls-extra-arguments, starttls-process-connection-type)
12406         (starttls-connect, starttls-failure, starttls-success): New
12407         variables.
12408         (starttls-program, starttls-extra-args): Doc fix.
12409         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12410         functions.
12411         (starttls-negotiate, starttls-open-stream): Check
12412         `starttls-use-gnutls' and pass on to corresponding *-gnutls
12413         function if it is set.
12415 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12417         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12418         structured fields.
12420 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12422         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12424 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
12426         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12427         variable.
12428         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
12429         assigning the spam-mark to new messages.
12431 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
12433         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12435 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12437         * rfc2047.el (rfc2047-encodable-p): Don't move point.
12438         (rfc2047-decode): Treat the ascii coding-system as raw-text by
12439         default.
12441 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
12443         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12444         correct data.
12446 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
12448         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12449         (spam-group-processor-p): Fix function.
12450         (spam-group-processor-multiple-p)
12451         (spam-group-spam-processor-report-gmane-p)
12452         (spam-group-spam-processor-report-resend-p)
12453         (spam-group-spam-processor-bogofilter-p)
12454         (spam-group-spam-processor-blacklist-p)
12455         (spam-group-spam-processor-ifile-p)
12456         (spam-group-ham-processor-ifile-p)
12457         (spam-group-spam-processor-spamoracle-p)
12458         (spam-group-spam-processor-crm114-p)
12459         (spam-group-ham-processor-bogofilter-p)
12460         (spam-group-spam-processor-stat-p)
12461         (spam-group-ham-processor-stat-p)
12462         (spam-group-ham-processor-whitelist-p)
12463         (spam-group-ham-processor-BBDB-p)
12464         (spam-group-ham-processor-spamoracle-p)
12465         (spam-group-ham-processor-copy-p): Remove functions with some
12466         prejudice against unneeded code.
12467         (spam-report-articles-resend)
12468         (spam-report-resend-register-routine): Allow the group/topic
12469         spam-resend-to value to override spam-report-resend-to.
12470         (spam-summary-prepare-exit): Invoke spam-group-processor-p
12471         properly now.
12473         * gnus.el (spam-resend-to): Add group/topic parameter.
12474         (spam-process): Move the OBSOLETE processors to the end of the
12475         choices.
12477 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
12479         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12480         with resend-to set to nil, and then ask the user if necessary.
12481         (spam-report-resend): spam-report-resend takes a list of articles, not
12482         separate article numbers.
12484 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12486         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12487         addition to emacs-w3m.
12489 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12491         * assistant.el (assistant-authinfo-data): New function.
12492         (assistant-eval): Eval for entire assistant.
12494         * netrc.el (netrc-services-file): New variable.
12495         (netrc-parse-services): New function.
12496         (netrc-find-service-name): New function.
12497         (netrc-find-service-number): New function.
12498         (netrc-port-equal): New function.
12499         (netrc-machine): Use it.
12501         * nnimap.el (nnimap-open-connection): Use netrc.
12503         * gnus-util.el (gnus-netrc-get): Remove aliases.
12505         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12507         * assistant.el (wid-edit): Fix compilation.
12509         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12511 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
12513         * gnus-util.el (gnus-set-file-modes): New function.  (small
12514         patch).
12516 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12518         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
12520         * assistant.el (assistant-render-node): Fix up rendering and
12521         read-only text.
12522         (assistant-render-node): Reset.
12523         (assistant-make-read-only): Not sticky.
12525 2004-05-20  Danny Siu  <dsiu@adobe.com>
12527         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12528         centered even when gnus-auto-center-summary is t
12530 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12532         * dns.el (dns-get-txt-answer): New function.
12533         (dns-read-txt): Ditto.
12534         (query-dns): Use it.
12536 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12538         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12539         active for foreign groups even if the group level is higher than
12540         the specified value.
12542 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12544         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12545         non-active groups.
12547         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12549 2004-05-20  Magnus Henoch  <mange@freemail.hu>
12551         * dns.el (dns-read-type): Add support for SVR.  (small patch)
12553 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12555         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12556         (spam-crm114-header, spam-crm114-spam-switch)
12557         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12558         (spam-crm114-positive-spam-header)
12559         (spam-crm114-database-directory, spam-list-of-processors)
12560         (spam-group-spam-processor-crm114-p)
12561         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12562         (spam-generic-score, spam-list-of-checks)
12563         (spam-list-of-statistical-checks, spam-registration-functions)
12564         (spam-check-crm114-headers, spam-crm114-score)
12565         (spam-check-crm114, spam-crm114-register-with-crm114)
12566         (spam-crm114-register-spam-routine)
12567         (spam-crm114-unregister-spam-routine)
12568         (spam-crm114-register-ham-routine)
12569         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
12570         asjo@koldfront.dk (Adam Sjøgren).
12572         * gnus.el: Add spam-use-crm114.
12574         * spam.el (spam-list-of-processors, spam-registration-functions):
12575         Add spam-use-resend.
12576         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12577         (spam-report-articles-gmane): Add doc fix.
12578         (spam-report-articles-resend, spam-report-resend-register-routine):
12579         Add wrappers around spam-report-resend-to.
12581         * spam-report.el (spam-report-resend-to, spam-report-resend):
12582         Add support for resending spam.
12583         (spam-report-gmane): Fix line length >80.
12585         * gnus.el (spam-process): Add spam-use-resend.
12587 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12589         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12590         number of processed spam messages.
12591         (spam-ham-copy-or-move-routine): Return the number of processed
12592         ham messages.
12593         (spam-summary-prepare-exit): Use the above values to decide
12594         whether status messages shouled be displayed.
12596 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12598         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12599         `rfc2047-encoding-function-alist' in order to avoid conflicting
12600         with the old version.
12601         (rfc2047-encode-region): Concatenate words containing non-ASCII
12602         characters in structured fields; don't encode space-delimited
12603         ASCII words even in unstructured fields; don't break words at
12604         char-category boundaries.
12605         (rfc2047-encode-1): New function.
12606         (rfc2047-encode): Use it; encode text so that it occupies the
12607         maximum width within 76-column; work correctly on Q encoding for
12608         iso-2022-* charsets.
12609         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12610         sure not to break a line just after the header name.
12611         (rfc2047-b-encode-region): Removed.
12612         (rfc2047-b-encode-string): New function.
12613         (rfc2047-q-encode-region): Removed.
12614         (rfc2047-q-encode-string): New function.
12616         * mm-util.el (mm-replace-in-string): New function.
12618 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12620         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12621         get it right.
12622         (gnus-inews-make-draft): Really.
12624 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
12626         * nnmh.el (nnmh-request-list-1): Don't check the link count
12627         before descending.  (small patch)
12629 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12631         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12632         stuff.
12634         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12635         on real group name.
12637         * gnus-art.el (gnus-signature-limit): Doc fix.
12639         * gnus-msg.el (gnus-inews-make-draft): Quote list.
12641 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12643         * gnus-draft.el (gnus-draft-send): Bind
12644         rfc2047-encode-encoded-words.
12646         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12647         (rfc2047-encodable-p): Say that =? needs encoding.
12648         (rfc2047-encode-encoded-words): New variable.
12650         * gnus-group.el (gnus-group-select-group): Doc fix.
12652         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
12654         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12655         to nil.
12657         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
12659         * nnheader.el (nnheader-get-lines-and-char): New function.
12661 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
12663         * gnus-msg.el (gnus-summary-followup-with-original): Document
12664         yanking of region when active.
12666 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12668         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12669         groups if the group level is higher than the specified value.
12671 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12673         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12674         (gnus-group-jump-to-group): Added prefix argument using
12675         `gnus-group-jump-to-group-prompt'.  Query before jumping to
12676         non-active group.
12678         * compface.el (uncompface): Be verbose when changing
12679         `uncompface-use-external'.
12681         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12682         handle manual section.
12684 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12686         * gnus-art.el (gnus-button-alist): Revert previous change.
12688 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12690         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12692 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12694         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12695         whether backend can accept message.
12697         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12699 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
12701         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12702         Avoid creating directory when nntp-marks-is-evil is true.
12703         Reported by Reiner Steib.
12705 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12707         * gnus-picon.el (gnus-picon-style): New variable.
12708         (gnus-picon-insert-glyph): Added optional `nostring' argument.
12709         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
12710         Jesper Harder <harder@ifa.au.dk>.
12712 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12714         * message.el (message-fill-field): Return point.
12715         (message-generate-headers): Go to end of field.
12717         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12718         stuff for non-living groups.
12720 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
12722         * gnus-art.el (gnus-article-followup-with-original)
12723         (gnus-article-reply-with-original): gnus-mark-active-p ->
12724         gnus-region-active-p.
12726 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
12728         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12729         only when there is spam or ham to be processed.
12731 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12733         * mail-source.el (mail-source-delete-crash-box): Refactor.
12734         (mail-source-fetch): Use it.
12735         (mail-source-fetch-file): Ditto.
12736         (mail-source-fetch-directory): Run postscript in loop.
12737         (mail-source-fetch-pop): Delete.
12738         (mail-source-fetch-maildir): Ditto.
12739         (mail-source-fetch-imap): Ditto.
12741         * imap.el (imap-authenticators): Comment out sasl.
12743         * message.el (message-skip-to-next-address): New function.
12744         (message-fill-header-address): Refactor.
12745         (message-fill-address): Use it.
12746         (message-delete-address): Use it.
12747         (message-fill-header-general): Refactor.
12748         (message-fill-field-address): Rename.
12749         (message-narrow-to-field): Find the start of the header.
12750         (message-header-format-alist): Don't pre-fill.
12751         (message-fill-header): Removed.
12752         (message-insert-header): New function.
12753         (message-shorten-references): Use it.
12755         * rfc2047.el (rfc2047-field-value): Strip props.
12757         * mail-parse.el (mail-header-make-address): New alias.
12759         * ietf-drums.el (ietf-drums-make-address): New function.
12761         * imap.el: Add compiler directives.
12763         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12765         * gnus-art.el (article-decode-idna-rhs): Don't use
12766         message-idna-inside-rhs-p.
12768 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12770         * message.el (message-idna-inside-rhs-p): Removed.
12771         (message-idna-to-ascii-rhs-1): Use proper address parsing.
12773         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12774         false positives.
12776 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
12778         * imap.el (imap-sasl-make-mechanisms): Use sasl.
12780 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12782         * nneething.el (nneething-file-name): Don't create spurious
12783         files.
12785         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12786         (gnus-inews-do-gcc): Remove sleep.
12788         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12789         part under point.
12791         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12792         (gnus-agent-regenerate-group): Using nil messages aren't valid.
12794 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
12796         * spam.el (spam-summary-prepare-exit): Fixed (length).
12798 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12800         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12801         as expired without moving it" message when there are spam
12802         messages left.
12804 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
12806         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
12807         header is not nil.
12809 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
12811         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12812         nntp-possibly-create-directory, not nntp-possibly-change-group.
12813         (nntp-marks-changed-p): New arg SERVER.
12814         (nntp-request-update-info): Adjust caller.
12816 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
12818         * nntp.el (nntp-save-marks): Pass missing arg.
12820 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12822         * nntp.el: Support marks.
12823         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12824         (nntp-marks-modtime, nntp-marks-directory): New variables.
12825         (nntp-request-set-mark, nntp-request-update-info)
12826         (nntp-possibly-create-directory, nntp-marks-changed-p)
12827         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12828         functions.
12830 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
12832         * gnus-score.el (gnus-score-insert-help): Use
12833         gnus-select-lowest-window.
12835         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12836         appt-select-lowest-window and rename to gnus-select-lowest-window.
12838         * gnus.el: do.
12840 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12842         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12843         encodings of MIME-encoded words, in order to improve
12844         interoperability with several broken MUAs.
12846 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12848         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12849         tags, only when charsets are not specified in headers.
12850         (mm-inline-text-html-render-with-w3m): Ditto.
12852 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12854         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12855         instead of MIME-decoded from fields when checking
12856         `gnus-article-address-banner-alist'.
12858 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
12860         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12861         description rather than subject.
12863 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12865         * gnus.el (gnus-version-number): Bump.
12867 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12869         * gnus.el: No Gnus v0.2 is released.
12871 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12873         * gnus-agent.el (gnus-agent-read-agentview): Inline
12874         gnus-uncompress-range.
12876 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12878         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12879         `exec-installed-p'.
12881 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12883         * gnus.el (spam-process, spam-autodetect-methods): Add
12884         bsfilter and bsfilter-headers.
12886         * spam.el (spam-bsfilter): New customize group.
12887         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12888         (spam-bsfilter-header, spam-bsfilter-probability-header)
12889         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12890         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12891         (spam-bsfilter-database-directory): New options.
12892         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12893         (spam-list-of-statistical-checks, spam-registration-functions):
12894         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12895         (spam-bsfilter-score): New command.
12896         (spam-check-bsfilter-headers, spam-check-bsfilter)
12897         (spam-bsfilter-register-with-bsfilter)
12898         (spam-bsfilter-register-spam-routine)
12899         (spam-bsfilter-unregister-spam-routine)
12900         (spam-bsfilter-register-ham-routine)
12901         (spam-bsfilter-unregister-ham-routine): New functions.
12902         (spam-generic-score): Support bsfilter; Accept an optional argument
12903         to recalcurate spam score even if scoring header has already been
12904         added.
12905         (spam-bogofilter-score, spam-spamassassin-score): Accept an
12906         optional argument to recalcurate spam score even if scoring header
12907         has already been added.
12909 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
12911         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12912         strings!  Reported by David D. Smith <davidsmith@acm.org>.
12913         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12914         link is missing.
12916 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
12918         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12919         (html2text-get-attr): Rewrite.
12921         * message.el (message-setup-1): Remove redundant put-text-property
12922         on mail-header-separator.
12924 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
12926         * gnus-registry.el (gnus-registry-cache-whitespace)
12927         (gnus-registry-action, gnus-registry-spool-action)
12928         (gnus-registry-split-fancy-with-parent): Change message levels
12929         from 5 to 3 or 7, as needed.
12931         * spam.el (spam-summary-prepare-exit)
12932         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12933         (spam-split, spam-find-spam, spam-log-undo-registration)
12934         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12935         level from 5 to 6.
12937 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12939         * gnus-ems.el: Autoload appt-select-lowest-window (revert
12940         2004-03-04 change).
12942 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12944         * sieve-manage.el (sieve-manage-open):
12945         * nnweb.el (nnweb-insert-html):
12946         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12947         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12948         * nnspool.el (nnspool-request-group):
12949         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12950         * nnml.el (nnml-request-update-info):
12951         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12952         (nnmh-request-create-group, nnmh-update-gnus-unreads):
12953         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12954         (nnimap-request-set-mark):
12955         * nnfolder.el (nnfolder-request-update-info):
12956         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12957         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12958         * gnus-uu.el (gnus-uu-find-articles-matching):
12959         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12960         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12961         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12962         * gnus-nocem.el (gnus-nocem-scan-groups):
12963         * gnus-int.el (gnus-start-news-server):
12964         * gnus-group.el (gnus-group-make-kiboze-group)
12965         (gnus-group-browse-foreign-server):
12966         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12967         Use mapc when appropriate.
12969 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
12971         FIXME: Make separate entries for each person.
12973         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12974         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12975         <shields@msrl.com>:
12977         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12978         may need for spam sorting and scoring.
12979         (spam-user-format-function-S): Add user format function suitable for
12980         general use.
12981         (spam-article-sort-by-spam-status): Add sorting function for summary
12982         sorting.
12983         (spam-extra-header-to-number): Add function to get a score from a
12984         header.
12985         (spam-summary-score): Add function to  get a numeric score from the
12986         headers.
12987         (spam-generic-score): Fix function doc, was in wrong place.
12988         (spam-initialize): Take symbols when it's run, and install the
12989         extra headers that spam-necessary-extra-headers thinks we need.
12991 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12993         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12994         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
12996 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12998         * gnus-sum.el (gnus-set-global-variables)
12999         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13000         (gnus-article-get-xrefs, gnus-summary-best-group)
13001         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13002         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13003         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13004         Use with-current-buffer.
13006 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13008         * spam.el (spam-summary-prepare-exit): Simplify logic.
13009         (spam-fetch-article-header): Read the article header if it's not
13010         available.
13011         (spam-list-articles): Simplify logic.
13012         (spam-filelist-register-routine): Fix bug with unregister-list.
13014         * gnus-registry.el: Fix comments at beginning.
13016 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13018         * message.el (message-cater-to-broken-inn): Remove.
13019         (message-shorten-references): Make sure the total folded length of
13020         References is shorter than 998 characters to cater to a bug in INN
13021         2.3.  Also, don't pretend that references aren't folded -- this
13022         hasn't worked for a while.
13024 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13026         * gnus-agent.el (gnus-agentize):
13027         gnus-agent-send-mail-real-function no longer set to current value
13028         of message-send-mail-function but rather a lambda that calls
13029         message-send-mail-function.  The change makes the agent real-time
13030         responsive to user changes to message-send-mail-function.
13032 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13034         * legacy-gnus-agent.el
13035         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13036         help from Florian Weimer <fw@deneb.enyo.de>
13038 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13040         * nnmail.el (nnmail-cache-insert): Revert last change.
13042 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13044         * nnmail.el (nnmail-cache-insert): Always check whether
13045         nnmail-cache-ignore-groups matches a group name.
13047 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13049         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13050         (spam-find-spam, spam-log-processing-to-registry)
13051         (spam-log-registered-p, spam-log-unregistration-needed-p)
13052         (spam-log-undo-registration): Use gnus-message instead of
13053         gnus-error, none of these errors are fatal.
13055         * gnus-registry.el (gnus-registry-clean-empty-function)
13056         (gnus-registry-clean-empty): Remove only empty entries without
13057         extra data.
13059 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13061         * spam-stat.el (spam-stat-buffer-change-to-spam)
13062         (spam-stat-buffer-change-to-non-spam): Change (error) to
13063         (gnus-message 8) invocation.
13065 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13067         * nntp.el (nntp-via-netcat-command): New variable.
13068         (nntp-via-netcat-switches): New variable.
13069         (nntp-open-via-rlogin-and-netcat): New function.
13070         (nntp-open-connection-function): Doc fix.
13071         (nntp-telnet-command): Doc fix.
13072         (nntp-end-of-line): Doc fix.
13073         (nntp-via-rlogin-command): Doc fix.
13074         (nntp-via-user-name): Doc fix.
13075         (nntp-via-address): Doc fix.
13077 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13079         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13080         error in Emacs 21.1.
13082 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13084         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13086 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13088         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13089         (gnus-agent-with-refreshed-group): New macro.
13090         (gnus-agent-rename-group): New function.
13091         (gnus-agent-delete-group): New function.
13092         (gnus-agent-save-group-info): Use gnus-command-method when
13093         `method' parameter is nil.  Don't write nil entries into the
13094         active file.
13095         (gnus-agent-get-group-info): New function.
13096         (gnus-agent-fetch-articles): Use
13097         gnus-agent-update-files-total-fetched-for to increment disk space
13098         used.
13099         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13100         gnus-agent-update-view-total-fetched-for to increment disk space
13101         used.
13102         (gnus-agent-get-local): Added optional parameters to avoid calling
13103         gnus-group-real-name and gnus-find-method-for-group.
13104         (gnus-agent-set-local): Delete stored entry if either min, or max,
13105         are nil.
13106         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13107         quit, use gnus-agent-regenerate-group to record existence of any
13108         articles fetched to disk before the quit occurred.
13109         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13110         gnus-agent-update-view-total-fetched-for, and
13111         gnus-agent-update-files-total-fetched-for to decrement disk space
13112         used.
13113         (gnus-agent-retrieve-headers): Use
13114         gnus-agent-update-view-total-fetched-for to increment disk space
13115         used.
13116         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13117         with gnus-agent-update-files-total-fetched-for to decrement disk
13118         space and fresh group buffer.
13119         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13120         (gnus-agent-need-update-total-fetched-for): New variable.
13121         (gnus-agent-update-files-total-fetched-for): New function.
13122         (gnus-agent-update-view-total-fetched-for): New function.
13123         (gnus-agent-total-fetched-for): New function.
13125         * gnus-cache.el (gnus-cache-save-buffers): Use
13126         gnus-cache-update-overview-total-fetched-for to change disk space
13127         used by this group.
13128         (gnus-cache-possibly-enter-article): Use
13129         gnus-cache-update-file-total-fetched-for to increment disk space
13130         used by this group.
13131         (gnus-cache-possibly-remove-article): Use
13132         gnus-cache-update-file-total-fetched-for to decrement disk space
13133         used by this group.
13134         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13135         (gnus-cache-rename-group): New function.
13136         (gnus-cache-delete-group): New function.
13137         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13138         (gnus-cache-need-update-total-fetched-for): New variable.
13139         (gnus-cache-with-refreshed-group): New macro.
13140         (gnus-cache-update-file-total-fetched-for): New function.
13141         (gnus-cache-update-overview-total-fetched-for): New function.
13142         (gnus-cache-rename-group-total-fetched-for): New function.
13143         (gnus-cache-delete-group-total-fetched-for): New function.
13144         (gnus-cache-total-fetched-for): New function.
13146         * gnus-group.el: Require gnus-sum and autoload functions to
13147         resolve warnings when gnus-group.el compiled alone.
13148         (gnus-group-line-format): Documented new %F.
13149         (size of Fetched data) group line format; identifies disk space
13150         used by agent and cache.
13151         (gnus-group-line-format-alist): Defined new F format.
13152         (gnus-total-fetched-for): New function.
13153         (gnus-group-delete-group): No longer update
13154         gnus-cache-active-altered as gnus-request-delete-group now keeps
13155         the cache in sync.
13156         (gnus-group-list-active): Let the agent store a server's active
13157         list if currently plugged.
13159         * gnus-int.el (gnus-request-delete-group):
13160         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13161         local disk in sync with the server.
13162         (gnus-request-rename-group):
13163         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13164         local disk in sync with the server.
13166         * gnus-start.el (gnus-get-unread-articles):
13167         Cosmetic simplification to logic.
13169         * gnus-util.el (gnus-rename-file): New function.
13171 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13173         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13175 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13177         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13178         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13180 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13182         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13183         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13185 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13187         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13189 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13191         * spam.el (spam-set-difference): Add function to replace
13192         gnus-set-difference in spam.el.
13193         (spam-summary-prepare-exit): Use spam-set-difference.
13195 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13197         * gnus-registry.el (gnus-registry-cache-file): Update to use
13198         gnus-dribble-directory OR gnus-home-directory OR ~.
13199         (gnus-registry-split-fancy-with-parent): Fix doc.
13201 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13203         * message.el (message-exchange-point-and-mark): Use
13204         message-mark-active-p.  Suggested by Jesper Harder
13205         <harder@ifa.au.dk>.
13207 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13209         * message.el (message-exchange-point-and-mark): Don't activate
13210         region if it was inactive.  Suggested by Hiroshi Fujishima
13211         <pooh@nature.tsukuba.ac.jp>.
13213 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13215         * gnus-art.el (article-display-face): Display Faces in the same
13216         order as X-Faces.
13218 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13220         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13222 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13224         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13225         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13226         (gnus-article-mime-hierarchy): Remove.
13227         (gnus-article-mime-hierarchy-next): Remove.
13228         (gnus-article-mode): Revert 2004-03-19 change.
13229         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13230         (gnus-insert-mime-button): Revert 2004-03-19 change.
13231         (gnus-mime-accumulate-hierarchy): Remove.
13232         (gnus-mime-enter-multipart): Remove.
13233         (gnus-mime-leave-multipart): Remove.
13234         (gnus-mime-display-part): Revert 2004-03-19 change.
13235         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13237         * mml.el (mml-preview): Revert 2004-03-19 change.
13239 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13241         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13243 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13245         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13246         t while entering a file name using the mm-with-multibyte macro.
13247         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13249         * mm-util.el (mm-with-multibyte): New macro.
13251 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13253         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13254         user option.
13255         (gnus-mime-multipart-functions): Doc and customization fix.
13256         (gnus-article-mime-hierarchy): New variable.
13257         (gnus-article-mime-hierarchy-next): New variable.
13258         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13259         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13260         gnus-article-mime-hierarchy-next to nil.
13261         (gnus-insert-mime-button): Show hierarchy numbers.
13262         (gnus-mime-accumulate-hierarchy): New function.
13263         (gnus-mime-enter-multipart): New function.
13264         (gnus-mime-leave-multipart): New function.
13265         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13266         (gnus-mime-display-alternative): Show hierarchy numbers.
13268         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13269         gnus-article-mime-hierarchy-next to nil.
13271 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13273         * dns.el: Don't require gnus-xmas.
13275 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13277         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13278         inline PGP.
13279         (mml-menu): Disable mml-quote-region if mark is inactive.
13281 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13283         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13284         when the group's active is not available.
13286 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13288         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13289         error.
13291 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13293         * imap.el (imap-store-password): New variable.
13294         (imap-interactive-login): Use it.
13295         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13297 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13299         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13300         window-start and hscroll to summary window.
13302 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13304         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13305         conversion message to newsrc-dribble when an actual conversion is
13306         performed.
13308 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13310         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13312 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13314         * mm-decode.el (mm-complicated-handles): New function reviving
13315         former definition of mm-multiple-handles.
13317         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13318         (gnus-mime-delete-part): Use it.
13320 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13322         * gnus-agent.el (gnus-agent-read-local): Bind
13323         nnheader-file-coding-system to gnus-agent-file-coding-system to
13324         avoid the implicit assumption that they will always be equal.
13325         (gnus-agent-save-local): Bind buffer-file-coding-system, not
13326         coding-system-for-write, as the with-temp-file macro first prints
13327         to a buffer then saves the buffer.
13329 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13331         * gnus-art.el (gnus-article-edit-part): New function.
13332         (gnus-mime-save-part-and-strip): Use it; do query instead of
13333         signaling an error; don't use mm-multiple-handles.
13334         (gnus-mime-delete-part): Ditto.
13336 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13338         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13339         old file versions.
13340         (gnus-group-prepare-hook): Removed function that converted list
13341         form of gnus-agent-expire-days to group properties.
13343         * gnus-int.el: Autoload gnus-agent-regenerate-group.
13344         (gnus-request-accept-article): Re-indented.
13346         * gnus-start.el (gnus-convert-old-newsrc): Registered new
13347         converters to handle old agent file formats.  Added logic for a
13348         "backup before upgrading warning".
13349         (gnus-convert-mark-converter-prompt): Developers can mark
13350         functions as needing (default), or not needing,
13351         gnus-convert-old-newsrc's "backup before upgrading warning".
13352         (gnus-convert-converter-needs-prompt): Tests whether the user
13353         should be protected from potentially irreversable changes by the
13354         function.
13356         * legacy-gnus-agent.el: New.  Provides converters that are only
13357         loaded when gnus-convert-old-newsrc needs to call them.
13359 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13361         * mail-source.el (mail-source-touch-pop): Doc fix.
13363         * message.el (message-smtpmail-send-it): Doc fix.
13365 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
13367         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13369         * nnmail.el (nnmail-split-fancy): do.
13371         * gnus-kill.el (gnus-kill, gnus-execute): do.
13373 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13375         * gnus-sum.el (gnus-widget-reversible-match)
13376         (gnus-widget-reversible-to-internal)
13377         (gnus-widget-reversible-to-external): New functions.
13378         (gnus-widget-reversible): New widget.
13379         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13381 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
13383         * gnus-sum.el (gnus-thread-sort-functions)
13384         (gnus-article-sort-functions): Document `(not F)' items.
13386 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13388         * spam.el (spam-use-gmane-xref): Add new backend.
13389         (spam-gmane-xref-spam-group): Add variable to control the name of the
13390         Gmane spam group.
13391         (spam-blackhole-servers, spam-blackhole-good-server-regex)
13392         (spam-regex-headers-spam, spam-regex-headers-ham)
13393         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13394         (spam-list-of-checks): Add spam-use-gmane-xref to list of
13395         backends and checks.
13396         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13398         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13399         an autodetect method.
13401 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13403         * gnus-int.el (gnus-request-accept-article): Inform the agent that
13404         articles are being added to a group.
13405         (gnus-request-replace-article): Inform the agent that articles
13406         need to be uncached as the cached contents are no longer valid.
13408 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13410         * binhex.el: Don't autoload executable-find.
13412         * canlock.el: Don't autoload mail-fetch-field.
13414         * gnus-ems.el: Don't autoload appt-select-lowest-window.
13416         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13417         rmail-dont-reply-to and rmail-output.
13419         * gnus-score.el: Don't autoload ffap-string-at-point.
13421         * gnus-setup.el: Don't autoload sc-cite-original.
13423         * imap.el: Don't autoload base64-decode-string,
13424         base64-encode-string and md5.
13426         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13427         and rmail-msg-restore-non-pruned-header.
13429         * mm-decode.el: Don't autoload executable-find.
13431         * mm-url.el: Don't autoload executable-find.
13433         * mm-view.el: Don't autoload diff-mode.
13435         * nndb.el: Don't autoload news-reply-mode, news-setup,
13436         cancel-timer and telnet.
13438         * password.el: Don't autoload run-at-time for Emacs.
13440         * sha1-el.el: Don't autoload executable-find.
13442         * sieve-mode.el: Don't autoload c-mode.
13444         * uudecode.el: Don't autoload executable-find.
13446 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13448         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13449         (gnus-agent-possibly-alter-active): Avoid null in numeric
13450         comparison.
13451         (gnus-agent-set-local): Refuse to save null in local object table.
13452         (gnus-agent-regenerate-group): The REREAD parameter can now be a
13453         list of articles that will be marked as unread.
13455 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13457         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
13459 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
13461         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13462         language tags.
13464 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
13466         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13467         Don't bind "obarray".
13469         * gnus-sum.el (gnus-thread-sort-functions): Added
13470         `gnus-thread-sort-by-most-recent-number' and
13471         `gnus-thread-sort-by-most-recent-date'.
13472         Reported by Kai Grossjohann <kai@emptydomain.de>.
13474 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13476         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
13478 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13480         * gnus-cus.el (gnus-agent-customize-category): Removed
13481         ignore-errors macro reference that required cl to be loaded at
13482         run-time.
13484         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13485         single-interval range of the form (min . max).  Previously the
13486         range had to look like ((min . max)).  Likewise, return
13487         (min . max) rather than ((min . max)).
13488         (gnus-range-map): Use gnus-range-normalize to accept
13489         single-interval range.
13491         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13492         the cache, but not the agent, now appear with their usual face.
13494 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13496         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13497         w3m-safe-url-regexp variable buffer-local.
13499         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13501 2004-02-27  Simon Josefsson  <jas@extundo.com>
13503         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13504         gnus-group-real-prefix.
13505         (gnus-summary-move-article): Use it, instead of
13506         gnus-group-real-prefix.
13508 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13510         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13511         w3m-safe-url-regexp variable buffer-local and set it as the value
13512         of mm-w3m-safe-url-regexp.
13514         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13516         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13517         parsing gnus-posting-styles when the message is not for replying.
13519         * nnrss.el (nnrss-opml-export): Use
13520         mm-set-buffer-file-coding-system instead of
13521         set-buffer-file-coding-system.
13523 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
13525         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13526         of checkdoc.el).
13527         * nnrss.el: do.
13528         * gnus-mlspl.el: do.
13529         * gnus-ml.el: do.
13530         * gnus-srvr.el: do.
13532         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13534 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13536         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13537         Corrections to custom-manual links.
13539         * gnus-art.el (gnus-article): Ditto.
13541         * mm-decode.el (mime-display, mime-security): Ditto.
13543 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13545         * flow-fill.el: Typo.
13547 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
13549         * spam-wash.el: New file.
13551 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
13553         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13555 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13557         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13558         to be run with new-articles as LIST1, not LIST2.
13559         (spam-registration-functions): Add spam-use-ham-copy as a nil
13560         registration backend.
13562 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13564         * spam-stat.el (spam-stat-washing-hook): New option.
13565         (spam-stat-buffer-words): Use it.
13566         (spam-stat-process-directory, spam-stat-test-directory): Use
13567         insert-file-contents-literally.
13568         (spam-stat-coding-system): New variable.
13569         (spam-stat-load, spam-stat-save): Use it.
13571 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13573         * spam-report.el (spam-report-plug-agent): Quote
13574         spam-report-url-to-file and spam-report-url-ping-plain.
13576 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
13578         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13579         / in mailto URLs.
13581 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13583         * spam-report.el (spam-report-process-queue): Fix interactive use.
13584         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13585         (spam-report-unplug-agent): Doc fixes.
13586         (spam-report-url-ping-mm-url, spam-report-url-to-file)
13587         (spam-report-agentize, spam-report-deagentize): Autoload
13589 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13591         * message.el (message-setup-fill-variables): Add mml tags to
13592         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
13593         <ajk@iu.edu>.
13594         (message-mode): Don't modify paragraph-separate there.
13596 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13598         * compface.el (uncompface-use-external): Default to undecided.
13599         (uncompface-use-external-threshold): New variable.
13600         (uncompface-float-time): New macro.
13601         (uncompface): Determine whether to use the external decoder if
13602         uncompface-use-external is undecided.
13604 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13606         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13607         after images.
13609         * gnus-art.el (gnus-mime-display-single): Remove dead code.
13611 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
13613         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13615         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13617         * gnus-sum.el (gnus-summary-limit-to-age)
13618         (gnus-summary-limit-children): do.
13620         * gnus-int.el (gnus-request-scan): do.
13622         * gnus-group.el (gnus-group-suspend): do.
13624         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
13626         * gnus-cite.el (gnus-cite-parse-attributions): do.
13628         * gnus-agent.el (gnus-summary-set-agent-mark)
13629         (gnus-agent-regenerate-group): do.
13631         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
13633         * binhex.el (binhex-decode-region-internal): do.
13635 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13637         * gnus-fun.el (gnus-face-properties-alist): New user option.
13638         (gnus-display-x-face-in-from): Use it.
13640         * gnus-art.el (article-display-face): Ditto.
13642         * compface.el (uncompface-use-external): Default to nil.
13644 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
13646         * nntp.el (nntp-erase-buffer): New function.
13647         (nntp-retrieve-data, nntp-send-command)
13648         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13649         (nntp-possibly-change-group): Use it.
13651         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13652         with-current-buffer.
13654 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
13656         * compface.el: Merge the ELisp-based uncompface program.
13657         (compface): New customization group.
13658         (uncompface-use-external): New user option.
13659         (uncompface): Call uncompface-internal if uncompface-use-external
13660         is nil.
13661         (uncompface-internal): New function.  Note that there are also
13662         some other functions and variables added for this function.
13664 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
13666         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13667         if necessary.
13669 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
13671         * spam-report.el (spam-report-unplug-agent)
13672         (spam-report-plug-agent, spam-report-deagentize)
13673         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13674         Add support for the Agent in spam-report: when unplugged, report to a
13675         file; when plugged, submit all the requests.
13677         * spam.el (spam-register-routine): Fix message about
13678         registration.
13680 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
13682         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13683         dependencies.
13684         (rfc2047-encode): Use it.
13686         * gnus-art.el (gnus-button-marker-list): Move before first
13687         reference.
13689         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13690         (imap-parse-body): Fix format string mismatch.
13692         * gnus-score.el (gnus-summary-increase-score): do.
13694         * nnrss.el (nnrss-close): New function.
13696 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
13698         * nnrss.el (nnrss-make-filename): New function.
13699         (nnrss-request-delete-group, nnrss-read-server-data)
13700         (nnrss-save-server-data, nnrss-read-group-data)
13701         (nnrss-save-group-data): Use it.
13702         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13703         (nnrss-read-server-data, nnrss-read-group-data): Use load.
13704         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13706 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
13708         * mml.el (mml-compute-boundary-1): Don't uncompress files.
13710 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
13712         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13713         files.
13715         * message.el (message-generate-headers-first): Don't quote nil
13716         and t in docstrings.
13718         * imap.el (imap-id): do.
13720         * gnus-agent.el (gnus-agent-consider-all-articles)
13721         (gnus-agent-queue-mail): do.
13723 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
13725         * spam-report.el (spam-report-process-queue): New function.
13726         Process requests from `spam-report-requests-file'.
13727         (spam-report-process-queue): Doc fix.
13729 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
13731         * spam.el (spam-register-routine)
13732         (spam-log-processing-to-registry, spam-log-registered-p)
13733         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13734         Change "check" to "spam-check" for semi-clarity.
13736 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
13738         * pop3.el: Require nnheader.
13740         * mml-smime.el: Require cl.  Autoload message-fetch-field.
13742         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
13744         * gnus-picon.el: Require cl.
13746         * gnus-fun.el: Require gnus-ems and gnus-util.
13748         * gnus.el (gnus-method-to-server): Move defsubst before first use.
13750         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
13752         * gnus-art.el (gnus-article-edit-mode): Define before first
13753         reference.
13755 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
13757         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13758         (gnus-uu-post-encoded): Use point-at-bol.
13760         * gnus-topic.el (gnus-group-active-topic-p): do.
13762         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
13764         * gnus-group.el (gnus-group-kill-region): do.
13766         * gnus-art.el (article-date-ut): do.
13768         * message.el (message-fetch-field): Remove redundant
13769         case-fold-search binding.
13770         (message-narrow-to-field): Simplify.
13772 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13774         * spam.el (spam-directory): Derive from `gnus-directory'.
13776         * spam-report.el (spam-report-url-to-file)
13777         (spam-report-requests-file): New function and variable for offline
13778         reporting.
13779         (spam-report-url-ping-function): Add `spam-report-url-to-file'
13780         and user defined function.
13781         (spam-report-url-ping-mm-url): Remove doubled slash.
13783 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
13785         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
13787 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
13789         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13790         format string mismatch.
13792         * sieve.el (sieve-deactivate-all): do.
13794         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
13796         * nnlistserv.el (nnlistserv-kk-wash-article): do.
13798         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
13800         * mm-bodies.el (mm-7bit-chars): Don't include \r.
13802 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
13804         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13805         the list of checks.
13807 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
13809         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13810         padding.
13812 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
13814         * mm-view.el (mm-fill-flowed): New variable.
13815         (mm-inline-text): Use it.
13817 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
13819         * spam.el (spam-spamassassin-register-ham-routine)
13820         (spam-spamassassin-register-spam-routine): Fix function names.
13822 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13824         * gnus.el (gnus-tmp-grouplens): Remove.
13825         (gnus-summary-line-format): Remove grouplens.
13827         * gnus-group.el (gnus-group-line-format): Ditto.
13829         * gnus-spec.el (gnus-format-specs): Ditto.
13830         (gnus-update-format-specifications): Flush the group format spec
13831         cache if there's the grouplens stuff.
13832         (gnus-parse-simple-format): Replace %l with the empty string.
13834 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
13836         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13837         omission.
13839 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13841         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13842         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13844 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13846         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13847         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13848         New macros and functions.
13849         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13850         Handle > NLINK_MAX messages.
13851         * nnmaildir.el (nnmaildir-request-set-mark): Use
13852         nnmaildir--emlink-p and nnmaildir--eexist-p.
13854 2004-01-25  Alex Schroeder  <alex@gnu.org>
13856         * spam-stat.el (spam-stat-process-directory-age): New option.
13857         (spam-stat-process-directory): Use it.
13859 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
13861         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13862         (spam-stat-save): Accept prefix argument.
13864 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
13866         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13867         links" error.
13869 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13871         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13872         compatibility with old .newsrc.eld files.
13874         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13876         * gnus-start.el (gnus-1): do.
13878         * gnus-group.el (gnus-group-line-format-alist): do.
13880         * gnus.el (gnus-use-grouplens, gnus-visual): do.
13882         * gnus-gl.el: Remove.
13884 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13886         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13887         marks consisting of a single range {for example, (3 . 5)} rather
13888         than a list of a single range { ((3 . 5)) }.
13890 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
13892         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13893         with-current-buffer.
13894         (spam-stat-store-current-buffer): Use insert-buffer-substring to
13895         avoid consing a string.
13897         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13898         Remove obsolete entries for big5 and gb2312.
13900 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13902         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13903         uncompressed list.
13905 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
13907         * spam-stat.el (spam-stat-strip-xref): New function.
13908         (spam-stat-process-directory): Use it.
13910         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13911         here -- it's done in message-fetch-field.
13913 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13915         * gnus-agent.el (gnus-agent-queue-mail)
13916         (gnus-agent-prompt-send-queue): New variables.
13917         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13918         * gnus-draft.el (gnus-group-send-queue): Pass the group name
13919         "nndraft:queue" along to gnus-draft-send.  Use
13920         gnus-agent-prompt-send-queue.
13921         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13922         is "nndraft:queue".  Suggested by Gaute Strokkenes
13923         <gs234@srcf.ucam.org>
13925         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
13926         (agent-enable-undownloaded-faces): Added.
13927         (gnus-agent-cat-groups): Use eval-and-compile, not
13928         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13929         method of gnus-agent-cat-groups even when the buffer has been
13930         evaled.
13931         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13932         delete gnus-agent-save-active-1.
13933         (gnus-agent-save-groups): Deleted.  Identical to
13934         gnus-agent-save-active.
13935         (gnus-agent-write-active): No longer adjust agent's copy of active
13936         file as agent's adjustments are now stored in their own
13937         file.  Removed optional parameter.
13938         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13939         servers.  Add use of min/max range limits from server's local
13940         file.
13941         (gnus-agent-save-alist): Removed unused optional argument.
13942         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13943         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13944         (gnus-agent-set-local): A per-server file that keeps min/max range
13945         limits for articles known to the agent.  Provides a fast mechanism
13946         for altering many active ranges.
13947         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13948         active file (local makes it unnecessary).
13949         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13951         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
13952         (agent-enable-undownloaded-faces): Added.
13954         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13955         disable it when sending to "nndraft:queue".
13956         (gnus-group-send-queue): Add safety check to avoid sending queue
13957         when unplugged.
13959         * gnus-group.el (gnus-group-catchup): Use new
13960         gnus-sequence-of-unread-articles, not
13961         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13962         numbers of articles.  Use gnus-range-map to avoid having to
13963         uncompress the unread list.
13964         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13965         Fixed invalid ange-ftp reference.
13967         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13968         (gnus-sorted-range-intersection): Intersection of two ranges
13969         without requiring that they first be uncompressed.
13971         * gnus-start.el (gnus-activate-group): Unless blocked by the
13972         caller, possibly expand the active range to include both cached
13973         and agentized articles.
13974         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13975         multiple version-dependent converters.
13976         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13977         gnus-agent-save-active.
13978         (gnus-save-newsrc-file): Save dirty agent range limits.
13980         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13981         gnus-agent-possibly-alter-active.
13982         (gnus-adjust-marked-articles): Faster handling of simple lists
13984 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13986         * spam-stat.el (spam-stat-test-directory): New optional argument
13987         displays a list of files detected.  Suggested by Andrew Cohen
13988         <cohen@andy.bu.edu>.
13989         (spam-stat-buffer-words-with-scores): Don't narrow and change
13990         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13992 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13994         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13995         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13996         (spam-spamassassin-arguments)
13997         (spam-spamassassin-spam-flag-header)
13998         (spam-spamassassin-positive-spam-flag-header)
13999         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14000         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14001         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14002         (spam-list-of-processors, spam-list-of-checks)
14003         (spam-list-of-statistical-checks, spam-registration-functions)
14004         (spam-check-spamassassin-headers, spam-check-spamassassin)
14005         (spam-spamassassin-score)
14006         (spam-spamassassin-register-with-sa-learn)
14007         (spam-spamassassin-register-spam-routine)
14008         (spam-spamassassin-register-ham-routine)
14009         (spam-assassin-register-spam-routine)
14010         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14011         (spam-bogofilter-score): Fix to show article before scoring.
14013 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14015         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14016         default scoring function.
14017         (spam-generic-score): Call spam-spamassassin-score if
14018         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14019         spam-bogofilter-score otherwise.
14021         * gnus.el (spam-process, spam-autodetect-methods): Add
14022         spamassassin and spamassassin-headers.
14024 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14026         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14027         Suppress unnecessary messages.
14029 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14031         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14032         make-hash-table.
14034 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14036         * canlock.el (base64-encode-string): Don't autoload it.
14038 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14040         * run-at-time.el: Remove useless (require 'itimer),
14041         eval-and-compile and (featurep 'xemacs).
14043 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14045         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14046         GROUP is a virtual group.
14048 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14050         * gnus.el: Autoload `message-y-or-n-p'.
14052 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14054         * pgg-parse.el: Remove unnecessary (require 'custom).
14056         * pgg-def.el: do.
14058         * nnmail.el: do.
14060         * gnus-undo.el: do.
14062         * gnus-picon.el: do.
14064         * gnus-util.el: do.
14066 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14068         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14070 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14072         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14073         handle, as well as a list.
14075         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14076         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14077         (mm-w3m-cid-retrieve): Simplify.
14079 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14081         * message.el (message-kill-to-signature): Allow prefix arg to
14082         specify number of lines to keep before signature.
14084 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14086         * message.el (message-kill-to-signature): Change docstring.
14088 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14090         * canlock.el: Always require sha1-el.
14091         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14093         * message.el: Autoload sha1 only when compiling.
14095 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14097         * message.el (message-canlock-generate): Require sha1-el.
14099 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14101         * message.el (message-expand-name): Silence the byte compiler.
14103 2004-01-13  Simon Josefsson  <jas@extundo.com>
14105         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14106         Invoke gnus-score-mode.  Reported by
14107         bojohan+news@dd.chalmers.se (Johan Bockgård).
14109         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14110         Jim Blandy <jimb@redhat.com> (tiny change).
14112 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14114         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14116 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14118         * spam.el (spam-get-article-as-string): Update to use
14119         gnus-request-article-this-buffer, much simpler.
14120         (spam-get-article-as-buffer): Remove.
14122 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14124         * message.el (message-expand-name): Use EUDC if the user uses that.
14126 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14128         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14129         character for the encoding to avoid consing a string.
14131         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14132         unnecessarily.
14134         * mm-util.el (mm-replace-chars-in-string): Remove.
14136         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14137         of mm-replace-chars-in-string.
14139 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14141         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14143         * mm-util.el (mm-subst-char-in-string): Support inplace.
14145         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14146         a new string in every iteration.  Use shy groups.
14148 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14150         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14151         * gnus-soup.el (gnus-soup-group-brew):
14152         * gnus-msg.el (gnus-put-message):
14153         * gnus-move.el (gnus-group-move-group-to-server):
14154         * gnus-kill.el (gnus-batch-score):
14155         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14156         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14157         (gnus-group-update-group, gnus-group-read-group)
14158         (gnus-group-make-group, gnus-group-make-help-group)
14159         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14160         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14161         (gnus-group-sort-by-unread, gnus-group-catchup)
14162         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14163         (gnus-group-yank-group, gnus-group-set-info)
14164         (gnus-group-list-groups):
14165         * gnus.el (gnus-generate-new-group-name):
14166         * gnus-delay.el (gnus-delay-send-queue):
14167         * nnvirtual.el (nnvirtual-catchup-group):
14168         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14169         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14170         (gnus-group-prepare-topics, gnus-topic-check-topology):
14171         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14172         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14173         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14174         (gnus-group-make-articles-read):
14175         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14176         (gnus-group-change-level, gnus-kill-newsgroup)
14177         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14178         (gnus-get-unread-articles, gnus-make-articles-unread)
14179         (gnus-make-ascending-articles-unread): Use accessor
14180         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14181         to get group information for improved readability.
14183 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14185         * gnus-art.el (article-decode-mime-words, article-babel)
14186         (gnus-article-highlight-signature, gnus-article-add-buttons)
14187         (gnus-signature-toggle): Use gnus-with-article-buffer.
14189         * gnus-art.el (gnus-article-highlight-headers)
14190         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14192         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14193         (gnus-article-set-globals, gnus-request-article-this-buffer)
14194         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14195         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14196         (gnus-mime-display-alternative): Use with-current-buffer.
14198 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14200         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14201         also under 80 char limit, and call gnus-error if needed.
14202         (spam-fetch-article-header): Fix - it was a
14203         buffer-local variable (gnus-newsgroup-data).
14204         (spam-find-spam): Use spam-generate-fake-headers, forget about
14205         spam-insert-fake-headers.
14206         (spam-insert-fake-headers): Remove.
14208 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14210         * deuglify.el (gnus-article-outlook-unwrap-lines)
14211         (gnus-outlook-rearrange-article)
14212         (gnus-outlook-repair-attribution-outlook)
14213         (gnus-outlook-repair-attribution-block)
14214         (gnus-outlook-repair-attribution-other): Remove redundant
14215         save-excursion.
14217 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14219         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14220         (spam-fetch-field-subject-fast)
14221         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14222         (spam-fetch-article-header): Add functions to deal with Gnus
14223         internals for fast retrieval of article header data.
14224         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14226 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14228         * pop3.el (pop3-md5): Remove.
14229         (pop3-apop): Replace pop3-md5 with md5.
14231         * mm-bodies.el: base64 is always built-in.
14233         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14234         with-current-buffer.
14236 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14238         * canlock.el (canlock-insert-header): Remove excessive grouping in
14239         regexp.
14241         * gnus-sum.el (gnus-summary-read-document): Ditto.
14243         * gnus-uu.el (gnus-uu-part-number): Ditto.
14245         * html2text.el (html2text-remove-tags): Ditto.
14246         (html2text-format-tags): Ditto.
14247         (html2text-format-single-elements): Ditto.
14249         * mml.el (mml-parse-1): Ditto.
14251 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14253         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14255         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14257         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14259         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14261 2003-11-15  Simon Josefsson  <jas@extundo.com>
14263         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14264         (pgg-gpg-lookup-key): Use regexp match instead of
14265         split-string (split-string is different between emacs 21.2 and
14266         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14268 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14270         * gnus-art.el (gnus-mime-view-all-parts)
14271         (gnus-article-part-wrapper, gnus-article-view-part): Use
14272         with-current-buffer.
14274 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14276         * spam.el (spam-disable-spam-split-during-ham-respool)
14277         (spam-spamoracle-database, spam-cache-lookups)
14278         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14279         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14280         (spam-group-ham-marks, spam-group-spam-marks)
14281         (spam-group-spam-contents-p, spam-group-ham-contents-p)
14282         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14283         also add spam-use-blackholes to the statistical checks.
14284         (spam-fetch-field-fast): Add interface to fetching fields, may
14285         become a macro.
14286         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14287         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14288         (spam-insert-fake-headers): Fake an article when needed.
14289         (spam-find-spam): Fake article when possible.
14290         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14291         (spam-check-bogofilter-headers): Use message-fetch-field instead
14292         of nnmail-fetch-field.
14294 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14296         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14298 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14300         * spam.el (spam-split): Do not require spam-use-CHECK to be
14301         enabled if that check is passed to spam-split explicitly; also
14302         fix so 'spam doesn't get converted to spam-split-group when
14303         spam-split-symbolic-return is t.
14304         (spam-find-spam): Find registrations of the article and use those
14305         instead of re-running spam-split to find the spam/ham
14306         classification of the article.
14307         (spam-log-processing-to-registry, spam-log-registered-p)
14308         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14309         Use gnus-error instead of gnus-message.
14310         (spam-log-registration-type): Add function to determine the
14311         classification of a message based on registry entries; will
14312         return nil if both 'spam and 'ham are found.
14313         (spam-check-BBDB): Expand all the BBDB macros here so we can have
14314         a reasonably fast local cache without the loading errors.
14315         (spam-cache-lookups): Set to t by default.
14316         (spam-find-spam): Don't try to guess spam-cache-lookups.
14317         (spam-enter-whitelist, spam-enter-blacklist): Clear the
14318         spam-caches entry.
14319         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14320         caching of whitelist/blacklist entries.
14321         (spam-check-whitelist, spam-check-blacklist): Invoke
14322         spam-from-listed-p with a type, not a cache variable.
14323         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14325 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14327         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14329         * nnmail.el (nnmail-split-fancy): do.
14331         * mml.el (mml-parse): do.
14333         * gnus-score.el (gnus-enter-score-words-into-hashtb)
14334         (gnus-score-adaptive): do.
14336 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14338         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14339         (gnus-mime-button-map): Don't set keymap parent.
14340         (gnus-button-ctan-directory-regexp): Use shy grouping.
14341         (gnus-prev-page-map): Don't set keymap parent.
14342         (gnus-prev-page-map): Remove duplicated one.
14343         (gnus-next-page-map): Don't set keymap parent.
14344         (gnus-mime-security-button-map): Ditto.
14346         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14347         version number.
14349         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14351 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14353         * canlock.el (canlock-sha1-function): Remove.
14354         (canlock-sha1-function-for-verify): Remove.
14355         (canlock-openssl-program): Remove.
14356         (canlock-openssl-args): Remove.
14357         (canlock-ignore-errors): Remove.
14358         (canlock-sha1-with-openssl): Remove.
14359         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14360         (canlock-verify): Don't use canlock-ignore-errors.
14362         * sha1-el.el (sha1-string-external): Make it can return a string
14363         in binary form.
14364         (sha1-region-external): Ditto.
14365         (sha1-string-internal): Ditto.
14366         (sha1-region-internal): Ditto.
14367         (sha1-region): Ditto.
14368         (sha1-string): Ditto.
14369         (sha1): Ditto.
14371 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14373         * spam.el (spam-report-articles-gmane): New command.
14375 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14377         * gnus.el: Don't make unnecessary *Group* buffer when loading.
14379         * run-at-time.el (run-at-time-saved): Remove.
14380         (run-at-time): Doc fix.
14382 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14384         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14385         (gnus-summary-limit-map): Add it.
14386         (gnus-summary-make-menu-bar): do.
14388 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
14390         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14391         Make attempt at some caching support (done for BBDB only now).
14392         (spam-find-spam): Set spam-cache-lookups if there are more than 2
14393         addresses to be checked.
14394         (spam-clear-cache-BBDB): Add function, to be invoked by
14395         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14396         (spam-check-BBDB): Check and use the caches, if
14397         spam-cache-lookups is on, remove superfluous (provide).
14399 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14401         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14403 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
14405         * run-at-time.el (run-at-time-saved): Move to after the definition
14406         of `run-at-time'.
14408 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14410         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14411         mm-w3m-local-map-property.
14413         * mm-view.el (mm-w3m-mode-map): Remove.
14414         (mm-w3m-local-map-property): Remove.
14415         (mm-inline-text-html-render-with-w3m): Don't use
14416         mm-w3m-local-map-property.
14418 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14420         * run-at-time.el: New file.
14422         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14423         of gnus-set-text-properties.
14425         * gnus-uu.el (gnus-uu-save-article): Ditto.
14427         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
14429         * gnus-cite.el (gnus-cite-parse): Ditto.
14431         * gnus-art.el (gnus-button-push): Use set-text-properties instead
14432         of gnus-.
14434         * gnus.el: Changed calls to nnheader-run-at-time and
14435         password-run-at-time throughout to use run-at-time directly.
14437         * password.el: Removed definition of run-at-time.
14439 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
14441         * mml.el (mml-minibuffer-read-disposition): Show attachment type
14442         in prompt.
14444 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14446         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14447         XEmacs version.
14449         * dns.el (dns-make-network-process): Use `open-network-stream'
14450         instead of `gnus-xmas-open-network-stream'.
14452         * .cvsignore: Add auto-autoloads.el, custom-load.el.
14454 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14456         * gnus-art.el (gnus-mime-display-alternative)
14457         (gnus-insert-mime-button, gnus-insert-mime-security-button)
14458         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14459         Don't use gnus-local-map-property.
14461         * gnus-util.el (gnus-local-map-property): Remove.
14463         * mm-view.el (mm-view-pkcs7-decrypt): Replace
14464         gnus-completing-read-maybe-default with completing-read.
14466         * gnus-util.el (gnus-completing-read): do.
14467         (gnus-completing-read-maybe-default): Remove.
14469 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14471         * password.el: Only autoload `run-at-time' if not XEmacs.
14472         Only autoload the itimer functions if XEmacs.
14474 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14476         * gnus-art.el (gnus-read-string): Remove.
14477         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14478         read-string.
14480 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
14482         * netrc.el: Autoload password-read.
14483         (netrc): Add configuration group.
14484         (netrc-encoding-method, netrc-openssl-path): Add
14485         variables for encoding and decoding of files with symmetric
14486         ciphers.
14487         (netrc-encode): Add assistant function to encode a file with
14488         netrc-encoding-method.
14489         (netrc-parse): Add interactive parameter, added optional
14490         decoding if netrc-encoding-method is non-nil but otherwise
14491         behavior is standard.
14492         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14493         Do s/encode/encrypt/ everywhere.
14495         * spam.el: Remove executable-find autoload.
14497 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14499         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
14501         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
14503 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14505         * gnus-art.el (gnus-treat-ansi-sequences)
14506         (article-treat-ansi-sequences): New variable and function.
14507         Suggested by Dan Jacobson <jidanni@jidanni.org>.
14509         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14510         Use it.
14512 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14514         * mm-util.el (mm-quote-arg): Remove.
14516         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14517         shell-quote-argument.
14519         * gnus-uu.el (gnus-uu-command): do.
14521         * gnus-sum.el (gnus-summary-insert-pseudos): do.
14523         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14524         with make-char.
14526         * mm-util.el (mm-make-char): Remove.
14528         * mml.el (mml-mode): Replace gnus-add-minor-mode with
14529         add-minor-mode.
14531         * gnus-undo.el (gnus-undo-mode): do.
14533         * gnus-topic.el (gnus-topic-mode): do.
14535         * gnus-sum.el (gnus-dead-summary-mode): do.
14537         * gnus-start.el (gnus-slave-mode): do.
14539         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14541         * gnus-ml.el (gnus-mailing-list-mode): do.
14543         * gnus-gl.el (gnus-grouplens-mode): do.
14545         * gnus-draft.el (gnus-draft-mode): do.
14547         * gnus-dired.el (gnus-dired-mode): do.
14549         * gnus-ems.el (gnus-add-minor-mode): Remove.
14551         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14552         Replace gnus-char-width with char-width.
14554         * gnus-ems.el (gnus-char-width): Remove.
14556         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14557         Replace gnus-char-width with char-width.
14559         * gnus-ems.el (gnus-char-width): Remove.
14561         * spam-stat.el (with-syntax-table): Remove with-syntax-table
14562         definition.
14563         Remove Emacs 20 hash table compatibility code.
14565         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14566         20 compatibility code.
14568         * spam.el (spam-point-at-eol): Replace with point-at-eol.
14570         * smime.el (smime-point-at-eol): Replace with point-at-eol.
14572         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14573         with point-at-{eol,bol}.
14575         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
14577         * imap.el (imap-point-at-eol): Replace with point-at-eol.
14579         * flow-fill.el (fill-flowed-point-at-bol)
14580         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
14582         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14583         Replace with point-at-{eol,bol} throughout all files.
14585 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14587         * ntlm.el (ntlm-string-as-unibyte): New macro.
14588         (ntlm-build-auth-response): Use it.
14590         Remove Emacs 20 stuff:
14591         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14592         of delq and copy-sequence.
14593         * gnus-art.el (popup-menu): Remove the compiler macro.
14594         * nnmail.el (nnmail-split-fancy): Don't support customizing with
14595         Emacs 20.
14597 2004-01-05  Simon Josefsson  <jas@extundo.com>
14599         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
14600         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14601         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14602         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14603         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14604         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14605         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14606         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14607         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14608         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14609         ntlm-string-permute, string-lshift into ntlm-string-lshift,
14610         string-xor into ntlm-string-xor.  Suggested by
14611         Jesper Harder <harder@myrealbox.com>.
14613         * ntlm.el: Don't include poem.
14615         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
14616         Jesper Harder <harder@myrealbox.com>.
14618         * sasl-ntlm.el, ntlm.el, md4.el: New files.
14620         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
14621         probably breaks emacs with DL patch, but do we care? Is anyone
14622         still using the DL stuff?)
14624         * sieve-manage.el: Use the password package.
14625         (sieve-manage-read-passwd): Remove.
14626         (sieve-manage-interactive-login): Use password.  Re-add
14627         condition-case around loop.
14629         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14630         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14631         the password package.
14633 2003-02-19  Simon Josefsson  <jas@extundo.com>
14635         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14636         token.
14638 2002-08-07  Simon Josefsson  <jas@extundo.com>
14640         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14641         (sieve-manage-authenticators):
14642         (sieve-manage-authenticator-alist): Add some SASL mechs.
14643         (sieve-sasl-auth): New function.
14644         (sieve-manage-cram-md5-auth):
14645         (sieve-manage-plain-auth): Rewrite using SASL library.
14646         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14647         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14648         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14649         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14651 2004-01-05  Simon Josefsson  <jas@extundo.com>
14653         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14654         New files.
14656 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14658         * gnus-group.el (gnus-no-groups-message): Update.
14660         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14662 2003-11-09  Simon Josefsson  <jas@extundo.com>
14664         * imap.el: Support for ID IMAP extension (RFC 2971).
14665         (imap-local-variables): Add imap-id.
14666         (imap-id): New variable.
14667         (imap-id): New function.
14668         (imap-parse-response): Parse untagged ID response.
14669         * nnimap.el (nnimap-id): New variable.
14670         (nnimap-open-connection): Use it.
14672 2003-12-28  Simon Josefsson  <jas@extundo.com>
14674         * gnus-score.el (gnus-score-edit-all-score): New.
14675         * gnus-group.el (gnus-group-score-map): Bind it to W e.
14677 2004-01-04  Simon Josefsson  <jas@extundo.com>
14679         * password.el: Add.
14681 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
14683         * dns.el (dns-query-types): Fix typo.
14684         (dns-query-types): New function.
14685         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
14686         PTR and SOA replies, see RFC 1035.
14688 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14690         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14692         * Moved to Changelog.2.
14694 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14696         * gnus.el (gnus-version-number): Bump version.
14698 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14700         * gnus.el: No Gnus v0.1 is released.
14702 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14704         * gnus.el: No Gnus v0.0 is released.
14706 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14708         * gnus.el (gnus-version-number): Bump.
14709         (gnus-version): No.
14711 See ChangeLog.2 for earlier changes.
14713     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
14715   This file is part of GNU Emacs.
14717   GNU Emacs is free software: you can redistribute it and/or modify
14718   it under the terms of the GNU General Public License as published by
14719   the Free Software Foundation, either version 3 of the License, or
14720   (at your option) any later version.
14722   GNU Emacs is distributed in the hope that it will be useful,
14723   but WITHOUT ANY WARRANTY; without even the implied warranty of
14724   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14725   GNU General Public License for more details.
14727   You should have received a copy of the GNU General Public License
14728   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14730 ;; Local Variables:
14731 ;; coding: utf-8
14732 ;; fill-column: 79
14733 ;; add-log-time-zone-rule: t
14734 ;; End:
14736 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4