* gnus-util.el (gnus-read-shell-command): New function.
[emacs.git] / lisp / gnus / ChangeLog
blob7f678b91b9e67243ee3766d6e2516f552cd578a9
1 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * gnus-util.el (gnus-read-shell-command): New function.
4         * mm-decode.el (mm-pipe-part):
5         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11 2008-06-03  Glenn Morris  <rgm@gnu.org>
13         * pop3.el (nnheader-accept-process-output): Autoload it.
15 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
18         are not 2-digit hexadecimal characters that follow `%'s.
20 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
22         * message.el (message-bogus-recipient-p): Fix type in doc string.
23         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
24         (message-bogus-addresses): Rename from message-bogus-address-regexp.
25         Improve custom options.
26         (message-bogus-recipient-p): Adjust accordingly.
28 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
30         * nnmairix.el: Require edmacro when compiling with XEmacs.
32 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
34         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
35         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
37 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
39         * auth-source.el: Add more docs.
41 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43         * nnheader.el (nnheader-read-timeout): Change the default timeout from
44         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
45         retrieval faster in some cases, but might make CPU usage larger.  If
46         this has any bad side effects, we might revert this change.
48         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
49         seems to make mail retrieval much, much faster.
50         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
51         unconditionally.
53         * gnus-draft.el (gnus-group-send-queue): Bind
54         message-send-mail-partially-limit to nil to avoid being prompted.
56 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
58         * mml.el (mml-attach-buffer): Prompt for `disposition'.
60         * message.el (message-bogus-address-regexp): Fix and improve custom
61         type.
62         (message-setup-hook): Add message-check-recipients as custom option.
64 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
66         * message.el (message-cite-function): Remove bogus autoload which crept
67         in during merge from v5-10.
69 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
71         * nnimap.el (nnimap-open-connection): Fix login/password bug.
73         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
75         * auth-source.el: Preliminary Tramp docs.
76         (auth-sources): Change the default auth-sources to use
77         EPA .gpg files.
79 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
81         * nntp.el: Autoload `auth-source-user-or-password'.
82         (nntp-send-authinfo): Use it.
84         * nnimap.el: Autoload `auth-source-user-or-password'.
85         (nnimap-open-connection): Use it.
87         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
88         for the gnus-message function.
89         (auth-source-user-or-password): Use it.
91 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
93         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
94         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
95         (rfc2104-hash): Use it.
97 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
99         * gnus-art.el (gnus-article-toggle-truncate-lines):
100         Don't use `iff' in docstring.
102 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
104         * gnus-registry.el: Adjusted copyright dates and added a keyword.
106         * gnus-util.el (gnus-extract-address-component-name)
107         (gnus-extract-address-component-email): Convenience functions around
108         `gnus-extract-address-components'.
110         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
111         Use `gnus-extract-address-component-email' to fix bug of comparing full
112         sender name to `user-mail-address'.
114 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
116         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
117         catch/throw to optimize.
118         (gnus-registry-find-keywords): Just use member to find a keyword.
120 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
122         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
123         is current before calling gnus-server-prepare.
124         (gnus-server-setup-buffer, gnus-server-update-server)
125         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
127 2008-05-04  Juri Linkov  <juri@jurta.org>
129         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
130         (mailcap-file-default-commands): Use mailcap-replace-in-string
131         instead of replace-regexp-in-string, and mailcap-delete-duplicates
132         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
134 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
136         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
138 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
141         hooks.
142         (gnus-update-read-articles): Speed up non-marks-using users.
143         (gnus-use-marks): Define gnus-use-marks.
144         (gnus-propagate-marks): Rename variable to something more sensible.
146 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
148         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
149         (gmm-image-load-path-for-library): Fix typos in docstrings.
150         (gmm-message): Reflow docstring.
152 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
154         * mail-source.el (mail-source-set-1, mail-source-bind):
155         Move auth-source code out of the macro to clean it up and fix bugs.
157 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
159         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
160         by sender if it's equal to user-mail-address, it's likely to be
161         useless.
163         * mail-source.el (mail-source-bind): Don't use user or password if they
164         are not bound.  Unintern them if they are nil.  Don't use server unless
165         it's bound, and default it to empty string otherwise.
167 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
169         * mail-source.el: Load auth-source.el.
170         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
171         get user name or password, if auth-sources is set up.
173         * gnus-registry.el (gnus-registry-split-strategy): New variable for
174         strategy of splitting with parent.
175         (gnus-registry-split-fancy-with-parent)
176         (gnus-registry-post-process-groups): Use it and fix prior
177         bug (returning a list as the split result).
179         * auth-source.el (auth-sources): Remove server parameter.
180         (auth-source-pick, auth-source-user-or-password)
181         (auth-source-user-or-password-imap)
182         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
183         (auth-source-user-or-password-sftp)
184         (auth-source-user-or-password-smtp): Remove server parameter.
186 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
188         * smime.el (smime-sign-region, smime-encrypt-region)
189         (smime-decrypt-region):
190         Remove redundant calls to `generate-new-buffer-name'.
192 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
194         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
195         Don't use QP for message/rfc822.
196         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
198 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
200         * sieve-manage.el (sieve-string-bytes): Remove.
201         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
202         correct byte-length only if the process's coding-system is the same as
203         the one used internally by Emacs to represent strings.
205 2008-04-22  Juri Linkov  <juri@jurta.org>
207         * mailcap.el (mailcap-file-default-commands): New function.
209 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
211         * message.el (message-signature-separator, message-cite-function):
212         Change custom version.
214 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
216         * mm-decode.el (mm-display-external): Make temp file read-only.
218 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
220         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
221         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
222         `C-c C-f d'.
224 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
226         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
228 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
230         * auth-source.el: Added docs.
231         (auth-sources): Modify format to support server.
232         (auth-source-pick, auth-source-user-or-password)
233         (auth-source-user-or-password-imap)
234         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
235         (auth-source-user-or-password-sftp)
236         (auth-source-user-or-password-smtp): Add server parameter.
238 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
240         * gnus-registry.el: Initialize the registry when gnus-registry-install
241         is t.
243 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
245         * compface.el (uncompface): Make buffer unibyte.
247 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
249         * mail-source.el (mail-source-value):
250         Prefer fboundp to functionp so it works with macros as well.
252 2008-04-05  Glenn Morris  <rgm@gnu.org>
254         * gnus-ems.el (mm-disable-multibyte): Autoload it.
256 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
258         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
259         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
261         * nnheader.el (nnheader-init-server-buffer): Change buffer's
262         multibyteness after rather than before erasing it.
264         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
265         mm-with-multibyte.
266         (gnus-request-article-this-buffer): Make sure the proper decoding is
267         used if gnus-original-article-buffer happens to be unibyte.
269         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
270         default-enable-multibyte-characters.
272         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
273         default-enable-multibyte-characters.
275         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
277         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
279 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
281         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
282         Fix last change in case the element is not even a symbol.
284 2008-04-02  Simon Josefsson  <simon@josefsson.org>
286         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
287         imap-enable-exchange-bug-workaround.
288         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
290 2008-04-01  Simon Josefsson  <simon@josefsson.org>
292         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
293         a 100 byte status-checks into a 2-3MB transfer for each group.
294         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
295         to enable bug workaround or not.
296         (nnimap-find-minmax-uid): Only enable workaround conditionally.
298 2008-03-31  Glenn Morris  <rgm@gnu.org>
300         * message.el (mml2015-use): Declare for compiler.
301         (message-info): Require mml2015 when appropriate.
303 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
305         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
306         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
307         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
308         (nntp-service-to-port): New function.
309         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
310         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
311         (nntp-open-netcat-stream): New function.
312         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
314 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
316         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
318 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
320         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
322 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
324         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
326 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
328         * message.el (message-signature-separator): Change default.
329         Improve custom type.
330         (message-cite-function): Change default to
331         message-cite-original-without-signature.
333         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
334         toggle.
336         * message.el (message-check-news-body-syntax): Fix signature check.
337         (message-setup-1): Mark buffer as unmodified _after_ running
338         message-setup-hook and handling message-alternative-emails.
339         (message-shorten-references): Be more strict when building list of
340         valid references to comply with GNKSA.
342         * gnus-group.el (gnus-read-ephemeral-bug-group)
343         (gnus-read-ephemeral-debian-bug-group)
344         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
346         * message.el (message-info): Don't use booleanp which isn't supported
347         in Emacs 21 and XEmacs.
349 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
351         * gnus-group.el (gnus-gmane-group-download-format): Rename from
352         gnus-group-gmane-group-download-format.
353         (gnus-group-read-ephemeral-gmane-group): Rename from
354         gnus-group-read-ephemeral-gmane-group.
355         (gnus-read-ephemeral-gmane-group-url): Rename from
356         gnus-group-read-ephemeral-gmane-group-url.
357         (gnus-bug-group-download-format-alist):  New variable.
358         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
359         (gnus-read-ephemeral-emacs-bug-group): New commands.
361 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
363         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
364         (gnus-visible-headers): Improve custom type.
366 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
368         * mml.el (mml-menu): Add workarounds for XEmacs.
370         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
371         X-Boundary header.
373         * message.el (message-simplify-recipients): Fix previous commit.
375 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
377         * mm-util.el (mm-set-buffer-multibyte): New function.
378         * mm-decode.el (mm-copy-to-buffer): Use it.
380         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
381         Prefer fboundp to functionp so it works with macros as well.
383 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
385         * message.el (message-alter-recipients-discard-bogus-full-name):
386         New function.
387         (message-alter-recipients-function): New variable.
388         (message-get-reply-headers): Use it.
389         (message-replace-header): New helper function.
390         (message-recipients-without-full-name): New variable.
391         (message-simplify-recipients): New command.
393         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
395         * message.el (message-info): Handle EasyPG manual.
397         * mml.el (mml-menu): Add entry for EasyPG.
399 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
401         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
402         parameter.
404         * message.el (message-disassociate-draft): Specify drafts group name
405         fully.
407 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
409         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
410         unnecessary duplicates from the match list.
412 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
414         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
415         args of `how-many' of which the XEmacs version doesn't take; declare
416         Info-index-next as function.
418 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
420         * gnus-score.el (gnus-score-headers): Fix handling of
421         gnus-inhibit-slow-scoring.
423         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
424         string.
425         (gnus-button-url-regexp): Improve handling of parenthesis.
426         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
427         (gnus-button-handle-info-keystrokes): Handle index entries.
429 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
431         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
432         Incoming* files.
434 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
436         * auth-source.el (auth-sources): Renamed from auth-source-choices.
437         (auth-source-pick): Use it.
439 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
441         * auth-source.el (auth-source-protocols)
442         (auth-source-protocols-customize, auth-source-choices): Added and
443         modified variable customizations and defaults.
444         (auth-source-pick, auth-source-user-or-password)
445         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
446         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
447         (auth-source-user-or-password-sftp)
448         (auth-source-user-or-password-smtp): Use new variables and provide an
449         interface to netrc.el.
451 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
453         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
454         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
455         Make sure the nntp port to specify is a string.
457 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
459         * nntp.el: Use with-current-buffer.
460         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
461         dubious mm-with-unibyte-current-buffer.
462         (nntp-with-open-group-function): New function extracted from
463         nntp-with-open-group macro.
464         (nntp-with-open-group): Use the function, so it's easier to debug.
465         Add indentation and debugging info.
466         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
467         the use of the netcat alternatives.
469         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
470         Avoid mm-string-as-multibyte as well.
472         * nnweb.el (nnweb-insert-html):
473         Remove use of nnheader-string-as-multibyte.
475         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
476         (nnheader-string-as-multibyte): Remove.
478         * mm-view.el: Use inhibit-read-only.
479         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
480         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
481         or unibyte-string.
483         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
484         (mm-uu-yenc-extract): Use with-current-buffer.
486         * gnus-soup.el (gnus-soup-send-packet): Don't use
487         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
489         * nnmh.el: Use with-current-buffer.
490         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
491         mm-string-as-multibyte on the output of mm-encode-coding-string.
493         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
494         (nnimap-request-move-article): Use with-current-buffer.
496         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
497         inserting the handle-buffer's text, so the implicit multibyte->unibyte
498         conversion uses string-make-unibyte rather than string-as-unibyte.
500         * gnus-msg.el: Use with-current-buffer.
502         * message.el (message-ignored-resent-headers): Add "Delivered-To".
504 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
506         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
507         string for caching if it is 'PIN.
509 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
511         * mail-source.el (mail-source-delete-old-incoming-confirm):
512         Change default to nil.
513         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
515 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
517         * gnus-art.el (gnus-narrow-to-page): Position point properly.
518         (gnus-article-goto-prev-page): Work for articles having ^L's.
520         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
522         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
524 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
526         * gnus-bookmark.el: Adjust for renames in bookmark.el.
527         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
528         (gnus-bookmark-jump): Adjust some variable names.
530 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
532         * auth-source.el: New package.
533         (auth-source-choices): Add customization entry point variable.
535         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
536         bug.
538 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
540         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
541         (gnus-registry-initialize, gnus-registry-install-p): Use it.
542         (gnus-registry-install-shortcuts): Rename from
543         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
544         the `gnus-registry-mark-map' keymap dynamically from
545         `gnus-registry-marks'.  The generated functions update the summary line
546         when a registry mark is added or deleted, and will call
547         `gnus-registry-install-p' (see the comments in the code).
548         (gnus-registry-user-format-function-M): Use concat intelligently.
550         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
551         the registry mark functions.
553 2008-03-05  Glenn Morris  <rgm@gnu.org>
555         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
556         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
557         gnus-art.
558         (top-level): No need to load own source when compiling.
560 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
562         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
563         Suggested by <chris.anderton@zetnet.co.uk>.
565 2008-03-04  Glenn Morris  <rgm@gnu.org>
567         * gnus-sum.el (top-level): No need to require gnus when compiling,
568         since unconditionally required near start of file.
569         (gnus-summary-display-while-building): Move definition before use.
571 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
573         * gnus-registry.el (gnus-registry-user-format-function-M): Add
574         formatting function.
576 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
578         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
579         with plists.
580         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
581         Use new format.
583 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
585         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
586         `where-is-internal' that returns a range of key sequences.
588 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
590         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
592         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
593         (gnus-summary-jump-to-group): Consider windows on other displayed
594         frames as well.  Similar changes might be needed elsewhere, but that's
595         the one I've bumped into during my use.
597         * nndoc.el (nndoc-oe-dbx-type-p):
598         * gnus-msg.el (gnus-debug):
599         * gnus-group.el (gnus-update-group-mark-positions):
600         Use mm-string-to-multibyte.
602 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
604         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
605         doesn't handle NotDashEscaped.
607         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
608         (mml-dnd-attach-options): Fix typo in custom choice.
610         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
611         nndoc-article-type to mbox.
612         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
614         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
615         to nil, instead of html2text.
617         * imap.el (imap-debug): Add `imap-ping-server'.
619         * gnus-bookmark.el: Add FIXMEs.
621         * message.el (message-form-letter-separator)
622         (message-send-form-letter-delay): New variables.
623         (message-send-form-letter): Use them.  New command to send form
624         letters.  Requested by Uwe Siart.
625         (message-send-mail-function): Doc fix.  Add "Other" custom option.
627 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
629         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
630         empty author.
632 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
634         * gnus-registry.el (gnus-registry-marks): Add variable for
635         customization of marks and their appearance.
636         (gnus-registry-read-mark): Use it.
637         (gnus-registry-do-marks): Add utility function to loop through
638         `gnus-registry-marks'.
639         (gnus-registry-install-shortcuts-and-menus): Add function to install
640         shortcuts and menus.
641         (gnus-registry-initialize): Use it.
642         (gnus-registry-default-mark): Clarify documentation.
644 2008-02-29  Glenn Morris  <rgm@gnu.org>
646         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
647         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
648         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
649         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
650         Change defcustom :version from 23.0 to 23.1.
652 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
654         * gnus-registry.el (gnus-registry-follow-group-p)
655         (gnus-registry-post-process-groups): Add functions to aid registry
656         splitting and improve logging.  Clarify behavior in function
657         documentation.
658         (gnus-registry-split-fancy-with-parent): Use them.
660 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
662         * gnus-art.el: Use with-current-buffer.
664 2008-02-27  David Engster  <dengste@eml.cc>
666         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
667         Express real group name in the response.
669 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
671         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
672         (nnmairix-last-server, nnmairix-current-server): Defvar them.
673         (nnmairix-goto-original-article): Defvar gnus-registry-install and
674         autoload gnus-registry-fetch-group when compiling.
675         (nnmairix-request-group-with-article-number-correction): Remove
676         unreferenced argument passed to nnmairix-call-backend.
678 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
680         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
681         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
682         Wilde.
684 2008-02-27  Glenn Morris  <rgm@gnu.org>
686         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
687         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
688         variables to defconsts.  Convert comments to doc-strings.
689         (nnmairix-last-server, nnmairix-current-server): Convert from free
690         variables to defvars.  Convert comments to doc-strings.
691         (gnus-registry-fetch-group): Autoload.
692         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
693         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
694         (nnmairix-widget-build-editable-fields): Use car cddr rather than
695         caddr.
696         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
697         nnmairix-request-group-with-article-number-correction call.
698         (nnmairix-fast, nnmairix-group): New, less general names, for free
699         variables passed from nnmairix-request-group to
700         nnmairix-request-group-with-article-number-correction.  Declare.
701         (nnmairix-request-group-with-article-number-correction):
702         Use nnmairix-fast, nnmairix-group rather than fast, group.
704 2008-02-26  David Engster  <dengste@eml.cc>
706         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
707         version 0.5.
709 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
711         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
712         instead of making an extra function call.  Don't add the current group
713         to articles only when they have the group.  Use
714         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
715         Reported by David <de_bb@arcor.de>.
717 2008-02-24  Miles Bader  <miles@gnu.org>
719         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
720         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
721         (mm-find-mime-charset-region):
722         * mm-bodies.el (mm-encode-body):
723         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
725 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
727         * mail-source.el (mail-source-delete-incoming): Change default.
728         Supplement doc string.
730         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
732 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
734         * nnmail.el (nnmail-message-id-cache-file): Derive from
735         `gnus-home-directory'.
737 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
739         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
740         Document negative prefix.
742         * gnus-group.el (gnus-group-read-group): Document negative prefix.
744 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
746         * message.el (message-unsent-separator): Add the Exim bounce
747         separator.
749 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
751         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
752         list.
753         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
754         recipient/signer list.
756 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
758         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
759         fbound (Emacs 23 unicode), signal an error.
761 2008-02-08  Glenn Morris  <rgm@gnu.org>
763         * gnus-art.el (pgg-display-output-buffer): Declare as function.
765 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
767         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
768         ports to the calls to `netrc-machine-user-or-password' in addition to
769         "imap" and "imaps".
771 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
773         * gnus.el (gnus-group-startup-message): Add `find-image' call before
774         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
775         <hanche@math.ntnu.no>.
777 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
779         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
781 2008-02-01  Zhang Wei  <id.brep@gmail.com>
783         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
785         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
787 2008-02-01  Miles Bader  <miles@gnu.org>
789         * mml.el (mml-parse-1): Remove apparently vestigial use of
790         `mm-hack-charsets'.
791         * mm-bodies.el (mm-encode-body): Likewise.
793 2008-02-01  Kenichi Handa  <handa@m17n.org>
795         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
796         rfc2104-hexstring-to-bitstring and changed to return a byte list.
797         (rfc2104-hash): Convert the result of concat to unibyte string.
799 2008-02-01  Dave Love  <fx@gnu.org>
801         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
802         coding-system-for-read.
803         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
805         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
806         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
807         (mm-find-mime-charset-region): Remove hack-charsets stuff.
809 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
811         * mail-source.el (mail-sources): Add `group' choice.
813         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
814         parameter `in-group' to control into which group the articles go.
815         Add treatment of `group' mail-source.
817 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
819         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
820         * message.el (message-beginning-of-line): Use featurep instead of bound
821         tests in order to resolve conditionals at compile time.
823 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
825         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
827         * mm-decode.el (mm-dissect-buffer): Decode description.
829         * mml.el (mml-to-mime): Encode message header first.
831 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
833         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
834         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
836 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
838         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
840 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
842         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
843         prefix keys.
844         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
845         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
846         gnus-xmas.el.
848 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
850         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
851         Add new variables for article mark management.
852         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
853         list of extra data entries which, when present, will indicate that the
854         article ID should not be trimmed from the registry.
855         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
856         functions.
857         (gnus-registry-read-mark): New function to read a mark name from the
858         user.
859         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
860         (gnus-registry-set-article-mark-internal): New functions to add and
861         remove marks.
862         (gnus-registry-get-article-marks): New function to show the marks for
863         an article, or retrieve them for further use.
865 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
867         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
868         keys when no argument is given.
870 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
872         * gnus-sum.el (gnus-article-sort-by-random)
873         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
874         jidanni@jidanni.org.
876 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
878         * gnus-art.el (gnus-article-describe-bindings): New function.
879         (gnus-article-read-summary-keys): Use it.
880         (gnus-article-mode-map): Bind `C-h b' to it.
882 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
884         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
885         XEmacs.
886         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
887         against non-character events.
889 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
891         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
892         command.
893         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
894         instead of END.  Change name of the temp file.
895         (gnus-group-gmane-group-download-format): Add doc string.  Make it
896         customizable.
898 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
900         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
901         bind `S W' to gnus-article-wide-reply-with-original; set default
902         binding to gnus-article-read-summary-send-keys.
903         (gnus-article-read-summary-keys): Fix the order of keys; display
904         continuation keys correctly in the echo area; describe bindings
905         correctly when keys end with `C-h'.
906         (gnus-article-read-summary-send-keys): New function.
907         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
908         for gnus-article-read-summary-send-keys; display continuation keys
909         correctly in the echo area.
910         (gnus-article-reply-with-original): Ignore prefix argument.
911         (gnus-article-wide-reply-with-original): New function.
913 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
915         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
916         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
918 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
920         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
921         (gnus-group-read-ephemeral-gmane-group): New command.
923 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
925         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
927 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
929         * message.el (message-send-mail-function): Increase custom version.
931         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
932         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
934 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
936         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
937         html parts correctly; support forwarded messages.
938         (gnus-article-browse-html-article): Remove work buffers.
940         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
941         compiling.
942         (netrc-bound-and-true-p): New macro.
943         (netrc-parse): Use it instead of bound-and-true-p that is not available
944         in XEmacs 21.4.
946 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
948         * gnus-registry.el (gnus-registry-mark-article)
949         (gnus-registry-article-marks): Add functionality to mark articles
950         through the Gnus registry.
952         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
953         (netrc-parse): Use encrypt-file-alist to determine if
954         encrypt-find-model or encrypt-insert-file-contents should be used.
956 2007-12-19  Glenn Morris  <rgm@gnu.org>
958         * mml.el (message-options-set, message-narrow-to-head)
959         (message-in-body-p, message-mail-p, message-encode-message-body):
960         Autoload.
961         (message-remove-header, message-narrow-to-headers-or-head)
962         (message-subscribed-p, message-make-mail-followup-to)
963         (message-position-on-field, message-news-p)
964         (message-options-set-recipient, message-generate-headers)
965         (message-sort-headers): Declare as functions.
967 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
969         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
970         convention in doc string.
972 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
974         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
975         title to html parts.
976         (gnus-article-browse-html-article): Pass message header to it.
978         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
980 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
982         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
983         or password compatible with XEmacs.
985 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
987         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
988         format document.
989         (gnus-mime-delete-part): Don't write description line if empty.
990         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
992 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
994         * gnus-sum.el (gnus-summary-mark-unread-as-read)
995         (gnus-summary-mark-read-and-unread-as-read)
996         (gnus-summary-mark-current-read-and-unread-as-read)
997         (gnus-summary-mark-unread-as-ticked): Doc fix.
998         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1000 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1002         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1003         Christoph Conrad <christoph.conrad@gmx.de>.
1005 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1007         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1008         yes-or-no-p.
1010 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1012         * mm-decode.el (mm-add-meta-html-tag): New function.
1013         (mm-save-part-to-file, mm-pipe-part): Use it.
1015         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1016         gnus-y-or-n-p instead of y-or-n-p.
1017         (gnus-article-browse-html-parts): Work with message/external-body; use
1018         mm-add-meta-html-tag.
1020 2007-12-11  Glenn Morris  <rgm@gnu.org>
1022         * gnus-cache.el: Require gnus-sum not just when compiling.
1024         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1026         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1027         definitions before use.
1029         * mm-decode.el: Require gnus-util.
1030         (mm-remove-part): Only call delete-annotation on XEmacs.
1032         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1034         * nnmail.el: Require gnus-int.
1036         * spam.el: Move `require's before `eval-when-compile's.
1038         * gnus-ems.el (gnus-alive-p):
1039         * gnus-fun.el (message-goto-eoh):
1040         * gnus-util.el (gnus-group-name-decode):
1041         * mail-source.el (gnus-compress-sequence):
1042         * message.el (Info-goto-node, format-spec):
1043         * mm-bodies.el (message-options-get):
1044         * mm-decode.el (mm-view-pkcs7):
1045         * mm-util.el (gmm-write-region):
1046         * mml-smime.el (mml-compute-boundary)
1047         (gnus-completing-read-with-default):
1048         * mml.el (widget-button-press, gnus-make-hashtable):
1049         * mml1991.el (mm-decode-content-transfer-encoding)
1050         (mm-encode-content-transfer-encoding)
1051         (message-options-get, message-options-set):
1052         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1053         * nnfolder.el (gnus-request-group):
1054         * nnheader.el (ietf-drums-unfold-fws):
1055         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1056         * smime.el (gnus-run-mode-hooks):
1057         * spam-stat.el (gnus-message): Autoload.
1059         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1060         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1061         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1062         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1063         Add declare-function compatibility definition.
1065         * gnus-cache.el (nnvirtual-find-group-art):
1066         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1067         (gnus-add-image, gnus-add-wash-type):
1068         * gnus-group.el (nnkiboze-score-file):
1069         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1070         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1071         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1072         (message-tokenize-header, gnus-get-buffer-create)
1073         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1074         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1075         * gnus.el (gnus-group-decoded-name):
1076         * mail-source.el (imap-capability):
1077         * mm-bodies.el (message-options-set):
1078         * mm-decode.el (gnus-configure-windows):
1079         * mm-extern.el (message-goto-body):
1080         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1081         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1082         (epg-sub-key-validity, message-options-set):
1083         * mml.el (widget-event-point, gnus-configure-windows):
1084         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1085         * mml2015.el (epg-check-configuration, epg-configuration)
1086         (message-options-set):
1087         * nndb.el (nndb-request-article):
1088         * nnfolder.el (gnus-request-create-group):
1089         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1090         * nnmaildir.el (gnus-group-mark-article-read):
1091         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1092         * rfc1843.el (message-fetch-field):
1093         * spam.el (gnus-extract-address-components):
1094         Declare as functions.
1096 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1098         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1100 2007-12-09  Glenn Morris  <rgm@gnu.org>
1102         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1104         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1105         * message.el, mm-view.el, sieve-manage, smime.el:
1106         Add declare-function compatibility definition.
1108         * gnus-art.el (w3-region, w3m-region, Info-menu):
1109         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1110         * gnus-sum.el (gnus-get-predicate):
1111         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1112         * message.el (mail-abbrev-in-expansion-header-p):
1113         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1114         (w3m-detect-meta-charset, w3m-region):
1115         * sieve-manage.el (password-read, password-cache-add)
1116         (password-cache-remove):
1117         * smime.el (password-read-and-add): Declare as functions.
1119 2007-12-08  David Kastrup  <dak@gnu.org>
1121         * gnus-sum.el (gnus-summary-simplify-subject-query):
1122         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1123         `message'.
1125 2007-12-07  Glenn Morris  <rgm@gnu.org>
1127         * gnus-art.el (article-make-date-line): Revert previous change.
1129 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1131         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1133 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1135         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1136         Call gnus-add-to-range ranges only once with a prepared article-list.
1138 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1140         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1141         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1142         group names with backslashes.  Reported by Tassilo Horn
1143         <tassilo@member.fsf.org>.
1145 2007-12-06  D. Goel  <deego3@gmail.com>
1147         * gnus-art.el (article-make-date-line):
1148         * gnus-start.el (gnus-load):
1149         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1151 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1153         * gnus-art.el (gnus-use-idna)
1154         * gnus-start.el (gnus-site-init-file)
1155         * message.el (message-use-idna)
1156         * mm-uu.el (mm-uu-hide-markers)
1157         * smiley.el (smiley-style): Revert changes that suppress warnings.
1159 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1161         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1162         specify charset to html source.  Reported by Christoph Conrad
1163         <christoph.conrad@gmx.de>.
1165 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1167         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1168         idna-program in order to suppress byte compile warning issued by XEmacs
1169         that came to byte compile the default value section of defcustom forms
1170         recently.
1172         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1173         value of installation-directory.
1175         * message.el (message-use-idna): Don't directly refer to the value of
1176         idna-program.
1178         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1180         * smiley.el (smiley-style): Don't directly call face-attribute.
1182 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1184         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1186         * gnus-dired.el: Reduce Gnus dependencies.
1187         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1188         require.  Use autoloads instead.
1189         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1190         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1191         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1192         (gnus-dired-mode): Adjust doc string.
1193         (gnus-dired-mail-mode): New variable.
1194         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1195         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1196         (gnus-dired-mail-buffers): New function.  Return mail or message
1197         composition buffers.
1198         (gnus-dired-attach): Use it.
1199         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1200         NO-DECODE.
1201         (gnus-dired-print): Use `gnus-print-buffer' depending on
1202         `gnus-dired-mail-mode'.
1204 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1206         * rfc2047.el (rfc2047-encoded-word-regexp)
1207         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1208         explaining what regexp patterns are for.
1210 2007-12-04  Glenn Morris  <rgm@gnu.org>
1212         * password.el: Move to ../password-cache.el.
1214         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1215         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1216         * mml-smime.el (password-read, password-cache-add)
1217         (password-cache-remove):
1218         No need to autoload, since mml-sec requires password.
1220         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1221         * message.el (gnus-extract-address-components):
1222         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1224         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1225         password.
1227 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1229         * mailcap.el: Reduce dependencies.
1230         (mail-header-parse-content-type): Autoload.
1231         (mailcap-delete-duplicates): New alias.
1232         (mailcap-mime-info): Add optional argument NO-DECODE.
1233         (mailcap-mime-types): Use mailcap-delete-duplicates.
1235         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1237 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1240         function.
1242         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1243         (gnus-uu-yenc-article): New function.
1245         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1247         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1248         buffer.
1250 2007-12-02  Glenn Morris  <rgm@gnu.org>
1252         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1253         Move to ../net.
1255         * binhex.el, uudecode.el: Move to ../mail.
1257         * encrypt.el: Remove file.
1259 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1261         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1262         matches on patches.
1264         * gnus-art.el (gnus-article-browse-html-article): Mention
1265         `mm-text-html-renderer' in the doc string.
1267         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1268         string.  Add comments.
1270         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1271         if rhs is ASCII.
1273 2007-12-01  Glenn Morris  <rgm@gnu.org>
1275         * dig.el, dns.el: Move to ../net.
1276         * format-spec.el, hex-util.el, sha1.el: Move to ../.
1278         * mail-source.el (top-level): Require format-spec before
1279         eval-when-compile.
1281 2007-11-30  Glenn Morris  <rgm@gnu.org>
1283         * encrypt.el: Require password, rather than autoloading password-read.
1285 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1287         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1288         caller can indicate whether the cache should be disregarded for this
1289         call.  This way the result of the call is reproducible at all times and
1290         can be considered a canonical server name for the supplied method.
1291         (gnus-agent-method-p): Canonicalize server names by pushing their
1292         method through `gnus-method-to-server' using the no-cache argument.
1294         * gnus-srvr.el (gnus-server-insert-server-line): Call
1295         `gnus-method-to-server' with `no-cache' argument.
1297         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1298         gnus-agent-possibly-synchronize-flags as this should be called when the
1299         server is actually being opened.
1300         (gnus-agent-possibly-synchronize-flags)
1301         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1302         flags file of an agentized server to the latter function.
1304         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1305         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1306         after a connection has been established successfully.
1308 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1310         * gnus-art.el (article-display-face): Force to display face if called
1311         interactively; check if gnus-article-x-face-too-ugly matches author.
1312         (article-display-x-face): Display face even if From header is missing
1313         as article-display-face does.
1315 2007-11-28  Richard Stallman  <rms@gnu.org>
1317         * md4.el: Move to ../.
1318         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1320 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1322         * mail-source.el (mail-sources): Default to fetch from file for
1323         compatibility with default of nnmail-spool-file.
1325 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1327         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1328         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1329         to look for encoded word that should be encoded again.
1330         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1331         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1332         encoding pattern.
1333         (rfc2047-decode-region): Switch strict regexp and loose one according
1334         to rfc2047-allow-irregular-q-encoded-words.
1336 2007-11-26  Simon Josefsson  <simon@josefsson.org>
1338         * imap.el: Move to ../net directory.
1340 2007-11-25  Romain Francoise  <romain@orebokech.com>
1342         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1344 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1346         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1347         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1349         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1350         `nnmail-spool-file'.
1352         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1353         `nnmail-spool-file'.
1355         * gnus-move.el (gnus-change-server): Ditto.
1357         * gnus-kill.el (gnus-batch-score): Ditto.
1359         * gnus-cache.el (gnus-jog-cache): Ditto.
1361         * gnus-msg.el (gnus-summary-reply):
1362         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1364 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1366         * gnus-cache.el (gnus-cache-generate-nov-databases):
1367         Use nnml-generate-nov-databases-directory instead of
1368         nnml-generate-nov-databases-1.
1370 2007-11-24  Glenn Morris  <rgm@gnu.org>
1372         * message.el (message-tool-bar-retro): Update for rename
1373         mail_send.xpm->mail-send.xpm.
1375 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1377         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1378         `smime-ldap-search' for Emacs 22 and up.
1380 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1382         * hashcash.el: Move to ../mail directory.
1384         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
1386         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1387         `smime-ldap-search' for Emacs 22 and up.
1389 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1391         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1393         * message.el (message-send-mail-function): Fix error convention.
1394         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1395         (message-widen-reply, message-send-mail, message-talkative-question)
1396         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1397         (message-clone-locals, message-send-news): Use with-current-buffer.
1398         (message-insert-or-toggle-importance): Remove unused var `valid'.
1399         (message-make-references): Remove unused var `new-references'.
1400         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1402 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1404         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1405         (spam-split-symbolic-return-positive): Reflow docstring.
1406         (spam-backends, spam-summary-exit-behavior)
1407         (spam-mark-ham-unread-before-move-from-spam-group)
1408         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1409         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1410         (spam-clear-cache, spam-backend-check, spam-install-backend)
1411         (spam-install-statistical-backend, spam-list-of-processors)
1412         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1413         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1414         (spam-check-crm114, spam-initialize, spam-unload-hook):
1415         Fix typos in docstrings.
1417 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1419         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1420         been checked if they have never been read and those group levels are
1421         higher than the one that a user specified.
1423 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1425         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1426         foreign groups unless a group level is specified by a user.
1427         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1429 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1431         * message.el (message-send-mail-function): Require sendmail.
1433 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1435         * message.el (message-send-mail-function): Check for smtpmail too.
1437         * utf7.el (utf7-encode, utf7-decode): Use coding system
1438         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1440         * message.el (message-send-mail-function): New function.
1441         (message-send-mail-function): Set default using
1442         message-send-mail-function.  Adjust doc string.
1443         (message-send-mail-with-mailclient): New function.
1445 2007-11-17  Richard Stallman  <rms@gnu.org>
1447         * assistant.el: Remove file.
1449 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1451         * smime.el (from):
1452         * rfc2047.el (message-posting-charset):
1453         * qp.el (mm-use-ultra-safe-encoding):
1454         * pop3.el (parse-time-months):
1455         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1456         * nnml.el (files):
1457         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1458         (jka-compr-compression-info-list, ange-ftp-path-format)
1459         (efs-path-regexp):
1460         * nndiary.el (files):
1461         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1462         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1463         (epg-digest-algorithm-alist, inhibit-redisplay)
1464         (password-cache-expiry):
1465         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1466         (pgg-output-buffer, password-cache-expiry):
1467         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1468         (efs-path-regexp):
1469         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1470         (inhibit-redisplay):
1471         * mm-uu.el (file-name, start-point, end-point, entry)
1472         (gnus-newsgroup-name, gnus-newsgroup-charset):
1473         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1474         (latin-unity-ucs-list):
1475         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1476         (mm-uu-binhex-decode-function):
1477         * message.el (gnus-message-group-art, gnus-list-identifiers, )
1478         (rmail-enable-mime-composing, gnus-local-organization)
1479         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1480         (gnus-read-active-file, facemenu-add-face-function)
1481         (facemenu-remove-face-function, gnus-article-decoded-p)
1482         (tool-bar-mode):
1483         * mail-source.el (display-time-mail-function):
1484         * gnus-util.el (nnmail-pathname-coding-system)
1485         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1486         (gnus-original-article-buffer, gnus-user-agent)
1487         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1488         (xemacs-codename, sxemacs-codename, emacs-program-version):
1489         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1490         * gnus-start.el (gnus-agent-covered-methods)
1491         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1492         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1493         (gnus-newsgroup-headers, gnus-group-list-mode)
1494         (gnus-group-mark-positions, gnus-newsgroup-data)
1495         (gnus-newsgroup-unreads, nnoo-state-alist)
1496         (gnus-current-select-method, mail-sources)
1497         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1498         (nnmail-spool-file, gnus-cache-active-hashtb):
1499         * gnus-mh.el (mh-lib-progs):
1500         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1501         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1502         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1503         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1504         (gnus-group-buffer):
1505         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1506         (font-lock-set-defaults):
1507         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1508         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1509         (gnus-summary-post-menu, total-parts, type, condition, length):
1510         * gnus-agent.el (gnus-agent-read-agentview):
1511         * flow-fill.el (show-trailing-whitespace):
1512         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1513         eval-and-compile wrappers for byte compiler pacifiers.
1515         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1516         (mm-display-inline-fontify): Check for featurep 'xemacs not
1517         extent-list.
1519         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1520         itimer-list.
1521         (mm-create-image-xemacs): Only do something for XEmacs.
1522         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1524         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1526         * gnus-registry.el (gnus-adaptive-word-syntax-table):
1527         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1529 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1531         * nnimap.el (nnimap-split-download-body):
1532         * gnus-demon.el (gnus-demon):
1533         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1535 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1537         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1538         macros.
1539         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1540         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1541         copy data from unibyte buffer to multibyte current buffer.
1542         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1543         to copy data from unibyte current buffer to multibyte buffer.
1544         (nntp-make-process-buffer): Make process buffer unibyte.
1546         * pop3.el (pop3-open-server): Fix typo in Lisp code.
1548 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
1550         * pop3.el (pop3-open-server): Accept and process data more robustly at
1551         connexion start to avoid spurious "POP SSL connexion failed" errors.
1553 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1555         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1556         read group names.
1558 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
1560         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1562 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1564         * nnmail.el (nnmail-parse-active): Make group names unibyte.
1565         (nnmail-save-active): Use a unibyte buffer when saving active file,
1566         which may contain non-ASCII group names.
1568         * nnml.el (nnml-request-group): Decode group names in messages.
1570 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
1572         * message.el (message-citation-line-function)
1573         (message-insert-formatted-citation-line): Fix spelling of
1574         `message-insert-formated-citation-line'.
1576 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
1578         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1580 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1582         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1583         nnmail-pathname-coding-system.
1585         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1586         that a user enters; decode group names in messages.
1588         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1590 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1592         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1594         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1596         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1597         risky local variable.
1599         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1601 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1603         * encrypt.el: Improve documentation to fix function name typo.
1604         Reported by Daiki Ueno <ueno@unixuser.org>.
1606 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1608         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1609         even if the point is not in the last page of an article.
1610         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1611         back to the previous page.
1613 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
1615         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1617 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1619         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1621 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1623         * message.el (message-check-news-body-syntax): Avoid
1624         mm-string-as-multibyte.
1625         (message-hide-headers): Don't assume (point-min)==1.
1627 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1629         * message.el (message-remove-blank-cited-lines): Fix if remove is
1630         given.
1631         (message-bogus-address-regexp): New variable.
1632         (message-bogus-recipient-p): New function.
1633         (message-check-recipients): New command.
1634         (message-syntax-checks): Add `bogus-recipient'.
1635         (message-fix-before-sending): Add `bogus-recipient'.
1637         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1638         (gnus-treat-body-boundary): Don't test window-system.
1640 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
1642         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1644 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1646         * gnus.el: Bump version to Gnus v5.13.
1648 2007-10-28  Miles Bader  <miles@gnu.org>
1650         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1651         at compile-time too.
1653 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1655         * gnus-msg.el (gnus-message-setup-hook): Add
1656         `message-remove-blank-cited-lines' to options.
1658 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1660         * message.el (message-remove-blank-cited-lines): New function.
1661         Suggested by Karl Plästerer.
1663 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1665         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1666         mapc.
1668         * imap.el (imap-open): Replace mapcar called for effect with mapc.
1669         (top-level): Use mapc to set functions to be traced for debugging.
1671         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1672         called for effect with while loop.
1674         * message.el (message-talkative-question): Replace mapcar called for
1675         effect with mapc.
1677         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1678         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1679         called for effect with dolist.
1681         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1683         * nndiary.el: Use dolist instead of mapcar to add diary headers to
1684         gnus-extra-headers and nnmail-extra-headers.
1686         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1687         called for effect with dolist.
1688         (top-level): Use mapc to set functions to be traced for debugging.
1690         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1691         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1692         dolist.
1694         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1695         Replace mapcar called for effect with mapc.
1696         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1697         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1698         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1699         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1701         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1702         remove-if that's a cl function.
1704         * webmail.el (webmail-debug): Replace mapcar called for effect with
1705         dolist.
1707 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1709         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1710         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1711         with while loop.
1713         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1714         functions from article-* functions.
1715         (gnus-multi-decode-header): Replace mapcar called for effect with
1716         dolist.
1718         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1719         (gnus-bookmark-show-details): Replace mapcar called for effect with
1720         while loop.
1722         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1723         called for effect with while loop.
1725         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1726         with dolist.
1728         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1729         mapcar called for effect with dolist.
1731         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1733         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1734         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1735         Replace mapcar called for effect with dolist.
1736         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1737         mapc.
1739         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1740         Replace mapcar called for effect with dolist.
1741         (gnus-topic-list): Replace mapcar called for effect with mapc.
1743         * gnus.el: Use mapc instead of mapcar to add autoloads.
1745 2007-10-23  Richard Stallman  <rms@gnu.org>
1747         * gnus-group.el (gnus-group-highlight): Mark as risky.
1749 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1751         * gnus.el (gnus-server-to-method): Return method found first in
1752         gnus-newsrc-alist.
1754         * gnus-art.el (gnus-article-highlight-signature)
1755         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1756         button overlay without the front stickiness.
1758 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
1760         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1761         overview buffer needed a catch to receive its throw.
1762         (gnus-agent-flush-cache): Declared as interactive to make this function
1763         easier to use.
1765 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
1767         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1768         `next-line'.
1770 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1772         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1773         exclude address matching message-dont-reply-to-names.
1775 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1777         * gnus-util.el (gnus-string<): New function.
1779         * gnus-sum.el (gnus-article-sort-by-author)
1780         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1782 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1784         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1785         the frame-focus tag is set in gnus-buffer-configuration.
1787 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1789         * gnus-art.el (gnus-article-add-button): Make a button overlay without
1790         the front stickiness.
1792 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1794         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1795         url pattern; remove duplicate one.
1796         (gnus-article-extend-url-button): New function.
1797         (gnus-article-add-buttons): Use it.
1798         (gnus-button-push): Use concatenated url that it makes.
1800 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
1802         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1803         (sieve-manage-open): Use `mapc' instead of `mapcar'.
1805 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1807         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1808         Don't hardcode point-min==1.
1810 2007-09-30  David Kastrup  <dak@gnu.org>
1812         * gnus-art.el (gnus-article-reply-with-original)
1813         (gnus-article-followup-with-original): When `transient-mark-mode' is
1814         off, refrain from active-region behavior for followups.
1816 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
1818         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1819         Fix comment about "iso8859-1".
1821 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
1823         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1824         ones returned from the verify-function.
1826         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1827         mml2015-extract-cleartext-signature if extraction failed.
1829 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
1831         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1832         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1833         failed.
1835 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1837         * Relicense "GPLv2 or later" files to "GPLv3 or later".
1839 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
1841         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
1842         to mark a thread as expirable.  Add variable `hide' to handle hiding of
1843         thread for both the null and zero (kill/expire thread) universal prefix
1844         cases.
1845         (gnus-summary-expire-thread): Add new function to expire a thread,
1846         using gnus-summary-kill-thread.
1847         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
1848         shortcuts for gnus-summary-expire-thread.
1849         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
1850         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
1852 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1854         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
1855         extras value, so an extras entry can be deleted.
1856         (gnus-registry-delete-extra-entry): Use it.
1857         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
1858         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
1859         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
1860         storage through the gnus-registry, and provide an appropriate API for
1861         it.
1863 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1865         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
1866         Suggested by Leo <sdl.web@gmail.com>.
1868         * gnus.el: Do.
1870 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1872         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
1873         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
1875         * gnus-agent.el (gnus-agent-fetch-headers): Do.
1877         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1878         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
1880 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1882         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
1883         newline.
1884         (nnmbox-request-accept-article): Don't change article in source buffer;
1885         narrow to header to use message-fetch-field rather than
1886         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
1887         (nnmbox-request-replace-article): Quote lines that'll be misidentified
1888         as delimiters; make sure article ends with newline.
1889         (nnmbox-delete-mail): Correct last position of article to be deleted;
1890         ignore X-Gnus-Newsgroup header in article body.
1891         (nnmbox-save-mail): Quote lines looking like delimiters at the right
1892         positions; make sure article ends with newline.
1894         * message.el (message-display-abbrev): Don't infloop when a user
1895         inserts SPC in the beginning of header.
1897 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
1899         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
1900         list of groups not followed by default.  Fix type to be regexp.
1901         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
1903 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
1905         * hmac-def.el (define-hmac-function): Switch from old-style to
1906         new-style backquotes.
1908         * md4.el (md4-make-step): Likewise.
1910 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1912         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
1913         raw-text coding system when saving .newsrc file, which may contain
1914         non-ASCII group names.
1916 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1918         * gnus-cus.el (gnus-score-extra): New widget.
1919         (gnus-score-extra-convert): New function.
1920         (gnus-score-customize): Use it for Extra.
1922 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
1924         * mml2015.el (mml2015-extract-cleartext-signature): New function.
1925         (mml2015-mailcrypt-clear-verify): Use it.
1926         (mml2015-gpg-clear-verify): Use it.
1927         (mml2015-pgg-clear-verify): Use it.
1928         (mml2015-epg-clear-verify): Replace the current part with the output
1929         from GnuPG; don't extract the plaintext by itself.
1931         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
1932         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
1933         mml2015-clear-verify-function; don't touch the armor headers or
1934         dash-escaped text here.
1936 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1938         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
1939         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
1940         parts, or application/octet-stream as a last resort.
1941         (gnus-mime-view-part-as-type): Don't toggle display.
1942         (gnus-mime-view-part-as-charset): Don't turn off display before
1943         querying charset.
1945         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
1946         stuff to undisplayer function in Emacs.
1947         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
1949         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
1950         text/calendar parts.
1952 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1954         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
1955         decoding text/calendar parts.
1957         * message.el (message-forward-make-body-mime): Always mark body as
1958         having no illegible text; remove signed-or-encrypted argument.
1959         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
1961         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
1962         (mml-generate-mime-1): Don't encode body if it is specified to be in
1963         raw form; don't make buffer be unibyte when inserting multibyte string.
1965 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1967         * sha1.el: Fix up comment style.
1968         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
1969         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
1971         * hex-util.el: Fix up comment style.
1972         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
1974         * gnus-salt.el: Use with-current-buffer.
1975         (gnus-pick-setup-message): Fix long-standing typo.
1977 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1979         * imap.el (imap-logout-timeout): New variable.
1980         (imap-logout, imap-logout-wait): New functions.
1981         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
1983         * nnimap.el (nnimap-logout-timeout): New server variable.
1984         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
1985         nnimap-logout-timeout.
1987         * gnus-art.el (gnus-article-summary-command-nosave)
1988         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
1990 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1992         * gnus.el (gnus-maximum-newsgroup): New variable.
1994         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
1995         according to gnus-maximum-newsgroup.
1997         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1998         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
1999         Limit the range of articles according to gnus-maximum-newsgroup.
2001 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2003         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2004         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2005         Don't perform gnus-configure-windows here; reuse existing sticky
2006         article buffer.
2008         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2009         it doesn't exist in gnus-article-mode.
2011 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2013         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2014         (gnus-agent-decoded-group-name): New function.
2015         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2016         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2018 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2020         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2021         Add binding for gnus-sticky-article.
2022         (gnus-summary-exit): Don't kill sticky article buffers.
2024         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2025         article buffer.
2026         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2027         (gnus-kill-sticky-article-buffers): New commands.
2029 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2031         * nntp.el (nntp-xref-number-is-evil): New server variable.
2032         (nntp-find-group-and-number): If it is non-nil, don't trust article
2033         numbers in the Xref header.
2035 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2037         * gnus-agent.el (gnus-agent-read-group): New function.
2038         (gnus-agent-flush-group, gnus-agent-expire-group)
2039         (gnus-agent-regenerate-group): Use it.
2040         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2041         nnmail-pathname-coding-system.
2043 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2045         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2047         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2048         that are unread as unread, and also as selected so that information of
2049         marks having been changed by a user may be updated when exiting group.
2051 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
2053         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2055 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2057         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2058         calculated ignoring signature parts to gnus-treat-article.
2060 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2062         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2063         a point here in order to keep the window start.
2064         (gnus-insert-mime-security-button): Make a button overlay without the
2065         front stickiness.
2066         (gnus-mime-display-security): Goto the end of a button.
2068         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2070 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2072         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2073         group-name-at-point.
2074         (gnus-group-completing-read): New function that offers decoded
2075         non-ASCII group names for completion.
2076         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2077         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2078         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2079         (gnus-group-fetch-control): Use it.
2080         (gnus-fetch-group): Use group-name-at-point for the initial value
2081         rather than the default value; use gnus-alive-p.
2083         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2084         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2085         (gnus-summary-post-news): Use gnus-group-completing-read.
2087         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2088         (gnus-read-move-group-name): Decode group name for completion.
2090 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2092         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2093         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2094         Yamaoka slightly modified the code).
2096 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2098         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2099         (nnmail-split-incoming): Bind it.
2101         * nnml.el (nnml-group-name-charset): New function.
2102         (nnml-decoded-group-name): Use it; don't decode group name if
2103         nnmail-group-names-not-encoded-p is non-nil.
2104         (nnml-encoded-group-name): New function.
2105         (nnml-group-pathname): Inline nnml-decoded-group-name.
2106         (nnml-request-expire-articles): Decode group name in message.
2107         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2108         nnmail-pathname-coding-system.
2109         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2110         not decoded ones according to nnmail-group-names-not-encoded-p.
2111         (nnml-generate-active-info): Use nnml-encoded-group-name.
2113 2007-08-08  Glenn Morris  <rgm@gnu.org>
2115         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2116         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2117         doc-strings and comments.
2119 2007-07-25  Glenn Morris  <rgm@gnu.org>
2121         * Relicense all FSF files to GPLv3 or later.
2123 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2125         * gnus-sum.el (gnus-summary-move-article): Make
2126         gnus-summary-respool-article work.
2128 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2130         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2131         string.
2133 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2135         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2136         that should be ignored when comparing distant RSS articles with local
2137         ones.
2138         (nnrss-make-hash-index): New function.  Create a hash index according
2139         to the ignored fields.
2140         (nnrss-check-group): Use it.
2142 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2144         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2146         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2148         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2149         the new optional argument ENCODED is non-nil.
2150         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2151         coding system for encoding group name.
2152         (gnus-group-make-rss-group): Pass un-encoded group name to
2153         gnus-group-make-group.
2154         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2155         encoded.
2157         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2158         Encode group name to which articles are moved or copied.
2159         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2160         coding system for encoding Newsgroup, Followup-To and Xref headers.
2162         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2163         marks; use nnheader-file-coding-system to write a file.
2164         (nnagent-retrieve-headers): Bind file-name-coding-system to
2165         nnmail-pathname-coding-system.
2167         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2169         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2170         (nnml-request-article, nnml-request-create-group)
2171         (nnml-request-rename-group, nnml-find-id)
2172         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2173         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2174         (nnml-save-marks): Use nnml-group-pathname instead of
2175         nnmail-group-pathname.
2177         (nnml-request-create-group, nnml-request-expire-articles)
2178         (nnml-request-move-article, nnml-request-delete-group)
2179         (nnml-deletable-article-p, nnml-possibly-create-directory)
2180         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2181         (nnml-open-marks): Bind file-name-coding-system to
2182         nnmail-pathname-coding-system.
2184         (nnml-request-article): Pass server argument to nnml-find-group-number.
2185         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2186         server argument to nnml-possibly-create-directory.
2187         (nnml-request-accept-article): Pass server argument to
2188         nnml-active-number and nnml-save-mail.
2189         (nnml-find-group-number): Pass server argument to nnml-find-id.
2190         (nnml-request-update-info): Pass server argument to
2191         nnml-marks-changed-p.
2193         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2194         (nnml-save-mail, nnml-active-number): Add server argument.
2196         (nnml-request-delete-group): Warn if group is missing.
2197         (nnml-get-nov-buffer): Decode group name.
2198         (nnml-generate-active-info): Encode group name.
2199         (nnml-open-marks): Decode group name in messages.
2201 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2203         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2204         if it is not specified.
2205         (gnus-article-pipe-part, gnus-article-save-part)
2206         (gnus-article-interactively-view-part, gnus-article-copy-part)
2207         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2208         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2209         (gnus-article-replace-part, gnus-article-delete-part)
2210         (gnus-article-view-part-as-type): Pass raw prefix argument to
2211         gnus-article-part-wrapper.
2213 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2215         * gnus-agent.el (gnus-agent-save-active): Bind
2216         nnheader-file-coding-system to gnus-agent-file-coding-system.
2218         * gnus-cache.el (gnus-cache-save-buffers)
2219         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2220         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2221         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2222         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2223         (gnus-cache-generate-active, gnus-cache-rename-group)
2224         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2225         (gnus-cache-update-overview-total-fetched-for): Bind
2226         file-name-coding-system to nnmail-pathname-coding-system.
2227         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2228         variables.
2229         (gnus-cache-decoded-group-name): New function.
2230         (gnus-cache-file-name): Use it.
2231         (gnus-cache-generate-active): Use non-decoded group name for active.
2233         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2234         right place.
2235         (gnus-write-active-file): Don't break non-ASCII group names.
2237         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2238         nnmail-pathname-coding-system.
2240         * gnus-uu.el (gnus-uu-decode-save): Typo.
2242 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2244         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2246 2007-07-14  David Kastrup  <dak@gnu.org>
2248         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2249         finishing actions if we did not edit the article.
2251 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2253         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2254         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2255         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2256         (gnus-agent-flush-group, gnus-agent-flush-cache)
2257         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2258         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2259         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2260         (gnus-agent-regenerate-group)
2261         (gnus-agent-update-files-total-fetched-for)
2262         (gnus-agent-update-view-total-fetched-for): Bind
2263         file-name-coding-system to nnmail-pathname-coding-system.
2264         (gnus-agent-group-pathname): Don't encode file names by
2265         nnmail-pathname-coding-system.
2266         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2267         coding-system-for-write instead of buffer-file-coding-system to
2268         gnus-agent-file-coding-system.
2270         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2271         Decode group name.
2273         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2275         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2276         (gnus-read-newsrc-el-file): Make group names unibyte.
2278         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2279         nnmail-pathname-coding-system.
2281         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2282         (nnrss-request-delete-group): Bind file-name-coding-system to
2283         nnmail-pathname-coding-system.
2284         (nnrss-read-server-data, nnrss-read-group-data): Bind
2285         file-name-coding-system correctly.
2286         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2288         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2289         (nntp-server-to-method-cache): New variable.
2290         (nntp-group-pathname): New function that decodes non-ASCII group names.
2291         (nntp-possibly-create-directory, nntp-marks-changed-p)
2292         (nntp-save-marks, nntp-open-marks): Use it.
2293         (nntp-possibly-create-directory, nntp-open-marks):
2294         Bind file-name-coding-system to nnmail-pathname-coding-system.
2295         (nntp-open-marks): Decode group names when bootstrapping marks.
2297         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2298         Newsgroups and Folowup-To headers.
2300 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2302         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2303         (gnus-server-closed-face, gnus-server-denied-face)
2304         (gnus-server-offline-face): Remove variable.
2305         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2307         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2308         of modifying message-stack directly for XEmacs.
2310         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2311         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2312         if the coding-system argument is nil for XEmacs.
2314         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2315         mm-charset-override-alist.
2317         * rfc2047.el: Don't require base64; require rfc2045 for the function
2318         rfc2045-encode-string.
2319         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2320         to quote the parameter value.
2322 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2324         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2325         form in gnus-group-name-charset-method-alist.
2327         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2328         overrides the default layout edit-form.
2330         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2332         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2334 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2336         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2337         as unfetched articles.
2339 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2341         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2343 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2345         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2346         original back end that keeps marks in the local system.
2348 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2350         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2351         arg of pop-to-buffer for XEmacs.
2352         (gnus-article-read-summary-keys): Ditto; don't restore window
2353         configuration if summary command ends up with neither article buffer
2354         nor summary buffer; describe bindings if summary keys end with C-h.
2356 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2358         * message.el (message-fix-before-sending): Skip raw message part to be
2359         forwarded while checking illegible text.
2360         (message-forward-make-body-mime, message-forward-make-body): Mark
2361         signed or encrypted raw message as having no illegible text.
2363 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2365         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2366         (gnus-message-with-timestamp-1): New macro.
2367         (gnus-message-with-timestamp): New function.
2368         (gnus-message): Use them.
2370         * nnheader.el (nnheader-message): Use them.
2372 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2374         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2375         .newsrc.eld file.
2377 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2379         * gnus-agent.el (gnus-agent-fetch-headers)
2380         (gnus-agent-retrieve-headers): Bind
2381         gnus-decode-encoded-address-function to identity.
2383         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2384         available also when the server returns simply a dot.
2386         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2388 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2390         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2392 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2394         * gnus-ems.el (gnus-x-splash): Make it work.
2396         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2397         from being used.
2399 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2401         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2402         the front stickiness.
2403         (gnus-article-summary-command-nosave): Correct the order of the
2404         arguments passed to pop-to-buffer.
2405         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2406         summary command ends up with the article buffer.
2408         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2409         the same faces.
2411 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2413         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2415 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2417         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2418         * gnus-sum.el (gnus-summary-highlight):
2419         * mail-source.el (mail-source-delete-old-incoming-confirm):
2420         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2422 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2424         * gnus-art.el (gnus-mime-view-part-externally)
2425         (gnus-mime-view-part-internally): Fix predicate function passed to
2426         completing-read.
2428         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2430         * gnus.el (gnus-update-message-archive-method): Add :version.
2432 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2434         * gnus.el (gnus-update-message-archive-method): New variable.
2436         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2437         according to gnus-message-archive-method if
2438         gnus-update-message-archive-method is non-nil.
2440 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2442         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2443         by Loic Dachary <loic@dachary.org>.
2444         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2446 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2448         * message.el (message-pop-to-buffer): Add switch-function argument.
2449         (message-mail): Pass switch-function argument to it.
2451 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
2453         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2454         Improve doc string.
2456 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2458         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2459         (gnus-header-content)
2460         * gnus-cite.el (gnus-cite-10)
2461         * gnus-srvr.el (gnus-server-closed)
2462         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2463         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2464         (gnus-group-mail-3-empty, gnus-group-mail-low)
2465         (gnus-group-mail-low-empty, gnus-splash)
2466         * message.el (message-header-to, message-header-cc)
2467         (message-header-subject, message-header-other, message-header-name)
2468         (message-header-xheader, message-separator, message-cited-text)
2469         (message-mml): Lighten colors of faces used for dark background.
2471 2007-05-24  Simon Josefsson  <simon@josefsson.org>
2473         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2474         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
2476 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2478         * message.el (message-narrow-to-headers-or-head):
2479         Ignore mail-header-separator in the body.
2481 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2483         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2484         same as window size.
2486 2007-05-22  Kevin Ryde  <user42@zip.com.au>
2488         * message.el (message-font-lock-keywords): Use message-header-xheader
2489         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
2490         ahead of the anything pattern, to get it recognised.
2492 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
2494         * gnus-sum.el (gnus-articles-to-read)
2495         (gnus-summary-insert-old-articles): Don't truncate group name for
2496         `read-string'.
2498         * gnus-util.el (gnus-limit-string): Delete this function.
2500         * gnus-sum.el (gnus-simplify-subject-fully): Use
2501         `truncate-string-to-width' instead.
2503 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
2505         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
2506         if, on summary exit, the next group has to be selected.
2507         (gnus-summary-exit): Use it.
2509 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2511         * gnus-art.el (gnus-article-mode): Fix comment about displaying
2512         non-break space.
2514 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2516         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2517         Check if group is not a directory.
2518         (nnfolder-request-expire-articles): Don't delete articles if the target
2519         group is not available.
2521         * nnml.el (nnml-request-create-group): Properly check if group is not a
2522         file.
2523         (nnml-request-expire-articles): Don't delete articles if the target
2524         group is not available.
2526         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2527         Don't quote characters that are within parentheses.
2529 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2531         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2532         (gnus-handle-ephemeral-exit): Select article according to it.
2534 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2536         * message.el (message-insert-formated-citation-line): Remove newline.
2537         (message-citation-line-format): Add final \n here so that the user can
2538         avoid a blank line.
2540 2007-05-03  Dan Christensen  <jdc@uwo.ca>
2542         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2543         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2544         Update lanl/arXiv support.
2546 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2548         * gnus.el: Bump version number.
2550 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552         * gnus.el (gnus-version-number): Bump version.
2554 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2556         * gnus.el: No Gnus v0.6 is released.
2558 2007-04-27  Didier Verna  <didier@xemacs.org>
2560         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2561         * gmm-utils.el (gmm-regexp-concat): here.
2562         * message.el: Don't require 'gnus-util.
2563         (message-dont-reply-to-names): Handle name change above.
2564         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2566 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2568         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2569         since the initial value varies according to the system.
2571 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2573         * mm-util.el (mm-charset-synonym-alist): Defcustom.
2575 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
2577         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2579 2007-04-24  Didier Verna  <didier@xemacs.org>
2581         Improve the type of gnus-ignored-from-addresses.
2582         * gnus-util.el (gnus-orify-regexp): New function.
2583         * message.el (gnus-util): Require it.
2584         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2585         * gnus-sum.el (gnus-ignored-from-addresses): New function.
2586         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2588 2007-04-24  Didier Verna  <didier@xemacs.org>
2590         * gnus-sum.el:
2591         * gnus-utils.el: Fix some trailing whitespaces.
2593 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2595         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2596         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2597         article's Message-ID; refer parent article in summary buffer.
2599         * message.el (message-bounce): Call mime-to-mml.
2601 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2603         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2605 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2607         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2608         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2609         displayed of multipart/alternative part if it is invoked from summary
2610         buffer.
2612         * mm-view.el (mm-inline-text-html-render-with-w3m)
2613         (mm-inline-text-html-render-with-w3m-standalone)
2614         (mm-inline-render-with-function): Use mail-parse-charset by default.
2616 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2618         * parse-time.el (parse-time-string-chars): Check if CHAR
2619         is less than the length of parse-time-syntax.
2621 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2623         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2624         from gnus-newsgroup-processable.
2626 2007-04-16  Didier Verna  <didier@xemacs.org>
2628         * gnus-msg.el (gnus-configure-posting-styles): Handle
2629         message-signature-directory properly with :file syntax.  Reported by
2630         "Leo".
2632 2007-04-11  Didier Verna  <didier@xemacs.org>
2634         New user option: message-signature-directory.
2635         * gnus-msg.el (gnus-configure-posting-styles): Support it.
2636         * message.el (message-insert-signature): Ditto.
2637         * message.el (message-signature-file): Doc update.
2638         * message.el (message-signature-directory): New.
2640 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2642         * gnus-msg.el (gnus-inews-yank-articles): Use
2643         message-exchange-point-and-mark instead of exchange-point-and-mark.
2645 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2647         * message.el (message-yank-original): Make sure cited text ends with
2648         newline; don't exchange point and mark.
2650 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2652         * tls.el (open-tls-stream): Properly handle case where there
2653         is no associated buffer.
2655 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
2657         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2658         message-yank-original, make sure (< mark TEXT point).
2660 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2662         * message.el (message-fill-column): New variable.
2663         (message-mode): Use it.  Add comment on a possible new hook.
2665         * nnmail.el (nnmail-spool-file): Mark as obsolete.
2666         (nnmail-get-new-mail): Reformat.
2668         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2670         * gmm-utils.el: Fix Commentary.
2671         (gmm-tool-bar-from-list): Fix typo in doc string.
2673 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
2675         * message.el (message-yank-original): Don't switch point and mark
2676         unnecessarily to put point and mark as documented.
2678 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2681         from the message heads.
2683 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
2685         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2686         article buffer does not have a window.  This may not be the best
2687         solution but is certainly better than setting the start of the null,
2688         that is the current, window.
2690 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2692         * gnus-draft.el (gnus-draft-setup-hook): New hook.
2693         (gnus-draft-setup): Run it.
2695         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2696         gnus-score-fast-scoring.  Allow regexp.
2697         (gnus-score-headers): Use it.
2699         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2700         XEmacs.
2702         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2703         string.
2704         (gnus-button-alist): Also catch `<f1> k ...'.
2705         (gnus-treat-display-x-face): Fix doc string.
2707 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2709         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2710         evaluation of gnus-extended-version to ensure correct generation of the
2711         User-Agent header when message-generate-headers-first is used.
2713 2007-03-24  Simon Josefsson  <simon@josefsson.org>
2715         * hashcash.el (hashcash-generate-payment-async): Don't crash if
2716         hashcash-path is nil.  Don't call callback with incorrect number of
2717         parameters if val is 0.
2719 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2721         * message.el (message-required-news-headers):
2722         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2724 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2726         * message.el (message-generate-new-buffers): Change the meaning of the
2727         nil value; add `standard' to the choices; treat t as `unique'; improve
2728         doc string.
2729         (gnus-select-frame-set-input-focus): Autoload.
2730         (message-buffer-name): Search for the existing message buffer if
2731         message-generate-new-buffers is nil or `standard'; treat the value t of
2732         message-generate-new-buffers as `unique'.
2733         (message-pop-to-buffer): Raise the frame already displaying the message
2734         buffer; clear the echo area after querying.
2735         (message-setup): Pass the `continue' argument to compose-mail.
2736         (message-mail): Prefer `switch-function' if it is given; search for the
2737         existing message buffer if the `continue' argument is non-nil; pass
2738         continue and switch-function arguments to compose-mail by way of
2739         message-setup.
2740         (message-mail-other-window): Adjust argument of message-setup.
2741         (message-mail-other-frame): Ditto.
2743 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2745         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2746         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2747         to turn font-lock on when turning gnus-message-citation-mode on.
2749 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
2751         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2752         (mml-smime-function-alist): New variable; add epg as the backend.
2753         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2754         mml-smime- functions instead.
2755         * mm-view.el: Require smime.
2757 2007-03-05  Didier Verna  <didier@xemacs.org>
2759         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2760         instead of just inheritance for posting styles.
2761         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2763 2007-02-24  John Paul Wallington  <jpw@pobox.com>
2765         * tls.el (tls-certtool-program): Fix custom type.
2767 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2769         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2770         and point-at-eol instead of line-(beginning|end)-position.
2772         * assistant.el (assistant-parse-buffer): Ditto.
2774 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
2776         * mml2015.el (mml2015-epg-find-usable-key): New function.
2777         (mml2015-epg-sign): Use it.
2778         (mml2015-epg-encrypt): Use it.
2780 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2782         * message.el (message-make-in-reply-to): Quote name containing
2783         non-ASCII characters.  It will make the RFC2047 encoder cause an error
2784         if there are special characters.  Reported by NAKAJI Hiroyuki
2785         <nakaji@jp.freebsd.org>.
2787 2007-02-27  Didier Verna  <didier@xemacs.org>
2789         Include the group parameters as well as the topic ones in the
2790         inheritance filter process.
2791         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2792         argument GROUP-PARAMS-LIST.
2793         * gnus-topic.el (gnus-group-topic-parameters): Use it.
2795 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2797         * nntp.el (nntp-never-echoes-commands)
2798         (nntp-open-connection-functions-never-echo-commands): New variables.
2799         (nntp-send-command): Use them.
2801 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
2803         * mml2015.el (mml2015-epg-verify): Simplified.
2805 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2807         * mml.el (mml-content-disposition-alist): New user option.
2808         (mml-content-disposition): New function.
2809         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
2810         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
2812 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
2814         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
2815         verification.
2817 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2819         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
2820         articles posted in the last 24 hours.
2822 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
2824         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
2826 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
2828         * nntp.el (nntp-send-command): Don't wait for echoes when
2829         nntp-open-ssl-stream is used.
2831 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2833         * gnus-cite.el (gnus-test-font-lock-add-keywords)
2834         (gnus-message-add-citation-keywords)
2835         (gnus-message-remove-citation-keywords): Remove.
2836         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
2837         directly, make the variables in font-lock-defaults buffer-local, add
2838         gnus-message-citation-keywords to them and then update the value of
2839         font-lock-keywords.
2841 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2843         * message.el (message-cite-original-1): Don't call
2844         gnus-article-highlight-citation.
2846         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
2847         citations; fix line count.
2849 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2851         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
2852         (gnus-message-add-citation-keywords)
2853         (gnus-message-remove-citation-keywords): Use it; fix the emulating
2854         versions of font-lock-add-keywords and font-lock-remove-keywords to
2855         work with XEmacs correctly.
2857 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2859         * gnus-cite.el (gnus-cite-face-list): Set the values of
2860         gnus-message-max-citation-depth and gnus-message-citation-keywords.
2861         (gnus-message-max-citation-depth): Use defvar rather than defconst.
2862         (gnus-message-cite-prefix-regexp): New variable.
2863         (gnus-message-search-citation-line): Use it; protect against long
2864         citation prefix; fill match data with nil rather than 0 for XEmacs; set
2865         the 0th match data for Emacs.
2866         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
2867         (gnus-message-add-citation-keywords): Append keywords rather than
2868         prepending; emulate font-lock-add-keywords if it is not available.
2869         (gnus-message-remove-citation-keywords): Emulate
2870         font-lock-remove-keywords if it is not available.
2872         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
2874         * message.el (message-cite-prefix-regexp): Set the value of
2875         gnus-message-cite-prefix-regexp.
2877 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2879         * nnweb.el (nnweb-google-parse-1): Update parser.
2881 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
2883         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
2885 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2887         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2888         regexp.
2890 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2892         * uudecode.el (uudecode-string-to-multibyte): New function emulating
2893         string-to-multibyte.
2894         (uudecode-decode-region-internal): Use it.
2896 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2898         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
2899         custom choice.
2901         * gnus-art.el (gnus-signature-limit): Fix custom choice.
2903 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
2905         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
2907         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
2908         `write-region' to respect `mm-inhibit-file-name-handlers'.
2910 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
2912         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
2913         Use gnus-home-directory instead of "~/" or "$HOME".
2915 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
2917         * encrypt.el (encrypt-insert-file-contents): Add better prompt
2918         to mention filename.
2919         Add comments at beginning regarding usage.
2920         (encrypt-write-file-contents): Change interactive so a string is
2921         acceptable.  If the file has no associated model, show an error instead
2922         of a nonsense prompt.
2924 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2926         * spam.el (spam-bsfilter-ham-switch): Fix typo.
2927         Thanks to Yoshihiko Yamada for kind notification of this typo.
2929 2007-01-12  Kenichi Handa  <handa@m17n.org>
2931         * uudecode.el (uudecode-decode-region-internal): Make it work in a
2932         multibyte buffer.
2934 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
2936         * gnus-score.el (gnus-score-fast-scoring): New variable.
2937         (gnus-score-headers): Use it.
2939         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
2941         * message.el (message-cite-original-1): Call
2942         gnus-article-highlight-citation if requested.
2943         (message-make-from): Allow name and address as optional arguments.
2945         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
2947         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
2948         bugs to doc string.
2949         (gnus-button-alist): Add mid\\|message-id.
2950         (gnus-button-fetch-group): Extend for use in
2951         `browse-url-browser-function'.
2952         (gnus-button-url-regexp): Try to catch paired parentheses like in
2953         Wikipedia URLs.
2955         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
2956         Suggested by Simon Krahnke <overlord@gmx.li>.
2958 2007-01-13  Romain Francoise  <romain@orebokech.com>
2960         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
2961         Update copyright.
2963 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
2965         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
2967 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2969         * gnus-registry.el (gnus-registry-unfollowed-groups)
2970         (gnus-registry-split-fancy-with-parent): Fix documentation.
2972 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2974         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
2975         from nnweb groups.
2977 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2979         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
2980         Xref urls.  Erase buffer before requesting head.
2982         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
2984 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2986         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
2987         customizable.
2989 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
2991         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
2992         no signing key is found.
2993         (mml2015-epg-encrypt): Ask user whether to skip or abort if
2994         no encrypting and/or signing key is found.
2996 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2998         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3000 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3002         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3003         headers read from disk with the ones newly found in the current search.
3004         This should no longer cause problems, because the article numbers in
3005         Gmane's `nov.php' output are ignored since the previous change.
3007 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3009         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3011 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3013         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3015 2007-01-01  Romain Francoise  <romain@orebokech.com>
3017         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3019 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3021         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3022         `define-minor-mode' macro definition expanded properly.
3023         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3024         exclude it there.
3026         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3027         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3028         `fboundp' test.
3029         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3030         This is OK to autoload in (S)XEmacs now.
3032 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3034         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3035         keystroke.
3036         (gnus-summary-limit-to-singletons): Fix typo.
3038         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3039         else fails.
3041 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3043         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3044         docstring.
3046         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3047         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3048         (gnus-summary-insert-dormant-articles): Fix typo in message.
3050 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3052         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3053         nil for XEmacs.
3054         (gnus-message-citation-mode): Don't autoload in XEmacs.
3056         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3058 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3060         * nnimap.el (nnimap-expunge-search-string): Mention
3061         nnimap-search-uids-not-since-is-evil in docstring.
3063 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3065         * spam.el: Revert to make-obsolete-variable because
3066         define-obsolete-variable-alias is not supported in Emacs 21.
3068         * spam.el (spam-ifile-path, spam-ifile-database-path)
3069         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3070         make-obsolete-variable.
3071         (spam-bsfilter-path, spam-bsfilter-program)
3072         (spam-spamassassin-path, spam-spamassassin-program)
3073         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3074         use "path" inappropriately.
3075         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3076         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3077         variable names.
3079 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3081         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3082         summary buffer.
3084         * password.el (password-cache-remove): Use clear-string to burn
3085         password, if available.
3087 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3089         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3091         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3093         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3094         (gnus-message-highlight-citation): Move defcustom here from
3095         gnus-cite.el.
3096         (gnus-message-citation-mode): Autoload.
3098         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3099         checks to make it compile with XEmacs.
3100         (gnus-message-citation-mode): New minor mode.
3101         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3102         (gnus-message-highlight-citation): New variables.
3103         (gnus-message-search-citation-line)
3104         (gnus-message-add-citation-keywords)
3105         (gnus-message-remove-citation-keywords)
3106         (turn-on-gnus-message-citation-mode)
3107         (turn-off-gnus-message-citation-mode): New functions.
3109 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3111         * gnus-cite.el: Enable highlighting of different citation levels in
3112         message-mode.
3114 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3116         * message.el (message-make-fqdn): Fix comment.
3117         (message-bogus-system-names): Add ".local".
3119         * spam.el (spam-ifile-path, spam-ifile-program)
3120         (spam-ifile-database-path, spam-ifile-database)
3121         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3122         Don't use "path" inappropriately.
3123         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3124         strings.
3125         (spam-check-ifile, spam-ifile-register-with-ifile)
3126         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3127         new variable names.
3129         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3130         (gnus-treat-display-smileys): Simplify using
3131         gnus-image-type-available-p.
3133         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3134         available.
3136 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3138         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3139         one after turning on the buffer's multibyteness instead of decoding
3140         them directly in the unibyte buffer that causes unexpected conversion
3141         in Emacs 23 (unicode).
3143 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3145         * message.el (message-generate-hashcash): Fix custom type.
3147 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3149         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3151 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3153         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3154         disconnect icons.  Add help text.
3156 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3158         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3159         negated to be consistent with the others we handle.
3161 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3164         version of gnus-summary-buffer to something, so that we can use two
3165         article buffers at the same time.
3167 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3169         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3170         trigger all the extra headers.
3171         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3172         sorting.
3174 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3176         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3177         solid groups.
3179 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3181         * legacy-gnus-agent.el: Add Copyright notice.
3183 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3185         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3187 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3189         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3191         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3192         to make it work reliably in CVS Emacs.
3193         (gnus-summary-limit-strange-charsets-predicate)
3194         (gnus-summary-limit-to-predicate): New functions.
3196 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3198         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3199         specifying array size.
3200         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3201         array if it is too small.
3202         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3203         (gnus-sort-threads-loop): New function.
3205 2006-12-06  Chris Moore  <dooglus@gmail.com>
3207         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3208         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3210 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3212         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3213         options.
3215 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3217         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3218         DOS-ing the recipient.
3220         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3221         the headers when creating the mapping to avoid mismappings.
3222         (nnweb-gmane-create-mapping): Always nix out old mapping.
3224 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3226         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3227         and mm-verify-option to never.
3229 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3231         * message.el (message-signed-or-encrypted-p): New function.
3232         (message-forward-make-body): Use it.
3234         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3235         Replace encode-coding-string with mm-encode-coding-string.
3237 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3239         * nneething.el (nneething-decode-file-name): Replace
3240         decode-coding-string with mm-decode-coding-string.
3242         * gnus-int.el (gnus-open-server): Say failed server's name.
3244 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3246         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3247         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3249         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3250         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3251         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3252         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3253         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3254         (gnus-subscribe-newsgroup, gnus-1):
3255         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3256         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3257         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3258         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3260 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3262         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3263         keystroke.
3264         (gnus-summary-limit-to-bodies): Implement headersp.
3266 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3268         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3270 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3272         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3274 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276         * message.el (message-generate-hashcash): Expand range of values to
3277         include `opportunistic'.
3278         (message-send-mail): Use it.
3280 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3282         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3283         and comment it.
3285         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3287 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3289         * gnus-util.el (gnus-extract-address-components): Improve comment.
3291 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3293         * gnus-util.el (gnus-extract-address-components): Work with address in
3294         which the name portion contains @.
3296 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3298         * gnus.el (gnus-start): Move custom group up.
3299         (gnus-select-method): Don't autoload, but make it available for
3300         `customize-variable'.
3301         (gnus-getenv-nntpserver): Don't autoload.
3303 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3305         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3307 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3309         * message.el (message-sendmail-extra-arguments): New variable.
3310         (message-send-mail-with-sendmail): Use it.
3312 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3314         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3315         mm-with-unibyte-current-buffer to make string unibyte.
3317         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3318         mm-string-as-multibyte.
3320 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3322         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3323         Reported by Werner Koch <wk@gnupg.org>.
3325 2006-11-14  Daiki Ueno  <ueno@p360>
3327         * mml2015.el: Autoload epa-select-keys when compiling.
3329 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3331         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3332         message-options.
3333         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3335 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3337         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3338         EasyPG (< 0.0.6).
3339         (mml2015-always-trust): New user option.
3340         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3341         prompt.
3343 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3345         * nntp.el (nntp-authinfo-force): New variable.
3346         (nntp-send-authinfo): Use it.
3348 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3350         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3351         decode encoded words.  Improve prompt.  Add comment about forwarding.
3352         (message-replacement-char): Move up.
3354 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3356         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3357         instead of gnus-intersection because arguments of gnus-sorted-nunion
3358         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3360 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3362         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3363         (message-simplify-subject-functions): Enable
3364         message-strip-subject-encoded-words by default.
3366 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3368         * message.el (message-strip-subject-encoded-words): New function
3369         (message-simplify-subject-functions): New variable.
3370         (message-simplify-subject): Use it.  Fix typo in doc string.
3371         Support message-strip-subject-encoded-words.
3373 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3375         * gnus-diary.el (gnus-diary-delay-format-function):
3376         * nndiary.el (nndiary-reminders):
3377         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3379 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3381         * gnus-art.el (article-hide-boring-headers): Fetch date from
3382         gnus-original-article-buffer to avoid problems with localized date
3383         strings.
3385 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3387         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3389 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3391         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3392         New variables.
3393         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3394         (mm-charset-synonym-alist): Move some entries to
3395         mm-codepage-iso-8859-list.
3396         (mm-charset-synonym-alist, mm-charset-override-alist): Add
3397         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3399 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3401         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3403 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3405         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3406         with Emacs 21 and XEmacs.
3408 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3410         * spam.el (spam-parse-address): New function for better parsing,
3411         catching errors, etc.
3412         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3414 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3416         * mm-view.el: Add interactive arg to html2text autoload.
3418 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3420         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3422 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
3424         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3425         variables.
3426         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3427         (mm-charset-synonym-alist): Move some entries to
3428         mm-codepage-iso-8859-list.
3430         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3432 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
3434         * message.el (message-citation-line-format)
3435         (message-insert-formated-citation-line): Fix implementation of %E, %N
3436         and %n according to the doc string.
3438 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
3440         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3441         car-safe to avoid bad parses.
3443 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3445         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3446         names.
3448         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3450 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3452         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3453         header.
3455         * message.el (message-draft-headers): Add Date.
3456         (message-headers-to-generate): Fix typo in docstring.
3458         * nndraft.el (nndraft-required-headers): New variable.
3459         (nndraft-generate-headers): Use it.
3461         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3463 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3465         * gnus-registry.el (gnus-registry-wash-for-keywords)
3466         (gnus-registry-find-keywords): New functions to allow easy searching of
3467         articles that are in the registry.
3469 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3471         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3472         ietf-drums-parse-address instead of gnus-extract-address-components.
3473         Reported by Damien Elmes <damien@repose.cx>.
3475 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3477         * gnus.el (gnus-mime): Remove unused custom group.
3479 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3481         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3482         "blank line" when searching for end of armor headers.
3484 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3486         * gmm-utils.el (gmm-write-region): Fix variable name.
3488 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
3490         * gmm-utils.el (gmm-write-region): New function based on compatibility
3491         code from `mm-make-temp-file'.
3493         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3495         * nnmaildir.el (nnmaildir--update-nov)
3496         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3497         Use `gmm-write-region'.
3499 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3501         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3502         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3504         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3506         * message.el (message-replacement-char): New variable.
3507         (message-fix-before-sending): Use it.
3508         (message-simplify-subject): New function to remove duplicate code.
3509         (message-reply, message-followup): Use it.
3511         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3512         gnus-summary-limit-to-articles.
3514 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3516         * gnus-util.el (gnus-with-local-quit): New macro.
3518         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3520 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
3522         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3523         ignore non-string data.
3525 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
3527         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3528         non-string data (needs to be done in the registry too).
3530 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3532         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3533         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3534         (gnus-registry-split-fancy-with-parent)
3535         (gnus-registry-fetch-simplified-message-subject-fast)
3536         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3537         Remove text properties on ingress into the registry and when it's saved.
3538         (gnus-registry-clean-empty-function): Fix bug with cleaning the
3539         registry from entries with no groups.
3541 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3543         * gnus-util.el (gnus-string-remove-all-properties): Add utility
3544         function to remove string properties.
3546 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3548         * gmm-utils.el (gmm): Adjust custom version.
3550         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3551         custom version.
3553         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3555 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3557         * gnus-art.el (gnus-insert-prev-page-button)
3558         (gnus-insert-next-page-button): Simplify.  Reformat.
3560 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3562         * gnus-art.el (gnus-insert-prev-page-button)
3563         (gnus-insert-next-page-button): Apply gnus-article-button-face.
3565 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
3567         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3569 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3571         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3572         gnus-article-button-face to MIME and security buttons.
3574 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
3576         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3577         readable.
3579 2006-09-20  Steve Youngs  <steve@sxemacs.org>
3581         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3582         `browse-url-of-file' instead of `browse-url'.
3584 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3586         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3587         regexp.  Articles containing quotation were cut prematurely.
3589 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3591         * message.el (message-cite-original-1): Use nobody by default for the
3592         value of From header.
3593         (message-reply): Ditto.
3595 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
3597         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3598         to the gnus-info.  This fixes a bug of inline-PGP message verification.
3599         Reported by Michael Piotrowski <mxp@dynalabs.de>.
3601 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
3603         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3604         mails in the doc string.  Add some URLs in comment.
3605         (pop3-movemail): Warn about pop3-leave-mail-on-server.
3607 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3609         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3610         backslashes handling and the way to find boundaries of quoted strings.
3612 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
3614         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3615         mml1991-encrypt-to-self is set and mml1991-signers is not set.
3616         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3617         mml2015-encrypt-to-self is set and mml2015-signers is not set.
3619 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3621         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
3622         doc string.
3623         (gnus-button-regexp, gnus-button-last): Remove unused variables.
3625 2006-09-06  Simon Josefsson  <jas@extundo.com>
3627         * mml2015.el (mml2015-use): Doc fix, mention epg.
3629 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3631         * mml2015.el (mml2015-use): Default to epg, if available.
3633 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3635         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3636         message-sender.
3637         (mml1991-epg-encrypt): Ditto.
3638         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3639         message-sender.
3640         (mml2015-epg-encrypt): Ditto.
3642 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
3644         * message.el (message-send-mail-with-sendmail): Look for sendmail in
3645         several common directories.
3647 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
3649         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3650         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3652 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3654         * gnus-art.el (article-decode-encoded-words): Make it fast.
3656 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3658         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3660         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3661         in quoted string into `\'.
3663 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3665         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3666         Use standard-syntax-table.
3668 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3670         * gnus-art.el (gnus-decode-address-function): New variable.
3671         (article-decode-encoded-words): Use it to decode headers which are
3672         assumed to contain addresses.
3673         (gnus-mime-delete-part): Remove useless `or'.
3675         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3676         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3677         (gnus-nov-parse-line): Use it to decode From header.
3678         (gnus-get-newsgroup-headers): Ditto.
3679         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3681         * mail-parse.el (mail-decode-encoded-address-region): New alias.
3682         (mail-decode-encoded-address-string): New alias.
3684         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3685         New function.
3686         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3687         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3688         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3689         (rfc2047-decode-string): Ditto.
3690         (rfc2047-decode-address-region): New function.
3691         (rfc2047-decode-address-string): New function.
3693 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
3695         * message.el (message-caesar-buffer-body): Allow rotating headers.
3697         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3699         * message.el (message-insert-formated-citation-line): Fix %f.
3700         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3702 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3704         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3705         (gnus-bookmark-mouse-available-p): New macro.
3706         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3707         (gnus-bookmark-bmenu-show-infos): Use it.
3708         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3709         (gnus-bookmark-bmenu-hide-infos): Ditto.
3710         (gnus-bookmark-remove-properties): New function.
3711         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3712         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3713         (gnus-bookmark-write-file): Bind coding-system-for-write.
3714         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3715         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3716         group before selecting it.
3717         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3718         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3719         quit-window if it is not available; use gnus-mouse-2 and bind it to
3720         gnus-bookmark-bmenu-select-by-mouse.
3721         (gnus-bookmark-show-details): Remove unused variable `details-list'.
3722         (gnus-bookmark-bmenu-select-by-mouse): New function.
3724 2006-08-13  Romain Francoise  <romain@orebokech.com>
3726         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3727         space.
3729 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3731         * compface.el (uncompface): Use binary rather than raw-text-unix.
3733 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3735         * compface.el (uncompface): Make sure the eol conversion doesn't take
3736         place when communicating with the external programs.  Reported by
3737         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3739 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3741         * nnheader.el (nnheader-insert-head): Fix typo in comment.
3743 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3745         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3746         Make it more robust by parsing author and date independently.
3748 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3750         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3752 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
3754         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3755         first matching secret key.
3756         (mml2015-epg-encrypt): Ditto.
3758         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3759         first matching secret key.
3760         (mml1991-epg-encrypt): Ditto.
3762         * mml2015.el (mml2015-encrypt-to-self): New user option.
3763         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3764         mml2015-epg-encrypt-to-self is set.
3766         * mml1991.el (mml1991-encrypt-to-self): New variable.
3767         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3768         mml1991-epg-encrypt-to-self is set.
3770         * mml2015.el (mml2015-signers): New user option.
3771         (mml2015-epg-sign): Reflect the value of mml2015-signers.
3772         (mml2015-epg-encrypt): Allow to select signing keys.
3774         * mml1991.el (mml1991-signers): New variable.
3775         (mml1991-epg-sign): Reflect the value of mml1991-signers.
3776         (mml1991-epg-encrypt): Allow to select signing keys.
3778 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3780         * nnheader.el (nnheader-insert-head): Make it work even if the file
3781         uses CRLF for the line-break code.
3783 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
3785         * mml2015.el: Require mml-sec instead of password.
3786         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
3787         (mml2015-cache-passphrase): Inherit the default value from
3788         mml-secure-cache-passphrase.
3789         (mml2015-passphrase-cache-expiry): Inherit the default value from
3790         mml-secure-passphrase-cache-expiry.
3792         * mml1991.el: Require mml-sec instead of password.
3793         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
3794         (mml1991-cache-passphrase): Inherit the default value from
3795         mml-secure-cache-passphrase.
3796         (mml1991-passphrase-cache-expiry): Inherit the default value from
3797         mml-secure-passphrase-cache-expiry.
3799         * mml-sec.el: Require password.
3800         (mml-secure-verbose): New user option.
3801         (mml-secure-cache-passphrase): New user option.
3802         (mml-secure-passphrase-cache-expiry): New user option.
3804 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
3806         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3807         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
3808         andreas@altroot.de (Andreas Vögele).
3810         FIXME: Use `tiny change'?
3812 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3814         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
3815         workaround for the url package included with Emacs.
3817         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3819 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3821         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
3822         correctly.  This fixes a bug caused by the 2006-05-12 change.
3824 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
3826         * nnmail.el (nnmail-article-group): If splitting raises an error, give
3827         some information about the error when saying that the `bogus' mail
3828         group will be used.
3830 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
3832         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
3833         string.
3835 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
3837         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
3839 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3841         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
3843 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
3845         * mml1991.el (mml1991-function-alist): Add epg.
3846         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
3847         (mml1991-epg-encrypt): New functions.
3849 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
3851         * mml2015.el (mml2015-verbose): New variable.
3852         (mml2015-cache-passphrase): Ditto.
3853         (mml2015-passphrase-cache-expiry): Ditto.
3854         (mml2015-function-alist): Add epg.
3855         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
3856         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
3857         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
3858         functions.
3860 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3862         * message.el (message-cite-original-1): Preserve region when removing
3863         quoted text due to X-No-Archive in order to avoid bogus attribution
3864         when citing multiple messages.
3866 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3868         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
3869         Kenneth Jacker <khj@be.cs.appstate.edu>.
3871 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
3873         * gnus-diary.el (gnus-user-format-function-d)
3874         (gnus-user-format-function-D): Autoload.
3876         * imap.el (Commentary): Fix typo.
3878         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
3879         2006-04-22 contribution.
3881 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3883         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
3884         It didn't really fix the bogosity I'm seeing with solid web groups.
3886 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3888         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
3889         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
3890         created using server names.  If we use the feature without declaring
3891         it, Gnus does not properly manage server and group state.
3893         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
3894         bound.
3896 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3898         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
3899         looking up the method using GROUP's prefix before inventing a new one.
3900         It is used on killed/unknown groups in various places where returning
3901         an all-new method isn't expected by the caller.
3903         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
3904         and match semantics of gnus-group-real-prefix.
3906 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
3908         * nnmail.el (nnmail-broken-references-mailers): New variable.
3909         (nnmail-ignore-broken-references): New function generalizing
3910         nnmail-fix-eudora-headers.
3911         (nnmail-fix-eudora-headers): Now obsolete.
3913         * gnus-art.el (gnus-button-handle-custom): Support
3914         `customize-apropos*'.
3916 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3918         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
3920         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
3921         articles.
3923 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
3925         * message.el (message-cite-reply-above): New variable.
3926         (message-yank-original): Use it.
3928 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3930         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
3932 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
3934         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
3935         as read.
3937         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
3939 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
3941         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
3942         (gnus-bookmark-default-file): Use gnus-directory.
3943         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
3944         Remove "*" in doc string.
3945         (gnus-bookmark-write-file): Simplify.
3946         (gnus-bookmark-maybe-sort-alist): Use `when'.
3947         (gnus-bookmark-get-bookmark): Fix typo in doc string.
3948         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
3949         FIXME about Emacs 21 and XEmacs compatibility.
3950         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
3951         compatibility.
3952         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
3953         compatibility.
3954         (gnus-bookmark-menu-heading): Fix version.
3956 2006-06-19  Bastien Guerry  <bzg@altern.org>
3958         * gnus-bookmark.el: New file.
3960 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3962         * message.el (message-syntax-checks): Doc fix.
3964 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3966         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
3967         unsubscribed groups as if they were killed ones.  It causes duplicate
3968         entries in gnus-newsrc-alist.
3970 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3972         * message.el (message-syntax-checks): Doc fix.
3973         (message-send-mail): Add check for continuation headers.
3974         (message-check-news-header-syntax): Fix regexp used to check for
3975         continuation headers.
3977 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3979         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
3981 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
3983         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
3985 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3987         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
3988         default-truncate-lines.
3990 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3992         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
3993         to fill the utf-8 entry.
3995 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3997         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3999 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4001         * gnus-agent.el (directory-files-and-attributes): Move all the way
4002         forward (the third and final move).
4003         (gnus-agent-read-agentview): Trap reconstruction errors due to
4004         nonexistant directory.  Handle by returning nil.
4006 2006-05-30  Didier Verna  <didier@xemacs.org>
4008         * message.el (message-dont-reply-to-names): Update the custom type.
4009         * message.el (message-dont-reply-to-names): New defsubst: potentially
4010         convert a list of regexps into a single one.
4011         * message.el (message-get-reply-headers): Use it.
4012         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4014 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4016         * gnus-agent.el (directory-files-and-attributes): Move forward.
4018 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4020         * gnus-ml.el (gnus-mailing-list-subscribe)
4021         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4022         (gnus-mailing-list-message): Fix doc strings.
4024 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4026         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4027         of doing it manually.
4029 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4031         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4032         comment.
4034 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4036         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4037         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4038         (gnus-agent-read-local): All symbols allocated in my-obarray
4039         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4040         (gnus-agent-regenerate-group): Check numeric names to see if they are
4041         messages or groups.
4042         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4043         better way of do this...)
4045         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4046         'dummy.group' (there should be a better way of do this...)
4048 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4050         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4051         (gnus-saved-headers): Ditto.
4052         (gnus-default-article-saver): Mention functions may have properties.
4053         (gnus-article-save): Override gnus-save-all-headers and
4054         gnus-saved-headers by :headers property which saver function may have.
4055         (gnus-summary-save-in-file): Add :headers property.
4056         (gnus-summary-write-to-file): Ditto.
4058         * gnus-sum.el (gnus-summary-save-article): Bind
4059         gnus-prompt-before-saving to t when saving many articles in a file;
4060         always show all headers.
4062 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4064         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4065         marks.
4067         * message.el (message-indent-citation): Add optional arguments to allow
4068         using it outside of message buffers.
4070         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4071         (gnus-article-treat-unfold-headers): Use it.
4072         (gnus-article-truncate-lines): New variable.
4073         (gnus-article-mode): Use it.
4074         (gnus-article-toggle-truncate-lines): New function.
4076         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4077         gnus-article-toggle-truncate-lines.
4079         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4080         coding system in XEmacs, use binary.
4082 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4084         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4085         after-load-alist.
4087         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4088         this function should save decoded articles.
4089         (gnus-summary-write-to-file): Use property to specify this function
4090         should save decoded articles and specify gnus-summary-save-in-file
4091         should be used to save articles other than the first one when saving
4092         many articles.
4093         (gnus-summary-save-body-in-file): Use property to specify this
4094         function should save decoded articles.
4095         (gnus-summary-write-body-to-file): Use property to specify this
4096         function should save decoded articles and specify
4097         gnus-summary-save-body-in-file should be used to save articles other
4098         than the first one when saving many articles.
4100         * gnus-sum.el (gnus-summary-save-article): Simplify.
4102 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4104         * gnus-art.el (gnus-default-article-saver): Add
4105         gnus-summary-write-body-to-file.
4106         (gnus-article-save-coding-system): Don't use coding system object
4107         in XEmacs.
4108         (gnus-read-save-file-name): Add optional `dir-var' argument which
4109         specifies directory in which files are saved; work even if optional
4110         `variable' argument is not specified.
4111         (gnus-summary-write-to-file): Read file name.
4112         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4113         (gnus-summary-write-body-to-file): New function.
4115         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4116         (gnus-summary-local-variables): Add it.
4117         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4118         (gnus-summary-save-article): Remove optional `decode' argument;
4119         determine whether to decode articles by the value of
4120         gnus-default-article-saver; when saving many files using
4121         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4122         it first and use gnus-summary-save-in-file or
4123         gnus-summary-save-body-in-file thereafter unless
4124         gnus-prompt-before-saving is always; move point to article which
4125         will be saved.
4126         (gnus-summary-save-article-file): Revert.
4127         (gnus-summary-write-article-file): Revert.
4128         (gnus-summary-save-article-body-file): Revert.
4129         (gnus-summary-write-article-body-file): New function.
4131 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4133         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4135 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4137         * gnus-art.el (gnus-default-article-saver): Doc fix.
4138         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4139         from gnus-summary-save-article-coding-system, and default to a
4140         certain coding system.
4141         (gnus-output-to-file): Add coding cookie and encode text according
4142         to gnus-article-save-coding-system; don't use mm-append-to-file.
4144         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4145         gnus-art.el and rename to gnus-article-save-coding-system.
4146         (gnus-summary-save-article): Require gnus-art; don't show all
4147         headers if it decodes articles; don't add coding cookie here;
4148         don't bind mm-text-coding-system-for-write.
4149         (gnus-summary-save-article-file): Save decoded articles.
4150         (gnus-summary-write-article-file): When saving many files, use
4151         gnus-summary-write-to-file first and gnus-summary-save-in-file
4152         thereafter unless gnus-prompt-before-saving is always.
4153         (gnus-summary-save-article-body-file): Save decoded articles.
4155 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4157         * nnrss.el (nnrss-check-group): Bind hash-index.
4159 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4161         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4162         its hash index.  Store this hash in `nnrss-group-data'.
4163         (nnrss-read-group-data): Update accordingly.
4165 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4167         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4168         entry.
4170         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4171         gnus-article-browse-html-article.
4173 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4175         * gnus-sum.el (gnus-summary-mime-map): Add
4176         gnus-article-browse-html-article.
4177 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4179         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4180         suitable coding systems in customize.
4182 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4184         * mail-source.el (mail-sources): Fix custom type.
4186 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4188         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4189         (gnus-summary-expire-articles-now): Shorten prompt.
4191         * gmm-utils.el (wid-edit): Require.
4192         (defun-gmm): Renamed from `gmm-defun-compat'.
4193         (gmm-image-search-load-path): Use it.
4194         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4196 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4198         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4199         variable.
4200         (gnus-summary-save-article): Add optional `decode' argument.  If
4201         it is set and gnus-summary-save-article-coding-system is non-nil,
4202         save decoded article.
4203         (gnus-summary-write-article-file): Save decoded article if
4204         gnus-summary-save-article-coding-system is non-nil.
4206         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4207         type.
4209 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4211         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4213 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4215         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4216         first to test gnus-single-article-buffer which may be buffer-local.
4218         * gnus-sum.el (gnus-summary-setup-buffer): Make
4219         gnus-single-article-buffer buffer-local and nil in ephemeral
4220         group; make gnus-article-buffer, gnus-article-current, and
4221         gnus-original-article-buffer always buffer-local.
4222         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4223         group.
4224         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4226 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4228         * nnml.el (nnml-request-compact-group): Compressed files might not
4229         have .gz extension.
4231 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4233         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4234         (mm-copy-to-buffer): Use with-current-buffer.
4235         (mm-display-part): Simplify.
4236         (mm-inlinable-p): Add optional arg `type'.
4238 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4240         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4241         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4242         Try harder to show the attachment internally or externally using
4243         gnus-mime-view-part-as-type.
4245 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4247         * message.el (message-from-style, message-signature-separator)
4248         (message-user-organization-file, message-send-mail-function)
4249         (message-citation-line-function, message-yank-prefix)
4250         (message-indent-citation-function, message-signature)
4251         (message-signature-file, message-signature-insert-empty-line):
4252         Remove autoloads.
4254         * gnus-art.el (gnus-buttonized-mime-types): Remove
4255         "multipart/signed".  Revert 2006-04-26 change.
4257 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4259         * gnus.el (gnus-version-number): Bump version.
4261 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4263         * gnus.el: No Gnus v0.5 is released.
4265 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4267         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4268         fetching articles by message-id.
4270 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4272         * message.el (hashcash): Require hashcash as normal.
4274         * ecomplete.el (ecomplete-highlight-match-line): Use
4275         point-at-eol.
4276         (ecomplete-highlight-match-line): Use `highlight', because that
4277         face exists in both Emacs and XEmacs.
4279         * message.el (message-display-abbrev): Use point-at-bol.
4281         * mail-source.el: Don't require timer/timer-funcs.
4283         * gnus-async.el: Ditto.
4285         * password.el: Ditto.
4287         * mm-url.el: Ditto.
4289         * mm-util.el: Require timer/timer-funcs.
4291 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4293         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4294         Close.
4296 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4298         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4299         unibyte after clear-decrypt function runs.
4301         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4302         returns as a unibyte string.
4304 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4306         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4307         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4308         (mml1991-pgg-encrypt): Ditto.
4310 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4312         * message.el (message-user-organization-file): Check several
4313         locations of the organization file.
4315         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4316         Add gnus-article-view-part-as-type.
4318         * gnus-art.el (gnus-article-view-part-as-type): New function.
4320         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4321         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4323         * mml.el: Simplify autoload.
4324         (mml-mode): defvar dnd-protocol-alist instead of using
4325         symbol-value.
4326         (mml-default-directory): New variable.
4327         (mml-minibuffer-read-file): Use it.
4328         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4330         * message.el (message-citation-line-format): New variable.
4331         (message-insert-formated-citation-line): New function.
4332         (message-citation-line-function): Add
4333         `message-insert-formated-citation-line' to custom type.
4335         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4336         to doc string.
4338         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4339         depending on mm-verify-option.
4341 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4343         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4344         binding pgg-* variables; reimplement the section which prevents
4345         MIME header from being signed.
4346         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4347         pgg-text-mode; remove a blank line at the top of body.
4349         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4350         lines at the top of body; use gnus-newsgroup-charset if there's no
4351         Charset header.
4353 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4355         * message.el (message-self-insert-commands): Doc fix.
4357         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4358         (mm-uu-pgp-encrypted-test): Ditto.
4359         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4360         between header and body; return application/pgp-encrypted handle
4361         if decryption failed; decode decrypted body by charset.
4363         * mm-decode.el (mm-automatic-display): Don't make application/pgp
4364         element match to application/pgp-*.
4366 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4368         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4369         HTML.
4371 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4373         * mail-source.el (mail-source-call-script): Message the error
4374         string.
4376 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4378         * gnus-util.el (gnus-byte-compile): Use it.
4380 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
4382         * gnus-util.el (kill-empty-logs): New function.
4384 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4386         * message.el (message-mail-alias-type): Doc fix.
4387         (message-mail-alias-type-p): New function.
4388         (message-send): Use it.
4389         (message-mode): Ditto.
4390         (message-strip-forbidden-properties): Ditto.
4392         * ecomplete.el (ecomplete-database-file-coding-system): New
4393         variable.
4394         (ecomplete-save): Use it.
4395         (ecomplete-setup): Use it.
4397 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4399         * message.el (message-self-insert-commands): New variable.
4400         (message-strip-forbidden-properties): Use it.
4402 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4404         * message.el (message-put-addresses-in-ecomplete): Use a regexp
4405         that doesn't make XEmacs choke.
4407 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
4409         * gnus-util.el (gnus-replace-in-string):
4410         Prefer replace-regexp-in-string over of replace-in-string.
4412 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4414         * gnus-util.el (gnus-select-frame-set-input-focus):
4415         Use select-frame-set-input-focus if it is available in XEmacs; use
4416         definition defined in Emacs 22 for old Emacsen.
4418 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4420         * mm-view.el (mm-inline-text): Use equal instead of equalp.
4422 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
4424         * gnus-registry.el (gnus-registry-cache-save): Remove text
4425         properties when saving via the temp buffer.
4427 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4429         * message.el (message-generate-hashcash): Honor custom type.
4431 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4433         * message.el (message-generate-hashcash): Default to non-nil when
4434         hashcash is found.
4436         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4437         (gnus-refer-thread-limit): Increase default to 500.
4439         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4441         * flow-fill.el (fill-flowed): Allow delete-space.
4443 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4445         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4446         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4447         Remove autoloads.
4449 2006-04-18  Simon Josefsson  <jas@extundo.com>
4451         * message.el (message-generate-hashcash): Default to.
4453 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4455         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4456         concatenating segments rather than before concatenating them.
4458 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4460         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4462         * imap.el (imap-quote-specials): New function.
4463         (imap-login-auth): Quote specials.
4465 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4467         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4469         * message.el (message-forward-make-body-plain): Allow
4470         message-forward-ignored-headers to be a list.
4471         (message-remove-ignored-headers): Factor out into function.
4472         (message-forward-make-body-mml): Use it.
4473         * rfc2231.el (rfc2231-parse-string): Remove dead code.
4474         (rfc2231-parse-string): Allow concatanation of parameters that
4475         aren't contiguous.  The test case is
4476           (mail-header-parse-content-type "message/external-body;
4477             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4478             access-type=LOCAL-FILE;
4479             name*1*=plugh%2fhello-sailor%2fbing.pdf")
4481 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4483         * nntp.el (nntp-accept-process-output): Return the value of
4484         `nnheader-accept-process-output'.
4486 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4489         (gnus-button-alist): Recognize more diff formats.
4490         (gnus-button-patch): Strip directory.
4492 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4494         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4495         Emacs 22 when setting focus.
4497 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4499         * gnus-art.el (gnus-article-treat-types): Do treatment of
4500         text/x-verbatim parts.
4501         (gnus-button-patch): New command.
4503         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4504         addresses that contain invalid characters.
4506 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508         * message.el (message-put-addresses-in-ecomplete): Use
4509         gnus-replace-in-string.
4510         (message-is-yours-p): Use the more correct
4511         mail-header-parse-address instead of
4512         mail-extract-address-components.
4513         (message-put-addresses-in-ecomplete): Fix typo.
4515         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4516         keystroke.
4518         * gnus-art.el (gnus-treatment-function-alist): Change order of
4519         newsgroups/generic header folding to avoid double-folding.
4521         * message.el (message-hidden-headers): Add X-Draft-From.
4523         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4524         command.
4525         (gnus-summary-repeat-search-article-backward): New command.
4527         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4528         groups in the parent topic.
4530 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
4532         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4533         (spam-extra-header-to-number): Return the CRM114 number as a
4534         number instead of a string.
4536 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4538         * gnus-art.el (gnus-face-properties-alist): Moved here from
4539         gnus-fun.
4541         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4543 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4545         * message.el (message-strip-forbidden-properties): Only display on
4546         self-insert-command.
4548         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4549         reindent.
4550         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4552 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
4554         * smiley.el (smiley-style): Fix typo.
4556 2006-03-23  Kenichi Handa  <handa@m17n.org>
4558         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4559         instead of set-buffer-multibyte.
4561 2006-03-23  Kenichi Handa  <handa@m17n.org>
4563         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4564         buffer and then decode the buffer text if necessary.
4565         (rfc2231-encode-string): Be sure to work on multibyte buffer at
4566         first, and after mm-encode-body, change the buffer to unibyte.
4568 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4570         * hashcash.el (hashcash-insert-payment-async-2): Use
4571         message-goto-eoh instead of doing it manually.
4572         (mail-add-payment): Use message-narrow-to-header instead of trying
4573         to do the same itself.
4575         * message.el (message-hidden-headers): Add Face.
4577         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4578         reparenting code.
4579         (gnus-summary-reparent-children): Refactored out code.
4580         (gnus-summary-thread-map): New keystroke.
4581         (gnus-summary-reparent-children): Make into command.
4583         * smiley.el (smiley-style): Default to `medium' if using a large
4584         font.
4586         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4587         does it itself.
4589         * message.el (message-point-in-header-p): Simplify definition.
4591 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593         * nnagent.el (nnagent-request-set-mark): Silence log file
4594         writing.
4595         (nnagent-request-set-mark): Use write-region instead of
4596         append-to-file.
4598         * gnus-sum.el (gnus-read-header): Fudge article number if using a
4599         strange select method.
4601         * ecomplete.el (ecomplete-display-matches): Get highlightling
4602         right.
4603         (ecomplete-display-matches): Use literals.
4604         (ecomplete-display-matches): Disable message logging.
4606         * message.el (message-display-abbrev): Small optimization.
4608         * ecomplete.el (ecomplete-display-matches): Allow automatic
4609         display.
4611         * message.el (message-strip-forbidden-properties): Display
4612         abbrevs.
4613         (message-display-abbrev): Get automatic display right.
4615         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4616         keystrokes.
4618 2006-04-13  Romain Francoise  <romain@orebokech.com>
4620         TODO: Backport to v5-10!
4622         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4623         Moved here (and renamed) from gnus-registry.el.
4625         * gnus-registry.el: Require gnus-util.
4626         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4628 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4630         * gnus-group.el (gnus-group-catchup-current): Change
4631         if-then-else-if-then-else into cond.
4632         (gnus-group-catchup): Indent.
4633         (group-name-at-point): New function.
4634         (gnus-fetch-group): Provide default from thing at point.
4636 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4638         * message.el (message-display-abbrev): Fix regexp.
4640         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4641         choosing.
4642         (ecomplete-highlight-match-line): Fix up code rewrite, remove
4643         dead variables.
4645         * message.el (message-newline-and-indent): Remove debugging.
4646         (message-display-abbrev): Use new implementation.
4648 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4650         * gnus-art.el (gnus-article-mode): Set
4651         cursor-in-non-selected-windows to nil.
4653         * smiley.el: Revert previous change.
4654         (smiley-data-directory): defvar it before using it in the
4655         defcustom of `smiley-style'.
4657 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4659         * message.el (message-newline-and-indent): New function.
4661         * ecomplete.el: Implement more bits.
4663         * message.el (message-put-addresses-in-ecomplete): Clean up the
4664         string.
4666         * ecomplete.el (ecomplete-add-item): Chop off decimals.
4668         * gnus-sum.el (gnus-summary-save-parts): Bind
4669         gnus-summary-save-parts-counter and use it to make unique file
4670         names.
4672         * gnus-art.el (gnus-ignored-headers): Add some more headers.
4674         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4675         parameter to say whether to actually parse the individual
4676         addresses.
4678         * message.el (message-put-addresses-in-ecomplete): New function.
4679         (ecomplete): Require.
4680         (message-mail-alias-type): Add ecomplete as an option.
4682 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
4684         * flow-fill.el (fill-flowed): Remove trailing space from blank
4685         quoted lines.
4687 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4689         * smiley.el (smiley-style): Move definition later to avoid a
4690         compilation warning.
4692 2006-04-12  Kenichi Handa  <handa@m17n.org>
4694         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4695         buffer and then decode the buffer text if necessary.
4696         (rfc2231-encode-string): Be sure to work on multibyte buffer at
4697         first, and after mm-encode-body, change the buffer to unibyte.
4698         Use mm-disable-multibyte instead of set-buffer-multibyte.
4700 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4702         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4703         Content-Type header instead of Content-Disposition header.
4704         (gnus-mime-inline-part): Ditto.
4705         (gnus-mime-view-part-as-charset): Ignore charset that the part
4706         specifies.
4708         * mm-decode.el (mm-display-part): Work with external parts and
4709         usual parts similarly.
4711         * mm-extern.el (mm-inline-external-body): Use mm-display-part
4712         instead of gnus-display-mime.
4714         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4715         instead of with-temp-buffer.
4717         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4718         tag to summarized topics part in order to encode non-ASCII text.
4720 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4722         * smiley.el (smiley-style): New variable.
4723         (smiley-directory): New function.
4724         (smiley-data-directory): Derive from `smiley-style' using
4725         `smiley-directory'.
4726         (smiley-regexp-alist): Add new entries.
4728         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4729         (gnus-article-browse-delete-temp): Add :version.
4731 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
4733         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4734         the sieve region.
4736 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4738         * gnus.el (gnus-version-number): Bump version.
4740 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4742         * gnus.el: No Gnus v0.4 is released.
4744 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4746         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
4747         layout.
4749         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
4750         unknown charset.
4752         * message.el (message-header-synonyms): Add Original-To to the
4753         default.
4755         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
4756         optional parameter.
4758 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4760         * gnus-fun.el (gnus): Require it for gnus-directory.
4762 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4764         * gnus-fun.el (gnus-face-properties-alist): Add :version.
4766 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4768         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
4770 2006-04-05  Simon Josefsson  <jas@extundo.com>
4772         * password.el (password-reset): New function.
4774 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4776         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
4777         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4779 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4781         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4782         Some whitespace was matched into the url, which broke browsing hits
4783         > 100 when mm-url-use-external was nil.
4785 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4787         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
4788         gnus-extra-headers for 'Newsgroups.
4790         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
4791         bound.
4793 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
4795         * pgg-gpg.el: Clean up process buffers every time gpg processes
4796         complete.
4798 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
4800         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4801         doc string.
4803 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
4805         * pgg-gpg.el (pgg-gpg-process-filter)
4806         (pgg-gpg-wait-for-completion): Check if buffer is alive.
4808         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4809         lines, temporary fix.
4811 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4813         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
4815 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
4817         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4818         default-enable-multibyte-characters.  This reverts the change from
4819         revision 6.17 which is no longer necessary because the passphrase
4820         is sent separately now.  GnuPG messages are unreadable under
4821         multibyte locales with default-enable-multibyte-characters set to
4822         nil.
4824 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
4826         * message.el (message-tool-bar-gnome): Move "spell".
4828 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
4830         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
4831         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
4832         instead.
4834 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
4836         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
4837         newsgroups handling for NNTP overviews which don't include
4838         Newsgroups.
4840 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4842         * message.el (message-resend): Bind message-generate-hashcash to nil.
4844 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4846         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
4847         when searching for already-paid recipients.
4849 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
4851         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4852         passphrases when it is not needed.
4853         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4854         passphrase stuff from gpg, should only be necessary when you use
4855         gpg with a smartcard.
4857 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4859         * mml.el (mml-insert-mime): Ignore cached contents of
4860         message/external-body part.
4862         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
4863         (mm-insert-part): Ditto.
4865 2006-03-23  Simon Josefsson  <jas@extundo.com>
4867         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
4868         Reiner.
4869         (pgg-gpg-use-agent-p): Use it again.
4871 2006-03-23  Simon Josefsson  <jas@extundo.com>
4873         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
4874         older emacsen.
4875         (pgg-gpg-use-agent-p): Don't use it.
4877 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
4879         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
4880         if we can.
4882 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
4884         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4885         (pgg-gpg-update-agent): New function.
4886         (pgg-gpg-use-agent-p): New function.
4887         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4888         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4889         (pgg-gpg-sign-region): Use it.
4891 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4893         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
4894         Reported by Ralf Wachinger <rwachinger@gmx.de>.
4896 2006-03-21  Simon Josefsson  <jas@extundo.com>
4898         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4899         <wilde@sha-bang.de>.
4900         (pgg-gpg-use-agent): New variable.
4901         (pgg-gpg-process-region): Use it.
4902         (pgg-gpg-encrypt-region): Likewise.
4903         (pgg-gpg-encrypt-symmetric-region): Likewise.
4904         (pgg-gpg-decrypt-region): Likewise.
4905         (pgg-gpg-sign-region): Likewise.
4906         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4908 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4910         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
4912         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
4913         Add comment on version.
4915 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4917         * smiley.el: Add missing test smiley.
4919 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4921         * mm-decode.el (mm-with-part): New macro.
4922         (mm-get-part): Use it; work with message/external-body as well.
4923         (mm-save-part): Treat name and filename equally.
4925         * mm-extern.el (mm-extern-cache-contents): New function.
4926         (mm-inline-external-body): Use it; force the part to be displayed;
4927         move undisplayer added to the cached handle to the parent.
4929         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
4930         (gnus-mime-view-part-as-type): Work with message/external-body.
4932         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
4934 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4936         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
4937         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
4938         Emacs.]
4940 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4942         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
4943         path rather than symbol.  Always return list of directories.
4944         Guarantee that image directory comes first.  [Sync with image.el,
4945         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
4947         * message.el (message-make-tool-bar): Adjust to new API of
4948         `gmm-image-load-path-for-library'.
4950         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4952         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4954 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4956         * gnus-art.el (gnus-article-only-boring-p):
4957         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
4958         intangible text.
4959         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
4961 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
4963         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
4964         `defun' instead of `gmm-defun-compat'.
4966 2006-03-14  Simon Josefsson  <jas@extundo.com>
4968         * message.el (message-unique-id): Don't use message-number-base36
4969         if (user-uid) is a float.
4970         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
4972 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4974         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
4976         * gnus-art.el (gnus-mime-display-single): Make sure there is an
4977         empty line between a part and a message part.
4979 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4981         * smiley.el: Add more test smileys.
4982         (smiley-data-directory, smiley-regexp-alist)
4983         (gnus-smiley-file-types): Fix doc strings.
4984         (smiley-update-cache): Clear smiley-cached-regexp-alist before
4985         adding new elements.
4986         (smiley-mouse-map): Unused code.  Make it a comment.
4988 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4990         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
4991         scan latest NoCeM messages instead of old ones.
4992         (gnus-nocem-check-article): Fix regexps so as to match to PGP
4993         delimiters that are recently used.
4994         (gnus-nocem-load-cache): Add autoload cookie.
4996         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
4998         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
4999         level which is larger than gnus-use-nocem is specified.
5001         * gnus-group.el (gnus-group-get-new-news): Ditto.
5003 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5005         * gnus-util.el (gnus-tool-bar-update): New function.
5007         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5008         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5010         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5012         * gnus-group.el (gnus-group-redraw-when-idle)
5013         (gnus-group-redraw-check): Remove.
5014         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5016 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5018         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5019         if optional last element is specified in splits (FIELD VALUE...).
5021 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5023         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5024         to gmm-image-load-path-for-library.  Call with no-error argument.
5025         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5027         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5029         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5031         * gmm-utils.el (gmm-image-load-path): Remove alias.
5033 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5035         * gmm-utils.el (gmm-image-load-path): Add alias.
5037         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5038         nnml-generate-nov-databases-1.
5039         (nnml-generate-nov-databases): Use it.
5040         (nnml-generate-nov-databases-directory): Document no-active
5041         argument.
5043         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5044         directory if path is t.  Add no-error.
5046         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5047         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5049         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5050         resetting gnus-article-browse-html-temp-list.
5052         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5053         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
5054         Add example to docstring.  Rename local variables.  Move error
5055         checks to default case in cond and simplify.
5057 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5059         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5060         handle is multipart when calling it recursively.
5061         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5063 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5065         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5066         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5068 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5070         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5071         is loaded.
5073         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5074         loaded.
5076 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5078         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5079         to "Emacs 23 (unicode)" in doc string.
5081         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5082         "Emacs 23 (unicode)" in comment.
5084 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5086         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5088         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5089         characters 160 through 255 in Emacs 23.
5091 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5093         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5094         gnus-article-browse-html-temp.
5095         (gnus-article-browse-delete-temp): Make it customizable.  Add
5096         `file'.  Adjust doc string.
5097         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5098         query for each file.  Adjust doc string.
5099         (gnus-article-browse-html-parts): Add
5100         `gnus-article-browse-delete-temp-files' to
5101         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5103 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5105         * gnus-art.el (gnus-article-browse-html-temp)
5106         (gnus-article-browse-delete-temp): New variables.
5107         (gnus-article-browse-delete-temp-files): New function.
5108         (gnus-article-browse-html-parts): Use it.
5110 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5112         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5114         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5115         string.
5117         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5118         gnus-summary-insert-new-articles when unplugged.  Remove
5119         gnus-summary-search-article-forward.
5121         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5122         display-visual-class instead of display-color-cells.
5124 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5126         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5127         message/* containing non-ASCII text properly.
5129 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5131         * message.el: Require gmm-utils, remove autoloads.
5132         (message-tool-bar): Set default based on
5133         gmm-tool-bar-style.
5134         (message-tool-bar-gnome): Add gmm-customize-mode.
5136         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5137         gmm-tool-bar-style.
5138         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5140         * gnus-group.el (gnus-group-tool-bar): Set default based on
5141         gmm-tool-bar-style.
5142         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5144         * gmm-utils.el (gmm-image-directory): Rename variable from
5145         gmm-image-load-path.
5146         (gmm-image-load-path): Use gmm-image-directory.
5147         (gmm-customize-mode): New function.
5148         (gmm-tool-bar-style): New variable.
5150         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5151         gnus-group-redraw-line-number.
5152         (gnus-group-redraw-check): Simplify.
5153         (gnus-group-tool-bar-update): Remove redraw check.
5154         (gnus-group-make-tool-bar): Add redraw check.
5156 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5158         * gnus-art.el (gnus-button): Add missing parentheses.
5160 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5162         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5164 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5166         * gnus-art.el (gnus-button): New face.
5167         (gnus-article-button-face): Use it.
5169         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5170         gnus-summary-next-page.  Re-order.
5172         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5173         next-node are now included.
5174         (gnus-group-redraw-line-number): New internal variable.
5175         (gnus-group-redraw-check): Helper function for updating the tool
5176         bar.
5177         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5179         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5181         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5182         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5183         Use it to match format of Spamassassin 3.0 and later.  Reported by
5184         IRIE Tetsuya <irie@t.email.ne.jp>.
5185         (spam-check-bogofilter)
5186         (spam-bogofilter-register-with-bogofilter): Fix args of
5187         `gnus-error' calls.
5189 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5191         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5192         unnecessary interaction when sending queued mails.  Reported by
5193         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5195 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5197         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5198         first or last are nil.
5200 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5202         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5204 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5206         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5208 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210         * dns.el (query-dns): Protect more against buggy tcp output.
5212 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5214         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5215         nov.php.
5217 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5219         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5220         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5221         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5222         output on the server side.
5223         (nnweb-google-create-mapping): Update regexps and add some
5224         progress indication.
5226 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5228         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5229         gnus-agent-toggle-plugged.  Re-order icons.
5230         (gnus-group-tool-bar-gnome): Add
5231         gnus-group-{prev,next}-unread-group.
5232         (gnus-group-tool-bar-gnome): Re-order icons.
5234         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5235         gnus-summary-insert-new-articles.
5237         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5238         comments.
5240         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5241         also available in Emacs 21.3.
5243         * message.el (message-fix-before-sending): Change "Emacs 22" to
5244         "Emacs 23 (unicode)" in comment.
5246         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5247         "Emacs 23 (unicode)" in comment.
5249         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5250         comment.
5251         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5253         * mm-view.el (mm-fill-flowed): Add :version.
5255 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5257         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5258         and load-path.
5260 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5262         * message.el: Autoload gmm-image-load-path.
5263         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5264         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5265         consitency.
5267         * gmm-utils.el (gmm-image-load-path): Also search in
5268         "../etc/images".  Don't set gmm-image-load-path if we don't find
5269         the image.
5271 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5273         * gmm-utils.el (gmm-image-load-path): Don't make
5274         `gmm-image-load-path' include subdirectories which the second arg
5275         `image' might specify.
5277         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5278         subdirectory to icon file names.
5280         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5282 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5284         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5285         gmm-image-load-path calls.
5287         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5289         * message.el (message-make-tool-bar): Ditto.
5291         * mml.el (mml-preview): Added comment concerning tool bar icons.
5293         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5294         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5296         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5297         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5299         * message.el (message-tool-bar-gnome): Use new icon names.
5300         (message-make-tool-bar): Use `gmm-image-load-path'.
5302         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5303         functions from MH-E.
5304         (gmm-image-load-path): New variable from MH-E.
5305         (gmm-image-load-path): New function from MH-E.  Added arguments
5306         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5307         *-image-load-path-called-flag.
5309 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5311         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5313 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5315         * nnimap.el (nnimap-request-move-article): Change folder back to
5316         source group before deleting.
5318 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5320         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5322         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5323         mm-url.
5325         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5327 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5329         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5330         coding system which mm-charset-to-coding-system returns for a
5331         given charset is valid.
5333 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5335         * html2text.el (html2text-remove-tag-list):
5336         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5338 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5340         * gnus-cus.el: Revert 2005-10-17 change.
5342 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5344         * gnus-art.el (article-strip-banner): Call
5345         article-really-strip-banner only when the regexp match is made.
5347 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5349         * gnus-art.el (article-strip-banner): Use
5350         gnus-extract-address-components instead of
5351         mail-header-parse-addresses to make it work with non-ASCII text;
5352         remove mail-encode-encoded-word-string.
5354         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5355         values which are surrounded with \"...\"; make it never cause a
5356         Lisp error; give up parsing of parameters if it failed in
5357         extracting type.
5359 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
5361         * smime.el (smime-cert-by-ldap-1): Fix bug where
5362         `smime-ldap-search' returns results without userCertificates.
5364 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5366         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5368 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5370         * spam.el (spam-check-spamassassin-headers): Adapt format for
5371         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
5372         <ari@mbf.ocn.ne.jp>.
5373         (spam-list-of-processors): Add spam-use-gmane.
5375 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5377         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5378         make-temp-file; make it work with XEmacs as well.
5380         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5381         mm-make-temp-file.
5383         * mm-decode.el (mm-display-external): Use the 3rd arg of
5384         mm-make-temp-file.
5385         (mm-create-image-xemacs): Ditto.
5387 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5389         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5390         with message-narrow-to-headers.
5391         (gnus-draft-setup): Narrow to header to run message-fetch-field.
5392         (gnus-draft-check-draft-articles): New function.
5393         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5395 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5397         * gnus-art.el (gnus-article-browse-html-parts):
5398         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5399         Don't use suffix argument for mm-make-temp-file for Emacs 21
5400         compatibility.  Remove useless `format'.
5402 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5404         * nnweb.el (nnweb-google-wash-article): Update regexps.
5405         (nnweb-group-alist): Use defvoo instead of defvar.
5407 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5409         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5410         re-loading nn* modules.
5412 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5414         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5415         for `tool-bar-mode' and don't check it's default-value.
5417         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5419         * message.el (message-make-tool-bar): Ditto.
5421         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5422         `substring'.  Shorten tmp-file name.
5424         * gnus.el: Remove bogus comment.
5426 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
5428         * gnus-art.el (gnus-article-browse-html-parts): New function.
5429         (gnus-article-browse-html-article): New function for viewing html
5430         articles with a browser.
5432 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
5434         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5435         (mml2015-pgg-encrypt): Ditto.
5437         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5438         (mml1991-pgg-encrypt): Ditto.
5440 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5442         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5443         message-make-date instead of current-time-string.
5445         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5446         to gnus-decoded which mm-uu might set.
5448 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5450         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5451         don't decode quoted parameters; remove misimported Emacs code.
5452         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5453         (rfc2231-decode-encoded-string): Don't use split-string which
5454         behaves differently according to Emacs version; use
5455         mm-decode-coding-region to convert charset to coding-system.
5456         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5457         (rfc2231-encode-string): Remove misimported Emacs code.
5459 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5461         * gnus-art.el (article-decode-charset): Don't use ignore-errors
5462         when calling mail-header-parse-content-type.
5463         (article-de-quoted-unreadable): Ditto.
5464         (article-de-base64-unreadable): Ditto.
5465         (article-wash-html): Ditto.
5467         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5468         calling mail-header-parse-content-type and
5469         mail-header-parse-content-disposition.
5470         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5471         mail-header-parse-content-type.
5473         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5474         insert charset and format parameters; encode description after
5475         inserting it to buffer.
5476         (mml-insert-parameter): Fold lines properly even if a parameter is
5477         segmented into two or more lines; change the max column to 76.
5479         * rfc1843.el (rfc1843-decode-article-body): Don't use
5480         ignore-errors when calling mail-header-parse-content-type.
5482         * rfc2231.el (rfc2231-parse-string): Return at least type if
5483         possible; don't cause an error even if it fails in parsing of
5484         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5485         (rfc2231-encode-string): Don't break lines at the beginning, leave
5486         it to mml-insert-parameter.
5488         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5489         calling mail-header-parse-content-type.
5491 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
5493         * spam-report.el (spam-report-gmane-use-article-number):
5494         Improve doc string.
5495         (spam-report-gmane-internal): Check if a suitable header was found
5496         in the article.
5498 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5500         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5501         (rfc2231-encode-string): Make param*=value always begin with LWSP.
5503 2006-02-05  Romain Francoise  <romain@orebokech.com>
5505         Update copyright notices of all files in the gnus directory.
5507 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5509         * nnweb.el (nnweb-request-group): Avoid growing overview files.
5511 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5513         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5514         segmented lines of parameter value to cope with Thunderbird 1.5
5515         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5516         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5517         (rfc2231-encode-string): Don't make lines exceeding 76 column.
5519 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
5521         * mml.el (mml-generate-mime-1): Correct the order of inline signed
5522         parts.
5524 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5526         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5527         there's only one active file for all servers.
5528         (nnweb-request-scan): Make sure nnweb-articles is initialized on
5529         solid groups.  Gnus might have used a FAST request to select the group.
5530         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5531         and nnweb-search redundantly in the active file.
5532         (nnweb-request-list): Don't list bogus groups.  There can only be one.
5533         (nnweb-request-create-group): Don't use ARGS.
5534         (nnweb-possibly-change-server, nnweb-request-group): Remove some
5535         initialisations.  Let nnoo do the work.
5537 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5539         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5540         Say the part has been decoded.
5542         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5544 2006-01-31  Kevin Ryde  <user42@zip.com.au>
5546         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5547         mailcap-viewer-test-cache when there's no 'test clause, since that
5548         will invert the meaning of a "nil" test previously determined by
5549         mailcap-mailcap-entry-passes-test.
5551 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5553         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5554         compiling.
5556         * gnus-sum.el: Ditto.
5558         * message.el: Don't bind tool-bar-map when compiling.
5560 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
5562         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5564 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5566         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5567         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5568         current Google Groups.
5570 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
5572         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5573         and tool-bar-mode.
5575         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5576         and tool-bar-mode.
5578         * message.el (message-tool-bar-update): Simplify.
5579         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5581         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5582         gnus-summary-buffer.
5583         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5584         gnus-summary-reply.
5586         * gmm-utils.el (gmm): Add :version.
5588 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5590         * Makefile.in (clean): New rule.
5591         (distclean): Use it.
5593 2006-01-26  Steve Youngs  <steve@sxemacs.org>
5595         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5596         autoload.
5598 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5600         * gmm-utils.el (gmm-verbose): Add :group.
5602 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
5604         * message.el: Change some comments WRT tool-bars.
5606         * gnus-sum.el (gnus-summary-tool-bar)
5607         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5608         (gnus-summary-tool-bar-zap-list): New variables.
5609         (gnus-summary-make-tool-bar): Complete rewrite using
5610         `gmm-tool-bar-from-list'.
5612         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5613         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5614         variables.
5615         (gnus-group-make-tool-bar): Complete rewrite using
5616         `gmm-tool-bar-from-list'.
5617         (gnus-group-tool-bar-update): New function.
5619         * message.el (message-mode-field-menu): Add "Show hidden Headers".
5621 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5623         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5624         is dissected into a single part of which the type is the same as
5625         the given one; decode charset.
5627 2006-01-21  Kevin Ryde  <user42@zip.com.au>
5629         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5630         into alists as symbol not string, since that's what
5631         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5632         look for.
5634 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
5636         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5637         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5639         * message.el (message-tool-bar-gnome): Use gmm-ignore.
5641 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5643         * gnus-art.el (gnus-mime-security-button-commands): New variable.
5644         (gnus-mime-security-button-menu): New definition.
5645         (gnus-mime-security-button-map): Use them.
5646         (gnus-mime-security-button-menu): New function.
5647         (gnus-insert-mime-security-button): Addition to help echo.
5648         (gnus-mime-security-run-function, gnus-mime-security-save-part)
5649         (gnus-mime-security-pipe-part): New functions.
5651         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5652         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5654         * mm-decode.el (mm-handle-set-disposition): Remove.
5655         (mm-handle-set-description): Remove.
5657 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5659         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5660         (mm-w3m-standalone-supports-m17n-p): New function.
5661         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5662         w3m usage.
5664         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5665         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5667 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5669         * message.el (message-tool-bar-zap-list): Use
5670         gmm-tool-bar-zap-list as custom type.
5671         (message-tool-bar-update): New function.
5672         (message-tool-bar, message-tool-bar-gnome)
5673         (message-tool-bar-retro): Add message-tool-bar-update.
5674         (message-tool-bar-gnome): Add flyspell-buffer.
5676         * gnus-util.el (gnus-error): Describe `args'.
5678         * gmm-utils.el (gmm-error): Describe `args'.
5679         (gmm-tool-bar-zap-list): New widget.
5680         (gmm-tool-bar-from-list): Improve description of `zap-list'.
5682 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5684         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5685         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5686         the number of recursive calls.
5688         * mm-decode.el (mm-handle-set-disposition): New macro.
5689         (mm-handle-set-description): New macro.
5691 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5693         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5694         encoding.
5696 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5698         * message.el (message-tool-bar-zap-list, message-tool-bar)
5699         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5700         (message-tool-bar-local-item-from-menu): Remove.
5701         (message-tool-bar-map): Replace by `message-make-tool-bar'.
5702         (message-make-tool-bar): New function.
5703         (message-mode): Use `message-make-tool-bar'.
5705         * gmm-utils.el: New file.
5706         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5707         (gmm-lazy): New widget copied from `nnmail.el'.
5708         (gmm-tool-bar-from-list): New function for creating customizable
5709         tool bars.
5710         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
5711         output.
5712         (gmm): Add :prefix to defgroup.
5714 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5716         * gmm-utils.el (gmm-widget-p): New function.
5718 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5720         * mml.el (mml-attach-file): Describe `description' in doc string.
5721         (mml-menu): Add Emacs MIME manual and PGG manual.
5723 2006-01-20  Richard M. Stallman  <rms@gnu.org>
5725         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5727 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
5729         * nntp.el (nntp-end-of-line): Doc fix.
5731 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
5733         * imap.el (imap-open): Handle case where buffer is a buffer
5734         object.
5736 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5738         * gnus-delay.el (gnus-delay): Don't autoload.
5739         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5740         to be re-loaded when customizing the `gnus-delay' group.
5742 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
5744         * message.el (message-insert-citation-line): Use newlines.
5746 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5748         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
5750         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
5752 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
5754         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
5756 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5758         * mm-decode.el (mm-inlined-types): Add application/pgp.
5759         (mm-automatic-display): Ditto.
5761         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
5762         part as text.
5764 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5766         * nnrss.el: Update copyright.
5767         (nnrss-opml-import): Query whether to subscribe to each entry.
5769         * gnus-art.el:
5770         * gnus-sum.el:
5771         * mm-uu.el:
5772         * mm-view.el: Update copyright.
5774 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
5776         * message.el (message-info): New function.
5777         (message-mode-menu): Add it.
5778         Update copyright.
5780         * ChangeLog: Fix and update copyright.
5782 2006-01-13  Romain Francoise  <romain@orebokech.com>
5784         * message.el (message-forward-subject-name-subject): Prefer the
5785         address to 'nowhere' if the sender has no name.
5786         Fix typo.  Update copyright year.
5788 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5790         * gnus-art.el (article-wash-html): Use
5791         gnus-summary-show-article-charset-alist if a numeric arg is given.
5792         (gnus-article-wash-html-with-w3m-standalone): New function.
5794         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
5795         mm-inline-text-html-render-with-w3m-standalone.
5796         (mm-text-html-washer-alist): Map w3m-standalone to
5797         gnus-article-wash-html-with-w3m-standalone.
5798         (mm-inline-text-html-render-with-w3m-standalone): New function.
5800 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5802         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
5803         Improve LaTeX.
5805 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5807         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
5808         (nnrss-request-article): Render text/plain parts as HTML.
5810         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
5811         the buffer.
5813 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5815         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
5816         custom definition of `gnus-posting-styles'.
5818         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
5819         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
5821 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5823         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
5824         Use nntp for bug archive.
5826 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5828         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
5829         parts.
5830         (nnrss-normalize-date): New function converts ISO 8601 date into
5831         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
5832         (nnrss-check-group): Use it.
5834 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5836         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
5838         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
5839         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
5840         (nnrss-insert-w3): Ditto.
5842 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5844         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
5845         the articles to be forwarded including the case where neither a
5846         number of articles nor a region is specified.
5848 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5850         * nnrss.el (nnrss-request-article): Fix last change; fill
5851         text/plain parts.
5853 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5855         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
5856         in text/plain part.
5857         (nnrss-check-group): Don't add excessive newline to dc:subject.
5859 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
5861         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
5862         article.
5864 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5866         * nnml.el: Don't require gnus-bcklg.  Autoload it.
5867         (nnml-use-compressed-files, nnml-save-mail): Support other
5868         comression programs such as bzip2.
5870 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5872         * dns.el (query-dns): Make sure we check the buffer size before
5873         removing tcp headers.
5875 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5877         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
5878         remove MIME buttons associated with multipart/alternative parts.
5879         (gnus-mime-display-alternative): Tag buttons using `article-type'
5880         text property.
5882         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
5883         associated with multipart/alternative parts.
5885         * gnus-art.el (gnus-signature-separator): Fix custom type.
5887         * mm-decode.el (mm-inlined-types): Fix custom type.
5888         (mm-keep-viewer-alive-types): Ditto.
5889         (mm-automatic-display): Ditto.
5890         (mm-attachment-override-types): Ditto.
5891         (mm-inline-override-types): Ditto.
5892         (mm-automatic-external-display): Ditto.
5894 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5896         * spam-report.el (spam-report-user-mail-address)
5897         (spam-report-user-agent): New variables.
5898         (spam-report-url-ping-plain): Use spam-report-user-agent.
5900 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
5902         * gnus-art.el (gnus-button-handle-custom): Do not just use
5903         `customize-apropos' for any "M-x customize-*" button but the
5904         function called for.  Accept both the function name and its
5905         argument in order to achieve this.
5906         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
5907         function name to `gnus-button-handle-custom' in case of "M-x
5908         customize-*" buttons.
5910 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5912         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
5913         multipart/alternative and add xref to mm-discouraged-alternatives
5914         in doc string.
5916         * mm-decode.el (mm-discouraged-alternatives): Add xref to
5917         gnus-buttonized-mime-types in doc string.
5919 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
5921         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
5922         Suggest image/.* in the doc string.
5924 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5926         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
5927         message-marks (Debian bug #342521).
5929 2005-12-12  Simon Josefsson  <jas@extundo.com>
5931         * password.el (password-read-from-cache): Add.
5932         (password-read): Use it.
5934 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5936         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
5937         us-ascii as a MIME charset.
5939         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
5940         against the case where the 2nd arg TYPE is nil.
5942 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5944         * pop3.el (pop3-stream-type): Fix custom version.
5946         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
5948 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5950         * mm-decode.el (mm-display-external): Add missing cdr.
5952 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5954         * mm-decode.el (mm-display-external): Use nametemplate (defined in
5955         RFC1524) if it is in mailcap or add a suffix according to
5956         mailcap-mime-extensions when generating a temp filename; postpone
5957         deleting a temp file for 2 seconds for some wrappers, shell
5958         scripts, and so on, which might exit right after having started a
5959         viewer command as a background job.
5961 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5963         * nntp.el (nntp-marks-directory): Fix custom group.
5965         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
5966         steps when < 10.
5968         * gnus-start.el (gnus-no-server-1): Mention
5969         `gnus-level-default-subscribed' in doc string.
5971 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5973         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
5974         parens.
5976 2005-11-26  Dave Love  <fx@gnu.org>
5978         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
5979         (tls-program, tls-success): Provide openssl alternative.
5981         * starttls.el: Doc fixes.
5982         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
5983         SERVICE to PORT.
5985         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
5986         port null or service name.
5987         (starttls-negotiate): Autoload.
5989 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5991         * message.el (message-kill-to-signature): Fix interactive spec.
5993 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5995         * pop3.el (pop3-open-server): Recognize a string as a service name.
5997 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
5999         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6001 2005-11-23  Dave Love  <fx@gnu.org>
6003         Add pop3s, pop3/starttls.
6005         * pop3.el (pop3-authentication-scheme): Clarify doc.
6006         (open-tls-stream, starttls-open-stream): Autoload.
6007         (pop3-stream-type): New.
6008         (pop3-open-server): Use it.
6010         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6011         for POP.
6012         (mail-source-keyword-map): Add :stream for POP.
6013         (mail-source-fetch-pop): Use pop3-stream-type.
6015 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6017         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6018         of current-time-string.
6020 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6022         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6023         date header.
6025 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6027         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6028         it can seriously impact performance as it bypasses the agent's
6029         local caches.
6031 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6033         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6034         must be explicitly online rather than "not explicitly offline" for
6035         its flags to be synchronized.
6037         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6038         that gnus-uu-unmark-thread will function correctly.
6040         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6041         1024K is instead displayed as 1M.
6043 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6045         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6047 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6049         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6051 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6053         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6054         error message to display actual error condition.
6055         (gnus-agent-save-local): Avoid saving symbols that are bound to
6056         nil as they simply result in a warning message in
6057         gnus-agent-read-local.
6059 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6061         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6062         rather than make-variable-buffer-local for file-precious-flag.
6064 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6066         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6067         for duplicates which are removed.  The invalid sort check then
6068         triggers a rescan after the sort as sorting may have moved
6069         duplicate entries such that they can be cheaply detected.
6071 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6073         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6075 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6077         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6078         internal variable to a custom variable.  Changed default value
6079         from compressed(2) to uncompressed(1).
6080         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6081         support for uncompressed agentview files.  Taken together, reading
6082         the agentview file should now be 6-7 times faster.
6084 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6086         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6087         as a buffer-local variable.  This avoids creating truncated
6088         dribble files as a result of a hang up, eg.
6090 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6092         * gnus-start.el (gnus-start-draft-setup): Enforce
6093         `gnus-draft-mode' for nndraft:drafts at startup.
6095         * gnus.el (gnus-splash): Change custom group.
6096         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6097         allow-list argument.
6099         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6100         string.
6102 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6104         * gnus-art.el (gnus-default-article-saver): Add user-defined
6105         `function' to custom type.
6107 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6109         * imap.el (imap-open): Handle case where buffer is a buffer
6110         object.
6112 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6114         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6115         long lines.
6116         (gnus-cache-delete-group): Wrap doc strings.
6118         * gnus-agent.el (gnus-agent-rename-group)
6119         (gnus-agent-delete-group): Wrap doc strings.
6121 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6123         * gnus-start.el (gnus-1): Add "native" to
6124         gnus-predefined-server-alist.
6126         * gnus.el (gnus-method-to-server): Don't add "native" to the
6127         lists here, because that leads to problems when
6128         gnus-select-method is bound.
6130 2005-11-09  Simon Josefsson  <jas@extundo.com>
6132         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6133         use (not sort-by-date) instead.
6135 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6137         * gnus-delay.el (gnus-delay-group): Don't autoload.
6138         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6139         to be re-loaded when customizing the `gnus-delay' group.
6141 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6143         * message.el: Revert last changes.
6144         (message-insert-citation-line): Use newlines.
6146 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6148         * message.el (message-courtesy-message)
6149         (message-mark-insert-begin, message-mark-insert-end)
6150         (message-elide-ellipsis, message-cancel-message)
6151         (message-add-header, message-change-subject)
6152         (message-cross-post-followup-to-header)
6153         (message-cross-post-insert-note, message-reduce-to-to-cc)
6154         (message-widen-reply, message-delete-not-region)
6155         (message-kill-to-signature, message-insert-signature)
6156         (message-insert-importance-high, message-insert-importance-low)
6157         (message-insert-or-toggle-importance)
6158         (message-insert-disposition-notification-to)
6159         (message-indent-citation, message-yank-original)
6160         (message-cite-original-without-signature, message-cite-original)
6161         (message-insert-citation-line, message-position-on-field)
6162         (message-fix-before-sending, message-send-mail-partially)
6163         (message-send-mail, message-send-mail-with-sendmail)
6164         (message-send-mail-with-qmail, message-send-news)
6165         (message-check-news-header-syntax, message-generate-headers)
6166         (message-insert-courtesy-copy, message-fill-address)
6167         (message-fill-header, message-shorten-references)
6168         (message-setup-1, message-cancel-news)
6169         (message-forward-make-body-plain, message-forward-make-body-mime)
6170         (message-forward-make-body-mml, message-encode-message-body)
6171         (message-forward-make-body-digest-plain)
6172         (message-forward-make-body-digest-mime)
6173         (message-use-alternative-email-as-from): Insert `hard-newline'
6174         instead of ordinary newlines.
6176 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6178         * message.el (message-generate-headers): Downcase the argument
6179         given to message-check-element.
6181 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6183         * nntp.el (nntp-authinfo-rejected): New error condition.
6184         (nntp-wait-for): Use new error condition to signal authentication
6185         error.
6186         (nntp-retrieve-data): Rethrow new error condition to break out of
6187         recursive call to nntp-send-authinfo.
6189 2005-11-08  Romain Francoise  <romain@orebokech.com>
6191         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6192         (gnus-summary-exit-map): Bind to `Z p'.
6193         (gnus-summary-make-menu-bar): Add menu item.
6195 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6197         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6198         (gnus-treat-*): Add `first' in all doc strings.
6200         * gnus-group.el (gnus-group-compact-group): Fix typo.
6202 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6204         * gnus.el (gnus-parameters-case-fold-search): New variable.
6205         (gnus-parameters-get-parameter): Use it.
6207         * gnus-score.el (gnus-home-score-file): Doc fix.
6209 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6211         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6213 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6215         * mm-util.el (mm-special-display-p): New function.
6217         * mml.el (mml-preview): Use it; doc fix.
6219 2005-10-29  Romain Francoise  <romain@orebokech.com>
6221         * message.el (message-fix-before-sending): Fix comment.
6223 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6225         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6227 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6229         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6230         Used in gnus-score.el.
6232 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6234         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6236 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6238         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6239         whitespace removed in revision 7.8.  Use concatenated string to
6240         protect trailing whitespace.
6242 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
6244         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6245         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6246         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6247         Courier IMAP ("some version from 2004").  Mostly based on similar
6248         code in the same function.
6250 2005-10-26  Didier Verna  <didier@xemacs.org>
6252         * gnus-group.el (gnus-group-compact-group): Invalidate original
6253         article buffer.
6254         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6255         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6256         NOV database and in article itself.
6257         Invalidate article backlog.
6259 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6261         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6263 2005-10-26  Simon Josefsson  <jas@extundo.com>
6265         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6266         part of 2004-07-25 change.
6268 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6270         * message.el (message-display-completion-list): New function.
6271         (message-expand-group): Use it; make sure the Completions buffer
6272         is modifiable.
6274 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6276         * imap.el (imap-open): Handle case where buffer is a buffer object.
6278 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
6280         * pgg-def.el:
6281         * pgg-gpg.el:
6282         * pgg-parse.el:
6283         * pgg-pgp.el:
6284         * pgg-pgp5.el:
6285         * pgg.el: Move to the parent lisp directory.
6287 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6289         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6290         user-mail-name is an empty string.
6292 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6294         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6295         depending on gnus-score-decay-constant.
6297         * encrypt.el (encrypt-insert-file-contents)
6298         (encrypt-write-file-contents): Don't use `gnus-message'.
6300         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6301         arguments.
6302         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
6303         arguments to mm-uu-verbatim-marks-extract.
6304         (mm-uu-hide-markers): New variable.
6305         (mm-uu-extract): Use face similar to `gnus-cite-3'.
6307         * gnus-fun.el (gnus-convert-image-to-x-face-command)
6308         (gnus-convert-image-to-face-command): Use "convert" by default to
6309         allow other input image formats.
6310         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6311         accordingly.
6313 2005-10-23  Simon Josefsson  <jas@extundo.com>
6315         * imap.el (imap-gssapi-program): Align command line parameters
6316         with latest GNU SASL.
6317         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6319 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6321         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6322         HTML.
6323         (nnslashdot-request-article): Ditto.
6325 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6327         * mail-source.el (mail-source-fetch-pop): Require pop3.
6328         (mail-source-check-pop): Ditto.
6330 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6332         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6333         errors.
6335 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6337         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6338         (gnus-treat-strip-leading-blank-lines): Improve doc string.
6340         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6342         * mm-bodies.el (mm-decode-string): Call
6343         `mm-charset-to-coding-system' with allow-override argument.
6345 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6347         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6348         (rfc2047-charset-to-coding-system): New function.
6349         (rfc2047-decode-encoded-words): New function.
6350         (rfc2047-decode-region): Use them.
6351         (rfc2047-decode-cte): Remove.
6352         (rfc2047-parse-and-decode): Remove.
6353         (rfc2047-decode): Remove.
6355 2005-10-15  Kenichi Handa  <handa@m17n.org>
6357         * rfc2047.el (rfc2047-decode-cte): New function.
6358         (rfc2047-decode-region): Change the way to decode successive
6359         encoded-words: decode B- or Q-encoding in each encoded-word,
6360         concatenate them, and decode it as charset.
6362 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6364         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
6365         widget-move-and-invoke.
6366         (gnus-custom-mode): Use gnus-custom-map.
6368 2005-10-15  Bill Wohler  <wohler@newt.com>
6370         * message.el (message-tool-bar-map): Renamed image file from
6371         mail_send to mail/send.
6373 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6375         * message.el (message-expand-group): Pass the common
6376         prefix substring of completion to `display-completion-list'.
6378 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
6380         * mml-sec.el (mml-secure-method): New internal variable.
6381         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6382         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6383         functions using mml-secure-method.
6385         * mml.el (mml-mode-map): Add key bindings for those functions.
6386         (mml-menu): Simplify security menu entries.  Suggested by Jesper
6387         Harder <harder@myrealbox.com>.
6388         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6389         end of message if point is the headers of the message.
6391         * message.el (message-in-body-p): New function.
6393         * assistant.el: Autoload gnus-util and netrc.
6395         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6396         Use `mm-charset-override-alist' only when decoding.
6398         * mm-bodies.el (mm-decode-body): Call
6399         `mm-charset-to-coding-system' with allow-override argument.
6401         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6402         `filename' from Content-Disposition if Content-Type doesn't
6403         provide `name'.
6404         (gnus-mime-view-part-as-type): Set default instead of
6405         initial-input.
6407 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6409         * format-spec.el (format-spec): Propagate text properties of % spec.
6411 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6413         * gnus-art.el (gnus-treat-predicate): Add `first'.
6415 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6417         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6418         (mm-charset-override-alist): New variable.
6419         (mm-charset-to-coding-system): Use it.
6420         (mm-codepage-setup): New helper function.
6421         (mm-charset-eval-alist): New variable.
6422         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
6423         about unknown charsets.
6425 2005-10-04  David Hansen  <david.hansen@gmx.net>
6427         * nnrss.el (nnrss-request-article): Add support for the comments tag.
6428         (nnrss-check-group): Ditto.
6430 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6432         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6433         Rename x-gnus-verbatim to x-verbatim.
6434         (mm-uu-type-alist): Fix regexp for verbatim-marks.
6436         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6437         x-verbatim.
6439         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6441         * gnus-util.el (gnus-remove-duplicates): Remove.
6443         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6444         instead of gnus-remove-duplicates.
6446         * message.el (message-remove-duplicates): Remove.
6447         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6448         message-remove-duplicates.
6450         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6451         available, else use implementation from `delete-dups'.
6453         * message.el (message-insert-expires): New function.
6454         (message-mode-map): Add key binding.
6455         (message-mode-field-menu): Add menu entry.
6456         (message-mode): Document it.
6457         (message-make-expires-date): Use `message-make-date'.
6459 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
6461         * message.el (message-make-expires-date): New function.
6463 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6465         * Makefile.in (list-installed-shadows): New entry.
6466         (install): Use it.
6467         (remove-installed-shadows): New entry.
6469 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6471         * time-date.el: Autoload parse-time-string, XEmacs needs it.
6473 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6475         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6476         function rather than the diff-mode.el package.
6477         (mm-display-external): Use with-current-buffer.
6478         (mm-viewer-completion-map, mm-viewer-completion-map):
6479         Move initialization inside declaration.
6481 2005-09-29  Simon Josefsson  <jas@extundo.com>
6483         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
6484         autoload mail-check-payment.
6485         (spam-check-hashcash): Define unconditionally, since hashcash.el
6486         is part of Gnus now.  Ignore errors from payment checking.
6488 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6490         * message.el (message-bold-region, message-unbold-region): Rename
6491         from `bold-region' and `unbold-region'.
6493         * message.el: Remove useless autoloads.
6495 2005-09-28  Simon Josefsson  <jas@extundo.com>
6497         * message.el (message-use-idna): Default to t.
6498         (message-use-idna): Test whether encoding works too.  Doc fix.
6500 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6502         * nntp.el (nntp-warn-about-losing-connection): Remove.
6504 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6506         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6507         customizable.  Change default value.
6508         (mm-uu-diff-groups-regexp): Change default value.
6509         (mm-uu-type-alist): Add doc string.
6510         (mm-uu-configure): Add doc string.  Make it interactive.
6511         (mm-uu-tex-groups-regexp): New variable.
6512         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6513         (mm-uu-type-alist): Add LaTeX documents.
6514         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6515         of "text/verbatim".
6516         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6518         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6519         instead of "text/verbatim".
6521         * message.el (message-mark-inserted-region)
6522         (message-mark-insert-file): Use slrn style marks when called with
6523         prefix argument.
6525 2005-09-27  Simon Josefsson  <jas@extundo.com>
6527         * message.el (message-idna-to-ascii-rhs-1): Reformat.
6529 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
6531         * message.el (message-remove-duplicates): New function.
6532         Implementation borrowed from `gnus-remove-duplicates'.
6533         (message-idna-to-ascii-rhs): Also encode idna addresses in
6534         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6535         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6536         only ask about the same idna domain once per header and also tell
6537         in what header to replace the idna domain.
6539         * gnus-art.el (article-decode-idna-rhs): Also decode idna
6540         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6541         (article-decode-idna-rhs): Fix regexp so that all idna-address in
6542         a header is decoded and not just the last one.
6544 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6546         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6547         has been decoded.
6549         * mm-decode.el (mm-automatic-display): Add text/verbatim.
6550         (mm-insert-part): Don't modify text if it has been decoded.
6552         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6553         decoded.
6555         * mm-view.el (mm-inline-text): Don't strip text props unless
6556         decoding enriched or richtext parts.
6558 2005-09-25  Romain Francoise  <romain@orebokech.com>
6560         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6561         * gnus-start.el (gnus-subscribe-interactively):
6562         * gnus-uu.el (gnus-uu-grab-articles):
6563         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6564         space.
6566 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6568         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6569         * mm-view.el (mm-view-pkcs7-decrypt):
6570         * gnus-sum.el (gnus-summary-limit-to-extra)
6571         (gnus-summary-respool-article, gnus-read-move-group-name):
6572         * gnus-score.el (gnus-summary-increase-score):
6573         * gnus-util.el (gnus-completing-read-with-default):
6574         * gnus-art.el (gnus-read-save-file-name)
6575         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6576         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6577         * message.el (message-check-news-header-syntax):
6578         Follow convention for reading with the minibuffer.
6580 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
6582         * spam-report.el (spam-report-url-ping-plain):
6583         Use gnus-extended-version as User-Agent.
6585         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6586         default value is nil.
6588         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6589         (mm-uu-verbatim-marks-extract): New function.
6590         (mm-uu-extract): New face.
6591         (mm-uu-copy-to-buffer): Use it.
6593         * spam-report.el (spam-report-gmane-ham): Renamed from
6594         `spam-report-gmane-unspam'.
6595         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6596         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
6598         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6599         Autoload.
6600         (spam-report-gmane-unregister-routine): Renamed
6601         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6603 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
6605         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6606         (spam-report-gmane-unregister-routine): Add support for gmane
6607         unregistration.
6609         * spam-report.el (spam-report-gmane-unspam)
6610         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6611         (spam-report-gmane): Change to take a single article and do unspam
6612         registration.
6614 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6616         * mm-url.el (mm-url-decode-entities): Fix regexp.
6618 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6620         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6621         default to nil, to be able to use Gnus at all.  If the default
6622         switches to something else, then the function should be fixed not
6623         be exceedingly slow.
6625 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
6627         * gnus-start.el (gnus-activate-group): If the server is nil, don't
6628         fail hard.
6630         * spam-report.el: Add better Keywords line.
6632         * spam.el: Add Maintainer and better Keywords line.
6634 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6636         * gnus-art.el (gnus-article-replace-part)
6637         (gnus-mime-replace-part): New functions.
6638         (gnus-mime-action-alist, gnus-mime-button-commands)
6639         (gnus-mime-save-part-and-strip): Added file argument.
6640         (gnus-article-part-wrapper): Added interactive argument.
6642         * gnus-sum.el (gnus-summary-mime-map): Add
6643         `gnus-article-replace-part'.
6645 2005-09-19  Didier Verna  <didier@xemacs.org>
6647         The nnml compaction feature:
6648         * nnml.el (nnml-request-compact-group): New function.
6649         * nnml.el (nnml-request-compact): New function.
6650         * gnus-int.el (gnus-request-compact-group): New function.
6651         * gnus-int.el (gnus-request-compact): New function.
6652         * gnus-group.el (gnus-group-compact-group): New function.
6653         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6654         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6655         * gnus-srvr.el (gnus-server-compact-server): New function.
6656         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6657         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6659 2005-09-18  Deepak Goel  <deego@gnufans.org>
6661         * sieve.el (sieve-help): Fix `message' call: first arg should be a
6662         format spec.
6664 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6666         * gnus.el (gnus-group-startup-message): Bind image-load-path.
6668 2005-09-15  Romain Francoise  <romain@orebokech.com>
6670         * message.el (message-fill-paragraph): Clarify docstring.
6672 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6674         * gnus-art.el (gnus-mime-display-part): Protect against broken
6675         MIME messages.
6677 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6679         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
6680         before parsing header.
6682 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
6684         * html2text.el (html2text-replace-list): Add new entities.
6686 2005-09-11  Romain Francoise  <romain@orebokech.com>
6688         * message.el (message-alternative-emails): Improve docstring.
6689         (message-setup-1): Call `message-use-alternative-email-as-from'
6690         after `message-setup-hook' to give it precedence over posting
6691         styles, etc.
6692         (message-use-alternative-email-as-from): Add docstring.  Remove
6693         the original From header if present.
6695         * nnml.el (nnml-compressed-files-size-threshold): New variable.
6696         (nnml-save-mail): Use it.
6698         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
6699         articles.  Add new argument `silent'.
6700         (gnus-uu-mark-all): Report the total number of marked articles.
6702 2005-09-10  Romain Francoise  <romain@orebokech.com>
6704         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
6705         (gnus-uu-mark-series): Likewise.
6707 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
6709         * spam-report.el (spam-report-gmane): Fix generation of spam
6710         report URL.
6712 2005-09-10  Simon Josefsson  <jas@extundo.com>
6714         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
6715         t, based on discussion on the ding list with Robert Epprecht
6716         <epprecht@solnet.ch>.
6718 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
6720         * spam-report.el (spam-report-gmane): Make it work without
6721         X-Report-Spam header.  Gmane now only provides Archived-At.
6722         This is only used if `spam-report-gmane-use-article-number' is nil.
6723         (spam-report-gmane-spam-header): Remove.  Not used anymore.
6725         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
6726         make `gnus-summary-sort-by-recipient' work with threading.
6728         * nnweb.el (nnweb-google-wash-article): Print a message if article
6729         is not available.
6731 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6733         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
6734         change.  Decode text/* parts content before displaying.
6736 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6738         * mml-smime.el: Remove defvar of gnus-extract-address-components.
6740 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6742         * mm-view.el (mm-display-inline-fontify): Disable support modes.
6744 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
6746         * message.el (message-tab-body-function): Fix mismatched custom type.
6748         * gnus.el (gnus-group-change-level-function): Ditto.
6750         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
6752         * gnus-art.el (gnus-signature-limit)
6753         (gnus-article-mime-part-function): Ditto.
6755 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6757         * mml.el (mml-mode): Silence the byte compiler.
6759         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
6760         using `(sit-for 0)' before moving the point to the specified part;
6761         skip unbuttonized parts.
6762         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
6763         return to the summary window if gnus-auto-select-part is non-nil.
6765 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
6767         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
6768         variables.
6769         (mml-dnd-attach-file, mml-mode): Use them.
6771         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
6772         Make fetching article by MID work again for Google Groups.  Added
6773         FIXME concerning gnus-group-make-web-group.
6775         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
6776         Don't depend on Gnus by using mail-extract-address-components if
6777         gnus-extract-address-components is not bound.
6779 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6781         * gnus-art.el (gnus-mime-display-security): Don't display the
6782         signature, but only the signed part.
6784 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6786         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
6788         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
6789         list, not listp.
6791 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
6793         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
6794         when encoding.
6796         * mm-bodies.el (mm-decode-content-transfer-encoding):
6797         De-canonicalize CRLF for all text content types, not just
6798         text/plain.
6800 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6802         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
6803         valid article; point arrow and cursor at the MIME button.
6805 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6807         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
6808         Suggested by Dan Christensen <jdc@uwo.ca>.
6810         * mm-decode.el (mm-save-part): Enable change of prompt.
6812 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
6814         * gnus-msg.el (gnus-inews-add-send-actions): Made
6815         `message-post-method' lambda parameter ARG `&optional'.
6817 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
6819         * gnus-sum.el (gnus-summary-mime-map): Added
6820         gnus-article-save-part-and-strip, gnus-article-delete-part and
6821         gnus-article-jump-to-part.
6823         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
6824         (gnus-article-edit-part): Use it.
6825         (gnus-article-part-wrapper): Added no-handle argument.
6826         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
6827         functions.
6829 2005-08-29  Romain Francoise  <romain@orebokech.com>
6831         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6832         docstring.
6833         (gnus-face-from-file): Likewise.
6835 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
6837         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
6838         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
6839         non-nil.
6840         (gnus-auto-select-part): New variable.
6841         (gnus-article-jump-to-part): New function.
6842         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
6843         (gnus-mime-delete-part): Allow selecting specified part after
6844         deleting or stripping parts.
6845         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
6846         part if argument is bogus.
6848 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
6850         * gnus-art.el (w3m-minor-mode-map):
6851         * gnus-spec.el (gnus-newsrc-file-version):
6852         * gnus-util.el (nnmail-active-file-coding-system)
6853         (gnus-original-article-buffer, gnus-user-agent):
6854         * gnus.el (gnus-ham-process-destinations)
6855         (gnus-parameter-ham-marks-alist)
6856         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
6857         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
6858         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
6859         * mm-decode.el (gnus-current-window-configuration):
6860         * mm-extern.el (gnus-article-mime-handles):
6861         * mm-url.el (url-current-object, url-package-name)
6862         (url-package-version):
6863         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
6864         (smime-keys, w3m-cid-retrieve-function-alist)
6865         (w3m-current-buffer, w3m-display-inline-images)
6866         (w3m-minor-mode-map):
6867         * mml-smime.el (gnus-extract-address-components):
6868         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
6869         (gnus-newsrc-hashtb, message-default-charset)
6870         (message-deletable-headers, message-options)
6871         (message-posting-charset, message-required-mail-headers)
6872         (message-required-news-headers):
6873         * mml1991.el (mc-pgp-always-sign):
6874         * mml2015.el (mc-pgp-always-sign):
6875         * nnheader.el (nnmail-extra-headers):
6876         * rfc1843.el (gnus-decode-encoded-word-function)
6877         (gnus-decode-header-function, gnus-newsgroup-name):
6878         * spam-stat.el (gnus-original-article-buffer): Add defvars.
6880 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
6882         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
6883         the end of the date treatments.
6885 2005-08-15  Simon Josefsson  <jas@extundo.com>
6887         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
6888         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
6889         Capello and Romain Francoise.
6890         (pgg-fetch-key-function): Removed, not used?
6891         (pgg-insert-url-with-w3): Require url, to get
6892         url-insert-file-contents regardless of where it is defined.
6894 2005-08-13  Romain Francoise  <romain@orebokech.com>
6896         * message.el (message-cite-original-1): New function.
6897         (message-cite-original): Use it.
6898         (message-cite-original-without-signature): Ditto.
6900 2005-08-08  Romain Francoise  <romain@orebokech.com>
6902         * message.el (message-yank-empty-prefix): New variable.
6903         (message-indent-citation): Use it.
6904         (message-cite-original-without-signature): Respect X-No-Archive.
6906 2005-08-08  Simon Josefsson  <jas@extundo.com>
6908         * pgg.el: Autoload url-insert-file-contents instead of loading
6909         w3/url.
6910         (pgg-insert-url-with-w3): Don't load url here.
6912 2005-08-07  Jesper Harder  <harder@phys.au.dk>
6914         * message.el (message-kill-to-signature): Don't insert newline at
6915         bol.
6916         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
6918 2005-08-06  Romain Francoise  <romain@orebokech.com>
6920         * message.el (message-user-fqdn): Fix typo in docstring.
6922 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
6924         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
6926         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
6928 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6930         * mm-bodies.el (mm-encode-body): Use coding system rather than
6931         charset to encode text.
6933         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
6934         number of charsets if utf-8 is available (XEmacs).
6936 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
6938         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
6939         taken from `gnus-button-mid-or-mail-regexp'.
6940         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
6941         (gnus-button-alist): Improve regexp for domain part of the MIDs
6942         for news:localpart@domain buttons.
6943         (gnus-button-ctan-directory-regexp): Update.
6945 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6947         * sieve-manage.el (sieve-manage-interactive-login): Use
6948         make-local-variable rather than make-variable-buffer-local.
6949         (sieve-manage-open): Ditto.
6950         (sieve-manage-authenticate): Ditto.
6952         * mml.el (mml-generate-mime-1): Make the content type default to
6953         text/plain if the filename is not specified.
6955 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6957         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
6958         instead of insert-buffer.
6960         * message.el (message-yank-original): Ditto; set the mark at the
6961         end of the yanked message.
6963 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6965         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
6966         lines to scroll rather than to stop it.
6968         * mml.el (mml-generate-default-type): Add doc string.
6969         (mml-generate-mime-1): Use mm-default-file-encoding or make it
6970         default to application/octet-stream when determining the content
6971         type if it is not specified for the part or the mml contents; add
6972         a comment about mml-generate-default-type.
6974 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
6976         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
6977         make it default to application/octet-stream when determining the
6978         content type if it is not specified for the external contents.
6980 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6982         * rfc2231.el (rfc2231-parse-string): Take care that not only a
6983         segmented parameter but also other parameters might be there.
6985 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6987         * mm-decode.el (mm-display-external): Delete temp file, directory
6988         and buffer immediately if the external process is exited.
6990 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6992         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
6993         fewer lines than that of scroll-margin.
6994         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
6996 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6998         * gnus-art.el (gnus-article-next-page): Revert.
6999         (gnus-article-beginning-of-window): New macro.
7000         (gnus-article-next-page-1): Use it.
7001         (gnus-article-prev-page): Ditto.
7002         (gnus-article-edit-part): Use insert-buffer-substring instead of
7003         insert-buffer.
7004         (gnus-article-edit-exit): Ditto.
7006         * gnus-util.el (gnus-beginning-of-window): Remove.
7007         (gnus-end-of-window): Remove.
7009 2005-07-25  Simon Josefsson  <jas@extundo.com>
7011         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7012         to have the url package without w3.  Reported by Daiki Ueno
7013         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7015 2005-07-20  Didier Verna  <didier@xemacs.org>
7017         * gnus-diary.el: Remove the description comment (nndiary is now
7018         properly documented in the Gnus manual).
7019         Fix the spelling of "Back End".
7020         * nndiary.el: Ditto.
7021         Fix the copyright notice.
7023 2005-07-18  Romain Francoise  <romain@orebokech.com>
7025         * gnus-sum.el (gnus-summary-to-prefix)
7026         (gnus-summary-newsgroup-prefix): New variables.
7027         (gnus-summary-from-or-to-or-newsgroups): Use them.
7029 2005-07-17  Romain Francoise  <romain@orebokech.com>
7031         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7032         space as it's generally not especially interesting to the user.
7034 2005-07-16  Romain Francoise  <romain@orebokech.com>
7036         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7037         nil to avoid prompting and file modification if one of the
7038         messages at the top of the nnfolder file contains a copyright
7039         notice.
7040         Update copyright notice.
7042         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7043         instead of `current-time-string' as the latter creates a time
7044         string that is not RFC 2822 compliant (it lacks the zone).
7045         Update copyright notice.
7047 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7049         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7050         for text/rtf.  Display default in prompt.  Pass default for M-n.
7052         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7054 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7056         * gnus-msg.el (gnus-button-mailto): Remove
7057         save-selected-window-window hackery because it relies on
7058         save-selected-window internals.
7060 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7062         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7063         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7064         (gnus-article-prev-page): Ditto.
7066         * gnus-util.el (gnus-beginning-of-window): New function.
7067         (gnus-end-of-window): New function.
7069 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7071         * gnus-score.el (gnus-score-edit-all-score): Set
7072         gnus-score-edit-exit-function to gnus-score-edit-done and call
7073         gnus-message.
7075 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7077         * gnus-msg.el (gnus-button-mailto): Remove
7078         save-selected-window-window hackery because it relies on
7079         save-selected-window internals.
7081 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7083         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7084         add-minor-mode.
7085         (gnus-binary-mode): Ditto.
7087         * gnus-topic.el (gnus-topic-mode): Ditto.
7089 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7091         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7092         (gnus-article-prev-page): Take scroll-margin into consideration.
7094 2005-07-04  Lute Kamstra  <lute@gnu.org>
7096         Update FSF's address in GPL notices.
7098 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7100         * gnus.el (gnus-exit):
7101         * gnus-group.el (gnus-group-icons):
7102         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7104         * gnus-nocem.el (gnus-nocem):
7105         * message.el (message-various, message-buffers, message-sending)
7106         (message-interface, message-forwarding, message-insertion)
7107         (message-headers, message-news, message-mail):
7108         * pgg-gpg.el (pgg-gpg):
7109         * pgg-parse.el (pgg-parse):
7110         * pgg-pgp.el (pgg-pgp):
7111         * pgg-pgp5.el (pgg-pgp5):
7112         * pop3.el (pop3): Finish `defgroup' description with period.
7114 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7116         * gnus-art.el (article-display-face): Improve the efficiency.
7117         (article-display-x-face): Ditto; remove grey x-face stuff.
7119 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7121         * gnus-art.el (article-display-face): Correct the position in
7122         which Faces are inserted.
7124 2005-06-29  Didier Verna  <didier@xemacs.org>
7126         * gnus-art.el (article-display-face): Display faces in correct
7127         order.
7129 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7131         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7132         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7133         (gnus-nocem-check-article): Fetch the Type header.
7134         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7135         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7136         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7137         make sure gnus-nocem-hashtb is initialized.
7138         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7139         (gnus-nocem-unwanted-article-p): Ditto.
7141         * pgg.el (pgg-verify): Return the verification result.
7143 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7145         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7146         is ascii.
7148 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7150         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7151         `show-nonbreak-escape'.
7153 2005-06-23  Lute Kamstra  <lute@gnu.org>
7155         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7157         * dig.el (dig-mode):
7158         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7160 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7162         * nnimap.el (nnimap-split-download-body): Fix spellings.
7164 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7166         * gnus-art.el (gnus-article-encrypt-body):
7167         * gnus-cus.el (gnus-score-customize):
7168         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7169         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7171 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7173         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7174         header by looking for magic "MII" at the beginnig.
7176 2005-06-16  Miles Bader  <miles@gnu.org>
7178         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7179         (assistant-field-face): New backward-compatibility alias for renamed
7180         face.
7181         (assistant-render-text): Use renamed assistant-field face.
7183         * spam.el (spam): Remove "-face" suffix from face name.
7184         (spam-face): New backward-compatibility alias for renamed face.
7185         (spam-face, spam-initialize): Use renamed spam face.
7187         * message.el (message-header-to, message-header-cc)
7188         (message-header-subject, message-header-newsgroups)
7189         (message-header-other, message-header-name)
7190         (message-header-xheader, message-separator, message-cited-text)
7191         (message-mml): Remove "-face" suffix from face names.
7192         (message-header-to-face, message-header-cc-face)
7193         (message-header-subject-face, message-header-newsgroups-face)
7194         (message-header-other-face, message-header-name-face)
7195         (message-header-xheader-face, message-separator-face)
7196         (message-cited-text-face, message-mml-face):
7197         New backward-compatibility aliases for renamed faces.
7198         (message-font-lock-keywords): Use renamed message faces.
7200         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7201         (sieve-test-commands, sieve-tagged-arguments):
7202         Remove "-face" suffix from face names.
7203         (sieve-control-commands-face, sieve-action-commands-face)
7204         (sieve-test-commands-face, sieve-tagged-arguments-face):
7205         New backward-compatibility aliases for renamed faces.
7206         (sieve-control-commands-face, sieve-action-commands-face)
7207         (sieve-test-commands-face, sieve-tagged-arguments-face):
7208         Use renamed sieve faces.
7210         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7211         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7212         (gnus-group-news-3-empty, gnus-group-news-4)
7213         (gnus-group-news-4-empty, gnus-group-news-5)
7214         (gnus-group-news-5-empty, gnus-group-news-6)
7215         (gnus-group-news-6-empty, gnus-group-news-low)
7216         (gnus-group-news-low-empty, gnus-group-mail-1)
7217         (gnus-group-mail-1-empty, gnus-group-mail-2)
7218         (gnus-group-mail-2-empty, gnus-group-mail-3)
7219         (gnus-group-mail-3-empty, gnus-group-mail-low)
7220         (gnus-group-mail-low-empty, gnus-summary-selected)
7221         (gnus-summary-cancelled, gnus-summary-high-ticked)
7222         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7223         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7224         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7225         (gnus-summary-low-undownloaded)
7226         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7227         (gnus-summary-low-unread, gnus-summary-normal-unread)
7228         (gnus-summary-high-read, gnus-summary-low-read)
7229         (gnus-summary-normal-read, gnus-splash):
7230         Remove "-face" suffix from face names.
7231         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7232         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7233         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7234         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7235         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7236         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7237         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7238         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7239         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7240         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7241         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7242         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7243         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7244         (gnus-summary-normal-ticked-face)
7245         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7246         (gnus-summary-normal-ancient-face)
7247         (gnus-summary-high-undownloaded-face)
7248         (gnus-summary-low-undownloaded-face)
7249         (gnus-summary-normal-undownloaded-face)
7250         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7251         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7252         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7253         (gnus-splash-face):
7254         New backward-compatibility aliases for renamed faces.
7255         (gnus-group-startup-message): Use renamed gnus faces.
7257         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7258         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7259         (gnus-server-agent): Remove "-face" suffix from face names.
7260         (gnus-server-agent-face, gnus-server-opened-face)
7261         (gnus-server-closed-face, gnus-server-denied-face)
7262         (gnus-server-offline-face):
7263         New backward-compatibility aliases for renamed faces.
7264         (gnus-server-agent-face, gnus-server-opened-face)
7265         (gnus-server-closed-face, gnus-server-denied-face)
7266         (gnus-server-offline-face): Use renamed gnus faces.
7268         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7269         Remove "-face" suffix from face names.
7270         (gnus-picon-xbm-face, gnus-picon-face):
7271         New backward-compatibility aliases for renamed faces.
7273         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7274         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7275         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7276         (gnus-cite-11): Remove "-face" suffix from face names.
7277         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7278         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7279         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7280         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7281         New backward-compatibility aliases for renamed faces.
7282         (gnus-cite-attribution-face, gnus-cite-face-list)
7283         (gnus-article-boring-faces): Use renamed gnus faces.
7285         * gnus-art.el (gnus-signature, gnus-header-from)
7286         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7287         (gnus-header-content): Remove "-face" suffix from face names.
7288         (gnus-signature-face, gnus-header-from-face)
7289         (gnus-header-subject-face, gnus-header-newsgroups-face)
7290         (gnus-header-name-face, gnus-header-content-face):
7291         New backward-compatibility aliases for renamed faces.
7292         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7294         * gnus-sum.el (gnus-summary-selected-face)
7295         (gnus-summary-highlight): Use renamed gnus faces.
7296         * gnus-group.el (gnus-group-highlight): Likewise.
7298 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7300         * gnus-sieve.el (gnus-sieve-article-add-rule):
7301         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7302         * spam-stat.el (spam-stat-buffer-change-to-spam)
7303         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7305         * message.el (message-is-yours-p):
7306         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7308 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7310         * mm-view.el (mm-inline-text): Withdraw the last change.
7312 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7314         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7315         executing enriched-decode.
7317 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7319         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7320         charset of tar files.
7322 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
7324         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7326 2005-06-04  Lute Kamstra  <lute@gnu.org>
7328         * nnfolder.el (nnfolder-read-folder): Make sure that undo
7329         information is never recorded.
7331 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7333         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7335 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7337         * pop3.el (pop3-apop): Run md5 in the binary mode.
7339         * starttls.el (starttls-set-process-query-on-exit-flag):
7340         Use eval-and-compile.
7342 2005-05-31  Simon Josefsson  <jas@extundo.com>
7344         * smime.el (smime-replace-in-string): Define.
7345         (smime-cert-by-ldap-1): Use it.
7347 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7349         * gnus-art.el (article-display-x-face): Replace
7350         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7352         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7353         set-process-query-on-exit-flag or process-kill-without-query.
7355         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7356         loop instead of replace-regexp.
7358         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7359         instead of process-kill-without-query if it is available.
7361         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7362         instead of find-file-hooks if it is available.
7364         * mml1991.el: Bind pgg-default-user-id when compiling.
7366         * mml2015.el: Bind pgg-default-user-id when compiling.
7368         * nndraft.el (nndraft-request-associate-buffer):
7369         Use write-contents-functions instead of write-contents-hooks if it is
7370         available.
7372         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7373         instead of find-file-hooks if it is available.
7375         * nntp.el (nntp-open-connection): Replace
7376         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7377         (nntp-open-ssl-stream): Ditto.
7378         (nntp-open-tls-stream): Ditto.
7380         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7381         set-process-query-on-exit-flag or process-kill-without-query.
7382         (starttls-open-stream-gnutls): Use it instead of
7383         process-kill-without-query.
7384         (starttls-open-stream): Ditto.
7386 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
7388         * smime.el (smime-cert-by-ldap-1): Don't use
7389         replace-regexp-in-string.
7391 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
7393         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7395         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7396         in PEM format.  Adjust to the XEmacs compability.
7398 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7400         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7401         by `string-to-number'.
7402         * gnus-agent.el (gnus-agent-regenerate-group)
7403         (gnus-agent-fetch-articles): Ditto.
7404         * gnus-art.el (gnus-button-fetch-group): Ditto.
7405         * gnus-cache.el (gnus-cache-generate-active)
7406         (gnus-cache-articles-in-group): Ditto.
7407         * gnus-group.el (gnus-group-set-current-level)
7408         (gnus-group-insert-group-line): Ditto.
7409         * gnus-score.el (gnus-score-set-expunge-below)
7410         (gnus-score-set-mark-below, gnus-summary-score-effect)
7411         (gnus-summary-score-entry): Ditto.
7412         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7413         (gnus-soup-pack): Ditto.
7414         * gnus-spec.el (gnus-xmas-format): Ditto.
7415         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7416         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7417         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7418         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7419         * nndb.el (nndb-get-remote-expire-response): Ditto.
7420         * nndiary.el (nndiary-parse-schedule-value)
7421         (nndiary-string-to-number, nndiary-request-replace-article)
7422         (nndiary-request-article): Ditto.
7423         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7424         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7425         * nneething.el (nneething-make-head): Ditto.
7426         * nnfolder.el (nnfolder-request-article)
7427         (nnfolder-retrieve-headers): Ditto.
7428         * nnheader.el (nnheader-file-to-number): Ditto.
7429         * nnkiboze.el (nnkiboze-request-article): Ditto.
7430         * nnmail.el (nnmail-process-unix-mail-format)
7431         (nnmail-process-babyl-mail-format): Ditto.
7432         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7433         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7434         (nnmh-request-create-group, nnmh-request-list-1)
7435         (nnmh-request-group, nnmh-request-article): Ditto.
7436         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7437         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7438         * nnsoup.el (nnsoup-make-active): Ditto.
7439         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7440         * nntp.el (nntp-find-group-and-number)
7441         (nntp-retrieve-headers-with-xover): Ditto.
7442         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7443         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7444         (pgg-format-key-identifier): Ditto.
7445         * pop3.el (pop3-last, pop3-stat): Ditto.
7446         * qp.el (quoted-printable-decode-region): Ditto.
7448         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7449         of concat.
7451 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7453         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7455         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7457         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7459         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7461         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7463         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7465         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7466         (gnus-carpal-mode): Ditto.
7468         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7469         (gnus-browse-mode): Ditto.
7471         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7473         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7475 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7477         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7479 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7481         * gnus-util.el (gnus-run-mode-hooks): New function.
7483         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7485 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
7487         * gnus-agent.el (gnus-agent-make-mode-line-string):
7488         Use mode-line-highlight as mouse-face.
7490 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7492         * canlock.el (canlock): Change the parent group to news.
7494         * deuglify.el (gnus-outlook-deuglify): Add :group.
7496         * dig.el (dig): Add :group.
7498         * dns-mode.el (dns-mode): Add :group.
7500         * encrypt.el (encrypt): Add :group.
7502         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7503         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7504         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7505         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7506         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7508         * gnus-diary.el (gnus-diary): Add :group.
7510         * gnus.el (gnus-group-news-1-face): Add :group.
7511         (gnus-group-news-1-empty-face): Ditto.
7512         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7513         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7514         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7515         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7516         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7517         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7518         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7519         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7520         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7521         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7522         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7523         (gnus-summary-high-ticked-face): Ditto.
7524         (gnus-summary-low-ticked-face): Ditto.
7525         (gnus-summary-normal-ticked-face): Ditto.
7526         (gnus-summary-high-ancient-face): Ditto.
7527         (gnus-summary-low-ancient-face): Ditto.
7528         (gnus-summary-normal-ancient-face): Ditto.
7529         (gnus-summary-high-undownloaded-face): Ditto.
7530         (gnus-summary-low-undownloaded-face): Ditto.
7531         (gnus-summary-normal-undownloaded-face): Ditto.
7532         (gnus-summary-high-unread-face): Ditto.
7533         (gnus-summary-low-unread-face): Ditto.
7534         (gnus-summary-normal-unread-face): Ditto.
7535         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7536         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7538         * hashcash.el (hashcash): New custom group.
7539         (hashcash-default-payment): Add :group.
7540         (hashcash-payment-alist): Ditto.
7541         (hashcash-default-accept-payment): Ditto.
7542         (hashcash-accept-resources): Ditto.
7543         (hashcash-path): Ditto.
7544         (hashcash-extra-generate-parameters): Ditto.
7545         (hashcash-double-spend-database): Ditto.
7546         (hashcash-in-news): Ditto.
7548         * message.el (message-minibuffer-local-map): Add :group.
7550         * netrc.el (netrc): Add :group.
7552         * sieve-manage.el (sieve-manage-log): Add :group.
7553         (sieve-manage-default-user): Diito.
7554         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7555         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7556         (sieve-manage-authenticators): Ditto.
7557         (sieve-manage-authenticator-alist): Ditto.
7558         (sieve-manage-default-port): Ditto.
7560         * sieve-mode.el (sieve-control-commands-face): Add :group.
7561         (sieve-action-commands-face): Ditto.
7562         (sieve-test-commands-face): Ditto.
7563         (sieve-tagged-arguments-face): Ditto.
7565         * smime.el (smime): Add :group.
7567         * spam-report.el (spam-report): Add :group.
7569         * spam.el (spam, spam-face): Add :group.
7571 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7573         * nntp.el (nntp-next-result-arrived-p): Some news servers may
7574         return \n.\n.\n at the end of articles.  Protect against that.
7575         (nntp-with-open-group): Allow debugging.
7577         * nnheader.el (mail-header-set-extra): Make into a function
7578         because I just could't understand how to quote the list properly.
7580         * dns.el (query-dns-cached): New function.
7582 2005-05-26  Lute Kamstra  <lute@gnu.org>
7584         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7586 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7588         * gnus-art.el: Don't autoload mail-extract-address-components.
7590         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7591         eval-and-compile to evaluate it.
7593         * hashcash.el: Don't autoload executable-find.
7595         * nndb.el: Don't declare the nndb back end two or more times; don't
7596         autoload news-reply-mode, news-setup, cancel-timer and telnet.
7598         * nntp.el: Autoload format-spec instead of format; use
7599         eval-and-compile to evaluate autoload forms.
7601 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
7603         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7605 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7607         * gnus.el (gnus-version-number): Bump version.
7609 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7611         * gnus.el: No Gnus v0.3 is released.
7613 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7615         * gnus-art.el (gnus-article-edit-part): Disable undo.
7617 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7619         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7620         gnus-article-date-lapsed-new-header is t if date timer is active;
7621         skip headers in which the original date value is empty.
7622         (gnus-article-save-original-date): Redefine it as a macro.
7623         (gnus-display-mime): Use it.
7625 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7627         * gnus-art.el (article-date-ut): Support converting date in
7628         forwarded parts as well.
7629         (gnus-article-save-original-date): New function.
7630         (gnus-display-mime): Use it.
7632 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
7634         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7635         enclosure element of <item>.
7637 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
7639         * message.el (message-kill-buffer-query): Renamed from
7640         `message-kill-buffer-query-if-modified'.  Added :version.
7642 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7644         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
7645         window layout.
7647 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7649         * mml.el: Autoload dnd when compiling.
7651 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7653         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
7654         x-dnd-*.
7656 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7658         * qp.el (quoted-printable-encode-region): Save excursion.
7660 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7662         * message.el (message-kill-buffer-query-if-modified): Add new variable
7663         so the user can kill a modified message buffer quickly.
7664         (message-kill-buffer): Use it.
7666 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7668         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
7669         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
7671 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7673         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
7674         contained in text because xml.el decodes entities) with LFs.
7676 2005-04-11  Lute Kamstra  <lute@gnu.org>
7678         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
7679         differently.
7681 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7683         * mm-util.el (mm-detect-coding-region): Typo.
7685 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7687         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
7689 2005-04-06  D Goel  <deego@gnufans.org>
7691         * spam-stat.el (spam-stat-score-buffer): Add a call to a
7692         user-function allow user modifications of the scores.
7693         (spam-stat-score-buffer-user): New function, to allow
7694         user-computed modifications to the score.
7695         (spam-stat-score-buffer-user-functions): List of additional
7696         scoring functions.
7697         (spam-stat-error-holder): Global temporary error holder.
7698         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
7699         variable.
7701 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7703         * gnus-registry.el (gnus-registry-clean-empty-function)
7704         (gnus-registry-trim, gnus-registry-fetch-groups)
7705         (gnus-registry-delete-group): Groups that match
7706         `gnus-registry-ignored-groups' are removed from the registry
7707         entries, not just ignored for splitting.  This helps clean up the
7708         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
7709         to get all the groups a message ID is in.
7711         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
7712         (spam-stat-split-fancy): Change "threshhold" to "threshold"
7713         (spam-stat-score-buffer-user-functions): Add :number custom type.
7715 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7717         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
7718         argument in XEmacs.
7720         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
7721         (nnrss-request-group): Decode group name first.
7722         (nnrss-request-article): Make a text/plain article if mml-to-mime
7723         failed.
7724         (nnrss-get-encoding): Return a compatible encoding according to
7725         nnrss-compatible-encoding-alist.
7726         (nnrss-find-el): Use consp instead of listp.
7727         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
7729 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7731         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
7732         which Emacs 20 doesn't support.
7733         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
7735 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7737         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
7738         silence the byte compiler inside the defun.
7740         * gnus-demon.el (parse-time-string): Add autoload.
7742         * gnus-delay.el (parse-time-string): Add autoload.
7744         * gnus-art.el (parse-time-string): Add autoload.
7746         * nnultimate.el (parse-time): Require for `parse-time-string'.
7748 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7750         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
7752         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
7754         * smime.el (smime-ldap-host-list): Add :version.
7756 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7758         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
7759         pass it to `gnus-browse-read-group'.
7760         (gnus-browse-read-group): Add NUMBER argument and pass it to
7761         `gnus-group-read-ephemeral-group'.
7763         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
7764         argument and pass it to `gnus-group-read-group'.
7766 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
7768         * mm-util.el (mm-xemacs-find-mime-charset): Only call
7769         mm-xemacs-find-mime-charset-1 if we have the mule feature
7770         available at runtime.
7772 2005-03-25  Werner Lemberg  <wl@gnu.org>
7774         * nnmaildir.el: Replace `illegal' with `invalid'.
7776 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7778         * gnus-start.el (gnus-display-time-event-handler):
7779         Check display-time-timer at runtime rather than only at load time
7780         in case display-time-mode is turned off in the mean time.
7782 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7784         * nnimap.el (nnimap-open-connection): Print which authinfo file is
7785         used.
7787         * nneething.el (nneething-map-file-directory): Derive from
7788         `gnus-directory'.
7790         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
7791         the To/Cc button.
7793 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7795         * nnmaildir.el (nnmaildir-request-accept-article):
7796         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
7798 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
7800         * gnus-async.el: Require timer-funcs at compile time when in
7801         XEmacs for `run-with-idle-timer'.
7803 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
7805         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
7806         autoloaded function.
7808 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7810         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
7812 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
7814         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
7816 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7818         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
7819         gnus-expert-user to default.
7821 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
7823         * nnimap.el (nnimap-open-server): Ditto.
7825         * imap.el (imap-authenticate): Fix typo.
7827 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
7829         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
7830         buffer (since IMAP server might return FETCH response out of
7831         order, and the nntp buffer must be sorted).
7833 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
7835         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
7836         comparison on string.
7838         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
7839         (gnus-agent-score): Renamed category keywords to match gnus-cus.
7840         (gnus-agent-summary-fetch-series): Modified to protect against
7841         gnus-agent-summary-fetch-group clearing processable flags.
7842         (gnus-agent-synchronize-group-flags): Update live group buffer as
7843         synchronization may occur due to the user toggle the plugged
7844         status.
7845         (gnus-agent-fetch-group-1): Clear downloadable flag when article
7846         successfully downloaded.
7847         (gnus-agent-expire-group-1): Avoid using markers when the overview
7848         is in ascending order; greatly improves performance.
7849         (gnus-agent-regenerate-group): Use
7850         gnus-agent-synchronize-group-flags to reset read status in both
7851         gnus and server.
7852         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
7854 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7856         * message.el: Don't autoload former message-utils variables.
7857         (message-strip-subject-trailing-was): Change doc string.
7859         * nnweb.el: Fixes for `gnus-group-make-web-group'.
7860         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
7861         (nnweb-google-search): Add "hl=en" here.
7862         (nnweb-google-parse-1, nnweb-google-create-mapping):
7863         Don't hardcode URL.
7865 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7867         * message.el (message-get-reply-headers, message-followup):
7868         Mention related variables `message-use-followup-to' and
7869         `message-use-mail-followup-to', in the information buffer.
7871         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
7872         of broken groups(-beta).google.com.
7874 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7876         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
7877         parameter to invoked gnus-request-move-article; remove the
7878         redundant gnus-sum-hint-move-is-internal variable; apply the marks
7879         all at once instead of once per article.
7880         (gnus-summary-remove-process-mark): Accept a list of articles as
7881         well as a single article for processing.
7883         * gnus-int.el (gnus-request-move-article): Add move-is-internal
7884         parameter.
7886         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
7888         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
7890         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
7891         parameter.
7893         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
7894         parameter.
7896         * nnimap.el (nnimap-request-move-article): Add move-is-internal
7897         parameter and remove the gnus-sum-hint-move-is-internal variable.
7899         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
7900         parameter.
7902         * nndraft.el (nndraft-request-move-article): Add move-is-internal
7903         parameter.
7905         * nndiary.el (nndiary-request-move-article): Add move-is-internal
7906         parameter.
7908         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
7910         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
7911         parameter.
7913         * nnagent.el (nnagent-request-move-article): Add move-is-internal
7914         parameter.
7916 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7918         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
7919         a more conservative way.
7921 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7923         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
7924         buffer, so it moves the window's cursor.
7926 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
7928         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
7929         `mm-dissect-multipart' and receive the from field as an (optional)
7930         argument from `mm-dissect-multipart'.
7931         (mm-dissect-multipart): Receive the from field as an argument and
7932         pass it on when we call `mm-dissect-buffer' on MIME parts.
7933         Fixes verification/decryption of signed/encrypted MIME parts.
7935 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7937         * gnus-sum.el (gnus-summary-move-article): Set
7938         gnus-sum-hint-move-is-internal for gnus-request-move-article and
7939         whatever it calls (right now, only nnimap-request-move article
7940         respects it).
7942         * nnimap.el (nnimap-request-move-article): When
7943         gnus-sum-hint-move-is-internal is set, don't do the extra
7944         nnimap-request-article.
7946 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7948         * nnheader.el (nnheader-find-file-noselect): Add doc string.
7950         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
7951         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
7953         * gnus-sum.el (gnus-summary-caesar-message):
7954         Apply `gnus-treat-article' after rotation.
7956         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
7957         doc string.
7959 2005-02-22  Simon Josefsson  <jas@extundo.com>
7961         * encrypt.el (encrypt-password-cache-expiry): Remove (use
7962         `password-cache-expiry' instead).  Reported by Arne Jørgensen
7963         <arne@arnested.dk>.
7964         (encrypt): Add password-cache and password-cache-expiry as group
7965         members.
7967 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
7969         * smime.el (smime-ldap-host-list): Doc fix.
7970         (smime-ask-passphrase): Use `password-read-and-add' to read (and
7971         cache) password.
7972         (smime-sign-region): Use it.
7973         (smime-decrypt-region): Use it.
7974         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
7975         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
7976         fails.
7977         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
7978         certificate from DER to PEM format rather than calling openssl.
7980         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
7982         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
7983         for signing/encryption.
7985         * mml.el (mml-parse-1): Use them.
7987 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
7989         * nnrss.el (nnrss-verbose): Removed.
7990         (nnrss-request-group): Use `nnheader-message' instead.
7992 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
7994         * nnrss.el (nnrss-verbose): New variable.
7995         (nnrss-request-group): Make it say nnrss is requesting a group.
7997 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7999         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8000         Handle news URL with given port correctly.
8002 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8004         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8005         containing special characters.
8007         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8009         * mml.el (mime-to-mml): Ditto.
8011         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8012         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8013         (rfc2047-decode-region): Quote decoded words containing special
8014         characters when rfc2047-quote-decoded-words-containing-tspecials
8015         is non-nil.
8017 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8019         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8021         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8023 2005-02-15  Simon Josefsson  <jas@extundo.com>
8025         * nnimap.el (nnimap-debug): Doc fix.
8027         * imap.el (imap-debug): Doc fix.
8029 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8031         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8033 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8035         * gnus.el (spam-contents): Improve docs for spam-contents
8036         parameter in its variable incarnation.
8038 2005-02-14  Simon Josefsson  <jas@extundo.com>
8040         * smime-ldap.el: Use require instead of load-library for ldap.
8041         (smime-ldap-search): Indent.
8042         (smime-ldap-search-internal): Shorten line.
8044         * smime.el (smime-cert-by-dns): Add doc-string.
8045         (smime-cert-by-ldap-1): Indent.
8047         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8048         mml-smime-get-dns-ldap.
8049         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8051 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8053         * smime.el: Require smime-ldap.
8054         (smime-ldap-host-list): New variable.
8055         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8057         * mml-smime.el (mml-smime-encrypt-query): New function.
8058         (mml-smime-encrypt-query): Use it.
8060         * smime-ldap.el: New file.
8062 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8064         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8066 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8068         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8069         argument in doc string.  Make query for type more clear.
8071 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8073         * gnus.el (gnus-group-startup-message): Search for gnus images in
8074         etc/images/gnus.
8075         * mm-util.el (mm-image-load-path): Likewise.
8076         * smiley.el (smiley-data-directory): Search for smilies in
8077         etc/images/smilies.
8079 2005-02-09  Kim F. Storm  <storm@cua.dk>
8081         Change Emacs release version from 21.4 to 22.1 throughout.
8082         Change Emacs development version from 21.3.50 to 22.0.50.
8084 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8086         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8088         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8089         non-Mule XEmacs as well.
8090         (mm-decompress-buffer): Signal an error intentionally if it does
8091         not decompress compressed data because auto-compression-mode is
8092         disabled.
8094 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8096         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8097         an ID in the registry even if it has no groups.
8099 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8101         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8102         merge it into mm-decompress-buffer.
8103         (gnus-mime-copy-part): Use the MIME part charset, the value which
8104         a user specified or gnus-newsgroup-charset for decoding, like
8105         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8106         save-buffer what was used.  Suggested by Kevin Ryde
8107         <user42@zip.com.au>.
8108         (gnus-mime-inline-part): Allow the name parameter as well as the
8109         filename parameter; force decompressing of compressed data; always
8110         display contents being not decoded as unibyte.
8112         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8113         as well as the filename parameter.
8115         * mm-util.el (mm-decompress-buffer): Merge
8116         gnus-mime-jka-compr-maybe-uncompress.
8117         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8118         of compressed data.
8120 2005-02-08  Simon Josefsson  <jas@extundo.com>
8122         * imap.el (imap-log): Doc fix.
8124 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8126         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8127         the coding cookies; decompress compressed parts.
8129         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8130         to the value which a user specified manually or the coding cookie.
8132         * mm-util.el (mm-string-to-multibyte): New function.
8133         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8134         (mm-coding-system-to-mime-charset): New function.
8135         (mm-decompress-buffer): New function.
8136         (mm-find-buffer-file-coding-system): New function.
8138         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8139         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8140         parts.
8142 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8144         * mm-view.el (mm-display-inline-fontify): Decode a part according
8145         to the charset parameter.
8147 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8149         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8150         prefix arg is neither nil nor a number, as info specifies.
8152 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8154         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8155         timestamps.
8157 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8159         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8160         groups error checking and notify user.
8162 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8164         * message.el (message-send-mail-function): Check existence of
8165         sendmail-program first before using default value
8166         `message-send-mail-with-sendmail'.  Otherwise use more generic
8167         `smtpmail-send-it'.
8169 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8171         * nntp.el (nntp-request-update-info): Always return nil.
8173 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8175         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8177 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8179         * message.el (message-beginning-of-line): Change the behavior when
8180         invoked between BOL and : so that it first moves backward.
8182 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8184         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8185         article buffer when editing of the article is discarded.
8186         (gnus-article-prepare): Revert.
8188 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8190         * gnus-art.el (gnus-article-prepare):
8191         Remove message-strip-forbidden-properties from the local hook.
8193 2005-01-27  Simon Josefsson  <jas@extundo.com>
8195         * password.el (password-cache-add): Only start one timer per key.
8196         Reported by Derek Atkins <warlord@MIT.EDU>.
8198 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8200         * run-at-time.el: Removed.  It is no longer needed as
8201         timer-funcs.el in the xemacs-base package has a working version of
8202         `run-at-time'.
8204         * password.el: Require timer-funcs instead of run-at-time in
8205         XEmacs.
8206         Remove `password-run-at-time' macro.
8207         (password-cache-add): Use `run-at-time' instead of
8208         `password-run-at-time'.
8210         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8211         for `run-with-idle-timer'.
8213         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8214         for `run-at-time'.
8216         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8217         for `with-timeout'.
8219 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8221         * mml.el (mml-generate-mime-1): Convert string into unibyte when
8222         inserting " *mml*" buffer's contents into a unibyte temp buffer.
8224 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
8226         * mail-source.el (mail-source-fetch-imap): Search for ^From case
8227         sensitively.
8229 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
8231         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8233 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8235         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8236         which will be inserted according to the multibyteness of a buffer
8237         rather than the type of contents.  Suggested by ARISAWA Akihiro
8238         <ari@mbf.ocn.ne.jp>.
8240         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8241         of string which old xml.el may return rather than a string.
8243 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8245         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8247 2005-01-16  Simon Josefsson  <jas@extundo.com>
8249         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8250         idn/idna.el isn't available.
8251         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
8252         <michael@waxrat.com>.
8254         * hashcash.el: Remove non-FSF copyright header.
8256         * hashcash.el (hashcash-extra-generate-parameters): New variable.
8257         (hashcash-generate-payment): Use it.
8258         (hashcash-generate-payment-async): Use it.
8260 2005-01-15  Simon Josefsson  <jas@extundo.com>
8262         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8263         Suggested by Raymond Scholz <ray-2005@zonix.de>.
8265         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8266         gnus-summary-idna-message.
8267         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8268         (gnus-summary-idna-message): New function.
8270 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8272         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8273         gnus-novice-user.
8275 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8277         * nnrss.el (nnrss-request-delete-group): Delete entries in
8278         nnrss-group-alist as well.
8279         (nnrss-save-server-data): Insert newline.
8281 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
8283         * gnus.el (gnus-user-agent): Use list of symbols instead of
8284         symbols.  Display full version number for (S)XEmacs.  Optionally
8285         display (S)XEmacs codename.
8287         * gnus-util.el (gnus-emacs-version): Update for new
8288         `gnus-user-agent'.
8290         * gnus-msg.el (gnus-extended-version): Make it possible to omit
8291         Gnus version.
8293 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8295         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
8296         which is unreadable in some setups.
8298 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8300         * gnus-spec.el (gnus-update-format-specifications): Flush the
8301         group format spec cache if it doesn't support decoded group names.
8303 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8305         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8306         Allow to apply decay on score files matching a regexp.
8308 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8310         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8311         compatibility in %g and %c.
8313 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8315         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8316         name for only %g and %c.
8317         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8318         of gnus-tmp-group to decoded group name.
8319         (gnus-group-make-rss-group): Exclude `/'s from group names.
8321 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8323         * nnrss.el (nnrss-get-encoding): Fix regexp.
8325 2004-12-27  Simon Josefsson  <jas@extundo.com>
8327         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8328         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8329         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
8331 2004-12-17  Kim F. Storm  <storm@cua.dk>
8333         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8335         * gnus-sum.el (gnus-summary-mode-map): Likewise.
8337 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8339         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8341 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8343         * nnrss.el: Require rfc2047 and mml.
8344         (nnrss-file-coding-system): New variable.
8345         (nnrss-format-string): Redefine it as an inline function.
8346         (nnrss-decode-group-name): New function.
8347         (nnrss-string-as-multibyte): Remove.
8348         (nnrss-retrieve-headers): Decode group name; don't use
8349         nnrss-format-string.
8350         (nnrss-request-group): Decode group name.
8351         (nnrss-request-article): Decode group name; allow a Message-ID as
8352         well as an article number; don't use nnrss-format-string; encode a
8353         Message-ID string which may contain non-ASCII characters; use
8354         mml-to-mime to compose a MIME article.
8355         (nnrss-request-expire-articles): Decode group name.
8356         (nnrss-request-delete-group): Decode group name.
8357         (nnrss-fetch): Clarify error message.
8358         (nnrss-read-server-data): Use insert-file-contents instead of load;
8359         bind file-name-coding-system; use multibyte buffer.
8360         (nnrss-save-server-data): Bind coding-system-for-write to the
8361         value of nnrss-file-coding-system; bind file-name-coding-system;
8362         add coding cookie.
8363         (nnrss-read-group-data): Use insert-file-contents instead of load;
8364         bind file-name-coding-system; use multibyte buffer.
8365         (nnrss-save-group-data): Bind coding-system-for-write to the
8366         value of nnrss-file-coding-system; bind file-name-coding-system.
8367         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8368         make it work with non-ASCII text.
8369         (nnrss-find-el): Make it work with old xml.el as well.
8371 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8373         * nnrss.el (nnrss-get-encoding): New function.
8374         (nnrss-fetch): Use unibyte buffer initially; bind
8375         coding-system-for-read while performing mm-url-insert; remove ^Ms;
8376         decode contents according to the encoding attribute.
8377         (nnrss-save-group-data): Add coding cookie.
8378         (nnrss-mime-encode-string): New function.
8379         (nnrss-check-group): Use it to encode subject and author.
8381 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
8383         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8384         imaginary variable.
8386 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8388         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8389         correctly even if there are wide characters.
8391 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8393         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8394         downcased symbol names; make a new cache instead of reusing
8395         bbdb-hashtable.
8397 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8399         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8400         concatenating segments rather than before concatenating them.
8401         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8403         * message.el (message-get-reply-headers): Bind `extra'.
8405 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8407         * message.el (message-extra-wide-headers): New variable.
8408         (message-get-reply-headers): Use it.
8410 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8412         * gnus-agent.el (gnus-agent-group-path): Decode group name.
8413         (gnus-agent-group-pathname): Ditto.
8415         * gnus-cache.el (gnus-cache-file-name): Decode group name.
8417         * gnus-group.el (gnus-group-make-group): Decode group name.
8418         (gnus-group-make-rss-group): Register the group data after opening
8419         the nnrss group.
8421 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
8423         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8424         by expiry now get marked as read.
8426 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8428         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8430 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
8432         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8433         unify Latin characters in XEmacs.
8434         (mm-find-mime-charset-region): Use it.
8436 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8438         * gnus-util.el (gnus-delete-directory): New function.
8440         * gnus-agent.el (gnus-agent-delete-group): Use it.
8442         * gnus-cache.el (gnus-cache-delete-group): Use it.
8444 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8446         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8447         names.
8449 2004-12-16  Simon Josefsson  <jas@extundo.com>
8451         * hashcash.el (hashcash-payment-alist): Fix custom :type.
8453 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8455         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8457         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8458         (gnus-group-set-current-level): Decode group name.
8460 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
8462         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8463         failed.
8465 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8467         * gnus-group.el (gnus-group-delete-group): Decode group name.
8468         (gnus-group-make-rss-group): Encode group name.
8469         (gnus-group-catchup-current): Decode group name.
8470         (gnus-group-kill-group): Decode group name.
8472 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8474         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8476 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8478         * gnus-group.el (gnus-group-make-rss-group):
8479         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8481         * gnus-start.el (gnus-setup-news): Honor user's setting to
8482         gnus-message-archive-method.  Suggested by Lute Kamstra
8483         <lute@gnu.org>.
8485 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
8487         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8488         global counterparts of the buffer-local variables.
8490 2004-11-16  Romain Francoise  <romain@orebokech.com>
8492         * gnus-sum.el (gnus-summary-exit): Don't clear the global
8493         counterparts of the buffer-local variables.
8495 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8497         * message.el (message-forbidden-properties): Fixed typo in doc
8498         string.
8500 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8502         * gnus-util.el (gnus-replace-in-string): Added doc string.
8504         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8505         to avoid problems when splitting mails with many recipients.
8507 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8509         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8510         pop-to-buffer, covered by the subsequent gnus-configure-windows.
8512 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
8514         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8515         if there is no hashtable in memory or file modification time is
8516         newer than cached timestamp.
8518 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8520         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8521         not-matching option.
8523 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
8525         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8526         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8527         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8528         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8529         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
8530         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8532 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8534         * message.el (message-forward-make-body-mml): Remove headers
8535         according to message-forward-ignored-headers if a message is decoded.
8537 2004-12-02  Romain Francoise  <romain@orebokech.com>
8539         * message.el (message-forward-make-body-plain): Always remove
8540         headers according to message-forward-ignored-headers.
8542 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8544         * spam.el (spam-summary-prepare-exit): Remove the
8545         gnus-summary-limit pop for now, it has problems with ham marks for
8546         me.
8548 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
8550         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8551         correctly.
8553 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
8555         * format-spec.el (format-spec): Message the char.
8557 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
8559         * gnus-art.el (gnus-split-methods): Reformat comments.
8561         * spam.el (spam-summary-prepare-exit): Remove article limits
8562         before exiting the summary buffer.
8564 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8566         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8567         order to silence the byte compiler.
8569         * spam.el: Fix the way to silence the byte compiler, which
8570         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8571         bbdb-search-simple, spam-BBDB-register-routine,
8572         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8573         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8574         spam-stat-buffer-is-spam, spam-stat-load,
8575         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8576         spam-stat-save and spam-stat-split-fancy.
8578 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8580         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8581         which may confuse users.
8582         (canlock-password-for-verify): Ditto.
8584         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8586         * gnus-art.el (gnus-emphasis-alist): Ditto.
8588         * gnus-registry.el (gnus-registry-max-entries): Ditto.
8590         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8592         * gnus-start.el (gnus-save-killed-list): Ditto.
8594         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8595         (gnus-sum-thread-tree-root): Ditto.
8596         (gnus-sum-thread-tree-false-root): Ditto.
8597         (gnus-sum-thread-tree-single-indent): Ditto.
8599         * message.el (message-courtesy-message): Ditto.
8600         (message-archive-note): Ditto.
8601         (message-subscribed-address-file): Ditto.
8602         (message-user-fqdn): Ditto.
8604         * spam-report.el (spam-report-gmane-regex): Ditto.
8606         * spam.el (spam-blackhole-good-server-regex): Ditto.
8608 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8610         * mml.el (mml-preview): Widen the message buffer before copying
8611         the contents to the preview buffer; sort headers before previewing.
8613         * message.el (message-hidden-headers): Fix the way to avoid a bug
8614         in the `repeat' widget in Emacs 21.3 or earlier.
8616 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8618         * message.el (message-hidden-headers): Default to "^References:".
8619         Improve customization type.  Suggested by Reiner Steib
8620         <Reiner.Steib@gmx.de>.
8622 2004-11-25  Romain Francoise  <romain@orebokech.com>
8624         * message.el (message-strip-forbidden-properties): Remove check for
8625         obsolete `message-hidden' text property, hidden headers are not
8626         accessible in the buffer anymore.
8628 2004-11-22  Romain Francoise  <romain@orebokech.com>
8630         * message.el (message-header-format-alist): Add `From' in list
8631         so that it can be sorted.
8632         (message-fix-before-sending): Widen and sort headers before
8633         sending.
8634         (message-hide-headers): Use narrowing to hide headers by moving
8635         them to the top of the buffer and narrowing to the region
8636         underneath.
8638 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8640         * message.el (message-strip-forbidden-properties): Bind
8641         buffer-read-only (etc) to nil.
8643 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8645         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
8646         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8648 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
8650         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
8652 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8654         * dns.el (query-dns): Use sit-for to time instead of
8655         accept-process-output, since that doesn't seem to work on udp
8656         sockets.
8658 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8660         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
8662 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
8664         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
8665         doc string.  Improve doc string.
8667 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8669         * nntp.el (nntp-request-update-info): Return nil if
8670         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
8671         may not call gnus-activate-group which uselessly issues the GROUP
8672         commands for all nntp groups and wastes time.  Reported by Romain
8673         Francoise <romain@orebokech.com>.
8675         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
8677 2004-11-15  Simon Josefsson  <jas@extundo.com>
8679         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
8680         headers separately.
8681         (gnus-button-openpgp): New function, inspired by Jochen Küpper
8682         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
8684 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8686         * gnus-start.el (gnus-convert-old-newsrc):
8687         Assign legacy-gnus-agent to 5.10.7.
8689 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8691         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
8692         start of the lines.
8694 2004-11-14  Magnus Henoch  <mange@freemail.hu>
8696         * hashcash.el (hashcash-default-payment): Change default to 20
8697         (hashcash-default-accept-payment): Change default to 20
8698         (hashcash-process-alist): New variable
8699         (hashcash-generate-payment-async): Add
8700         (hashcash-already-paid-p): Add
8701         (hashcash-insert-payment): Don't generate payments twice
8702         (hashcash-insert-payment-async): Add
8703         (hashcash-insert-payment-async-2): Add
8704         (hashcash-cancel-async): Add
8705         (hashcash-wait-async): Add
8706         (hashcash-processes-running-p): Add
8707         (hashcash-wait-or-cancel): Add
8708         (mail-add-payment): New optional argument.  Conditionally start
8709         asynchronous calculation.
8710         (mail-add-payment-async): Add
8712         * message.el (message-send-mail): Wait for asynchronous hashcash
8713         results.  Don't clobber existing X-Hashcash headers.
8714         (message-setup-1): Call mail-add-payment-async when
8715         message-generate-hashcash is non-nil.
8717 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8719         * message.el (message-use-alternative-email-as-from): Examine the
8720         From header as well; use message-make-from in order to include a
8721         user's full name.
8723 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8725         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
8726         default; improve customization type.
8727         (gnus-emphasis-custom-with-format): New macro.
8728         (gnus-emphasis-custom-value-to-external): New function.
8729         (gnus-emphasis-custom-value-to-internal): New function.
8731 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8733         * dns.el (query-dns): Resolve reverse addresses.
8735 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8737         * gnus-group.el (gnus-group-get-new-news): Use it.
8739         * gnus-start.el (gnus-check-reasonable-setup): New function.
8741 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8743         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
8744         "Args out of range" error.  Reported by Arnaud Giersch
8745         <arnaud.giersch@free.fr>.
8747 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8749         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
8751 2004-11-04  Richard M. Stallman  <rms@gnu.org>
8753         * spam.el (spam group): Add :version.
8755         * pgg-def.el (pgg group): Add :version.
8757 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8759         * gnus-art.el (gnus-article-edit-article): Don't associate the
8760         article buffer with a draft file.  This is a temporary measure
8761         against the 2004-08-22 change to gnus-article-edit-mode.
8763 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8765         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
8766         (html2text-format-tags): Remove unused variable `attr'.
8768 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8770         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
8772         * spam-stat.el (spam-stat): Add :version.
8774         * sieve.el (sieve): Add :version.
8776         * sha1.el (sha1): Add :version.
8777         (sha1-use-external): Remove redundant version.
8779         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
8780         (nnmail-cache-ignore-groups, nnmail-spool-hook)
8781         (nnmail-split-fancy-match-partial-words)
8782         (nnmail-split-lowercase-expanded): Add :version.
8784         * nndiary.el (nndiary): Add :version.
8786         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
8788         * mml-sec.el (mml-default-sign-method)
8789         (mml-default-encrypt-method, mml-signencrypt-style-alist):
8790         Add :version.
8792         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
8794         * mm-url.el (mm-url-use-external, mm-url-program)
8795         (mm-url-arguments): Add :version.
8797         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
8798         (mm-attachment-file-modes, mm-decrypt-option)
8799         (mm-w3m-safe-url-regexp): Add :version.
8801         * message.el (message-cite-prefix-regexp)
8802         (message-sendmail-envelope-from, message-minibuffer-local-map)
8803         (message-user-fqdn, message-completion-alist): Add :version.
8805         * gnus-win.el (gnus-configure-windows-hook)
8806         (gnus-use-frames-on-any-display): Add :version.
8808         * gnus-art.el (gnus-article-address-banner-alist)
8809         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
8810         (gnus-treat-from-picon, gnus-treat-mail-picon)
8811         (gnus-treat-x-pgp-sig): Add :version.
8813         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
8814         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
8815         (gnus-summary-article-delete-hook)
8816         (gnus-summary-display-while-building): Add :version.
8818         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
8819         (gnus-get-top-new-news-hook):Add :version.
8821         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8822         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
8824         * gnus-registry.el (gnus-registry): Add :version.
8826         * gnus-spec.el (gnus-use-correct-string-widths)
8827         (gnus-make-format-preserve-properties): Add :version.
8829         * gnus.el (gnus-group-charter-alist)
8830         (gnus-group-fetch-control-use-browse-url)
8831         (gnus-install-group-spam-parameters): Add :version.
8833         * gnus-diary.el (gnus-diary): Add :version.
8835         * gnus-delay.el (gnus-delay): Add :version.
8837         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
8838         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
8839         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
8840         Add :version.
8842         * gnus-agent.el (gnus-agent-max-fetch-size)
8843         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
8844         (gnus-agent-prompt-send-queue): Add :version.
8846         * deuglify.el (gnus-outlook-deuglify): Add :version.
8848         * html2text.el: Beautify code.  Improve doc strings.  Some
8849         checkdoc cleanup.
8850         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
8852 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
8854         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
8856 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
8858         * gnus-registry.el (gnus-registry-hashtb): Create the registry
8859         when package is loaded.
8861         * spam.el (spam-summary-score-preferred-header): Add global preference
8862         for people who want to override the default SpamAssassin over
8863         Bogofilter preference (when both are set).
8864         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
8865         (spam-user-format-function-S): Check
8866         spam-summary-score-preferred-header.
8867         (spam-extra-header-to-number): Add X-Bogosity header parsing.
8868         (spam-user-format-function-S): Format the score correctly.
8870 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8872         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
8873         signature file.  Suggested by Manoj Srivastava
8874         <srivasta@golden-gryphon.com>.
8876         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
8877         iso-2022-jp even in the Japanese language environment.
8878         Suggested by Jason Rumney <jasonr@gnu.org>.
8880 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8882         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
8883         use the same characters as the dummy marks; make it free from
8884         getting affected by the language environment.
8885         (gnus-summary-read-group-1): Update mark positions only when the
8886         format spec is updated.
8888         * gnus-spec.el (gnus-update-format-specifications): Return a list
8889         of updated types.
8891 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8893         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
8894         of boundp to check if display-warning is available.
8896 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
8898         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
8900 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8902         * nnspool.el (nnspool-spool-directory): Use news-path if the
8903         news-directory variable is not bound.
8905         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
8906         function instead of display-warning if it is not available.
8908 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8910         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
8911         v5-10: Use `point-at-bol'.
8913 2004-10-26  Simon Josefsson  <jas@extundo.com>
8915         * hashcash.el: Fix URL in comment, reported by Cheng Gao
8916         <chenggao@gmail.com>.
8918 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8920         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
8921         instead.
8923 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
8925         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
8926         to remove a server from the nnimap-server-buffer-alist.
8927         (nnimap-open-connection, nnimap-close-server): Use it.
8929         * gnus-encrypt.el: Remove file in favor of encrypt.el.
8931 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8933         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
8934         running the major-mode function.
8936 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8938         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
8939         dummy marks in the right way.
8941 2004-10-18  David Edmondson  <dme@dme.org>
8943         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
8944         excessively.
8946 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
8948         * gnus-util.el (gnus-split-references): Accept a nil references
8949         string and go on blissfully.
8951         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
8952         cases where the references string is non-nil but has no references.
8954         * encrypt.el: Add autoload tags.
8956         * spam.el (spam-resolve-registrations-routine): Remove article
8957         from unregistration list too.  Reported by David Hanak
8958         <dhanak@isis.vanderbilt.edu>
8960 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
8962         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
8963         nil.  Changed custom type.
8965 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
8967         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
8969         * gnus-sum.el (gnus-summary-move-article): Use it.
8971 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
8973         * encrypt.el: Add autoload cookies.
8975         * spam.el (spam-backend-article-list-property)
8976         (spam-backend-get-article-todo-list)
8977         (spam-backend-put-article-todo-list, )
8978         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
8979         Resolve registrations separately.
8980         (spam-register-routine): Format comments.
8981         (spam-unregister-routine, spam-register-routine): Always call with
8982         specific-articles, no default list.
8983         (spam-summary-prepare-exit): Use the spam-classifications function.
8985         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
8986         gnus-encrypt.el.
8988         * encrypt.el: Copied from gnus-encrypt.el.
8990         * gnus-encrypt.el: Commented that it's obsolete.
8992 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8994         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
8995         (gnus-score-save): Use it.
8997         * message.el (message-bury): Use `window-dedicated-p'.
8999 2004-10-15  Simon Josefsson  <jas@extundo.com>
9001         * pop3.el (top-level): Don't require nnheader.
9002         (pop3-read-timeout): Add.
9003         (pop3-accept-process-output): Add.
9004         (pop3-read-response, pop3-retr): Use it.
9006 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9008         * spam.el (spam-register-routine): Move comment.
9009         (spam-verify-bogofilter): Use 'unknown for the initial
9010         spam-bogofilter-valid state, not 'never.
9012         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9013         for netrc-machine.
9015         * nnimap.el (nnimap-open-connection): Use
9016         netrc-machine-user-or-password.
9018 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9020         * gnus-registry.el (gnus-registry-unload-hook):
9021         Set as a variable with add-hook.
9023         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9024         of news-path.
9026         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9028         * spam.el: Delete duplicate `provide'.
9029         (spam-unload-hook): Set as a variable with add-hook.
9031 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9033         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9034         in the doc string.
9036         * message.el (message-ignored-news-headers)
9037         (message-ignored-supersedes-headers)
9038         (message-ignored-resent-headers)
9039         (message-forward-ignored-headers): Improve custom type.
9041 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9043         * message.el (message-tokenize-header): Fix 2004-09-06 change
9044         which used point-min in the wrong place.
9046 2004-10-12  Simon Josefsson  <jas@extundo.com>
9048         * tls.el (tls-certtool-program): New variable.
9049         (tls-certificate-information): New function, based on
9050         ssl-certificate-information.
9052 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9054         * compface.el: Move the version of ELisp-based uncompface program
9055         to the contrib directory because of the copyright problem.
9057 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9059         * message.el (message-kill-buffer): Raise the current frame.
9061 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9063         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9065         * gnus.el (message-y-or-n-p): Autoload.
9067         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9068         (pop3-password-required, pop3-authentication-scheme)
9069         (pop3-leave-mail-on-server): Made customizable.
9070         (pop3): New custom group.
9071         (pop3-retr): Remove `sleep-for' statements.
9072         Suggested by Dave Love <fx@gnu.org>.
9074         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9075         Windows/DOS.
9077         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9078         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9079         Dave Love <fx@gnu.org>.
9081         * mml.el (mml-minibuffer-read-disposition): Require match.
9082         Suggested by Dave Love <fx@gnu.org>.
9084 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9086         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9087         doc string.
9089 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9091         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9093 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9095         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9096         instead of calling `mm-insert-inline', to decode text/* parts
9097         before displaying them.
9099 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9101         * mm-uu.el (mm-uu-text-plain-type): New variable.
9102         (mm-uu-pgp-signed-extract-1): Use it.
9103         (mm-uu-pgp-encrypted-extract-1): Use it.
9104         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9105         bind mm-uu-text-plain-type with that value.
9106         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9107         mm-uu-dissect.
9109 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9111         * gnus-group.el (gnus-update-group-mark-positions):
9112         * gnus-sum.el (gnus-update-summary-mark-positions):
9113         * message.el (message-check-news-body-syntax):
9114         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9115         of string-as-multibyte.
9117 2004-10-05  Juri Linkov  <juri@jurta.org>
9119         * gnus-group.el (gnus-update-group-mark-positions):
9120         * gnus-sum.el (gnus-update-summary-mark-positions):
9121         * message.el (message-check-news-body-syntax):
9122         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9123         8-bit unibyte values to a multibyte string for search functions.
9125 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9127         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9128         (mm-uu-dissect-text-parts): New function.
9130         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9131         dissect text parts.
9133         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9134         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9136         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9138         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9139         gnus-current-topics instead of gnus-current-topic.
9141 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9143         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9145 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9147         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9148         where approriate.
9150         * nnml.el (nnml-generate-active-info): do.
9152         * nndiary.el (nndiary-generate-active-info): do.
9154         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9155         (gnus-topic-move): do.
9157         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9158         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9160         * gnus-srvr.el (gnus-server-prepare)
9161         (gnus-server-open-all-servers): do.
9163         * gnus-msg.el (gnus-summary-cancel-article)
9164         (gnus-summary-resend-message)
9165         (gnus-summary-mail-crosspost-complaint): do.
9167         * gnus-move.el (gnus-change-server): do.
9169         * gnus-group.el (gnus-group-unmark-all-groups)
9170         (gnus-group-set-current-level): do.
9172 2004-10-04  Simon Josefsson  <jas@extundo.com>
9174         * message.el (message-generate-hashcash): Doc fix.
9176 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9178         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9179         avoid infinite recursion via gnus-get-function.
9181 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9183         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9185         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9187         * nnmail.el (nnmail-split-history): do.
9189         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9190         (nnml-request-delete-group): do.
9192         * nnslashdot.el (nnslashdot-read-groups): do.
9194         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9195         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9197         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9198         (nnspool-sift-nov-with-sed): Use last
9199         (nnspool-retrieve-headers-with-nov): Use mapc.
9200         (nnspool-request-newgroups): Use dolist.
9201         (nnspool-request-group): Use last.
9203         * nntp.el (nntp-read-server-type): Use dolist.
9205         * nnvirtual.el (nnvirtual-create-mapping)
9206         (nnvirtual-update-read-and-marked): Use dolist.
9207         (nnvirtual-convert-headers): Simplify.
9209 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9211         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9212         support for sync'ing tick marks.
9214 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9216         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9217         there's no visible header.
9219 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9221         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9222         necessary, pass full group name to gnus-request-set-marks.
9224 2004-10-01  Simon Josefsson  <jas@extundo.com>
9226         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
9227         acroread.
9229 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9231         * spam-report.el (spam-report-gmane): Fix interactive.
9233         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9235         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9236         when writing file.
9237         (gnus-agent-synchronize-flags): Don't default to being
9238         interactive.
9240 2004-09-30  Simon Josefsson  <jas@extundo.com>
9242         * message.el (message-generate-hashcash): Add.
9243         (message-send-mail): Use it, call mail-add-payment.
9245 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9247         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9249 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
9251         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9252         gnus-requst-update-info with explicit code to sync the in-memory
9253         info read flags with the marks being sync'd to the backend.
9255         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9257 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9259         * spam.el (spam-verify-bogofilter): Add new function.
9260         (spam-check-bogofilter)
9261         (spam-bogofilter-register-with-bogofilter): Use it.
9262         (spam-verify-bogofilter): Add small fixes.
9264 2004-09-28  Simon Josefsson  <jas@extundo.com>
9266         * hashcash.el (hashcash-generate-payment): Revert.
9268 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9270         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9271         gnus-extract-references instead of gnus-split-references.
9273         * gnus-util.el (gnus-extract-references): Add new function, analogous
9274         to gnus-split-references but extracts only the message-ID without
9275         anything extra.
9277         * hashcash.el (hashcash-generate-payment)
9278         (hashcash-check-payment): Do the right thing if hashcash-path is
9279         nil (because the hashcash program could not be found).
9281         * spam.el (spam-use-hashcash): Remove comment.
9283 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
9285         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9286         (gnus-cache-enter-article, gnus-cache-remove-article)
9287         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9289         * gnus-async.el (gnus-async-prefetch-remove-group): do.
9291         * gnus-art.el (article-hide-boring-headers)
9292         (article-translate-strings, article-display-face)
9293         (gnus-article-mime-match-handle-first)
9294         (gnus-article-highlight-headers)
9295         (gnus-article-add-buttons-to-head): do.
9297 2004-09-27  Simon Josefsson  <jas@extundo.com>
9299         * hashcash.el: New version, from
9300         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
9301         ../contrib/.
9303 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9305         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9307 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
9309         * gnus-dup.el (gnus-dup-open): Use mapc.
9310         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9312         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9313         Reported by Stefan Wiens <s.wi@gmx.net>.
9315         * gnus.el (gnus-shutdown): Use dolist.
9317         * gnus-undo.el (gnus-undo): Use mapc.
9319         * nnrss.el (nnrss-generate-active): do.
9321         * message.el (message-cite-original-without-signature)
9322         (message-cite-original): Use mapc.
9323         (message-do-actions, message-make-forward-subject): Use dolist.
9325 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9327         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9328         deletion to remove entire duplicate line.  Fixes merged article
9329         number bug.
9331 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9333         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9334         servers that are offline.  Avoids having gnus-agent-toggle-plugged
9335         first ask if you want to open a server and then, even when you
9336         responded with no, asking if you want to synchronize the server's
9337         flags.
9338         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9339         multi-line expressions.
9340         (gnus-agent-synchronize-group-flags): New internal function.
9341         Updates marks in memory (in the info structure) AND in the
9342         backend.
9344         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9346         * nnagent.el (nnagent-request-set-mark): Use
9347         gnus-agent-synchronize-group-flags, not backend's request-set-mark
9348         method, to ensure that synchronization updates marks in the
9349         backend and in the info (in memory) structure.
9351 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9353         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9354         convention fully; don't miss the root article of a thread; make
9355         the X-Draft-From header with correct article numbers.
9357 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
9359         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9360         unless plugged.  Disable the agent so that an open failure causes
9361         an error.
9363         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9364         Reverted 2004-09-21 change.  The backend must be opened while
9365         synchronizing flags even when the backend stores the flags
9366         locally.
9368 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
9370         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9371         in `header' match.  Reported by Svend Tollak Munkejord.
9373         * message.el (message-cite-original): Fix use of
9374         `message-cite-articles-with-x-no-archive'.
9376 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9378         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9379         (gnus-window-to-buffer): Ditto.
9381         * mml.el (mml-preview-buffer): New variable.
9382         (mml-preview): Manage window layout with gnus-buffer-configuration.
9384         * gnus-msg.el (gnus-setup-message): Put article numbers into the
9385         X-Draft-From header even if those articles aren't quoted.
9387 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
9389         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9390         (gnus-request-set-mark, gnus-request-update-mark): Use new
9391         g-s-t-u-l-m to decide to use backend even when unplugged.
9393 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9395         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9396         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
9398 2004-09-20  Simon Josefsson  <jas@extundo.com>
9400         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9401         "utf-16-le".
9403 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9405         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9407 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9409         * uudecode.el (uudecode-use-external): Add :version.
9411         * smime.el (smime-CA-file, smime-encrypt-cipher)
9412         (smime-dns-server): Add :version.
9414         * smiley.el (gnus-smiley-file-types): Add :version.
9416         * sha1.el (sha1-use-external): Add :version.
9418         * pgg-def.el (pgg-query-keyserver): Add :version.
9420         * nnmail.el (nnmail-fancy-expiry-targets)
9421         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9422         Add :version.
9424         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9425         (nnimap-retrieve-groups-asynchronous): Add :version.
9426         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
9428         * mml.el (mml-content-disposition-parameters)
9429         (mml-insert-mime-headers-always): Add :version.
9431         * mm-util.el (mm-coding-system-priorities): Add :version.
9433         * mm-decode.el (mm-inline-text-html-with-images)
9434         (mm-keep-viewer-alive-types, mm-external-terminal-program)
9435         (mm-verify-option): Add :version.
9436         (mm-text-html-renderer): Change :version.
9438         * message.el (message-fcc-externalize-attachments)
9439         (message-required-headers, message-draft-headers)
9440         (message-subject-trailing-was-query)
9441         (message-subject-trailing-was-ask-regexp)
9442         (message-subject-trailing-was-regexp, message-mark-insert-begin)
9443         (message-mark-insert-end, message-archive-header)
9444         (message-archive-note, message-cross-post-default)
9445         (message-cross-post-note, message-followup-to-note)
9446         (message-cross-post-note-function, message-use-mail-followup-to)
9447         (message-subscribed-address-functions)
9448         (message-subscribed-address-file, message-subscribed-addresses)
9449         (message-subscribed-regexps, message-allow-no-recipients)
9450         (message-yank-cited-prefix, message-signature-insert-empty-line)
9451         (message-hidden-headers, message-hierarchical-addresses)
9452         (message-mail-user-agent, message-use-idna)
9453         (message-valid-fqdn-regexp)
9454         (message-strip-special-text-properties, message-header-synonyms)
9455         (message-beginning-of-line, message-tab-body-function): Add :version.
9456         (message-insert-canlock, message-wide-reply-confirm-recipients):
9457         Change :version.
9459         * mail-source.el (mail-source-ignore-errors): Add :group, :type
9460         and :version.
9461         (mail-source-delete-old-incoming-confirm)
9462         (mail-source-movemail-program): Add :version.
9464         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9465         (gnus-agent-cache, gnus-agent): Change :version.
9467         * gnus-util.el (gnus-use-byte-compile): Change :version.
9469         * gnus-sum.el (gnus-summary-make-false-root-always)
9470         (gnus-summary-default-high-score)
9471         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9472         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9473         (gnus-read-all-available-headers, gnus-article-emulate-mime)
9474         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9475         (gnus-sum-thread-tree-single-indent)
9476         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9477         (gnus-sum-thread-tree-leaf-with-other)
9478         (gnus-sum-thread-tree-single-leaf): Add :version.
9479         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9480         (gnus-article-loose-mime): Change :version.
9482         * gnus-start.el (gnus-backup-startup-file)
9483         (gnus-save-startup-file-via-temp-buffer): Add :version.
9485         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9486         (gnus-server-offline-face): Add :version.
9488         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9490         * gnus-msg.el (gnus-gcc-externalize-attachments)
9491         (gnus-debug-files, gnus-debug-exclude-variables)
9492         (gnus-discouraged-post-methods): Change :version.
9493         (gnus-confirm-mail-reply-to-news)
9494         (gnus-confirm-treat-mail-like-news): Add :version.
9496         * gnus-int.el (gnus-server-unopen-status): Add :version.
9498         * gnus-group.el (gnus-group-jump-to-group-prompt)
9499         (gnus-large-ephemeral-newsgroup)
9500         (gnus-fetch-old-ephemeral-headers): Add :version.
9502         * gnus-fun.el (gnus-x-face-directory)
9503         (gnus-convert-pbm-to-x-face-command)
9504         (gnus-convert-image-to-x-face-command)
9505         (gnus-convert-image-to-face-command): Add :version.
9507         * gnus-delay.el (gnus-delay-default-hour): Add :version.
9509         * gnus-cite.el (gnus-cite-blank-line-after-header)
9510         (gnus-article-boring-faces): Add :version.
9512         * gnus-art.el (gnus-buttonized-mime-types)
9513         (gnus-inhibit-mime-unbuttonizing)
9514         (gnus-treat-display-face)
9515         (gnus-treat-body-boundary): Change :version.
9516         (gnus-body-boundary-delimiter, gnus-picon-databases)
9517         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9518         (gnus-treat-date-english, gnus-treat-fold-headers)
9519         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9520         (gnus-treat-mail-picon, gnus-treat-wash-html)
9521         (gnus-article-encrypt-protocol)
9522         (gnus-use-idna, gnus-article-over-scroll)
9523         (gnus-mime-display-multipart-alternative-as-mixed)
9524         (gnus-mime-display-multipart-related-as-mixed)
9525         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9526         (gnus-ctan-url, gnus-button-ctan-handler)
9527         (gnus-button-handle-ctan-bogus-regexp)
9528         (gnus-button-ctan-directory-regexp)
9529         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9530         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9531         (gnus-button-man-level, gnus-button-emacs-level)
9532         (gnus-button-message-level, gnus-button-browse-level): Add :version.
9534         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9535         (gnus-agent-go-online): Change :version.
9536         (gnus-agent-expire-unagentized-dirs)
9537         (gnus-agent-auto-agentize-methods): Add :version.
9539         * flow-fill.el (fill-flowed-display-column)
9540         (fill-flowed-encode-column): Add :version.
9542         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9543         (gnus-outlook-deuglify-unwrap-max)
9544         (gnus-outlook-deuglify-cite-marks)
9545         (gnus-outlook-deuglify-unwrap-stop-chars)
9546         (gnus-outlook-deuglify-no-wrap-chars)
9547         (gnus-outlook-deuglify-attrib-cut-regexp)
9548         (gnus-outlook-deuglify-attrib-verb-regexp)
9549         (gnus-outlook-deuglify-attrib-end-regexp)
9550         (gnus-outlook-display-hook): Add :version.
9552         * binhex.el (binhex-use-external): Add :version.
9554 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
9556         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9557         and `invisible'.
9559 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9561         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9562         in gnus-registry-trim.
9564 2004-09-13  Simon Josefsson  <jas@extundo.com>
9566         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9568         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9570         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9571         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9572         <yamaoka@jpl.org>.
9573         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9574         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9575         <yamaoka@jpl.org>.
9577         * sieve.el (sieve-manage-mode): Ditto.
9579 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
9581         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9583 2004-09-11  Simon Josefsson  <jas@extundo.com>
9585         * dns-mode.el: Add.
9587         * mm-view.el (mm-display-dns-inline): Add.
9589         * mm-decode.el (mm-inline-media-tests): Add text/dns.
9590         (mm-automatic-display): Ditto.
9592         * mailcap.el (mailcap-mime-data): Add text/dns.
9593         (mailcap-mime-extensions): Map .soa to text/dns.
9595 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
9597         * gnus-art.el (article-decode-mime-words, article-babel)
9598         (gnus-article-highlight-signature, gnus-article-add-buttons)
9599         (gnus-signature-toggle): Remove unnecessary bindings of
9600         `inhibit-read-only' inherited from v5.10 merge.
9602 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
9604         * nntp.el (nntp): New customization group.
9605         (nntp-authinfo-file): Add customization group.
9607         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9609         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9611         * gnus.el (to-address, to-list, subscribed)
9612         (large-newsgroup-initial): Ditto.
9614         * flow-fill.el (fill-flowed-display-column)
9615         (fill-flowed-encode-column): Ditto.
9617 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
9619         * message.el (message-tokenize-header, message-send-mail-with-qmail):
9620         Use point-min rather than 1.
9621         (message-send-mail): Use buffer-size rather than point-max.
9623         * gnus-sum.el (gnus-summary-search-article-forward):
9624         Signal a specific `search-failed' rather than a generic `error'.
9626         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
9627         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
9628         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
9630 2004-09-10  Simon Josefsson  <jas@extundo.com>
9632         * nndb.el (require): Remove tcp and duplicate cl.
9634 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9636         * gnus-agent.el (directory-files-and-attributes): Move forward.
9638 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
9640         * gnus-agent.el (directory-files-and-attributes): Optionally
9641         defined to support XEmacs.
9643 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
9645         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
9646         to avoid run-time CL dependencies.
9647         (gnus-agent-unfetch-articles): New function.
9648         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
9649         article numbers even when local .overview file is missing.
9650         (gnus-agent-read-article-number): New function.  Only accepts
9651         27-bit article numbers.
9652         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
9653         gnus-agent-read-article-number.
9654         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
9655         from backend while recognizing that article numbers in .overview
9656         must be valid.
9657         (gnus-agent-update-files-total-fetched-for): Use
9658         directory-files-and-attributes to improve performance.
9659         * gnus-int.el (gnus-request-move-article): Use
9660         gnus-agent-unfetch-articles in place of gnus-agent-expire to
9661         improve performance.
9663         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
9664         some users confused by references to .newsrc when they only have a
9665         .newsrc.eld file.
9666         (gnus-convert-mark-converter-prompt)
9667         (gnus-convert-converter-needs-prompt): Fixed use of property list.
9668         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
9669         New function.  Used internally to only display 'gnus converting
9670         files' message when actually necessary.
9672         * gnus-sum.el (): Removed (require 'gnus-agent) as required
9673         methods now autoloaded.
9675 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9677         * gnus-sum.el (gnus-summary-insert-subject): Remove list
9678         identifiers.
9680 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
9682         * gnus-picon.el: Fix indentation and closing parenthesis.
9684 2004-09-01  Simon Josefsson  <jas@extundo.com>
9686         * message.el (message-canlock-generate): Require sha1, not
9687         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
9688         to require within a function.  Sadly, if sha1.el isn't loaded, the
9689         let binding in m-c-g will hide the defcustom definition, which is
9690         bad.)
9692         * canlock.el: Require sha1, not sha1-el.
9694         * message.el: Don't autoload sha1 (there is a autoload cookie in
9695         sha1.el).
9697         * sha1-el.el: Renamed to sha1.el.
9699 2004-08-30  Juanma Barranquero  <lektu@terra.es>
9701         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
9703 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9705         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
9707 2004-08-30  Kim F. Storm  <storm@cua.dk>
9709         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
9711         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
9712         Add :group 'nnimap.
9714 2004-08-30  Andreas Schwab  <schwab@suse.de>
9716         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
9717         ?* and ?\;.
9719         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
9720         and ?\' to symbol instead of whitespace.
9722 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9724         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
9726         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
9727         instead of re-search-forward.
9729         * gnus-uu.el (gnus-uu-save-article): Ditto.
9730         (gnus-uu-post-encode-uuencode): Ditto.
9732         * html2text.el (html2text-clean-list-items): Ditto.
9733         (html2text-clean-dtdd): Ditto.
9734         (html2text-format-tags): Ditto.
9736         * message.el (message-send-mail-with-sendmail): Fix regexp.
9737         (message-fill-field-general): Use search-forward instead of
9738         re-search-forward.
9739         (unbold-region): Ditto.
9741         * nnrss.el (nnrss-request-article): Ditto.
9743         * nnslashdot.el (nnslashdot-request-article): Ditto.
9745         * nnweb.el (nnweb-gmane-wash-article): Ditto.
9747         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
9748         "Unrecognized menu descriptor" error in XEmacs.
9750 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9752         * gnus-sum.el (gnus-read-header): Don't remove a header for the
9753         parent article of a sparse article in the thread hashtb.
9755 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
9757         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
9758         (nnmail-expand-newtext): Lowercase expanded entries if
9759         nnmail-split-lowercase-expanded is non-nil.
9761 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9763         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
9765         * gnus-group.el (gnus-group-line-format-alist): Convert the value
9766         of gnus-tmp-news-method into string under XEmacs.  It will be
9767         passed to gnus-correct-length which takes only a string argument.
9769 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9771         * gnus-util.el (gnus-bind-print-variables): New macro.
9772         (gnus-prin1): Use it.
9773         (gnus-prin1-to-string): Use it.
9774         (gnus-pp): New function.
9775         (gnus-pp-to-string): New function.
9777         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
9778         Replace pp-to-string with gnus-pp-to-string.
9779         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
9780         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
9781         * gnus-msg.el (gnus-debug): Ditto.
9782         * gnus-score.el (gnus-score-save): Ditto.
9783         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
9784         gnus-pp-to-string.
9785         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
9786         with gnus-pp.
9787         * score-mode.el (gnus-score-pretty-print): Ditto.
9788         * webmail.el (webmail-debug): Ditto.
9790 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9792         * gnus-art.el (article-display-face, article-display-x-face):
9793         Use buffer-read-only.
9795 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9797         * gnus-art.el (article-hide-list-identifiers):
9798         Bind inhibit-read-only as t.
9800 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
9802         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
9804 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9806         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
9807         (gnus-narrow-to-page): Don't assume point-min == 1.
9808         (gnus-article-edit-mode): Derive from message-mode.
9810         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
9811         point-min == 1.
9813         * imap.el (imap-parse-address-list, imap-parse-body-ext):
9814         Disable incorrect use of `assert'.
9816         * message.el (message-mode): Set comment-start-skip.
9819 2004-08-22  Sam Steingold  <sds@gnu.org>
9821         * pop3.el (pop3-leave-mail-on-server): New user variable.
9822         (pop3-movemail): Delete mail only when it is nil.
9824 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
9826         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
9828         * mml.el (mml-preview): Use `pop-to-buffer'.
9830         * message.el (message-goto-mail-followup-to): Insert after "To".
9831         (message-carefully-insert-headers): Add comment.
9833         * gnus.el: Remove unused variable `gnus-article-check-size'.
9835         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
9837         * gnus-art.el (gnus-button-alist): Improve
9838         `gnus-button-handle-library' entry.
9840 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
9842         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
9843         downcase, since XEmacs capitalizes error messages differently.
9845 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
9847         * nntp.el: Add (require 'gnus) due to reference to
9848         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
9850 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
9852         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
9853         `mm-fill-flowed'.
9855         * mm-decode.el (mm-dissect-singlepart): Check it.
9857 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
9859         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
9860         'imap' for netrc parsing.
9862 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
9864         * mailcap.el (mailcap-mime-data): Mark as risky.
9866 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9868         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
9869         may be included in the encoded word.
9870         (rfc2047-encode): Don't append a space if the encoded word
9871         includes close parenthesis.
9873 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9875         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
9876         of text within parentheses.
9878 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
9880         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
9881         (gnus-encrypt-write-file-contents): Make the password key the file
9882         name PLUS the cipher, not just the cipher.  Also remove failed
9883         passwords from the cache.
9885 2004-08-06  Simon Josefsson  <jas@extundo.com>
9887         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
9888         fix.
9890 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9892         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
9893         LWSP.
9895 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
9897         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
9898         to append in-reply-to: data to the references: header.
9900         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
9901         (netrc-parse): Use gnus-encrypt.el functions.
9903         * gnus-encrypt.el: Add new file for encryption support; currently
9904         does only a few GPG ciphers and an internal XOR cipher.
9906         * password.el: Add comments on using password-read-and-add.
9907         (password-read-and-add): Add function to read and add the
9908         password to the cache at once.
9910 2004-07-28  Simon Josefsson  <jas@extundo.com>
9912         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
9913         parameter (but don't use it, for now).
9915         * imap.el (imap-ssl-open): Use imap-process-connection-type,
9916         instead of hard coding to nil.
9918 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9920         * mm-view.el (mm-inline-image-emacs): Open lines under an image
9921         as mm-inline-image-xemacs does.
9923 2004-07-26  Simon Josefsson  <jas@extundo.com>
9925         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
9926         Revert part of 2004-07-17 change below.
9928 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9930         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
9931         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9933 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9935         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
9936         quotes that actually start with ">" at the beginning of the
9937         lines.
9939 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9941         * rfc2047.el (rfc2047-encode-region): Fix last change.
9942         (rfc2047-encode-parameter): Remove useless concat.
9944 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9946         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
9947         encode special characters; fix some kind of misconfigured headers;
9948         signal a real error if debug-on-quit or debug-on-error is non-nil.
9949         (rfc2047-encode-max-chars): New variable.
9950         (rfc2047-encode-1): Use it.
9951         (rfc2047-encode-parameter): New function.
9953         * mml.el (mml-insert-parameter): Remove an excessive space.
9955 2004-07-17  Simon Josefsson  <jas@extundo.com>
9957         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
9958         Kai Grossjohann <kai@emptydomain.de>.
9959         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
9960         (gnus-group-make-menu-bar): Ditto.
9962         * gnus-util.el (gnus-group-server): Add.
9964 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
9966         * message.el (message-clone-locals): Clone sendmail and smtp
9967         variables.
9969 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9971         * rfc2047.el (rfc2047-encode-region): Fix last change.
9973 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9975         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
9976         characters as non-special.
9978 2004-07-09  Simon Josefsson  <jas@extundo.com>
9980         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
9981         Users will lose all flag changes made while unplugged with
9982         e.g. nntp unless flag synchronization happens, thus `nil' is not a
9983         good default.  See numerous reports on ding mailing list.
9985 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9987         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
9988         add generate-head-function and generate-article-function to the
9989         rfc822-forward entry.
9990         (nndoc-rfc822-forward-generate-article): New function.
9991         (nndoc-rfc822-forward-generate-head): New function.
9993         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
9995 2004-07-06  Dan Christensen  <jdc@uwo.ca>
9997         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
9998         respect display group parameter and gnus-summary-expunge-below.
9999         (gnus-articles-to-read): Remove unused reference to display group
10000         parameter.
10002 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10004         * nnheader.el (nnheader-uniquify-message-id): New experimental
10005         variable.
10006         (nnheader-nov-read-message-id): Use it.
10008         * spam-report.el (spam-report-gmane): Add interactive.
10010 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10012         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10013         qp-or-base64 for the application/* types.
10015 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10017         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10019 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10021         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10022         trim value.
10024 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10026         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10027         New macro and function.
10028         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10030 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10032         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10033         after-load-alist.
10035 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10037         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10038         update info that isn't there.
10040 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10042         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10043         entry.
10045 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10047         * mm-view.el (mm-inline-render-with-function): Use multibyte
10048         buffer; decode html source by charset.
10050         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10052         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10053         Mule-UCS is loaded under XEmacs.
10054         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10056 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10058         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10060 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10062         * mm-util.el (mm-coding-system-p): Return a coding-system.
10063         (mm-mime-mule-charset-alist): Use shift_jis instead of
10064         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10065         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10066         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10067         instead of japanese-shift-jis and iso-latin-1 respectively in
10068         order to share the default value with both Emacs and XEmacs-mule.
10069         (mm-mule-charset-to-mime-charset): Make
10070         mm-coding-system-priorities effective.
10071         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10072         while predicating of candidates upon the priorities.
10074 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10076         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10077         gnus-uu-invert-processable.
10079         * gnus.el: Autoload gnus-uu-invert-processable.
10081 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10083         * mm-util.el (mm-with-multibyte-buffer): New macro.
10085         * rfc2047.el (rfc2047-encode-string): Use it.
10086         (rfc2047-encode-region): Move point to the end of the region after
10087         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10089 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10091         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10092         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10094 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10096         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10097         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10098         Karl Chen <quarl@nospam.quarl.org>.
10100 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10102         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10103         invalid addresses.
10105 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10107         * spam.el: Change section markers, revise TODO list.
10108         (spam-backends): Make new master list of all installed backends.
10109         (spam-summary-exit-behavior): Add new variable to determine how
10110         messages moves are done at summary exit.
10111         (spam-move-spam-nonspam-groups-only)
10112         (spam-process-ham-in-nonham-groups)
10113         (spam-process-ham-in-spam-groups): Remove variables, the
10114         spam-summary-exit-behavior variable should be used to manage this
10115         behavior.
10116         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10117         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10118         and spam-old-spam-articles.
10119         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10120         Add empty variables, placeholders for the backends they represent.
10121         (spam-set-difference): Move, unchanged.
10122         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10123         unless the user has a processor variable.
10124         (spam-classifications, spam-classification-valid-p)
10125         (spam-backend-properties, spam-backend-property-valid-p)
10126         (spam-backend-function-type-valid-p)
10127         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10128         (spam-report-articles-gmane, spam-report-articles-resend):
10129         Remove functions, they are not needed.
10130         (spam-install-backend-super, spam-backend-list)
10131         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10132         (spam-backend-function, spam-backend-ham-registration-function)
10133         (spam-backend-spam-registration-function)
10134         (spam-backend-ham-unregistration-function)
10135         (spam-backend-spam-unregistration-function)
10136         (spam-backend-statistical-p, spam-backend-mover-p)
10137         (spam-install-backend-alias, spam-install-checkonly-backend)
10138         (spam-install-mover-backend, spam-install-nocheck-backend)
10139         (spam-install-backend, spam-install-statistical-backend)
10140         (spam-install-statistical-checkonly-backend): Add backend installation
10141         support.
10142         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10143         (spam-group-processor-p): Use the new backend code and respect the
10144         summary exit behavior.
10145         (spam-mark-spam-as-expired-and-move-routine): Remove.
10146         (spam-summary-prepare): Change to use the new spam-old-articles
10147         variable.
10148         (spam-copy-or-move-routine, spam-copy-spam-routine)
10149         (spam-move-spam-routine, spam-copy-ham-routine)
10150         (spam-move-ham-routine): Add code to copy/move ham or spam.
10151         (spam-fetch-field-fast): Improve doc and code, plus allow the
10152         'number request.
10153         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10154         variables.
10155         (spam-split, spam-find-spam): Use the new backend code.
10156         (spam-registration-functions): Remove variable.
10157         (spam-unregister-routine): Add convenience wrapper.
10158         (spam-log-undo-registration, spam-register-routine)
10159         (spam-log-processing-to-registry)
10160         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10161         where possible.
10162         (spam-check-gmane-xref, spam-check-regex-headers)
10163         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10164         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10165         (spam-check-bogofilter-headers, spam-check-spamoracle)
10166         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10167         (spam-check-crm114-headers): Use the spam-split-group that
10168         spam-split prepares, no need to determine it every time.
10170         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10171         to the nnheader-parse-naked-head call.
10173         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10175         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10176         the nnheader-nov-read-message-id call.
10178 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10180         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10181         gnus-activate-group twice.  Suggested by Markus Peter
10182         <warp@spin.de>.
10184 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10186         * gnus-art.el (gnus-article-time-format): Exchange the order of
10187         day and month in the default value; fix customization type.
10188         (article-date-ut): Use add-text-properties.
10189         (article-make-date-line): Use message-make-date instead of
10190         current-time-string.
10192         * message.el (message-fetch-field): Don't use set-text-properties.
10193         (message-make-date): Simplify.
10195 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10197         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10198         (rfc2047-encode-region): Treat text within parentheses as special;
10199         show the original text when error has occurred.
10201         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10202         already-computed method to gnus-activate-group.
10204         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10205         same select-methods identical Lisp objects.
10207         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10208         object when modifying the info.
10210 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10212         * gnus-srvr.el (gnus-server-set-info): Remove the server from
10213         gnus-opened-servers since it has never been opened with the new
10214         configuration yet.
10216 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10218         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10219         arg to nnheader-generate-fake-message-id.
10221 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
10223         * nnheader.el (nnheader-generate-fake-message-id): Accept a
10224         number and build a fake message ID localized to a group and
10225         article number (so it's repeatable from that point on).
10226         (nnheader-fake-message-id-p): Change regex to accommodate new fake
10227         ID format.
10229         * gnus-sum.el (gnus-get-newsgroup-headers): Call
10230         nnheader-generate-fake-message-id with the article number.
10232 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
10234         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10235         end-of-buffer.
10237 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10239         * message.el (message-ignored-supersedes-headers): Add Approved.
10241 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10243         * rfc2047.el (rfc2047-encode-message-header): Remove useless
10244         goto-char.
10245         (rfc2047-encode): Fold the line before encoding.
10247 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10249         * rfc2047.el (rfc2047-encode-message-header): Disabled header
10250         folding -- not all headers can be folded, and this should be done
10251         by the message composition mode.  Probably.  I think.
10253 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10255         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10256         fast.
10258         * gnus-ems.el (gnus-remove-image): Don't use
10259         message-text-with-property; remove only the image found first.
10261 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
10263         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10265 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10267         * message.el (message-text-with-property): Make it fast and accept
10268         optional arguments.
10269         (message-strip-forbidden-properties): Use it.
10270         (message-fix-before-sending): Follow the m-t-w-p change.
10272         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10274 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10276         * gnus-art.el (article-hide-headers): Don't change the buffer
10277         mistakenly when performing mml-preview even if
10278         gnus-single-article-buffer is nil.
10280 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
10282         * message.el (message-expand-name-databases): New user option.
10283         (message-expand-name): Use it.
10285 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
10287         * spam.el (spam-report-articles-resend)
10288         (spam-report-resend-register-routine): Allow ham reporting.
10289         (spam-report-resend-register-ham-routine): Add wrapper.
10290         (spam-registration-functions): Add ham resending functions.
10291         (spam-list-of-processors): Add ham resend processor.
10293         * gnus.el (ham-resend-to): Add new group parameter.
10294         (spam-process): Add ham resend option.
10296         * spam-report.el (spam-report-resend): Allow reporting ham.
10297         (spam-report-resend-ham): Add wrapper.
10299 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10301         * message.el (message-cite-articles-with-x-no-archive): New
10302         variable.
10303         (message-cite-original): Use it.
10305 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10307         * message.el (message-cite-original): Respect X-No-Archive.
10309 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10311         * gnus-art.el (article-hide-headers): Refer to the values for
10312         gnus-ignored-headers and gnus-visible-headers in the summary
10313         buffer since a user may have set them as group parameters.
10315 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
10317         * assistant.el (assistant-node-name): Add convenience function.
10318         (assistant-render-text, assistant-render-node): Add error handling,
10319         plus handle multiple next nodes.
10320         (assistant-find-next-node): Comment out for now.
10321         (assistant-find-next-nodes): Add function, returns list of next
10322         nodes.
10324 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
10326         * mail-source.el (mail-source-directory): Fix doc-string.
10328 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
10330         * assistant.el (assistant-render-text, assistant-eval): Add :set
10331         widget type, which is different because it takes and returns a
10332         list.  Much hilarity ensues.
10334 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
10336         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10338         * gnus-group.el (gnus-group-get-new-news-this-group): Added
10339         doc-string.
10341         * gnus-start.el (gnus-activate-group): Added doc-string.
10343 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10345         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10347 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
10349         * assistant.el (assistant-render-text): Try to add a :set
10350         widget, more to come.
10352         * spam.el (spam-group-spam-contents-p): Handle empty groupname
10353         strings.
10354         (spam-report-articles-resend)
10355         (spam-register-routine): Do registration iff any articles warrant
10356         it.
10357         (spam-summary-prepare-exit): Change log message for nil group
10358         destinations.
10360 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
10362         * spam.el (spam-report-resend-register-routine): Allow
10363         spam-report-resend-to to be a group parameter or a global value.
10365 2004-05-26  Simon Josefsson  <jas@extundo.com>
10367         * starttls.el: Merge with my GNUTLS based starttls.el.
10368         (starttls-gnutls-program, starttls-use-gnutls)
10369         (starttls-extra-arguments, starttls-process-connection-type)
10370         (starttls-connect, starttls-failure, starttls-success): New
10371         variables.
10372         (starttls-program, starttls-extra-args): Doc fix.
10373         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10374         functions.
10375         (starttls-negotiate, starttls-open-stream): Check
10376         `starttls-use-gnutls' and pass on to corresponding *-gnutls
10377         function if it is set.
10379 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10381         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10382         structured fields.
10384 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10386         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10388 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
10390         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10391         variable.
10392         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
10393         assigning the spam-mark to new messages.
10395 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
10397         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10399 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10401         * rfc2047.el (rfc2047-encodable-p): Don't move point.
10402         (rfc2047-decode): Treat the ascii coding-system as raw-text by
10403         default.
10405 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
10407         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10408         correct data.
10410 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
10412         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10413         (spam-group-processor-p): Fix function.
10414         (spam-group-processor-multiple-p)
10415         (spam-group-spam-processor-report-gmane-p)
10416         (spam-group-spam-processor-report-resend-p)
10417         (spam-group-spam-processor-bogofilter-p)
10418         (spam-group-spam-processor-blacklist-p)
10419         (spam-group-spam-processor-ifile-p)
10420         (spam-group-ham-processor-ifile-p)
10421         (spam-group-spam-processor-spamoracle-p)
10422         (spam-group-spam-processor-crm114-p)
10423         (spam-group-ham-processor-bogofilter-p)
10424         (spam-group-spam-processor-stat-p)
10425         (spam-group-ham-processor-stat-p)
10426         (spam-group-ham-processor-whitelist-p)
10427         (spam-group-ham-processor-BBDB-p)
10428         (spam-group-ham-processor-spamoracle-p)
10429         (spam-group-ham-processor-copy-p): Remove functions with some
10430         prejudice against unneeded code.
10431         (spam-report-articles-resend)
10432         (spam-report-resend-register-routine): Allow the group/topic
10433         spam-resend-to value to override spam-report-resend-to.
10434         (spam-summary-prepare-exit): Invoke spam-group-processor-p
10435         properly now.
10437         * gnus.el (spam-resend-to): Add group/topic parameter.
10438         (spam-process): Move the OBSOLETE processors to the end of the
10439         choices.
10441 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
10443         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10444         with resend-to set to nil, and then ask the user if necessary.
10445         (spam-report-resend): spam-report-resend takes a list of articles, not
10446         separate article numbers.
10448 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10450         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10451         addition to emacs-w3m.
10453 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10455         * assistant.el (assistant-authinfo-data): New function.
10456         (assistant-eval): Eval for entire assistant.
10458         * netrc.el (netrc-services-file): New variable.
10459         (netrc-parse-services): New function.
10460         (netrc-find-service-name): New function.
10461         (netrc-find-service-number): New function.
10462         (netrc-port-equal): New function.
10463         (netrc-machine): Use it.
10465         * nnimap.el (nnimap-open-connection): Use netrc.
10467         * gnus-util.el (gnus-netrc-get): Remove aliases.
10469         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10471         * assistant.el (wid-edit): Fix compilation.
10473         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10475 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
10477         * gnus-util.el (gnus-set-file-modes): New function.  (small
10478         patch).
10480 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10482         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10484         * assistant.el (assistant-render-node): Fix up rendering and
10485         read-only text.
10486         (assistant-render-node): Reset.
10487         (assistant-make-read-only): Not sticky.
10489 2004-05-20  Danny Siu  <dsiu@adobe.com>
10491         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10492         centered even when gnus-auto-center-summary is t
10494 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10496         * dns.el (dns-get-txt-answer): New function.
10497         (dns-read-txt): Ditto.
10498         (query-dns): Use it.
10500 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10502         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10503         active for foreign groups even if the group level is higher than
10504         the specified value.
10506 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10508         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10509         non-active groups.
10511         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10513 2004-05-20  Magnus Henoch  <mange@freemail.hu>
10515         * dns.el (dns-read-type): Add support for SVR.  (small patch)
10517 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10519         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10520         (spam-crm114-header, spam-crm114-spam-switch)
10521         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10522         (spam-crm114-positive-spam-header)
10523         (spam-crm114-database-directory, spam-list-of-processors)
10524         (spam-group-spam-processor-crm114-p)
10525         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10526         (spam-generic-score, spam-list-of-checks)
10527         (spam-list-of-statistical-checks, spam-registration-functions)
10528         (spam-check-crm114-headers, spam-crm114-score)
10529         (spam-check-crm114, spam-crm114-register-with-crm114)
10530         (spam-crm114-register-spam-routine)
10531         (spam-crm114-unregister-spam-routine)
10532         (spam-crm114-register-ham-routine)
10533         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
10534         asjo@koldfront.dk (Adam Sjøgren).
10536         * gnus.el: Add spam-use-crm114.
10538         * spam.el (spam-list-of-processors, spam-registration-functions):
10539         Add spam-use-resend.
10540         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10541         (spam-report-articles-gmane): Add doc fix.
10542         (spam-report-articles-resend, spam-report-resend-register-routine):
10543         Add wrappers around spam-report-resend-to.
10545         * spam-report.el (spam-report-resend-to, spam-report-resend):
10546         Add support for resending spam.
10547         (spam-report-gmane): Fix line length >80.
10549         * gnus.el (spam-process): Add spam-use-resend.
10551 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10553         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10554         number of processed spam messages.
10555         (spam-ham-copy-or-move-routine): Return the number of processed
10556         ham messages.
10557         (spam-summary-prepare-exit): Use the above values to decide
10558         whether status messages shouled be displayed.
10560 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10562         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10563         `rfc2047-encoding-function-alist' in order to avoid conflicting
10564         with the old version.
10565         (rfc2047-encode-region): Concatenate words containing non-ASCII
10566         characters in structured fields; don't encode space-delimited
10567         ASCII words even in unstructured fields; don't break words at
10568         char-category boundaries.
10569         (rfc2047-encode-1): New function.
10570         (rfc2047-encode): Use it; encode text so that it occupies the
10571         maximum width within 76-column; work correctly on Q encoding for
10572         iso-2022-* charsets.
10573         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10574         sure not to break a line just after the header name.
10575         (rfc2047-b-encode-region): Removed.
10576         (rfc2047-b-encode-string): New function.
10577         (rfc2047-q-encode-region): Removed.
10578         (rfc2047-q-encode-string): New function.
10580         * mm-util.el (mm-replace-in-string): New function.
10582 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10584         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10585         get it right.
10586         (gnus-inews-make-draft): Really.
10588 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
10590         * nnmh.el (nnmh-request-list-1): Don't check the link count
10591         before descending.  (small patch)
10593 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10595         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10596         stuff.
10598         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10599         on real group name.
10601         * gnus-art.el (gnus-signature-limit): Doc fix.
10603         * gnus-msg.el (gnus-inews-make-draft): Quote list.
10605 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10607         * gnus-draft.el (gnus-draft-send): Bind
10608         rfc2047-encode-encoded-words.
10610         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
10611         (rfc2047-encodable-p): Say that =? needs encoding.
10612         (rfc2047-encode-encoded-words): New variable.
10614         * gnus-group.el (gnus-group-select-group): Doc fix.
10616         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
10618         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
10619         to nil.
10621         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
10623         * nnheader.el (nnheader-get-lines-and-char): New function.
10625 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
10627         * gnus-msg.el (gnus-summary-followup-with-original): Document
10628         yanking of region when active.
10630 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10632         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
10633         groups if the group level is higher than the specified value.
10635 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10637         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
10638         (gnus-group-jump-to-group): Added prefix argument using
10639         `gnus-group-jump-to-group-prompt'.  Query before jumping to
10640         non-active group.
10642         * compface.el (uncompface): Be verbose when changing
10643         `uncompface-use-external'.
10645         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
10646         handle manual section.
10648 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10650         * gnus-art.el (gnus-button-alist): Revert previous change.
10652 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10654         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
10656 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10658         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
10659         whether backend can accept message.
10661         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
10663 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
10665         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
10666         Avoid creating directory when nntp-marks-is-evil is true.
10667         Reported by Reiner Steib.
10669 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10671         * gnus-picon.el (gnus-picon-style): New variable.
10672         (gnus-picon-insert-glyph): Added optional `nostring' argument.
10673         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
10674         Jesper Harder <harder@ifa.au.dk>.
10676 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10678         * message.el (message-fill-field): Return point.
10679         (message-generate-headers): Go to end of field.
10681         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
10682         stuff for non-living groups.
10684 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
10686         * gnus-art.el (gnus-article-followup-with-original)
10687         (gnus-article-reply-with-original): gnus-mark-active-p ->
10688         gnus-region-active-p.
10690 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
10692         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
10693         only when there is spam or ham to be processed.
10695 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10697         * mail-source.el (mail-source-delete-crash-box): Refactor.
10698         (mail-source-fetch): Use it.
10699         (mail-source-fetch-file): Ditto.
10700         (mail-source-fetch-directory): Run postscript in loop.
10701         (mail-source-fetch-pop): Delete.
10702         (mail-source-fetch-maildir): Ditto.
10703         (mail-source-fetch-imap): Ditto.
10705         * imap.el (imap-authenticators): Comment out sasl.
10707         * message.el (message-skip-to-next-address): New function.
10708         (message-fill-header-address): Refactor.
10709         (message-fill-address): Use it.
10710         (message-delete-address): Use it.
10711         (message-fill-header-general): Refactor.
10712         (message-fill-field-address): Rename.
10713         (message-narrow-to-field): Find the start of the header.
10714         (message-header-format-alist): Don't pre-fill.
10715         (message-fill-header): Removed.
10716         (message-insert-header): New function.
10717         (message-shorten-references): Use it.
10719         * rfc2047.el (rfc2047-field-value): Strip props.
10721         * mail-parse.el (mail-header-make-address): New alias.
10723         * ietf-drums.el (ietf-drums-make-address): New function.
10725         * imap.el: Add compiler directives.
10727         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10729         * gnus-art.el (article-decode-idna-rhs): Don't use
10730         message-idna-inside-rhs-p.
10732 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10734         * message.el (message-idna-inside-rhs-p): Removed.
10735         (message-idna-to-ascii-rhs-1): Use proper address parsing.
10737         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
10738         false positives.
10740 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
10742         * imap.el (imap-sasl-make-mechanisms): Use sasl.
10744 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10746         * nneething.el (nneething-file-name): Don't create spurions
10747         files.
10749         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
10750         (gnus-inews-do-gcc): Remove sleep.
10752         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
10753         part under point.
10755         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
10756         (gnus-agent-regenerate-group): Using nil messages aren't valid.
10758 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
10760         * spam.el (spam-summary-prepare-exit): Fixed (length).
10762 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10764         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
10765         as expired without moving it" message when there are spam
10766         messages left.
10768 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
10770         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
10771         header is not nil.
10773 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
10775         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
10776         nntp-possibly-create-directory, not nntp-possibly-change-group.
10777         (nntp-marks-changed-p): New arg SERVER.
10778         (nntp-request-update-info): Adjust caller.
10780 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
10782         * nntp.el (nntp-save-marks): Pass missing arg.
10784 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
10786         * nntp.el: Support marks.
10787         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
10788         (nntp-marks-modtime, nntp-marks-directory): New variables.
10789         (nntp-request-set-mark, nntp-request-update-info)
10790         (nntp-possibly-create-directory, nntp-marks-changed-p)
10791         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
10792         functions.
10794 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
10796         * gnus-score.el (gnus-score-insert-help): Use
10797         gnus-select-lowest-window.
10799         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
10800         appt-select-lowest-window and rename to gnus-select-lowest-window.
10802         * gnus.el: do.
10804 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10806         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
10807         encodings of MIME-encoded words, in order to improve
10808         interoperability with several broken MUAs.
10810 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10812         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
10813         tags, only when charsets are not specified in headers.
10814         (mm-inline-text-html-render-with-w3m): Ditto.
10816 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10818         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
10819         instead of MIME-decoded from fields when checking
10820         `gnus-article-address-banner-alist'.
10822 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
10824         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
10825         description rather than subject.
10827 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10829         * gnus.el (gnus-version-number): Bump.
10831 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10833         * gnus.el: No Gnus v0.2 is released.
10835 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10837         * gnus-agent.el (gnus-agent-read-agentview): Inline
10838         gnus-uncompress-range.
10840 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10842         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
10843         `exec-installed-p'.
10845 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10847         * gnus.el (spam-process, spam-autodetect-methods): Add
10848         bsfilter and bsfilter-headers.
10850         * spam.el (spam-bsfilter): New customize group.
10851         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
10852         (spam-bsfilter-header, spam-bsfilter-probability-header)
10853         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
10854         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
10855         (spam-bsfilter-database-directory): New options.
10856         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
10857         (spam-list-of-statistical-checks, spam-registration-functions):
10858         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
10859         (spam-bsfilter-score): New command.
10860         (spam-check-bsfilter-headers, spam-check-bsfilter)
10861         (spam-bsfilter-register-with-bsfilter)
10862         (spam-bsfilter-register-spam-routine)
10863         (spam-bsfilter-unregister-spam-routine)
10864         (spam-bsfilter-register-ham-routine)
10865         (spam-bsfilter-unregister-ham-routine): New functions.
10866         (spam-generic-score): Support bsfilter; Accept an optional argument
10867         to recalcurate spam score even if scoring header has already been
10868         added.
10869         (spam-bogofilter-score, spam-spamassassin-score): Accept an
10870         optional argument to recalcurate spam score even if scoring header
10871         has already been added.
10873 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
10875         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
10876         strings!  Reported by David D. Smith <davidsmith@acm.org>.
10877         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
10878         link is missing.
10880 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
10882         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
10883         (html2text-get-attr): Rewrite.
10885         * message.el (message-setup-1): Remove redundant put-text-property
10886         on mail-header-separator.
10888 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
10890         * gnus-registry.el (gnus-registry-cache-whitespace)
10891         (gnus-registry-action, gnus-registry-spool-action)
10892         (gnus-registry-split-fancy-with-parent): Change message levels
10893         from 5 to 3 or 7, as needed.
10895         * spam.el (spam-summary-prepare-exit)
10896         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
10897         (spam-split, spam-find-spam, spam-log-undo-registration)
10898         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
10899         level from 5 to 6.
10901 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10903         * gnus-ems.el: Autoload appt-select-lowest-window (revert
10904         2004-03-04 change).
10906 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
10908         * sieve-manage.el (sieve-manage-open):
10909         * nnweb.el (nnweb-insert-html):
10910         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
10911         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
10912         * nnspool.el (nnspool-request-group):
10913         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
10914         * nnml.el (nnml-request-update-info):
10915         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
10916         (nnmh-request-create-group, nnmh-update-gnus-unreads):
10917         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
10918         (nnimap-request-set-mark):
10919         * nnfolder.el (nnfolder-request-update-info):
10920         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
10921         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
10922         * gnus-uu.el (gnus-uu-find-articles-matching):
10923         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
10924         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
10925         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
10926         * gnus-nocem.el (gnus-nocem-scan-groups):
10927         * gnus-int.el (gnus-start-news-server):
10928         * gnus-group.el (gnus-group-make-kiboze-group)
10929         (gnus-group-browse-foreign-server):
10930         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
10931         Use mapc when appropriate.
10933 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
10935         FIXME: Make separate entries for each person.
10937         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
10938         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
10939         <shields@msrl.com>:
10941         * spam.el (spam-necessary-extra-headers): Get the extra headers we
10942         may need for spam sorting and scoring.
10943         (spam-user-format-function-S): Add user format function suitable for
10944         general use.
10945         (spam-article-sort-by-spam-status): Add sorting function for summary
10946         sorting.
10947         (spam-extra-header-to-number): Add function to get a score from a
10948         header.
10949         (spam-summary-score): Add function to  get a numeric score from the
10950         headers.
10951         (spam-generic-score): Fix function doc, was in wrong place.
10952         (spam-initialize): Take symbols when it's run, and install the
10953         extra headers that spam-necessary-extra-headers thinks we need.
10955 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
10957         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
10958         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
10960 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
10962         * gnus-sum.el (gnus-set-global-variables)
10963         (gnus-build-all-threads, gnus-get-newsgroup-headers)
10964         (gnus-article-get-xrefs, gnus-summary-best-group)
10965         (gnus-summary-next-article, gnus-summary-enter-digest-group)
10966         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
10967         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
10968         Use with-current-buffer.
10970 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
10972         * spam.el (spam-summary-prepare-exit): Simplify logic.
10973         (spam-fetch-article-header): Read the article header if it's not
10974         available.
10975         (spam-list-articles): Simplify logic.
10976         (spam-filelist-register-routine): Fix bug with unregister-list.
10978         * gnus-registry.el: Fix comments at beginning.
10980 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
10982         * message.el (message-cater-to-broken-inn): Remove.
10983         (message-shorten-references): Make sure the total folded length of
10984         References is shorter than 998 characters to cater to a bug in INN
10985         2.3.  Also, don't pretend that references aren't folded -- this
10986         hasn't worked for a while.
10988 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10990         * gnus-agent.el (gnus-agentize):
10991         gnus-agent-send-mail-real-function no longer set to current value
10992         of message-send-mail-function but rather a lambda that calls
10993         message-send-mail-function.  The change makes the agent real-time
10994         responsive to user changes to message-send-mail-function.
10996 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10998         * legacy-gnus-agent.el
10999         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11000         help from Florian Weimer <fw@deneb.enyo.de>
11002 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11004         * nnmail.el (nnmail-cache-insert): Revert last change.
11006 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11008         * nnmail.el (nnmail-cache-insert): Always check whether
11009         nnmail-cache-ignore-groups matches a group name.
11011 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11013         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11014         (spam-find-spam, spam-log-processing-to-registry)
11015         (spam-log-registered-p, spam-log-unregistration-needed-p)
11016         (spam-log-undo-registration): Use gnus-message instead of
11017         gnus-error, none of these errors are fatal.
11019         * gnus-registry.el (gnus-registry-clean-empty-function)
11020         (gnus-registry-clean-empty): Remove only empty entries without
11021         extra data.
11023 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11025         * spam-stat.el (spam-stat-buffer-change-to-spam)
11026         (spam-stat-buffer-change-to-non-spam): Change (error) to
11027         (gnus-message 8) invocation.
11029 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11031         * nntp.el (nntp-via-netcat-command): New variable.
11032         (nntp-via-netcat-switches): New variable.
11033         (nntp-open-via-rlogin-and-netcat): New function.
11034         (nntp-open-connection-function): Doc fix.
11035         (nntp-telnet-command): Doc fix.
11036         (nntp-end-of-line): Doc fix.
11037         (nntp-via-rlogin-command): Doc fix.
11038         (nntp-via-user-name): Doc fix.
11039         (nntp-via-address): Doc fix.
11041 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11043         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11044         error in Emacs 21.1.
11046 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11048         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11050 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11051         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11052         (gnus-agent-with-refreshed-group): New macro.
11053         (gnus-agent-rename-group): New function.
11054         (gnus-agent-delete-group): New function.
11055         (gnus-agent-save-group-info): Use gnus-command-method when
11056         `method' parameter is nil.  Don't write nil entries into the
11057         active file.
11058         (gnus-agent-get-group-info): New function.
11059         (gnus-agent-fetch-articles): Use
11060         gnus-agent-update-files-total-fetched-for to increment disk space
11061         used.
11062         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11063         gnus-agent-update-view-total-fetched-for to increment disk space
11064         used.
11065         (gnus-agent-get-local): Added optional parameters to avoid calling
11066         gnus-group-real-name and gnus-find-method-for-group.
11067         (gnus-agent-set-local): Delete stored entry if either min, or max,
11068         are nil.
11069         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11070         quit, use gnus-agent-regenerate-group to record existance of any
11071         articles fetched to disk before the quit occurred.
11072         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11073         gnus-agent-update-view-total-fetched-for, and
11074         gnus-agent-update-files-total-fetched-for to decrement disk space
11075         used.
11076         (gnus-agent-retrieve-headers): Use
11077         gnus-agent-update-view-total-fetched-for to increment disk space
11078         used.
11079         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11080         with gnus-agent-update-files-total-fetched-for to decrement disk
11081         space and fresh group buffer.
11082         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11083         (gnus-agent-need-update-total-fetched-for): New variable.
11084         (gnus-agent-update-files-total-fetched-for): New function.
11085         (gnus-agent-update-view-total-fetched-for): New function.
11086         (gnus-agent-total-fetched-for): New function.
11088         * gnus-cache.el (gnus-cache-save-buffers): Use
11089         gnus-cache-update-overview-total-fetched-for to change disk space
11090         used by this group.
11091         (gnus-cache-possibly-enter-article): Use
11092         gnus-cache-update-file-total-fetched-for to increment disk space
11093         used by this group.
11094         (gnus-cache-possibly-remove-article): Use
11095         gnus-cache-update-file-total-fetched-for to decrement disk space
11096         used by this group.
11097         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11098         (gnus-cache-rename-group): New function.
11099         (gnus-cache-delete-group): New function.
11100         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11101         (gnus-cache-need-update-total-fetched-for): New variable.
11102         (gnus-cache-with-refreshed-group): New macro.
11103         (gnus-cache-update-file-total-fetched-for): New function.
11104         (gnus-cache-update-overview-total-fetched-for): New function.
11105         (gnus-cache-rename-group-total-fetched-for): New function.
11106         (gnus-cache-delete-group-total-fetched-for): New function.
11107         (gnus-cache-total-fetched-for): New function.
11109         * gnus-group.el: Require gnus-sum and autoload functions to
11110         resolve warnings when gnus-group.el compiled alone.
11111         (gnus-group-line-format): Documented new %F
11112         (size of Fetched data) group line format; identifies disk space
11113         used by agent and cache.
11114         (gnus-group-line-format-alist): Defined new F format.
11115         (gnus-total-fetched-for): New function.
11116         (gnus-group-delete-group): No longer update
11117         gnus-cache-active-altered as gnus-request-delete-group now keeps
11118         the cache in sync.
11119         (gnus-group-list-active): Let the agent store a server's active
11120         list if currently plugged.
11122         * gnus-int.el (gnus-request-delete-group):
11123         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11124         local disk in sync with the server.
11125         (gnus-request-rename-group):
11126         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11127         local disk in sync with the server.
11129         * gnus-start.el (gnus-get-unread-articles):
11130         Cosmetic simplification to logic.
11132         * gnus-util.el (gnus-rename-file): New function.
11134 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11136         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11138 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11140         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11141         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11143 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11145         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11146         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11148 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11150         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11152 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11154         * spam.el (spam-set-difference): Add function to replace
11155         gnus-set-difference in spam.el.
11156         (spam-summary-prepare-exit): Use spam-set-difference.
11158 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11160         * gnus-registry.el (gnus-registry-cache-file): Update to use
11161         gnus-dribble-directory OR gnus-home-directory OR ~.
11162         (gnus-registry-split-fancy-with-parent): Fix doc.
11164 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11166         * message.el (message-exchange-point-and-mark): Use
11167         message-mark-active-p.  Suggested by Jesper Harder
11168         <harder@ifa.au.dk>.
11170 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11172         * message.el (message-exchange-point-and-mark): Don't activate
11173         region if it was inactive.  Suggested by Hiroshi Fujishima
11174         <pooh@nature.tsukuba.ac.jp>.
11176 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11178         * gnus-art.el (article-display-face): Display Faces in the same
11179         order as X-Faces.
11181 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11183         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11185 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11187         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11188         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11189         (gnus-article-mime-hierarchy): Remove.
11190         (gnus-article-mime-hierarchy-next): Remove.
11191         (gnus-article-mode): Revert 2004-03-19 change.
11192         (gnus-article-setup-buffer): Revert 2004-03-19 change.
11193         (gnus-insert-mime-button): Revert 2004-03-19 change.
11194         (gnus-mime-accumulate-hierarchy): Remove.
11195         (gnus-mime-enter-multipart): Remove.
11196         (gnus-mime-leave-multipart): Remove.
11197         (gnus-mime-display-part): Revert 2004-03-19 change.
11198         (gnus-mime-display-alternative): Revert 2004-03-19 change.
11200         * mml.el (mml-preview): Revert 2004-03-19 change.
11202 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
11204         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11206 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11208         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11209         t while entering a file name using the mm-with-multibyte macro.
11210         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11212         * mm-util.el (mm-with-multibyte): New macro.
11214 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11216         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11217         user option.
11218         (gnus-mime-multipart-functions): Doc and customization fix.
11219         (gnus-article-mime-hierarchy): New variable.
11220         (gnus-article-mime-hierarchy-next): New variable.
11221         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11222         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11223         gnus-article-mime-hierarchy-next to nil.
11224         (gnus-insert-mime-button): Show hierarchy numbers.
11225         (gnus-mime-accumulate-hierarchy): New function.
11226         (gnus-mime-enter-multipart): New function.
11227         (gnus-mime-leave-multipart): New function.
11228         (gnus-mime-display-part): Recompute hierarchical MIME structure.
11229         (gnus-mime-display-alternative): Show hierarchy numbers.
11231         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11232         gnus-article-mime-hierarchy-next to nil.
11234 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
11236         * dns.el: Don't require gnus-xmas.
11238 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
11240         * mml.el (mml-generate-mime-1): Don't use format=flowed with
11241         inline PGP.
11242         (mml-menu): Disable mml-quote-region if mark is inactive.
11244 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11246         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11247         when the group's active is not available.
11249 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11251         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11252         error.
11254 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
11256         * imap.el (imap-store-password): New variable.
11257         (imap-interactive-login): Use it.
11258         Suggested by Mark Plaksin <happy@mcplaksin.org>.
11260 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11262         * gnus-art.el (gnus-article-read-summary-keys): Restore new
11263         window-start and hscroll to summary window.
11265 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11267         * gnus-start.el (gnus-convert-old-newsrc): Only write the
11268         conversion message to newsrc-dribble when an actual conversion is
11269         performed.
11271 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
11273         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11275 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11277         * mm-decode.el (mm-complicated-handles): New function reviving
11278         former definition of mm-multiple-handles.
11280         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11281         (gnus-mime-delete-part): Use it.
11283 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11285         * gnus-agent.el (gnus-agent-read-local): Bind
11286         nnheader-file-coding-system to gnus-agent-file-coding-system to
11287         avoid the implicit assumption that they will always be equal.
11288         (gnus-agent-save-local): Bind buffer-file-coding-system, not
11289         coding-system-for-write, as the with-temp-file macro first prints
11290         to a buffer then saves the buffer.
11292 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11294         * gnus-art.el (gnus-article-edit-part): New function.
11295         (gnus-mime-save-part-and-strip): Use it; do query instead of
11296         signaling an error; don't use mm-multiple-handles.
11297         (gnus-mime-delete-part): Ditto.
11299 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11301         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11302         old file versions.
11303         (gnus-group-prepare-hook): Removed function that converted list
11304         form of gnus-agent-expire-days to group properties.
11306         * gnus-int.el: Autoload gnus-agent-regenerate-group.
11307         (gnus-request-accept-article): Re-indented.
11309         * gnus-start.el (gnus-convert-old-newsrc): Registered new
11310         converters to handle old agent file formats.  Added logic for a
11311         "backup before upgrading warning".
11312         (gnus-convert-mark-converter-prompt): Developers can mark
11313         functions as needing (default), or not needing,
11314         gnus-convert-old-newsrc's "backup before upgrading warning".
11315         (gnus-convert-converter-needs-prompt): Tests whether the user
11316         should be protected from potentially irreversable changes by the
11317         function.
11319         * legacy-gnus-agent.el: New.  Provides converters that are only
11320         loaded when gnus-convert-old-newsrc needs to call them.
11322 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11324         * mail-source.el (mail-source-touch-pop): Doc fix.
11326         * message.el (message-smtpmail-send-it): Doc fix.
11328 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
11330         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11332         * nnmail.el (nnmail-split-fancy): do.
11334         * gnus-kill.el (gnus-kill, gnus-execute): do.
11336 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11338         * gnus-sum.el (gnus-widget-reversible-match)
11339         (gnus-widget-reversible-to-internal)
11340         (gnus-widget-reversible-to-external): New functions.
11341         (gnus-widget-reversible): New widget.
11342         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11344 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
11346         * gnus-sum.el (gnus-thread-sort-functions)
11347         (gnus-article-sort-functions): Document `(not F)' items.
11349 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11351         * spam.el (spam-use-gmane-xref): Add new backend.
11352         (spam-gmane-xref-spam-group): Add variable to control the name of the
11353         Gmane spam group.
11354         (spam-blackhole-servers, spam-blackhole-good-server-regex)
11355         (spam-regex-headers-spam, spam-regex-headers-ham)
11356         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11357         (spam-list-of-checks): Add spam-use-gmane-xref to list of
11358         backends and checks.
11359         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11361         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11362         an autodetect method.
11364 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11366         * gnus-int.el (gnus-request-accept-article): Inform the agent that
11367         articles are being added to a group.
11368         (gnus-request-replace-article): Inform the agent that articles
11369         need to be uncached as the cached contents are no longer valid.
11371 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11373         * binhex.el: Don't autoload executable-find.
11375         * canlock.el: Don't autoload mail-fetch-field.
11377         * gnus-ems.el: Don't autoload appt-select-lowest-window.
11379         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11380         rmail-dont-reply-to and rmail-output.
11382         * gnus-score.el: Don't autoload ffap-string-at-point.
11384         * gnus-setup.el: Don't autoload sc-cite-original.
11386         * imap.el: Don't autoload base64-decode-string,
11387         base64-encode-string and md5.
11389         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11390         and rmail-msg-restore-non-pruned-header.
11392         * mm-decode.el: Don't autoload executable-find.
11394         * mm-url.el: Don't autoload executable-find.
11396         * mm-view.el: Don't autoload diff-mode.
11398         * nndb.el: Don't autoload news-reply-mode, news-setup,
11399         cancel-timer and telnet.
11401         * password.el: Don't autoload run-at-time for Emacs.
11403         * sha1-el.el: Don't autoload executable-find.
11405         * sieve-mode.el: Don't autoload c-mode.
11407         * uudecode.el: Don't autoload executable-find.
11409 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11411         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11412         (gnus-agent-possibly-alter-active): Avoid null in numeric
11413         comparison.
11414         (gnus-agent-set-local): Refuse to save null in local object table.
11415         (gnus-agent-regenerate-group): The REREAD parameter can now be a
11416         list of articles that will be marked as unread.
11418 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11420         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11422 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
11424         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11425         language tags.
11427 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11429         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11430         Don't bind "obarray".
11432         * gnus-sum.el (gnus-thread-sort-functions): Added
11433         `gnus-thread-sort-by-most-recent-number' and
11434         `gnus-thread-sort-by-most-recent-date'.
11435         Reported by Kai Grossjohann <kai@emptydomain.de>.
11437 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11439         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11441 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11443         * gnus-cus.el (gnus-agent-customize-category): Removed
11444         ignore-errors macro reference that required cl to be loaded at
11445         run-time.
11447         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11448         single-interval range of the form (min . max).  Previously the
11449         range had to look like ((min . max)).  Likewise, return
11450         (min . max) rather than ((min . max)).
11451         (gnus-range-map): Use gnus-range-normalize to accept
11452         single-interval range.
11454         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11455         the cache, but not the agent, now appear with their usual face.
11457 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11459         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11460         w3m-safe-url-regexp variable buffer-local.
11462         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11464 2004-02-27  Simon Josefsson  <jas@extundo.com>
11466         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11467         gnus-group-real-prefix.
11468         (gnus-summary-move-article): Use it, instead of
11469         gnus-group-real-prefix.
11471 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11473         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11474         w3m-safe-url-regexp variable buffer-local and set it as the value
11475         of mm-w3m-safe-url-regexp.
11477         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11479         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11480         parsing gnus-posting-styles when the message is not for replying.
11482         * nnrss.el (nnrss-opml-export): Use
11483         mm-set-buffer-file-coding-system instead of
11484         set-buffer-file-coding-system.
11486 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
11488         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11489         of checkdoc.el).
11490         * nnrss.el: do.
11491         * gnus-mlspl.el: do.
11492         * gnus-ml.el: do.
11493         * gnus-srvr.el: do.
11495         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11497 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11499         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11500         Corrections to custom-manual links.
11502         * gnus-art.el (gnus-article): Ditto.
11504         * mm-decode.el (mime-display, mime-security): Ditto.
11506 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
11508         * flow-fill.el: Typo.
11510 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
11512         * spam-wash.el: New file.
11514 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
11516         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11518 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11520         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11521         to be run with new-articles as LIST1, not LIST2.
11522         (spam-registration-functions): Add spam-use-ham-copy as a nil
11523         registration backend.
11525 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
11527         * spam-stat.el (spam-stat-washing-hook): New option.
11528         (spam-stat-buffer-words): Use it.
11529         (spam-stat-process-directory, spam-stat-test-directory): Use
11530         insert-file-contents-literally.
11531         (spam-stat-coding-system): New variable.
11532         (spam-stat-load, spam-stat-save): Use it.
11534 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11536         * spam-report.el (spam-report-plug-agent): Quote
11537         spam-report-url-to-file and spam-report-url-ping-plain.
11539 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
11541         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11542         / in mailto URLs.
11544 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11546         * spam-report.el (spam-report-process-queue): Fix interactive use.
11547         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11548         (spam-report-unplug-agent): Doc fixes.
11549         (spam-report-url-ping-mm-url, spam-report-url-to-file)
11550         (spam-report-agentize, spam-report-deagentize): Autoload
11552 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11554         * message.el (message-setup-fill-variables): Add mml tags to
11555         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
11556         <ajk@iu.edu>.
11557         (message-mode): Don't modify paragraph-separate there.
11559 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11561         * compface.el (uncompface-use-external): Default to undecided.
11562         (uncompface-use-external-threshold): New variable.
11563         (uncompface-float-time): New macro.
11564         (uncompface): Determine whether to use the external decoder if
11565         uncompface-use-external is undecided.
11567 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11569         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11570         after images.
11572         * gnus-art.el (gnus-mime-display-single): Remove dead code.
11574 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
11576         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11578         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11580         * gnus-sum.el (gnus-summary-limit-to-age)
11581         (gnus-summary-limit-children): do.
11583         * gnus-int.el (gnus-request-scan): do.
11585         * gnus-group.el (gnus-group-suspend): do.
11587         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11589         * gnus-cite.el (gnus-cite-parse-attributions): do.
11591         * gnus-agent.el (gnus-summary-set-agent-mark)
11592         (gnus-agent-regenerate-group): do.
11594         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11596         * binhex.el (binhex-decode-region-internal): do.
11598 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11600         * gnus-fun.el (gnus-face-properties-alist): New user option.
11601         (gnus-display-x-face-in-from): Use it.
11603         * gnus-art.el (article-display-face): Ditto.
11605         * compface.el (uncompface-use-external): Default to nil.
11607 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
11609         * nntp.el (nntp-erase-buffer): New function.
11610         (nntp-retrieve-data, nntp-send-command)
11611         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
11612         (nntp-possibly-change-group): Use it.
11614         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
11615         with-current-buffer.
11617 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
11619         * compface.el: Merge the ELisp-based uncompface program.
11620         (compface): New customization group.
11621         (uncompface-use-external): New user option.
11622         (uncompface): Call uncompface-internal if uncompface-use-external
11623         is nil.
11624         (uncompface-internal): New function.  Note that there are also
11625         some other functions and variables added for this function.
11627 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
11629         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
11630         if necessary.
11632 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
11634         * spam-report.el (spam-report-unplug-agent)
11635         (spam-report-plug-agent, spam-report-deagentize)
11636         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
11637         Add support for the Agent in spam-report: when unplugged, report to a
11638         file; when plugged, submit all the requests.
11640         * spam.el (spam-register-routine): Fix message about
11641         registration.
11643 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
11645         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
11646         dependencies.
11647         (rfc2047-encode): Use it.
11649         * gnus-art.el (gnus-button-marker-list): Move before first
11650         reference.
11652         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11653         (imap-parse-body): Fix format string mismatch.
11655         * gnus-score.el (gnus-summary-increase-score): do.
11657         * nnrss.el (nnrss-close): New function.
11659 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
11661         * nnrss.el (nnrss-make-filename): New function.
11662         (nnrss-request-delete-group, nnrss-read-server-data)
11663         (nnrss-save-server-data, nnrss-read-group-data)
11664         (nnrss-save-group-data): Use it.
11665         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11666         (nnrss-read-server-data, nnrss-read-group-data): Use load.
11667         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11669 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
11671         * mml.el (mml-compute-boundary-1): Don't uncompress files.
11673 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
11675         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11676         files.
11678         * message.el (message-generate-headers-first): Don't quote nil
11679         and t in docstrings.
11681         * imap.el (imap-id): do.
11683         * gnus-agent.el (gnus-agent-consider-all-articles)
11684         (gnus-agent-queue-mail): do.
11686 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
11688         * spam-report.el (spam-report-process-queue): New function.
11689         Process requests from `spam-report-requests-file'.
11690         (spam-report-process-queue): Doc fix.
11692 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
11694         * spam.el (spam-register-routine)
11695         (spam-log-processing-to-registry, spam-log-registered-p)
11696         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11697         Change "check" to "spam-check" for semi-clarity.
11699 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
11701         * pop3.el: Require nnheader.
11703         * mml-smime.el: Require cl.  Autoload message-fetch-field.
11705         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11707         * gnus-picon.el: Require cl.
11709         * gnus-fun.el: Require gnus-ems and gnus-util.
11711         * gnus.el (gnus-method-to-server): Move defsubst before first use.
11713         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11715         * gnus-art.el (gnus-article-edit-mode): Define before first
11716         reference.
11718 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
11720         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11721         (gnus-uu-post-encoded): Use point-at-bol.
11723         * gnus-topic.el (gnus-group-active-topic-p): do.
11725         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11727         * gnus-group.el (gnus-group-kill-region): do.
11729         * gnus-art.el (article-date-ut): do.
11731         * message.el (message-fetch-field): Remove redundant
11732         case-fold-search binding.
11733         (message-narrow-to-field): Simplify.
11735 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11737         * spam.el (spam-directory): Derive from `gnus-directory'.
11739         * spam-report.el (spam-report-url-to-file)
11740         (spam-report-requests-file): New function and variable for offline
11741         reporting.
11742         (spam-report-url-ping-function): Add `spam-report-url-to-file'
11743         and user defined function.
11744         (spam-report-url-ping-mm-url): Remove doubled slash.
11746 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
11748         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
11750 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
11752         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
11753         format string mismatch.
11755         * sieve.el (sieve-deactivate-all): do.
11757         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
11759         * nnlistserv.el (nnlistserv-kk-wash-article): do.
11761         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
11763         * mm-bodies.el (mm-7bit-chars): Don't include \r.
11765 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
11767         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
11768         the list of checks.
11770 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
11772         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
11773         padding.
11775 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
11777         * mm-view.el (mm-fill-flowed): New variable.
11778         (mm-inline-text): Use it.
11780 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
11782         * spam.el (spam-spamassassin-register-ham-routine)
11783         (spam-spamassassin-register-spam-routine): Fix function names.
11785 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11787         * gnus.el (gnus-tmp-grouplens): Remove.
11788         (gnus-summary-line-format): Remove grouplens.
11790         * gnus-group.el (gnus-group-line-format): Ditto.
11792         * gnus-spec.el (gnus-format-specs): Ditto.
11793         (gnus-update-format-specifications): Flush the group format spec
11794         cache if there's the grouplens stuff.
11795         (gnus-parse-simple-format): Replace %l with the empty string.
11797 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
11799         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
11800         omission.
11802 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11804         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
11805         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11807 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11809         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
11810         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
11811         New macros and functions.
11812         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
11813         Handle > NLINK_MAX messages.
11814         * nnmaildir.el (nnmaildir-request-set-mark): Use
11815         nnmaildir--emlink-p and nnmaildir--eexist-p.
11817 2004-01-25  Alex Schroeder  <alex@gnu.org>
11819         * spam-stat.el (spam-stat-process-directory-age): New option.
11820         (spam-stat-process-directory): Use it.
11822 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
11824         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
11825         (spam-stat-save): Accept prefix argument.
11827 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
11829         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
11830         links" error.
11832 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
11834         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
11835         compatibility with old .newsrc.eld files.
11837         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
11839         * gnus-start.el (gnus-1): do.
11841         * gnus-group.el (gnus-group-line-format-alist): do.
11843         * gnus.el (gnus-use-grouplens, gnus-visual): do.
11845         * gnus-gl.el: Remove.
11847 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11849         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
11850         marks consisting of a single range {for example, (3 . 5)} rather
11851         than a list of a single range { ((3 . 5)) }.
11853 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
11855         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
11856         with-current-buffer.
11857         (spam-stat-store-current-buffer): Use insert-buffer-substring to
11858         avoid consing a string.
11860         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
11861         Remove obsolete entries for big5 and gb2312.
11863 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11865         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
11866         uncompressed list.
11868 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
11870         * spam-stat.el (spam-stat-strip-xref): New function.
11871         (spam-stat-process-directory): Use it.
11873         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
11874         here -- it's done in message-fetch-field.
11876 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11878         * gnus-agent.el (gnus-agent-queue-mail)
11879         (gnus-agent-prompt-send-queue): New variables.
11880         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
11881         * gnus-draft.el (gnus-group-send-queue): Pass the group name
11882         "nndraft:queue" along to gnus-draft-send.  Use
11883         gnus-agent-prompt-send-queue.
11884         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
11885         is "nndraft:queue".  Suggested by Gaute Strokkenes
11886         <gs234@srcf.ucam.org>
11888         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
11889         (agent-enable-undownloaded-faces): Added
11890         (gnus-agent-cat-groups): Use eval-and-compile, not
11891         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
11892         method of gnus-agent-cat-groups even when the buffer has been
11893         evaled.
11894         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
11895         delete gnus-agent-save-active-1.
11896         (gnus-agent-save-groups): Deleted.  Identical to
11897         gnus-agent-save-active.
11898         (gnus-agent-write-active): No longer adjust agent's copy of active
11899         file as agent's adjustments are now stored in their own
11900         file.  Removed optional parameter.
11901         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
11902         servers.  Add use of min/max range limits from server's local
11903         file.
11904         (gnus-agent-save-alist): Removed unused optional argument.
11905         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
11906         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
11907         (gnus-agent-set-local): A per-server file that keeps min/max range
11908         limits for articles known to the agent.  Provides a fast mechanism
11909         for altering many active ranges.
11910         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
11911         active file (local makes it unnecessary).
11912         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
11914         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
11915         (agent-enable-undownloaded-faces): Added
11917         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
11918         disable it when sending to "nndraft:queue".
11919         (gnus-group-send-queue): Add safety check to avoid sending queue
11920         when unplugged.
11922         * gnus-group.el (gnus-group-catchup): Use new
11923         gnus-sequence-of-unread-articles, not
11924         gnus-list-of-unread-articles, to avoid exhausting memory with huge
11925         numbers of articles.  Use gnus-range-map to avoid having to
11926         uncompress the unread list.
11927         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
11928         Fixed invalid ange-ftp reference.
11930         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
11931         (gnus-sorted-range-intersection): Intersection of two ranges
11932         without requiring that they first be uncompressed.
11934         * gnus-start.el (gnus-activate-group): Unless blocked by the
11935         caller, possibly expand the active range to include both cached
11936         and agentized articles.
11937         (gnus-convert-old-newsrc): Rewrote in anticipation of having
11938         multiple version-dependent converters.
11939         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
11940         gnus-agent-save-active.
11941         (gnus-save-newsrc-file): Save dirty agent range limits.
11943         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
11944         gnus-agent-possibly-alter-active.
11945         (gnus-adjust-marked-articles): Faster handling of simple lists
11947 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
11949         * spam-stat.el (spam-stat-test-directory): New optional argument
11950         displays a list of files detected.  Suggested by Andrew Cohen
11951         <cohen@andy.bu.edu>.
11952         (spam-stat-buffer-words-with-scores): Don't narrow and change
11953         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
11955 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
11957         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
11958         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
11959         (spam-spamassassin-arguments)
11960         (spam-spamassassin-spam-flag-header)
11961         (spam-spamassassin-positive-spam-flag-header)
11962         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
11963         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
11964         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11965         (spam-list-of-processors, spam-list-of-checks)
11966         (spam-list-of-statistical-checks, spam-registration-functions)
11967         (spam-check-spamassassin-headers, spam-check-spamassassin)
11968         (spam-spamassassin-score)
11969         (spam-spamassassin-register-with-sa-learn)
11970         (spam-spamassassin-register-spam-routine)
11971         (spam-spamassassin-register-ham-routine)
11972         (spam-assassin-register-spam-routine)
11973         (spam-assassin-register-ham-routine): Add SpamAssassin support.
11974         (spam-bogofilter-score): Fix to show article before scoring.
11976 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
11978         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
11979         default scoring function.
11980         (spam-generic-score): Call spam-spamassassin-score if
11981         spam-use-spamassassin or spam-use-spamassassin-headers is on;
11982         spam-bogofilter-score otherwise.
11984         * gnus.el (spam-process, spam-autodetect-methods): Add
11985         spamassassin and spamassassin-headers.
11987 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
11989         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11990         Suppress unnecessary messages.
11992 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
11994         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
11995         make-hash-table.
11997 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11999         * canlock.el (base64-encode-string): Don't autoload it.
12001 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12003         * run-at-time.el: Remove useless (require 'itimer),
12004         eval-and-compile and (featurep 'xemacs).
12006 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12008         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12009         GROUP is a virtual group.
12011 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12013         * gnus.el: Autoload `message-y-or-n-p'.
12015 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12017         * pgg-parse.el: Remove unnecessary (require 'custom).
12019         * pgg-def.el: do.
12021         * nnmail.el: do.
12023         * gnus-undo.el: do.
12025         * gnus-picon.el: do.
12027         * gnus-util.el: do.
12029 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12031         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12033 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12035         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12036         handle, as well as a list.
12038         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12039         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12040         (mm-w3m-cid-retrieve): Simplify.
12042 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12044         * message.el (message-kill-to-signature): Allow prefix arg to
12045         specify number of lines to keep before signature.
12047 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12049         (message-kill-to-signature): Change docstring.
12051 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12053         * canlock.el: Always require sha1-el.
12054         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12056         * message.el: Autoload sha1 only when compiling.
12058 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12060         * message.el (message-canlock-generate): Require sha1-el.
12062 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12064         * message.el (message-expand-name): Silence the byte compiler.
12066 2004-01-13  Simon Josefsson  <jas@extundo.com>
12068         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12069         Invoke gnus-score-mode.  Reported by
12070         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12072         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12073         Jim Blandy <jimb@redhat.com> (tiny change).
12075 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12077         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12079 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12081         * spam.el (spam-get-article-as-string): Update to use
12082         gnus-request-article-this-buffer, much simpler.
12083         (spam-get-article-as-buffer): Remove.
12085 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12087         * message.el (message-expand-name): Use EUDC if the user uses that.
12089 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12091         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12092         character for the encoding to avoid consing a string.
12094         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12095         unnecessarily.
12097         * mm-util.el (mm-replace-chars-in-string): Remove.
12099         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12100         of mm-replace-chars-in-string.
12102 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12104         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12106         * mm-util.el (mm-subst-char-in-string): Support inplace.
12108         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12109         a new string in every iteration.  Use shy groups.
12111 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12113         * gnus-srvr.el (gnus-browse-unsubscribe-group):
12114         * gnus-soup.el (gnus-soup-group-brew):
12115         * gnus-msg.el (gnus-put-message):
12116         * gnus-move.el (gnus-group-move-group-to-server):
12117         * gnus-kill.el (gnus-batch-score):
12118         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12119         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12120         (gnus-group-update-group, gnus-group-read-group)
12121         (gnus-group-make-group, gnus-group-make-help-group)
12122         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12123         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12124         (gnus-group-sort-by-unread, gnus-group-catchup)
12125         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12126         (gnus-group-yank-group, gnus-group-set-info)
12127         (gnus-group-list-groups):
12128         * gnus.el (gnus-generate-new-group-name):
12129         * gnus-delay.el (gnus-delay-send-queue):
12130         * nnvirtual.el (nnvirtual-catchup-group):
12131         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12132         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12133         (gnus-group-prepare-topics, gnus-topic-check-topology):
12134         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12135         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12136         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12137         (gnus-group-make-articles-read):
12138         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12139         (gnus-group-change-level, gnus-kill-newsgroup)
12140         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12141         (gnus-get-unread-articles, gnus-make-articles-unread)
12142         (gnus-make-ascending-articles-unread): Use accessor
12143         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12144         to get group information for improved readability.
12147 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12149         * gnus-art.el (article-decode-mime-words, article-babel)
12150         (gnus-article-highlight-signature, gnus-article-add-buttons)
12151         (gnus-signature-toggle): Use gnus-with-article-buffer.
12153         * gnus-art.el (gnus-article-highlight-headers)
12154         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12156         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12157         (gnus-article-set-globals, gnus-request-article-this-buffer)
12158         (gnus-button-message-id, gnus-article-maybe-hide-headers)
12159         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12160         (gnus-mime-display-alternative): Use with-current-buffer.
12162 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12164         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12165         also under 80 char limit, and call gnus-error if needed.
12166         (spam-fetch-article-header): Fix - it was a
12167         buffer-local variable (gnus-newsgroup-data).
12168         (spam-find-spam): Use spam-generate-fake-headers, forget about
12169         spam-insert-fake-headers.
12170         (spam-insert-fake-headers): Remove.
12172 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12174         * deuglify.el (gnus-article-outlook-unwrap-lines)
12175         (gnus-outlook-rearrange-article)
12176         (gnus-outlook-repair-attribution-outlook)
12177         (gnus-outlook-repair-attribution-block)
12178         (gnus-outlook-repair-attribution-other): Remove redundant
12179         save-excursion.
12181 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12183         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12184         (spam-fetch-field-subject-fast)
12185         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12186         (spam-fetch-article-header): Add functions to deal with Gnus
12187         internals for fast retrieval of article header data.
12188         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12190 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12192         * pop3.el (pop3-md5): Remove.
12193         (pop3-apop): Replace pop3-md5 with md5.
12195         * mm-bodies.el: base64 is always built-in.
12197         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12198         with-current-buffer.
12200 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12202         * canlock.el (canlock-insert-header): Remove excessive grouping in
12203         regexp.
12205         * gnus-sum.el (gnus-summary-read-document): Ditto.
12207         * gnus-uu.el (gnus-uu-part-number): Ditto.
12209         * html2text.el (html2text-remove-tags): Ditto.
12210         (html2text-format-tags): Ditto.
12211         (html2text-format-single-elements): Ditto.
12213         * mml.el (mml-parse-1): Ditto.
12215 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12217         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12219         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12221         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12223         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12225 2003-11-15  Simon Josefsson  <jas@extundo.com>
12227         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12228         (pgg-gpg-lookup-key): Use regexp match instead of
12229         split-string (split-string is different between emacs 21.2 and
12230         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
12232 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12234         * gnus-art.el (gnus-mime-view-all-parts)
12235         (gnus-article-part-wrapper, gnus-article-view-part): Use
12236         with-current-buffer.
12238 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12240         * spam.el (spam-disable-spam-split-during-ham-respool)
12241         (spam-spamoracle-database, spam-cache-lookups)
12242         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12243         (spam-group-ham-mark-p, spam-group-spam-mark-p)
12244         (spam-group-ham-marks, spam-group-spam-marks)
12245         (spam-group-spam-contents-p, spam-group-ham-contents-p)
12246         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12247         also add spam-use-blackholes to the statistical checks.
12248         (spam-fetch-field-fast): Add interface to fetching fields, may
12249         become a macro.
12250         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12251         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12252         (spam-insert-fake-headers): Fake an article when needed.
12253         (spam-find-spam): Fake article when possible.
12254         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12255         (spam-check-bogofilter-headers): Use message-fetch-field instead
12256         of nnmail-fetch-field.
12258 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12260         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12262 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12264         * spam.el (spam-split): Do not require spam-use-CHECK to be
12265         enabled if that check is passed to spam-split explicitly; also
12266         fix so 'spam doesn't get converted to spam-split-group when
12267         spam-split-symbolic-return is t.
12268         (spam-find-spam): Find registrations of the article and use those
12269         instead of re-running spam-split to find the spam/ham
12270         classification of the article.
12271         (spam-log-processing-to-registry, spam-log-registered-p)
12272         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12273         Use gnus-error instead of gnus-message.
12274         (spam-log-registration-type): Add function to determine the
12275         classification of a message based on registry entries; will
12276         return nil if both 'spam and 'ham are found.
12277         (spam-check-BBDB): Expand all the BBDB macros here so we can have
12278         a reasonably fast local cache without the loading errors.
12279         (spam-cache-lookups): Set to t by default.
12280         (spam-find-spam): Don't try to guess spam-cache-lookups.
12281         (spam-enter-whitelist, spam-enter-blacklist): Clear the
12282         spam-caches entry.
12283         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12284         caching of whitelist/blacklist entries.
12285         (spam-check-whitelist, spam-check-blacklist): Invoke
12286         spam-from-listed-p with a type, not a cache variable.
12287         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12289 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12291         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12293         * nnmail.el (nnmail-split-fancy): do.
12295         * mml.el (mml-parse): do.
12297         * gnus-score.el (gnus-enter-score-words-into-hashtb)
12298         (gnus-score-adaptive): do.
12300 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12302         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12303         (gnus-mime-button-map): Don't set keymap parent.
12304         (gnus-button-ctan-directory-regexp): Use shy grouping.
12305         (gnus-prev-page-map): Don't set keymap parent.
12306         (gnus-prev-page-map): Remove duplicated one.
12307         (gnus-next-page-map): Don't set keymap parent.
12308         (gnus-mime-security-button-map): Ditto.
12310         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12311         version number.
12313         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12315 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12317         * canlock.el (canlock-sha1-function): Remove.
12318         (canlock-sha1-function-for-verify): Remove.
12319         (canlock-openssl-program): Remove.
12320         (canlock-openssl-args): Remove.
12321         (canlock-ignore-errors): Remove.
12322         (canlock-sha1-with-openssl): Remove.
12323         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12324         (canlock-verify): Don't use canlock-ignore-errors.
12326         * sha1-el.el (sha1-string-external): Make it can return a string
12327         in binary form.
12328         (sha1-region-external): Ditto.
12329         (sha1-string-internal): Ditto.
12330         (sha1-region-internal): Ditto.
12331         (sha1-region): Ditto.
12332         (sha1-string): Ditto.
12333         (sha1): Ditto.
12335 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12337         * spam.el (spam-report-articles-gmane): New command.
12339 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12341         * gnus.el: Don't make unnecessary *Group* buffer when loading.
12343         * run-at-time.el (run-at-time-saved): Remove.
12344         (run-at-time): Doc fix.
12346 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12348         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12349         (gnus-summary-limit-map): Add it.
12350         (gnus-summary-make-menu-bar): do.
12352 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
12354         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12355         Make attempt at some caching support (done for BBDB only now).
12356         (spam-find-spam): Set spam-cache-lookups if there are more than 2
12357         addresses to be checked.
12358         (spam-clear-cache-BBDB): Add function, to be invoked by
12359         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12360         (spam-check-BBDB): Check and use the caches, if
12361         spam-cache-lookups is on, remove superfluous (provide).
12363 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12365         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12367 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
12369         * run-at-time.el (run-at-time-saved): Move to after the definition
12370         of `run-at-time'.
12372 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12374         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12375         mm-w3m-local-map-property.
12377         * mm-view.el (mm-w3m-mode-map): Remove.
12378         (mm-w3m-local-map-property): Remove.
12379         (mm-inline-text-html-render-with-w3m): Don't use
12380         mm-w3m-local-map-property.
12382 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12384         * run-at-time.el: New file.
12386         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12387         of gnus-set-text-properties.
12389         * gnus-uu.el (gnus-uu-save-article): Ditto.
12391         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12393         * gnus-cite.el (gnus-cite-parse): Ditto.
12395         * gnus-art.el (gnus-button-push): Use set-text-properties instead
12396         of gnus-.
12398         * gnus.el: Changed calls to nnheader-run-at-time and
12399         password-run-at-time throughout to use run-at-time directly.
12401         * password.el: Removed definition of run-at-time.
12403 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
12405         * mml.el (mml-minibuffer-read-disposition): Show attachment type
12406         in prompt.
12408 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12410         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12411         XEmacs version.
12413         * dns.el (dns-make-network-process): Use `open-network-stream'
12414         instead of `gnus-xmas-open-network-stream'.
12416         * .cvsignore: Add auto-autoloads.el, custom-load.el.
12418 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12420         * gnus-art.el (gnus-mime-display-alternative)
12421         (gnus-insert-mime-button, gnus-insert-mime-security-button)
12422         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12423         Don't use gnus-local-map-property.
12425         * gnus-util.el (gnus-local-map-property): Remove.
12427         * mm-view.el (mm-view-pkcs7-decrypt): Replace
12428         gnus-completing-read-maybe-default with completing-read.
12430         * gnus-util.el (gnus-completing-read): do.
12431         (gnus-completing-read-maybe-default): Remove.
12433 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12435         * password.el: Only autoload `run-at-time' if not XEmacs.
12436         Only autoload the itimer functions if XEmacs.
12438 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12440         * gnus-art.el (gnus-read-string): Remove.
12441         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12442         read-string.
12444 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
12446         * netrc.el: Autoload password-read.
12447         (netrc): Add configuration group.
12448         (netrc-encoding-method, netrc-openssl-path): Add
12449         variables for encoding and decoding of files with symmetric
12450         ciphers.
12451         (netrc-encode): Add assistant function to encode a file with
12452         netrc-encoding-method.
12453         (netrc-parse): Add interactive parameter, added optional
12454         decoding if netrc-encoding-method is non-nil but otherwise
12455         behavior is standard.
12456         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12457         Do s/encode/encrypt/ everywhere.
12459         * spam.el: Remove executable-find autoload.
12461 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
12463         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12465         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12467 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12469         * gnus-art.el (gnus-treat-ansi-sequences,
12470         (article-treat-ansi-sequences): New variable and function.
12471         Suggested by Dan Jacobson <jidanni@jidanni.org>.
12473         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12474         Use it.
12476 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
12478         * mm-util.el (mm-quote-arg): Remove.
12480         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12481         shell-quote-argument.
12483         * gnus-uu.el (gnus-uu-command): do.
12485         * gnus-sum.el (gnus-summary-insert-pseudos): do.
12487         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12488         with make-char.
12490         * mm-util.el (mm-make-char): Remove.
12492         * mml.el (mml-mode): Replace gnus-add-minor-mode with
12493         add-minor-mode.
12495         * gnus-undo.el (gnus-undo-mode): do.
12497         * gnus-topic.el (gnus-topic-mode): do.
12499         * gnus-sum.el (gnus-dead-summary-mode): do.
12501         * gnus-start.el (gnus-slave-mode): do.
12503         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12505         * gnus-ml.el (gnus-mailing-list-mode): do.
12507         * gnus-gl.el (gnus-grouplens-mode): do.
12509         * gnus-draft.el (gnus-draft-mode): do.
12511         * gnus-dired.el (gnus-dired-mode): do.
12513         * gnus-ems.el (gnus-add-minor-mode): Remove.
12515         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12516         Replace gnus-char-width with char-width.
12518         * gnus-ems.el (gnus-char-width): Remove.
12520         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12521         Replace gnus-char-width with char-width.
12523         * gnus-ems.el (gnus-char-width): Remove.
12525         * spam-stat.el (with-syntax-table): Remove with-syntax-table
12526         definition.
12527         Remove Emacs 20 hash table compatibility code.
12529         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12530         20 compatibility code.
12532         * spam.el (spam-point-at-eol): Replace with point-at-eol.
12534         * smime.el (smime-point-at-eol): Replace with point-at-eol.
12536         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12537         with point-at-{eol,bol}.
12539         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12541         * imap.el (imap-point-at-eol): Replace with point-at-eol.
12543         * flow-fill.el (fill-flowed-point-at-bol)
12544         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12546         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12547         Replace with point-at-{eol,bol} throughout all files.
12549 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12551         * ntlm.el (ntlm-string-as-unibyte): New macro.
12552         (ntlm-build-auth-response): Use it.
12554         Remove Emacs 20 stuff:
12555         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12556         of delq and copy-sequence.
12557         * gnus-art.el (popup-menu): Remove the compiler macro.
12558         * nnmail.el (nnmail-split-fancy): Don't support customizing with
12559         Emacs 20.
12561 2004-01-05  Simon Josefsson  <jas@extundo.com>
12563         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
12564         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12565         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12566         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12567         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12568         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12569         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12570         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12571         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12572         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12573         ntlm-string-permute, string-lshift into ntlm-string-lshift,
12574         string-xor into ntlm-string-xor.  Suggested by
12575         Jesper Harder <harder@myrealbox.com>.
12577         * ntlm.el: Don't include poem.
12579         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
12580         Jesper Harder <harder@myrealbox.com>.
12582         * sasl-ntlm.el, ntlm.el, md4.el: New files.
12584         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
12585         probably breaks emacs with DL patch, but do we care? Is anyone
12586         still using the DL stuff?)
12588         * sieve-manage.el: Use the password package.
12589         (sieve-manage-read-passwd): Remove.
12590         (sieve-manage-interactive-login): Use password.  Re-add
12591         condition-case around loop.
12593         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12594         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12595         the password package.
12597 2003-02-19  Simon Josefsson  <jas@extundo.com>
12599         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12600         token.
12602 2002-08-07  Simon Josefsson  <jas@extundo.com>
12604         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12605         (sieve-manage-authenticators):
12606         (sieve-manage-authenticator-alist): Add some SASL mechs.
12607         (sieve-sasl-auth): New function.
12608         (sieve-manage-cram-md5-auth):
12609         (sieve-manage-plain-auth): Rewrite using SASL library.
12610         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12611         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12612         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12613         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12615 2004-01-05  Simon Josefsson  <jas@extundo.com>
12617         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12618         New files.
12620 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12622         * gnus-group.el (gnus-no-groups-message): Update.
12624         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12626 2003-11-09  Simon Josefsson  <jas@extundo.com>
12628         * imap.el: Support for ID IMAP extension (RFC 2971).
12629         (imap-local-variables): Add imap-id.
12630         (imap-id): New variable.
12631         (imap-id): New function.
12632         (imap-parse-response): Parse untagged ID response.
12633         * nnimap.el (nnimap-id): New variable.
12634         (nnimap-open-connection): Use it.
12636 2003-12-28  Simon Josefsson  <jas@extundo.com>
12638         * gnus-score.el (gnus-score-edit-all-score): New.
12639         * gnus-group.el (gnus-group-score-map): Bind it to W e.
12641 2004-01-04  Simon Josefsson  <jas@extundo.com>
12643         * password.el: Add.
12645 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
12647         * dns.el: Add support for AAAA records (see RFC 3596)
12649         * Fix typo PRT -> PTR
12651         * Parse MX, PTR and SOA replies (see RFC 1035)
12653 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12655         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12657         * Moved to Changelog.2.
12659 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12661         * gnus.el (gnus-version-number): Bump version.
12663 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12665         * gnus.el: No Gnus v0.1 is released.
12667 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12669         * gnus.el: No Gnus v0.0 is released.
12671 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12673         * gnus.el (gnus-version-number): Bump.
12674         (gnus-version): No.
12676 See ChangeLog.2 for earlier changes.
12678     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
12680   This file is part of GNU Emacs.
12682   GNU Emacs is free software: you can redistribute it and/or modify
12683   it under the terms of the GNU General Public License as published by
12684   the Free Software Foundation, either version 3 of the License, or
12685   (at your option) any later version.
12687   GNU Emacs is distributed in the hope that it will be useful,
12688   but WITHOUT ANY WARRANTY; without even the implied warranty of
12689   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12690   GNU General Public License for more details.
12692   You should have received a copy of the GNU General Public License
12693   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
12695 ;; Local Variables:
12696 ;; coding: utf-8
12697 ;; fill-column: 79
12698 ;; add-log-time-zone-rule: t
12699 ;; End:
12701 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4