(message-generate-hashcash): Default to non-nil when
[gnus.git] / lisp / ChangeLog
blobf87f00fa7133ec593a2a61fc7e9ac74080138d03
1 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * message.el (message-generate-hashcash): Default to non-nil when
4         hashcash is found.
6         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt. 
7         (gnus-refer-thread-limit): Increase default to 500.
9         * mm-view.el (mm-inline-text): Supply delsp to flow-fill. 
11         * flow-fill.el (fill-flowed): Allow delete-space.
13 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17         Remove autoloads.
19 2006-04-18  Simon Josefsson  <jas@extundo.com>
21         * message.el (message-generate-hashcash): Default to.
23 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
26         concatenating segments rather than before concatenating them.
28 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
30         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
32 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
36         * message.el (message-forward-make-body-plain): Allow
37         message-forward-ignored-headers to be a list.
38         (message-remove-ignored-headers): Factor out into function.
39         (message-forward-make-body-mml): Use it.
41         * imap.el (imap-quote-specials): New function.
42         (imap-login-auth): Quote specials.
44         * rfc2231.el (rfc2231-parse-string): Remove dead code.
45         (rfc2231-parse-string): Allow concatanation of parameters that
46         aren't contiguous.  The test case is
47           (mail-header-parse-content-type "message/external-body;
48             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
49             access-type=LOCAL-FILE;
50             name*1*=plugh%2fhello-sailor%2fbing.pdf")
52 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
54         * nntp.el (nntp-accept-process-output): Return the value of
55         `nnheader-accept-process-output'.
57 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
60         (gnus-button-alist): Recognize more diff formats.
61         (gnus-button-patch): Strip directory.
63 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
65         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
66         Emacs 22 when setting focus.
68 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70         * gnus-art.el (gnus-article-treat-types): Do treatment of
71         text/x-verbatim parts.
72         (gnus-button-patch): New command.
74         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
75         addresses that contain invalid characters.
77 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79         * message.el (message-put-addresses-in-ecomplete): Use
80         gnus-replace-in-string.
81         (message-is-yours-p): Use the more correct
82         mail-header-parse-address instead of
83         mail-extract-address-components.
84         (message-put-addresses-in-ecomplete): Fix typo.
86         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
87         keystroke.
89         * gnus-art.el (gnus-treatment-function-alist): Change order of
90         newsgroups/generic header folding to avoid double-folding.
92         * message.el (message-hidden-headers): Add X-Draft-From.
94         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
95         command.
96         (gnus-summary-repeat-search-article-backward): New command.
98         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
99         groups in the parent topic.
101 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
103         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
104         (spam-extra-header-to-number): Return the CRM114 number as a
105         number instead of a string.
107 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
109         * gnus-art.el (gnus-face-properties-alist): Moved here from
110         gnus-fun.
112         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
114 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116         * message.el (message-strip-forbidden-properties): Only display on
117         self-insert-command.
119         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
120         reindent.
121         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
123 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
125         * smiley.el (smiley-style): Fix typo.
127 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129         * hashcash.el (hashcash-insert-payment-async-2): Use
130         message-goto-eoh instead of doing it manually.
131         (mail-add-payment): Use message-narrow-to-header instead of trying
132         to do the same itself.
134         * message.el (message-hidden-headers): Add Face.
136         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
137         reparenting code.
138         (gnus-summary-reparent-children): Refactored out code.
139         (gnus-summary-thread-map): New keystroke.
140         (gnus-summary-reparent-children): Make into command.
142         * smiley.el (smiley-style): Default to `medium' if using a large
143         font.
145         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
146         does it itself.
148         * message.el (message-point-in-header-p): Simplify definition.
150 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152         * nnagent.el (nnagent-request-set-mark): Silence log file
153         writing.
154         (nnagent-request-set-mark): Use write-region instead of
155         append-to-file.
157         * gnus-sum.el (gnus-read-header): Fudge article number if using a
158         strange select method.
160         * ecomplete.el (ecomplete-display-matches): Get highlightling
161         right.
162         (ecomplete-display-matches): Use literals.
163         (ecomplete-display-matches): Disable message logging.
165         * message.el (message-display-abbrev): Small optimization.
167         * ecomplete.el (ecomplete-display-matches): Allow automatic
168         display.
170         * message.el (message-strip-forbidden-properties): Display
171         abbrevs.
172         (message-display-abbrev): Get automatic display right.
174         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
175         keystrokes.
177 2006-04-13  Romain Francoise  <romain@orebokech.com>
179         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
180         Moved here (and renamed) from gnus-registry.el.
182         * gnus-registry.el: Require gnus-util.
183         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
185 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
187         * gnus-group.el (gnus-group-catchup-current): Change
188         if-then-else-if-then-else into cond.
189         (gnus-group-catchup): Indent.
190         (group-name-at-point): New function.
191         (gnus-fetch-group): Provide default from thing at point.
193 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
195         * message.el (message-display-abbrev): Fix regexp.
197         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
198         choosing.
199         (ecomplete-highlight-match-line): Fix up code rewrite, remove
200         dead variables.
202         * message.el (message-newline-and-indent): Remove debugging.
203         (message-display-abbrev): Use new implementation.
205 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
207         * gnus-art.el (gnus-article-mode): Set
208         cursor-in-non-selected-windows to nil.
210         * smiley.el: Revert previous change.
211         (smiley-data-directory): defvar it before using it in the
212         defcustom of `smiley-style'.
214 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216         * message.el (message-newline-and-indent): New function.
218         * ecomplete.el: Implement more bits.
220         * message.el (message-put-addresses-in-ecomplete): Clean up the
221         string.
223         * ecomplete.el (ecomplete-add-item): Chop off decimals.
225         * gnus-sum.el (gnus-summary-save-parts): Bind
226         gnus-summary-save-parts-counter and use it to make unique file
227         names.
229         * gnus-art.el (gnus-ignored-headers): Add some more headers.
231         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
232         parameter to say whether to actually parse the individual
233         addresses.
235         * message.el (message-put-addresses-in-ecomplete): New function.
236         (ecomplete): Require.
237         (message-mail-alias-type): Add ecomplete as an option.
239 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
241         * flow-fill.el (fill-flowed): Remove trailing space from blank
242         quoted lines.
244 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246         * smiley.el (smiley-style): Move definition later to avoid a
247         compilation warning.
249 2006-04-12  Kenichi Handa  <handa@m17n.org>
251         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
252         buffer and then decode the buffer text if necessary.
253         (rfc2231-encode-string): Be sure to work on multibyte buffer at
254         first, and after mm-encode-body, change the buffer to unibyte.
255         Use mm-disable-multibyte instead of set-buffer-multibyte.
257 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
259         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
260         Content-Type header instead of Content-Disposition header.
261         (gnus-mime-inline-part): Ditto.
262         (gnus-mime-view-part-as-charset): Ignore charset that the part
263         specifies.
265         * mm-decode.el (mm-display-part): Work with external parts and
266         usual parts similarly.
268         * mm-extern.el (mm-inline-external-body): Use mm-display-part
269         instead of gnus-display-mime.
271         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
272         instead of with-temp-buffer.
274         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
275         tag to summarized topics part in order to encode non-ASCII text.
277 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
279         * smiley.el (smiley-style): New variable.
280         (smiley-directory): New function.
281         (smiley-data-directory): Derive from `smiley-style' using
282         `smiley-directory'.
283         (smiley-regexp-alist): Add new entries.
285         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
286         (gnus-article-browse-delete-temp): Add :version.
288 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
290         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
291         the sieve region.
293 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
295         * gnus.el (gnus-version-number): Bump version.
297 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
299         * gnus.el: No Gnus v0.4 is released.
301 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
303         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
304         layout.
306         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
307         unknown charset.
309         * message.el (message-header-synonyms): Add Original-To to the
310         default.
312         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
313         optional parameter.
315 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
317         * gnus-fun.el (gnus): Require it for gnus-directory.
319 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
321         * gnus-fun.el (gnus-face-properties-alist): Add :version.
323 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
325         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
327 2006-04-05  Simon Josefsson  <jas@extundo.com>
329         * password.el (password-reset): New function.
331 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
333         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
334         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
336 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
338         * nnweb.el (nnweb-google-create-mapping): Update regexp.  Some
339         whitespace was matched into the url, which broke browsing hits
340         > 100 when mm-url-use-external was nil.
342 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
344         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
345         gnus-extra-headers for 'Newsgroups.
347         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
348         bound.
350 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
352         * pgg-gpg.el: Clean up process buffers every time gpg processes
353         complete.
355 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
357         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
358         doc string.
360 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
362         * pgg-gpg.el (pgg-gpg-process-filter)
363         (pgg-gpg-wait-for-completion): Check if buffer is alive.
365         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
366         lines, temporary fix.
368 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
370         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and
371         :set.
373 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
375         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
376         default-enable-multibyte-characters.  This reverts the change from
377         revision 6.17 which is no longer necessary because the passphrase
378         is sent separately now.  GnuPG messages are unreadable under
379         multibyte locales with default-enable-multibyte-characters set to
380         nil.
382 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
384         * message.el (message-tool-bar-gnome): Move "spell".
386 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
388         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
389         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
390         instead.
392 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
394         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
395         newsgroups handling for NNTP overviews which don't include
396         Newsgroups.
398 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
400         * message.el (message-resend): Bind message-generate-hashcash to
401         to nil.
403 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
405         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
406         when searching for already-paid recipients.
408 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
410         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
411         passphrases when it is not needed.
412         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
413         passphrase stuff from gpg, should only be necessary when you use
414         gpg with a smartcard.
416 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
418         * mml.el (mml-insert-mime): Ignore cached contents of
419         message/external-body part.
421         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
422         (mm-insert-part): Ditto.
424 2006-03-23  Simon Josefsson  <jas@extundo.com>
426         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
427         Reiner.
428         (pgg-gpg-use-agent-p): Use it again.
430 2006-03-23  Simon Josefsson  <jas@extundo.com>
432         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
433         older emacsen.
434         (pgg-gpg-use-agent-p): Don't use it.
436 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
438         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
439         if we can.
441 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
443         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
444         (pgg-gpg-update-agent): New function.
445         (pgg-gpg-use-agent-p): New function.
446         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
447         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
448         (pgg-gpg-sign-region): Use it.
450 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
452         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
453         Reported by Ralf Wachinger <rwachinger@gmx.de>.
455 2006-03-21  Simon Josefsson  <jas@extundo.com>
457         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
458         <wilde@sha-bang.de>.
459         (pgg-gpg-use-agent): New variable.
460         (pgg-gpg-process-region): Use it.
461         (pgg-gpg-encrypt-region): Likewise.
462         (pgg-gpg-encrypt-symmetric-region): Likewise.
463         (pgg-gpg-decrypt-region): Likewise.
464         (pgg-gpg-sign-region): Likewise.
465         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
467 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
469         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
471         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
472         comment on version.
474 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
476         * smiley.el: Add missing test smiley.
478 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
480         * mm-decode.el (mm-with-part): New macro.
481         (mm-get-part): Use it; work with message/external-body as well.
482         (mm-save-part): Treat name and filename equally.
484         * mm-extern.el (mm-extern-cache-contents): New function.
485         (mm-inline-external-body): Use it; force the part to be displayed;
486         move undisplayer added to the cached handle to the parent.
488         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
489         (gnus-mime-view-part-as-type): Work with message/external-body.
491         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
493 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
495         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
496         images in image-load-path.  [Sync with image.el, revision 1.60, in
497         Emacs.]
499 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
501         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
502         path rather than symbol.  Always return list of directories.
503         Guarantee that image directory comes first.  [Sync with image.el,
504         revision 1.59, in Emacs.]
506         * message.el (message-make-tool-bar): Adjust to new API of
507         `gmm-image-load-path-for-library'.
509         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
511         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
513 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
515         * gnus-art.el (gnus-article-only-boring-p): Bind
516         inhibit-point-motion-hooks to avoid infinite loop when entering
517         intangible text.  Reported by Ralf Wachinger
518         <rwnewsmampfer@geekmail.de>.
520 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
522         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
523         `defun' instead of `gmm-defun-compat'.
525 2006-03-14  Simon Josefsson  <jas@extundo.com>
527         * message.el (message-unique-id): Don't use message-number-base36
528         if (user-uid) is a float.  Reported by Bjorn Solberg
529         <bjorn_ding1@hekneby.org>.
531 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
533         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
535         * gnus-art.el (gnus-mime-display-single): Make sure there is an
536         empty line between a part and a message part.
538 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
540         * smiley.el: Add more test smileys.
541         (smiley-data-directory, smiley-regexp-alist)
542         (gnus-smiley-file-types): Fix doc strings.
543         (smiley-update-cache): Clear smiley-cached-regexp-alist before
544         adding new elements.
545         (smiley-mouse-map): Unused code.  Make it a comment.
547 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
549         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
550         scan latest NoCeM messages instead of old ones.
551         (gnus-nocem-check-article): Fix regexps so as to match to PGP
552         delimiters that are recently used.
553         (gnus-nocem-load-cache): Add autoload cookie.
555         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
557         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
558         level which is larger than gnus-use-nocem is specified.
560         * gnus-group.el (gnus-group-get-new-news): Ditto.
562 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
564         * gnus-util.el (gnus-tool-bar-update): New function.
566         * gnus-group.el (gnus-group-update-tool-bar): New variable.
567         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
569         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
571         * gnus-group.el (gnus-group-redraw-when-idle)
572         (gnus-group-redraw-check): Remove.
573         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
575 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
577         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
578         if optional last element is specified in splits (FIELD VALUE...).
580 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
582         * message.el (message-make-tool-bar): Rename gmm-image-load-path
583         to gmm-image-load-path-for-library.  Call with no-error argument.
584         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
586         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
588         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
590         * gmm-utils.el (gmm-image-load-path): Remove alias.
592 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
594         * gmm-utils.el (gmm-image-load-path): Add alias.
596         * nnml.el (nnml-generate-nov-databases-directory): Rename from
597         nnml-generate-nov-databases-1.
598         (nnml-generate-nov-databases): Use it.
599         (nnml-generate-nov-databases-directory): Document no-active
600         argument.
602         * gmm-utils.el (gmm-image-load-path-for-library): Return single
603         directory if path is t.  Add no-error.
605         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
606         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
608         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
609         resetting gnus-article-browse-html-temp-list.
611         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
612         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
613         Add example to docstring.  Rename local variables.  Move error
614         checks to default case in cond and simplify.
616 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
618         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
619         handle is multipart when calling it recursively.
620         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
622 2006-03-03  Daniel Pittman <daniel@rimspace.net>
624         * nnimap.el (nnimap-request-update-info-internal): Optimize.
625         Don't `gnus-uncompress-range' to avoid excessive memory usage.
627 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
629         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
630         is loaded.
632         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
633         loaded.
635 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
637         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
638         to "Emacs 23 (unicode)" in doc string.
640         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
641         "Emacs 23 (unicode)" in comment.
643 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
645         * mm-decode.el (mm-get-part): Don't use
646         mm-with-unibyte-current-buffer.
648         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
649         characters 160 through 255 in Emacs 23.
651 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
653         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
654         gnus-article-browse-html-temp.
655         (gnus-article-browse-delete-temp): Make it customizable.  Add
656         `file'.  Adjust doc string.
657         (gnus-article-browse-delete-temp-files): Add argument.  Allow
658         query for each file.  Adjust doc string.
659         (gnus-article-browse-html-parts): Add
660         `gnus-article-browse-delete-temp-files' to
661         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
663 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
665         * gnus-art.el (gnus-article-browse-html-temp)
666         (gnus-article-browse-delete-temp): New variables.
667         (gnus-article-browse-delete-temp-files): New function.
668         (gnus-article-browse-html-parts): Use it.
670 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
672         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
674         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
675         string.
677         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
678         gnus-summary-insert-new-articles when unplugged.  Remove
679         gnus-summary-search-article-forward.
681         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
682         display-visual-class instead of display-color-cells.
684 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
686         * dgnushack.el: Autoload customize-group for XEmacs.
688         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
689         message/* containing non-ASCII text properly.
691 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
693         * message.el: Require gmm-utils, remove autoloads.
694         (message-tool-bar): Set default based on
695         gmm-tool-bar-style.
696         (message-tool-bar-gnome): Add gmm-customize-mode.
698         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
699         gmm-tool-bar-style.
700         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
702         * gnus-group.el (gnus-group-tool-bar): Set default based on
703         gmm-tool-bar-style.
704         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
706         * gmm-utils.el (gmm-image-directory): Rename variable from
707         gmm-image-load-path.
708         (gmm-image-load-path): Use gmm-image-directory.
709         (gmm-customize-mode): New function.
710         (gmm-tool-bar-style): New variable.
712         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
713         gnus-group-redraw-line-number.
714         (gnus-group-redraw-check): Simplify.
715         (gnus-group-tool-bar-update): Remove redraw check.
716         (gnus-group-make-tool-bar): Add redraw check.
718 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
720         * gnus-art.el (gnus-button): Add missing parentheses.
722 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
724         * lpath.el: Fbind line-number-at-pos.
726 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
728         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
730 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
732         * gnus-art.el (gnus-button): New face.
733         (gnus-article-button-face): Use it.
735         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
736         gnus-summary-next-page.  Re-order.
738         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
739         next-node are now included.
740         (gnus-group-redraw-line-number): New internal variable.
741         (gnus-group-redraw-check): Helper function for updating the tool
742         bar.
743         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
745         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
747         * spam.el (spam-spamassassin-score-regexp): New internal variable.
748         (spam-extra-header-to-number, spam-check-spamassassin-headers):
749         Use it to match format of Spamassassin 3.0 and later.  Reported by
750         IRIE Tetsuya <irie@t.email.ne.jp>.
751         (spam-check-bogofilter)
752         (spam-bogofilter-register-with-bogofilter): Fix args of
753         `gnus-error' calls.
755 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
757         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
758         unnecessary interaction when sending queued mails.  Reported by
759         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
761 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
763         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
764         first or last are nil.
766 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
768         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
770 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
774 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776         * dns.el (query-dns): Protect more against buggy tcp output.
778 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
780         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
781         nov.php.
783 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
785         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
786         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
787         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
788         output on the server side.
789         (nnweb-google-create-mapping): Update regexps and add some
790         progress indication.
792 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
794         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
795         gnus-agent-toggle-plugged.  Re-order icons.
796         (gnus-group-tool-bar-gnome): Add
797         gnus-group-{prev,next}-unread-group.
798         (gnus-group-tool-bar-gnome): Re-order icons.
800         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
801         gnus-summary-insert-new-articles.
803         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
804         comments.
806         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
807         also available in Emacs 21.3.
809         * message.el (message-fix-before-sending): Change "Emacs 22" to
810         "Emacs 23 (unicode)" in comment.
812         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
813         "Emacs 23 (unicode)" in comment.
815         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
816         comment.
817         (mm-coding-system-p): Add comment about no-MULE XEmacs.
819         * mm-view.el (mm-fill-flowed): Add :version.
821 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
823         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
824         and load-path.
826 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
828         * message.el: Autoload gmm-image-load-path.
829         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
830         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
831         consitency.
833         * gmm-utils.el (gmm-image-load-path): Also search in
834         "../etc/images".  Don't set gmm-image-load-path if we don't find
835         the image.
837 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
839         * gmm-utils.el (gmm-image-load-path): Don't make
840         `gmm-image-load-path' include subdirectories which the second arg
841         `image' might specify.
843         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
844         subdirectory to icon file names.
846         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
848 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
850         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
851         gmm-image-load-path calls.
853         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
855         * message.el (message-make-tool-bar): Ditto.
857         * mml.el (mml-preview): Added comment concerning tool bar icons.
859         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
860         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
862         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
863         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
865         * message.el (message-tool-bar-gnome): Use new icon names.
866         (message-make-tool-bar): Use `gmm-image-load-path'.
868         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
869         functions from MH-E.
870         (gmm-image-load-path): New variable from MH-E.
871         (gmm-image-load-path): New function from MH-E.  Added arguments
872         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
873         *-image-load-path-called-flag.
875 2006-02-21  Milan Zamazal <pdm@brailcom.org>
877         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
879 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
880         (tiny change)
882         * nnimap.el (nnimap-request-move-article): Change folder back to
883         source group before deleting.
885 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
887         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
889         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
890         mm-url.
892         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
894 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
896         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
897         coding system which mm-charset-to-coding-system returns for a
898         given charset is valid.
900 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
902         * html2text.el (html2text-remove-tag-list):
903         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
905 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
907         * gnus-cus.el: Revert 2005-10-17 change.
909 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
911         * gnus-art.el (article-strip-banner): Call
912         article-really-strip-banner only when the regexp match is made.
914 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
916         * gnus-art.el (article-strip-banner): Use
917         gnus-extract-address-components instead of
918         mail-header-parse-addresses to make it work with non-ASCII text;
919         remove mail-encode-encoded-word-string.
921         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
922         values which are surrounded with \"...\"; make it never cause a
923         Lisp error; give up parsing of parameters if it failed in
924         extracting type.
926 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
928         * smime.el (smime-cert-by-ldap-1): Fix bug where
929         `smime-ldap-search' returns results without userCertificates.
931 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
933         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
935 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
937         * spam.el (spam-check-spamassassin-headers): Adapt format for
938         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
939         <ari@mbf.ocn.ne.jp>.
940         (spam-list-of-processors): Add spam-use-gmane.
942 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
944         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
945         make-temp-file; make it work with XEmacs as well.
947         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
948         mm-make-temp-file.
950         * mm-decode.el (mm-display-external): Use the 3rd arg of
951         mm-make-temp-file.
952         (mm-create-image-xemacs): Ditto.
954 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
956         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
957         with message-narrow-to-headers.
958         (gnus-draft-setup): Narrow to header to run message-fetch-field.
959         (gnus-draft-check-draft-articles): New function.
960         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
962 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
964         * gnus-art.el (gnus-article-browse-html-parts):
965         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
966         Don't use suffix argument for mm-make-temp-file for Emacs 21
967         compatibility.  Remove useless `format'.
969 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
971         * nnweb.el (nnweb-google-wash-article): Update regexps.
972         (nnweb-group-alist): Use defvoo instead of defvar.
974 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
976         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
977         re-loading nn* modules.
979 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
981         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
982         for `tool-bar-mode' and don't check it's default-value.
984         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
986         * message.el (message-make-tool-bar): Ditto.
988         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
989         `substring'.  Shorten tmp-file name.
991         * gnus.el: Remove bogus comment.
993 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
995         * gnus-art.el (gnus-article-browse-html-parts): New function.
996         (gnus-article-browse-html-article): New function for viewing html
997         articles with a browser.
999 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
1001         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
1002         in elisp.
1003         (pgg-gpg-encrypt-symmetric-region): Ditto.
1004         (pgg-gpg-sign-region): Ditto.
1006         * pgg-def.el (pgg-text-mode): New variable.
1008         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
1009         (mml2015-pgg-encrypt): Ditto.
1011         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
1012         (mml1991-pgg-encrypt): Ditto.
1014 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1016         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
1017         message-make-date instead of current-time-string.
1019         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
1020         to gnus-decoded which mm-uu might set.
1022 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1024         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
1025         don't decode quoted parameters; remove misimported Emacs code.
1026         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1027         (rfc2231-decode-encoded-string): Don't use split-string which
1028         behaves differently according to Emacs version; use
1029         mm-decode-coding-region to convert charset to coding-system.
1030         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1031         (rfc2231-encode-string): Remove misimported Emacs code.
1033 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1035         * gnus-art.el (article-decode-charset): Don't use ignore-errors
1036         when calling mail-header-parse-content-type.
1037         (article-de-quoted-unreadable): Ditto.
1038         (article-de-base64-unreadable): Ditto.
1039         (article-wash-html): Ditto.
1041         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
1042         calling mail-header-parse-content-type and
1043         mail-header-parse-content-disposition.
1044         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
1045         mail-header-parse-content-type.
1047         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
1048         insert charset and format parameters; encode description after
1049         inserting it to buffer.
1050         (mml-insert-parameter): Fold lines properly even if a parameter is
1051         segmented into two or more lines; change the max column to 76.
1053         * rfc1843.el (rfc1843-decode-article-body): Don't use
1054         ignore-errors when calling mail-header-parse-content-type.
1056         * rfc2231.el (rfc2231-parse-string): Return at least type if
1057         possible; don't cause an error even if it fails in parsing of
1058         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1059         (rfc2231-encode-string): Don't break lines at the beginning, leave
1060         it to mml-insert-parameter.
1062         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
1063         calling mail-header-parse-content-type.
1065 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
1067         * spam-report.el (spam-report-gmane-use-article-number): Improve
1068         doc string.
1069         (spam-report-gmane-internal): Check if a suitable header was found
1070         in the article.
1072 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1074         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
1075         (rfc2231-encode-string): Make param*=value always begin with LWSP.
1077 2006-02-05  Romain Francoise  <romain@orebokech.com>
1079         Update copyright notices of all files in the gnus directory.
1081 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1083         * nnweb.el (nnweb-request-group): Avoid growing overview files.
1085 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1087         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
1088         segmented lines of parameter value to cope with Thunderbird 1.5
1089         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
1090         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1091         (rfc2231-encode-string): Don't make lines exceeding 76 column.
1093 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
1095         * mml.el (mml-generate-mime-1): Correct the order of inline signed
1096         parts.
1098 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1100         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
1101         there's only one active file for all servers.
1102         (nnweb-request-scan): Make sure nnweb-articles is initialized on
1103         solid groups.  Gnus might have used a FAST request to select the
1104         group.
1105         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
1106         and nnweb-search redundantly in the active file.
1107         (nnweb-request-list): Don't list bogus groups.  There can only be
1108         one.
1109         (nnweb-request-create-group): Don't use ARGS.
1110         (nnweb-possibly-change-server, nnweb-request-group): Remove some
1111         initialisations.  Let nnoo do the work.
1113 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1115         * mm-uu.el (mm-uu-emacs-sources-extract): Say the part has been
1116         decoded.
1117         (mm-uu-diff-extract): Ditto.
1119         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
1121 2006-01-31  Kevin Ryde  <user42@zip.com.au>
1123         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
1124         mailcap-viewer-test-cache when there's no 'test clause, since that
1125         will invert the meaning of a "nil" test previously determined by
1126         mailcap-mailcap-entry-passes-test.
1128 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1130         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
1131         compiling.
1133         * gnus-sum.el: Ditto.
1135         * message.el: Don't bind tool-bar-map when compiling.
1137 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
1139         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
1141 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1143         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
1144         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
1145         current Google Groups.
1147 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
1149         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
1150         and tool-bar-mode.
1152         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
1153         and tool-bar-mode.
1155         * message.el (message-tool-bar-update): Simplify.
1156         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
1158         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
1159         gnus-summary-buffer.
1160         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
1161         gnus-summary-reply.
1163         * gmm-utils.el (gmm): Add :version.
1165 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1167         * Makefile.in (clean): New rule.
1168         (distclean): Use it.
1170 2006-01-26  Steve Youngs  <steve@sxemacs.org>
1172         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
1173         autoload.
1175 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1177         * gmm-utils.el (gmm-verbose): Add :group.
1179 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
1181         * message.el: Change some comments WRT tool-bars.
1183         * gnus-sum.el (gnus-summary-tool-bar)
1184         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
1185         (gnus-summary-tool-bar-zap-list): New variables.
1186         (gnus-summary-make-tool-bar): Complete rewrite using
1187         `gmm-tool-bar-from-list'.
1189         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
1190         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
1191         variables.
1192         (gnus-group-make-tool-bar): Complete rewrite using
1193         `gmm-tool-bar-from-list'.
1194         (gnus-group-tool-bar-update): New function.
1196         * message.el (message-mode-field-menu): Add "Show hidden Headers".
1198 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1200         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
1201         is dissected into a single part of which the type is the same as
1202         the given one; decode charset.
1204 2006-01-21  Kevin Ryde  <user42@zip.com.au>
1206         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
1207         into alists as symbol not string, since that's what
1208         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
1209         look for.
1211 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
1213         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
1214         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
1216         * message.el (message-tool-bar-gnome): Use gmm-ignore.
1218 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1220         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
1221         (gnus-xmas-mime-security-button-menu): New function.
1223         * gnus-art.el (gnus-mime-security-button-commands): New variable.
1224         (gnus-mime-security-button-menu): New definition.
1225         (gnus-mime-security-button-map): Use them.
1226         (gnus-mime-security-button-menu): New function.
1227         (gnus-insert-mime-security-button): Addition to help echo.
1228         (gnus-mime-security-run-function, gnus-mime-security-save-part)
1229         (gnus-mime-security-pipe-part): New functions.
1231         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
1232         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
1234         * mm-decode.el (mm-handle-set-disposition): Remove.
1235         (mm-handle-set-description): Remove.
1237 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1239         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
1240         (mm-w3m-standalone-supports-m17n-p): New function.
1241         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
1242         w3m usage.
1244         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
1245         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
1247 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1249         * message.el (message-tool-bar-zap-list): Use
1250         gmm-tool-bar-zap-list as custom type.
1251         (message-tool-bar-update): New function.
1252         (message-tool-bar, message-tool-bar-gnome)
1253         (message-tool-bar-retro): Add message-tool-bar-update.
1254         (message-tool-bar-gnome): Add flyspell-buffer.
1256         * gnus-util.el (gnus-error): Describe `args'.
1258         * gmm-utils.el (gmm-error): Describe `args'.
1259         (gmm-tool-bar-zap-list): New widget.
1260         (gmm-tool-bar-from-list): Improve description of `zap-list'.
1262 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1264         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
1265         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
1266         the number of recursive calls.
1268         * mm-decode.el (mm-handle-set-disposition): New macro.
1269         (mm-handle-set-description): New macro.
1271 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1273         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
1274         encoding.
1276 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
1278         * message.el (message-tool-bar-zap-list, message-tool-bar)
1279         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
1280         (message-tool-bar-local-item-from-menu): Remove.
1281         (message-tool-bar-map): Replace by `message-make-tool-bar'.
1282         (message-make-tool-bar): New function.
1283         (message-mode): Use `message-make-tool-bar'.
1285         * gmm-utils.el: New file.
1286         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
1287         (gmm-lazy): New widget copied from `nnmail.el'.
1288         (gmm-tool-bar-from-list): New function for creating customizable
1289         tool bars.
1290         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
1291         output.
1292         (gmm): Add :prefix to defgroup.
1294 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
1296         * gmm-utils.el (gmm-widget-p): New function.
1298 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
1300         * mml.el (mml-attach-file): Describe `description' in doc string.
1301         (mml-menu): Add Emacs MIME manual and PGG manual.
1303 2006-01-20  Richard M. Stallman  <rms@gnu.org>
1305         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
1307 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
1309         * nntp.el (nntp-end-of-line): Doc fix.
1311 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
1313         * imap.el (imap-open): Handle case where buffer is a buffer
1314         object.
1316 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1318         * gnus-delay.el (gnus-delay): Don't autoload.
1319         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
1320         to be re-loaded when customizing the `gnus-delay' group.
1322 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
1324         * message.el (message-insert-citation-line): Use newlines.
1326 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
1328         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1329         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
1330         these routines, so the passphrase can be managed externally and
1331         passed in to the system.
1332         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1333         pgg-add-passphrase-to-cache function.
1335         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1336         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
1337         these routines, so the passphrase can be managed externally and
1338         passed in to the system.
1339         (pgg-pgp5-sign-region): Use new name of
1340         pgg-add-passphrase-to-cache function.
1342 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
1344         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1345         part of the decoded armor to find the key-identifier.
1346         (pgg-gpg-lookup-key-owner): New function to return the
1347         human-readable identifier of a key owner.
1348         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
1349         itself.
1350         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1351         the key value) if we have a key and can match it against a secret
1352         key.  Also, added a note pointing out fact that the prompt only
1353         indicates the first matching key.
1355         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1356         pgg-decrypt-region.
1357         (pgg-add-passphrase-to-cache): Rename from
1358         `pgg-add-passphrase-cache' to reduce confusion (all callers
1359         changed).
1360         (pgg-remove-passphrase-from-cache): Rename from
1361         `pgg-remove-passphrase-cache' to reduce confusion (all callers
1362         changed).
1363         (pgg-read-passphrase, pgg-add-passphrase-cache)
1364         (pgg-remove-passphrase-cache): Add informative docstrings.
1365         (pgg-decrypt): Convey provided passphrase in subordinate call to
1366         pgg-decrypt-region.
1368 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
1370         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1371         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1372         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1373         'passphrase' argument, so the passphrase can be managed externally
1374         and then passed in to the system.
1376         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1377         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1378         so the passphrase cache can be used reliably with identifiers
1379         besides a pgp packet's key id.
1381         * pgg-gpg.el (pgg-gpg-encrypt-region)
1382         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1383         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
1384         these routines, so the passphrase can be managed externally and
1385         passed in to the system.
1387         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1388         'notruncate' argument, so the passphrase cache can be used
1389         reliably with identifiers besides a pgp packet's key id.
1391 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
1393         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1394         symmetric encryption.
1395         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1396         encrypted session key.
1397         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1398         message ask for the passphrase in a proper way.
1400         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1401         New user commands for symmetric encryption.
1403 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1405         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
1407         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
1409 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
1411         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
1413 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1415         * mm-decode.el (mm-inlined-types): Add application/pgp.
1416         (mm-automatic-display): Ditto.
1418         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
1419         part as text.
1421 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1423         * nnrss.el: Update copyright.
1424         (nnrss-opml-import): Query whether to subscribe to each entry.
1426         * gnus-art.el:
1427         * gnus-sum.el:
1428         * gnus-xmas.el:
1429         * messagexmas.el:
1430         * mm-uu.el:
1431         * mm-view.el: Update copyright.
1433 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
1435         * message.el (message-info): New function.
1436         (message-mode-menu): Add it.
1437         Update copyright.
1439         * ChangeLog: Fix and update copyright.
1441 2006-01-13  Romain Francoise  <romain@orebokech.com>
1443         * message.el (message-forward-subject-name-subject): Prefer the
1444         address to 'nowhere' if the sender has no name.
1445         Fix typo.  Update copyright year.
1447 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1449         * gnus-art.el (article-wash-html): Use
1450         gnus-summary-show-article-charset-alist if a numeric arg is given.
1451         (gnus-article-wash-html-with-w3m-standalone): New function.
1453         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
1454         mm-inline-text-html-render-with-w3m-standalone.
1455         (mm-text-html-washer-alist): Map w3m-standalone to
1456         gnus-article-wash-html-with-w3m-standalone.
1457         (mm-inline-text-html-render-with-w3m-standalone): New function.
1459 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1461         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
1462         Improve LaTeX.
1464 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1466         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
1467         (nnrss-request-article): Render text/plain parts as HTML.
1469         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
1470         the buffer.
1472 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1474         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
1475         custom definition of `gnus-posting-styles'.
1477         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
1478         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
1480 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1482         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
1483         Use nntp for bug archive.
1485 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1487         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
1488         parts.
1489         (nnrss-normalize-date): New function converts ISO 8601 date into
1490         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
1491         (nnrss-check-group): Use it.
1493 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1495         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
1497         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
1498         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
1499         (nnrss-insert-w3): Ditto.
1501 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1503         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
1504         the articles to be forwarded including the case where neither a
1505         number of articles nor a region is specified.
1507 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1509         * nnrss.el (nnrss-request-article): Fix last change; fill
1510         text/plain parts.
1512 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1514         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
1515         in text/plain part.
1516         (nnrss-check-group): Don't add excessive newline to dc:subject.
1518 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
1520         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
1521         article.
1523 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1525         * nnml.el: Don't require gnus-bcklg.  Autoload it.
1526         (nnml-use-compressed-files, nnml-save-mail): Support other
1527         comression programs such as bzip2.
1529 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531         * dns.el (query-dns): Make sure we check the buffer size before
1532         removing tcp headers.
1534 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1536         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
1537         remove MIME buttons associated with multipart/alternative parts.
1538         (gnus-mime-display-alternative): Tag buttons using `article-type'
1539         text property.
1541         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
1542         associated with multipart/alternative parts.
1544         * gnus-art.el (gnus-signature-separator): Fix custom type.
1546         * mm-decode.el (mm-inlined-types): Fix custom type.
1547         (mm-keep-viewer-alive-types): Ditto.
1548         (mm-automatic-display): Ditto.
1549         (mm-attachment-override-types): Ditto.
1550         (mm-inline-override-types): Ditto.
1551         (mm-automatic-external-display): Ditto.
1553 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1555         * spam-report.el (spam-report-user-mail-address)
1556         (spam-report-user-agent): New variables.
1557         (spam-report-url-ping-plain): Use spam-report-user-agent.
1559 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
1561         * gnus-art.el (gnus-button-handle-custom): Do not just use
1562         `customize-apropos' for any "M-x customize-*" button but the
1563         function called for.  Accept both the function name and its
1564         argument in order to achieve this.
1565         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
1566         function name to `gnus-button-handle-custom' in case of "M-x
1567         customize-*" buttons.
1569 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1571         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
1572         multipart/alternative and add xref to mm-discouraged-alternatives
1573         in doc string.
1575         * mm-decode.el (mm-discouraged-alternatives): Add xref to
1576         gnus-buttonized-mime-types in doc string.
1578 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
1580         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
1581         Suggest image/.* in the doc string.
1583 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1585         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
1586         message-marks (Debian bug #342521).
1588 2005-12-12  Simon Josefsson  <jas@extundo.com>
1590         * password.el (password-read-from-cache): Add.
1591         (password-read): Use it.
1593 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1595         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
1596         us-ascii as a MIME charset.
1598         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
1599         against the case where the 2nd arg TYPE is nil.
1601 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1603         * pop3.el (pop3-stream-type): Fix custom version.
1605         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
1607 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1609         * mm-decode.el (mm-display-external): Add missing cdr.
1611 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1613         * mm-decode.el (mm-display-external): Use nametemplate (defined in
1614         RFC1524) if it is in mailcap or add a suffix according to
1615         mailcap-mime-extensions when generating a temp filename; postpone
1616         deleting a temp file for 2 seconds for some wrappers, shell
1617         scripts, and so on, which might exit right after having started a
1618         viewer command as a background job.
1620 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1622         * nntp.el (nntp-marks-directory): Fix custom group.
1624         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
1625         steps when < 10.
1627         * gnus-start.el (gnus-no-server-1): Mention
1628         `gnus-level-default-subscribed' in doc string.
1630 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1632         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
1633         parens.
1635 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1637         * gnus-xmas.el (gnus-use-toolbar): Revert.
1638         (gnus-xmas-setup-toolbar): Use global default-toolbar if
1639         gnus-use-toolbar is default.
1641         * messagexmas.el (message-use-toolbar): Revert.
1642         (message-setup-toolbar): Use global default-toolbar if
1643         message-use-toolbar is default.
1645 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1647         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
1648         according to default-toolbar-visible-p.
1650         * messagexmas.el (message-use-toolbar): Ditto.
1652 2005-11-26  Dave Love  <fx@gnu.org>
1654         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
1655         (tls-program, tls-success): Provide openssl alternative.
1657         * starttls.el: Doc fixes.
1658         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
1659         SERVICE to PORT.
1661         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
1662         port null or service name.
1663         (starttls-negotiate): Autoload.
1665 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1667         * message.el (message-kill-to-signature): Fix interactive spec.
1669 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1671         * pop3.el (pop3-open-server): Recognize a string as a service name.
1673 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
1675         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
1677 2005-11-23  Dave Love  <fx@gnu.org>
1679         Add pop3s, pop3/starttls.
1681         * pop3.el (pop3-authentication-scheme): Clarify doc.
1682         (open-tls-stream, starttls-open-stream): Autoload.
1683         (pop3-stream-type): New.
1684         (pop3-open-server): Use it.
1686         * mail-source.el (mail-sources): Fix some :types.  Add stream type
1687         for POP.
1688         (mail-source-keyword-map): Add :stream for POP.
1689         (mail-source-fetch-pop): Use pop3-stream-type.
1691 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1693         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
1694         of current-time-string.
1696 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
1698         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
1699         date header.
1701 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
1703         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
1704         it can seriously impact performance as it bypasses the agent's
1705         local caches.
1707 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
1709         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
1710         must be explicitly online rather than "not explicitly offline" for
1711         its flags to be synchronized.
1713         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
1714         that gnus-uu-unmark-thread will function correctly.
1716         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
1717         1024K is instead displayed as 1M.
1719 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
1723 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
1725         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
1727 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
1729         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
1730         error message to display actual error condition.
1731         (gnus-agent-save-local): Avoid saving symbols that are bound to
1732         nil as they simply result in a warning message in
1733         gnus-agent-read-local.
1735 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1737         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
1738         rather than make-variable-buffer-local for file-precious-flag.
1740 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
1742         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
1743         for duplicates which are removed.  The invalid sort check then
1744         triggers a rescan after the sort as sorting may have moved
1745         duplicate entries such that they can be cheaply detected.
1747 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1749         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
1751 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
1753         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
1754         internal variable to a custom variable.  Changed default value
1755         from compressed(2) to uncompressed(1).
1756         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
1757         support for uncompressed agentview files.  Taken together, reading
1758         the agentview file should now be 6-7 times faster.
1760 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1762         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
1763         as a buffer-local variable.  This avoids creating truncated
1764         dribble files as a result of a hang up, eg.
1766 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
1768         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
1769         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
1770         XEmacs.
1772 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1774         * gnus-start.el (gnus-start-draft-setup): Enforce
1775         `gnus-draft-mode' for nndraft:drafts at startup.
1777         * gnus.el (gnus-splash): Change custom group.
1778         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
1779         allow-list argument.
1781         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
1782         string.
1784 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1786         * gnus-art.el (gnus-default-article-saver): Add user-defined
1787         `function' to custom type.
1789 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1791         * imap.el (imap-open): Handle case where buffer is a buffer
1792         object.
1794 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1796         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
1797         long lines.
1798         (gnus-cache-delete-group): Wrap doc strings.
1800         * gnus-agent.el (gnus-agent-rename-group)
1801         (gnus-agent-delete-group): Wrap doc strings.
1804 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1806         * messagexmas.el (message-use-toolbar): Change the valid values
1807         into default, top, bottom, left, and right.
1808         (message-toolbar-thickness): New variable.
1809         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
1810         well.
1811         (message-setup-toolbar): Make it work.
1813         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
1814         (gnus-use-toolbar): Change the valid values into default, top,
1815         bottom, left, and right.
1816         (gnus-toolbar-thickness): New variable.
1817         (gnus-xmas-setup-toolbar): New function.
1818         (gnus-xmas-setup-group-toolbar): Use it.
1819         (gnus-xmas-setup-summary-toolbar): Use it.
1821 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823         * gnus-start.el (gnus-1): Add "native" to
1824         gnus-predefined-server-alist.
1826         * gnus.el (gnus-method-to-server): Don't add "native" to the
1827         lists here, because that leads to problems when
1828         gnus-select-method is bound.
1830 2005-11-09  Simon Josefsson  <jas@extundo.com>
1832         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
1833         use (not sort-by-date) instead.
1835 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1837         * gnus-delay.el (gnus-delay-group): Don't autoload.
1838         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
1839         to be re-loaded when customizing the `gnus-delay' group.
1841 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
1843         * message.el: Revert last changes.
1844         (message-insert-citation-line): Use newlines.
1846 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
1848         * message.el (message-courtesy-message)
1849         (message-mark-insert-begin, message-mark-insert-end)
1850         (message-elide-ellipsis, message-cancel-message)
1851         (message-add-header, message-change-subject)
1852         (message-cross-post-followup-to-header)
1853         (message-cross-post-insert-note, message-reduce-to-to-cc)
1854         (message-widen-reply, message-delete-not-region)
1855         (message-kill-to-signature, message-insert-signature)
1856         (message-insert-importance-high, message-insert-importance-low)
1857         (message-insert-or-toggle-importance)
1858         (message-insert-disposition-notification-to)
1859         (message-indent-citation, message-yank-original)
1860         (message-cite-original-without-signature, message-cite-original)
1861         (message-insert-citation-line, message-position-on-field)
1862         (message-fix-before-sending, message-send-mail-partially)
1863         (message-send-mail, message-send-mail-with-sendmail)
1864         (message-send-mail-with-qmail, message-send-news)
1865         (message-check-news-header-syntax, message-generate-headers)
1866         (message-insert-courtesy-copy, message-fill-address)
1867         (message-fill-header, message-shorten-references)
1868         (message-setup-1, message-cancel-news)
1869         (message-forward-make-body-plain, message-forward-make-body-mime)
1870         (message-forward-make-body-mml, message-encode-message-body)
1871         (message-forward-make-body-digest-plain)
1872         (message-forward-make-body-digest-mime)
1873         (message-use-alternative-email-as-from): Insert `hard-newline'
1874         instead of ordinary newlines.
1876 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1878         * message.el (message-generate-headers): Downcase the argument
1879         given to message-check-element.
1881 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
1883         * nntp.el (nntp-authinfo-rejected): New error condition.
1884         (nntp-wait-for): Use new error condition to signal authentication
1885         error.
1886         (nntp-retrieve-data): Rethrow new error condition to break out of
1887         recursive call to nntp-send-authinfo.
1889 2005-11-08  Romain Francoise  <romain@orebokech.com>
1891         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
1892         (gnus-summary-exit-map): Bind to `Z p'.
1893         (gnus-summary-make-menu-bar): Add menu item.
1895 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
1897         * gnus-art.el (gnus-article-treat-custom): Add `first'.
1898         (gnus-treat-*): Add `first' in all doc strings.
1900         * gnus-group.el (gnus-group-compact-group): Fix typo.
1902 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1904         * gnus.el (gnus-parameters-case-fold-search): New variable.
1905         (gnus-parameters-get-parameter): Use it.
1907         * gnus-score.el (gnus-home-score-file): Doc fix.
1909 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
1911         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
1913 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1915         * mm-util.el (mm-special-display-p): New function.
1917         * mml.el (mml-preview): Use it; doc fix.
1919 2005-10-29  Romain Francoise  <romain@orebokech.com>
1921         * message.el (message-fix-before-sending): Fix comment.
1923 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
1925         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
1927 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
1929         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
1930         Used in gnus-score.el.
1932 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1934         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
1936 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1938         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
1939         whitespace removed in revision 7.8.  Use concatenated string to
1940         protect trailing whitespace.
1942 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
1944         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
1945         (nnimap-request-expire-articles): Use it to avoid sending 'UID
1946         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
1947         Courier IMAP ("some version from 2004").  Mostly based on similar
1948         code in the same function.
1950 2005-10-26  Didier Verna  <didier@xemacs.org>
1952         * gnus-group.el (gnus-group-compact-group): invalidate original
1953         article buffer.
1954         * gnus-srvr.el (gnus-server-compact-server): ditto.
1955         * nnml.el (nnml-request-compact-group): handle self Xref: field in
1956         NOV database and in article itself.
1957         Invalidate article backlog.
1959 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1961         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
1963 2005-10-26  Simon Josefsson  <jas@extundo.com>
1965         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
1966         part of 2004-07-25 change.
1968 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1970         * message.el (message-display-completion-list): New function.
1971         (message-expand-group): Use it; make sure the Completions buffer
1972         is modifiable.
1974 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1976         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
1977         user-mail-name is an empty string.
1979 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
1981         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
1982         depending on gnus-score-decay-constant.
1984         * encrypt.el (encrypt-insert-file-contents)
1985         (encrypt-write-file-contents): Don't use `gnus-message'.
1987         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
1988         arguments.
1989         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
1990         arguments to mm-uu-verbatim-marks-extract.
1991         (mm-uu-hide-markers): New variable.
1992         (mm-uu-extract): Use face similar to `gnus-cite-3'.
1994         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1995         (gnus-convert-image-to-face-command): Use "convert" by default to
1996         allow other input image formats.
1997         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
1998         accordingly.
2000 2005-10-23  Simon Josefsson  <jas@extundo.com>
2002         * imap.el (imap-gssapi-program): Align command line parameters
2003         with latest GNU SASL.
2004         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
2006 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
2009         HTML.
2010         (nnslashdot-request-article): Ditto.
2012         * lpath.el (featurep): Add nobreak-char-display.
2014 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
2016         * mail-source.el (mail-source-fetch-pop): Require pop3.
2017         (mail-source-check-pop): Ditto.
2019 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2021         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
2022         errors.
2024 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2026         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
2027         (gnus-treat-strip-leading-blank-lines): Improve doc string.
2029         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
2031         * mm-bodies.el (mm-decode-string): Call
2032         `mm-charset-to-coding-system' with allow-override argument.
2034 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2036         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
2037         (rfc2047-charset-to-coding-system): New function.
2038         (rfc2047-decode-encoded-words): New function.
2039         (rfc2047-decode-region): Use them.
2040         (rfc2047-decode-cte): Remove.
2041         (rfc2047-parse-and-decode): Remove.
2042         (rfc2047-decode): Remove.
2044 2005-10-15  Kenichi Handa  <handa@m17n.org>
2046         * rfc2047.el (rfc2047-decode-cte): New function.
2047         (rfc2047-decode-region): Change the way to decode successive
2048         encoded-words: decode B- or Q-encoding in each encoded-word,
2049         concatenate them, and decode it as charset.
2051 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2053         * lpath.el: Fbind codepage-setup for XEmacs.
2055 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
2057         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
2058         widget-move-and-invoke.
2059         (gnus-custom-mode): Use gnus-custom-map.
2061 2005-10-15  Bill Wohler  <wohler@newt.com>
2063         * message.el (message-tool-bar-map): Renamed image file from
2064         mail_send to mail/send.
2066 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2068         * message.el (message-expand-group): Pass the common
2069         prefix substring of completion to `display-completion-list'.
2071 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
2073         * mml-sec.el (mml-secure-method): New internal variable.
2074         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
2075         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
2076         functions using mml-secure-method.
2078         * mml.el (mml-mode-map): Add key bindings for those functions.
2079         (mml-menu): Simplify security menu entries.  Suggested by Jesper
2080         Harder <harder@myrealbox.com>.
2081         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
2082         end of message if point is the headers of the message.
2084         * message.el (message-in-body-p): New function.
2086         * assistant.el: Autoload gnus-util and netrc.
2088         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
2089         Use `mm-charset-override-alist' only when decoding.
2091         * mm-bodies.el (mm-decode-body): Call
2092         `mm-charset-to-coding-system' with allow-override argument.
2094         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
2095         `filename' from Content-Disposition if Content-Type doesn't
2096         provide `name'.
2097         (gnus-mime-view-part-as-type): Set default instead of
2098         initial-input.
2100 2005-10-09  Daniel Brockman  <daniel@brockman.se>
2102         * format-spec.el (format-spec): Propagate text properties of % spec.
2104 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2106         * gnus-art.el (gnus-treat-predicate): Add `first'.
2108 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
2110         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
2111         (mm-charset-override-alist): New variable.
2112         (mm-charset-to-coding-system): Use it.
2113         (mm-codepage-setup): New helper function.
2114         (mm-charset-eval-alist): New variable.
2115         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
2116         about unknown charsets.
2118         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
2120 2005-10-04  David Hansen  <david.hansen@gmx.net>
2122         * nnrss.el (nnrss-request-article): Add support for the comments tag.
2123         (nnrss-check-group): Ditto.
2125 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2127         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
2128         Rename x-gnus-verbatim to x-verbatim.
2129         (mm-uu-type-alist): Fix regexp for verbatim-marks.
2131         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
2132         x-verbatim.
2134         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
2136         * gnus-util.el (gnus-remove-duplicates): Remove.
2138         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
2139         instead of gnus-remove-duplicates.
2141         * message.el (message-remove-duplicates): Remove.
2142         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
2143         message-remove-duplicates.
2145         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
2146         available, else use implementation from `delete-dups'.
2148         * message.el (message-insert-expires): New function.
2149         (message-mode-map): Add key binding.
2150         (message-mode-field-menu): Add menu entry.
2151         (message-mode): Document it.
2152         (message-make-expires-date): Use `message-make-date'.
2154 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
2156         * message.el (message-make-expires-date): New function.
2158 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2160         * Makefile.in (list-installed-shadows): New entry.
2161         (install): Use it.
2162         (remove-installed-shadows): New entry.
2164         * dgnushack.el (dgnushack-default-load-path): New variable.
2165         (dgnushack-find-lisp-shadows): New function.
2166         (dgnushack-remove-lisp-shadows): New function.
2168 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2170         * Makefile.in (install-el-elc): New entry.
2171         (install): Use it so that .el files are necessarily installed.
2173 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2175         * time-date.el: Autoload parse-time-string, XEmacs needs it.
2177 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2179         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
2180         function rather than the diff-mode.el package.
2181         (mm-display-external): Use with-current-buffer.
2182         (mm-viewer-completion-map, mm-viewer-completion-map):
2183         Move initialization inside declaration.
2185 2005-09-29  Simon Josefsson  <jas@extundo.com>
2187         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
2188         autoload mail-check-payment.
2189         (spam-check-hashcash): Define unconditionally, since hashcash.el
2190         is part of Gnus now.  Ignore errors from payment checking.
2192 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2194         * message.el (message-bold-region, message-unbold-region): Rename
2195         from `bold-region' and `unbold-region'.
2197         * message.el: Remove useless autoloads.
2199 2005-09-28  Simon Josefsson  <jas@extundo.com>
2201         * message.el (message-use-idna): Default to t.
2202         (message-use-idna): Test whether encoding works too.  Doc fix.
2204 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2206         * nntp.el (nntp-warn-about-losing-connection): Remove.
2208 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2210         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
2211         customizable.  Change default value.
2212         (mm-uu-diff-groups-regexp): Change default value.
2213         (mm-uu-type-alist): Add doc string.
2214         (mm-uu-configure): Add doc string.  Make it interactive.
2215         (mm-uu-tex-groups-regexp): New variable.
2216         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
2217         (mm-uu-type-alist): Add LaTeX documents.
2218         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
2219         of "text/verbatim".
2220         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
2222         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
2223         instead of "text/verbatim".
2225         * message.el (message-mark-inserted-region)
2226         (message-mark-insert-file): Use slrn style marks when called with
2227         prefix argument.
2229 2005-09-27  Simon Josefsson  <jas@extundo.com>
2231         * message.el (message-idna-to-ascii-rhs-1): Reformat.
2233 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2235         * message.el (message-remove-duplicates): New function.
2236         Implementation borrowed from `gnus-remove-duplicates'.
2237         (message-idna-to-ascii-rhs): Also encode idna addresses in
2238         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2239         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
2240         only ask about the same idna domain once per header and also tell
2241         in what header to replace the idna domain.
2243         * gnus-art.el (article-decode-idna-rhs): Also decode idna
2244         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2245         (article-decode-idna-rhs): Fix regexp so that all idna-address in
2246         a header is decoded and not just the last one.
2248 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2250         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
2251         has been decoded.
2253         * mm-decode.el (mm-automatic-display): Add text/verbatim.
2254         (mm-insert-part): Don't modify text if it has been decoded.
2256         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
2257         decoded.
2259         * mm-view.el (mm-inline-text): Don't strip text props unless
2260         decoding enriched or richtext parts.
2262 2005-09-25  Romain Francoise  <romain@orebokech.com>
2264         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
2265         * gnus-start.el (gnus-subscribe-interactively):
2266         * gnus-uu.el (gnus-uu-grab-articles):
2267         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
2268         space.
2270 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
2272         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2273         * mm-view.el (mm-view-pkcs7-decrypt):
2274         * gnus-sum.el (gnus-summary-limit-to-extra)
2275         (gnus-summary-respool-article, gnus-read-move-group-name):
2276         * gnus-score.el (gnus-summary-increase-score):
2277         * gnus-util.el (gnus-completing-read-with-default):
2278         * gnus-art.el (gnus-read-save-file-name)
2279         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
2280         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
2281         * message.el (message-check-news-header-syntax):
2282         Follow convention for reading with the minibuffer.
2284 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
2286         * spam-report.el (spam-report-url-ping-plain):
2287         Use gnus-extended-version as User-Agent.
2289         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
2290         default value is nil.
2292         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
2293         (mm-uu-verbatim-marks-extract): New function.
2294         (mm-uu-extract): New face.
2295         (mm-uu-copy-to-buffer): Use it.
2297         * spam-report.el (spam-report-gmane-ham): Renamed from
2298         `spam-report-gmane-unspam'.
2299         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
2300         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
2302         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
2303         Autoload.
2304         (spam-report-gmane-unregister-routine): Renamed
2305         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
2307 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
2309         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
2310         (spam-report-gmane-unregister-routine): added support for gmane
2311         unregistration
2313         * spam-report.el (spam-report-gmane-unspam)
2314         (spam-report-gmane-spam): new wrappers around spam-report-gmane
2315         (spam-report-gmane): changed to take a single article and do
2316         unspam registration
2318 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
2320         * mm-url.el (mm-url-decode-entities): Fix regexp.
2322 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
2325         default to nil, to be able to use Gnus at all.  If the default
2326         switches to something else, then the function should be fixed not
2327         be exceedingly slow.
2329 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
2331         * gnus-start.el (gnus-activate-group): if the server is nil, don't
2332         fail hard
2334         * spam-report.el: better Keywords line
2336         * spam.el: added Maintainer and better Keywords line
2338 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
2340         * gnus-art.el (gnus-article-replace-part)
2341         (gnus-mime-replace-part): New functions.
2342         (gnus-mime-action-alist, gnus-mime-button-commands)
2343         (gnus-mime-save-part-and-strip): Added file argument.
2344         (gnus-article-part-wrapper): Added interactive argument.
2346         * gnus-sum.el (gnus-summary-mime-map): Add
2347         `gnus-article-replace-part'.
2349 2005-09-19  Didier Verna  <didier@xemacs.org>
2351         The nnml compaction feature:
2352         * nnml.el (nnml-request-compact-group): New function.
2353         * nnml.el (nnml-request-compact): New function.
2354         * gnus-int.el (gnus-request-compact-group): New function.
2355         * gnus-int.el (gnus-request-compact): New function.
2356         * gnus-group.el (gnus-group-compact-group): New function.
2357         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
2358         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
2359         * gnus-srvr.el (gnus-server-compact-server): New function.
2360         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
2361         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
2363 2005-09-18  Deepak Goel  <deego@gnufans.org>
2365         * sieve.el (sieve-help): Fix `message' call: first arg should be a
2366         format spec.
2368 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2370         * gnus.el (gnus-group-startup-message): Bind image-load-path.
2372 2005-09-15  Romain Francoise  <romain@orebokech.com>
2374         * message.el (message-fill-paragraph): Clarify docstring.
2376 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2378         * gnus-art.el (gnus-mime-display-part): Protect against broken
2379         MIME messages.
2381 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2383         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
2384         before parsing header.
2386 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
2388         * html2text.el: (html2text-replace-list): Add new entities.
2390 2005-09-11  Romain Francoise  <romain@orebokech.com>
2392         * message.el (message-alternative-emails): Improve docstring.
2393         (message-setup-1): Call `message-use-alternative-email-as-from'
2394         after `message-setup-hook' to give it precedence over posting
2395         styles, etc.
2396         (message-use-alternative-email-as-from): Add docstring.  Remove
2397         the original From header if present.
2399         * nnml.el (nnml-compressed-files-size-threshold): New variable.
2400         (nnml-save-mail): Use it.
2402         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
2403         articles.  Add new argument `silent'.
2404         (gnus-uu-mark-all): Report the total number of marked articles.
2406 2005-09-10  Romain Francoise  <romain@orebokech.com>
2408         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
2409         (gnus-uu-mark-series): Likewise.
2411 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
2413         * spam-report.el (spam-report-gmane): Fix generation of spam
2414         report URL.
2416 2005-09-10  Simon Josefsson  <jas@extundo.com>
2418         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
2419         t, based on discussion on the ding list with Robert Epprecht
2420         <epprecht@solnet.ch>.
2422 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
2424         * spam-report.el (spam-report-gmane): Make it work without
2425         X-Report-Spam header.  Gmane now only provides Archived-At.
2426         This is only used if `spam-report-gmane-use-article-number' is nil.
2427         (spam-report-gmane-spam-header): Remove.  Not used anymore.
2429         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
2430         make `gnus-summary-sort-by-recipient' work with threading.
2432         * nnweb.el (nnweb-google-wash-article): Print a message if article
2433         is not available.
2435 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2437         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
2438         change.  Decode text/* parts content before displaying.
2440 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2442         * mml-smime.el: Remove defvar of gnus-extract-address-components.
2444 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2446         * mm-view.el (mm-display-inline-fontify): Disable support modes.
2448         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
2449         url-package-name, url-package-version,
2450         w3m-cid-retrieve-function-alist, w3m-current-buffer,
2451         w3m-display-inline-images, and w3m-minor-mode-map.
2453 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
2455         * message.el (message-tab-body-function): Fixed mismatched custom
2456         type.
2458         * gnus.el (gnus-group-change-level-function): Ditto.
2460         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
2462         * gnus-art.el (gnus-signature-limit)
2463         (gnus-article-mime-part-function): Ditto.
2465 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2467         * mml.el (mml-mode): Silence the byte compiler.
2469         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
2470         using `(sit-for 0)' before moving the point to the specified part;
2471         skip unbuttonized parts.
2472         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
2473         return to the summary window if gnus-auto-select-part is non-nil.
2475 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
2477         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
2478         variables.
2479         (mml-dnd-attach-file, mml-mode): Use them.
2481         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
2482         Make fetching article by MID work again for Google Groups.  Added
2483         FIXME concerning gnus-group-make-web-group.
2485         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
2486         Don't depend on Gnus by using mail-extract-address-components if
2487         gnus-extract-address-components is not bound.
2489 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2491         * gnus-art.el (gnus-mime-display-security): Don't display the
2492         signature, but only the signed part.
2494 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2496         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
2498         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
2499         list, not listp.
2501 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
2503         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
2504         when encoding.
2506         * mm-bodies.el (mm-decode-content-transfer-encoding):
2507         De-canonicalize CRLF for all text content types, not just
2508         text/plain.
2510 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2512         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
2513         valid article; point arrow and cursor at the MIME button.
2515 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2517         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
2518         Suggested by Dan Christensen <jdc@uwo.ca>.
2520         * mm-decode.el (mm-save-part): Enable change of prompt.
2522 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
2524         * gnus-msg.el (gnus-inews-add-send-actions): Made
2525         `message-post-method' lambda parameter ARG `&optional'.
2527 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
2529         * gnus-sum.el (gnus-summary-mime-map): Added
2530         gnus-article-save-part-and-strip, gnus-article-delete-part and
2531         gnus-article-jump-to-part.
2533         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
2534         (gnus-article-edit-part): Use it.
2535         (gnus-article-part-wrapper): Added no-handle argument.
2536         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
2537         functions.
2539 2005-08-29  Romain Francoise  <romain@orebokech.com>
2541         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2542         docstring.
2543         (gnus-face-from-file): Likewise.
2545 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
2547         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
2548         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
2549         non-nil.
2550         (gnus-auto-select-part): New variable.
2551         (gnus-article-jump-to-part): New function.
2552         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
2553         (gnus-mime-delete-part): Allow selecting specified part after
2554         deleting or stripping parts.
2555         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
2556         part if argument is bogus.
2558 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
2560         * gnus-art.el (w3m-minor-mode-map):
2561         * gnus-spec.el (gnus-newsrc-file-version):
2562         * gnus-util.el (nnmail-active-file-coding-system)
2563         (gnus-original-article-buffer, gnus-user-agent):
2564         * gnus.el (gnus-ham-process-destinations)
2565         (gnus-parameter-ham-marks-alist)
2566         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
2567         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
2568         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
2569         * mm-decode.el (gnus-current-window-configuration):
2570         * mm-extern.el (gnus-article-mime-handles):
2571         * mm-url.el (url-current-object, url-package-name)
2572         (url-package-version):
2573         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
2574         (smime-keys, w3m-cid-retrieve-function-alist)
2575         (w3m-current-buffer, w3m-display-inline-images)
2576         (w3m-minor-mode-map):
2577         * mml-smime.el (gnus-extract-address-components):
2578         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
2579         (gnus-newsrc-hashtb, message-default-charset)
2580         (message-deletable-headers, message-options)
2581         (message-posting-charset, message-required-mail-headers)
2582         (message-required-news-headers):
2583         * mml1991.el (mc-pgp-always-sign):
2584         * mml2015.el (mc-pgp-always-sign):
2585         * nnheader.el (nnmail-extra-headers):
2586         * rfc1843.el (gnus-decode-encoded-word-function)
2587         (gnus-decode-header-function, gnus-newsgroup-name):
2588         * spam-stat.el (gnus-original-article-buffer): Add defvars.
2590 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
2592         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
2593         the end of the date treatments.
2595 2005-08-15  Simon Josefsson  <jas@extundo.com>
2597         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
2598         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
2599         Capello and Romain Francoise.
2600         (pgg-fetch-key-function): Removed, not used?
2601         (pgg-insert-url-with-w3): Require url, to get
2602         url-insert-file-contents regardless of where it is defined.
2604 2005-08-13  Romain Francoise  <romain@orebokech.com>
2606         * message.el (message-cite-original-1): New function.
2607         (message-cite-original): Use it.
2608         (message-cite-original-without-signature): Ditto.
2610 2005-08-08  Romain Francoise  <romain@orebokech.com>
2612         * message.el (message-yank-empty-prefix): New variable.
2613         (message-indent-citation): Use it.
2614         (message-cite-original-without-signature): Respect X-No-Archive.
2616 2005-08-08  Simon Josefsson  <jas@extundo.com>
2618         * pgg.el: Autoload url-insert-file-contents instead of loading
2619         w3/url.
2620         (pgg-insert-url-with-w3): Don't load url here.
2622 2005-08-07  Jesper Harder  <harder@phys.au.dk>
2624         * message.el (message-kill-to-signature): Don't insert newline at
2625         bol.
2626         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
2628 2005-08-06  Romain Francoise  <romain@orebokech.com>
2630         * message.el (message-user-fqdn): Fix typo in docstring.
2632 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
2634         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
2636         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
2638 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2640         * mm-bodies.el (mm-encode-body): Use coding system rather than
2641         charset to encode text.
2643         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
2644         number of charsets if utf-8 is available (XEmacs).
2646 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
2648         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
2649         taken from `gnus-button-mid-or-mail-regexp'.
2650         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
2651         (gnus-button-alist): Improve regexp for domain part of the MIDs
2652         for news:localpart@domain buttons.
2653         (gnus-button-ctan-directory-regexp): Update.
2655 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2657         * sieve-manage.el (sieve-manage-interactive-login): Use
2658         make-local-variable rather than make-variable-buffer-local.
2659         (sieve-manage-open): Ditto.
2660         (sieve-manage-authenticate): Ditto.
2662         * mml.el (mml-generate-mime-1): Make the content type default to
2663         text/plain if the filename is not specified.
2665 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2667         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
2668         instead of insert-buffer.
2670         * message.el (message-yank-original): Ditto; set the mark at the
2671         end of the yanked message.
2673 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2675         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
2676         lines to scroll rather than to stop it.
2678         * mml.el (mml-generate-default-type): Add doc string.
2679         (mml-generate-mime-1): Use mm-default-file-encoding or make it
2680         default to application/octet-stream when determining the content
2681         type if it is not specified for the part or the mml contents; add
2682         a comment about mml-generate-default-type.
2684 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
2686         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
2687         make it default to application/octet-stream when determining the
2688         content type if it is not specified for the external contents.
2690 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2692         * rfc2231.el (rfc2231-parse-string): Take care that not only a
2693         segmented parameter but also other parameters might be there.
2695 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2697         * mm-decode.el (mm-display-external): Delete temp file, directory
2698         and buffer immediately if the external process is exited.
2700 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2702         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
2703         fewer lines than that of scroll-margin.
2704         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
2706 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2708         * gnus-art.el (gnus-article-next-page): Revert.
2709         (gnus-article-beginning-of-window): New macro.
2710         (gnus-article-next-page-1): Use it.
2711         (gnus-article-prev-page): Ditto.
2712         (gnus-article-edit-part): Use insert-buffer-substring instead of
2713         insert-buffer.
2714         (gnus-article-edit-exit): Ditto.
2716         * gnus-util.el (gnus-beginning-of-window): Remove.
2717         (gnus-end-of-window): Remove.
2719         * lpath.el: Don't bind header-line-format and scroll-margin.
2721 2005-07-25  Simon Josefsson  <jas@extundo.com>
2723         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
2724         to have the url package without w3.  Reported by Daiki Ueno
2725         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
2727 2005-07-20  Didier Verna  <didier@xemacs.org>
2729         * gnus-diary.el: Remove the description comment (nndiary is now
2730         properly documented in the Gnus manual).
2731         Fix the spelling of "Back End".
2732         * nndiary.el: Ditto.
2733         Fix the copyright notice.
2735 2005-07-18  Romain Francoise  <romain@orebokech.com>
2737         * gnus-sum.el (gnus-summary-to-prefix,
2738         gnus-summary-newsgroup-prefix): New variables.
2739         (gnus-summary-from-or-to-or-newsgroups): Use them.
2741 2005-07-17  Romain Francoise  <romain@orebokech.com>
2743         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
2744         space as it's generally not especially interesting to the user.
2746 2005-07-16  Romain Francoise  <romain@orebokech.com>
2748         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
2749         nil to avoid prompting and file modification if one of the
2750         messages at the top of the nnfolder file contains a copyright
2751         notice.
2752         Update copyright notice.
2754         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
2755         instead of `current-time-string' as the latter creates a time
2756         string that is not RFC 2822 compliant (it lacks the zone).
2757         Update copyright notice.
2759 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2761         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
2762         for text/rtf.  Display default in prompt.  Pass default for M-n.
2764         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
2766 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2768         * gnus-msg.el (gnus-button-mailto): Remove
2769         save-selected-window-window hackery because it relies on
2770         save-selected-window internals.
2772 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2774         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
2775         (gnus-article-next-page-1): Use gnus-beginning-of-window.
2776         (gnus-article-prev-page): Ditto.
2778         * gnus-util.el (gnus-beginning-of-window): New function.
2779         (gnus-end-of-window): New function.
2781         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
2783 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
2785         * gnus-score.el (gnus-score-edit-all-score): Set
2786         gnus-score-edit-exit-function to gnus-score-edit-done and call
2787         gnus-message.
2789 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791         * gnus-msg.el (gnus-button-mailto): Remove
2792         save-selected-window-window hackery because it relies on
2793         save-selected-window internals.
2795 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2797         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
2798         add-minor-mode.
2799         (gnus-binary-mode): Ditto.
2801         * gnus-topic.el (gnus-topic-mode): Ditto.
2803 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
2805         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
2806         (gnus-article-prev-page): Take scroll-margin into consideration.
2808 2005-07-04  Lute Kamstra  <lute@gnu.org>
2810         Update FSF's address in GPL notices.
2812 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
2814         * gnus.el (gnus-exit):
2815         * gnus-group.el (gnus-group-icons):
2816         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
2818         * gnus-nocem.el (gnus-nocem):
2819         * message.el (message-various, message-buffers, message-sending)
2820         (message-interface, message-forwarding, message-insertion)
2821         (message-headers, message-news, message-mail):
2822         * pgg-gpg.el (pgg-gpg):
2823         * pgg-parse.el (pgg-parse):
2824         * pgg-pgp.el (pgg-pgp):
2825         * pgg-pgp5.el (pgg-pgp5):
2826         * pop3.el (pop3): Finish `defgroup' description with period.
2828 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2830         * gnus-art.el (article-display-face): Improve the efficiency.
2831         (article-display-x-face): Ditto; remove grey x-face stuff.
2833 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2835         * gnus-art.el (article-display-face): Correct the position in
2836         which Faces are inserted.
2838 2005-06-29  Didier Verna  <didier@xemacs.org>
2840         * gnus-art.el (article-display-face): Display faces in correct
2841         order.
2843 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2845         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
2846         (gnus-fill-real-hashtb): Use hash table instead of obarray.
2847         (gnus-nocem-check-article): Fetch the Type header.
2848         (gnus-nocem-message-wanted-p): Fix the way to examine types.
2849         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
2850         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
2851         make sure gnus-nocem-hashtb is initialized.
2852         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
2853         (gnus-nocem-unwanted-article-p): Ditto.
2855         * pgg.el (pgg-verify): Return the verification result.
2857 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
2860         is ascii.
2862 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
2864         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
2865         `show-nonbreak-escape'.
2867 2005-06-23  Lute Kamstra  <lute@gnu.org>
2869         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
2871         * dig.el (dig-mode):
2872         * smime.el (smime-mode): Use gnus-run-mode-hooks.
2874 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
2876         * nnimap.el (nnimap-split-download-body): Fix spellings.
2878 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
2880         * gnus-art.el (gnus-article-encrypt-body):
2881         * gnus-cus.el (gnus-score-customize):
2882         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
2883         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
2885 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2887         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
2888         header by looking for magic "MII" at the beginnig.
2890 2005-06-16  Miles Bader  <miles@gnu.org>
2892         * gnus-xmas.el (gnus-xmas-group-startup-message):
2893         Use renamed gnus-splash face.
2895         * assistant.el (assistant-field): Remove "-face" suffix from face name.
2896         (assistant-field-face): New backward-compatibility alias for renamed
2897         face.
2898         (assistant-render-text): Use renamed assistant-field face.
2900         * spam.el (spam): Remove "-face" suffix from face name.
2901         (spam-face): New backward-compatibility alias for renamed face.
2902         (spam-face, spam-initialize): Use renamed spam face.
2904         * message.el (message-header-to, message-header-cc)
2905         (message-header-subject, message-header-newsgroups)
2906         (message-header-other, message-header-name)
2907         (message-header-xheader, message-separator, message-cited-text)
2908         (message-mml): Remove "-face" suffix from face names.
2909         (message-header-to-face, message-header-cc-face)
2910         (message-header-subject-face, message-header-newsgroups-face)
2911         (message-header-other-face, message-header-name-face)
2912         (message-header-xheader-face, message-separator-face)
2913         (message-cited-text-face, message-mml-face):
2914         New backward-compatibility aliases for renamed faces.
2915         (message-font-lock-keywords): Use renamed message faces.
2917         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
2918         (sieve-test-commands, sieve-tagged-arguments):
2919         Remove "-face" suffix from face names.
2920         (sieve-control-commands-face, sieve-action-commands-face)
2921         (sieve-test-commands-face, sieve-tagged-arguments-face):
2922         New backward-compatibility aliases for renamed faces.
2923         (sieve-control-commands-face, sieve-action-commands-face)
2924         (sieve-test-commands-face, sieve-tagged-arguments-face):
2925         Use renamed sieve faces.
2927         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
2928         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
2929         (gnus-group-news-3-empty, gnus-group-news-4)
2930         (gnus-group-news-4-empty, gnus-group-news-5)
2931         (gnus-group-news-5-empty, gnus-group-news-6)
2932         (gnus-group-news-6-empty, gnus-group-news-low)
2933         (gnus-group-news-low-empty, gnus-group-mail-1)
2934         (gnus-group-mail-1-empty, gnus-group-mail-2)
2935         (gnus-group-mail-2-empty, gnus-group-mail-3)
2936         (gnus-group-mail-3-empty, gnus-group-mail-low)
2937         (gnus-group-mail-low-empty, gnus-summary-selected)
2938         (gnus-summary-cancelled, gnus-summary-high-ticked)
2939         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
2940         (gnus-summary-high-ancient, gnus-summary-low-ancient)
2941         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
2942         (gnus-summary-low-undownloaded)
2943         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
2944         (gnus-summary-low-unread, gnus-summary-normal-unread)
2945         (gnus-summary-high-read, gnus-summary-low-read)
2946         (gnus-summary-normal-read, gnus-splash):
2947         Remove "-face" suffix from face names.
2948         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2949         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2950         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2951         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2952         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2953         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2954         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2955         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2956         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2957         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2958         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2959         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2960         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2961         (gnus-summary-normal-ticked-face)
2962         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
2963         (gnus-summary-normal-ancient-face)
2964         (gnus-summary-high-undownloaded-face)
2965         (gnus-summary-low-undownloaded-face)
2966         (gnus-summary-normal-undownloaded-face)
2967         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2968         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2969         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2970         (gnus-splash-face):
2971         New backward-compatibility aliases for renamed faces.
2972         (gnus-group-startup-message): Use renamed gnus faces.
2974         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
2975         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
2976         (gnus-server-agent): Remove "-face" suffix from face names.
2977         (gnus-server-agent-face, gnus-server-opened-face)
2978         (gnus-server-closed-face, gnus-server-denied-face)
2979         (gnus-server-offline-face):
2980         New backward-compatibility aliases for renamed faces.
2981         (gnus-server-agent-face, gnus-server-opened-face)
2982         (gnus-server-closed-face, gnus-server-denied-face)
2983         (gnus-server-offline-face): Use renamed gnus faces.
2985         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
2986         Remove "-face" suffix from face names.
2987         (gnus-picon-xbm-face, gnus-picon-face):
2988         New backward-compatibility aliases for renamed faces.
2990         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
2991         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
2992         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
2993         (gnus-cite-11): Remove "-face" suffix from face names.
2994         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
2995         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
2996         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
2997         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
2998         New backward-compatibility aliases for renamed faces.
2999         (gnus-cite-attribution-face, gnus-cite-face-list)
3000         (gnus-article-boring-faces): Use renamed gnus faces.
3002         * gnus-art.el (gnus-signature, gnus-header-from)
3003         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
3004         (gnus-header-content): Remove "-face" suffix from face names.
3005         (gnus-signature-face, gnus-header-from-face)
3006         (gnus-header-subject-face, gnus-header-newsgroups-face)
3007         (gnus-header-name-face, gnus-header-content-face):
3008         New backward-compatibility aliases for renamed faces.
3009         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
3011         * gnus-sum.el (gnus-summary-selected-face)
3012         (gnus-summary-highlight): Use renamed gnus faces.
3013         * gnus-group.el (gnus-group-highlight): Likewise.
3015 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
3017         * gnus-sieve.el (gnus-sieve-article-add-rule):
3018         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
3019         * spam-stat.el (spam-stat-buffer-change-to-spam)
3020         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
3022         * message.el (message-is-yours-p):
3023         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
3025 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3027         * mm-view.el (mm-inline-text): Withdraw the last change.
3029 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3031         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
3032         executing enriched-decode.
3034 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3036         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
3037         charset of tar files.
3039 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
3041         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
3043 2005-06-04  Lute Kamstra  <lute@gnu.org>
3045         * nnfolder.el (nnfolder-read-folder): Make sure that undo
3046         information is never recorded.
3048 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3050         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
3052 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3054         * pop3.el (pop3-apop): Run md5 in the binary mode.
3056         * starttls.el (starttls-set-process-query-on-exit-flag):
3057         Use eval-and-compile.
3059 2005-05-31  Simon Josefsson  <jas@extundo.com>
3061         * smime.el (smime-replace-in-string): Define.
3062         (smime-cert-by-ldap-1): Use it.
3064 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3066         * gnus-art.el (article-display-x-face): Replace
3067         process-kill-without-query by gnus-set-process-query-on-exit-flag.
3069         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
3070         set-process-query-on-exit-flag or process-kill-without-query.
3072         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
3073         loop instead of replace-regexp.
3075         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
3076         instead of process-kill-without-query if it is available.
3078         * lpath.el: Fbind ldap-search-entries.
3080         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
3081         instead of find-file-hooks if it is available.
3083         * mml1991.el: Bind pgg-default-user-id when compiling.
3085         * mml2015.el: Bind pgg-default-user-id when compiling.
3087         * nndraft.el (nndraft-request-associate-buffer):
3088         Use write-contents-functions instead of write-contents-hooks if it is
3089         available.
3091         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
3092         instead of find-file-hooks if it is available.
3094         * nntp.el (nntp-open-connection): Replace
3095         process-kill-without-query by gnus-set-process-query-on-exit-flag.
3096         (nntp-open-ssl-stream): Ditto.
3097         (nntp-open-tls-stream): Ditto.
3099         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
3100         set-process-query-on-exit-flag or process-kill-without-query.
3101         (starttls-open-stream-gnutls): Use it instead of
3102         process-kill-without-query.
3103         (starttls-open-stream): Ditto.
3105 2005-05-31  Ulf Stegemann <ulf@zeitform.de>  (tiny change)
3107         * smime.el (smime-cert-by-ldap-1): Don't use
3108         replace-regexp-in-string.
3110 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3112         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
3114         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
3115         in PEM format. Adjust to the XEmacs compability.
3117 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
3119         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
3120         by `string-to-number'.
3121         * gnus-agent.el (gnus-agent-regenerate-group)
3122         (gnus-agent-fetch-articles): Ditto.
3123         * gnus-art.el (gnus-button-fetch-group): Ditto.
3124         * gnus-cache.el (gnus-cache-generate-active)
3125         (gnus-cache-articles-in-group): Ditto.
3126         * gnus-group.el (gnus-group-set-current-level)
3127         (gnus-group-insert-group-line): Ditto.
3128         * gnus-score.el (gnus-score-set-expunge-below)
3129         (gnus-score-set-mark-below, gnus-summary-score-effect)
3130         (gnus-summary-score-entry): Ditto.
3131         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
3132         (gnus-soup-pack): Ditto.
3133         * gnus-spec.el (gnus-xmas-format): Ditto.
3134         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
3135         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
3136         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
3137         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
3138         * nndb.el (nndb-get-remote-expire-response): Ditto.
3139         * nndiary.el (nndiary-parse-schedule-value)
3140         (nndiary-string-to-number, nndiary-request-replace-article)
3141         (nndiary-request-article): Ditto.
3142         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
3143         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
3144         * nneething.el (nneething-make-head): Ditto.
3145         * nnfolder.el (nnfolder-request-article)
3146         (nnfolder-retrieve-headers): Ditto.
3147         * nnheader.el (nnheader-file-to-number): Ditto.
3148         * nnkiboze.el (nnkiboze-request-article): Ditto.
3149         * nnmail.el (nnmail-process-unix-mail-format)
3150         (nnmail-process-babyl-mail-format): Ditto.
3151         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
3152         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
3153         (nnmh-request-create-group, nnmh-request-list-1)
3154         (nnmh-request-group, nnmh-request-article): Ditto.
3155         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
3156         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
3157         * nnsoup.el (nnsoup-make-active): Ditto.
3158         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
3159         * nntp.el (nntp-find-group-and-number)
3160         (nntp-retrieve-headers-with-xover): Ditto.
3161         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
3162         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
3163         (pgg-format-key-identifier): Ditto.
3164         * pop3.el (pop3-last, pop3-stat): Ditto.
3165         * qp.el (quoted-printable-decode-region): Ditto.
3167         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
3168         of concat.
3170 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3172         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
3174         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
3176         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
3178         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
3180         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
3182         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
3184         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
3185         (gnus-carpal-mode): Ditto.
3187         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
3188         (gnus-browse-mode): Ditto.
3190         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
3192         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
3194 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3196         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
3198 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3200         * gnus-util.el (gnus-run-mode-hooks): New function.
3202         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
3204         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
3205         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
3207 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
3209         * gnus-agent.el (gnus-agent-make-mode-line-string):
3210         Use mode-line-highlight as mouse-face.
3212 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3214         * canlock.el (canlock): Change the parent group to news.
3216         * deuglify.el (gnus-outlook-deuglify): Add :group.
3218         * dig.el (dig): Add :group.
3220         * dns-mode.el (dns-mode): Add :group.
3222         * encrypt.el (encrypt): Add :group.
3224         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
3225         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
3226         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
3227         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
3228         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
3230         * gnus-diary.el (gnus-diary): Add :group.
3232         * gnus.el (gnus-group-news-1-face): Add :group.
3233         (gnus-group-news-1-empty-face): Ditto.
3234         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
3235         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
3236         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
3237         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
3238         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
3239         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
3240         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
3241         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
3242         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
3243         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
3244         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
3245         (gnus-summary-high-ticked-face): Ditto.
3246         (gnus-summary-low-ticked-face): Ditto.
3247         (gnus-summary-normal-ticked-face): Ditto.
3248         (gnus-summary-high-ancient-face): Ditto.
3249         (gnus-summary-low-ancient-face): Ditto.
3250         (gnus-summary-normal-ancient-face): Ditto.
3251         (gnus-summary-high-undownloaded-face): Ditto.
3252         (gnus-summary-low-undownloaded-face): Ditto.
3253         (gnus-summary-normal-undownloaded-face): Ditto.
3254         (gnus-summary-high-unread-face): Ditto.
3255         (gnus-summary-low-unread-face): Ditto.
3256         (gnus-summary-normal-unread-face): Ditto.
3257         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
3258         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
3260         * hashcash.el (hashcash): New custom group.
3261         (hashcash-default-payment): Add :group.
3262         (hashcash-payment-alist): Ditto.
3263         (hashcash-default-accept-payment): Ditto.
3264         (hashcash-accept-resources): Ditto.
3265         (hashcash-path): Ditto.
3266         (hashcash-extra-generate-parameters): Ditto.
3267         (hashcash-double-spend-database): Ditto.
3268         (hashcash-in-news): Ditto.
3270         * message.el (message-minibuffer-local-map): Add :group.
3272         * netrc.el (netrc): Add :group.
3274         * sieve-manage.el (sieve-manage-log): Add :group.
3275         (sieve-manage-default-user): Diito.
3276         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
3277         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
3278         (sieve-manage-authenticators): Ditto.
3279         (sieve-manage-authenticator-alist): Ditto.
3280         (sieve-manage-default-port): Ditto.
3282         * sieve-mode.el (sieve-control-commands-face): Add :group.
3283         (sieve-action-commands-face): Ditto.
3284         (sieve-test-commands-face): Ditto.
3285         (sieve-tagged-arguments-face): Ditto.
3287         * smime.el (smime): Add :group.
3289         * spam-report.el (spam-report): Add :group.
3291         * spam.el (spam, spam-face): Add :group.
3293 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3295         * nntp.el (nntp-next-result-arrived-p): Some news servers may
3296         return \n.\n.\n at the end of articles.  Protect against that.
3297         (nntp-with-open-group): Allow debugging.
3299         * nnheader.el (mail-header-set-extra): Make into a function
3300         because I just could't understand how to quote the list properly.
3302         * dns.el (query-dns-cached): New function.
3304 2005-05-26  Lute Kamstra  <lute@gnu.org>
3306         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
3308 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3310         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
3312         * gnus-art.el: Don't autoload mail-extract-address-components.
3314         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
3315         eval-and-compile to evaluate it.
3317         * hashcash.el: Don't autoload executable-find.
3319         * nndb.el: Don't declare the nndb back end two or more times; don't
3320         autoload news-reply-mode, news-setup, cancel-timer and telnet.
3322         * nntp.el: Autoload format-spec instead of format; use
3323         eval-and-compile to evaluate autoload forms.
3325 2005-05-09  Georg C. F. Greve <greve@gnu.org>  (tiny change)
3327         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
3329 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331         * gnus.el (gnus-version-number): Bump version.
3333 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3335         * gnus.el: No Gnus v0.3 is released.
3337 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3339         * lpath.el (featurep): Bind show-nonbreak-escape.
3341 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3343         * gnus-art.el (gnus-article-edit-part): Disable undo.
3345 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3347         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
3348         gnus-article-date-lapsed-new-header is t if date timer is active;
3349         skip headers in which the original date value is empty.
3350         (gnus-article-save-original-date): Redefine it as a macro.
3351         (gnus-display-mime): Use it.
3353 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3355         * gnus-art.el (article-date-ut): Support converting date in
3356         forwarded parts as well.
3357         (gnus-article-save-original-date): New function.
3358         (gnus-display-mime): Use it.
3360 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
3362         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
3363         enclosure element of <item>.
3365 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
3367         * message.el (message-kill-buffer-query): Renamed from
3368         `message-kill-buffer-query-if-modified'.  Added :version.
3370 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3372         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
3373         window layout.
3375 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3377         * mml.el: Autoload dnd when compiling.
3379 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3381         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
3382         x-dnd-*.
3384 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3386         * qp.el (quoted-printable-encode-region): Save excursion.
3388 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3390         * message.el (message-kill-buffer-query-if-modified): new variable
3391         so the user can kill a modified message buffer quickly
3392         (message-kill-buffer): use it.
3394 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3396         * lpath.el: Fbind display-time-event-handler; don't fbind
3397         string-to-multibyte.
3399         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
3401 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3403         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
3404         contained in text because xml.el decodes entities) with LFs.
3406 2005-04-11  Lute Kamstra  <lute@gnu.org>
3408         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
3409         differently.
3411 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3413         * mm-util.el (mm-detect-coding-region): Typo.
3415 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3417         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
3419 2005-04-06  D Goel  <deego@gnufans.org>
3421         * spam-stat.el (spam-stat-score-buffer): Add a call to a
3422         user-function allow user modifications of the scores.
3423         (spam-stat-score-buffer-user): New function, to allow
3424         user-computed modifications to the score.
3425         (spam-stat-score-buffer-user-functions): list of additional
3426         scoring functions
3427         (spam-stat-error-holder): global temporary error holder
3428         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
3429         variable
3431 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3433         * gnus-registry.el (gnus-registry-clean-empty-function)
3434         (gnus-registry-trim, gnus-registry-fetch-groups)
3435         (gnus-registry-delete-group): now groups that match
3436         `gnus-registry-ignored-groups' will be removed from the registry
3437         entries, not just ignored for splitting.  This helps clean up the
3438         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
3439         to get all the groups a message ID is in.
3441         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
3442         (spam-stat-split-fancy): changed "threshhold" to "threshold"
3443         (spam-stat-score-buffer-user-functions): added :number custom type
3445 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3447         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
3448         argument in XEmacs.
3450         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
3451         (nnrss-request-group): Decode group name first.
3452         (nnrss-request-article): Make a text/plain article if mml-to-mime
3453         failed.
3454         (nnrss-get-encoding): Return a compatible encoding according to
3455         nnrss-compatible-encoding-alist.
3456         (nnrss-find-el): Use consp instead of listp.
3457         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
3459 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3461         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
3462         which Emacs 20 doesn't support.
3463         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
3465 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3467         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
3468         silence the byte compiler inside the defun
3470         * gnus-demon.el (parse-time-string): Add autoload.
3472         * gnus-delay.el (parse-time-string): Add autoload.
3474         * gnus-art.el (parse-time-string): Add autoload.
3476         * nnultimate.el (parse-time): Require for `parse-time-string'.
3478 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3480         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
3482         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
3484         * smime.el (smime-ldap-host-list): Add :version.
3486 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3488         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
3489         pass it to `gnus-browse-read-group'.
3490         (gnus-browse-read-group): Add NUMBER argument and pass it to
3491         `gnus-group-read-ephemeral-group'.
3493         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
3494         argument and pass it to `gnus-group-read-group'.
3496 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
3498         * mm-util.el (mm-xemacs-find-mime-charset): Only call
3499         mm-xemacs-find-mime-charset-1 if we have the mule feature
3500         available at runtime.
3502 2005-03-25  Werner Lemberg  <wl@gnu.org>
3504         * nnmaildir.el: Replace `illegal' with `invalid'.
3506 2005-03-23  Lute Kamstra  <lute@gnu.org>
3508         * time-date.el: Add comment on time value formats.
3509         Don't require parse-time.
3510         (with-decoded-time-value): New macro.
3511         (encode-time-value): New function.
3512         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
3513         (days-to-time): Return a valid time value when arg is huge.
3514         (time-since): Use time-subtract.
3515         (time-to-number-of-days): Use time-to-seconds.
3517 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3519         * gnus-start.el (gnus-display-time-event-handler):
3520         Check display-time-timer at runtime rather than only at load time
3521         in case display-time-mode is turned off in the mean time.
3523 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3525         * nnimap.el (nnimap-open-connection): Print which authinfo file is
3526         used.
3528         * nneething.el (nneething-map-file-directory): Derive from
3529         `gnus-directory'.
3531         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
3532         the To/Cc button.
3534 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3536         * nnmaildir.el (nnmaildir-request-accept-article):
3537         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
3539 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
3541         * gnus-async.el: Require timer-funcs at compile time when in
3542         XEmacs for `run-with-idle-timer'.
3544 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
3546         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
3547         autoloaded function.
3549 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3551         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
3553 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
3555         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
3557 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3559         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
3560         gnus-expert-user to default.
3562 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
3564         * nnimap.el (nnimap-open-server): Ditto.
3566         * imap.el (imap-authenticate): Fix typo.
3568 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
3570         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
3571         buffer (since IMAP server might return FETCH response out of
3572         order, and the nntp buffer must be sorted).
3574 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
3576         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
3577         comparison on string.
3579         * gnus-agent.el (gnus-agent-long-article,
3580         gnus-agent-short-article, gnus-agent-score): Renamed category
3581         keywords to match gnus-cus.
3582         (gnus-agent-summary-fetch-series): Modified to protect against
3583         gnus-agent-summary-fetch-group clearing processable flags.
3584         (gnus-agent-synchronize-group-flags): Update live group buffer as
3585         synchronization may occur due to the user toggle the plugged
3586         status.
3587         (gnus-agent-fetch-group-1): Clear downloadable flag when article
3588         successfully downloaded.
3589         (gnus-agent-expire-group-1): Avoid using markers when the overview
3590         is in ascending order; greatly improves performance.
3591         (gnus-agent-regenerate-group): Use
3592         gnus-agent-synchronize-group-flags to reset read status in both
3593         gnus and server.
3594         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
3596 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3598         * message.el: Don't autoload former message-utils variables.
3599         (message-strip-subject-trailing-was): Change doc string.
3601         * nnweb.el: Fixes for `gnus-group-make-web-group'.
3602         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
3603         (nnweb-google-search): Add "hl=en" here.
3604         (nnweb-google-parse-1, nnweb-google-create-mapping):
3605         Don't hardcode URL.
3607 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3609         * message.el (message-get-reply-headers, message-followup):
3610         Mention related variables `message-use-followup-to' and
3611         `message-use-mail-followup-to', in the information buffer.
3613         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
3614         of broken groups(-beta).google.com.
3616 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3618         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
3619         parameter to invoked gnus-request-move-article; remove the
3620         redundant gnus-sum-hint-move-is-internal variable; apply the marks
3621         all at once instead of once per article
3622         (gnus-summary-remove-process-mark): accept a list of articles as
3623         well as a single article for processing
3625         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
3627         * nnml.el (nnml-request-move-article): add move-is-internal parameter
3629         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
3631         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
3633         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
3635         * nnimap.el (nnimap-request-move-article): add move-is-internal
3636         parameter and remove the gnus-sum-hint-move-is-internal variable
3638         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
3640         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
3642         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
3644         * nndb.el (nndb-request-move-article): add move-is-internal parameter
3646         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
3648         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
3650 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3652         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
3653         a more conservative way.
3655 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3657         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
3658         buffer, so it moves the window's cursor.
3660 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3662         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
3663         `mm-dissect-multipart' and receive the from field as an (optional)
3664         argument from `mm-dissect-multipart'.
3665         (mm-dissect-multipart): Receive the from field as an argument and
3666         pass it on when we call `mm-dissect-buffer' on MIME parts.
3667         Fixes verification/decryption of signed/encrypted MIME parts.
3669 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3671         * gnus-sum.el (gnus-summary-move-article): set
3672         gnus-sum-hint-move-is-internal for gnus-request-move-article and
3673         whatever it calls (right now, only nnimap-request-move article
3674         respects it)
3676         * nnimap.el (nnimap-request-move-article): when
3677         gnus-sum-hint-move-is-internal is set, don't do the extra
3678         nnimap-request-article
3680 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3682         * nnheader.el (nnheader-find-file-noselect): Add doc string.
3684         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
3685         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
3687         * gnus-sum.el (gnus-summary-caesar-message):
3688         Apply `gnus-treat-article' after rotation.
3690         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
3691         doc string.
3693 2005-02-22  Simon Josefsson  <jas@extundo.com>
3695         * encrypt.el (encrypt-password-cache-expiry): Remove (use
3696         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
3697         <arne@arnested.dk>.
3698         (encrypt): Add password-cache and password-cache-expiry as group
3699         members.
3701 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3703         * smime.el (smime-ldap-host-list): Doc fix.
3704         (smime-ask-passphrase): Use `password-read-and-add' to read (and
3705         cache) password.
3706         (smime-sign-region): Use it.
3707         (smime-decrypt-region): Use it.
3708         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
3709         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
3710         fails.
3711         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
3712         certificate from DER to PEM format rather than calling openssl.
3714         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
3716         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
3717         for signing/encryption.
3719         * mml.el (mml-parse-1): Use them.
3721 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3723         * nnrss.el (nnrss-verbose): Removed.
3724         (nnrss-request-group): Use `nnheader-message' instead.
3726 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
3728         * nnrss.el (nnrss-verbose): New variable.
3729         (nnrss-request-group): Make it say nnrss is requesting a group.
3731 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3733         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
3734         Handle news URL with given port correctly.
3736 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3738         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
3739         containing special characters.
3741         * gnus-sum.el (gnus-summary-edit-article): Ditto.
3743         * mml.el (mime-to-mml): Ditto.
3745         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
3746         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
3747         (rfc2047-decode-region): Quote decoded words containing special
3748         characters when rfc2047-quote-decoded-words-containing-tspecials
3749         is non-nil.
3751 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3753         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
3755         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
3757 2005-02-15  Simon Josefsson  <jas@extundo.com>
3759         * nnimap.el (nnimap-debug): Doc fix.
3761         * imap.el (imap-debug): Doc fix.
3763 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3765         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
3767 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3769         * gnus.el (spam-contents): improve docs for spam-contents
3770         parameter in its variable incarnation
3772 2005-02-14  Simon Josefsson  <jas@extundo.com>
3774         * smime-ldap.el: Use require instead of load-library for ldap.
3775         (smime-ldap-search): Indent.
3776         (smime-ldap-search-internal): Shorten line.
3778         * smime.el (smime-cert-by-dns): Add doc-string.
3779         (smime-cert-by-ldap-1): Indent.
3781         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
3782         mml-smime-get-dns-ldap.
3783         (mml-smime-encrypt-query): Use new function.  Default to ldap.
3785 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3787         * smime.el: Require smime-ldap.
3788         (smime-ldap-host-list): New variable.
3789         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
3791         * mml-smime.el (mml-smime-encrypt-query): New function.
3792         (mml-smime-encrypt-query): Use it.
3794         * smime-ldap.el: New file.
3796 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3798         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
3800 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3802         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
3803         argument in doc string.  Make query for type more clear.
3805 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3807         * gnus.el (gnus-group-startup-message): Search for gnus images in
3808         etc/images/gnus.
3809         * mm-util.el (mm-find-charset-region): Likewise.
3810         * smiley.el (smiley-data-directory): Search for smilies in
3811         etc/images/smilies.
3813 2005-02-09  Kim F. Storm  <storm@cua.dk>
3815         Change Emacs release version from 21.4 to 22.1 throughout.
3816         Change Emacs development version from 21.3.50 to 22.0.50.
3818 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3820         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
3822         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
3823         non-Mule XEmacs as well.
3824         (mm-decompress-buffer): Signal an error intentionally if it does
3825         not decompress compressed data because auto-compression-mode is
3826         disabled.
3828 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
3830         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
3831         an ID in the registry even if it has no groups
3833 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3835         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
3836         merge it into mm-decompress-buffer.
3837         (gnus-mime-copy-part): Use the MIME part charset, the value which
3838         a user specified or gnus-newsgroup-charset for decoding, like
3839         gnus-mime-inline-part does; set buffer-file-coding-system to tell
3840         save-buffer what was used.  Suggested by Kevin Ryde
3841         <user42@zip.com.au>.
3842         (gnus-mime-inline-part): Allow the name parameter as well as the
3843         filename parameter; force decompressing of compressed data; always
3844         display contents being not decoded as unibyte.
3846         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
3847         as well as the filename parameter.
3849         * mm-util.el (mm-decompress-buffer): Merge
3850         gnus-mime-jka-compr-maybe-uncompress.
3851         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
3852         of compressed data.
3854 2005-02-08  Simon Josefsson  <jas@extundo.com>
3856         * imap.el (imap-log): Doc fix.
3858 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3860         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
3861         the coding cookies; decompress compressed parts.
3863         * mml.el (mml-generate-mime-1): Add the charaset parameter according
3864         to the value which a user specified manually or the coding cookie.
3866         * mm-util.el (mm-string-to-multibyte): New function.
3867         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
3868         (mm-coding-system-to-mime-charset): New function.
3869         (mm-decompress-buffer): New function.
3870         (mm-find-buffer-file-coding-system): New function.
3872         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
3873         (mm-display-inline-fontify): Rewrite for decoding and decompressing
3874         parts.
3876 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3878         * mm-view.el (mm-display-inline-fontify): Decode a part according
3879         to the charset parameter.
3881 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3883         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
3884         prefix arg is neither nil nor a number, as info specifies.
3886 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3888         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
3889         timestamps.
3891 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
3893         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
3894         groups error checking and notify user.
3896 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
3898         * message.el (message-send-mail-function): Check existence of
3899         sendmail-program first before using default value
3900         `message-send-mail-with-sendmail'.  Otherwise use more generic
3901         `smtpmail-send-it'.
3903 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3905         * nntp.el (nntp-request-update-info): Always return nil.
3907 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3909         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
3911 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3913         * message.el (message-beginning-of-line): Change the behavior when
3914         invoked between BOL and : so that it first moves backward.
3916 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3918         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
3919         article buffer when editing of the article is discarded.
3920         (gnus-article-prepare): Revert.
3922 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3924         * gnus-art.el (gnus-article-prepare):
3925         Remove message-strip-forbidden-properties from the local hook.
3927 2005-01-27  Simon Josefsson  <jas@extundo.com>
3929         * password.el (password-cache-add): Only start one timer per key.
3930         Reported by Derek Atkins <warlord@MIT.EDU>.
3932 2005-01-26  Steve Youngs  <steve@sxemacs.org>
3934         * run-at-time.el: Removed.  It is no longer needed as
3935         timer-funcs.el in the xemacs-base package has a working version of
3936         `run-at-time'.
3938         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
3940         * password.el: Require timer-funcs instead of run-at-time in
3941         XEmacs.
3942         Remove `password-run-at-time' macro.
3943         (password-cache-add): Use `run-at-time' instead of
3944         `password-run-at-time'.
3946         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
3947         Remove `nnheader-cancel-function-timers' alias,
3948         `cancel-function-timers' exists in XEmacs in timer-funcs.
3950         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
3951         for `run-with-idle-timer'.
3953         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
3954         for `run-at-time'.
3956         * mm-url.el: Require timer-funcs at compile time when in XEmacs
3957         for `with-timeout'.
3959         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
3960         the same as for XEmacs 21.4.
3961         No need to ignore `run-with-idle-timer', this function exists in
3962         XEmacs now in timer-funcs.el in the xemacs-base package.
3963         (dgnushack-compile): No need to delete
3964         run-at-time.el from the list of files to compile because it
3965         doesn't exist anymore.
3967 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3969         * mml.el (mml-generate-mime-1): Convert string into unibyte when
3970         inserting " *mml*" buffer's contents into a unibyte temp buffer.
3972 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
3974         * mail-source.el (mail-source-fetch-imap): Search for ^From case
3975         sensitively.
3977 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
3979         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
3981 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3983         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
3984         which will be inserted according to the multibyteness of a buffer
3985         rather than the type of contents.  Suggested by ARISAWA Akihiro
3986         <ari@mbf.ocn.ne.jp>.
3988         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
3989         of string which old xml.el may return rather than a string.
3991 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3993         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
3995 2005-01-16  Simon Josefsson  <jas@extundo.com>
3997         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
3998         idn/idna.el isn't available.
3999         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
4000         <michael@waxrat.com>.
4002         * hashcash.el: Remove non-FSF copyright header.
4004         * hashcash.el (hashcash-extra-generate-parameters): New variable.
4005         (hashcash-generate-payment): Use it.
4006         (hashcash-generate-payment-async): Use it.
4008 2005-01-15  Simon Josefsson  <jas@extundo.com>
4010         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
4011         Suggested by Raymond Scholz <ray-2005@zonix.de>.
4013         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
4014         gnus-summary-idna-message.
4015         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
4016         (gnus-summary-idna-message): New function.
4018 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4020         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
4021         gnus-novice-user.
4023 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4025         * nnrss.el (nnrss-request-delete-group): Delete entries in
4026         nnrss-group-alist as well.
4027         (nnrss-save-server-data): Insert newline.
4029 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
4031         * gnus.el (gnus-user-agent): Use list of symbols instead of
4032         symbols.  Display full version number for (S)XEmacs.  Optionally
4033         display (S)XEmacs codename.
4035         * gnus-util.el (gnus-emacs-version): Update for new
4036         `gnus-user-agent'.
4038         * gnus-msg.el (gnus-extended-version): Make it possible to omit
4039         Gnus version.
4041 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4043         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
4044         which is unreadable in some setups.
4046 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4048         * gnus-spec.el (gnus-update-format-specifications): Flush the
4049         group format spec cache if it doesn't support decoded group names.
4051 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4053         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
4054         to apply decay on score files matching a regexp.
4056 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4058         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
4059         compatibility in %g and %c.
4061 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4063         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
4064         name for only %g and %c.
4065         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
4066         of gnus-tmp-group to decoded group name.
4067         (gnus-group-make-rss-group): Exclude `/'s from group names.
4069 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4071         * nnrss.el (nnrss-get-encoding): Fix regexp.
4073 2004-12-27  Simon Josefsson  <jas@extundo.com>
4075         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
4076         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
4077         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
4079 2004-12-17  Kim F. Storm  <storm@cua.dk>
4081         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
4083         * gnus-sum.el (gnus-summary-mode-map): Likewise.
4085 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
4087         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
4089 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4091         * nnrss.el: Require rfc2047 and mml.
4092         (nnrss-file-coding-system): New variable.
4093         (nnrss-format-string): Redefine it as an inline function.
4094         (nnrss-decode-group-name): New function.
4095         (nnrss-string-as-multibyte): Remove.
4096         (nnrss-retrieve-headers): Decode group name; don't use
4097         nnrss-format-string.
4098         (nnrss-request-group): Decode group name.
4099         (nnrss-request-article): Decode group name; allow a Message-ID as
4100         well as an article number; don't use nnrss-format-string; encode a
4101         Message-ID string which may contain non-ASCII characters; use
4102         mml-to-mime to compose a MIME article.
4103         (nnrss-request-expire-articles): Decode group name.
4104         (nnrss-request-delete-group): Decode group name.
4105         (nnrss-fetch): Clarify error message.
4106         (nnrss-read-server-data): Use insert-file-contents instead of load;
4107         bind file-name-coding-system; use multibyte buffer.
4108         (nnrss-save-server-data): Bind coding-system-for-write to the
4109         value of nnrss-file-coding-system; bind file-name-coding-system;
4110         add coding cookie.
4111         (nnrss-read-group-data): Use insert-file-contents instead of load;
4112         bind file-name-coding-system; use multibyte buffer.
4113         (nnrss-save-group-data): Bind coding-system-for-write to the
4114         value of nnrss-file-coding-system; bind file-name-coding-system.
4115         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
4116         make it work with non-ASCII text.
4117         (nnrss-find-el): Make it work with old xml.el as well.
4119 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
4121         * nnrss.el (nnrss-get-encoding): New function.
4122         (nnrss-fetch): Use unibyte buffer initially; bind
4123         coding-system-for-read while performing mm-url-insert; remove ^Ms;
4124         decode contents according to the encoding attribute.
4125         (nnrss-save-group-data): Add coding cookie.
4126         (nnrss-mime-encode-string): New function.
4127         (nnrss-check-group): Use it to encode subject and author.
4129 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
4131         * spam.el (spam-check-BBDB): don't get the symbol-value of an
4132         imaginary variable
4134 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4136         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
4137         correctly even if there are wide characters.
4139 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4141         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
4142         downcased symbol names; make a new cache instead of reusing
4143         bbdb-hashtable
4145 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4147         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4148         concatenating segments rather than before concatenating them.
4149         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4151         * message.el (message-get-reply-headers): Bind `extra'.
4153 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4155         * message.el (message-extra-wide-headers): New variable.
4156         (message-get-reply-headers): Use it.
4158 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4160         * gnus-agent.el (gnus-agent-group-path): Decode group name.
4161         (gnus-agent-group-pathname): Ditto.
4163         * gnus-cache.el (gnus-cache-file-name): Decode group name.
4165         * gnus-group.el (gnus-group-make-group): Decode group name.
4166         (gnus-group-make-rss-group): Register the group data after opening
4167         the nnrss group.
4169 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
4171         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
4172         by expiry now get marked as read.
4174 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4176         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
4178 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
4180         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
4181         unify Latin characters in XEmacs.
4182         (mm-find-mime-charset-region): Use it.
4184 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4186         * gnus-util.el (gnus-delete-directory): New function.
4188         * gnus-agent.el (gnus-agent-delete-group): Use it.
4190         * gnus-cache.el (gnus-cache-delete-group): Use it.
4192 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4194         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
4195         names.
4197 2004-12-16  Simon Josefsson  <jas@extundo.com>
4199         * hashcash.el (hashcash-payment-alist): Fix custom :type.
4201 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4203         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
4205         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
4206         (gnus-group-set-current-level): Decode group name.
4208 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
4210         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
4211         failed.
4213 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4215         * gnus-group.el (gnus-group-delete-group): Decode group name.
4216         (gnus-group-make-rss-group): Encode group name.
4217         (gnus-group-catchup-current): Decode group name.
4218         (gnus-group-kill-group): Decode group name.
4220 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4222         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
4224 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4226         * gnus-group.el (gnus-group-make-rss-group):
4227         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
4229         * gnus-start.el (gnus-setup-news): Honor user's setting to
4230         gnus-message-archive-method.  Suggested by Lute Kamstra
4231         <lute@gnu.org>.
4233 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
4235         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
4236         global counterparts of the buffer-local variables.
4238 2004-11-16  Romain Francoise  <romain@orebokech.com>
4240         * gnus-sum.el (gnus-summary-exit): Don't clear the global
4241         counterparts of the buffer-local variables.
4243 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4245         * message.el (message-forbidden-properties): Fixed typo in doc
4246         string.
4248 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4250         * gnus-util.el (gnus-replace-in-string): Added doc string.
4252         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
4253         to avoid problems when splitting mails with many recipients.
4255 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4257         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
4258         pop-to-buffer, covered by the subsequent gnus-configure-windows.
4260 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
4262         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
4263         if there is no hashtable in memory or file modification time is
4264         newer than cached timestamp.
4266 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4268         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
4269         not-matching option.
4271 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
4273         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
4274         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
4275         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4276         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
4277         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
4278         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
4280 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4282         * message.el (message-forward-make-body-mml): Remove headers
4283         according to message-forward-ignored-headers if a message is decoded.
4285 2004-12-02  Romain Francoise  <romain@orebokech.com>
4287         * message.el (message-forward-make-body-plain): Always remove
4288         headers according to message-forward-ignored-headers.
4290 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4292         * spam.el (spam-summary-prepare-exit): remove the
4293         gnus-summary-limit pop for now, it has problems with ham marks for
4294         me
4296 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
4298         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
4299         correctly
4301 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
4303         * format-spec.el (format-spec): Message the char.
4305 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
4307         * gnus-art.el (gnus-split-methods): reformat comments
4309         * spam.el (spam-summary-prepare-exit): remove article limits
4310         before exiting the summary buffer
4312 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4314         * lpath.el: Remove bbdb-create-internal, bbdb-records,
4315         spam-BBDB-register-routine and spam-enter-ham-BBDB.
4317         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
4318         order to silence the byte compiler.
4320         * spam.el: Fix the way to silence the byte compiler, which
4321         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
4322         bbdb-search-simple, spam-BBDB-register-routine,
4323         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
4324         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
4325         spam-stat-buffer-is-spam, spam-stat-load,
4326         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
4327         spam-stat-save and spam-stat-split-fancy.
4329 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4331         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
4332         which may confuse users.
4333         (canlock-password-for-verify): Ditto.
4335         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
4337         * gnus-art.el (gnus-emphasis-alist): Ditto.
4339         * gnus-registry.el (gnus-registry-max-entries): Ditto.
4341         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
4343         * gnus-start.el (gnus-save-killed-list): Ditto.
4345         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
4346         (gnus-sum-thread-tree-root): Ditto.
4347         (gnus-sum-thread-tree-false-root): Ditto.
4348         (gnus-sum-thread-tree-single-indent): Ditto.
4350         * message.el (message-courtesy-message): Ditto.
4351         (message-archive-note): Ditto.
4352         (message-subscribed-address-file): Ditto.
4353         (message-user-fqdn): Ditto.
4355         * spam-report.el (spam-report-gmane-regex): Ditto.
4357         * spam.el (spam-blackhole-good-server-regex): Ditto.
4359 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4361         * mml.el (mml-preview): Widen the message buffer before copying
4362         the contents to the preview buffer; sort headers before previewing.
4364         * message.el (message-hidden-headers): Fix the way to avoid a bug
4365         in the `repeat' widget in Emacs 21.3 or earlier.
4367 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4369         * message.el (message-hidden-headers): Default to "^References:".
4370         From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
4371         (message-strip-forbidden-properties): Remove check for obsolete
4372         `message-hidden' text property, hidden headers are not accessible
4373         in the buffer anymore.  From Romain Francoise on January 11, 2004.
4375 2004-11-22  Romain Francoise  <romain@orebokech.com>
4377         * message.el (message-header-format-alist): Add `From' in list
4378         so that it can be sorted.
4379         (message-fix-before-sending): Widen and sort headers before
4380         sending.
4381         (message-hide-headers): Use narrowing to hide headers by moving
4382         them to the top of the buffer and narrowing to the region
4383         underneath.
4385 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4387         * message.el (message-strip-forbidden-properties): Bind
4388         buffer-read-only (etc) to nil.
4390 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4392         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
4393         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4395 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
4397         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
4399 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4401         * dns.el (query-dns): Use sit-for to time instead of
4402         accept-process-output, since that doesn't seem to work on udp
4403         sockets.
4405 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4407         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
4409 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
4411         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
4412         docstrings.
4414 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4416         * nntp.el (nntp-request-update-info): Return nil if
4417         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
4418         may not call gnus-activate-group which uselessly issues the GROUP
4419         commands for all nntp groups and wastes time.  Reported by Romain
4420         Francoise <romain@orebokech.com>.
4422         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
4424 2004-11-15  Simon Josefsson  <jas@extundo.com>
4426         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
4427         headers separately.
4428         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
4429         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
4431 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4433         * gnus-start.el (gnus-convert-old-newsrc):
4434         Assign legacy-gnus-agent to 5.10.7.
4436 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
4439         start of the lines.
4441 2004-11-14  Magnus Henoch  <mange@freemail.hu>
4443         * hashcash.el (hashcash-default-payment): Change default to 20
4444         (hashcash-default-accept-payment): Change default to 20
4445         (hashcash-process-alist): New variable
4446         (hashcash-generate-payment-async): Add
4447         (hashcash-already-paid-p): Add
4448         (hashcash-insert-payment): Don't generate payments twice
4449         (hashcash-insert-payment-async): Add
4450         (hashcash-insert-payment-async-2): Add
4451         (hashcash-cancel-async): Add
4452         (hashcash-wait-async): Add
4453         (hashcash-processes-running-p): Add
4454         (hashcash-wait-or-cancel): Add
4455         (mail-add-payment): New optional argument.  Conditionally start
4456         asynchronous calculation.
4457         (mail-add-payment-async): Add
4459         * message.el (message-send-mail): Wait for asynchronous hashcash
4460         results.  Don't clobber existing X-Hashcash headers.
4461         (message-setup-1): Call mail-add-payment-async when
4462         message-generate-hashcash is non-nil.
4464 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4466         * message.el (message-use-alternative-email-as-from): Examine the
4467         From header as well; use message-make-from in order to include a
4468         user's full name.
4470 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4472         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
4473         default; improve customization type.
4474         (gnus-emphasis-custom-with-format): New macro.
4475         (gnus-emphasis-custom-value-to-external): New function.
4476         (gnus-emphasis-custom-value-to-internal): New function.
4478 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4480         * dns.el (query-dns): Resolve reverse addresses.
4482 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4484         * gnus-group.el (gnus-group-get-new-news): Use it.
4486         * gnus-start.el (gnus-check-reasonable-setup): New function.
4488 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4490         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
4491         "Args out of range" error.  Reported by Arnaud Giersch
4492         <arnaud.giersch@free.fr>.
4494 2004-11-07  Jesper Harder  <harder@ifa.au.dk>
4496         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
4497         From Stefan Wiens <s.wi@gmx.net>.
4499 2004-11-04  Richard M. Stallman  <rms@gnu.org>
4501         * spam.el (spam group): Add :version.
4503         * pgg-def.el (pgg group): Add :version.
4505 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4507         * gnus-art.el (gnus-article-edit-article): Don't associate the
4508         article buffer with a draft file.  This is a temporary measure
4509         against the 2004-08-22 change to gnus-article-edit-mode.
4511 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4513         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
4514         (html2text-format-tags): Remove unused variable `attr'.
4516 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4518         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
4520         * tls.el (tls-process-connection-type, tls-success)
4521         (tls-certtool-program): Add :version.
4523         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
4524         (starttls-extra-arguments, starttls-process-connection-type)
4525         (starttls-connect, starttls-failure, starttls-success):
4527         * spam-stat.el (spam-stat): Add :version.
4529         * sieve.el (sieve): Add :version.
4531         * sha1.el (sha1): Add :version.
4532         (sha1-use-external): Remove redundant version.
4534         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
4535         (nnmail-cache-ignore-groups, nnmail-spool-hook)
4536         (nnmail-split-fancy-match-partial-words)
4537         (nnmail-split-lowercase-expanded):
4539         * nndiary.el (nndiary): Add :version.
4541         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
4543         * mml-sec.el (mml-default-sign-method)
4544         (mml-default-encrypt-method, mml-signencrypt-style-alist):
4545         Add :version.
4547         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
4549         * mm-url.el (mm-url-use-external, mm-url-program)
4550         (mm-url-arguments): Add :version.
4552         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
4553         (mm-attachment-file-modes, mm-decrypt-option)
4554         (mm-w3m-safe-url-regexp): Add :version.
4556         * message.el (message-cite-prefix-regexp)
4557         (message-sendmail-envelope-from, message-minibuffer-local-map)
4558         (message-user-fqdn, message-completion-alist): Add :version.
4560         * gnus-win.el (gnus-configure-windows-hook)
4561         (gnus-use-frames-on-any-display): Add :version.
4563         * gnus-art.el (gnus-article-address-banner-alist)
4564         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
4565         (gnus-treat-from-picon, gnus-treat-mail-picon)
4566         (gnus-treat-x-pgp-sig): Add :version.
4568         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
4569         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
4570         (gnus-summary-article-delete-hook)
4571         (gnus-summary-display-while-building): Add :version.
4573         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
4574         (gnus-get-top-new-news-hook):Add :version.
4576         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4577         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
4579         * gnus-registry.el (gnus-registry): Add :version.
4581         * gnus-spec.el (gnus-use-correct-string-widths)
4582         (gnus-make-format-preserve-properties): Add :version.
4584         * gnus.el (gnus-group-charter-alist)
4585         (gnus-group-fetch-control-use-browse-url)
4586         (gnus-install-group-spam-parameters): Add :version.
4588         * gnus-diary.el (gnus-diary): Add :version.
4590         * gnus-delay.el (gnus-delay): Add :version.
4592         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
4593         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
4594         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
4595         Add :version.
4597         * gnus-agent.el (gnus-agent-max-fetch-size)
4598         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
4599         (gnus-agent-prompt-send-queue): Add :version.
4601         * deuglify.el (gnus-outlook-deuglify): Add :version.
4603         * html2text.el: Beautify code.  Improve doc strings.  Some
4604         checkdoc cleanup.
4605         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
4607 2004-11-01  Alfred M. Szmidt <ams@kemisten.nu>  (tiny change)
4609         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
4611 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4613         * gnus-registry.el (gnus-registry-hashtb): create the registry
4614         when package is loaded
4616         * spam.el (spam-summary-score-preferred-header): global preference
4617         for people who want to override the default SpamAssassin over
4618         Bogofilter preference (when both are set)
4619         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
4620         (spam-user-format-function-S): check spam-summary-score-preferred-header
4621         (spam-extra-header-to-number): add X-Bogosity header parsing
4622         (spam-user-format-function-S): format the score correctly
4624 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4626         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
4627         signature file.  Suggested by Manoj Srivastava
4628         <srivasta@golden-gryphon.com>.
4630         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
4631         iso-2022-jp even in the Japanese language environment.
4632         Suggested by Jason Rumney <jasonr@gnu.org>.
4634 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4636         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
4637         use the same characters as the dummy marks; make it free from
4638         getting affected by the language environment.
4639         (gnus-summary-read-group-1): Update mark positions only when the
4640         format spec is updated.
4642         * gnus-spec.el (gnus-update-format-specifications): Return a list
4643         of updated types.
4645 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4647         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
4648         of boundp to check if display-warning is available.
4650 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
4652         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
4654 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4656         * nnspool.el (nnspool-spool-directory): Use news-path if the
4657         news-directory variable is not bound.
4659         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
4660         function instead of display-warning if it is not available.
4662 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4664         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
4665         v5-10: Use `point-at-bol'.
4667 2004-10-26  Simon Josefsson  <jas@extundo.com>
4669         * hashcash.el: Fix URL in comment, reported by Cheng Gao
4670         <chenggao@gmail.com>.
4672 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4674         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
4675         instead.
4677 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
4679         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
4680         to remove a server from the nnimap-server-buffer-alist
4681         (nnimap-open-connection, nnimap-close-server): use it
4683         * gnus-encrypt.el: removed in favor of encrypt.el
4685 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4687         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
4688         running the major-mode function.
4690 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4692         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
4693         dummy marks in the right way.
4695 2004-10-18  David Edmondson  <dme@dme.org>
4697         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
4698         excessively.
4700 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4702         * gnus-util.el (gnus-split-references): accept a nil references
4703         string and go on blissfully
4705         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
4706         cases where the references string is non-nil but has no references
4708         * encrypt.el: add autoload tags
4710         * spam.el (spam-resolve-registrations-routine): remove article
4711         from unregistration list too.  Reported by David Hanak
4712         <dhanak@isis.vanderbilt.edu>
4714 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
4716         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
4717         nil.  Changed custom type.
4719 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
4721         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
4723         * gnus-sum.el (gnus-summary-move-article): Use it.
4725 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
4727         * encrypt.el: add autoload cookies
4729         * spam.el (spam-backend-article-list-property)
4730         (spam-backend-get-article-todo-list)
4731         (spam-backend-put-article-todo-list, )
4732         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
4733         resolve registrations separately
4734         (spam-register-routine): format comments
4735         (spam-unregister-routine, spam-register-routine): always call with
4736         specific-articles, no default list
4737         (spam-summary-prepare-exit): use the spam-classifications function
4739         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
4740         gnus-encrypt.el
4742         * encrypt.el: copied from gnus-encrypt.el
4744         * gnus-encrypt.el: commented that it's obsolete
4746 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
4748         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
4749         (gnus-score-save): Use it.
4751         * message.el (message-bury): Use `window-dedicated-p'.
4753 2004-10-15  Simon Josefsson  <jas@extundo.com>
4755         * pop3.el (top-level): Don't require nnheader.
4756         (pop3-read-timeout): Add.
4757         (pop3-accept-process-output): Add.
4758         (pop3-read-response, pop3-retr): Use it.
4760 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
4762         * spam.el (spam-register-routine): move comment
4763         (spam-verify-bogofilter): we use 'unknown for the initial
4764         spam-bogofilter-valid state, not 'never
4766         * netrc.el (netrc-machine-user-or-password): convenience wrapper
4767         for netrc-machine
4769         * nnimap.el (nnimap-open-connection): use
4770         netrc-machine-user-or-password
4772 2004-10-17  Richard M. Stallman  <rms@gnu.org>
4774         * gnus-registry.el (gnus-registry-unload-hook):
4775         Set as a variable with add-hook.
4777         * nnspool.el (nnspool-spool-directory): Use news-directory instead
4778         of news-path.
4780         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
4782         * spam.el: Delete duplicate `provide'.
4783         (spam-unload-hook): Set as a variable with add-hook.
4785 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
4787         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
4788         in the doc string.
4790         * message.el (message-ignored-news-headers)
4791         (message-ignored-supersedes-headers)
4792         (message-ignored-resent-headers)
4793         (message-forward-ignored-headers): Improve custom type.
4795 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4797         * message.el (message-tokenize-header): Fix 2004-09-06 change
4798         which used point-min in the wrong place.
4800 2004-10-12  Simon Josefsson  <jas@extundo.com>
4802         * net/tls.el (tls-certtool-program): New variable.
4803         (tls-certificate-information): New function, based on
4804         ssl-certificate-information.
4806 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4808         * compface.el: Move the version of ELisp-based uncompface program
4809         to the contrib directory because of the copyright problem.
4811 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4813         * message.el (message-kill-buffer): Raise the current frame.
4815 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4817         * gnus-sum.el: Mention that multibyte characters don't work as marks.
4819         * gnus.el (message-y-or-n-p): Autoload.
4821         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
4822         (pop3-password-required, pop3-authentication-scheme)
4823         (pop3-leave-mail-on-server): Made customizable.
4824         (pop3): New custom group.
4825         (pop3-retr): Remove `sleep-for' statements.
4826         Suggested by Dave Love <fx@gnu.org>.
4828         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
4829         Windows/DOS.
4831         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
4832         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
4833         Dave Love <fx@gnu.org>.
4835         * mml.el (mml-minibuffer-read-disposition): Require match.
4836         Suggested by Dave Love <fx@gnu.org>.
4838 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4840         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
4841         doc string.
4843 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4845         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
4847 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4849         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
4850         instead of calling `mm-insert-inline', to decode text/* parts
4851         before displaying them.
4853 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4855         * mm-uu.el (mm-uu-text-plain-type): New variable.
4856         (mm-uu-pgp-signed-extract-1): Use it.
4857         (mm-uu-pgp-encrypted-extract-1): Use it.
4858         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
4859         bind mm-uu-text-plain-type with that value.
4860         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
4861         mm-uu-dissect.
4863 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4865         * gnus-group.el (gnus-update-group-mark-positions):
4866         * gnus-sum.el (gnus-update-summary-mark-positions):
4867         * message.el (message-check-news-body-syntax):
4868         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
4869         of string-as-multibyte.
4871 2004-10-05  Juri Linkov  <juri@jurta.org>
4873         * gnus-group.el (gnus-update-group-mark-positions):
4874         * gnus-sum.el (gnus-update-summary-mark-positions):
4875         * message.el (message-check-news-body-syntax):
4876         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
4877         8-bit unibyte values to a multibyte string for search functions.
4879 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4881         * mm-uu.el (mm-uu-dissect): Allow optional arg.
4882         (mm-uu-dissect-text-parts): New function.
4884         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
4885         dissect text parts.
4887         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
4888         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
4890         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
4892         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
4893         gnus-current-topics instead of gnus-current-topic.
4895 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
4897         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
4899 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
4901         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
4902         where approriate.
4904         * nnml.el (nnml-generate-active-info): do.
4906         * nndiary.el (nndiary-generate-active-info): do.
4908         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
4909         (gnus-topic-move): do.
4911         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
4912         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
4914         * gnus-srvr.el (gnus-server-prepare)
4915         (gnus-server-open-all-servers): do.
4917         * gnus-msg.el (gnus-summary-cancel-article)
4918         (gnus-summary-resend-message)
4919         (gnus-summary-mail-crosspost-complaint): do.
4921         * gnus-move.el (gnus-change-server): do.
4923         * gnus-group.el (gnus-group-unmark-all-groups)
4924         (gnus-group-set-current-level): do.
4926 2004-10-04  Simon Josefsson  <jas@extundo.com>
4928         * message.el (message-generate-hashcash): Doc fix.
4930 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
4932         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
4933         avoid infinite recursion via gnus-get-function.
4935 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
4937         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
4939         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
4941         * nnmail.el (nnmail-split-history): do.
4943         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
4944         (nnml-request-delete-group): do.
4946         * nnslashdot.el (nnslashdot-read-groups): do.
4948         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
4949         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
4951         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
4952         (nnspool-sift-nov-with-sed): Use last
4953         (nnspool-retrieve-headers-with-nov): Use mapc.
4954         (nnspool-request-newgroups): Use dolist.
4955         (nnspool-request-group): Use last.
4957         * nntp.el (nntp-read-server-type): Use dolist.
4959         * nnvirtual.el (nnvirtual-create-mapping)
4960         (nnvirtual-update-read-and-marked): Use dolist.
4961         (nnvirtual-convert-headers): Simplify.
4963 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
4965         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
4966         support for sync'ing tick marks.
4968 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4970         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
4971         there's no visible header.
4973 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
4975         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
4976         necessary, pass full group name to gnus-request-set-marks.
4978 2004-10-01  Simon Josefsson  <jas@extundo.com>
4980         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
4981         acroread.
4983 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4985         * spam-report.el (spam-report-gmane): Fix interactive.
4987         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
4989         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
4990         when writing file.
4991         (gnus-agent-synchronize-flags): Don't default to being
4992         interactive.
4994 2004-09-30  Simon Josefsson  <jas@extundo.com>
4996         * message.el (message-generate-hashcash): Add.
4997         (message-send-mail): Use it, call mail-add-payment.
4999 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5001         * spam.el (spam-verify-bogofilter): -V, not -sV option
5003 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
5005         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
5006         gnus-requst-update-info with explicit code to sync the in-memory
5007         info read flags with the marks being sync'd to the backend.
5009         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
5011 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5013         * spam.el (spam-verify-bogofilter): new function
5014         (spam-check-bogofilter)
5015         (spam-bogofilter-register-with-bogofilter): use it
5016         (spam-verify-bogofilter): small fixes
5018 2004-09-28  Simon Josefsson  <jas@extundo.com>
5020         * hashcash.el (hashcash-generate-payment): Revert.
5022 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5024         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
5025         gnus-extract-references instead of gnus-split-references
5027         * gnus-util.el (gnus-extract-references): new function, analogous
5028         to gnus-split-references but extracts only the message-ID without
5029         anything extra
5031         * hashcash.el (hashcash-generate-payment)
5032         (hashcash-check-payment): do the right thing if hashcash-path is
5033         nil (because the hashcash program could not be found)
5035         * spam.el (spam-use-hashcash): remove comment
5037 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
5039         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
5040         (gnus-cache-enter-article, gnus-cache-remove-article)
5041         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
5043         * gnus-async.el (gnus-async-prefetch-remove-group): do.
5045         * gnus-art.el (article-hide-boring-headers)
5046         (article-translate-strings, article-display-face)
5047         (gnus-article-mime-match-handle-first)
5048         (gnus-article-highlight-headers)
5049         (gnus-article-add-buttons-to-head): do.
5051 2004-09-27  Simon Josefsson  <jas@extundo.com>
5053         * hashcash.el: New version, from
5054         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
5055         ../contrib/.
5057 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5059         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
5061 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
5063         * gnus-dup.el (gnus-dup-open): Use mapc.
5064         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
5066         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
5067         Reported by Stefan Wiens <s.wi@gmx.net>.
5069         * gnus.el (gnus-shutdown): Use dolist.
5071         * gnus-undo.el (gnus-undo): Use mapc.
5073         * nnrss.el (nnrss-generate-active): do.
5075         * message.el (message-cite-original-without-signature)
5076         (message-cite-original): Use mapc.
5077         (message-do-actions, message-make-forward-subject): Use dolist.
5079 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
5081         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
5082         deletion to remove entire duplicate line.  Fixes merged article
5083         number bug.
5085 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
5087         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
5088         servers that are offline.  Avoids having gnus-agent-toggle-plugged
5089         first ask if you want to open a server and then, even when you
5090         responded with no, asking if you want to synchronize the server's
5091         flags.
5092         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
5093         multi-line expressions.
5094         (gnus-agent-synchronize-group-flags): New internal function.
5095         Updates marks in memory (in the info structure) AND in the
5096         backend.
5098         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
5100         * nnagent.el (nnagent-request-set-mark): Use
5101         gnus-agent-synchronize-group-flags, not backend's request-set-mark
5102         method, to ensure that synchronization updates marks in the
5103         backend and in the info (in memory) structure.
5105 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5107         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
5108         convention fully; don't miss the root article of a thread; make
5109         the X-Draft-From header with correct article numbers.
5111 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
5113         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
5114         unless plugged.  Disable the agent so that an open failure causes
5115         an error.
5117         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
5118         Reverted 2004-09-21 change.  The backend must be opened while
5119         synchronizing flags even when the backend stores the flags
5120         locally.
5122 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
5124         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
5125         in `header' match.  Reported by Svend Tollak Munkejord.
5127         * message.el (message-cite-original): Fix use of
5128         `message-cite-articles-with-x-no-archive'.
5130 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5132         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
5133         (gnus-window-to-buffer): Ditto.
5135         * mml.el (mml-preview-buffer): New variable.
5136         (mml-preview): Manage window layout with gnus-buffer-configuration.
5138         * gnus-msg.el (gnus-setup-message): Put article numbers into the
5139         X-Draft-From header even if those articles aren't quoted.
5141 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
5143         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
5144         (gnus-request-set-mark, gnus-request-update-mark): Use new
5145         g-s-t-u-l-m to decide to use backend even when unplugged.
5147 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5149         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
5150         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
5152 2004-09-20  Simon Josefsson  <jas@extundo.com>
5154         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
5155         "utf-16-le".
5157 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5159         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
5161 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5163         * uudecode.el (uudecode-use-external): Add :version.
5165         * smime.el (smime-CA-file, smime-encrypt-cipher)
5166         (smime-dns-server): Add :version.
5168         * smiley.el (gnus-smiley-file-types): Add :version.
5170         * sha1.el (sha1-use-external): Add :version.
5172         * pgg-def.el (pgg-query-keyserver): Add :version.
5174         * nnmail.el (nnmail-fancy-expiry-targets)
5175         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
5177         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
5178         (nnimap-retrieve-groups-asynchronous): Add :version.
5179         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
5181         * mml.el (mml-content-disposition-parameters)
5182         (mml-insert-mime-headers-always): Add :version.
5184         * mm-util.el (mm-coding-system-priorities):
5186         * mm-decode.el (mm-inline-text-html-with-images)
5187         (mm-keep-viewer-alive-types, mm-external-terminal-program)
5188         (mm-verify-option): Add :version.
5189         (mm-text-html-renderer): Change :version.
5191         * message.el (message-fcc-externalize-attachments)
5192         (message-required-headers, message-draft-headers)
5193         (message-subject-trailing-was-query)
5194         (message-subject-trailing-was-ask-regexp)
5195         (message-subject-trailing-was-regexp, message-mark-insert-begin)
5196         (message-mark-insert-end, message-archive-header)
5197         (message-archive-note, message-cross-post-default)
5198         (message-cross-post-note, message-followup-to-note)
5199         (message-cross-post-note-function, message-use-mail-followup-to)
5200         (message-subscribed-address-functions)
5201         (message-subscribed-address-file, message-subscribed-addresses)
5202         (message-subscribed-regexps, message-allow-no-recipients)
5203         (message-yank-cited-prefix, message-signature-insert-empty-line)
5204         (message-hidden-headers, message-hierarchical-addresses)
5205         (message-mail-user-agent, message-use-idna)
5206         (message-valid-fqdn-regexp)
5207         (message-strip-special-text-properties, message-header-synonyms)
5208         (message-beginning-of-line, message-tab-body-function): Add :version.
5209         (message-insert-canlock, message-wide-reply-confirm-recipients):
5210         Change :version.
5212         * mail-source.el (mail-source-ignore-errors): Add :group, :type
5213         and :version.
5214         (mail-source-delete-old-incoming-confirm)
5215         (mail-source-movemail-program): Add :version.
5217         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
5218         (gnus-agent-cache, gnus-agent): Change :version.
5220         * gnus-util.el (gnus-use-byte-compile): Change :version.
5222         * gnus-sum.el (gnus-summary-make-false-root-always)
5223         (gnus-summary-default-high-score)
5224         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
5225         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
5226         (gnus-read-all-available-headers, gnus-article-emulate-mime)
5227         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
5228         (gnus-sum-thread-tree-single-indent)
5229         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5230         (gnus-sum-thread-tree-leaf-with-other)
5231         (gnus-sum-thread-tree-single-leaf): Add :version.
5232         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
5233         (gnus-article-loose-mime): Change :version.
5235         * gnus-start.el (gnus-backup-startup-file)
5236         (gnus-save-startup-file-via-temp-buffer): Add :version.
5238         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
5239         (gnus-server-offline-face): Add :version.
5241         * gnus-score.el (gnus-adaptive-word-length-limit):
5243         * gnus-msg.el (gnus-gcc-externalize-attachments)
5244         (gnus-debug-files, gnus-debug-exclude-variables)
5245         (gnus-discouraged-post-methods): Change :version.
5246         (gnus-confirm-mail-reply-to-news)
5247         (gnus-confirm-treat-mail-like-news): Add :version.
5249         * gnus-int.el (gnus-server-unopen-status): Add :version.
5251         * gnus-group.el (gnus-group-jump-to-group-prompt)
5252         (gnus-large-ephemeral-newsgroup)
5253         (gnus-fetch-old-ephemeral-headers): Add :version.
5255         * gnus-fun.el (gnus-x-face-directory)
5256         (gnus-convert-pbm-to-x-face-command)
5257         (gnus-convert-image-to-x-face-command)
5258         (gnus-convert-image-to-face-command): Add :version.
5260         * gnus-delay.el (gnus-delay-default-hour): Add :version.
5262         * gnus-cite.el (gnus-cite-blank-line-after-header)
5263         (gnus-article-boring-faces):
5265         * gnus-art.el (gnus-buttonized-mime-types)
5266         (gnus-inhibit-mime-unbuttonizing)
5267         (gnus-treat-display-face)
5268         (gnus-treat-body-boundary): Change :version.
5269         (gnus-body-boundary-delimiter, gnus-picon-databases)
5270         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
5271         (gnus-treat-date-english, gnus-treat-fold-headers)
5272         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
5273         (gnus-treat-mail-picon, gnus-treat-wash-html)
5274         (gnus-article-encrypt-protocol)
5275         (gnus-use-idna, gnus-article-over-scroll)
5276         (gnus-mime-display-multipart-alternative-as-mixed)
5277         (gnus-mime-display-multipart-related-as-mixed)
5278         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
5279         (gnus-ctan-url, gnus-button-ctan-handler)
5280         (gnus-button-handle-ctan-bogus-regexp)
5281         (gnus-button-ctan-directory-regexp)
5282         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
5283         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
5284         (gnus-button-man-level, gnus-button-emacs-level)
5285         (gnus-button-message-level, gnus-button-browse-level): Add :version.
5287         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
5288         (gnus-agent-go-online): Change :version.
5289         (gnus-agent-expire-unagentized-dirs)
5290         (gnus-agent-auto-agentize-methods): Add :version.
5292         * flow-fill.el (fill-flowed-display-column)
5293         (fill-flowed-encode-column): Add :version.
5295         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5296         (gnus-outlook-deuglify-unwrap-max)
5297         (gnus-outlook-deuglify-cite-marks)
5298         (gnus-outlook-deuglify-unwrap-stop-chars)
5299         (gnus-outlook-deuglify-no-wrap-chars)
5300         (gnus-outlook-deuglify-attrib-cut-regexp)
5301         (gnus-outlook-deuglify-attrib-verb-regexp)
5302         (gnus-outlook-deuglify-attrib-end-regexp)
5303         (gnus-outlook-display-hook): Add :version.
5305         * binhex.el (binhex-use-external): Add :version.
5307 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
5309         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
5310         and `invisible'.
5312 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5314         * gnus-registry.el (gnus-registry-trim): watch out for negatives
5315         in gnus-registry-trim
5317 2004-09-13  Simon Josefsson  <jas@extundo.com>
5319         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
5321         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
5323         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
5324         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
5325         <yamaoka@jpl.org>.
5326         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
5327         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
5328         <yamaoka@jpl.org>.
5330         * sieve.el (sieve-manage-mode): Ditto.
5332 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
5334         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
5336 2004-09-11  Simon Josefsson  <jas@extundo.com>
5338         * dns-mode.el: Add.
5340         * mm-view.el (mm-display-dns-inline): Add.
5342         * mm-decode.el (mm-inline-media-tests): Add text/dns.
5343         (mm-automatic-display): Ditto.
5345         * mailcap.el (mailcap-mime-data): Add text/dns.
5346         (mailcap-mime-extensions): Map .soa to text/dns.
5348 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
5350         * gnus-art.el (article-decode-mime-words, article-babel)
5351         (gnus-article-highlight-signature, gnus-article-add-buttons)
5352         (gnus-signature-toggle): Remove unnecessary bindings of
5353         `inhibit-read-only' inherited from v5.10 merge.
5355 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
5357         * nntp.el (nntp): New customization group.
5358         (nntp-authinfo-file): Add customization group.
5360         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
5362         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
5364         * gnus.el (to-address, to-list, subscribed)
5365         (large-newsgroup-initial): Ditto.
5367         * flow-fill.el (fill-flowed-display-column)
5368         (fill-flowed-encode-column): Ditto.
5370 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
5372         * message.el (message-tokenize-header, message-send-mail-with-qmail):
5373         Use point-min rather than 1.
5374         (message-send-mail): Use buffer-size rather than point-max.
5376         * gnus-sum.el (gnus-summary-search-article-forward):
5377         Signal a specific `search-failed' rather than a generic `error'.
5379         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
5380         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
5381         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
5383 2004-09-10  Simon Josefsson  <jas@extundo.com>
5385         * nndb.el (require): Remove tcp and duplicate cl.
5387 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5389         * gnus-agent.el (directory-files-and-attributes): Move forward.
5391 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
5393         * gnus-agent.el (directory-files-and-attributes): Optionally
5394         defined to support XEmacs.
5396 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
5398         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
5399         to avoid run-time CL dependencies.
5400         (gnus-agent-unfetch-articles): New function.
5401         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
5402         article numbers even when local .overview file is missing.
5403         (gnus-agent-read-article-number): New function. Only accepts
5404         27-bit article numbers.
5405         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
5406         gnus-agent-read-article-number.
5407         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
5408         from backend while recognizing that article numbers in .overview
5409         must be valid.
5410         (gnus-agent-update-files-total-fetched-for): Use
5411         directory-files-and-attributes to improve performance.
5412         * gnus-int.el (gnus-request-move-article): Use
5413         gnus-agent-unfetch-articles in place of gnus-agent-expire to
5414         improve performance.
5416         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
5417         some users confused by references to .newsrc when they only have a
5418         .newsrc.eld file.
5419         (gnus-convert-mark-converter-prompt,
5420         gnus-convert-converter-needs-prompt): Fixed use of property list.
5421         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
5422         New function. Used internally to only display 'gnus converting
5423         files' message when actually necessary.
5425         * gnus-sum.el (): Removed (require 'gnus-agent) as required
5426         methods now autoloaded.
5428 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5430         * gnus-sum.el (gnus-summary-insert-subject): Remove list
5431         identifiers.
5433 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
5435         * gnus-picon.el: Fix indentation and closing parenthesis.
5437 2004-09-01  Simon Josefsson  <jas@extundo.com>
5439         * message.el (message-canlock-generate): Require sha1, not
5440         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
5441         to require within a function.  Sadly, if sha1.el isn't loaded, the
5442         let binding in m-c-g will hide the defcustom definition, which is
5443         bad.)
5445         * canlock.el: Require sha1, not sha1-el.
5447         * message.el: Don't autoload sha1 (there is a autoload cookie in
5448         sha1.el).
5450         * sha1-el.el: Renamed to sha1.el.
5452 2004-08-30  Juanma Barranquero  <lektu@terra.es>
5454         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
5456 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5458         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
5460 2004-08-30  Kim F. Storm  <storm@cua.dk>
5462         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
5464         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
5465         Add :group 'nnimap.
5467 2004-08-30  Andreas Schwab <schwab@suse.de>
5469         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
5470         ?* and ?\;.
5472         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
5473         and ?\' to symbol instead of whitespace.
5475 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5477         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
5479         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
5480         instead of re-search-forward.
5482         * gnus-uu.el (gnus-uu-save-article): Ditto.
5483         (gnus-uu-post-encode-uuencode): Ditto.
5485         * html2text.el (html2text-clean-list-items): Ditto.
5486         (html2text-clean-dtdd): Ditto.
5487         (html2text-format-tags): Ditto.
5489         * message.el (message-send-mail-with-sendmail): Fix regexp.
5490         (message-fill-field-general): Use search-forward instead of
5491         re-search-forward.
5492         (unbold-region): Ditto.
5494         * nnrss.el (nnrss-request-article): Ditto.
5496         * nnslashdot.el (nnslashdot-request-article): Ditto.
5498         * nnweb.el (nnweb-gmane-wash-article): Ditto.
5500         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
5501         "Unrecognized menu descriptor" error in XEmacs.
5503 2004-08-26  Stefan Wiens <s.wi@gmx.net>  (tiny change)
5505         * gnus-sum.el (gnus-read-header): Don't remove a header for the
5506         parent article of a sparse article in the thread hashtb.
5508 2004-08-26  David Hedbor <dhedbor@real.com>  (tiny change)
5510         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
5511         (nnmail-expand-newtext): Lowercase expanded entries if
5512         nnmail-split-lowercase-expanded is non-nil.
5514 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5516         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
5517         entry.
5519         * gnus-group.el (gnus-group-line-format-alist): Convert the value
5520         of gnus-tmp-news-method into string under XEmacs.  It will be
5521         passed to gnus-correct-length which takes only a string argument.
5523 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5525         * gnus-util.el (gnus-bind-print-variables): New macro.
5526         (gnus-prin1): Use it.
5527         (gnus-prin1-to-string): Use it.
5528         (gnus-pp): New function.
5529         (gnus-pp-to-string): New function.
5531         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
5532         pp-to-string with gnus-pp-to-string.
5533         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
5534         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
5535         * gnus-msg.el (gnus-debug): Ditto.
5536         * gnus-score.el (gnus-score-save): Ditto.
5537         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
5538         gnus-pp-to-string.
5539         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
5540         with gnus-pp.
5541         * score-mode.el (gnus-score-pretty-print): Ditto.
5542         * webmail.el (webmail-debug): Ditto.
5544 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5546         * gnus-art.el (article-display-face, article-display-x-face): Use
5547         buffer-read-only.
5549 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5551         * gnus-art.el (article-hide-list-identifiers): Bind
5552         inhibit-read-only as t.
5554 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
5556         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
5558 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5560         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
5561         (gnus-narrow-to-page): Don't assume point-min == 1.
5562         (gnus-article-edit-mode): Derive from message-mode.
5564         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
5565         point-min == 1.
5567         * imap.el (imap-parse-address-list, imap-parse-body-ext):
5568         Disable incorrect use of `assert'.
5570         * message.el (message-mode): Set comment-start-skip.
5573 2004-08-22  Sam Steingold  <sds@gnu.org>
5575         * pop3.el (pop3-leave-mail-on-server): New user variable.
5576         (pop3-movemail): Delete mail only when it is nil.
5578 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
5580         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
5582         * mml.el (mml-preview): Use `pop-to-buffer'.
5584         * message.el (message-goto-mail-followup-to): Insert after "To".
5585         (message-carefully-insert-headers): Add comment.
5587         * gnus.el: Remove unused variable `gnus-article-check-size'.
5589         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
5591         * gnus-art.el (gnus-button-alist): Improve
5592         `gnus-button-handle-library' entry.
5594 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
5596         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
5597         downcase, since XEmacs capitalizes error messages differently.
5598         From Sebastian Freundt <hroptatyr@gna.org>.
5600 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
5602         * nntp.el: Add (require 'gnus) due to reference to
5603         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
5605 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
5607         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
5608         `mm-fill-flowed'.
5610         * mm-decode.el (mm-dissect-singlepart): Check it.
5612 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
5614         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
5615         'imap' for netrc parsing
5617 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
5619         * mailcap.el (mailcap-mime-data): Mark as risky.
5621 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5623         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
5624         may be included in the encoded word.
5625         (rfc2047-encode): Don't append a space if the encoded word
5626         includes close parenthesis.
5628 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5630         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
5631         of text within parentheses.
5633 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
5635         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
5636         (gnus-encrypt-write-file-contents): the password key is the file
5637         name PLUS the cipher, not just the cipher.  Also remove failed
5638         passwords from the cache.
5640 2004-08-06  Simon Josefsson  <jas@extundo.com>
5642         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
5643         fix.
5645 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5647         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
5648         LWSP.
5650 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
5652         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
5653         to append in-reply-to: data to the references: header
5655         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
5656         (netrc-parse): use gnus-encrypt.el functions
5658         * gnus-encrypt.el: new file for encryption support; currently
5659         does only a few GPG ciphers and an internal XOR cipher
5661         * password.el: add comments on using password-read-and-add
5662         (password-read-and-add): new function to read and add the
5663         password to the cache at once
5665 2004-07-28  Simon Josefsson  <jas@extundo.com>
5667         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
5668         parameter (but don't use it, for now).
5670         * imap.el (imap-ssl-open): Use imap-process-connection-type,
5671         instead of hard coding to nil.
5673 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5675         * mm-view.el (mm-inline-image-emacs): Open lines under an image
5676         as mm-inline-image-xemacs does.
5678 2004-07-26  Simon Josefsson  <jas@extundo.com>
5680         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
5681         Revert part of 2004-07-17 change below.
5683 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5685         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
5686         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
5688 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5690         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
5691         quotes that actually start with ">" at the beginning of the
5692         lines.
5694 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5696         * rfc2047.el (rfc2047-encode-region): Fix last change.
5697         (rfc2047-encode-parameter): Remove useless concat.
5699 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5701         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
5702         encode special characters; fix some kind of misconfigured headers;
5703         signal a real error if debug-on-quit or debug-on-error is non-nil.
5704         (rfc2047-encode-max-chars): New variable.
5705         (rfc2047-encode-1): Use it.
5706         (rfc2047-encode-parameter): New function.
5708         * mml.el (mml-insert-parameter): Remove an excessive space.
5710 2004-07-17  Simon Josefsson  <jas@extundo.com>
5712         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
5713         Kai Grossjohann <kai@emptydomain.de>.
5714         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
5715         (gnus-group-make-menu-bar): Ditto.
5717         * gnus-util.el (gnus-group-server): Add.
5719 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
5721         * message.el (message-clone-locals): Clone sendmail and smtp
5722         variables.
5724 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5726         * rfc2047.el (rfc2047-encode-region): Fix last change.
5728 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5730         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
5731         characters as non-special.
5733 2004-07-09  Simon Josefsson  <jas@extundo.com>
5735         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
5736         Users will lose all flag changes made while unplugged with
5737         e.g. nntp unless flag synchronization happens, thus `nil' is not a
5738         good default.  See numerous reports on ding mailing list.
5740 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5742         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
5743         add generate-head-function and generate-article-function to the
5744         rfc822-forward entry.
5745         (nndoc-rfc822-forward-generate-article): New function.
5746         (nndoc-rfc822-forward-generate-head): New function.
5748         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
5750 2004-07-06  Dan Christensen  <jdc@uwo.ca>
5752         * gnus-sum.el (gnus-summary-read-group-1): When summary
5753         is unthreaded, respect display group parameter.
5754         (gnus-articles-to-read): Remove unused reference to
5755         display group parameter.
5757 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5759         * nnheader.el (nnheader-uniquify-message-id): New experimental
5760         variable.
5761         (nnheader-nov-read-message-id): Use it.
5763         * spam-report.el (spam-report-gmane): Add interactive.
5765 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5767         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
5768         qp-or-base64 for the application/* types.
5770 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
5772         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
5774 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5776         * gnus-registry.el (gnus-registry-trim): don't allow a negative
5777         trim value
5779 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
5781         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
5782         New macro and function.
5783         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
5785 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5787         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
5788         after-load-alist.
5790 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5792         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
5793         update info that isn't there.
5795 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
5797         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
5798         entry.
5800 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5802         * mm-view.el (mm-inline-render-with-function): Use multibyte
5803         buffer; decode html source by charset.
5805         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
5807         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
5808         Mule-UCS is loaded under XEmacs.
5809         (mm-mime-mule-charset-alist): Avoid duplicated entries.
5811 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
5813         * nnheader.el (nnheader-max-head-length): Increase to 8192.
5815 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5817         * mm-util.el (mm-coding-system-p): Return a coding-system.
5818         (mm-mime-mule-charset-alist): Use shift_jis instead of
5819         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
5820         entries for the mime charsets iso-2022-jp-3 and shift_jis.
5821         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
5822         instead of japanese-shift-jis and iso-latin-1 respectively in
5823         order to share the default value with both Emacs and XEmacs-mule.
5824         (mm-mule-charset-to-mime-charset): Make
5825         mm-coding-system-priorities effective.
5826         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
5827         while predicating of candidates upon the priorities.
5829 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
5831         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5832         gnus-uu-invert-processable.
5834         * gnus.el: Autoload gnus-uu-invert-processable.
5836 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5838         * mm-util.el (mm-with-multibyte-buffer): New macro.
5840         * rfc2047.el (rfc2047-encode-string): Use it.
5841         (rfc2047-encode-region): Move point to the end of the region after
5842         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
5844 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5846         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
5847         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
5849 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5851         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
5852         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
5853         Karl Chen <quarl@nospam.quarl.org>.
5855 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
5857         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
5858         invalid addresses.
5860 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
5862         * spam.el: section markers changed, TODO list revised
5863         (spam-backends): new master list of all installed backends
5864         (spam-summary-exit-behavior): new variable to determine how
5865         messages moves are done at summary exit
5866         (spam-move-spam-nonspam-groups-only)
5867         (spam-process-ham-in-nonham-groups)
5868         (spam-process-ham-in-spam-groups): variables removed, the
5869         spam-summary-exit-behavior variable should be used to manage this
5870         behavior
5871         (spam-old-ham-articles, spam-old-spam-articles): removed
5872         (spam-old-articles): new variable, replacing spam-old-ham-articles
5873         and spam-old-spam-articles
5874         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
5875         empty variables, placeholders for the backends they represent
5876         (spam-set-difference): moved, unchanged
5877         (spam-list-of-processors): variable OBSOLETE, not used anymore
5878         unless the user has a processor variable
5879         (spam-classifications, spam-classification-valid-p)
5880         (spam-backend-properties, spam-backend-property-valid-p)
5881         (spam-backend-function-type-valid-p)
5882         (spam-process-type-valid-p, spam-list-articles): helper functions
5883         (spam-report-articles-gmane, spam-report-articles-resend):
5884         functions removed, they are not needed
5885         (spam-install-backend-super, spam-backend-list)
5886         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
5887         (spam-backend-function, spam-backend-ham-registration-function)
5888         (spam-backend-spam-registration-function)
5889         (spam-backend-ham-unregistration-function)
5890         (spam-backend-spam-unregistration-function)
5891         (spam-backend-statistical-p, spam-backend-mover-p)
5892         (spam-install-backend-alias, spam-install-checkonly-backend)
5893         (spam-install-mover-backend, spam-install-nocheck-backend)
5894         (spam-install-backend, spam-install-statistical-backend)
5895         (spam-install-statistical-checkonly-backend): backend installation
5896         support
5897         (spam-summary-prepare-exit): rewritten to use the new backend code
5898         (spam-group-processor-p): use the new backend code and respect the
5899         summary exit behavior
5900         (spam-mark-spam-as-expired-and-move-routine): removed
5901         (spam-summary-prepare): changed to use the new spam-old-articles
5902         variable
5903         (spam-copy-or-move-routine, spam-copy-spam-routine)
5904         (spam-move-spam-routine, spam-copy-ham-routine)
5905         (spam-move-ham-routine): new code to copy/move ham or spam
5906         (spam-fetch-field-fast): doc and code improved, plus it allows the
5907         'number request
5908         (spam-list-of-checks, spam-list-of-statistical-checks): variables
5909         removed, no longer used
5910         (spam-split, spam-find-spam): use the new backend code
5911         (spam-registration-functions): variable removed, no longer used
5912         (spam-unregister-routine): convenience wrapper
5913         (spam-log-undo-registration, spam-register-routine)
5914         (spam-log-processing-to-registry)
5915         (spam-log-unregistration-needed-p): renamed "check" to "backend"
5916         where possible
5917         (spam-check-gmane-xref, spam-check-regex-headers)
5918         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
5919         (spam-check-whitelist, spam-check-blacklist)
5920         (spam-check-bogofilter-headers, spam-check-spamoracle)
5921         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
5922         (spam-check-crm114-headers): use the spam-split-group that
5923         spam-split prepares, no need to determine it every time
5925         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
5926         the nnheader-parse-naked-head call
5928         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
5930         * gnus-sum.el (gnus-nov-parse-line): add the message number to
5931         the nnheader-nov-read-message-id call
5933 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5935         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
5936         gnus-activate-group twice.  Suggested by Markus Peter
5937         <warp@spin.de>.
5939 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5941         * gnus-art.el (gnus-article-time-format): Exchange the order of
5942         day and month in the default value; fix customization type.
5943         (article-date-ut): Use add-text-properties.
5944         (article-make-date-line): Use message-make-date instead of
5945         current-time-string.
5947         * message.el (message-fetch-field): Don't use set-text-properties.
5948         (message-make-date): Simplify.
5950         * messagexmas.el (message-xmas-make-date): New function.
5951         (message-xmas-redefine): Defalias message-make-date to it.
5953 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5955         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
5956         (rfc2047-encode-region): Treat text within parentheses as special;
5957         show the original text when error has occurred.
5959         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
5960         already-computed method to gnus-activate-group.
5962         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
5963         same select-methods identical Lisp objects.
5965         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
5966         object when modifying the info.
5968 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5970         * gnus-srvr.el (gnus-server-set-info): Remove the server from
5971         gnus-opened-servers since it has never been opened with the new
5972         configuration yet.
5974 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5976         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
5977         arg to nnheader-generate-fake-message-id.
5979 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
5981         * nnheader.el (nnheader-generate-fake-message-id): accept a
5982         number and build a fake message ID localized to a group and
5983         article number (so it's repeatable from that point on)
5984         (nnheader-fake-message-id-p): change regex to accomodate new fake
5985         ID format
5987         * gnus-sum.el (gnus-get-newsgroup-headers): call
5988         nnheader-generate-fake-message-id with the article number
5990 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
5992         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
5993         end-of-buffer.
5995 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5997         * message.el (message-ignored-supersedes-headers): Add Approved.
5999 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6001         * rfc2047.el (rfc2047-encode-message-header): Remove useless
6002         goto-char.
6003         (rfc2047-encode): Fold the line before encoding.
6005 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6007         * rfc2047.el (rfc2047-encode-message-header): Disabled header
6008         folding -- not all headers can be folded, and this should be done
6009         by the message composition mode.  Probably.  I think.
6011 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6013         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
6014         fast.
6016         * gnus-ems.el (gnus-remove-image): Don't use
6017         message-text-with-property; remove only the image found first.
6019         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
6020         found first.
6022 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
6024         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
6026 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6028         * message.el (message-text-with-property): Make it fast and accept
6029         optional arguments.
6030         (message-strip-forbidden-properties): Use it.
6031         (message-fix-before-sending): Follow the m-t-w-p change.
6033         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
6035 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6037         * gnus-art.el (article-hide-headers): Don't change the buffer
6038         mistakenly when performing mml-preview even if
6039         gnus-single-article-buffer is nil.
6041 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
6043         * message.el (message-expand-name-databases): New user option.
6044         (message-expand-name): Use it.
6046 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
6048         * spam.el (spam-report-articles-resend)
6049         (spam-report-resend-register-routine): allow ham reporting
6050         (spam-report-resend-register-ham-routine): simple wrapper
6051         (spam-registration-functions): add ham resending functions
6052         (spam-list-of-processors): add ham resend processor
6054         * gnus.el (ham-resend-to): new group parameter
6055         (spam-process): add ham resend option
6057         * spam-report.el (spam-report-resend): allow reporting ham
6058         (spam-report-resend-ham): simple wrapper
6060 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6062         * message.el (message-cite-articles-with-x-no-archive): New
6063         variable.
6064         (message-cite-original): Use it.
6066 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6068         * message.el (message-cite-original): Respect X-No-Archive.
6070 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6072         * gnus-art.el (article-hide-headers): Refer to the values for
6073         gnus-ignored-headers and gnus-visible-headers in the summary
6074         buffer since a user may have set them as group parameters.
6076 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
6078         * assistant.el (assistant-node-name): new convenience function
6079         (assistant-render-text, assistant-render-node): error handling,
6080         plus handle multiple next nodes
6081         (assistant-find-next-node): commented out for now
6082         (assistant-find-next-nodes): new function, returns list of next
6083         nodes
6085 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
6087         * mail-source.el (mail-source-directory): Fix doc-string.
6089 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
6091         * assistant.el (assistant-render-text, assistant-eval): add :set
6092         widget type, which is different because it takes and returns a
6093         list.  Much hilarity ensues.
6095 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
6097         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
6099         * gnus-group.el (gnus-group-get-new-news-this-group): Added
6100         doc-string.
6102         * gnus-start.el (gnus-activate-group): Added doc-string.
6104 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6106         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
6108 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
6110         * assistant.el (assistant-render-text): trying to add a :set
6111         widget, more to come...
6113         * spam.el (spam-group-spam-contents-p): handle empty groupname
6114         strings
6115         (spam-report-articles-resend)
6116         (spam-register-routine): do registration iff any articles warrant
6117         it.
6118         (spam-summary-prepare-exit): changed log message for nil group
6119         destinations
6121 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
6123         * spam.el (spam-report-resend-register-routine): allow
6124         spam-report-resend-to to be a group parameter or a global value
6126 2004-05-26  Simon Josefsson  <jas@extundo.com>
6128         * starttls.el: Merge with my GNUTLS based starttls.el.
6129         (starttls-gnutls-program, starttls-use-gnutls)
6130         (starttls-extra-arguments, starttls-process-connection-type)
6131         (starttls-connect, starttls-failure, starttls-success): New
6132         variables.
6133         (starttls-program, starttls-extra-args): Doc fix.
6134         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
6135         functions.
6136         (starttls-negotiate, starttls-open-stream): Check
6137         `starttls-use-gnutls' and pass on to corresponding *-gnutls
6138         function if it is set.
6140 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6142         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
6143         structured fields.
6145 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6147         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
6149 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
6151         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
6152         variable.
6153         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
6154         assigning the spam-mark to new messages.
6156 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
6158         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
6160 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6162         * dgnushack.el: Autoload customize-set-variable for XEmacs.
6164         * rfc2047.el (rfc2047-encodable-p): Don't move point.
6165         (rfc2047-decode): Treat the ascii coding-system as raw-text by
6166         default.
6168 2004-05-25  Anand Mitra <mitramc@yahoo.com>  (tiny change)
6170         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
6171         correct data.
6173 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
6175         * spam.el (spam-list-of-processors): use nil for nonexistent processors
6176         (spam-group-processor-p): fixed function so it works properly
6177         (spam-group-processor-multiple-p)
6178         (spam-group-spam-processor-report-gmane-p)
6179         (spam-group-spam-processor-report-resend-p)
6180         (spam-group-spam-processor-bogofilter-p)
6181         (spam-group-spam-processor-blacklist-p)
6182         (spam-group-spam-processor-ifile-p)
6183         (spam-group-ham-processor-ifile-p)
6184         (spam-group-spam-processor-spamoracle-p)
6185         (spam-group-spam-processor-crm114-p)
6186         (spam-group-ham-processor-bogofilter-p)
6187         (spam-group-spam-processor-stat-p)
6188         (spam-group-ham-processor-stat-p)
6189         (spam-group-ham-processor-whitelist-p)
6190         (spam-group-ham-processor-BBDB-p)
6191         (spam-group-ham-processor-spamoracle-p)
6192         (spam-group-ham-processor-copy-p): functions removed with some
6193         prejudice against unneeded code
6194         (spam-report-articles-resend)
6195         (spam-report-resend-register-routine): allow the group/topic
6196         spam-resend-to value to override spam-report-resend-to
6197         (spam-summary-prepare-exit): invoke spam-group-processor-p
6198         properly now
6200         * spam-report.el (spam-report-resend-to, spam-report-resend):
6201         start with resend-to set to nil, and then ask the user if
6202         necessary.  From Daniel Pittman <daniel@rimspace.net>.
6204         * gnus.el (spam-resend-to): new group/topic parameter
6205         (spam-process): move the OBSOLETE processors to the end of the
6206         choices.
6208         * spam-report.el (spam-report-resend): spam-report-resend takes a
6209         list of articles, not separate article numbers.  From Daniel
6210         Pittman <daniel@rimspace.net>.
6212 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6214         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
6215         addition to emacs-w3m.
6217 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6219         * assistant.el (assistant-authinfo-data): New function.
6220         (assistant-eval): Eval for entire assistant.
6222         * netrc.el (netrc-services-file): New variable.
6223         (netrc-parse-services): New function.
6224         (netrc-find-service-name): New function.
6225         (netrc-find-service-number): New function.
6226         (netrc-port-equal): New function.
6227         (netrc-machine): Use it.
6229         * nnimap.el (nnimap-open-connection): Use netrc.
6231         * gnus-util.el (gnus-netrc-get): Remove aliases.
6233         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
6235         * assistant.el (wid-edit): Fix compilation.
6237         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
6239 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
6241         * gnus-util.el (gnus-set-file-modes): New function.  (small
6242         patch).
6244 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6246         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
6248         * assistant.el (assistant-render-node): Fix up rendering and
6249         read-only text.
6250         (assistant-render-node): Reset.
6251         (assistant-make-read-only): Not sticky.
6253 2004-05-20  Danny Siu  <dsiu@adobe.com>
6255         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
6256         centered even when gnus-auto-center-summary is t
6258 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6260         * dns.el (dns-get-txt-answer): New function.
6261         (dns-read-txt): Ditto.
6262         (query-dns): Use it.
6264 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6266         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
6267         active for foreign groups even if the group level is higher than
6268         the specified value.
6270 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6272         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
6273         non-active groups.
6275         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
6277 2004-05-20  Magnus Henoch  <mange@freemail.hu>
6279         * dns.el (dns-read-type): Add support for SVR.  (small patch)
6281 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6283         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
6284         (spam-crm114-header, spam-crm114-spam-switch)
6285         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
6286         (spam-crm114-positive-spam-header)
6287         (spam-crm114-database-directory, spam-list-of-processors)
6288         (spam-group-spam-processor-crm114-p)
6289         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
6290         (spam-generic-score, spam-list-of-checks)
6291         (spam-list-of-statistical-checks, spam-registration-functions)
6292         (spam-check-crm114-headers, spam-crm114-score)
6293         (spam-check-crm114, spam-crm114-register-with-crm114)
6294         (spam-crm114-register-spam-routine)
6295         (spam-crm114-unregister-spam-routine)
6296         (spam-crm114-register-ham-routine)
6297         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
6298         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
6300         * gnus.el: added spam-use-crm114
6302         * spam.el (spam-list-of-processors, spam-registration-functions):
6303         add spam-use-resend
6304         (spam-group-spam-processor-report-resend-p): utility wrapper
6305         (spam-report-articles-gmane): doc fix
6306         (spam-report-articles-resend,
6307         spam-report-resend-register-routine): wrappers around
6308         spam-report-resend-to
6310         * spam-report.el (spam-report-resend-to, spam-report-resend):
6311         support for resending spam
6312         (spam-report-gmane): line length >80 fix
6314         * gnus.el (spam-process): add spam-use-resend
6316 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6318         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
6319         number of processed spam messages.
6320         (spam-ham-copy-or-move-routine): Return the number of processed
6321         ham messages.
6322         (spam-summary-prepare-exit): Use the above values to decide
6323         whether status messages shouled be displayed.
6325 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6327         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
6328         `rfc2047-encoding-function-alist' in order to avoid conflicting
6329         with the old version.
6330         (rfc2047-encode-region): Concatenate words containing non-ASCII
6331         characters in structured fields; don't encode space-delimited
6332         ASCII words even in unstructured fields; don't break words at
6333         char-category boundaries.
6334         (rfc2047-encode-1): New function.
6335         (rfc2047-encode): Use it; encode text so that it occupies the
6336         maximum width within 76-column; work correctly on Q encoding for
6337         iso-2022-* charsets.
6338         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
6339         sure not to break a line just after the header name.
6340         (rfc2047-b-encode-region): Removed.
6341         (rfc2047-b-encode-string): New function.
6342         (rfc2047-q-encode-region): Removed.
6343         (rfc2047-q-encode-string): New function.
6345         * mm-util.el (mm-replace-in-string): New function.
6347 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6349         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
6350         get it right.
6351         (gnus-inews-make-draft): Really.
6353 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
6355         * nnmh.el (nnmh-request-list-1): Don't check the link count
6356         before descending.  (small patch)
6358 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6360         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
6361         stuff.
6363         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
6364         on real group name.
6366         * gnus-art.el (gnus-signature-limit): Doc fix.
6368         * gnus-msg.el (gnus-inews-make-draft): Quote list.
6370         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
6372 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
6374         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
6375         isn't a string.
6377 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6379         * gnus-draft.el (gnus-draft-send): Bind
6380         rfc2047-encode-encoded-words.
6382         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
6383         (rfc2047-encodable-p): Say that =? needs encoding.
6384         (rfc2047-encode-encoded-words): New variable.
6386         * gnus-group.el (gnus-group-select-group): Doc fix.
6388         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
6390         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
6391         to nil.
6393         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
6395         * nnheader.el (nnheader-get-lines-and-char): New function.
6397 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
6399         * gnus-msg.el (gnus-summary-followup-with-original): Document
6400         yanking of region when active.
6402 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6404         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
6405         groups if the group level is higher than the specified value.
6407 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6409         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
6410         (gnus-group-jump-to-group): Added prefix argument using
6411         `gnus-group-jump-to-group-prompt'.  Query before jumping to
6412         non-active group.
6414         * compface.el (uncompface): Be verbose when changing
6415         `uncompface-use-external'.
6417         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
6418         handle manual section.
6420 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6422         * gnus-art.el (gnus-button-alist): Revert previous change.
6424 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6426         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
6428 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6430         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
6431         whether backend can accept message.
6433         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
6435 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
6437         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
6438         Avoid creating directory when nntp-marks-is-evil is true.
6439         Reported by Reiner Steib.
6441 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6443         * gnus-picon.el (gnus-picon-style): New variable.
6444         (gnus-picon-insert-glyph): Added optional `nostring' argument.
6445         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
6446         Jesper Harder <harder@ifa.au.dk>.
6448 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6450         * message.el (message-fill-field): Return point.
6451         (message-generate-headers): Go to end of field.
6453         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
6454         stuff for non-living groups.
6456 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
6458         * gnus-art.el (gnus-article-followup-with-original)
6459         (gnus-article-reply-with-original): gnus-mark-active-p ->
6460         gnus-region-active-p.
6462 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
6464         * spam.el (spam-summary-prepare-exit): fix messages, so they show
6465         only when there is spam or ham to be processed
6467 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6469         * mail-source.el (mail-source-delete-crash-box): Refactor.
6470         (mail-source-fetch): Use it.
6471         (mail-source-fetch-file): Ditto.
6472         (mail-source-fetch-directory): Run postscript in loop.
6473         (mail-source-fetch-pop): Delete.
6474         (mail-source-fetch-maildir): Ditto.
6475         (mail-source-fetch-imap): Ditto.
6477         * imap.el (imap-authenticators): Comment out sasl.
6479         * message.el (message-skip-to-next-address): New function.
6480         (message-fill-header-address): Refactor.
6481         (message-fill-address): Use it.
6482         (message-delete-address): Use it.
6483         (message-fill-header-general): Refactor.
6484         (message-fill-field-address): Rename.
6485         (message-narrow-to-field): Find the start of the header.
6486         (message-header-format-alist): Don't pre-fill.
6487         (message-fill-header): Removed.
6488         (message-insert-header): New function.
6489         (message-shorten-references): Use it.
6491         * rfc2047.el (rfc2047-field-value): Strip props.
6493         * mail-parse.el (mail-header-make-address): New alias.
6495         * ietf-drums.el (ietf-drums-make-address): New function.
6497         * imap.el: Add compiler directives.
6499         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
6501         * gnus-art.el (article-decode-idna-rhs): Don't use
6502         message-idna-inside-rhs-p.
6504 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6506         * message.el (message-idna-inside-rhs-p): Removed.
6507         (message-idna-to-ascii-rhs-1): Use proper address parsing.
6509         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
6510         false positives.
6512 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
6514         * imap.el (imap-sasl-make-mechanisms): Use sasl.
6516 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6518         * nneething.el (nneething-file-name): Don't create spurions
6519         files.
6521         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
6522         (gnus-inews-do-gcc): Remove sleep.
6524         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
6525         part under point.
6527         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
6528         (gnus-agent-regenerate-group): Using nil messages aren't valid.
6530 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
6532         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
6534 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6536         * spam.el (spam-summary-prepare-exit): only produce "marking spam
6537         as expired without moving it" message when there are spam
6538         messages left
6540 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
6542         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
6543         header is not nil.
6545 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
6547         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
6548         nntp-possibly-create-directory, not nntp-possibly-change-group.
6549         (nntp-marks-changed-p): New arg SERVER.
6550         (nntp-request-update-info): Adjust caller.
6552 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
6554         * nntp.el (nntp-save-marks): Pass missing arg.
6556 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
6558         * nntp.el: Support marks.
6559         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
6560         (nntp-marks-modtime, nntp-marks-directory): New variables.
6561         (nntp-request-set-mark, nntp-request-update-info)
6562         (nntp-possibly-create-directory, nntp-marks-changed-p)
6563         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
6564         functions.
6566 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
6568         * gnus-xmas.el (gnus-xmas-select-lowest-window)
6569         (gnus-xmas-redefine): Rename.
6571         * gnus-score.el (gnus-score-insert-help): Use
6572         gnus-select-lowest-window.
6574         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
6575         appt-select-lowest-window and rename to gnus-select-lowest-window.
6577         * gnus.el: do.
6579 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6581         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
6582         encodings of MIME-encoded words, in order to improve
6583         interoperability with several broken MUAs.
6585 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6587         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
6588         tags, only when charsets are not specified in headers.
6589         (mm-inline-text-html-render-with-w3m): Ditto.
6591         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
6592         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
6594 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6596         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
6597         instead of MIME-decoded from fields when checking
6598         `gnus-article-address-banner-alist'.
6600 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
6602         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
6603         description rather than subject.
6605 2004-05-02  Steve Youngs  <steve@youngs.au.com>
6607         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
6609 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6611         * gnus.el (gnus-version-number): Bump.
6613 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6615         * gnus.el: No Gnus v0.2 is released.
6617 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6619         * gnus-agent.el (gnus-agent-read-agentview): Inline
6620         gnus-uncompress-range.
6622 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6624         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
6625         `exec-installed-p'.
6627 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6629         * gnus.el (spam-process, spam-autodetect-methods): Add
6630         bsfilter and bsfilter-headers.
6632         * spam.el (spam-bsfilter): New customize group.
6633         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
6634         (spam-bsfilter-header, spam-bsfilter-probability-header)
6635         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
6636         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
6637         (spam-bsfilter-database-directory): New options.
6638         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
6639         (spam-list-of-statistical-checks, spam-registration-functions):
6640         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
6641         (spam-bsfilter-score): New command.
6642         (spam-check-bsfilter-headers, spam-check-bsfilter)
6643         (spam-bsfilter-register-with-bsfilter)
6644         (spam-bsfilter-register-spam-routine)
6645         (spam-bsfilter-unregister-spam-routine)
6646         (spam-bsfilter-register-ham-routine)
6647         (spam-bsfilter-unregister-ham-routine): New functions.
6648         (spam-generic-score): Support bsfilter; Accept an optional argument
6649         to recalcurate spam score even if scoring header has already been
6650         added.
6651         (spam-bogofilter-score, spam-spamassassin-score): Accept an
6652         optional argument to recalcurate spam score even if scoring header
6653         has already been added.
6655 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
6657         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
6658         strings!  Reported by David D. Smith <davidsmith@acm.org>.
6659         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
6660         link is missing.
6662 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
6664         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
6665         (html2text-get-attr): Rewrite.
6667         * message.el (message-setup-1): Remove redundant put-text-property
6668         on mail-header-separator.
6670 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
6672         * gnus-registry.el (gnus-registry-cache-whitespace)
6673         (gnus-registry-action, gnus-registry-spool-action)
6674         (gnus-registry-split-fancy-with-parent): changed message levels
6675         from 5 to 3 or 7, as needed
6677         * spam.el (spam-summary-prepare-exit)
6678         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
6679         (spam-split, spam-find-spam, spam-log-undo-registration)
6680         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
6681         level from 5 to 6
6683 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6685         * gnus-ems.el: Autoload appt-select-lowest-window (revert
6686         2004-03-04 change).
6688 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
6690         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
6691         Use mapc when appropriate.
6693         * sieve-manage.el (sieve-manage-open): do.
6695         * nnweb.el (nnweb-insert-html): do.
6697         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
6698         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
6700         * nnspool.el (nnspool-request-group): do.
6702         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
6703         do.
6705         * nnml.el (nnml-request-update-info): do.
6707         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
6708         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
6710         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
6711         (nnimap-request-set-mark): do.
6713         * nnfolder.el (nnfolder-request-update-info): do.
6715         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
6716         do.
6718         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
6720         * gnus-uu.el (gnus-uu-find-articles-matching): do.
6722         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
6723         do.
6725         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
6726         do.
6728         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
6730         * gnus-nocem.el (gnus-nocem-scan-groups): do.
6732         * gnus-int.el (gnus-start-news-server): do.
6734         * gnus-group.el (gnus-group-make-kiboze-group)
6735         (gnus-group-browse-foreign-server): do.
6737 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6739         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
6740         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
6741         <shields@msrl.com>:
6743         * spam.el (spam-necessary-extra-headers): get the extra headers we
6744         may need for spam sorting and scoring
6745         (spam-user-format-function-S): a user format function suitable for
6746         general use
6747         (spam-article-sort-by-spam-status): sorting function for summary
6748         sorting
6749         (spam-extra-header-to-number): get a score from a header
6750         (spam-summary-score): get a numeric score from the headers
6751         (spam-generic-score): oops, function doc in wrong place
6752         (spam-initialize): take symbols when it's run, and install the
6753         extra headers that spam-necessary-extra-headers thinks we need
6755 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6757         * spam.el (spam-summary-prepare-exit): logic and message fix.
6758         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
6760 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
6762         * gnus-sum.el (gnus-set-global-variables)
6763         (gnus-build-all-threads, gnus-get-newsgroup-headers)
6764         (gnus-article-get-xrefs, gnus-summary-best-group)
6765         (gnus-summary-next-article, gnus-summary-enter-digest-group)
6766         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
6767         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
6768         with-current-buffer.
6770 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6772         * spam.el (spam-summary-prepare-exit): simplified logic
6773         (spam-fetch-article-header): read the article header if it's not
6774         available
6775         (spam-list-articles): simplified logic
6776         (spam-filelist-register-routine): found bug with unregister-list
6778         * gnus-registry.el: clarified comments at beginning
6780 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
6782         * message.el (message-cater-to-broken-inn): Remove.
6783         (message-shorten-references): Make sure the total folded length of
6784         References is shorter than 998 characters to cater to a bug in INN
6785         2.3.  Also, don't pretend that references aren't folded -- this
6786         hasn't worked for a while.
6788 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6790         * gnus-agent.el (gnus-agentize):
6791         gnus-agent-send-mail-real-function no longer set to current value
6792         of message-send-mail-function but rather a lambda that calls
6793         message-send-mail-function.  The change makes the agent real-time
6794         responsive to user changes to message-send-mail-function.
6796 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6798         * legacy-gnus-agent.el
6799         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
6800         help from Florian Weimer <fw@deneb.enyo.de>
6802 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6804         * nnmail.el (nnmail-cache-insert): Revert last change.
6806 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6808         * nnmail.el (nnmail-cache-insert): Always check whether
6809         nnmail-cache-ignore-groups matches a group name.
6811 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
6813         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
6814         (spam-find-spam, spam-log-processing-to-registry)
6815         (spam-log-registered-p, spam-log-unregistration-needed-p)
6816         (spam-log-undo-registration): use gnus-message instead of
6817         gnus-error, none of these errors are fatal
6819         * gnus-registry.el (gnus-registry-clean-empty-function)
6820         (gnus-registry-clean-empty): remove only empty entries without
6821         extra data
6823 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6825         * spam-stat.el (spam-stat-buffer-change-to-spam)
6826         (spam-stat-buffer-change-to-non-spam): change (error) to
6827         (gnus-message 8) invocation
6829 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6831         * nntp.el (nntp-via-netcat-command): New variable.
6832         (nntp-via-netcat-switches): New variable.
6833         (nntp-open-via-rlogin-and-netcat): New function.
6834         (nntp-open-connection-function): Doc fix.
6835         (nntp-telnet-command): Doc fix.
6836         (nntp-end-of-line): Doc fix.
6837         (nntp-via-rlogin-command): Doc fix.
6838         (nntp-via-user-name): Doc fix.
6839         (nntp-via-address): Doc fix.
6841 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6843         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
6844         error in Emacs 21.1.
6846 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
6848         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
6850 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6851         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
6852         (gnus-agent-with-refreshed-group): New macro.
6853         (gnus-agent-rename-group): New function.
6854         (gnus-agent-delete-group): New function.
6855         (gnus-agent-save-group-info): Use gnus-command-method when
6856         `method' parameter is nil.  Don't write nil entries into the
6857         active file.
6858         (gnus-agent-get-group-info): New function.
6859         (gnus-agent-fetch-articles): Use
6860         gnus-agent-update-files-total-fetched-for to increment disk space
6861         used.
6862         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
6863         gnus-agent-update-view-total-fetched-for to increment disk space
6864         used.
6865         (gnus-agent-get-local): Added optional parameters to avoid calling
6866         gnus-group-real-name and gnus-find-method-for-group.
6867         (gnus-agent-set-local): Delete stored entry if either min, or max,
6868         are nil.
6869         (gnus-agent-fetch-session): Reworded error/quit messages.  On
6870         quit, use gnus-agent-regenerate-group to record existance of any
6871         articles fetched to disk before the quit occurred.
6872         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
6873         gnus-agent-update-view-total-fetched-for, and
6874         gnus-agent-update-files-total-fetched-for to decrement disk space
6875         used.
6876         (gnus-agent-retrieve-headers): Use
6877         gnus-agent-update-view-total-fetched-for to increment disk space
6878         used.
6879         (gnus-agent-regenerate-group): Replace gnus-group-update-group
6880         with gnus-agent-update-files-total-fetched-for to decrement disk
6881         space and fresh group buffer.
6882         (gnus-agent-inhibit-update-total-fetched-for): New variable.
6883         (gnus-agent-need-update-total-fetched-for): New variable.
6884         (gnus-agent-update-files-total-fetched-for): New function.
6885         (gnus-agent-update-view-total-fetched-for): New function.
6886         (gnus-agent-total-fetched-for): New function.
6888         * gnus-cache.el (gnus-cache-save-buffers): Use
6889         gnus-cache-update-overview-total-fetched-for to change disk space
6890         used by this group.
6891         (gnus-cache-possibly-enter-article): Use
6892         gnus-cache-update-file-total-fetched-for to increment disk space
6893         used by this group.
6894         (gnus-cache-possibly-remove-article): Use
6895         gnus-cache-update-file-total-fetched-for to decrement disk space
6896         used by this group.
6897         (gnus-cache-generate-nov-databases): Purge total fetched cache.
6898         (gnus-cache-rename-group): New function.
6899         (gnus-cache-delete-group): New function.
6900         (gnus-cache-inhibit-update-total-fetched-for): New variable.
6901         (gnus-cache-need-update-total-fetched-for): New variable.
6902         (gnus-cache-with-refreshed-group): New macro.
6903         (gnus-cache-update-file-total-fetched-for): New function.
6904         (gnus-cache-update-overview-total-fetched-for): New function.
6905         (gnus-cache-rename-group-total-fetched-for): New function.
6906         (gnus-cache-delete-group-total-fetched-for): New function.
6907         (gnus-cache-total-fetched-for): New function.
6909         * gnus-group.el: Require gnus-sum and autoload functions to
6910         resolve warnings when gnus-group.el compiled alone.
6911         (gnus-group-line-format): Documented new %F
6912         (size of Fetched data) group line format; identifies disk space
6913         used by agent and cache.
6914         (gnus-group-line-format-alist): Defined new F format.
6915         (gnus-total-fetched-for): New function.
6916         (gnus-group-delete-group): No longer update
6917         gnus-cache-active-altered as gnus-request-delete-group now keeps
6918         the cache in sync.
6919         (gnus-group-list-active): Let the agent store a server's active
6920         list if currently plugged.
6922         * gnus-int.el (gnus-request-delete-group): Use
6923         gnus-cache-delete-group and gnus-agent-delete-group to keep the
6924         local disk in sync with the server.
6925          (gnus-request-rename-group): Use
6926         gnus-cache-rename-group and gnus-agent-rename-group to keep the
6927         local disk in sync with the server.
6929         * gnus-start.el (gnus-get-unread-articles): Cosmetic
6930         simplification to logic.
6932         * gnus-util.el (gnus-rename-file): New function.
6934 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
6936         * mm-util.el (mm-image-load-path): Handle nil in load-path.
6938 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
6940         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
6941         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
6943 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
6945         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
6946         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
6948 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
6950         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
6952 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
6954         * spam.el (spam-set-difference): new function to replace
6955         gnus-set-difference in spam.el
6956         (spam-summary-prepare-exit): use spam-set-difference
6958 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6960         * gnus-registry.el (gnus-registry-cache-file): updated to use
6961         gnus-dribble-directory OR gnus-home-directory OR ~
6962         (gnus-registry-split-fancy-with-parent): fixed doc
6964 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6966         * message.el (message-exchange-point-and-mark): Use
6967         message-mark-active-p.  Suggested by Jesper Harder
6968         <harder@ifa.au.dk>.
6970 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6972         * message.el (message-exchange-point-and-mark): Don't activate
6973         region if it was inactive.  Suggested by Hiroshi Fujishima
6974         <pooh@nature.tsukuba.ac.jp>.
6976 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6978         * gnus-art.el (article-display-face): Display Faces in the same
6979         order as X-Faces.
6981 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6983         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
6985 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6987         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
6988         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
6989         (gnus-article-mime-hierarchy): Remove.
6990         (gnus-article-mime-hierarchy-next): Remove.
6991         (gnus-article-mode): Revert 2004-03-19 change.
6992         (gnus-article-setup-buffer): Revert 2004-03-19 change.
6993         (gnus-insert-mime-button): Revert 2004-03-19 change.
6994         (gnus-mime-accumulate-hierarchy): Remove.
6995         (gnus-mime-enter-multipart): Remove.
6996         (gnus-mime-leave-multipart): Remove,
6997         (gnus-mime-display-part): Revert 2004-03-19 change.
6998         (gnus-mime-display-alternative): Revert 2004-03-19 change.
7000         * mml.el (mml-preview): Revert 2004-03-19 change.
7002 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
7004         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
7006 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7008         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
7009         t while entering a file name using the mm-with-multibyte macro.
7010         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7012         * mm-util.el (mm-with-multibyte): New macro.
7014 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7016         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
7017         user option.
7018         (gnus-mime-multipart-functions): Doc and customization fix.
7019         (gnus-article-mime-hierarchy): New variable.
7020         (gnus-article-mime-hierarchy-next): New variable.
7021         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
7022         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
7023         gnus-article-mime-hierarchy-next to nil.
7024         (gnus-insert-mime-button): Show hierarchy numbers.
7025         (gnus-mime-accumulate-hierarchy): New function.
7026         (gnus-mime-enter-multipart): New function.
7027         (gnus-mime-leave-multipart): New function.
7028         (gnus-mime-display-part): Recompute hierarchical MIME structure.
7029         (gnus-mime-display-alternative): Show hierarchy numbers.
7031         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
7032         gnus-article-mime-hierarchy-next to nil.
7034 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
7036         * dns.el: Don't require gnus-xmas.
7038 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
7040         * mml.el (mml-generate-mime-1): Don't use format=flowed with
7041         inline PGP.
7042         (mml-menu): Disable mml-quote-region if mark is inactive.
7044 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7046         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
7047         when the group's active is not available.
7049 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7051         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
7052         error.
7054 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
7056         * imap.el (imap-store-password): New variable.
7057         (imap-interactive-login): Use it.
7058         Suggested by Mark Plaksin <happy@mcplaksin.org>.
7060 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7062         * gnus-art.el (gnus-article-read-summary-keys): Restore new
7063         window-start and hscroll to summary window.
7065 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7067         * gnus-start.el (gnus-convert-old-newsrc): Only write the
7068         conversion message to newsrc-dribble when an actual conversion is
7069         performed.
7071 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
7073         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
7075 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7077         * mm-decode.el (mm-complicated-handles): New function reviving
7078         former definition of mm-multiple-handles.
7080         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
7081         (gnus-mime-delete-part): Use it.
7083 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7085         * gnus-agent.el (gnus-agent-read-local): Bind
7086         nnheader-file-coding-system to gnus-agent-file-coding-system to
7087         avoid the implicit assumption that they will always be equal.
7088         (gnus-agent-save-local): Bind buffer-file-coding-system, not
7089         coding-system-for-write, as the with-temp-file macro first prints
7090         to a buffer then saves the buffer.
7092 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7094         * gnus-art.el (gnus-article-edit-part): New function.
7095         (gnus-mime-save-part-and-strip): Use it; do query instead of
7096         signaling an error; don't use mm-multiple-handles.
7097         (gnus-mime-delete-part): Ditto.
7099 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7101         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
7102         old file versions.
7103         (gnus-group-prepare-hook): Removed function that converted list
7104         form of gnus-agent-expire-days to group properties.
7106         * gnus-int.el: Autoload gnus-agent-regenerate-group.
7107         (gnus-request-accept-article): Re-indented.
7109         * gnus-start.el (gnus-convert-old-newsrc): Registered new
7110         converters to handle old agent file formats.  Added logic for a
7111         "backup before upgrading warning".
7112         (gnus-convert-mark-converter-prompt): Developers can mark
7113         functions as needing (default), or not needing,
7114         gnus-convert-old-newsrc's "backup before upgrading warning".
7115         (gnus-convert-converter-needs-prompt): Tests whether the user
7116         should be protected from potentially irreversable changes by the
7117         function.
7119         * legacy-gnus-agent.el (): New. Provides converters that are only
7120         loaded when gnus-convert-old-newsrc needs to call them.
7122 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7124         * mail-source.el (mail-source-touch-pop): Doc fix.
7126         * message.el (message-smtpmail-send-it): Doc fix.
7128 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
7130         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
7132         * nnmail.el (nnmail-split-fancy): do.
7134         * gnus-kill.el (gnus-kill, gnus-execute): do.
7136 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7138         * gnus-sum.el (gnus-widget-reversible-match)
7139         (gnus-widget-reversible-to-internal)
7140         (gnus-widget-reversible-to-external): New functions.
7141         (gnus-widget-reversible): New widget.
7142         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
7144 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
7146         * gnus-sum.el (gnus-thread-sort-functions)
7147         (gnus-article-sort-functions): Document `(not F)' items.
7149 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7151         * spam.el (spam-use-gmane-xref): new backend
7152         (spam-gmane-xref-spam-group): variable to control the name of the
7153         Gmane spam group
7154         (spam-blackhole-servers, spam-blackhole-good-server-regex)
7155         (spam-regex-headers-spam, spam-regex-headers-ham)
7156         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
7157         (spam-list-of-checks): added spam-use-gmane-xref to list of
7158         backends and checks
7159         (spam-check-gmane-xref): function for spam-use-gmane-xref
7161         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
7162         an autodetect method
7164 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7166         * gnus-int.el (gnus-request-accept-article): Inform the agent that
7167         articles are being added to a group.
7168         (gnus-request-replace-article): Inform the agent that articles
7169         need to be uncached as the cached contents are no longer valid.
7171 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7173         * binhex.el: Don't autoload executable-find.
7175         * canlock.el: Don't autoload mail-fetch-field.
7177         * dgnushack.el: Autoload c-mode for XEmacs.
7179         * gnus-ems.el: Don't autoload appt-select-lowest-window.
7181         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
7182         rmail-dont-reply-to and rmail-output.
7184         * gnus-score.el: Don't autoload ffap-string-at-point.
7186         * gnus-setup.el: Don't autoload sc-cite-original.
7188         * imap.el: Don't autoload base64-decode-string,
7189         base64-encode-string and md5.
7191         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
7192         and rmail-msg-restore-non-pruned-header.
7194         * mm-decode.el: Don't autoload executable-find.
7196         * mm-url.el: Don't autoload executable-find.
7198         * mm-view.el: Don't autoload diff-mode.
7200         * nndb.el: Don't autoload news-reply-mode, news-setup,
7201         cancel-timer and telnet.
7203         * password.el: Don't autoload run-at-time for Emacs.
7205         * sha1-el.el: Don't autoload executable-find.
7207         * sieve-mode.el: Don't autoload c-mode.
7209         * uudecode.el: Don't autoload executable-find.
7211 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7213         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
7214         (gnus-agent-possibly-alter-active): Avoid null in numeric
7215         comparison.
7216         (gnus-agent-set-local): Refuse to save null in local object table.
7217         (gnus-agent-regenerate-group): The REREAD parameter can now be a
7218         list of articles that will be marked as unread.
7220 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7222         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
7224 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
7226         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
7227         language tags.
7229 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7231         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
7232         Don't bind "obarray".
7234         * gnus-sum.el (gnus-thread-sort-functions): Added
7235         `gnus-thread-sort-by-most-recent-number' and
7236         `gnus-thread-sort-by-most-recent-date'.
7237         Reported by Kai Grossjohann <kai@emptydomain.de>.
7239 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7241         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
7243 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7245         * gnus-cus.el (gnus-agent-customize-category): Removed
7246         ignore-errors macro reference that required cl to be loaded at
7247         run-time.
7249         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
7250         single-interval range of the form (min . max).  Previously the
7251         range had to look like ((min . max)).  Likewise, return
7252         (min . max) rather than ((min . max)).
7253         (gnus-range-map): Use gnus-range-normalize to accept
7254         single-interval range.
7256         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
7257         the cache, but not the agent, now appear with their usual face.
7259         * dgnushack.el (loaddir): New variable that is bound to the
7260         directory containing the dgnushack.el file. Use loaddir, rather
7261         than srcdir, to update load-path. Change lets dgnushack compile
7262         code in directories other than GNUS/lisp.
7264 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7266         * lpath.el: Don't bind w3m-safe-url-regexp.
7268         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
7269         w3m-safe-url-regexp variable buffer-local.
7271         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
7273 2004-02-27  Simon Josefsson  <jas@extundo.com>
7275         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
7276         gnus-group-real-prefix.
7277         (gnus-summary-move-article): Use it, instead of
7278         gnus-group-real-prefix.
7280 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7282         * lpath.el: Bind w3m-safe-url-regexp.
7284         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
7285         w3m-safe-url-regexp variable buffer-local and set it as the value
7286         of mm-w3m-safe-url-regexp.
7288         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
7290         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
7291         parsing gnus-posting-styles when the message is not for replying.
7293         * dgnushack.el: Autoload sgml-mode for XEmacs.
7295         * nnrss.el (nnrss-opml-export): Use
7296         mm-set-buffer-file-coding-system instead of
7297         set-buffer-file-coding-system.
7299 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
7301         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
7302         of checkdoc.el).
7303         * nnrss.el: do.
7304         * gnus-mlspl.el: do.
7305         * gnus-ml.el: do.
7306         * gnus-srvr.el: do.
7308         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
7310 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7312         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
7313         Corrections to custom-manual links.
7315         * gnus-art.el (gnus-article): Ditto.
7317         * mm-decode.el (mime-display, mime-security): Ditto.
7319 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
7321         * flow-fill.el: Typo.
7323 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
7325         * spam-wash.el: New file.
7327 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
7329         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
7331 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7333         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
7334         to be run with new-articles as LIST1, not LIST2
7335         (spam-registration-functions): add spam-use-ham-copy as a nil
7336         registration backend
7338 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
7340         * spam-stat.el (spam-stat-washing-hook): New option.
7341         (spam-stat-buffer-words): Use it.
7342         (spam-stat-process-directory, spam-stat-test-directory): Use
7343         insert-file-contents-literally.
7344         (spam-stat-coding-system): New variable.
7345         (spam-stat-load, spam-stat-save): Use it.
7347 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7349         * spam-report.el (spam-report-plug-agent): Quote
7350         spam-report-url-to-file and spam-report-url-ping-plain.
7352 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
7354         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
7355         / in mailto URLs.
7357 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7359         * spam-report.el (spam-report-process-queue): Fix interactive use.
7360         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
7361         (spam-report-unplug-agent): Doc fixes.
7362         (spam-report-url-ping-mm-url, spam-report-url-to-file)
7363         (spam-report-agentize, spam-report-deagentize): Autoload
7365 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7367         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
7369         * message.el (message-setup-fill-variables): Add mml tags to
7370         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
7371         <ajk@iu.edu>.
7372         (message-mode): Don't modify paragraph-separate there.
7374 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7376         * compface.el (uncompface-use-external): Default to undecided.
7377         (uncompface-use-external-threshold): New variable.
7378         (uncompface-float-time): New macro.
7379         (uncompface): Determine whether to use the external decoder if
7380         uncompface-use-external is undecided.
7382 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7384         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
7385         after images.
7387         * gnus-art.el (gnus-mime-display-single): Remove dead code.
7389 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
7391         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
7393         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
7395         * gnus-sum.el (gnus-summary-limit-to-age)
7396         (gnus-summary-limit-children): do.
7398         * gnus-int.el (gnus-request-scan): do.
7400         * gnus-group.el (gnus-group-suspend): do.
7402         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
7404         * gnus-cite.el (gnus-cite-parse-attributions): do.
7406         * gnus-agent.el (gnus-summary-set-agent-mark)
7407         (gnus-agent-regenerate-group): do.
7409         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
7411         * binhex.el (binhex-decode-region-internal): do.
7413 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7415         * gnus-fun.el (gnus-face-properties-alist): New user option.
7416         (gnus-display-x-face-in-from): Use it.
7418         * gnus-art.el (article-display-face): Ditto.
7420         * compface.el (uncompface-use-external): Default to nil.
7422 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
7424         * nntp.el (nntp-erase-buffer): New function.
7425         (nntp-retrieve-data, nntp-send-command)
7426         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
7427         (nntp-possibly-change-group): Use it.
7429         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
7430         with-current-buffer.
7432 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
7434         * compface.el: Merge the ELisp-based uncompface program.
7435         (compface): New customization group.
7436         (uncompface-use-external): New user option.
7437         (uncompface): Call uncompface-internal if uncompface-use-external
7438         is nil.
7439         (uncompface-internal): New function.  Note that there are also
7440         some other functions and variables added for this function.
7442 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
7444         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
7445         if necessary.
7447 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7449         * spam-report.el (spam-report-unplug-agent)
7450         (spam-report-plug-agent, spam-report-deagentize)
7451         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
7452         support for the Agent in spam-report: when unplugged, report to a
7453         file; when plugged, submit all the requests
7455         * spam.el (spam-register-routine): improved message about
7456         registration
7458 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
7460         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
7461         dependencies.
7462         (rfc2047-encode): Use it.
7464         * gnus-art.el (gnus-button-marker-list): Move before first
7465         reference.
7467         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7468         (imap-parse-body): Fix format string mismatch.
7470         * gnus-score.el (gnus-summary-increase-score): do.
7472         * nnrss.el (nnrss-close): New function.
7474 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
7476         * nnrss.el (nnrss-make-filename): New function.
7477         (nnrss-request-delete-group, nnrss-read-server-data)
7478         (nnrss-save-server-data, nnrss-read-group-data)
7479         (nnrss-save-group-data): Use it.
7480         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
7481         (nnrss-read-server-data, nnrss-read-group-data): Use load.
7482         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
7484 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
7486         * mml.el (mml-compute-boundary-1): Don't uncompress files.
7488 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
7490         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
7491         files.
7493         * message.el (message-generate-headers-first): Don't quote nil
7494         and t in docstrings.
7496         * imap.el (imap-id): do.
7498         * gnus-agent.el (gnus-agent-consider-all-articles)
7499         (gnus-agent-queue-mail): do.
7501 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
7503         * spam-report.el (spam-report-process-queue): New function.
7504         Process requests from `spam-report-requests-file'.
7505         (spam-report-process-queue): Doc fix.
7507 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
7509         * spam.el (spam-register-routine)
7510         (spam-log-processing-to-registry, spam-log-registered-p)
7511         (spam-log-unregistration-needed-p, spam-log-undo-registration):
7512         change "check" to "spam-check" for semi-clarity
7514 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
7516         * pop3.el: Require nnheader.
7518         * mml-smime.el: Require cl.  Autoload message-fetch-field.
7520         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
7522         * gnus-picon.el: Require cl.
7524         * gnus-fun.el: Require gnus-ems and gnus-util.
7526         * gnus.el (gnus-method-to-server): Move defsubst before first use.
7528         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
7530         * gnus-art.el (gnus-article-edit-mode): Define before first
7531         reference.
7533 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
7535         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
7536         (gnus-uu-post-encoded): Use point-at-bol.
7538         * gnus-topic.el (gnus-group-active-topic-p): do.
7540         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
7542         * gnus-group.el (gnus-group-kill-region): do.
7544         * gnus-art.el (article-date-ut): do.
7546         * message.el (message-fetch-field): Remove redundant
7547         case-fold-search binding.
7548         (message-narrow-to-field): Simplify.
7550 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7552         * spam.el (spam-directory): Derive from `gnus-directory'.
7554         * spam-report.el (spam-report-url-to-file)
7555         (spam-report-requests-file): New function and variable for offline
7556         reporting.
7557         (spam-report-url-ping-function): Add `spam-report-url-to-file'
7558         and user defined function.
7559         (spam-report-url-ping-mm-url): Remove doubled slash.
7561 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
7563         * spam.el (spam-list-of-processors): fixed spamassassin variable names
7565 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
7567         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
7568         format string mismatch.
7570         * sieve.el (sieve-deactivate-all): do.
7572         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
7574         * nnlistserv.el (nnlistserv-kk-wash-article): do.
7576         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
7578         * mm-bodies.el (mm-7bit-chars): Don't include \r.
7580 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
7582         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
7583         the list of checks
7585 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
7587         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
7588         padding.
7590 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
7592         * mm-view.el (mm-fill-flowed): New variable.
7593         (mm-inline-text): Use it.
7595 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
7597         * spam.el (spam-spamassassin-register-ham-routine)
7598         (spam-spamassassin-register-spam-routine): fixed function names
7600 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7602         * gnus.el (gnus-tmp-grouplens): Remove.
7603         (gnus-summary-line-format): Remove grouplens.
7605         * gnus-group.el (gnus-group-line-format): Ditto.
7607         * gnus-spec.el (gnus-format-specs): Ditto.
7608         (gnus-update-format-specifications): Flush the group format spec
7609         cache if there's the grouplens stuff.
7610         (gnus-parse-simple-format): Replace %l with the empty string.
7612 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
7614         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
7615         omission.
7616         From Jerry James  <james@xemacs.org>
7618 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7620         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
7621         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7623 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7625         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
7626         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
7627         New macros and functions.
7628         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
7629         Handle > NLINK_MAX messages.
7630         * nnmaildir.el (nnmaildir-request-set-mark): Use
7631         nnmaildir--emlink-p and nnmaildir--eexist-p.
7633 2004-01-25  Alex Schroeder  <alex@gnu.org>
7635         * spam-stat.el (spam-stat-process-directory-age): New option.
7636         (spam-stat-process-directory): Use it.
7638 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
7640         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
7641         (spam-stat-save): Accept prefix argument.
7643 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
7645         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
7646         links" error.
7648 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7650         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
7651         the rest of the and/or forms.
7653 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
7655         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
7656         compatibility with old .newsrc.eld files.
7658         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
7660         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
7662         * gnus-start.el (gnus-1): do.
7664         * gnus-group.el (gnus-group-line-format-alist): do.
7666         * gnus.el (gnus-use-grouplens, gnus-visual): do.
7668         * gnus-gl.el: Remove.
7670 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7672         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
7673         marks consisting of a single range {for example, (3 . 5)} rather
7674         than a list of a single range { ((3 . 5)) }.
7676 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
7678         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
7679         with-current-buffer.
7680         (spam-stat-store-current-buffer): Use insert-buffer-substring to
7681         avoid consing a string.
7683         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
7684         Remove obsolete entries for big5 and gb2312.
7686 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7688         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
7689         uncompressed list.
7691 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
7693         * spam-stat.el (spam-stat-strip-xref): New function.
7694         (spam-stat-process-directory): Use it.
7696         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
7697         here -- it's done in message-fetch-field.
7699 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7701         * gnus-agent.el (gnus-agent-queue-mail,
7702         gnus-agent-prompt-send-queue): New variables.
7703         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
7704         * gnus-draft.el (gnus-group-send-queue): Pass the group name
7705         "nndraft:queue" along to gnus-draft-send.  Use
7706         gnus-agent-prompt-send-queue.
7707         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
7708         is "nndraft:queue".  Suggested by Gaute Strokkenes
7709         <gs234@srcf.ucam.org>
7711         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
7712         (agent-enable-undownloaded-faces): Added
7713         (gnus-agent-cat-groups): Use eval-and-compile, not
7714         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
7715         method of gnus-agent-cat-groups even when the buffer has been
7716         evaled.
7717         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
7718         delete gnus-agent-save-active-1.
7719         (gnus-agent-save-groups): Deleted. Identical to
7720         gnus-agent-save-active.
7721         (gnus-agent-write-active): No longer adjust agent's copy of active
7722         file as agent's adjustments are now stored in their own
7723         file. Removed optional parameter.
7724         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
7725         servers.  Add use of min/max range limits from server's local
7726         file.
7727         (gnus-agent-save-alist): Removed unused optional argument.
7728         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
7729         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
7730         (gnus-agent-set-local): A per-server file that keeps min/max range
7731         limits for articles known to the agent.  Provides a fast mechanism
7732         for altering many active ranges.
7733         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
7734         active file (local makes it unnecessary).
7735         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
7737         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
7738         (agent-enable-undownloaded-faces): Added
7740         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
7741         disable it when sending to "nndraft:queue".
7742         (gnus-group-send-queue): Add safety check to avoid sending queue
7743         when unplugged.
7745         * gnus-group.el (gnus-group-catchup): Use new
7746         gnus-sequence-of-unread-articles, not
7747         gnus-list-of-unread-articles, to avoid exhausting memory with huge
7748         numbers of articles.  Use gnus-range-map to avoid having to
7749         uncompress the unread list.
7750         (gnus-group-archive-directory,
7751         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
7752         reference.
7754         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
7755         (gnus-sorted-range-intersection): Intersection of two ranges
7756         without requiring that they first be uncompressed.
7758         * gnus-start.el (gnus-activate-group): Unless blocked by the
7759         caller, possibly expand the active range to include both cached
7760         and agentized articles.
7761         (gnus-convert-old-newsrc): Rewrote in anticipation of having
7762         multiple version-dependent converters.
7763         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
7764         gnus-agent-save-active.
7765         (gnus-save-newsrc-file): Save dirty agent range limits.
7767         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
7768         gnus-agent-possibly-alter-active.
7769         (gnus-adjust-marked-articles): Faster handling of simple lists
7771 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
7773         * spam-stat.el (spam-stat-test-directory): New optional argument
7774         displays a list of files detected.  Suggested by Andrew Cohen
7775         <cohen@andy.bu.edu>.
7776         (spam-stat-buffer-words-with-scores): Don't narrow and change
7777         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
7779 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
7781         * spam.el (gnus-summary-mode-map): make spam-generic-score the
7782         default scoring function
7783         (spam-generic-score): calls spam-spamassassin-score if
7784         spam-use-spamassassin or spam-use-spamassassin-headers is on;
7785         spam-bogofilter-score otherwise.
7787         From Hubert Chan <hubert@uhoreg.ca>:
7789         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
7790         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
7791         (spam-spamassassin-arguments)
7792         (spam-spamassassin-spam-flag-header)
7793         (spam-spamassassin-positive-spam-flag-header)
7794         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
7795         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
7796         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7797         (spam-list-of-processors, spam-list-of-checks)
7798         (spam-list-of-statistical-checks, spam-registration-functions)
7799         (spam-check-spamassassin-headers, spam-check-spamassassin)
7800         (spam-spamassassin-score)
7801         (spam-spamassassin-register-with-sa-learn)
7802         (spam-spamassassin-register-spam-routine)
7803         (spam-spamassassin-register-ham-routine)
7804         (spam-assassin-register-spam-routine)
7805         (spam-assassin-register-ham-routine): add SpamAssassin support
7806         (spam-bogofilter-score): fix to show article before scoring
7808         * gnus.el (spam-process, spam-autodetect-methods): add
7809         spamassassin and spamassassin-headers
7811         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7812         Suppress unnecessary messages.  From Nevin Kapur
7813         <nkapur@cs.caltech.edu>.
7815 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
7817         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
7818         make-hash-table.
7820 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7822         * canlock.el (base64-encode-string): Don't autoload it.
7824 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7826         * run-at-time.el: Remove useless (require 'itimer),
7827         eval-and-compile and (featurep 'xemacs).
7829 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
7831         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
7832         GROUP is a virtual group.
7834 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
7836         * gnus.el: Autoload `message-y-or-n-p'.
7838 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
7840         * pgg-parse.el: Remove unnecessary (require 'custom).
7842         * pgg-def.el: do.
7844         * nnmail.el: do.
7846         * gnus-undo.el: do.
7848         * gnus-picon.el: do.
7850         * gnus-util.el: do.
7852 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
7854         * gnus-sum.el (gnus-pick-line-number): Add autoload.
7856 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7858         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
7859         handle, as well as a list.
7861         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
7862         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
7863         (mm-w3m-cid-retrieve): Simplify.
7865 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
7867         * message.el (message-kill-to-signature): Allow prefix arg to
7868         specify number of lines to keep before signature.  From Vasily
7869         Korytov.
7870         (message-kill-to-signature): Change docstring.
7872 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7874         * canlock.el: Always require sha1-el.
7875         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
7877         * message.el: Autoload sha1 only when compiling.
7879         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
7880         eudc-expand-inline for XEmacs.
7882 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7884         * message.el (message-canlock-generate): Require sha1-el.
7886 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
7888         * message.el (message-expand-name): Silence the byte compiler.
7890         * lpath.el: Add detect-coding-system.
7892         * dgnushack.el (dgnushack-compile): Remove obsolete check for
7893         cus-edit.
7895 2004-01-13  Simon Josefsson  <jas@extundo.com>
7897         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
7898         Invoke gnus-score-mode.  Reported by
7899         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
7901         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
7902         Jim Blandy <jimb@redhat.com> (tiny change).
7904 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
7906         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
7908 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
7910         * spam.el (spam-get-article-as-string): updated to use
7911         gnus-request-article-this-buffer, much simpler
7912         (spam-get-article-as-buffer): removed
7914 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
7916         * message.el (message-expand-name): Use EUDC if the user uses
7917         that.
7919 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
7921         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
7922         character for the encoding to avoid consing a string.
7924         * rfc2047.el (rfc2047-decode-string): Don't cons a string
7925         unnecessarily.
7927         * mm-util.el (mm-replace-chars-in-string): Remove.
7929         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
7930         of mm-replace-chars-in-string.
7932 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
7934         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
7935         strings.
7937         * mm-util.el (mm-subst-char-in-string): Support inplace.
7939         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
7940         a new string in every iteration.  Use shy groups.
7942 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
7944         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
7945         (gnus-group-change-level, gnus-kill-newsgroup)
7946         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
7947         (gnus-get-unread-articles, gnus-make-articles-unread)
7948         (gnus-make-ascending-articles-unread): Use accessor
7949         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
7950         to get group information for improved readability.
7952         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
7954         * gnus-soup.el (gnus-soup-group-brew): do.
7956         * gnus-msg.el (gnus-put-message): do.
7958         * gnus-move.el (gnus-group-move-group-to-server): do.
7960         * gnus-kill.el (gnus-batch-score): do.
7962         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
7963         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
7964         (gnus-group-update-group, gnus-group-read-group)
7965         (gnus-group-make-group, gnus-group-make-help-group)
7966         (gnus-group-make-archive-group, gnus-group-make-directory-group)
7967         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
7968         (gnus-group-sort-by-unread, gnus-group-catchup)
7969         (gnus-group-unsubscribe-group, gnus-group-kill-group)
7970         (gnus-group-yank-group, gnus-group-set-info)
7971         (gnus-group-list-groups): do.
7973         * gnus.el (gnus-generate-new-group-name): do.
7975         * gnus-delay.el (gnus-delay-send-queue): do.
7977         * nnvirtual.el (nnvirtual-catchup-group): do.
7979         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
7980         do.
7982         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
7983         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
7985         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
7986         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
7987         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
7988         (gnus-group-make-articles-read): do.
7990 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
7992         * gnus-art.el (article-decode-mime-words, article-babel)
7993         (gnus-article-highlight-signature, gnus-article-add-buttons)
7994         (gnus-signature-toggle): Use gnus-with-article-buffer.
7996         * gnus-art.el (gnus-article-highlight-headers)
7997         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
7999         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
8000         (gnus-article-set-globals, gnus-request-article-this-buffer)
8001         (gnus-button-message-id, gnus-article-maybe-hide-headers)
8002         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
8003         (gnus-mime-display-alternative): Use with-current-buffer.
8005 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8007         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
8008         also under 80 char limit, and call gnus-error if needed
8009         (spam-fetch-article-header): finally fixed - it was a
8010         buffer-local variable (gnus-newsgroup-data)
8011         (spam-find-spam): use spam-generate-fake-headers, forget about
8012         spam-insert-fake-headers
8013         (spam-insert-fake-headers): removed
8015 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8017         * deuglify.el (gnus-article-outlook-unwrap-lines)
8018         (gnus-outlook-rearrange-article)
8019         (gnus-outlook-repair-attribution-outlook)
8020         (gnus-outlook-repair-attribution-block)
8021         (gnus-outlook-repair-attribution-other): Remove redundant
8022         save-excursion.
8024 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8026         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
8027         (spam-fetch-field-subject-fast)
8028         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
8029         (spam-fetch-article-header): new functions to deal with Gnus
8030         internals for fast retrieval of article header data
8031         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
8033 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8035         * pop3.el (pop3-md5): Remove.
8036         (pop3-apop): Replace pop3-md5 with md5.
8038         * mm-bodies.el: base64 is always built-in.
8040         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
8041         with-current-buffer.
8043 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8045         * canlock.el (canlock-insert-header): Remove excessive grouping in
8046         regexp.
8048         * gnus-sum.el (gnus-summary-read-document): Ditto.
8050         * gnus-uu.el (gnus-uu-part-number): Ditto.
8052         * html2text.el (html2text-remove-tags): Ditto.
8053         (html2text-format-tags): Ditto.
8054         (html2text-format-single-elements): Ditto.
8056         * mml.el (mml-parse-1): Ditto.
8058 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
8060         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
8062         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
8064         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
8066         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
8068 2003-11-15  Simon Josefsson  <jas@extundo.com>
8070         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
8071         (pgg-gpg-lookup-key): Use regexp match instead of
8072         split-string (split-string is different between emacs 21.2 and
8073         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
8075 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
8077         * gnus-art.el (gnus-mime-view-all-parts)
8078         (gnus-article-part-wrapper, gnus-article-view-part): Use
8079         with-current-buffer.
8081 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
8083         * spam.el (spam-disable-spam-split-during-ham-respool)
8084         (spam-spamoracle-database, spam-cache-lookups)
8085         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
8086         (spam-group-ham-mark-p, spam-group-spam-mark-p)
8087         (spam-group-ham-marks, spam-group-spam-marks)
8088         (spam-group-spam-contents-p, spam-group-ham-contents-p)
8089         (spam-list-of-processors, spam-list-of-statistical-checks): doc
8090         fix, also add spam-use-blackholes to the statistical checks
8091         (spam-fetch-field-fast): new interface to fetching fields, may
8092         become a macro
8093         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
8094         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
8095         (spam-insert-fake-headers): fake an article when needed
8096         (spam-find-spam): fake article when possible
8097         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
8098         (spam-check-bogofilter-headers): use message-fetch-field instead
8099         of nnmail-fetch-field
8101 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8103         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
8105 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
8107         * spam.el (spam-split): do not require spam-use-CHECK to be
8108         enabled if that check is passed to spam-split explicitly; also
8109         fix so 'spam doesn't get converted to spam-split-group when
8110         spam-split-symbolic-return is t
8111         (spam-find-spam): find registrations of the article and use those
8112         instead of re-running spam-split to find the spam/ham
8113         classification of the article
8114         (spam-log-processing-to-registry, spam-log-registered-p)
8115         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8116         use gnus-error instead of gnus-message
8117         (spam-log-registration-type): new function to determine the
8118         classification of a message based on registry entries; will
8119         return nil if both 'spam and 'ham are found
8120         (spam-check-BBDB): expand all the BBDB macros here so we can have
8121         a reasonably fast local cache without the loading errors
8122         (spam-cache-lookups): set to t by default
8123         (spam-find-spam): don't try to guess spam-cache-lookups
8124         (spam-enter-whitelist, spam-enter-blacklist): also clear the
8125         spam-caches entry
8126         (spam-filelist-build-cache, spam-filelist-check-cache): better
8127         caching of whitelist/blacklist entries
8128         (spam-check-whitelist, spam-check-blacklist): invoke
8129         spam-from-listed-p with a type, not a cache variable
8130         (spam-from-listed-p): wrap around spam-filelist-check-cache
8132 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
8134         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
8136         * nnmail.el (nnmail-split-fancy): do.
8138         * mml.el (mml-parse): do.
8140         * gnus-score.el (gnus-enter-score-words-into-hashtb)
8141         (gnus-score-adaptive): do.
8143 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8145         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
8146         (gnus-mime-button-map): Don't set keymap parent.
8147         (gnus-button-ctan-directory-regexp): Use shy grouping.
8148         (gnus-prev-page-map): Don't set keymap parent.
8149         (gnus-prev-page-map): Remove duplicated one.
8150         (gnus-next-page-map): Don't set keymap parent.
8151         (gnus-mime-security-button-map): Ditto.
8153         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
8154         version number.
8156         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
8158 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8160         * canlock.el (canlock-sha1-function): Remove.
8161         (canlock-sha1-function-for-verify): Remove.
8162         (canlock-openssl-program): Remove.
8163         (canlock-openssl-args): Remove.
8164         (canlock-ignore-errors): Remove.
8165         (canlock-sha1-with-openssl): Remove.
8166         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
8167         (canlock-verify): Don't use canlock-ignore-errors.
8169         * sha1-el.el (sha1-string-external): Make it can return a string
8170         in binary form.
8171         (sha1-region-external): Ditto.
8172         (sha1-string-internal): Ditto.
8173         (sha1-region-internal): Ditto.
8174         (sha1-region): Ditto.
8175         (sha1-string): Ditto.
8176         (sha1): Ditto.
8178 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8180         * spam.el (spam-report-articles-gmane): New command.
8182 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8184         * gnus.el: Don't make unnecessary *Group* buffer when loading.
8186         * run-at-time.el (run-at-time-saved): Remove.
8187         (run-at-time): Doc fix.
8189 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
8191         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
8192         (gnus-summary-limit-map): Add it.
8193         (gnus-summary-make-menu-bar): do.
8195 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
8197         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
8198         first attempt at some caching support (done for BBDB only now)
8199         (spam-find-spam): set spam-cache-lookups if there are more than 2
8200         addresses to be checked
8201         (spam-clear-cache-BBDB): new function, to be invoked by
8202         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
8203         (spam-check-BBDB): check and use the caches, if
8204         spam-cache-lookups is on
8205         remove superfluous (provide)
8207 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8209         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
8211 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
8213         * run-at-time.el (run-at-time-saved): Move to after the definition
8214         of `run-at-time'.
8216         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
8218 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8220         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
8221         mm-w3m-local-map-property.
8223         * mm-view.el (mm-w3m-mode-map): Remove.
8224         (mm-w3m-local-map-property): Remove.
8225         (mm-inline-text-html-render-with-w3m): Don't use
8226         mm-w3m-local-map-property.
8228 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8230         * run-at-time.el: New file.
8232         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
8233         under Emacs.
8235         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
8236         of gnus-set-text-properties.
8238         * gnus-uu.el (gnus-uu-save-article): Ditto.
8240         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
8242         * gnus-cite.el (gnus-cite-parse): Ditto.
8244         * gnus-art.el (gnus-button-push): Use set-text-properties instead
8245         of gnus-.
8247         * gnus-xmas.el (run-at-time): Require run-at-time.
8249         * gnus.el: Changed calls to nnheader-run-at-time and
8250         password-run-at-time throughout to use run-at-time directly.
8252         * password.el: Removed definition of run-at-time.
8254         * nnheaderxm.el: Remove definition of run-at-time.
8256 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
8258         * mml.el (mml-minibuffer-read-disposition): Show attachment type
8259         in prompt.
8261 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
8263         * messagexmas.el (message-xmas-redefine): Alias
8264         `message-make-caesar-translation-table' to
8265         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
8266         version.
8268         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
8269         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
8270         `gnus-xmas-set-text-properties'.
8271         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
8272         `gnus-xmas-completing-read'.
8273         (gnus-xmas-completing-read): Removed.
8274         (gnus-xmas-open-network-stream): Removed.
8276         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
8277         XEmacs version.
8279         * dns.el (dns-make-network-process): Use `open-network-stream'
8280         instead of `gnus-xmas-open-network-stream'.
8282         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
8284         * .cvsignore: Add auto-autoloads.el, custom-load.el.
8286 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
8288         * gnus-art.el (gnus-mime-display-alternative)
8289         (gnus-insert-mime-button, gnus-insert-mime-security-button)
8290         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
8291         Don't use gnus-local-map-property.
8293         * gnus-util.el (gnus-local-map-property): Remove.
8295         * mm-view.el (mm-view-pkcs7-decrypt): Replace
8296         gnus-completing-read-maybe-default with completing-read.
8298         * gnus-util.el (gnus-completing-read): do.
8299         (gnus-completing-read-maybe-default): Remove.
8301 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
8303         * password.el: Only autoload `run-at-time' if not XEmacs.
8304         Only autoload the itimer functions if XEmacs.
8306 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8308         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
8309         XEmacsen.
8311         * dgnushack.el: Autoload executable-find for XEmacs.
8313 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
8315         * gnus-art.el (gnus-read-string): Remove.
8316         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
8317         read-string.
8319 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
8321         * netrc.el: autoload password-read
8322         (netrc): new configuration group
8323         (netrc-encoding-method, netrc-openssl-path): configuration
8324         variables for encoding and decoding of files with symmetric
8325         ciphers
8326         (netrc-encode): assistant function to encode a file with
8327         netrc-encoding-method
8328         (netrc-parse): added interactive parameter, added optional
8329         decoding if netrc-encoding-method is non-nil but otherwise
8330         behavior is standard
8331         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
8332         s/encode/encrypt/ everywhere
8334         * spam.el: remove executable-find autoload
8336 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
8338         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
8340         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
8342 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8344         * gnus-art.el (gnus-treat-ansi-sequences,
8345         article-treat-ansi-sequences): New variable and function.
8346         Suggested by Dan Jacobson <jidanni@jidanni.org>.
8348         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
8349         Use it.
8351 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
8353         * mm-util.el (mm-quote-arg): Remove.
8355         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
8356         shell-quote-argument.
8358         * gnus-uu.el (gnus-uu-command): do.
8360         * gnus-sum.el (gnus-summary-insert-pseudos): do.
8362         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
8363         with make-char.
8365         * mm-util.el (mm-make-char): Remove.
8367         * mml.el (mml-mode): Replace gnus-add-minor-mode with
8368         add-minor-mode.
8370         * gnus-undo.el (gnus-undo-mode): do.
8372         * gnus-topic.el (gnus-topic-mode): do.
8374         * gnus-sum.el (gnus-dead-summary-mode): do.
8376         * gnus-start.el (gnus-slave-mode): do.
8378         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
8380         * gnus-ml.el (gnus-mailing-list-mode): do.
8382         * gnus-gl.el (gnus-grouplens-mode): do.
8384         * gnus-draft.el (gnus-draft-mode): do.
8386         * gnus-dired.el (gnus-dired-mode): do.
8388         * gnus-ems.el (gnus-add-minor-mode): Remove.
8390         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
8391         Replace gnus-char-width with char-width.
8393         * gnus-ems.el (gnus-char-width): Remove.
8395         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
8396         Replace gnus-char-width with char-width.
8398         * gnus-ems.el (gnus-char-width): Remove.
8400         * spam-stat.el (with-syntax-table): Remove with-syntax-table
8401         definition.
8402         Remove Emacs 20 hash table compatibility code.
8404         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
8405         20 compatibility code.
8407         * spam.el (spam-point-at-eol): Replace with point-at-eol.
8409         * smime.el (smime-point-at-eol): Replace with point-at-eol.
8411         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
8412         with point-at-{eol,bol}.
8414         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
8416         * imap.el (imap-point-at-eol): Replace with point-at-eol.
8418         * flow-fill.el (fill-flowed-point-at-bol,
8419         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
8421         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
8422         Replace with point-at-{eol,bol} throughout all files.
8424 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8426         * ntlm.el (ntlm-string-as-unibyte): New macro.
8427         (ntlm-build-auth-response): Use it.
8429         Remove Emacs 20 stuff:
8430         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
8431         (butlast, mapc, remove): Remove the compiler macros.
8432         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
8433         of delq and copy-sequence.
8434         * gnus-art.el (popup-menu): Remove the compiler macro.
8435         * nnmail.el (nnmail-split-fancy): Don't support customizing with
8436         Emacs 20.
8438 2004-01-05  Simon Josefsson  <jas@extundo.com>
8440         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
8441         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
8442         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
8443         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
8444         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
8445         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
8446         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
8447         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
8448         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
8449         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
8450         ntlm-string-permute, string-lshift into ntlm-string-lshift,
8451         string-xor into ntlm-string-xor.  Suggested by
8452         Jesper Harder <harder@myrealbox.com>.
8454         * ntlm.el: Don't include poem.
8456         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
8457         Jesper Harder <harder@myrealbox.com>.
8459         * sasl-ntlm.el, ntlm.el, md4.el: New files.
8461         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
8462         probably breaks emacs with DL patch, but do we care? Is anyone
8463         still using the DL stuff?)
8465         * sieve-manage.el: Use the password package.
8466         (sieve-manage-read-passwd): Remove.
8467         (sieve-manage-interactive-login): Use password.  Re-add
8468         condition-case around loop.
8470         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
8471         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
8472         the password package.
8474 2003-02-19  Simon Josefsson  <jas@extundo.com>
8476         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
8477         token.
8479 2002-08-07  Simon Josefsson  <jas@extundo.com>
8481         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
8482         (sieve-manage-authenticators):
8483         (sieve-manage-authenticator-alist): Add some SASL mechs.
8484         (sieve-sasl-auth): New function.
8485         (sieve-manage-cram-md5-auth):
8486         (sieve-manage-plain-auth): Rewrite using SASL library.
8487         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
8488         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
8489         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
8490         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
8492 2004-01-05  Simon Josefsson  <jas@extundo.com>
8494         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
8495         New files.
8497 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8499         * gnus-group.el (gnus-no-groups-message): Update.
8501         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
8503 2003-11-09  Simon Josefsson  <jas@extundo.com>
8505         * imap.el: Support for ID IMAP extension (RFC 2971).
8506         (imap-local-variables): Add imap-id.
8507         (imap-id): New variable.
8508         (imap-id): New function.
8509         (imap-parse-response): Parse untagged ID response.
8510         * nnimap.el (nnimap-id): New variable.
8511         (nnimap-open-connection): Use it.
8513 2003-12-28  Simon Josefsson  <jas@extundo.com>
8515         * gnus-score.el (gnus-score-edit-all-score): New.
8516         * gnus-group.el (gnus-group-score-map): Bind it to W e.
8518 2004-01-04  Simon Josefsson  <jas@extundo.com>
8520         * password.el: Add.
8522 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
8524         * dns.el: Add support for AAAA records (see RFC 3596)
8526         * Fix typo PRT -> PTR
8528         * Parse MX, PTR and SOA replies (see RFC 1035)
8530 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8532         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
8534         * Moved to Changelog.2.
8536 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8538         * gnus.el (gnus-version-number): Bump version.
8540 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8542         * gnus.el: No Gnus v0.1 is released.
8544 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8546         * gnus.el: No Gnus v0.0 is released.
8548 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8550         * gnus.el (gnus-version-number): Bump.
8551         (gnus-version): No.
8553 See ChangeLog.2 for earlier changes.
8555     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
8556   Copying and distribution of this file, with or without modification,
8557   are permitted provided the copyright notice and this notice are preserved.
8559 ;; Local Variables:
8560 ;; coding: iso-2022-7bit
8561 ;; End:
8563 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4