(gnus-group-send-queue): Bind
[gnus.git] / lisp / ChangeLog
blob130a2724d4a4520784c5df1d7f0a00ef86be34c5
1 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * gnus-draft.el (gnus-group-send-queue): Bind
4         message-send-mail-partially-limit to nil to avoid being prompted.
6 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8         * mml.el (mml-attach-buffer): Prompt for `disposition'.
10         * message.el (message-bogus-address-regexp): Fix and improve custom
11         type.
12         (message-setup-hook): Add message-check-recipients as custom option.
14 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
16         * message.el (message-cite-function): Remove bogus autoload which crept
17         in during merge from v5-10.
19 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21         * nnimap.el (nnimap-open-connection): Fix login/password bug.
23         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
25         * auth-source.el: Preliminary Tramp docs.
26         (auth-sources): Change the default auth-sources to use
27         EPA .gpg files.
29 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
31         * nntp.el: Autoload `auth-source-user-or-password'.
32         (nntp-send-authinfo): Use it.
34         * nnimap.el: Autoload `auth-source-user-or-password'.
35         (nnimap-open-connection): Use it.
37         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
38         for the gnus-message function.
39         (auth-source-user-or-password): Use it.
41 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
43         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
44         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
45         (rfc2104-hash): Use it.
47 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
49         * gnus-art.el (gnus-article-toggle-truncate-lines):
50         Don't use `iff' in docstring.
52 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
54         * gnus-registry.el: Adjusted copyright dates and added a keyword.
56         * gnus-util.el (gnus-extract-address-component-name)
57         (gnus-extract-address-component-email): Convenience functions around
58         `gnus-extract-address-components'.
60         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
61         Use `gnus-extract-address-component-email' to fix bug of comparing full
62         sender name to `user-mail-address'.
64 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
66         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
67         catch/throw to optimize.
68         (gnus-registry-find-keywords): Just use member to find a keyword.
70 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
72         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
73         is current before calling gnus-server-prepare.
74         (gnus-server-setup-buffer, gnus-server-update-server)
75         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
77 2008-05-04  Juri Linkov  <juri@jurta.org>
79         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
80         (mailcap-file-default-commands): Use mailcap-replace-in-string
81         instead of replace-regexp-in-string, and mailcap-delete-duplicates
82         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
84 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
86         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
88 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
90         * gnus.el: Bump version to 0.11
92 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
94         * gnus.el: No Gnus v0.10 is released.
96 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
99         hooks.
100         (gnus-update-read-articles): Speed up non-marks-using users.
101         (gnus-use-marks): Define gnus-use-marks.
102         (gnus-propagate-marks): Rename variable to something more sensible.
104 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
106         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
107         (gmm-image-load-path-for-library): Fix typos in docstrings.
108         (gmm-message): Reflow docstring.
110 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
112         * mail-source.el (mail-source-set-1, mail-source-bind):
113         Move auth-source code out of the macro to clean it up and fix bugs.
115 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
117         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
118         by sender if it's equal to user-mail-address, it's likely to be
119         useless.
121         * mail-source.el (mail-source-bind): Don't use user or password if they
122         are not bound.  Unintern them if they are nil.  Don't use server unless
123         it's bound, and default it to empty string otherwise.
125 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
127         * mail-source.el: Load auth-source.el.
128         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
129         get user name or password, if auth-sources is set up.
131         * gnus-registry.el (gnus-registry-split-strategy): New variable for
132         strategy of splitting with parent.
133         (gnus-registry-split-fancy-with-parent)
134         (gnus-registry-post-process-groups): Use it and fix prior
135         bug (returning a list as the split result).
137         * auth-source.el (auth-sources): Remove server parameter.
138         (auth-source-pick, auth-source-user-or-password)
139         (auth-source-user-or-password-imap)
140         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
141         (auth-source-user-or-password-sftp)
142         (auth-source-user-or-password-smtp): Remove server parameter.
144 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
146         * smime.el (smime-sign-region, smime-encrypt-region)
147         (smime-decrypt-region):
148         Remove redundant calls to `generate-new-buffer-name'.
150 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
152         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
153         Don't use QP for message/rfc822.
154         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
156 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
158         * sieve-manage.el (sieve-string-bytes): Remove.
159         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
160         correct byte-length only if the process's coding-system is the same as
161         the one used internally by Emacs to represent strings.
163 2008-04-22  Juri Linkov  <juri@jurta.org>
165         * mailcap.el (mailcap-file-default-commands): New function.
167 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
169         * message.el (message-signature-separator, message-cite-function):
170         Change custom version.
172 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
174         * tls.el (tls-program): Add -ign_eof argument to call the openssl
175         commands.
176         (tls-checktrust): Ditto.
178 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
180         * mm-decode.el (mm-display-external): Make temp file read-only.
182 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
184         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
185         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
186         `C-c C-f d'.
188 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
190         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
192 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
194         * gnus.el: Bump version to 0.9.
196 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
198         * gnus.el: No Gnus v0.8 is released.
200 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
202         * mail-source.el (mail-source-value):
203         Prefer fboundp to functionp so it works with macros as well.
205 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
207         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
208         Fix last change in case the element is not even a symbol.
210 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
212         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
213         Prefer fboundp to functionp so it works with macros as well.
215 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
217         * auth-source.el: Added docs.
218         (auth-sources): Modify format to support server.
219         (auth-source-pick, auth-source-user-or-password)
220         (auth-source-user-or-password-imap)
221         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
222         (auth-source-user-or-password-sftp)
223         (auth-source-user-or-password-smtp): Add server parameter.
225 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
227         * gnus-registry.el: Initialize the registry when gnus-registry-install
228         is t.
230 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
232         * compface.el (uncompface): Make buffer unibyte.
234 2008-04-05  Glenn Morris  <rgm@gnu.org>
236         * gnus-ems.el (mm-disable-multibyte): Autoload it.
238 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
240         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
241         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
243         * nnheader.el (nnheader-init-server-buffer): Change buffer's
244         multibyteness after rather than before erasing it.
246         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
247         mm-with-multibyte.
248         (gnus-request-article-this-buffer): Make sure the proper decoding is
249         used if gnus-original-article-buffer happens to be unibyte.
251         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
252         default-enable-multibyte-characters.
254         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
255         default-enable-multibyte-characters.
257         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
259         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
261 2008-04-02  Simon Josefsson  <simon@josefsson.org>
263         * imap.el (imap-enable-exchange-bug-workaround): New variable.
264         (imap-message-copyuid-1): Use it.
265         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
266         J. Williams in
267         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
269         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
270         imap-enable-exchange-bug-workaround.
271         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
273 2008-04-01  Simon Josefsson  <simon@josefsson.org>
275         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
276         a 100 byte status-checks into a 2-3MB transfer for each group.
277         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
278         to enable bug workaround or not.
279         (nnimap-find-minmax-uid): Only enable workaround conditionally.
281 2008-03-31  Glenn Morris  <rgm@gnu.org>
283         * message.el (mml2015-use): Declare for compiler.
284         (message-info): Require mml2015 when appropriate.
286 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
288         * Makefile.in (EMACS_COMP): Quote directory name that might contain
289         whitespace.
291 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
293         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
294         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
295         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
296         (nntp-service-to-port): New function.
297         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
298         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
299         (nntp-open-netcat-stream): New function.
300         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
302 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
304         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
306 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
308         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
310 2008-03-28  Magnus Henoch  <mange@freemail.hu>
312         * dns.el (dns-write): Use set-buffer-multibyte.
314 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
316         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
318 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
320         * message.el (message-signature-separator): Change default.
321         Improve custom type.
322         (message-cite-function): Change default to
323         message-cite-original-without-signature.
325         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
326         toggle.
328         * message.el (message-check-news-body-syntax): Fix signature check.
329         (message-setup-1): Mark buffer as unmodified _after_ running
330         message-setup-hook and handling message-alternative-emails.
331         (message-shorten-references): Be more strict when building list of
332         valid references to comply with GNKSA.
334         * gnus-group.el (gnus-read-ephemeral-bug-group)
335         (gnus-read-ephemeral-debian-bug-group)
336         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
338         * message.el (message-info): Don't use booleanp which isn't supported
339         in Emacs 21 and XEmacs.
341 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
343         * gnus-group.el (gnus-gmane-group-download-format): Rename from
344         gnus-group-gmane-group-download-format.
345         (gnus-group-read-ephemeral-gmane-group): Rename from
346         gnus-group-read-ephemeral-gmane-group.
347         (gnus-read-ephemeral-gmane-group-url): Rename from
348         gnus-group-read-ephemeral-gmane-group-url.
349         (gnus-bug-group-download-format-alist):  New variable.
350         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
351         (gnus-read-ephemeral-emacs-bug-group): New commands.
353 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
355         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
356         (gnus-visible-headers): Improve custom type.
358 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
360         * mml.el (mml-menu): Add workarounds for XEmacs.
362         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
363         X-Boundary header.
365         * message.el (message-simplify-recipients): Fix previous commit.
367 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
369         * mm-util.el (mm-set-buffer-multibyte): New function.
370         * mm-decode.el (mm-copy-to-buffer): Use it.
372 2008-03-19  Glenn Morris  <rgm@gnu.org>
374         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
375         Accidentally removed in the sync process with Emacs.
377 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
379         * message.el (message-alter-recipients-discard-bogus-full-name):
380         New function.
381         (message-alter-recipients-function): New variable.
382         (message-get-reply-headers): Use it.
383         (message-replace-header): New helper function.
384         (message-recipients-without-full-name): New variable.
385         (message-simplify-recipients): New command.
387         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
389         * message.el (message-info): Handle EasyPG manual.
391         * mml.el (mml-menu): Add entry for EasyPG.
393 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
395         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
396         parameter.
398         * message.el (message-disassociate-draft): Specify drafts group name
399         fully.
401 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
403         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
404         unnecessary duplicates from the match list.
406 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
408         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
410         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
412         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
413         args of `how-many' of which the XEmacs version doesn't take; declare
414         Info-index-next as function.
416 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
418         * gnus-score.el (gnus-score-headers): Fix handling of
419         gnus-inhibit-slow-scoring.
421         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
422         string.
423         (gnus-button-url-regexp): Improve handling of parenthesis.
424         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
425         (gnus-button-handle-info-keystrokes): Handle index entries.
427 2008-03-15  Glenn Morris  <rgm@gnu.org>
429         * parse-time.el (parse-time-string): Simplify.
431 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
433         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
434         Incoming* files.
436 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
438         * auth-source.el (auth-sources): Renamed from auth-source-choices.
439         (auth-source-pick): Use it.
441 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
443         * binhex.el (binhex-decode-region-internal):
444         * uudecode.el (uudecode-decode-region-internal):
445         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
446         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
447         setting default-enable-multibyte-characters.
449 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
451         * auth-source.el (auth-source-protocols)
452         (auth-source-protocols-customize, auth-source-choices): Added and
453         modified variable customizations and defaults.
454         (auth-source-pick, auth-source-user-or-password)
455         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
456         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
457         (auth-source-user-or-password-sftp)
458         (auth-source-user-or-password-smtp): Use new variables and provide an
459         interface to netrc.el.
461 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
463         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
464         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
465         Make sure the nntp port to specify is a string.
467 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
469         * nntp.el: Use with-current-buffer.
470         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
471         dubious mm-with-unibyte-current-buffer.
472         (nntp-with-open-group-function): New function extracted from
473         nntp-with-open-group macro.
474         (nntp-with-open-group): Use the function, so it's easier to debug.
475         Add indentation and debugging info.
476         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
477         the use of the netcat alternatives.
479         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
480         Avoid mm-string-as-multibyte as well.
482         * nnweb.el (nnweb-insert-html):
483         Remove use of nnheader-string-as-multibyte.
485         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
486         (nnheader-string-as-multibyte): Remove.
488         * mm-view.el: Use inhibit-read-only.
489         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
490         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
491         or unibyte-string.
493         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
494         (mm-uu-yenc-extract): Use with-current-buffer.
496         * gnus-soup.el (gnus-soup-send-packet): Don't use
497         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
499         * nnmh.el: Use with-current-buffer.
500         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
501         mm-string-as-multibyte on the output of mm-encode-coding-string.
503         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
504         (nnimap-request-move-article): Use with-current-buffer.
506         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
507         inserting the handle-buffer's text, so the implicit multibyte->unibyte
508         conversion uses string-make-unibyte rather than string-as-unibyte.
510         * gnus-msg.el: Use with-current-buffer.
512         * message.el (message-ignored-resent-headers): Add "Delivered-To".
514 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
516         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
517         string for caching if it is 'PIN.
519 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
521         * lpath.el: Consider the case without Emacs/W3.
523 2008-03-08  Glenn Morris  <rgm@gnu.org>
525         * time-date.el (date-to-time, time-subtract, time-add)
526         (safe-date-to-time): Doc fixes.
528 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
530         * mail-source.el (mail-source-delete-old-incoming-confirm):
531         Change default to nil.
532         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
534 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
536         * lpath.el: Rearrange.
538         * gnus-art.el (gnus-narrow-to-page): Position point properly.
539         (gnus-article-goto-prev-page): Work for articles having ^L's.
541         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
543         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
545 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
547         * gnus-bookmark.el: Adjust for renames in bookmark.el.
548         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
549         (gnus-bookmark-jump): Adjust some variable names.
551 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
553         * auth-source.el: New package.
554         (auth-source-choices): Add customization entry point variable.
556         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
557         bug.
559 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
561         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
562         (gnus-registry-initialize, gnus-registry-install-p): Use it.
563         (gnus-registry-install-shortcuts): Rename from
564         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
565         the `gnus-registry-mark-map' keymap dynamically from
566         `gnus-registry-marks'.  The generated functions update the summary line
567         when a registry mark is added or deleted, and will call
568         `gnus-registry-install-p' (see the comments in the code).
569         (gnus-registry-user-format-function-M): Use concat intelligently.
571         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
572         the registry mark functions.
574 2008-03-05  Glenn Morris  <rgm@gnu.org>
576         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
577         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
578         gnus-art.
579         (top-level): No need to load own source when compiling.
581 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
583         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
584         Suggested by <chris.anderton@zetnet.co.uk>.
586 2008-03-04  Glenn Morris  <rgm@gnu.org>
588         * gnus-sum.el (top-level): No need to require gnus when compiling,
589         since unconditionally required near start of file.
590         (gnus-summary-display-while-building): Move definition before use.
592 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
594         * gnus-registry.el (gnus-registry-user-format-function-M): Add
595         formatting function.
597 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
599         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
600         with plists.
601         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
602         Use new format.
604 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
606         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
607         `where-is-internal' that returns a range of key sequences.
609 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
611         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
613         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
614         (gnus-summary-jump-to-group): Consider windows on other displayed
615         frames as well.  Similar changes might be needed elsewhere, but that's
616         the one I've bumped into during my use.
618         * nndoc.el (nndoc-oe-dbx-type-p):
619         * gnus-msg.el (gnus-debug):
620         * gnus-group.el (gnus-update-group-mark-positions):
621         Use mm-string-to-multibyte.
623 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
625         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
626         doesn't handle NotDashEscaped.
628         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
629         (mml-dnd-attach-options): Fix typo in custom choice.
631         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
632         nndoc-article-type to mbox.
633         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
635         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
636         to nil, instead of html2text.
638         * imap.el (imap-debug): Add `imap-ping-server'.
640         * gnus-bookmark.el: Add FIXMEs.
642         * message.el (message-form-letter-separator)
643         (message-send-form-letter-delay): New variables.
644         (message-send-form-letter): Use them.  New command to send form
645         letters.  Requested by Uwe Siart.
646         (message-send-mail-function): Doc fix.  Add "Other" custom option.
648 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
650         * Update copyright years.
652 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
654         Sync from EMACS_22_BASE.
656         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
658 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
660         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
661         empty author.
663 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
665         * gnus-registry.el (gnus-registry-marks): Add variable for
666         customization of marks and their appearance.
667         (gnus-registry-read-mark): Use it.
668         (gnus-registry-do-marks): Add utility function to loop through
669         `gnus-registry-marks'.
670         (gnus-registry-install-shortcuts-and-menus): Add function to install
671         shortcuts and menus.
672         (gnus-registry-initialize): Use it.
673         (gnus-registry-default-mark): Clarify documentation.
675 2008-02-29  Glenn Morris  <rgm@gnu.org>
677         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
678         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
679         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
680         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
681         Change defcustom :version from 23.0 to 23.1.
683 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
685         * gnus-registry.el (gnus-registry-follow-group-p)
686         (gnus-registry-post-process-groups): Add functions to aid registry
687         splitting and improve logging.  Clarify behavior in function
688         documentation.
689         (gnus-registry-split-fancy-with-parent): Use them.
691 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
693         * gnus-art.el: Use with-current-buffer.
695 2008-02-27  David Engster  <dengste@eml.cc>
697         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
698         Express real group name in the response.
700 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
702         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
703         (nnmairix-last-server, nnmairix-current-server): Defvar them.
704         (nnmairix-goto-original-article): Defvar gnus-registry-install and
705         autoload gnus-registry-fetch-group when compiling.
706         (nnmairix-request-group-with-article-number-correction): Remove
707         unreferenced argument passed to nnmairix-call-backend.
709 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
711         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
712         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
713         Wilde.
715 2008-02-27  Glenn Morris  <rgm@gnu.org>
717         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
718         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
719         variables to defconsts.  Convert comments to doc-strings.
720         (nnmairix-last-server, nnmairix-current-server): Convert from free
721         variables to defvars.  Convert comments to doc-strings.
722         (gnus-registry-fetch-group): Autoload.
723         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
724         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
725         (nnmairix-widget-build-editable-fields): Use car cddr rather than
726         caddr.
727         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
728         nnmairix-request-group-with-article-number-correction call.
729         (nnmairix-fast, nnmairix-group): New, less general names, for free
730         variables passed from nnmairix-request-group to
731         nnmairix-request-group-with-article-number-correction.  Declare.
732         (nnmairix-request-group-with-article-number-correction):
733         Use nnmairix-fast, nnmairix-group rather than fast, group.
735 2008-02-26  David Engster  <dengste@eml.cc>
737         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
738         version 0.5.
740 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
742         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
743         instead of making an extra function call.  Don't add the current group
744         to articles only when they have the group.  Use
745         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
746         Reported by David <de_bb@arcor.de>.
748 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
750         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
751         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
753 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
755         * mail-source.el (mail-source-delete-incoming): Change default.
756         Supplement doc string.
758         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
760 2008-02-14  Glenn Morris  <rgm@gnu.org>
762         * time-date.el (format-seconds): New function.
764 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
766         * nnmail.el (nnmail-message-id-cache-file): Derive from
767         `gnus-home-directory'.
769 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
771         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
772         Document negative prefix.
774         * gnus-group.el (gnus-group-read-group): Document negative prefix.
776 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778         * message.el (message-unsent-separator): Add the Exim bounce
779         separator.
781 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
783         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
784         list.
785         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
786         recipient/signer list.
788 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
790         * Makefile.in (datarootdir): Define.
791         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
792         name that might contain whitespace.
794 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
796         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
797         fbound (Emacs 23 unicode), signal an error.
799 2008-02-08  Glenn Morris  <rgm@gnu.org>
801         * gnus-art.el (pgg-display-output-buffer): Declare as function.
803 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
805         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
806         ports to the calls to `netrc-machine-user-or-password' in addition to
807         "imap" and "imaps".
809 2008-02-01  Zhang Wei  <id.brep@gmail.com>
811         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
813         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
815 2008-02-01  Kenichi Handa  <handa@m17n.org>
817         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
818         rfc2104-hexstring-to-bitstring and changed to return a byte list.
819         (rfc2104-hash): Convert the result of concat to unibyte string.
821 2008-02-01  Dave Love  <fx@gnu.org>
823         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
824         coding-system-for-read.
825         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
827 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
829         * gnus.el (gnus-group-startup-message): Add `find-image' call before
830         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
831         <hanche@math.ntnu.no>.
833 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
835         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
837         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
839 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
841         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
842         * message.el (message-beginning-of-line): Use featurep instead of bound
843         tests in order to resolve conditionals at compile time.
845 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
847         * mail-source.el (mail-sources): Add `group' choice.
849         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
850         parameter `in-group' to control into which group the articles go.
851         Add treatment of `group' mail-source.
853 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
855         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
857         * mm-decode.el (mm-dissect-buffer): Decode description.
859         * mml.el (mml-to-mime): Encode message header first.
861 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
863         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
864         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
866         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
867         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
869 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
871         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
873 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
875         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
876         prefix keys.
877         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
878         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
879         gnus-xmas.el.
881         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
882         (gnus-xmas-article-describe-bindings): New function.
883         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
884         gnus-xmas-article-describe-bindings.
886         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
888 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
890         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
891         Add new variables for article mark management.
892         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
893         list of extra data entries which, when present, will indicate that the
894         article ID should not be trimmed from the registry.
895         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
896         functions.
897         (gnus-registry-read-mark): New function to read a mark name from the
898         user.
899         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
900         (gnus-registry-set-article-mark-internal): New functions to add and
901         remove marks.
902         (gnus-registry-get-article-marks): New function to show the marks for
903         an article, or retrieve them for further use.
905 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
907         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
908         keys when no argument is given.
910 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
912         * imap.el (imap-ping-server): New variable.
913         (imap-opened): On add extra ping if imap-ping-server is non-nil.
914         (imap-ping-server): Minor doc string fixes.
916 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
918         * imap.el (imap-ping-server): New function.
919         (imap-opened): Call imap-ping-server.
921 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
923         * gnus-sum.el (gnus-article-sort-by-random)
924         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
925         jidanni@jidanni.org.
927 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
929         * gnus-art.el (gnus-article-describe-bindings): New function.
930         (gnus-article-read-summary-keys): Use it.
931         (gnus-article-mode-map): Bind `C-h b' to it.
933 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
935         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
936         XEmacs.
937         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
938         against non-character events.
940         * lpath.el: Fbind map-keymap for Emacs 21.
942 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
944         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
945         command.
946         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
947         instead of END.  Change name of the temp file.
948         (gnus-group-gmane-group-download-format): Add doc string.  Make it
949         customizable.
951 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
953         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
954         bind `S W' to gnus-article-wide-reply-with-original; set default
955         binding to gnus-article-read-summary-send-keys.
956         (gnus-article-read-summary-keys): Fix the order of keys; display
957         continuation keys correctly in the echo area; describe bindings
958         correctly when keys end with `C-h'.
959         (gnus-article-read-summary-send-keys): New function.
960         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
961         for gnus-article-read-summary-send-keys; display continuation keys
962         correctly in the echo area.
963         (gnus-article-reply-with-original): Ignore prefix argument.
964         (gnus-article-wide-reply-with-original): New function.
966         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
967         Emacs 21.
969 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
971         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
972         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
974 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
976         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
977         (gnus-group-read-ephemeral-gmane-group): New command.
979 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
981         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
983 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
985         * message.el (message-send-mail-function): Increase custom version.
987         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
988         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
990 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
992         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
993         for the cases where imap-authenticate is called with a nil buffer
994         parameter.
996 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
998         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
999         html parts correctly; support forwarded messages.
1000         (gnus-article-browse-html-article): Remove work buffers.
1002         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1003         compiling.
1004         (netrc-bound-and-true-p): New macro.
1005         (netrc-parse): Use it instead of bound-and-true-p that is not available
1006         in XEmacs 21.4.
1008 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1010         * gnus-registry.el (gnus-registry-mark-article)
1011         (gnus-registry-article-marks): Add functionality to mark articles
1012         through the Gnus registry.
1014         * encrypt.el: Clarify documentation for the new pgg method.
1015         (encrypt-file-alist): Add PGG option.
1016         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1017         functionality.  Abstract password key and messaging to external
1018         functions.
1019         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1020         (encrypt-message-method-and-cipher): Add new convenience external
1021         functions.
1022         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1023         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1025         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1026         (netrc-parse): Use encrypt-file-alist to determine if
1027         encrypt-find-model or encrypt-insert-file-contents should be used.
1029         * encrypt.el: Clarify documentation.  Load password-cache or
1030         password, whichever one is found first, instead of autoloading.
1032 2007-12-19  Glenn Morris  <rgm@gnu.org>
1034         * mml.el (message-options-set, message-narrow-to-head)
1035         (message-in-body-p, message-mail-p, message-encode-message-body):
1036         Autoload.
1037         (message-remove-header, message-narrow-to-headers-or-head)
1038         (message-subscribed-p, message-make-mail-followup-to)
1039         (message-position-on-field, message-news-p)
1040         (message-options-set-recipient, message-generate-headers)
1041         (message-sort-headers): Declare as functions.
1043 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1045         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1046         convention in doc string.
1048 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1050         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1051         title to html parts.
1052         (gnus-article-browse-html-article): Pass message header to it.
1054         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1056 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1058         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1059         or password compatible with XEmacs.
1061 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1063         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1064         format document.
1065         (gnus-mime-delete-part): Don't write description line if empty.
1066         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1068 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1070         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1071         (gnus-summary-mark-read-and-unread-as-read)
1072         (gnus-summary-mark-current-read-and-unread-as-read)
1073         (gnus-summary-mark-unread-as-ticked): Doc fix.
1074         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1076 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1078         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1079         Christoph Conrad <christoph.conrad@gmx.de>.
1081 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1083         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1084         yes-or-no-p.
1086 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1088         * mm-decode.el (mm-add-meta-html-tag): New function.
1089         (mm-save-part-to-file, mm-pipe-part): Use it.
1091         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1092         gnus-y-or-n-p instead of y-or-n-p.
1093         (gnus-article-browse-html-parts): Work with message/external-body; use
1094         mm-add-meta-html-tag.
1096 2007-12-11  Glenn Morris  <rgm@gnu.org>
1098         * gnus-cache.el: Require gnus-sum not just when compiling.
1100         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1102         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1103         definitions before use.
1105         * mm-decode.el: Require gnus-util.
1106         (mm-remove-part): Only call delete-annotation on XEmacs.
1108         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1110         * nnmail.el: Require gnus-int.
1112         * spam.el: Move `require's before `eval-when-compile's.
1114         * gnus-ems.el (gnus-alive-p):
1115         * gnus-fun.el (message-goto-eoh):
1116         * gnus-util.el (gnus-group-name-decode):
1117         * mail-source.el (gnus-compress-sequence):
1118         * message.el (Info-goto-node, format-spec):
1119         * mm-bodies.el (message-options-get):
1120         * mm-decode.el (mm-view-pkcs7):
1121         * mm-util.el (gmm-write-region):
1122         * mml-smime.el (mml-compute-boundary)
1123         (gnus-completing-read-with-default):
1124         * mml.el (widget-button-press, gnus-make-hashtable):
1125         * mml1991.el (mm-decode-content-transfer-encoding)
1126         (mm-encode-content-transfer-encoding)
1127         (message-options-get, message-options-set):
1128         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1129         * nnfolder.el (gnus-request-group):
1130         * nnheader.el (ietf-drums-unfold-fws):
1131         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1132         * smime.el (gnus-run-mode-hooks):
1133         * spam-stat.el (gnus-message): Autoload.
1135         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1136         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1137         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1138         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1139         Add declare-function compatibility definition.
1141         * gnus-cache.el (nnvirtual-find-group-art):
1142         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1143         (gnus-add-image, gnus-add-wash-type):
1144         * gnus-group.el (nnkiboze-score-file):
1145         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1146         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1147         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1148         (message-tokenize-header, gnus-get-buffer-create)
1149         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1150         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1151         * gnus.el (gnus-group-decoded-name):
1152         * mail-source.el (imap-capability):
1153         * mm-bodies.el (message-options-set):
1154         * mm-decode.el (gnus-configure-windows):
1155         * mm-extern.el (message-goto-body):
1156         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1157         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1158         (epg-sub-key-validity, message-options-set):
1159         * mml.el (widget-event-point, gnus-configure-windows):
1160         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1161         * mml2015.el (epg-check-configuration, epg-configuration)
1162         (message-options-set):
1163         * nndb.el (nndb-request-article):
1164         * nnfolder.el (gnus-request-create-group):
1165         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1166         * nnmaildir.el (gnus-group-mark-article-read):
1167         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1168         * rfc1843.el (message-fetch-field):
1169         * spam.el (gnus-extract-address-components):
1170         Declare as functions.
1172 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1174         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1176         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1178         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1179         bind show-trailing-whitespace for XEmacs.
1181 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1183         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1184         new no-op macro for backward compatibility.
1186         * imap.el (imap-string-to-integer): New function.
1188 2007-12-09  Glenn Morris  <rgm@gnu.org>
1190         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1192         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1193         * message.el, mm-view.el, sieve-manage, smime.el:
1194         Add declare-function compatibility definition.
1196         * gnus-art.el (w3-region, w3m-region, Info-menu):
1197         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1198         * gnus-sum.el (gnus-get-predicate):
1199         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1200         * message.el (mail-abbrev-in-expansion-header-p):
1201         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1202         (w3m-detect-meta-charset, w3m-region):
1203         * sieve-manage.el (password-read, password-cache-add)
1204         (password-cache-remove):
1205         * smime.el (password-read-and-add): Declare as functions.
1207 2007-12-08  David Kastrup  <dak@gnu.org>
1209         * gnus-sum.el (gnus-summary-simplify-subject-query):
1210         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1211         `message'.
1213 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1215         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1216         it to bind idna-program, installation-directory, defined-colors, and
1217         face-attribute for XEmacs of the version that compiles defcustom forms.
1219 2007-12-07  Glenn Morris  <rgm@gnu.org>
1221         * gnus-art.el (article-make-date-line): Revert previous change.
1223 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1225         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1227 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1229         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1230         Call gnus-add-to-range ranges only once with a prepared article-list.
1232 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1234         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1235         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1236         group names with backslashes.  Reported by Tassilo Horn
1237         <tassilo@member.fsf.org>.
1239 2007-12-06  D. Goel  <deego3@gmail.com>
1241         * gnus-art.el (article-make-date-line):
1242         * gnus-start.el (gnus-load):
1243         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1245 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1247         * gnus-art.el (gnus-use-idna)
1248         * gnus-start.el (gnus-site-init-file)
1249         * message.el (message-use-idna)
1250         * mm-uu.el (mm-uu-hide-markers)
1251         * smiley.el (smiley-style): Revert changes that suppress warnings.
1253 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1255         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1256         specify charset to html source.  Reported by Christoph Conrad
1257         <christoph.conrad@gmx.de>.
1259 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1261         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1262         idna-program in order to suppress byte compile warning issued by XEmacs
1263         that came to byte compile the default value section of defcustom forms
1264         recently.
1266         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1267         value of installation-directory.
1269         * message.el (message-use-idna): Don't directly refer to the value of
1270         idna-program.
1272         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1274         * smiley.el (smiley-style): Don't directly call face-attribute.
1276 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1278         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1280         * gnus-dired.el: Reduce Gnus dependencies.
1281         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1282         require.  Use autoloads instead.
1283         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1284         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1285         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1286         (gnus-dired-mode): Adjust doc string.
1287         (gnus-dired-mail-mode): New variable.
1288         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1289         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1290         (gnus-dired-mail-buffers): New function.  Return mail or message
1291         composition buffers.
1292         (gnus-dired-attach): Use it.
1293         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1294         NO-DECODE.
1295         (gnus-dired-print): Use `gnus-print-buffer' depending on
1296         `gnus-dired-mail-mode'.
1298 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1300         * rfc2047.el (rfc2047-encoded-word-regexp)
1301         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1302         explaining what regexp patterns are for.
1304 2007-12-04  Glenn Morris  <rgm@gnu.org>
1306         * password.el: Move to password-cache.el.
1308         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1309         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1310         * mml-smime.el (password-read, password-cache-add)
1311         (password-cache-remove):
1312         No need to autoload, since mml-sec requires password.
1314         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1315         * message.el (gnus-extract-address-components):
1316         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1318         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1319         password.
1321 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1323         * mailcap.el: Reduce dependencies.
1324         (mail-header-parse-content-type): Autoload.
1325         (mailcap-delete-duplicates): New alias.
1326         (mailcap-mime-info): Add optional argument NO-DECODE.
1327         (mailcap-mime-types): Use mailcap-delete-duplicates.
1329         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1331 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1333         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1334         (imap-parse-status): Upcase status-att for servers that sends them
1335         lower-case (e.g., MS Exchange 2007).
1337 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1340         function.
1342         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1343         (gnus-uu-yenc-article): New function.
1345         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1347         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1348         buffer.
1350 2007-12-02  Glenn Morris  <rgm@gnu.org>
1352         * binhex.el (binhex): New custom group.
1353         (binhex-decoder-program, binhex-decoder-switches)
1354         (binhex-use-external): Move to the binhex custom group.
1356         * uudecode.el (uudecode): New custom group.
1357         (uudecode-decoder-program, uudecode-decoder-switches)
1358         (uudecode-use-external): Move to the uudecode custom group.
1360         * netrc.el (top-level): Don't load `encrypt' features.
1361         (netrc-parse): Don't use encrypt.
1362         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1364         * encrypt.el: Remove file.
1366 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1368         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1369         matches on patches.
1371         * gnus-art.el (gnus-article-browse-html-article): Mention
1372         `mm-text-html-renderer' in the doc string.
1374         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1375         string.  Add comments.
1377         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1378         if rhs is ASCII.
1380 2007-12-01  Glenn Morris  <rgm@gnu.org>
1382         * mail-source.el (top-level): Require format-spec before
1383         eval-when-compile.
1385 2007-11-30  Glenn Morris  <rgm@gnu.org>
1387         * encrypt.el: Require password, rather than autoloading password-read.
1389 2007-11-29  Glenn Morris  <rgm@gnu.org>
1391         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1392         (sasl-make-client, sasl-next-step, sasl-step-data)
1393         (sasl-step-set-data): Declare as functions.
1395 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1397         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1399 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1401         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
1402         certs should be verified and what is to be done in the event of a
1403         verification failure.
1405         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1406         caller can indicate whether the cache should be disregarded for this
1407         call.  This way the result of the call is reproducible at all times and
1408         can be considered a canonical server name for the supplied method.
1409         (gnus-agent-method-p): Canonicalize server names by pushing their
1410         method through `gnus-method-to-server' using the no-cache argument.
1412         * gnus-srvr.el (gnus-server-insert-server-line): Call
1413         `gnus-method-to-server' with `no-cache' argument.
1415         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1416         gnus-agent-possibly-synchronize-flags as this should be called when the
1417         server is actually being opened.
1418         (gnus-agent-possibly-synchronize-flags)
1419         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1420         flags file of an agentized server to the latter function.
1422         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1423         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1424         after a connection has been established successfully.
1426 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1428         * gnus-art.el (article-display-face): Force to display face if called
1429         interactively; check if gnus-article-x-face-too-ugly matches author.
1430         (article-display-x-face): Display face even if From header is missing
1431         as article-display-face does.
1433 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1435         * hashcash.el (message-narrow-to-headers-or-head)
1436         (message-fetch-field, message-goto-eoh)
1437         (message-narrow-to-headers): Declare as functions.
1439 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1441         * mail-source.el (mail-sources): Default to fetch from file for
1442         compatibility with default of nnmail-spool-file.
1444 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1446         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1447         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1448         to look for encoded word that should be encoded again.
1449         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1450         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1451         encoding pattern.
1452         (rfc2047-decode-region): Switch strict regexp and loose one according
1453         to rfc2047-allow-irregular-q-encoded-words.
1455 2007-11-25  Romain Francoise  <romain@orebokech.com>
1457         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1459 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1461         * tls.el (tls-program): Provide more custom choices from
1462         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1463         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1465 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1467         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1468         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1470         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1471         `nnmail-spool-file'.
1473         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1474         `nnmail-spool-file'.
1476         * gnus-move.el (gnus-change-server): Ditto.
1478         * gnus-kill.el (gnus-batch-score): Ditto.
1480         * gnus-cache.el (gnus-jog-cache): Ditto.
1482         * gnus-msg.el (gnus-summary-reply):
1483         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1485 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1487         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1488         version.  Minor improvement to doc strings.
1489         (tls-program): Add comment.
1491 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
1493         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1494         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1495         mismatch between the hostname provided in the certificate and the name
1496         of the host connnecting to.
1497         (open-tls-stream): Use them.  Check certificates against trusted root
1498         certificates.
1500 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1502         * gnus-cache.el (gnus-cache-generate-nov-databases):
1503         Use nnml-generate-nov-databases-directory instead of
1504         nnml-generate-nov-databases-1.
1506 2007-11-24  Glenn Morris  <rgm@gnu.org>
1508         * message.el (message-tool-bar-retro): Update for rename
1509         mail_send.xpm->mail-send.xpm.
1511 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1513         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1514         `smime-ldap-search' for Emacs 22 and up.
1516 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1518         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1520         * message.el (message-send-mail-function): Fix error convention.
1521         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1522         (message-widen-reply, message-send-mail, message-talkative-question)
1523         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1524         (message-clone-locals, message-send-news): Use with-current-buffer.
1525         (message-insert-or-toggle-importance): Remove unused var `valid'.
1526         (message-make-references): Remove unused var `new-references'.
1527         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1529 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1531         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1532         (spam-split-symbolic-return-positive): Reflow docstring.
1533         (spam-backends, spam-summary-exit-behavior)
1534         (spam-mark-ham-unread-before-move-from-spam-group)
1535         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1536         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1537         (spam-clear-cache, spam-backend-check, spam-install-backend)
1538         (spam-install-statistical-backend, spam-list-of-processors)
1539         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1540         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1541         (spam-check-crm114, spam-initialize, spam-unload-hook):
1542         Fix typos in docstrings.
1544 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1546         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1547         been checked if they have never been read and those group levels are
1548         higher than the one that a user specified.
1550 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1552         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1553         foreign groups unless a group level is specified by a user.
1554         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1556 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1558         * message.el (message-send-mail-function): Require sendmail.
1560 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1562         * message.el (message-send-mail-function): Check for smtpmail too.
1564         * utf7.el (utf7-encode, utf7-decode): Use coding system
1565         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1567         * message.el (message-send-mail-function): New function.
1568         (message-send-mail-function): Set default using
1569         message-send-mail-function.  Adjust doc string.
1570         (message-send-mail-with-mailclient): New function.
1572 2007-11-17  Richard Stallman  <rms@gnu.org>
1574         * assistant.el: Remove file.
1576 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1578         * smime.el (from):
1579         * rfc2047.el (message-posting-charset):
1580         * qp.el (mm-use-ultra-safe-encoding):
1581         * pop3.el (parse-time-months):
1582         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1583         * nnml.el (files):
1584         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1585         (jka-compr-compression-info-list, ange-ftp-path-format)
1586         (efs-path-regexp):
1587         * nndiary.el (files):
1588         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1589         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1590         (epg-digest-algorithm-alist, inhibit-redisplay)
1591         (password-cache-expiry):
1592         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1593         (pgg-output-buffer, password-cache-expiry):
1594         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1595         (efs-path-regexp):
1596         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1597         (inhibit-redisplay):
1598         * mm-uu.el (file-name, start-point, end-point, entry)
1599         (gnus-newsgroup-name, gnus-newsgroup-charset):
1600         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1601         (latin-unity-ucs-list):
1602         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1603         (mm-uu-binhex-decode-function):
1604         * message.el (gnus-message-group-art, gnus-list-identifiers, )
1605         (rmail-enable-mime-composing, gnus-local-organization)
1606         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1607         (gnus-read-active-file, facemenu-add-face-function)
1608         (facemenu-remove-face-function, gnus-article-decoded-p)
1609         (tool-bar-mode):
1610         * mail-source.el (display-time-mail-function):
1611         * gnus-util.el (nnmail-pathname-coding-system)
1612         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1613         (gnus-original-article-buffer, gnus-user-agent)
1614         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1615         (xemacs-codename, sxemacs-codename, emacs-program-version):
1616         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1617         * gnus-start.el (gnus-agent-covered-methods)
1618         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1619         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1620         (gnus-newsgroup-headers, gnus-group-list-mode)
1621         (gnus-group-mark-positions, gnus-newsgroup-data)
1622         (gnus-newsgroup-unreads, nnoo-state-alist)
1623         (gnus-current-select-method, mail-sources)
1624         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1625         (nnmail-spool-file, gnus-cache-active-hashtb):
1626         * gnus-mh.el (mh-lib-progs):
1627         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1628         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1629         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1630         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1631         (gnus-group-buffer):
1632         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1633         (font-lock-set-defaults):
1634         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1635         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1636         (gnus-summary-post-menu, total-parts, type, condition, length):
1637         * gnus-agent.el (gnus-agent-read-agentview):
1638         * flow-fill.el (show-trailing-whitespace):
1639         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1640         eval-and-compile wrappers for byte compiler pacifiers.
1642         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1643         (mm-display-inline-fontify): Check for featurep 'xemacs not
1644         extent-list.
1646         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1647         itimer-list.
1648         (mm-create-image-xemacs): Only do something for XEmacs.
1649         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1651         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1653         * gnus-registry.el (gnus-adaptive-word-syntax-table):
1654         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1656 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1658         * nnimap.el (nnimap-split-download-body):
1659         * gnus-demon.el (gnus-demon):
1660         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1662 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1664         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1665         macros.
1666         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1667         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1668         copy data from unibyte buffer to multibyte current buffer.
1669         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1670         to copy data from unibyte current buffer to multibyte buffer.
1671         (nntp-make-process-buffer): Make process buffer unibyte.
1673         * pop3.el (pop3-open-server): Fix typo in Lisp code.
1675 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
1677         * pop3.el (pop3-open-server): Accept and process data more robustly at
1678         connexion start to avoid spurious "POP SSL connexion failed" errors.
1680 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1682         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1683         read group names.
1685 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
1687         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1689 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1691         * nnmail.el (nnmail-parse-active): Make group names unibyte.
1692         (nnmail-save-active): Use a unibyte buffer when saving active file,
1693         which may contain non-ASCII group names.
1695         * nnml.el (nnml-request-group): Decode group names in messages.
1697 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
1699         * message.el (message-citation-line-function)
1700         (message-insert-formatted-citation-line): Fix spelling of
1701         `message-insert-formated-citation-line'.
1703 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
1705         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1707 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1709         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1710         nnmail-pathname-coding-system.
1712         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1713         that a user enters; decode group names in messages.
1715         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1717 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1719         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1721         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1723         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1724         risky local variable.
1726         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1728 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1730         * encrypt.el: Improve documentation to fix function name typo.
1731         Reported by Daiki Ueno <ueno@unixuser.org>.
1733 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1735         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1736         even if the point is not in the last page of an article.
1737         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1738         back to the previous page.
1740 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
1742         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1744 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1746         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1748 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1750         * message.el (message-check-news-body-syntax): Avoid
1751         mm-string-as-multibyte.
1752         (message-hide-headers): Don't assume (point-min)==1.
1754 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1756         * message.el (message-remove-blank-cited-lines): Fix if remove is
1757         given.
1758         (message-bogus-address-regexp): New variable.
1759         (message-bogus-recipient-p): New function.
1760         (message-check-recipients): New command.
1761         (message-syntax-checks): Add `bogus-recipient'.
1762         (message-fix-before-sending): Add `bogus-recipient'.
1764         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1765         (gnus-treat-body-boundary): Don't test window-system.
1767 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
1769         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1771 2007-10-28  Miles Bader  <miles@gnu.org>
1773         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1774         at compile-time too.
1776 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1778         * gnus-msg.el (gnus-message-setup-hook): Add
1779         `message-remove-blank-cited-lines' to options.
1781 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1783         * message.el (message-remove-blank-cited-lines): New function.
1784         Suggested by Karl Plästerer.
1786 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1788         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1789         mapc.
1791         * imap.el (imap-open): Replace mapcar called for effect with mapc.
1792         (top-level): Use mapc to set functions to be traced for debugging.
1794         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1795         called for effect with while loop.
1797         * message.el (message-talkative-question): Replace mapcar called for
1798         effect with mapc.
1800         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1801         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1802         called for effect with dolist.
1804         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1806         * nndiary.el: Use dolist instead of mapcar to add diary headers to
1807         gnus-extra-headers and nnmail-extra-headers.
1809         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1810         called for effect with dolist.
1811         (top-level): Use mapc to set functions to be traced for debugging.
1813         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1814         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1815         dolist.
1817         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1818         Replace mapcar called for effect with mapc.
1819         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1820         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1821         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1822         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1824         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1825         remove-if that's a cl function.
1827         * webmail.el (webmail-debug): Replace mapcar called for effect with
1828         dolist.
1830         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
1831         with mapc.
1833 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1835         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1836         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1837         with while loop.
1839         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1840         functions from article-* functions.
1841         (gnus-multi-decode-header): Replace mapcar called for effect with
1842         dolist.
1844         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1845         (gnus-bookmark-show-details): Replace mapcar called for effect with
1846         while loop.
1848         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1849         called for effect with while loop.
1851         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1852         with dolist.
1854         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1855         mapcar called for effect with dolist.
1857         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1859         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1860         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1861         Replace mapcar called for effect with dolist.
1862         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1863         mapc.
1865         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1866         Replace mapcar called for effect with dolist.
1867         (gnus-topic-list): Replace mapcar called for effect with mapc.
1869         * gnus.el: Use mapc instead of mapcar to add autoloads.
1871 2007-10-23  Richard Stallman  <rms@gnu.org>
1873         * gnus-group.el (gnus-group-highlight): Mark as risky.
1875 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1877         * gnus.el (gnus-server-to-method): Return method found first in
1878         gnus-newsrc-alist.
1880         * gnus-art.el (gnus-article-highlight-signature)
1881         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1882         button overlay without the front stickiness.
1884 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
1886         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1887         overview buffer needed a catch to receive its throw.
1888         (gnus-agent-flush-cache): Declared as interactive to make this function
1889         easier to use.
1891 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
1893         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1894         `next-line'.
1896 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1898         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1899         exclude address matching message-dont-reply-to-names.
1901 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1903         * gnus-util.el (gnus-string<): New function.
1905         * gnus-sum.el (gnus-article-sort-by-author)
1906         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1908 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1910         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1911         the frame-focus tag is set in gnus-buffer-configuration.
1913 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1915         * gnus-art.el (gnus-article-add-button): Make a button overlay without
1916         the front stickiness.
1918 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1920         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1921         url pattern; remove duplicate one.
1922         (gnus-article-extend-url-button): New function.
1923         (gnus-article-add-buttons): Use it.
1924         (gnus-button-push): Use concatenated url that it makes.
1926 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
1928         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1930 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1932         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1933         Don't hardcode point-min==1.
1935 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
1937         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1938         Fix comment about "iso8859-1".
1940 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
1942         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1943         ones returned from the verify-function.
1945         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1946         mml2015-extract-cleartext-signature if extraction failed.
1948 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
1950         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1951         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1952         failed.
1954 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1956         * Relicense "GPLv2 or later" files to "GPLv3 or later".
1958 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
1960         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
1961         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
1962         recommends to use EasyPG instead of PGG.
1964         * pgg.el: Revert to revision 6.23.2.16
1966         * pgg-def.el: Revert to revision 6.6.2.14.
1968         * pgg-gpg.el: Revert to revision 6.23.2.34.
1970 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
1972         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
1973         to mark a thread as expirable.  Add variable `hide' to handle hiding of
1974         thread for both the null and zero (kill/expire thread) universal prefix
1975         cases.
1976         (gnus-summary-expire-thread): Add new function to expire a thread,
1977         using gnus-summary-kill-thread.
1978         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
1979         shortcuts for gnus-summary-expire-thread.
1980         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
1981         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
1983 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1985         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
1986         extras value, so an extras entry can be deleted.
1987         (gnus-registry-delete-extra-entry): Use it.
1988         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
1989         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
1990         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
1991         storage through the gnus-registry, and provide an appropriate API for
1992         it.
1994 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1996         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
1997         Suggested by Leo <sdl.web@gmail.com>.
1999         * gnus.el: Do.
2001 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2003         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2004         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2006         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2008         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2009         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2011 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2013         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2014         newline.
2015         (nnmbox-request-accept-article): Don't change article in source buffer;
2016         narrow to header to use message-fetch-field rather than
2017         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2018         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2019         as delimiters; make sure article ends with newline.
2020         (nnmbox-delete-mail): Correct last position of article to be deleted;
2021         ignore X-Gnus-Newsgroup header in article body.
2022         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2023         positions; make sure article ends with newline.
2025         * message.el (message-display-abbrev): Don't infloop when a user
2026         inserts SPC in the beginning of header.
2028         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2029         coding-system-for-read and coding-system-for-write for XEmacs having no
2030         file-coding feature.
2032         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2034 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2036         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2037         list of groups not followed by default.  Fix type to be regexp.
2038         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2040 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2042         * hmac-def.el (define-hmac-function): Switch from old-style to
2043         new-style backquotes.
2045         * md4.el (md4-make-step): Likewise.
2047 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2049         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2050         raw-text coding system when saving .newsrc file, which may contain
2051         non-ASCII group names.
2053 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2055         * gnus-cus.el (gnus-score-extra): New widget.
2056         (gnus-score-extra-convert): New function.
2057         (gnus-score-customize): Use it for Extra.
2059 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2061         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2062         (mml2015-mailcrypt-clear-verify): Use it.
2063         (mml2015-gpg-clear-verify): Use it.
2064         (mml2015-pgg-clear-verify): Use it.
2065         (mml2015-epg-clear-verify): Replace the current part with the output
2066         from GnuPG; don't extract the plaintext by itself.
2068         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2069         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2070         mml2015-clear-verify-function; don't touch the armor headers or
2071         dash-escaped text here.
2073 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2075         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2076         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2077         parts, or application/octet-stream as a last resort.
2078         (gnus-mime-view-part-as-type): Don't toggle display.
2079         (gnus-mime-view-part-as-charset): Don't turn off display before
2080         querying charset.
2082         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2083         stuff to undisplayer function in Emacs.
2084         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2086         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2087         text/calendar parts.
2089 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2091         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2092         decoding text/calendar parts.
2094         * message.el (message-forward-make-body-mime): Always mark body as
2095         having no illegible text; remove signed-or-encrypted argument.
2096         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2098         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2099         (mml-generate-mime-1): Don't encode body if it is specified to be in
2100         raw form; don't make buffer be unibyte when inserting multibyte string.
2102 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2104         * sha1.el: Fix up comment style.
2105         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2106         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2108         * hex-util.el: Fix up comment style.
2109         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2111         * gnus-salt.el: Use with-current-buffer.
2112         (gnus-pick-setup-message): Fix long-standing typo.
2114 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2116         * imap.el (imap-logout-timeout): New variable.
2117         (imap-logout, imap-logout-wait): New functions.
2118         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2120         * nnimap.el (nnimap-logout-timeout): New server variable.
2121         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2122         nnimap-logout-timeout.
2124         * gnus-art.el (gnus-article-summary-command-nosave)
2125         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2127 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2129         * gnus.el (gnus-maximum-newsgroup): New variable.
2131         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2132         according to gnus-maximum-newsgroup.
2134         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2135         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2136         Limit the range of articles according to gnus-maximum-newsgroup.
2138 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2140         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2141         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2142         Don't perform gnus-configure-windows here; reuse existing sticky
2143         article buffer.
2145         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2146         it doesn't exist in gnus-article-mode.
2148 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2150         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2151         (gnus-agent-decoded-group-name): New function.
2152         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2153         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2155 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2157         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2158         Add binding for gnus-sticky-article.
2159         (gnus-summary-exit): Don't kill sticky article buffers.
2161         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2162         article buffer.
2163         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2164         (gnus-kill-sticky-article-buffers): New commands.
2166 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2168         * nntp.el (nntp-xref-number-is-evil): New server variable.
2169         (nntp-find-group-and-number): If it is non-nil, don't trust article
2170         numbers in the Xref header.
2172 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2174         * gnus-agent.el (gnus-agent-read-group): New function.
2175         (gnus-agent-flush-group, gnus-agent-expire-group)
2176         (gnus-agent-regenerate-group): Use it.
2177         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2178         nnmail-pathname-coding-system.
2180 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2182         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2184         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2185         that are unread as unread, and also as selected so that information of
2186         marks having been changed by a user may be updated when exiting group.
2188 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2190         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2191         calculated ignoring signature parts to gnus-treat-article.
2193 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2195         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2196         a point here in order to keep the window start.
2197         (gnus-insert-mime-security-button): Make a button overlay without the
2198         front stickiness.
2199         (gnus-mime-display-security): Goto the end of a button.
2201         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2203 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2205         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2206         group-name-at-point.
2207         (gnus-group-completing-read): New function that offers decoded
2208         non-ASCII group names for completion.
2209         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2210         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2211         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2212         (gnus-group-fetch-control): Use it.
2213         (gnus-fetch-group): Use group-name-at-point for the initial value
2214         rather than the default value; use gnus-alive-p.
2216         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2217         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2218         (gnus-summary-post-news): Use gnus-group-completing-read.
2220         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2221         (gnus-read-move-group-name): Decode group name for completion.
2223 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2225         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2226         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2227         Yamaoka slightly modified the code).
2229 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2231         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2232         (nnmail-split-incoming): Bind it.
2234         * nnml.el (nnml-group-name-charset): New function.
2235         (nnml-decoded-group-name): Use it; don't decode group name if
2236         nnmail-group-names-not-encoded-p is non-nil.
2237         (nnml-encoded-group-name): New function.
2238         (nnml-group-pathname): Inline nnml-decoded-group-name.
2239         (nnml-request-expire-articles): Decode group name in message.
2240         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2241         nnmail-pathname-coding-system.
2242         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2243         not decoded ones according to nnmail-group-names-not-encoded-p.
2244         (nnml-generate-active-info): Use nnml-encoded-group-name.
2246 2007-08-08  Glenn Morris  <rgm@gnu.org>
2248         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2249         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2250         doc-strings and comments.
2252 2007-07-25  Glenn Morris  <rgm@gnu.org>
2254         * Relicense all FSF files to GPLv3 or later.
2256 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2258         * gnus-sum.el (gnus-summary-move-article): Make
2259         gnus-summary-respool-article work.
2261 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2263         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2264         string.
2266 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2268         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2269         that should be ignored when comparing distant RSS articles with local
2270         ones.
2271         (nnrss-make-hash-index): New function.  Create a hash index according
2272         to the ignored fields.
2273         (nnrss-check-group): Use it.
2275 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2277         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2279         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2281         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2282         the new optional argument ENCODED is non-nil.
2283         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2284         coding system for encoding group name.
2285         (gnus-group-make-rss-group): Pass un-encoded group name to
2286         gnus-group-make-group.
2287         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2288         encoded.
2290         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2291         Encode group name to which articles are moved or copied.
2292         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2293         coding system for encoding Newsgroup, Followup-To and Xref headers.
2295         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2296         marks; use nnheader-file-coding-system to write a file.
2297         (nnagent-retrieve-headers): Bind file-name-coding-system to
2298         nnmail-pathname-coding-system.
2300         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2302         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2303         (nnml-request-article, nnml-request-create-group)
2304         (nnml-request-rename-group, nnml-find-id)
2305         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2306         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2307         (nnml-save-marks): Use nnml-group-pathname instead of
2308         nnmail-group-pathname.
2310         (nnml-request-create-group, nnml-request-expire-articles)
2311         (nnml-request-move-article, nnml-request-delete-group)
2312         (nnml-deletable-article-p, nnml-possibly-create-directory)
2313         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2314         (nnml-open-marks): Bind file-name-coding-system to
2315         nnmail-pathname-coding-system.
2317         (nnml-request-article): Pass server argument to nnml-find-group-number.
2318         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2319         server argument to nnml-possibly-create-directory.
2320         (nnml-request-accept-article): Pass server argument to
2321         nnml-active-number and nnml-save-mail.
2322         (nnml-find-group-number): Pass server argument to nnml-find-id.
2323         (nnml-request-update-info): Pass server argument to
2324         nnml-marks-changed-p.
2326         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2327         (nnml-save-mail, nnml-active-number): Add server argument.
2329         (nnml-request-delete-group): Warn if group is missing.
2330         (nnml-get-nov-buffer): Decode group name.
2331         (nnml-generate-active-info): Encode group name.
2332         (nnml-open-marks): Decode group name in messages.
2334 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2336         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2337         if it is not specified.
2338         (gnus-article-pipe-part, gnus-article-save-part)
2339         (gnus-article-interactively-view-part, gnus-article-copy-part)
2340         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2341         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2342         (gnus-article-replace-part, gnus-article-delete-part)
2343         (gnus-article-view-part-as-type): Pass raw prefix argument to
2344         gnus-article-part-wrapper.
2346 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2348         * gnus-agent.el (gnus-agent-save-active): Bind
2349         nnheader-file-coding-system to gnus-agent-file-coding-system.
2351         * gnus-cache.el (gnus-cache-save-buffers)
2352         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2353         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2354         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2355         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2356         (gnus-cache-generate-active, gnus-cache-rename-group)
2357         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2358         (gnus-cache-update-overview-total-fetched-for): Bind
2359         file-name-coding-system to nnmail-pathname-coding-system.
2360         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2361         variables.
2362         (gnus-cache-decoded-group-name): New function.
2363         (gnus-cache-file-name): Use it.
2364         (gnus-cache-generate-active): Use non-decoded group name for active.
2366         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2367         right place.
2368         (gnus-write-active-file): Don't break non-ASCII group names.
2370         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2371         nnmail-pathname-coding-system.
2373         * lpath.el: Bind default-file-name-coding-system,
2374         file-name-coding-system and language-info-alist for XEmacs.
2376         * gnus-uu.el (gnus-uu-decode-save): Typo.
2378 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2380         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2382 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2384         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2385         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2386         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2387         (gnus-agent-flush-group, gnus-agent-flush-cache)
2388         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2389         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2390         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2391         (gnus-agent-regenerate-group)
2392         (gnus-agent-update-files-total-fetched-for)
2393         (gnus-agent-update-view-total-fetched-for): Bind
2394         file-name-coding-system to nnmail-pathname-coding-system.
2395         (gnus-agent-group-pathname): Don't encode file names by
2396         nnmail-pathname-coding-system.
2397         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2398         coding-system-for-write instead of buffer-file-coding-system to
2399         gnus-agent-file-coding-system.
2401         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2402         Decode group name.
2404         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2406         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2407         (gnus-read-newsrc-el-file): Make group names unibyte.
2409         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2410         nnmail-pathname-coding-system.
2412         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2413         (nnrss-request-delete-group): Bind file-name-coding-system to
2414         nnmail-pathname-coding-system.
2415         (nnrss-read-server-data, nnrss-read-group-data): Bind
2416         file-name-coding-system correctly.
2417         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2419         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2420         (nntp-server-to-method-cache): New variable.
2421         (nntp-group-pathname): New function that decodes non-ASCII group names.
2422         (nntp-possibly-create-directory, nntp-marks-changed-p)
2423         (nntp-save-marks, nntp-open-marks): Use it.
2424         (nntp-possibly-create-directory, nntp-open-marks):
2425         Bind file-name-coding-system to nnmail-pathname-coding-system.
2426         (nntp-open-marks): Decode group names when bootstrapping marks.
2428         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2429         Newsgroups and Folowup-To headers.
2431 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2433         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2434         (gnus-server-closed-face, gnus-server-denied-face)
2435         (gnus-server-offline-face): Remove variable.
2436         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2438         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2439         of modifying message-stack directly for XEmacs.
2441         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2442         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2443         if the coding-system argument is nil for XEmacs.
2445         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2446         mm-charset-override-alist.
2448         * rfc2047.el: Don't require base64; require rfc2045 for the function
2449         rfc2045-encode-string.
2450         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2451         to quote the parameter value.
2453 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2455         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2456         form in gnus-group-name-charset-method-alist.
2458         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2459         overrides the default layout edit-form.
2461         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2463         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2465 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2467         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2468         as unfetched articles.
2470 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2472         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2474 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2476         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2477         original back end that keeps marks in the local system.
2479 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2481         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2482         arg of pop-to-buffer for XEmacs.
2483         (gnus-article-read-summary-keys): Ditto; don't restore window
2484         configuration if summary command ends up with neither article buffer
2485         nor summary buffer; describe bindings if summary keys end with C-h.
2487 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2489         * message.el (message-fix-before-sending): Skip raw message part to be
2490         forwarded while checking illegible text.
2491         (message-forward-make-body-mime, message-forward-make-body): Mark
2492         signed or encrypted raw message as having no illegible text.
2494 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2496         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2497         (gnus-message-with-timestamp-1): New macro.
2498         (gnus-message-with-timestamp): New function.
2499         (gnus-message): Use them.
2501         * nnheader.el (nnheader-message): Use them.
2503 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2505         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2506         .newsrc.eld file.
2508 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2510         * gnus-agent.el (gnus-agent-fetch-headers)
2511         (gnus-agent-retrieve-headers): Bind
2512         gnus-decode-encoded-address-function to identity.
2514         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2515         available also when the server returns simply a dot.
2517         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2519 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2521         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2523 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2525         * gnus-ems.el (gnus-x-splash): Make it work.
2527         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2528         from being used.
2530         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
2532 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2534         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
2535         4th and the 5th arguments.
2537         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2538         the front stickiness.
2539         (gnus-article-summary-command-nosave): Correct the order of the
2540         arguments passed to pop-to-buffer.
2541         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2542         summary command ends up with the article buffer.
2544         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2545         the same faces.
2547 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2549         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2551 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2553         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2554         * gnus-sum.el (gnus-summary-highlight):
2555         * pgg.el (pgg-sign-region, pgg-sign):
2556         * mail-source.el (mail-source-delete-old-incoming-confirm):
2557         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2559 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2561         * gnus-art.el (gnus-mime-view-part-externally)
2562         (gnus-mime-view-part-internally): Fix predicate function passed to
2563         completing-read.
2565         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2567         * gnus.el (gnus-update-message-archive-method): Add :version.
2569 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2571         * gnus.el (gnus-update-message-archive-method): New variable.
2573         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2574         according to gnus-message-archive-method if
2575         gnus-update-message-archive-method is non-nil.
2577 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2579         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2580         by Loic Dachary <loic@dachary.org>.
2581         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2583 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2585         * message.el (message-pop-to-buffer): Add switch-function argument.
2586         (message-mail): Pass switch-function argument to it.
2588 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
2590         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2591         Improve doc string.
2593 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2595         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2596         (gnus-header-content)
2597         * gnus-cite.el (gnus-cite-10)
2598         * gnus-srvr.el (gnus-server-closed)
2599         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2600         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2601         (gnus-group-mail-3-empty, gnus-group-mail-low)
2602         (gnus-group-mail-low-empty, gnus-splash)
2603         * message.el (message-header-to, message-header-cc)
2604         (message-header-subject, message-header-other, message-header-name)
2605         (message-header-xheader, message-separator, message-cited-text)
2606         (message-mml): Lighten colors of faces used for dark background.
2608 2007-05-24  Simon Josefsson  <simon@josefsson.org>
2610         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2611         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
2613 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2615         * message.el (message-narrow-to-headers-or-head):
2616         Ignore mail-header-separator in the body.
2618 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2620         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2621         same as window size.
2623 2007-05-22  Kevin Ryde  <user42@zip.com.au>
2625         * message.el (message-font-lock-keywords): Use message-header-xheader
2626         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
2627         ahead of the anything pattern, to get it recognised.
2629 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2631         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
2632         spam.el loads uses it in the compiled defadvice form.
2634 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
2636         * gnus-sum.el (gnus-articles-to-read)
2637         (gnus-summary-insert-old-articles): Don't truncate group name for
2638         `read-string'.
2640         * gnus-util.el (gnus-limit-string): Delete this function.
2642         * gnus-sum.el (gnus-simplify-subject-fully): Use
2643         `truncate-string-to-width' instead.
2645 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
2647         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
2648         if, on summary exit, the next group has to be selected.
2649         (gnus-summary-exit): Use it.
2651 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2653         * gnus-art.el (gnus-article-mode): Fix comment about displaying
2654         non-break space.
2656 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2658         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2659         Check if group is not a directory.
2660         (nnfolder-request-expire-articles): Don't delete articles if the target
2661         group is not available.
2663         * nnml.el (nnml-request-create-group): Properly check if group is not a
2664         file.
2665         (nnml-request-expire-articles): Don't delete articles if the target
2666         group is not available.
2668         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2669         Don't quote characters that are within parentheses.
2671 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2673         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2674         (gnus-handle-ephemeral-exit): Select article according to it.
2676 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2678         * message.el (message-insert-formated-citation-line): Remove newline.
2679         (message-citation-line-format): Add final \n here so that the user can
2680         avoid a blank line.
2682 2007-05-03  Dan Christensen  <jdc@uwo.ca>
2684         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2685         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2686         Update lanl/arXiv support.
2688 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2690         * gnus.el: Bump version number.
2692 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2694         * gnus.el (gnus-version-number): Bump version.
2696 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2698         * gnus.el: No Gnus v0.6 is released.
2700 2007-04-27  Didier Verna  <didier@xemacs.org>
2702         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2703         * gmm-utils.el (gmm-regexp-concat): here.
2704         * message.el: Don't require 'gnus-util.
2705         (message-dont-reply-to-names): Handle name change above.
2706         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2708 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2710         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2711         since the initial value varies according to the system.
2713 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2715         * mm-util.el (mm-charset-synonym-alist): Defcustom.
2717 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
2719         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2721 2007-04-24  Didier Verna  <didier@xemacs.org>
2723         Improve the type of gnus-ignored-from-addresses.
2724         * gnus-util.el (gnus-orify-regexp): New function.
2725         * message.el (gnus-util): Require it.
2726         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2727         * gnus-sum.el (gnus-ignored-from-addresses): New function.
2728         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2730 2007-04-24  Didier Verna  <didier@xemacs.org>
2732         * gnus-sum.el:
2733         * gnus-utils.el: Fix some trailing whitespaces.
2735 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2737         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2738         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2739         article's Message-ID; refer parent article in summary buffer.
2741         * message.el (message-bounce): Call mime-to-mml.
2743         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
2744         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
2745         optimize and/or forms properly.
2747 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
2749         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
2750         URL.
2752 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2754         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2756 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2758         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2759         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2760         displayed of multipart/alternative part if it is invoked from summary
2761         buffer.
2763         * mm-view.el (mm-inline-text-html-render-with-w3m)
2764         (mm-inline-text-html-render-with-w3m-standalone)
2765         (mm-inline-render-with-function): Use mail-parse-charset by default.
2767 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2769         * parse-time.el (parse-time-string-chars): Check if CHAR
2770         is less than the length of parse-time-syntax.
2772 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2774         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2775         from gnus-newsgroup-processable.
2777 2007-04-16  Didier Verna  <didier@xemacs.org>
2779         * gnus-msg.el (gnus-configure-posting-styles): Handle
2780         message-signature-directory properly with :file syntax.  Reported by
2781         "Leo".
2783 2007-04-11  Didier Verna  <didier@xemacs.org>
2785         New user option: message-signature-directory.
2786         * gnus-msg.el (gnus-configure-posting-styles): Support it.
2787         * message.el (message-insert-signature): Ditto.
2788         * message.el (message-signature-file): Doc update.
2789         * message.el (message-signature-directory): New.
2791 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2793         * gnus-msg.el (gnus-inews-yank-articles): Use
2794         message-exchange-point-and-mark instead of exchange-point-and-mark.
2796 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2798         * message.el (message-yank-original): Make sure cited text ends with
2799         newline; don't exchange point and mark.
2801 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2803         * tls.el (open-tls-stream): Properly handle case where there
2804         is no associated buffer.
2806 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
2808         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2809         message-yank-original, make sure (< mark TEXT point).
2811 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2813         * message.el (message-fill-column): New variable.
2814         (message-mode): Use it.  Add comment on a possible new hook.
2816         * nnmail.el (nnmail-spool-file): Mark as obsolete.
2817         (nnmail-get-new-mail): Reformat.
2819         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2821         * gmm-utils.el: Fix Commentary.
2822         (gmm-tool-bar-from-list): Fix typo in doc string.
2824 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
2826         * message.el (message-yank-original): Don't switch point and mark
2827         unnecessarily to put point and mark as documented.
2829 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2832         from the message heads.
2834 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
2836         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2837         article buffer does not have a window.  This may not be the best
2838         solution but is certainly better than setting the start of the null,
2839         that is the current, window.
2841 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2843         * gnus-draft.el (gnus-draft-setup-hook): New hook.
2844         (gnus-draft-setup): Run it.
2846         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2847         gnus-score-fast-scoring.  Allow regexp.
2848         (gnus-score-headers): Use it.
2850         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2851         XEmacs.
2853         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2854         string.
2855         (gnus-button-alist): Also catch `<f1> k ...'.
2856         (gnus-treat-display-x-face): Fix doc string.
2858 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2860         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2861         evaluation of gnus-extended-version to ensure correct generation of the
2862         User-Agent header when message-generate-headers-first is used.
2864 2007-03-24  Simon Josefsson  <simon@josefsson.org>
2866         * hashcash.el (hashcash-generate-payment-async): Don't crash if
2867         hashcash-path is nil.  Don't call callback with incorrect number of
2868         parameters if val is 0.
2870 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2872         * message.el (message-required-news-headers):
2873         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2875 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
2877         * tls.el (open-tls-stream): In handshake-waiting loop,
2878         don't wait more if there is output available to process.
2880 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
2882         * tls.el (tls-program): Doc fix.
2884 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2886         * message.el (message-generate-new-buffers): Change the meaning of the
2887         nil value; add `standard' to the choices; treat t as `unique'; improve
2888         doc string.
2889         (gnus-select-frame-set-input-focus): Autoload.
2890         (message-buffer-name): Search for the existing message buffer if
2891         message-generate-new-buffers is nil or `standard'; treat the value t of
2892         message-generate-new-buffers as `unique'.
2893         (message-pop-to-buffer): Raise the frame already displaying the message
2894         buffer; clear the echo area after querying.
2895         (message-setup): Pass the `continue' argument to compose-mail.
2896         (message-mail): Prefer `switch-function' if it is given; search for the
2897         existing message buffer if the `continue' argument is non-nil; pass
2898         continue and switch-function arguments to compose-mail by way of
2899         message-setup.
2900         (message-mail-other-window): Adjust argument of message-setup.
2901         (message-mail-other-frame): Ditto.
2903 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2905         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2906         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2907         to turn font-lock on when turning gnus-message-citation-mode on.
2909 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
2911         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2912         (mml-smime-function-alist): New variable; add epg as the backend.
2913         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2914         mml-smime- functions instead.
2915         * mm-view.el: Require smime.
2917 2007-03-05  Didier Verna  <didier@xemacs.org>
2919         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2920         instead of just inheritance for posting styles.
2921         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2923 2007-02-24  Chris Moore  <dooglus@gmail.com>
2925         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
2926         * pgg-pgp.el (pgg-pgp-encrypt-region):
2927         * pgg-gpg.el (pgg-gpg-encrypt-region):
2928         Check pgg-encrypt-for-me if no other recipients.
2930 2007-02-24  John Paul Wallington  <jpw@pobox.com>
2932         * tls.el (tls-certtool-program): Fix custom type.
2934 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2936         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2937         and point-at-eol instead of line-(beginning|end)-position.
2939         * assistant.el (assistant-parse-buffer): Ditto.
2941         * netrc.el (netrc-parse-services): Ditto.
2943 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
2945         * mml2015.el (mml2015-epg-find-usable-key): New function.
2946         (mml2015-epg-sign): Use it.
2947         (mml2015-epg-encrypt): Use it.
2949 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2951         * message.el (message-make-in-reply-to): Quote name containing
2952         non-ASCII characters.  It will make the RFC2047 encoder cause an error
2953         if there are special characters.  Reported by NAKAJI Hiroyuki
2954         <nakaji@jp.freebsd.org>.
2956 2007-02-27  Didier Verna  <didier@xemacs.org>
2958         Include the group parameters as well as the topic ones in the
2959         inheritance filter process.
2960         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2961         argument GROUP-PARAMS-LIST.
2962         * gnus-topic.el (gnus-group-topic-parameters): Use it.
2964 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2966         * nntp.el (nntp-never-echoes-commands)
2967         (nntp-open-connection-functions-never-echo-commands): New variables.
2968         (nntp-send-command): Use them.
2970 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
2972         * mml2015.el (mml2015-epg-verify): Simplified.
2974 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2976         * mml.el (mml-content-disposition-alist): New user option.
2977         (mml-content-disposition): New function.
2978         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
2979         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
2981 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
2983         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
2984         verification.
2986 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2988         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
2989         articles posted in the last 24 hours.
2991 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
2993         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
2995 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
2997         * nntp.el (nntp-send-command): Don't wait for echoes when
2998         nntp-open-ssl-stream is used.
3000 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3002         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3003         (gnus-message-add-citation-keywords)
3004         (gnus-message-remove-citation-keywords): Remove.
3005         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3006         directly, make the variables in font-lock-defaults buffer-local, add
3007         gnus-message-citation-keywords to them and then update the value of
3008         font-lock-keywords.
3010 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3012         * message.el (message-cite-original-1): Don't call
3013         gnus-article-highlight-citation.
3015         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3016         citations; fix line count.
3018 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3020         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3021         (gnus-message-add-citation-keywords)
3022         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3023         versions of font-lock-add-keywords and font-lock-remove-keywords to
3024         work with XEmacs correctly.
3026 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3028         * gnus-cite.el (gnus-cite-face-list): Set the values of
3029         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3030         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3031         (gnus-message-cite-prefix-regexp): New variable.
3032         (gnus-message-search-citation-line): Use it; protect against long
3033         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3034         the 0th match data for Emacs.
3035         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3036         (gnus-message-add-citation-keywords): Append keywords rather than
3037         prepending; emulate font-lock-add-keywords if it is not available.
3038         (gnus-message-remove-citation-keywords): Emulate
3039         font-lock-remove-keywords if it is not available.
3041         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3043         * message.el (message-cite-prefix-regexp): Set the value of
3044         gnus-message-cite-prefix-regexp.
3046 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3048         * nnweb.el (nnweb-google-parse-1): Update parser.
3050 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3052         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3054 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3056         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3057         regexp.
3059 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3061         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3062         string-to-multibyte.
3063         (uudecode-decode-region-internal): Use it.
3065         * lpath.el: Fbind string-as-multibyte for XEmacs.
3067 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3069         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3070         custom choice.
3072         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3074 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3076         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3078         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3079         `write-region' to respect `mm-inhibit-file-name-handlers'.
3081 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3083         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3084         Use gnus-home-directory instead of "~/" or "$HOME".
3086 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3088         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3089         to mention filename.
3090         Add comments at beginning regarding usage.
3091         (encrypt-write-file-contents): Change interactive so a string is
3092         acceptable.  If the file has no associated model, show an error instead
3093         of a nonsense prompt.
3095 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3097         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3098         Thanks to Yoshihiko Yamada for kind notification of this typo.
3100 2007-01-12  Kenichi Handa  <handa@m17n.org>
3102         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3103         multibyte buffer.
3105 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3107         * gnus-score.el (gnus-score-fast-scoring): New variable.
3108         (gnus-score-headers): Use it.
3110         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3112         * message.el (message-cite-original-1): Call
3113         gnus-article-highlight-citation if requested.
3114         (message-make-from): Allow name and address as optional arguments.
3116         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3118         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3119         bugs to doc string.
3120         (gnus-button-alist): Add mid\\|message-id.
3121         (gnus-button-fetch-group): Extend for use in
3122         `browse-url-browser-function'.
3123         (gnus-button-url-regexp): Try to catch paired parentheses like in
3124         Wikipedia URLs.
3126         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3127         Suggested by Simon Krahnke <overlord@gmx.li>.
3129 2007-01-13  Romain Francoise  <romain@orebokech.com>
3131         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3132         Update copyright.
3134 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3136         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3138 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3140         * gnus-registry.el (gnus-registry-unfollowed-groups)
3141         (gnus-registry-split-fancy-with-parent): Fix documentation.
3143 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3145         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3146         from nnweb groups.
3148 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3151         Xref urls.  Erase buffer before requesting head.
3153 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3155         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3156         customizable.
3158 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3160         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3161         no signing key is found.
3162         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3163         no encrypting and/or signing key is found.
3165 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3167         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3169 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3171         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3172         headers read from disk with the ones newly found in the current search.
3173         This should no longer cause problems, because the article numbers in
3174         Gmane's `nov.php' output are ignored since the previous change.
3176 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3178         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3180 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3182         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3183         replace-regexp-in-string; bind url-version; fbind display-images-p and
3184         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3185         find-face and set-itimer-function for Emacs; bind itimer-list for
3186         Emacs.
3188         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3190 2007-01-01  Romain Francoise  <romain@orebokech.com>
3192         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3194 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3196         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3197         `define-minor-mode' macro definition expanded properly.
3198         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3199         exclude it there.
3201         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3202         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3203         `fboundp' test.
3204         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3205         This is OK to autoload in (S)XEmacs now.
3207 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3209         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3210         keystroke.
3211         (gnus-summary-limit-to-singletons): Fix typo.
3213         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3214         else fails.
3216 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3218         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3219         docstring.
3221         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3222         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3223         (gnus-summary-insert-dormant-articles): Fix typo in message.
3225 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3227         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3228         nil for XEmacs.
3229         (gnus-message-citation-mode): Don't autoload in XEmacs.
3231         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3233 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3235         * nnimap.el (nnimap-expunge-search-string): Mention
3236         nnimap-search-uids-not-since-is-evil in docstring.
3238 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3240         * spam.el: Revert to make-obsolete-variable because
3241         define-obsolete-variable-alias is not supported in Emacs 21.
3243         * spam.el (spam-ifile-path, spam-ifile-database-path)
3244         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3245         make-obsolete-variable.
3246         (spam-bsfilter-path, spam-bsfilter-program)
3247         (spam-spamassassin-path, spam-spamassassin-program)
3248         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3249         use "path" inappropriately.
3250         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3251         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3252         variable names.
3254 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3256         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3257         summary buffer.
3259         * password.el (password-cache-remove): Use clear-string to burn
3260         password, if available.
3262 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3264         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3266         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3268         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3269         (gnus-message-highlight-citation): Move defcustom here from
3270         gnus-cite.el.
3271         (gnus-message-citation-mode): Autoload.
3273         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3274         checks to make it compile with XEmacs.
3275         (gnus-message-citation-mode): New minor mode.
3276         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3277         (gnus-message-highlight-citation): New variables.
3278         (gnus-message-search-citation-line)
3279         (gnus-message-add-citation-keywords)
3280         (gnus-message-remove-citation-keywords)
3281         (turn-on-gnus-message-citation-mode)
3282         (turn-off-gnus-message-citation-mode): New functions.
3284 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3286         * gnus-cite.el: Enable highlighting of different citation levels in
3287         message-mode.
3289 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3291         * message.el (message-make-fqdn): Fix comment.
3292         (message-bogus-system-names): Add ".local".
3294         * spam.el (spam-ifile-path, spam-ifile-program)
3295         (spam-ifile-database-path, spam-ifile-database)
3296         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3297         Don't use "path" inappropriately.
3298         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3299         strings.
3300         (spam-check-ifile, spam-ifile-register-with-ifile)
3301         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3302         new variable names.
3304         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3305         (gnus-treat-display-smileys): Simplify using
3306         gnus-image-type-available-p.
3308         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3309         available.
3311         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3312         `display-images-p' if available.
3314 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3316         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3317         one after turning on the buffer's multibyteness instead of decoding
3318         them directly in the unibyte buffer that causes unexpected conversion
3319         in Emacs 23 (unicode).
3321 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3323         * message.el (message-generate-hashcash): Fix custom type.
3325 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3327         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3329 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3331         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3332         disconnect icons.  Add help text.
3334 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3336         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3337         negated to be consistent with the others we handle.
3339 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3341         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3342         version of gnus-summary-buffer to something, so that we can use two
3343         article buffers at the same time.
3345 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3347         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3348         trigger all the extra headers.
3349         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3350         sorting.
3352 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3354         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3355         solid groups.
3357 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3359         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3361 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3363         * legacy-gnus-agent.el: Add Copyright notice.
3365 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3367         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3369 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3371         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3373         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3374         to make it work reliably in CVS Emacs.
3375         (gnus-summary-limit-strange-charsets-predicate)
3376         (gnus-summary-limit-to-predicate): New functions.
3378 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3380         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3381         specifying array size.
3382         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3383         array if it is too small.
3384         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3385         (gnus-sort-threads-loop): New function.
3387 2006-12-06  Chris Moore  <dooglus@gmail.com>
3389         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3390         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3392 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3394         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3395         options.
3397 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3399         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3400         DOS-ing the recipient.
3402         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3403         the headers when creating the mapping to avoid mismappings.
3404         (nnweb-gmane-create-mapping): Always nix out old mapping.
3406 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3408         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3409         and mm-verify-option to never.
3411 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3413         * message.el (message-signed-or-encrypted-p): New function.
3414         (message-forward-make-body): Use it.
3416         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3417         Replace encode-coding-string with mm-encode-coding-string.
3419 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3421         * nneething.el (nneething-decode-file-name): Replace
3422         decode-coding-string with mm-decode-coding-string.
3424         * gnus-int.el (gnus-open-server): Say failed server's name.
3426 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3428         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3429         strings to a single string.  Quote `errors-file-name'.
3430         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3431         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3432         Adjust calls.  Use `shell-quote-argument'.
3434 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3436         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3437         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3439         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3440         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3441         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3442         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3443         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3444         (gnus-subscribe-newsgroup, gnus-1):
3445         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3446         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3447         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3448         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3450 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3452         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3453         keystroke.
3454         (gnus-summary-limit-to-bodies): Implement headersp.
3456 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3460 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3462         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3464 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3466         * message.el (message-generate-hashcash): Expand range of values to
3467         include `opportunistic'.
3468         (message-send-mail): Use it.
3470 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3472         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3473         and comment it.
3475         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3477 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3479         * gnus-util.el (gnus-extract-address-components): Improve comment.
3481 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3483         * gnus-util.el (gnus-extract-address-components): Work with address in
3484         which the name portion contains @.
3486         * lpath.el: Fbind custom-autoload.
3488 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3490         * gnus.el (gnus-start): Move custom group up.
3491         (gnus-select-method): Don't autoload, but make it available for
3492         `customize-variable'.
3493         (gnus-getenv-nntpserver): Don't autoload.
3495 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3497         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3499 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3501         * message.el (message-sendmail-extra-arguments): New variable.
3502         (message-send-mail-with-sendmail): Use it.
3504 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3506         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3507         mm-with-unibyte-current-buffer to make string unibyte.
3509         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3510         mm-string-as-multibyte.
3512 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3514         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3515         Reported by Werner Koch <wk@gnupg.org>.
3517 2006-11-14  Daiki Ueno  <ueno@p360>
3519         * mml2015.el: Autoload epa-select-keys when compiling.
3521 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3523         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3524         message-options.
3525         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3527 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3529         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3530         EasyPG (< 0.0.6).
3531         (mml2015-always-trust): New user option.
3532         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3533         prompt.
3535 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3537         * nntp.el (nntp-authinfo-force): New variable.
3538         (nntp-send-authinfo): Use it.
3540 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3542         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3543         decode encoded words.  Improve prompt.  Add comment about forwarding.
3544         (message-replacement-char): Move up.
3546 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3548         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3549         instead of gnus-intersection because arguments of gnus-sorted-nunion
3550         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3552 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3554         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3555         (message-simplify-subject-functions): Enable
3556         message-strip-subject-encoded-words by default.
3558 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3560         * message.el (message-strip-subject-encoded-words): New function
3561         (message-simplify-subject-functions): New variable.
3562         (message-simplify-subject): Use it.  Fix typo in doc string.
3563         Support message-strip-subject-encoded-words.
3565 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3567         * gnus-diary.el (gnus-diary-delay-format-function):
3568         * nndiary.el (nndiary-reminders):
3569         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3571 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3573         * gnus-art.el (article-hide-boring-headers): Fetch date from
3574         gnus-original-article-buffer to avoid problems with localized date
3575         strings.
3577 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3579         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3581 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3583         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3584         New variables.
3585         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3586         (mm-charset-synonym-alist): Move some entries to
3587         mm-codepage-iso-8859-list.
3588         (mm-charset-synonym-alist, mm-charset-override-alist): Add
3589         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3591 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3593         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3595 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3597         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3598         with Emacs 21 and XEmacs.
3600 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3602         * spam.el (spam-parse-address): New function for better parsing,
3603         catching errors, etc.
3604         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3606 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3608         * mm-view.el: Add interactive arg to html2text autoload.
3610 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3612         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3614 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
3616         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3617         variables.
3618         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3619         (mm-charset-synonym-alist): Move some entries to
3620         mm-codepage-iso-8859-list.
3622         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3624 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
3626         * message.el (message-citation-line-format)
3627         (message-insert-formated-citation-line): Fix implementation of %E, %N
3628         and %n according to the doc string.
3630 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
3632         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3633         car-safe to avoid bad parses.
3635 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3637         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3638         names.
3640         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3642 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3644         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3645         header.
3647         * message.el (message-draft-headers): Add Date.
3648         (message-headers-to-generate): Fix typo in docstring.
3650         * nndraft.el (nndraft-required-headers): New variable.
3651         (nndraft-generate-headers): Use it.
3653         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3655 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3657         * gnus-registry.el (gnus-registry-wash-for-keywords)
3658         (gnus-registry-find-keywords): New functions to allow easy searching of
3659         articles that are in the registry.
3661 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3663         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3664         ietf-drums-parse-address instead of gnus-extract-address-components.
3665         Reported by Damien Elmes <damien@repose.cx>.
3667 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3669         * gnus.el (gnus-mime): Remove unused custom group.
3671 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3673         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3674         "blank line" when searching for end of armor headers.
3676 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3678         * gmm-utils.el (gmm-write-region): Fix variable name.
3680 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
3682         * gmm-utils.el (gmm-write-region): New function based on compatibility
3683         code from `mm-make-temp-file'.
3685         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3687         * nnmaildir.el (nnmaildir--update-nov)
3688         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3689         Use `gmm-write-region'.
3691 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3693         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3694         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3696         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3698         * message.el (message-replacement-char): New variable.
3699         (message-fix-before-sending): Use it.
3700         (message-simplify-subject): New function to remove duplicate code.
3701         (message-reply, message-followup): Use it.
3703         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3704         gnus-summary-limit-to-articles.
3706 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3708         * gnus-util.el (gnus-with-local-quit): New macro.
3710         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3712 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
3714         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3715         ignore non-string data.
3717 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
3719         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3720         non-string data (needs to be done in the registry too).
3722 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3724         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3725         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3726         (gnus-registry-split-fancy-with-parent)
3727         (gnus-registry-fetch-simplified-message-subject-fast)
3728         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3729         Remove text properties on ingress into the registry and when it's saved.
3730         (gnus-registry-clean-empty-function): Fix bug with cleaning the
3731         registry from entries with no groups.
3733 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3735         * gnus-util.el (gnus-string-remove-all-properties): Add utility
3736         function to remove string properties.
3738 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3740         * gmm-utils.el (gmm): Adjust custom version.
3742         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3743         custom version.
3745         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3747 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3749         * gnus-art.el (gnus-insert-prev-page-button)
3750         (gnus-insert-next-page-button): Simplify.  Reformat.
3752 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3754         * gnus-art.el (gnus-insert-prev-page-button)
3755         (gnus-insert-next-page-button): Apply gnus-article-button-face.
3757 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
3759         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3761 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3763         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3764         gnus-article-button-face to MIME and security buttons.
3766 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
3768         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3769         readable.
3771 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3773         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
3775 2006-09-20  Steve Youngs  <steve@sxemacs.org>
3777         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3778         `browse-url-of-file' instead of `browse-url'.
3780 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3782         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3783         regexp.  Articles containing quotation were cut prematurely.
3785 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3787         * message.el (message-cite-original-1): Use nobody by default for the
3788         value of From header.
3789         (message-reply): Ditto.
3791 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
3793         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3794         to the gnus-info.  This fixes a bug of inline-PGP message verification.
3795         Reported by Michael Piotrowski <mxp@dynalabs.de>.
3797 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
3799         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3800         mails in the doc string.  Add some URLs in comment.
3801         (pop3-movemail): Warn about pop3-leave-mail-on-server.
3803 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3805         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3806         backslashes handling and the way to find boundaries of quoted strings.
3808 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
3810         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3811         mml1991-encrypt-to-self is set and mml1991-signers is not set.
3812         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3813         mml2015-encrypt-to-self is set and mml2015-signers is not set.
3815 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3817         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
3818         doc string.
3819         (gnus-button-regexp, gnus-button-last): Remove unused variables.
3821 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3823         * lpath.el: Fbind epg-check-configuration.
3825 2006-09-06  Simon Josefsson  <jas@extundo.com>
3827         * mml2015.el (mml2015-use): Doc fix, mention epg.
3829 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3831         * mml2015.el (mml2015-use): Default to epg, if available.
3833 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3835         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3836         message-sender.
3837         (mml1991-epg-encrypt): Ditto.
3838         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3839         message-sender.
3840         (mml2015-epg-encrypt): Ditto.
3842 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
3844         * message.el (message-send-mail-with-sendmail): Look for sendmail in
3845         several common directories.
3847 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
3849         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3850         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3852 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3854         * gnus-art.el (article-decode-encoded-words): Make it fast.
3856 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3858         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3860         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3861         in quoted string into `\'.
3863 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3865         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3866         Use standard-syntax-table.
3868 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3870         * gnus-art.el (gnus-decode-address-function): New variable.
3871         (article-decode-encoded-words): Use it to decode headers which are
3872         assumed to contain addresses.
3873         (gnus-mime-delete-part): Remove useless `or'.
3875         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3876         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3877         (gnus-nov-parse-line): Use it to decode From header.
3878         (gnus-get-newsgroup-headers): Ditto.
3879         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3881         * mail-parse.el (mail-decode-encoded-address-region): New alias.
3882         (mail-decode-encoded-address-string): New alias.
3884         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3885         New function.
3886         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3887         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3888         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3889         (rfc2047-decode-string): Ditto.
3890         (rfc2047-decode-address-region): New function.
3891         (rfc2047-decode-address-string): New function.
3893 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
3895         * message.el (message-caesar-buffer-body): Allow rotating headers.
3897         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3899         * message.el (message-insert-formated-citation-line): Fix %f.
3900         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3902 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3904         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3905         (gnus-bookmark-mouse-available-p): New macro.
3906         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3907         (gnus-bookmark-bmenu-show-infos): Use it.
3908         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3909         (gnus-bookmark-bmenu-hide-infos): Ditto.
3910         (gnus-bookmark-remove-properties): New function.
3911         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3912         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3913         (gnus-bookmark-write-file): Bind coding-system-for-write.
3914         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3915         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3916         group before selecting it.
3917         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3918         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3919         quit-window if it is not available; use gnus-mouse-2 and bind it to
3920         gnus-bookmark-bmenu-select-by-mouse.
3921         (gnus-bookmark-show-details): Remove unused variable `details-list'.
3922         (gnus-bookmark-bmenu-select-by-mouse): New function.
3924 2006-08-13  Romain Francoise  <romain@orebokech.com>
3926         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3927         space.
3929 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3931         * compface.el (uncompface): Use binary rather than raw-text-unix.
3933 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3935         * compface.el (uncompface): Make sure the eol conversion doesn't take
3936         place when communicating with the external programs.  Reported by
3937         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3939 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3941         * nnheader.el (nnheader-insert-head): Fix typo in comment.
3943 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3945         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3946         Make it more robust by parsing author and date independently.
3948 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3950         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3952 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
3954         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3955         first matching secret key.
3956         (mml2015-epg-encrypt): Ditto.
3958         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3959         first matching secret key.
3960         (mml1991-epg-encrypt): Ditto.
3962         * mml2015.el (mml2015-encrypt-to-self): New user option.
3963         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3964         mml2015-epg-encrypt-to-self is set.
3966         * mml1991.el (mml1991-encrypt-to-self): New variable.
3967         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3968         mml1991-epg-encrypt-to-self is set.
3970         * mml2015.el (mml2015-signers): New user option.
3971         (mml2015-epg-sign): Reflect the value of mml2015-signers.
3972         (mml2015-epg-encrypt): Allow to select signing keys.
3974         * mml1991.el (mml1991-signers): New variable.
3975         (mml1991-epg-sign): Reflect the value of mml1991-signers.
3976         (mml1991-epg-encrypt): Allow to select signing keys.
3978 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3980         * nnheader.el (nnheader-insert-head): Make it work even if the file
3981         uses CRLF for the line-break code.
3983 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
3985         * mml2015.el: Require mml-sec instead of password.
3986         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
3987         (mml2015-cache-passphrase): Inherit the default value from
3988         mml-secure-cache-passphrase.
3989         (mml2015-passphrase-cache-expiry): Inherit the default value from
3990         mml-secure-passphrase-cache-expiry.
3992         * mml1991.el: Require mml-sec instead of password.
3993         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
3994         (mml1991-cache-passphrase): Inherit the default value from
3995         mml-secure-cache-passphrase.
3996         (mml1991-passphrase-cache-expiry): Inherit the default value from
3997         mml-secure-passphrase-cache-expiry.
3999         * mml-sec.el: Require password.
4000         (mml-secure-verbose): New user option.
4001         (mml-secure-cache-passphrase): New user option.
4002         (mml-secure-passphrase-cache-expiry): New user option.
4004 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4006         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4007         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4008         andreas@altroot.de (Andreas Vögele).
4010         FIXME: Use `tiny change'?
4012 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4014         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4015         workaround for the url package included with Emacs.
4017         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4019 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4021         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4022         correctly.  This fixes a bug caused by the 2006-05-12 change.
4024 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4026         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4027         some information about the error when saying that the `bogus' mail
4028         group will be used.
4030 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4032         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4033         string.
4035 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4037         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4039 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4041         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4043 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4045         * mml1991.el (mml1991-function-alist): Add epg.
4046         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4047         (mml1991-epg-encrypt): New functions.
4049 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4051         * mml2015.el (mml2015-verbose): New variable.
4052         (mml2015-cache-passphrase): Ditto.
4053         (mml2015-passphrase-cache-expiry): Ditto.
4054         (mml2015-function-alist): Add epg.
4055         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4056         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4057         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4058         functions.
4060 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4062         * message.el (message-cite-original-1): Preserve region when removing
4063         quoted text due to X-No-Archive in order to avoid bogus attribution
4064         when citing multiple messages.
4066 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4068         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4069         Kenneth Jacker <khj@be.cs.appstate.edu>.
4071 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4073         * gnus-diary.el (gnus-user-format-function-d)
4074         (gnus-user-format-function-D): Autoload.
4076         * imap.el (Commentary): Fix typo.
4078         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4079         2006-04-22 contribution.
4081 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4083         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4084         It didn't really fix the bogosity I'm seeing with solid web groups.
4086 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4088         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4089         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4090         created using server names.  If we use the feature without declaring
4091         it, Gnus does not properly manage server and group state.
4093         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4094         bound.
4096 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4098         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4099         looking up the method using GROUP's prefix before inventing a new one.
4100         It is used on killed/unknown groups in various places where returning
4101         an all-new method isn't expected by the caller.
4103         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4104         and match semantics of gnus-group-real-prefix.
4106 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4108         * nnmail.el (nnmail-broken-references-mailers): New variable.
4109         (nnmail-ignore-broken-references): New function generalizing
4110         nnmail-fix-eudora-headers.
4111         (nnmail-fix-eudora-headers): Now obsolete.
4113         * gnus-art.el (gnus-button-handle-custom): Support
4114         `customize-apropos*'.
4116 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4118         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4120         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4121         articles.
4123 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4125         * message.el (message-cite-reply-above): New variable.
4126         (message-yank-original): Use it.
4128 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4130         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4132 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4134         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4135         as read.
4137         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4139 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4141         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4142         (gnus-bookmark-default-file): Use gnus-directory.
4143         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4144         Remove "*" in doc string.
4145         (gnus-bookmark-write-file): Simplify.
4146         (gnus-bookmark-maybe-sort-alist): Use `when'.
4147         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4148         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4149         FIXME about Emacs 21 and XEmacs compatibility.
4150         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4151         compatibility.
4152         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4153         compatibility.
4154         (gnus-bookmark-menu-heading): Fix version.
4156 2006-06-19  Bastien Guerry  <bzg@altern.org>
4158         * gnus-bookmark.el: New file.
4160 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4162         * message.el (message-syntax-checks): Doc fix.
4164 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4166         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4167         unsubscribed groups as if they were killed ones.  It causes duplicate
4168         entries in gnus-newsrc-alist.
4170 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4172         * message.el (message-syntax-checks): Doc fix.
4173         (message-send-mail): Add check for continuation headers.
4174         (message-check-news-header-syntax): Fix regexp used to check for
4175         continuation headers.
4177 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4179         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4181 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4183         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4185 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4187         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4188         default-truncate-lines.
4190 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4192         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4193         to fill the utf-8 entry.
4195         * lpath.el: Fbind unicode-precedence-list.
4197 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4199         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4201 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4203         * gnus-agent.el (directory-files-and-attributes): Move all the way
4204         forward (the third and final move).
4205         (gnus-agent-read-agentview): Trap reconstruction errors due to
4206         nonexistant directory.  Handle by returning nil.
4208 2006-05-30  Didier Verna  <didier@xemacs.org>
4210         * message.el (message-dont-reply-to-names): Update the custom type.
4211         * message.el (message-dont-reply-to-names): New defsubst: potentially
4212         convert a list of regexps into a single one.
4213         * message.el (message-get-reply-headers): Use it.
4214         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4216 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4218         * gnus-agent.el (directory-files-and-attributes): Move forward.
4220 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4222         * gnus-ml.el (gnus-mailing-list-subscribe)
4223         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4224         (gnus-mailing-list-message): Fix doc strings.
4226 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4228         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4229         of doing it manually.
4231 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4233         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4234         comment.
4236 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4238         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4239         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4240         (gnus-agent-read-local): All symbols allocated in my-obarray
4241         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4242         (gnus-agent-regenerate-group): Check numeric names to see if they are
4243         messages or groups.
4244         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4245         better way of do this...)
4247         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4248         'dummy.group' (there should be a better way of do this...)
4250 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4252         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4253         (gnus-saved-headers): Ditto.
4254         (gnus-default-article-saver): Mention functions may have properties.
4255         (gnus-article-save): Override gnus-save-all-headers and
4256         gnus-saved-headers by :headers property which saver function may have.
4257         (gnus-summary-save-in-file): Add :headers property.
4258         (gnus-summary-write-to-file): Ditto.
4260         * gnus-sum.el (gnus-summary-save-article): Bind
4261         gnus-prompt-before-saving to t when saving many articles in a file;
4262         always show all headers.
4264         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4266 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4268         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4269         marks.
4271         * message.el (message-indent-citation): Add optional arguments to allow
4272         using it outside of message buffers.
4274         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4275         (gnus-article-treat-unfold-headers): Use it.
4276         (gnus-article-truncate-lines): New variable.
4277         (gnus-article-mode): Use it.
4278         (gnus-article-toggle-truncate-lines): New function.
4280         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4281         gnus-article-toggle-truncate-lines.
4283         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4284         coding system in XEmacs, use binary.
4286 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4288         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4289         after-load-alist.
4291         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4292         this function should save decoded articles.
4293         (gnus-summary-write-to-file): Use property to specify this function
4294         should save decoded articles and specify gnus-summary-save-in-file
4295         should be used to save articles other than the first one when saving
4296         many articles.
4297         (gnus-summary-save-body-in-file): Use property to specify this
4298         function should save decoded articles.
4299         (gnus-summary-write-body-to-file): Use property to specify this
4300         function should save decoded articles and specify
4301         gnus-summary-save-body-in-file should be used to save articles other
4302         than the first one when saving many articles.
4304         * gnus-sum.el (gnus-summary-save-article): Simplify.
4306 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4308         * gnus-art.el (gnus-default-article-saver): Add
4309         gnus-summary-write-body-to-file.
4310         (gnus-article-save-coding-system): Don't use coding system object
4311         in XEmacs.
4312         (gnus-read-save-file-name): Add optional `dir-var' argument which
4313         specifies directory in which files are saved; work even if optional
4314         `variable' argument is not specified.
4315         (gnus-summary-write-to-file): Read file name.
4316         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4317         (gnus-summary-write-body-to-file): New function.
4319         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4320         (gnus-summary-local-variables): Add it.
4321         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4322         (gnus-summary-save-article): Remove optional `decode' argument;
4323         determine whether to decode articles by the value of
4324         gnus-default-article-saver; when saving many files using
4325         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4326         it first and use gnus-summary-save-in-file or
4327         gnus-summary-save-body-in-file thereafter unless
4328         gnus-prompt-before-saving is always; move point to article which
4329         will be saved.
4330         (gnus-summary-save-article-file): Revert.
4331         (gnus-summary-write-article-file): Revert.
4332         (gnus-summary-save-article-body-file): Revert.
4333         (gnus-summary-write-article-body-file): New function.
4335 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4337         * gnus-art.el (gnus-default-article-saver): Doc fix.
4338         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4339         from gnus-summary-save-article-coding-system, and default to a
4340         certain coding system.
4341         (gnus-output-to-file): Add coding cookie and encode text according
4342         to gnus-article-save-coding-system; don't use mm-append-to-file.
4344         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4345         gnus-art.el and rename to gnus-article-save-coding-system.
4346         (gnus-summary-save-article): Require gnus-art; don't show all
4347         headers if it decodes articles; don't add coding cookie here;
4348         don't bind mm-text-coding-system-for-write.
4349         (gnus-summary-save-article-file): Save decoded articles.
4350         (gnus-summary-write-article-file): When saving many files, use
4351         gnus-summary-write-to-file first and gnus-summary-save-in-file
4352         thereafter unless gnus-prompt-before-saving is always.
4353         (gnus-summary-save-article-body-file): Save decoded articles.
4355         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4357 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4359         * nnrss.el (nnrss-check-group): Bind hash-index.
4361 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4363         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4364         its hash index.  Store this hash in `nnrss-group-data'.
4365         (nnrss-read-group-data): Update accordingly.
4367 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4369         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4370         entry.
4372         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4373         gnus-article-browse-html-article.
4375 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4377         * gnus-sum.el (gnus-summary-mime-map): Add
4378         gnus-article-browse-html-article.
4380         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4382 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4384         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4385         suitable coding systems in customize.
4387 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4389         * mail-source.el (mail-sources): Fix custom type.
4391 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4393         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4394         (gnus-summary-expire-articles-now): Shorten prompt.
4396         * gmm-utils.el (wid-edit): Require.
4397         (defun-gmm): Renamed from `gmm-defun-compat'.
4398         (gmm-image-search-load-path): Use it.
4399         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4401 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4403         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4404         variable.
4405         (gnus-summary-save-article): Add optional `decode' argument.  If
4406         it is set and gnus-summary-save-article-coding-system is non-nil,
4407         save decoded article.
4408         (gnus-summary-write-article-file): Save decoded article if
4409         gnus-summary-save-article-coding-system is non-nil.
4411         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4412         type.
4414 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4416         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4418 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4420         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4421         first to test gnus-single-article-buffer which may be buffer-local.
4423         * gnus-sum.el (gnus-summary-setup-buffer): Make
4424         gnus-single-article-buffer buffer-local and nil in ephemeral
4425         group; make gnus-article-buffer, gnus-article-current, and
4426         gnus-original-article-buffer always buffer-local.
4427         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4428         group.
4429         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4431 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4433         * nnml.el (nnml-request-compact-group): Compressed files might not
4434         have .gz extension.
4436 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4438         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4439         (mm-copy-to-buffer): Use with-current-buffer.
4440         (mm-display-part): Simplify.
4441         (mm-inlinable-p): Add optional arg `type'.
4443 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4445         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4446         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4447         Try harder to show the attachment internally or externally using
4448         gnus-mime-view-part-as-type.
4450 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4452         * message.el (message-from-style, message-signature-separator)
4453         (message-user-organization-file, message-send-mail-function)
4454         (message-citation-line-function, message-yank-prefix)
4455         (message-indent-citation-function, message-signature)
4456         (message-signature-file, message-signature-insert-empty-line):
4457         Remove autoloads.
4459         * gnus-art.el (gnus-buttonized-mime-types): Remove
4460         "multipart/signed".  Revert 2006-04-26 change.
4462 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464         * gnus.el (gnus-version-number): Bump version.
4466 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4468         * gnus.el: No Gnus v0.5 is released.
4470 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4472         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4473         fetching articles by message-id.
4475 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4477         * message.el (hashcash): Require hashcash as normal.
4479         * ecomplete.el (ecomplete-highlight-match-line): Use
4480         point-at-eol.
4481         (ecomplete-highlight-match-line): Use `highlight', because that
4482         face exists in both Emacs and XEmacs.
4484         * message.el (message-display-abbrev): Use point-at-bol.
4486         * mail-source.el: Don't require timer/timer-funcs.
4488         * gnus-async.el: Ditto.
4490         * password.el: Ditto.
4492         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
4494         * mm-url.el: Ditto.
4496         * gnus-xmas.el: Don't require timer-funcs.
4498         * mm-util.el: Require timer/timer-funcs.
4500 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4502         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4503         Close.
4505 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4507         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4508         unibyte after clear-decrypt function runs.
4510         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4511         returns as a unibyte string.
4513 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4515         * lpath.el: Revert.
4517         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
4518         (pgg-gpg-process-sentinel): Revert.
4520         * pgg-pgp.el (pgg-pgp-process-region): Revert.
4521         (pgg-pgp-lookup-key): Revert.
4523         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
4524         (pgg-pgp5-lookup-key): Revert.
4526         * pgg.el (pgg-fetch-key): Revert.
4528 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4530         * lpath.el: Fbind string-as-multibyte for XEmacs.
4532         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4533         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4534         (mml1991-pgg-encrypt): Ditto.
4536         * pgg-gpg.el (pgg-string-to-multibyte): New function.
4537         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
4538         a multibyte buffer.
4540         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
4541         (pgg-pgp-lookup-key): Ditto.
4543         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4544         (pgg-pgp5-lookup-key): Ditto.
4546         * pgg.el (pgg-fetch-key): Ditto.
4548 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4550         * message.el (message-user-organization-file): Check several
4551         locations of the organization file.
4553         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4554         Add gnus-article-view-part-as-type.
4556         * gnus-art.el (gnus-article-view-part-as-type): New function.
4558         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4559         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4561         * mml.el: Simplify autoload.
4562         (mml-mode): defvar dnd-protocol-alist instead of using
4563         symbol-value.
4564         (mml-default-directory): New variable.
4565         (mml-minibuffer-read-file): Use it.
4566         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4568         * message.el (message-citation-line-format): New variable.
4569         (message-insert-formated-citation-line): New function.
4570         (message-citation-line-function): Add
4571         `message-insert-formated-citation-line' to custom type.
4573         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4574         to doc string.
4576         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4577         depending on mm-verify-option.
4579 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4581         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4582         binding pgg-* variables; reimplement the section which prevents
4583         MIME header from being signed.
4584         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4585         pgg-text-mode; remove a blank line at the top of body.
4587         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4588         lines at the top of body; use gnus-newsgroup-charset if there's no
4589         Charset header.
4591 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4593         * message.el (message-self-insert-commands): Doc fix.
4595         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4596         (mm-uu-pgp-encrypted-test): Ditto.
4597         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4598         between header and body; return application/pgp-encrypted handle
4599         if decryption failed; decode decrypted body by charset.
4601         * mm-decode.el (mm-automatic-display): Don't make application/pgp
4602         element match to application/pgp-*.
4604 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4606         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4607         HTML.
4609 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4611         * mail-source.el (mail-source-call-script): Message the error
4612         string.
4614 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4616         * gnus-util.el (gnus-byte-compile): Use it.
4618 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
4620         * gnus-util.el (kill-empty-logs): New function.
4622 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4624         * message.el (message-mail-alias-type): Doc fix.
4625         (message-mail-alias-type-p): New function.
4626         (message-send): Use it.
4627         (message-mode): Ditto.
4628         (message-strip-forbidden-properties): Ditto.
4630         * ecomplete.el (ecomplete-database-file-coding-system): New
4631         variable.
4632         (ecomplete-save): Use it.
4633         (ecomplete-setup): Use it.
4635 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4637         * message.el (message-self-insert-commands): New variable.
4638         (message-strip-forbidden-properties): Use it.
4640 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642         * message.el (message-put-addresses-in-ecomplete): Use a regexp
4643         that doesn't make XEmacs choke.
4645 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
4647         * gnus-util.el (gnus-replace-in-string):
4648         Prefer replace-regexp-in-string over of replace-in-string.
4650 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4652         * gnus-util.el (gnus-select-frame-set-input-focus):
4653         Use select-frame-set-input-focus if it is available in XEmacs; use
4654         definition defined in Emacs 22 for old Emacsen.
4656         * dgnushack.el: Autoload unmorse-region for XEmacs.
4658         * lpath.el: Bind cursor-in-non-selected-windows and
4659         select-frame-set-input-focus for XEmacs.
4661 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4663         * mm-view.el (mm-inline-text): Use equal instead of equalp.
4665 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
4667         * gnus-registry.el (gnus-registry-cache-save): Remove text
4668         properties when saving via the temp buffer.
4670 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4672         * message.el (message-generate-hashcash): Honor custom type.
4674 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4676         * message.el (message-generate-hashcash): Default to non-nil when
4677         hashcash is found.
4679         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4680         (gnus-refer-thread-limit): Increase default to 500.
4682         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4684         * flow-fill.el (fill-flowed): Allow delete-space.
4686 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4688         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4689         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4690         Remove autoloads.
4692 2006-04-18  Simon Josefsson  <jas@extundo.com>
4694         * message.el (message-generate-hashcash): Default to.
4696 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4698         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4699         concatenating segments rather than before concatenating them.
4701 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4703         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4705 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4707         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4709         * message.el (message-forward-make-body-plain): Allow
4710         message-forward-ignored-headers to be a list.
4711         (message-remove-ignored-headers): Factor out into function.
4712         (message-forward-make-body-mml): Use it.
4714         * imap.el (imap-quote-specials): New function.
4715         (imap-login-auth): Quote specials.
4717         * rfc2231.el (rfc2231-parse-string): Remove dead code.
4718         (rfc2231-parse-string): Allow concatanation of parameters that
4719         aren't contiguous.  The test case is
4720           (mail-header-parse-content-type "message/external-body;
4721             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4722             access-type=LOCAL-FILE;
4723             name*1*=plugh%2fhello-sailor%2fbing.pdf")
4725 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4727         * nntp.el (nntp-accept-process-output): Return the value of
4728         `nnheader-accept-process-output'.
4730 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4732         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4733         (gnus-button-alist): Recognize more diff formats.
4734         (gnus-button-patch): Strip directory.
4736 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4738         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4739         Emacs 22 when setting focus.
4741 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743         * gnus-art.el (gnus-article-treat-types): Do treatment of
4744         text/x-verbatim parts.
4745         (gnus-button-patch): New command.
4747         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4748         addresses that contain invalid characters.
4750 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4752         * message.el (message-put-addresses-in-ecomplete): Use
4753         gnus-replace-in-string.
4754         (message-is-yours-p): Use the more correct
4755         mail-header-parse-address instead of
4756         mail-extract-address-components.
4757         (message-put-addresses-in-ecomplete): Fix typo.
4759         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4760         keystroke.
4762         * gnus-art.el (gnus-treatment-function-alist): Change order of
4763         newsgroups/generic header folding to avoid double-folding.
4765         * message.el (message-hidden-headers): Add X-Draft-From.
4767         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4768         command.
4769         (gnus-summary-repeat-search-article-backward): New command.
4771         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4772         groups in the parent topic.
4774 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
4776         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4777         (spam-extra-header-to-number): Return the CRM114 number as a
4778         number instead of a string.
4780 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4782         * gnus-art.el (gnus-face-properties-alist): Moved here from
4783         gnus-fun.
4785         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4787 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4789         * message.el (message-strip-forbidden-properties): Only display on
4790         self-insert-command.
4792         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4793         reindent.
4794         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4796 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
4798         * smiley.el (smiley-style): Fix typo.
4800 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802         * hashcash.el (hashcash-insert-payment-async-2): Use
4803         message-goto-eoh instead of doing it manually.
4804         (mail-add-payment): Use message-narrow-to-header instead of trying
4805         to do the same itself.
4807         * message.el (message-hidden-headers): Add Face.
4809         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4810         reparenting code.
4811         (gnus-summary-reparent-children): Refactored out code.
4812         (gnus-summary-thread-map): New keystroke.
4813         (gnus-summary-reparent-children): Make into command.
4815         * smiley.el (smiley-style): Default to `medium' if using a large
4816         font.
4818         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4819         does it itself.
4821         * message.el (message-point-in-header-p): Simplify definition.
4823 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4825         * nnagent.el (nnagent-request-set-mark): Silence log file
4826         writing.
4827         (nnagent-request-set-mark): Use write-region instead of
4828         append-to-file.
4830         * gnus-sum.el (gnus-read-header): Fudge article number if using a
4831         strange select method.
4833         * ecomplete.el (ecomplete-display-matches): Get highlightling
4834         right.
4835         (ecomplete-display-matches): Use literals.
4836         (ecomplete-display-matches): Disable message logging.
4838         * message.el (message-display-abbrev): Small optimization.
4840         * ecomplete.el (ecomplete-display-matches): Allow automatic
4841         display.
4843         * message.el (message-strip-forbidden-properties): Display
4844         abbrevs.
4845         (message-display-abbrev): Get automatic display right.
4847         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4848         keystrokes.
4850 2006-04-13  Romain Francoise  <romain@orebokech.com>
4852         TODO: Backport to v5-10!
4854         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4855         Moved here (and renamed) from gnus-registry.el.
4857         * gnus-registry.el: Require gnus-util.
4858         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4860 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4862         * gnus-group.el (gnus-group-catchup-current): Change
4863         if-then-else-if-then-else into cond.
4864         (gnus-group-catchup): Indent.
4865         (group-name-at-point): New function.
4866         (gnus-fetch-group): Provide default from thing at point.
4868 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4870         * message.el (message-display-abbrev): Fix regexp.
4872         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4873         choosing.
4874         (ecomplete-highlight-match-line): Fix up code rewrite, remove
4875         dead variables.
4877         * message.el (message-newline-and-indent): Remove debugging.
4878         (message-display-abbrev): Use new implementation.
4880 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4882         * gnus-art.el (gnus-article-mode): Set
4883         cursor-in-non-selected-windows to nil.
4885         * smiley.el: Revert previous change.
4886         (smiley-data-directory): defvar it before using it in the
4887         defcustom of `smiley-style'.
4889 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891         * message.el (message-newline-and-indent): New function.
4893         * ecomplete.el: Implement more bits.
4895         * message.el (message-put-addresses-in-ecomplete): Clean up the
4896         string.
4898         * ecomplete.el (ecomplete-add-item): Chop off decimals.
4900         * gnus-sum.el (gnus-summary-save-parts): Bind
4901         gnus-summary-save-parts-counter and use it to make unique file
4902         names.
4904         * gnus-art.el (gnus-ignored-headers): Add some more headers.
4906         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4907         parameter to say whether to actually parse the individual
4908         addresses.
4910         * message.el (message-put-addresses-in-ecomplete): New function.
4911         (ecomplete): Require.
4912         (message-mail-alias-type): Add ecomplete as an option.
4914 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
4916         * flow-fill.el (fill-flowed): Remove trailing space from blank
4917         quoted lines.
4919 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4921         * smiley.el (smiley-style): Move definition later to avoid a
4922         compilation warning.
4924 2006-04-12  Kenichi Handa  <handa@m17n.org>
4926         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4927         buffer and then decode the buffer text if necessary.
4928         (rfc2231-encode-string): Be sure to work on multibyte buffer at
4929         first, and after mm-encode-body, change the buffer to unibyte.
4930         Use mm-disable-multibyte instead of set-buffer-multibyte.
4932 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4934         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4935         Content-Type header instead of Content-Disposition header.
4936         (gnus-mime-inline-part): Ditto.
4937         (gnus-mime-view-part-as-charset): Ignore charset that the part
4938         specifies.
4940         * mm-decode.el (mm-display-part): Work with external parts and
4941         usual parts similarly.
4943         * mm-extern.el (mm-inline-external-body): Use mm-display-part
4944         instead of gnus-display-mime.
4946         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4947         instead of with-temp-buffer.
4949         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4950         tag to summarized topics part in order to encode non-ASCII text.
4952 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4954         * smiley.el (smiley-style): New variable.
4955         (smiley-directory): New function.
4956         (smiley-data-directory): Derive from `smiley-style' using
4957         `smiley-directory'.
4958         (smiley-regexp-alist): Add new entries.
4960         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4961         (gnus-article-browse-delete-temp): Add :version.
4963 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
4965         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4966         the sieve region.
4968 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4970         * gnus.el (gnus-version-number): Bump version.
4972 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4974         * gnus.el: No Gnus v0.4 is released.
4976 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4978         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
4979         layout.
4981         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
4982         unknown charset.
4984         * message.el (message-header-synonyms): Add Original-To to the
4985         default.
4987         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
4988         optional parameter.
4990 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4992         * gnus-fun.el (gnus): Require it for gnus-directory.
4994 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4996         * gnus-fun.el (gnus-face-properties-alist): Add :version.
4998 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5000         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5002 2006-04-05  Simon Josefsson  <jas@extundo.com>
5004         * password.el (password-reset): New function.
5006 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5008         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5009         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5011 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5013         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5014         Some whitespace was matched into the url, which broke browsing hits
5015         > 100 when mm-url-use-external was nil.
5017 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5019         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5020         gnus-extra-headers for 'Newsgroups.
5022         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5023         bound.
5025 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5027         * pgg-gpg.el: Clean up process buffers every time gpg processes
5028         complete.
5030 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5032         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5033         doc string.
5035 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5037         * pgg-gpg.el (pgg-gpg-process-filter)
5038         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5040         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5041         lines, temporary fix.
5043 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5045         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5047 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5049         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5050         default-enable-multibyte-characters.  This reverts the change from
5051         revision 6.17 which is no longer necessary because the passphrase
5052         is sent separately now.  GnuPG messages are unreadable under
5053         multibyte locales with default-enable-multibyte-characters set to
5054         nil.
5056 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5058         * message.el (message-tool-bar-gnome): Move "spell".
5060 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5062         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5063         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5064         instead.
5066 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5068         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5069         newsgroups handling for NNTP overviews which don't include
5070         Newsgroups.
5072 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5074         * message.el (message-resend): Bind message-generate-hashcash to nil.
5076 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5078         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5079         when searching for already-paid recipients.
5081 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5083         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5084         passphrases when it is not needed.
5085         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5086         passphrase stuff from gpg, should only be necessary when you use
5087         gpg with a smartcard.
5089 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5091         * mml.el (mml-insert-mime): Ignore cached contents of
5092         message/external-body part.
5094         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5095         (mm-insert-part): Ditto.
5097 2006-03-23  Simon Josefsson  <jas@extundo.com>
5099         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5100         Reiner.
5101         (pgg-gpg-use-agent-p): Use it again.
5103 2006-03-23  Simon Josefsson  <jas@extundo.com>
5105         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5106         older emacsen.
5107         (pgg-gpg-use-agent-p): Don't use it.
5109 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5111         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5112         if we can.
5114 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5116         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5117         (pgg-gpg-update-agent): New function.
5118         (pgg-gpg-use-agent-p): New function.
5119         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5120         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5121         (pgg-gpg-sign-region): Use it.
5123 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5125         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5126         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5128 2006-03-21  Simon Josefsson  <jas@extundo.com>
5130         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5131         <wilde@sha-bang.de>.
5132         (pgg-gpg-use-agent): New variable.
5133         (pgg-gpg-process-region): Use it.
5134         (pgg-gpg-encrypt-region): Likewise.
5135         (pgg-gpg-encrypt-symmetric-region): Likewise.
5136         (pgg-gpg-decrypt-region): Likewise.
5137         (pgg-gpg-sign-region): Likewise.
5138         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5140 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5142         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5144         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5145         Add comment on version.
5147 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5149         * smiley.el: Add missing test smiley.
5151 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5153         * mm-decode.el (mm-with-part): New macro.
5154         (mm-get-part): Use it; work with message/external-body as well.
5155         (mm-save-part): Treat name and filename equally.
5157         * mm-extern.el (mm-extern-cache-contents): New function.
5158         (mm-inline-external-body): Use it; force the part to be displayed;
5159         move undisplayer added to the cached handle to the parent.
5161         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5162         (gnus-mime-view-part-as-type): Work with message/external-body.
5164         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5166 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5168         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5169         images in image-load-path.  [Sync with image.el, revision 1.60, in
5170         Emacs.]
5172 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5174         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5175         path rather than symbol.  Always return list of directories.
5176         Guarantee that image directory comes first.  [Sync with image.el,
5177         revision 1.59, in Emacs.]
5179         * message.el (message-make-tool-bar): Adjust to new API of
5180         `gmm-image-load-path-for-library'.
5182         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5184         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5186 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5188         * gnus-art.el (gnus-article-only-boring-p):
5189         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5190         intangible text.
5191         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5193 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5195         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5196         `defun' instead of `gmm-defun-compat'.
5198 2006-03-14  Simon Josefsson  <jas@extundo.com>
5200         * message.el (message-unique-id): Don't use message-number-base36
5201         if (user-uid) is a float.
5202         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5204 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5206         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5208         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5209         empty line between a part and a message part.
5211 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5213         * smiley.el: Add more test smileys.
5214         (smiley-data-directory, smiley-regexp-alist)
5215         (gnus-smiley-file-types): Fix doc strings.
5216         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5217         adding new elements.
5218         (smiley-mouse-map): Unused code.  Make it a comment.
5220 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5222         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5223         scan latest NoCeM messages instead of old ones.
5224         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5225         delimiters that are recently used.
5226         (gnus-nocem-load-cache): Add autoload cookie.
5228         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5230         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5231         level which is larger than gnus-use-nocem is specified.
5233         * gnus-group.el (gnus-group-get-new-news): Ditto.
5235 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5237         * gnus-util.el (gnus-tool-bar-update): New function.
5239         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5240         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5242         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5244         * gnus-group.el (gnus-group-redraw-when-idle)
5245         (gnus-group-redraw-check): Remove.
5246         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5248 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5250         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5251         if optional last element is specified in splits (FIELD VALUE...).
5253 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5255         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5256         to gmm-image-load-path-for-library.  Call with no-error argument.
5257         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5259         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5261         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5263         * gmm-utils.el (gmm-image-load-path): Remove alias.
5265 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5267         * gmm-utils.el (gmm-image-load-path): Add alias.
5269         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5270         nnml-generate-nov-databases-1.
5271         (nnml-generate-nov-databases): Use it.
5272         (nnml-generate-nov-databases-directory): Document no-active
5273         argument.
5275         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5276         directory if path is t.  Add no-error.
5278         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5279         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5281         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5282         resetting gnus-article-browse-html-temp-list.
5284         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5285         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5286         Add example to docstring.  Rename local variables.  Move error
5287         checks to default case in cond and simplify.
5289 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5291         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5292         handle is multipart when calling it recursively.
5293         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5295 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5297         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5298         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5300 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5302         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5303         is loaded.
5305         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5306         loaded.
5308 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5310         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5311         to "Emacs 23 (unicode)" in doc string.
5313         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5314         "Emacs 23 (unicode)" in comment.
5316 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5318         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5320         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5321         characters 160 through 255 in Emacs 23.
5323 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5325         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5326         gnus-article-browse-html-temp.
5327         (gnus-article-browse-delete-temp): Make it customizable.  Add
5328         `file'.  Adjust doc string.
5329         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5330         query for each file.  Adjust doc string.
5331         (gnus-article-browse-html-parts): Add
5332         `gnus-article-browse-delete-temp-files' to
5333         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5335 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5337         * gnus-art.el (gnus-article-browse-html-temp)
5338         (gnus-article-browse-delete-temp): New variables.
5339         (gnus-article-browse-delete-temp-files): New function.
5340         (gnus-article-browse-html-parts): Use it.
5342 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5344         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5346         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5347         string.
5349         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5350         gnus-summary-insert-new-articles when unplugged.  Remove
5351         gnus-summary-search-article-forward.
5353         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5354         display-visual-class instead of display-color-cells.
5356 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5358         * dgnushack.el: Autoload customize-group for XEmacs.
5360         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5361         message/* containing non-ASCII text properly.
5363 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5365         * message.el: Require gmm-utils, remove autoloads.
5366         (message-tool-bar): Set default based on
5367         gmm-tool-bar-style.
5368         (message-tool-bar-gnome): Add gmm-customize-mode.
5370         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5371         gmm-tool-bar-style.
5372         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5374         * gnus-group.el (gnus-group-tool-bar): Set default based on
5375         gmm-tool-bar-style.
5376         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5378         * gmm-utils.el (gmm-image-directory): Rename variable from
5379         gmm-image-load-path.
5380         (gmm-image-load-path): Use gmm-image-directory.
5381         (gmm-customize-mode): New function.
5382         (gmm-tool-bar-style): New variable.
5384         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5385         gnus-group-redraw-line-number.
5386         (gnus-group-redraw-check): Simplify.
5387         (gnus-group-tool-bar-update): Remove redraw check.
5388         (gnus-group-make-tool-bar): Add redraw check.
5390 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5392         * gnus-art.el (gnus-button): Add missing parentheses.
5394 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5396         * lpath.el: Fbind line-number-at-pos.
5398 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5400         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5402 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5404         * gnus-art.el (gnus-button): New face.
5405         (gnus-article-button-face): Use it.
5407         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5408         gnus-summary-next-page.  Re-order.
5410         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5411         next-node are now included.
5412         (gnus-group-redraw-line-number): New internal variable.
5413         (gnus-group-redraw-check): Helper function for updating the tool
5414         bar.
5415         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5417         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5419         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5420         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5421         Use it to match format of Spamassassin 3.0 and later.  Reported by
5422         IRIE Tetsuya <irie@t.email.ne.jp>.
5423         (spam-check-bogofilter)
5424         (spam-bogofilter-register-with-bogofilter): Fix args of
5425         `gnus-error' calls.
5427 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5429         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5430         unnecessary interaction when sending queued mails.  Reported by
5431         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5433 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5435         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5436         first or last are nil.
5438 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5440         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5442 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5444         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5446 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5448         * dns.el (query-dns): Protect more against buggy tcp output.
5450 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5452         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5453         nov.php.
5455 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5457         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5458         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5459         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5460         output on the server side.
5461         (nnweb-google-create-mapping): Update regexps and add some
5462         progress indication.
5464 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5466         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5467         gnus-agent-toggle-plugged.  Re-order icons.
5468         (gnus-group-tool-bar-gnome): Add
5469         gnus-group-{prev,next}-unread-group.
5470         (gnus-group-tool-bar-gnome): Re-order icons.
5472         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5473         gnus-summary-insert-new-articles.
5475         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5476         comments.
5478         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5479         also available in Emacs 21.3.
5481         * message.el (message-fix-before-sending): Change "Emacs 22" to
5482         "Emacs 23 (unicode)" in comment.
5484         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5485         "Emacs 23 (unicode)" in comment.
5487         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5488         comment.
5489         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5491         * mm-view.el (mm-fill-flowed): Add :version.
5493 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5495         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5496         and load-path.
5498 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5500         * message.el: Autoload gmm-image-load-path.
5501         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5502         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5503         consitency.
5505         * gmm-utils.el (gmm-image-load-path): Also search in
5506         "../etc/images".  Don't set gmm-image-load-path if we don't find
5507         the image.
5509 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5511         * gmm-utils.el (gmm-image-load-path): Don't make
5512         `gmm-image-load-path' include subdirectories which the second arg
5513         `image' might specify.
5515         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5516         subdirectory to icon file names.
5518         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5520 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5522         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5523         gmm-image-load-path calls.
5525         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5527         * message.el (message-make-tool-bar): Ditto.
5529         * mml.el (mml-preview): Added comment concerning tool bar icons.
5531         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5532         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5534         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5535         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5537         * message.el (message-tool-bar-gnome): Use new icon names.
5538         (message-make-tool-bar): Use `gmm-image-load-path'.
5540         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5541         functions from MH-E.
5542         (gmm-image-load-path): New variable from MH-E.
5543         (gmm-image-load-path): New function from MH-E.  Added arguments
5544         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5545         *-image-load-path-called-flag.
5547 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5549         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5551 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5553         * nnimap.el (nnimap-request-move-article): Change folder back to
5554         source group before deleting.
5556 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5558         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5560         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5561         mm-url.
5563         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5565 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5567         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5568         coding system which mm-charset-to-coding-system returns for a
5569         given charset is valid.
5571 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5573         * html2text.el (html2text-remove-tag-list):
5574         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5576 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5578         * gnus-cus.el: Revert 2005-10-17 change.
5580 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5582         * gnus-art.el (article-strip-banner): Call
5583         article-really-strip-banner only when the regexp match is made.
5585 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5587         * gnus-art.el (article-strip-banner): Use
5588         gnus-extract-address-components instead of
5589         mail-header-parse-addresses to make it work with non-ASCII text;
5590         remove mail-encode-encoded-word-string.
5592         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5593         values which are surrounded with \"...\"; make it never cause a
5594         Lisp error; give up parsing of parameters if it failed in
5595         extracting type.
5597 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
5599         * smime.el (smime-cert-by-ldap-1): Fix bug where
5600         `smime-ldap-search' returns results without userCertificates.
5602 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5604         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5606 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5608         * spam.el (spam-check-spamassassin-headers): Adapt format for
5609         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
5610         <ari@mbf.ocn.ne.jp>.
5611         (spam-list-of-processors): Add spam-use-gmane.
5613 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5615         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5616         make-temp-file; make it work with XEmacs as well.
5618         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5619         mm-make-temp-file.
5621         * mm-decode.el (mm-display-external): Use the 3rd arg of
5622         mm-make-temp-file.
5623         (mm-create-image-xemacs): Ditto.
5625 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5627         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5628         with message-narrow-to-headers.
5629         (gnus-draft-setup): Narrow to header to run message-fetch-field.
5630         (gnus-draft-check-draft-articles): New function.
5631         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5633 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5635         * gnus-art.el (gnus-article-browse-html-parts):
5636         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5637         Don't use suffix argument for mm-make-temp-file for Emacs 21
5638         compatibility.  Remove useless `format'.
5640 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5642         * nnweb.el (nnweb-google-wash-article): Update regexps.
5643         (nnweb-group-alist): Use defvoo instead of defvar.
5645 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5647         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5648         re-loading nn* modules.
5650 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5652         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5653         for `tool-bar-mode' and don't check it's default-value.
5655         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5657         * message.el (message-make-tool-bar): Ditto.
5659         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5660         `substring'.  Shorten tmp-file name.
5662         * gnus.el: Remove bogus comment.
5664 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
5666         * gnus-art.el (gnus-article-browse-html-parts): New function.
5667         (gnus-article-browse-html-article): New function for viewing html
5668         articles with a browser.
5670 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
5672         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
5673         in elisp.
5674         (pgg-gpg-encrypt-symmetric-region): Ditto.
5675         (pgg-gpg-sign-region): Ditto.
5677         * pgg-def.el (pgg-text-mode): New variable.
5679         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5680         (mml2015-pgg-encrypt): Ditto.
5682         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5683         (mml1991-pgg-encrypt): Ditto.
5685 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5687         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5688         message-make-date instead of current-time-string.
5690         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5691         to gnus-decoded which mm-uu might set.
5693 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5695         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5696         don't decode quoted parameters; remove misimported Emacs code.
5697         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5698         (rfc2231-decode-encoded-string): Don't use split-string which
5699         behaves differently according to Emacs version; use
5700         mm-decode-coding-region to convert charset to coding-system.
5701         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5702         (rfc2231-encode-string): Remove misimported Emacs code.
5704 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5706         * gnus-art.el (article-decode-charset): Don't use ignore-errors
5707         when calling mail-header-parse-content-type.
5708         (article-de-quoted-unreadable): Ditto.
5709         (article-de-base64-unreadable): Ditto.
5710         (article-wash-html): Ditto.
5712         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5713         calling mail-header-parse-content-type and
5714         mail-header-parse-content-disposition.
5715         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5716         mail-header-parse-content-type.
5718         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5719         insert charset and format parameters; encode description after
5720         inserting it to buffer.
5721         (mml-insert-parameter): Fold lines properly even if a parameter is
5722         segmented into two or more lines; change the max column to 76.
5724         * rfc1843.el (rfc1843-decode-article-body): Don't use
5725         ignore-errors when calling mail-header-parse-content-type.
5727         * rfc2231.el (rfc2231-parse-string): Return at least type if
5728         possible; don't cause an error even if it fails in parsing of
5729         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5730         (rfc2231-encode-string): Don't break lines at the beginning, leave
5731         it to mml-insert-parameter.
5733         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5734         calling mail-header-parse-content-type.
5736 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
5738         * spam-report.el (spam-report-gmane-use-article-number):
5739         Improve doc string.
5740         (spam-report-gmane-internal): Check if a suitable header was found
5741         in the article.
5743 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5745         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5746         (rfc2231-encode-string): Make param*=value always begin with LWSP.
5748 2006-02-05  Romain Francoise  <romain@orebokech.com>
5750         Update copyright notices of all files in the gnus directory.
5752 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5754         * nnweb.el (nnweb-request-group): Avoid growing overview files.
5756 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5758         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5759         segmented lines of parameter value to cope with Thunderbird 1.5
5760         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5761         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5762         (rfc2231-encode-string): Don't make lines exceeding 76 column.
5764 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
5766         * mml.el (mml-generate-mime-1): Correct the order of inline signed
5767         parts.
5769 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5771         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5772         there's only one active file for all servers.
5773         (nnweb-request-scan): Make sure nnweb-articles is initialized on
5774         solid groups.  Gnus might have used a FAST request to select the group.
5775         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5776         and nnweb-search redundantly in the active file.
5777         (nnweb-request-list): Don't list bogus groups.  There can only be one.
5778         (nnweb-request-create-group): Don't use ARGS.
5779         (nnweb-possibly-change-server, nnweb-request-group): Remove some
5780         initialisations.  Let nnoo do the work.
5782 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5784         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5785         Say the part has been decoded.
5787         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5789 2006-01-31  Kevin Ryde  <user42@zip.com.au>
5791         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5792         mailcap-viewer-test-cache when there's no 'test clause, since that
5793         will invert the meaning of a "nil" test previously determined by
5794         mailcap-mailcap-entry-passes-test.
5796 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5798         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5799         compiling.
5801         * gnus-sum.el: Ditto.
5803         * message.el: Don't bind tool-bar-map when compiling.
5805 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
5807         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5809 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5811         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5812         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5813         current Google Groups.
5815 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
5817         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5818         and tool-bar-mode.
5820         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5821         and tool-bar-mode.
5823         * message.el (message-tool-bar-update): Simplify.
5824         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5826         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5827         gnus-summary-buffer.
5828         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5829         gnus-summary-reply.
5831         * gmm-utils.el (gmm): Add :version.
5833 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5835         * Makefile.in (clean): New rule.
5836         (distclean): Use it.
5838 2006-01-26  Steve Youngs  <steve@sxemacs.org>
5840         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5841         autoload.
5843 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5845         * gmm-utils.el (gmm-verbose): Add :group.
5847 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
5849         * message.el: Change some comments WRT tool-bars.
5851         * gnus-sum.el (gnus-summary-tool-bar)
5852         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5853         (gnus-summary-tool-bar-zap-list): New variables.
5854         (gnus-summary-make-tool-bar): Complete rewrite using
5855         `gmm-tool-bar-from-list'.
5857         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5858         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5859         variables.
5860         (gnus-group-make-tool-bar): Complete rewrite using
5861         `gmm-tool-bar-from-list'.
5862         (gnus-group-tool-bar-update): New function.
5864         * message.el (message-mode-field-menu): Add "Show hidden Headers".
5866 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5868         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5869         is dissected into a single part of which the type is the same as
5870         the given one; decode charset.
5872 2006-01-21  Kevin Ryde  <user42@zip.com.au>
5874         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5875         into alists as symbol not string, since that's what
5876         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5877         look for.
5879 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
5881         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5882         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5884         * message.el (message-tool-bar-gnome): Use gmm-ignore.
5886 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5888         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
5889         (gnus-xmas-mime-security-button-menu): New function.
5891         * gnus-art.el (gnus-mime-security-button-commands): New variable.
5892         (gnus-mime-security-button-menu): New definition.
5893         (gnus-mime-security-button-map): Use them.
5894         (gnus-mime-security-button-menu): New function.
5895         (gnus-insert-mime-security-button): Addition to help echo.
5896         (gnus-mime-security-run-function, gnus-mime-security-save-part)
5897         (gnus-mime-security-pipe-part): New functions.
5899         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5900         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5902         * mm-decode.el (mm-handle-set-disposition): Remove.
5903         (mm-handle-set-description): Remove.
5905 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5907         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5908         (mm-w3m-standalone-supports-m17n-p): New function.
5909         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5910         w3m usage.
5912         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5913         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5915 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5917         * message.el (message-tool-bar-zap-list): Use
5918         gmm-tool-bar-zap-list as custom type.
5919         (message-tool-bar-update): New function.
5920         (message-tool-bar, message-tool-bar-gnome)
5921         (message-tool-bar-retro): Add message-tool-bar-update.
5922         (message-tool-bar-gnome): Add flyspell-buffer.
5924         * gnus-util.el (gnus-error): Describe `args'.
5926         * gmm-utils.el (gmm-error): Describe `args'.
5927         (gmm-tool-bar-zap-list): New widget.
5928         (gmm-tool-bar-from-list): Improve description of `zap-list'.
5930 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5932         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5933         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5934         the number of recursive calls.
5936         * mm-decode.el (mm-handle-set-disposition): New macro.
5937         (mm-handle-set-description): New macro.
5939 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5941         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5942         encoding.
5944 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5946         * message.el (message-tool-bar-zap-list, message-tool-bar)
5947         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5948         (message-tool-bar-local-item-from-menu): Remove.
5949         (message-tool-bar-map): Replace by `message-make-tool-bar'.
5950         (message-make-tool-bar): New function.
5951         (message-mode): Use `message-make-tool-bar'.
5953         * gmm-utils.el: New file.
5954         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5955         (gmm-lazy): New widget copied from `nnmail.el'.
5956         (gmm-tool-bar-from-list): New function for creating customizable
5957         tool bars.
5958         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
5959         output.
5960         (gmm): Add :prefix to defgroup.
5962 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5964         * gmm-utils.el (gmm-widget-p): New function.
5966 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5968         * mml.el (mml-attach-file): Describe `description' in doc string.
5969         (mml-menu): Add Emacs MIME manual and PGG manual.
5971 2006-01-20  Richard M. Stallman  <rms@gnu.org>
5973         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5975 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
5977         * nntp.el (nntp-end-of-line): Doc fix.
5979 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
5981         * imap.el (imap-open): Handle case where buffer is a buffer
5982         object.
5984 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5986         * gnus-delay.el (gnus-delay): Don't autoload.
5987         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5988         to be re-loaded when customizing the `gnus-delay' group.
5990 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
5992         * message.el (message-insert-citation-line): Use newlines.
5994 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
5996         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5997         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
5998         these routines, so the passphrase can be managed externally and
5999         passed in to the system.
6000         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6001         pgg-add-passphrase-to-cache function.
6003         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6004         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6005         these routines, so the passphrase can be managed externally and
6006         passed in to the system.
6007         (pgg-pgp5-sign-region): Use new name of
6008         pgg-add-passphrase-to-cache function.
6010 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6012         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6013         part of the decoded armor to find the key-identifier.
6014         (pgg-gpg-lookup-key-owner): New function to return the
6015         human-readable identifier of a key owner.
6016         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6017         itself.
6018         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6019         the key value) if we have a key and can match it against a secret
6020         key.  Also, added a note pointing out fact that the prompt only
6021         indicates the first matching key.
6023         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6024         pgg-decrypt-region.
6025         (pgg-add-passphrase-to-cache): Rename from
6026         `pgg-add-passphrase-cache' to reduce confusion (all callers
6027         changed).
6028         (pgg-remove-passphrase-from-cache): Rename from
6029         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6030         changed).
6031         (pgg-read-passphrase, pgg-add-passphrase-cache)
6032         (pgg-remove-passphrase-cache): Add informative docstrings.
6033         (pgg-decrypt): Convey provided passphrase in subordinate call to
6034         pgg-decrypt-region.
6036 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6038         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6039         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6040         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6041         'passphrase' argument, so the passphrase can be managed externally
6042         and then passed in to the system.
6044         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6045         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6046         so the passphrase cache can be used reliably with identifiers
6047         besides a pgp packet's key id.
6049         * pgg-gpg.el (pgg-gpg-encrypt-region)
6050         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6051         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6052         these routines, so the passphrase can be managed externally and
6053         passed in to the system.
6055         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6056         'notruncate' argument, so the passphrase cache can be used
6057         reliably with identifiers besides a pgp packet's key id.
6059 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6061         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6062         symmetric encryption.
6063         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6064         encrypted session key.
6065         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6066         message ask for the passphrase in a proper way.
6068         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6069         New user commands for symmetric encryption.
6071 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6073         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6075         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6077 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6079         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6081 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6083         * mm-decode.el (mm-inlined-types): Add application/pgp.
6084         (mm-automatic-display): Ditto.
6086         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6087         part as text.
6089 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6091         * nnrss.el: Update copyright.
6092         (nnrss-opml-import): Query whether to subscribe to each entry.
6094         * gnus-art.el:
6095         * gnus-sum.el:
6096         * gnus-xmas.el:
6097         * messagexmas.el:
6098         * mm-uu.el:
6099         * mm-view.el: Update copyright.
6101 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6103         * message.el (message-info): New function.
6104         (message-mode-menu): Add it.
6105         Update copyright.
6107         * ChangeLog: Fix and update copyright.
6109 2006-01-13  Romain Francoise  <romain@orebokech.com>
6111         * message.el (message-forward-subject-name-subject): Prefer the
6112         address to 'nowhere' if the sender has no name.
6113         Fix typo.  Update copyright year.
6115 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6117         * gnus-art.el (article-wash-html): Use
6118         gnus-summary-show-article-charset-alist if a numeric arg is given.
6119         (gnus-article-wash-html-with-w3m-standalone): New function.
6121         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6122         mm-inline-text-html-render-with-w3m-standalone.
6123         (mm-text-html-washer-alist): Map w3m-standalone to
6124         gnus-article-wash-html-with-w3m-standalone.
6125         (mm-inline-text-html-render-with-w3m-standalone): New function.
6127 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6129         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6130         Improve LaTeX.
6132 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6134         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6135         (nnrss-request-article): Render text/plain parts as HTML.
6137         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6138         the buffer.
6140 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6142         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6143         custom definition of `gnus-posting-styles'.
6145         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6146         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6148 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6150         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6151         Use nntp for bug archive.
6153 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6155         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6156         parts.
6157         (nnrss-normalize-date): New function converts ISO 8601 date into
6158         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6159         (nnrss-check-group): Use it.
6161 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6163         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6165         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6166         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6167         (nnrss-insert-w3): Ditto.
6169 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6171         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6172         the articles to be forwarded including the case where neither a
6173         number of articles nor a region is specified.
6175 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6177         * nnrss.el (nnrss-request-article): Fix last change; fill
6178         text/plain parts.
6180 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6182         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6183         in text/plain part.
6184         (nnrss-check-group): Don't add excessive newline to dc:subject.
6186 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6188         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6189         article.
6191 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6193         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6194         (nnml-use-compressed-files, nnml-save-mail): Support other
6195         comression programs such as bzip2.
6197 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6199         * dns.el (query-dns): Make sure we check the buffer size before
6200         removing tcp headers.
6202 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6204         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6205         remove MIME buttons associated with multipart/alternative parts.
6206         (gnus-mime-display-alternative): Tag buttons using `article-type'
6207         text property.
6209         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6210         associated with multipart/alternative parts.
6212         * gnus-art.el (gnus-signature-separator): Fix custom type.
6214         * mm-decode.el (mm-inlined-types): Fix custom type.
6215         (mm-keep-viewer-alive-types): Ditto.
6216         (mm-automatic-display): Ditto.
6217         (mm-attachment-override-types): Ditto.
6218         (mm-inline-override-types): Ditto.
6219         (mm-automatic-external-display): Ditto.
6221 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6223         * spam-report.el (spam-report-user-mail-address)
6224         (spam-report-user-agent): New variables.
6225         (spam-report-url-ping-plain): Use spam-report-user-agent.
6227 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6229         * gnus-art.el (gnus-button-handle-custom): Do not just use
6230         `customize-apropos' for any "M-x customize-*" button but the
6231         function called for.  Accept both the function name and its
6232         argument in order to achieve this.
6233         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6234         function name to `gnus-button-handle-custom' in case of "M-x
6235         customize-*" buttons.
6237 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6239         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6240         multipart/alternative and add xref to mm-discouraged-alternatives
6241         in doc string.
6243         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6244         gnus-buttonized-mime-types in doc string.
6246 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6248         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6249         Suggest image/.* in the doc string.
6251 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6253         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6254         message-marks (Debian bug #342521).
6256 2005-12-12  Simon Josefsson  <jas@extundo.com>
6258         * password.el (password-read-from-cache): Add.
6259         (password-read): Use it.
6261 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6263         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6264         us-ascii as a MIME charset.
6266         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6267         against the case where the 2nd arg TYPE is nil.
6269 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6271         * pop3.el (pop3-stream-type): Fix custom version.
6273         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6275 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6277         * mm-decode.el (mm-display-external): Add missing cdr.
6279 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6281         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6282         RFC1524) if it is in mailcap or add a suffix according to
6283         mailcap-mime-extensions when generating a temp filename; postpone
6284         deleting a temp file for 2 seconds for some wrappers, shell
6285         scripts, and so on, which might exit right after having started a
6286         viewer command as a background job.
6288 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6290         * nntp.el (nntp-marks-directory): Fix custom group.
6292         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6293         steps when < 10.
6295         * gnus-start.el (gnus-no-server-1): Mention
6296         `gnus-level-default-subscribed' in doc string.
6298 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6300         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6301         parens.
6303 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6305         * gnus-xmas.el (gnus-use-toolbar): Revert.
6306         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6307         gnus-use-toolbar is default.
6309         * messagexmas.el (message-use-toolbar): Revert.
6310         (message-setup-toolbar): Use global default-toolbar if
6311         message-use-toolbar is default.
6313 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6315         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6316         according to default-toolbar-visible-p.
6318         * messagexmas.el (message-use-toolbar): Ditto.
6320 2005-11-26  Dave Love  <fx@gnu.org>
6322         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6323         (tls-program, tls-success): Provide openssl alternative.
6325         * starttls.el: Doc fixes.
6326         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6327         SERVICE to PORT.
6329         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6330         port null or service name.
6331         (starttls-negotiate): Autoload.
6333 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6335         * message.el (message-kill-to-signature): Fix interactive spec.
6337 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6339         * pop3.el (pop3-open-server): Recognize a string as a service name.
6341 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6343         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6345 2005-11-23  Dave Love  <fx@gnu.org>
6347         Add pop3s, pop3/starttls.
6349         * pop3.el (pop3-authentication-scheme): Clarify doc.
6350         (open-tls-stream, starttls-open-stream): Autoload.
6351         (pop3-stream-type): New.
6352         (pop3-open-server): Use it.
6354         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6355         for POP.
6356         (mail-source-keyword-map): Add :stream for POP.
6357         (mail-source-fetch-pop): Use pop3-stream-type.
6359 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6361         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6362         of current-time-string.
6364 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6366         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6367         date header.
6369 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6371         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6372         it can seriously impact performance as it bypasses the agent's
6373         local caches.
6375 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6377         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6378         must be explicitly online rather than "not explicitly offline" for
6379         its flags to be synchronized.
6381         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6382         that gnus-uu-unmark-thread will function correctly.
6384         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6385         1024K is instead displayed as 1M.
6387 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6389         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6391 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6393         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6395 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6397         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6398         error message to display actual error condition.
6399         (gnus-agent-save-local): Avoid saving symbols that are bound to
6400         nil as they simply result in a warning message in
6401         gnus-agent-read-local.
6403 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6405         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6406         rather than make-variable-buffer-local for file-precious-flag.
6408 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6410         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6411         for duplicates which are removed.  The invalid sort check then
6412         triggers a rescan after the sort as sorting may have moved
6413         duplicate entries such that they can be cheaply detected.
6415 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6417         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6419 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6421         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6422         internal variable to a custom variable.  Changed default value
6423         from compressed(2) to uncompressed(1).
6424         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6425         support for uncompressed agentview files.  Taken together, reading
6426         the agentview file should now be 6-7 times faster.
6428 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6430         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6431         as a buffer-local variable.  This avoids creating truncated
6432         dribble files as a result of a hang up, eg.
6434 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6436         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6437         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6438         XEmacs.
6440 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6442         * gnus-start.el (gnus-start-draft-setup): Enforce
6443         `gnus-draft-mode' for nndraft:drafts at startup.
6445         * gnus.el (gnus-splash): Change custom group.
6446         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6447         allow-list argument.
6449         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6450         string.
6452 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6454         * gnus-art.el (gnus-default-article-saver): Add user-defined
6455         `function' to custom type.
6457 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6459         * imap.el (imap-open): Handle case where buffer is a buffer
6460         object.
6462 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6464         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6465         long lines.
6466         (gnus-cache-delete-group): Wrap doc strings.
6468         * gnus-agent.el (gnus-agent-rename-group)
6469         (gnus-agent-delete-group): Wrap doc strings.
6471 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6473         * messagexmas.el (message-use-toolbar): Change the valid values
6474         into default, top, bottom, left, and right.
6475         (message-toolbar-thickness): New variable.
6476         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6477         well.
6478         (message-setup-toolbar): Make it work.
6480         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
6481         (gnus-use-toolbar): Change the valid values into default, top,
6482         bottom, left, and right.
6483         (gnus-toolbar-thickness): New variable.
6484         (gnus-xmas-setup-toolbar): New function.
6485         (gnus-xmas-setup-group-toolbar): Use it.
6486         (gnus-xmas-setup-summary-toolbar): Use it.
6488 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6490         * gnus-start.el (gnus-1): Add "native" to
6491         gnus-predefined-server-alist.
6493         * gnus.el (gnus-method-to-server): Don't add "native" to the
6494         lists here, because that leads to problems when
6495         gnus-select-method is bound.
6497 2005-11-09  Simon Josefsson  <jas@extundo.com>
6499         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6500         use (not sort-by-date) instead.
6502 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6504         * gnus-delay.el (gnus-delay-group): Don't autoload.
6505         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6506         to be re-loaded when customizing the `gnus-delay' group.
6508 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6510         * message.el: Revert last changes.
6511         (message-insert-citation-line): Use newlines.
6513 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6515         * message.el (message-courtesy-message)
6516         (message-mark-insert-begin, message-mark-insert-end)
6517         (message-elide-ellipsis, message-cancel-message)
6518         (message-add-header, message-change-subject)
6519         (message-cross-post-followup-to-header)
6520         (message-cross-post-insert-note, message-reduce-to-to-cc)
6521         (message-widen-reply, message-delete-not-region)
6522         (message-kill-to-signature, message-insert-signature)
6523         (message-insert-importance-high, message-insert-importance-low)
6524         (message-insert-or-toggle-importance)
6525         (message-insert-disposition-notification-to)
6526         (message-indent-citation, message-yank-original)
6527         (message-cite-original-without-signature, message-cite-original)
6528         (message-insert-citation-line, message-position-on-field)
6529         (message-fix-before-sending, message-send-mail-partially)
6530         (message-send-mail, message-send-mail-with-sendmail)
6531         (message-send-mail-with-qmail, message-send-news)
6532         (message-check-news-header-syntax, message-generate-headers)
6533         (message-insert-courtesy-copy, message-fill-address)
6534         (message-fill-header, message-shorten-references)
6535         (message-setup-1, message-cancel-news)
6536         (message-forward-make-body-plain, message-forward-make-body-mime)
6537         (message-forward-make-body-mml, message-encode-message-body)
6538         (message-forward-make-body-digest-plain)
6539         (message-forward-make-body-digest-mime)
6540         (message-use-alternative-email-as-from): Insert `hard-newline'
6541         instead of ordinary newlines.
6543 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6545         * message.el (message-generate-headers): Downcase the argument
6546         given to message-check-element.
6548 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6550         * nntp.el (nntp-authinfo-rejected): New error condition.
6551         (nntp-wait-for): Use new error condition to signal authentication
6552         error.
6553         (nntp-retrieve-data): Rethrow new error condition to break out of
6554         recursive call to nntp-send-authinfo.
6556 2005-11-08  Romain Francoise  <romain@orebokech.com>
6558         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6559         (gnus-summary-exit-map): Bind to `Z p'.
6560         (gnus-summary-make-menu-bar): Add menu item.
6562 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6564         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6565         (gnus-treat-*): Add `first' in all doc strings.
6567         * gnus-group.el (gnus-group-compact-group): Fix typo.
6569 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6571         * gnus.el (gnus-parameters-case-fold-search): New variable.
6572         (gnus-parameters-get-parameter): Use it.
6574         * gnus-score.el (gnus-home-score-file): Doc fix.
6576 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6578         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6580 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6582         * mm-util.el (mm-special-display-p): New function.
6584         * mml.el (mml-preview): Use it; doc fix.
6586 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6588         * imap.el (imap-open): Handle case where buffer is a buffer object.
6590 2005-10-29  Romain Francoise  <romain@orebokech.com>
6592         * message.el (message-fix-before-sending): Fix comment.
6594 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6596         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6598 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6600         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6601         Used in gnus-score.el.
6603 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6605         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6607 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6609         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6610         whitespace removed in revision 7.8.  Use concatenated string to
6611         protect trailing whitespace.
6613 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
6615         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6616         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6617         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6618         Courier IMAP ("some version from 2004").  Mostly based on similar
6619         code in the same function.
6621 2005-10-26  Didier Verna  <didier@xemacs.org>
6623         * gnus-group.el (gnus-group-compact-group): Invalidate original
6624         article buffer.
6625         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6626         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6627         NOV database and in article itself.
6628         Invalidate article backlog.
6630 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6632         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6634 2005-10-26  Simon Josefsson  <jas@extundo.com>
6636         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6637         part of 2004-07-25 change.
6639 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6641         * message.el (message-display-completion-list): New function.
6642         (message-expand-group): Use it; make sure the Completions buffer
6643         is modifiable.
6644 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6646         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6647         user-mail-name is an empty string.
6649 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6651         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6652         depending on gnus-score-decay-constant.
6654         * encrypt.el (encrypt-insert-file-contents)
6655         (encrypt-write-file-contents): Don't use `gnus-message'.
6657         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6658         arguments.
6659         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
6660         arguments to mm-uu-verbatim-marks-extract.
6661         (mm-uu-hide-markers): New variable.
6662         (mm-uu-extract): Use face similar to `gnus-cite-3'.
6664         * gnus-fun.el (gnus-convert-image-to-x-face-command)
6665         (gnus-convert-image-to-face-command): Use "convert" by default to
6666         allow other input image formats.
6667         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6668         accordingly.
6670 2005-10-23  Simon Josefsson  <jas@extundo.com>
6672         * imap.el (imap-gssapi-program): Align command line parameters
6673         with latest GNU SASL.
6674         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6676 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6678         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6679         HTML.
6680         (nnslashdot-request-article): Ditto.
6682         * lpath.el (featurep): Add nobreak-char-display.
6684 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6686         * mail-source.el (mail-source-fetch-pop): Require pop3.
6687         (mail-source-check-pop): Ditto.
6689 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6691         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6692         errors.
6694 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6696         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6697         (gnus-treat-strip-leading-blank-lines): Improve doc string.
6699         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6701         * mm-bodies.el (mm-decode-string): Call
6702         `mm-charset-to-coding-system' with allow-override argument.
6704 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6706         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6707         (rfc2047-charset-to-coding-system): New function.
6708         (rfc2047-decode-encoded-words): New function.
6709         (rfc2047-decode-region): Use them.
6710         (rfc2047-decode-cte): Remove.
6711         (rfc2047-parse-and-decode): Remove.
6712         (rfc2047-decode): Remove.
6714 2005-10-15  Kenichi Handa  <handa@m17n.org>
6716         * rfc2047.el (rfc2047-decode-cte): New function.
6717         (rfc2047-decode-region): Change the way to decode successive
6718         encoded-words: decode B- or Q-encoding in each encoded-word,
6719         concatenate them, and decode it as charset.
6721 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6723         * lpath.el: Fbind codepage-setup for XEmacs.
6725 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6727         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
6728         widget-move-and-invoke.
6729         (gnus-custom-mode): Use gnus-custom-map.
6731 2005-10-15  Bill Wohler  <wohler@newt.com>
6733         * message.el (message-tool-bar-map): Renamed image file from
6734         mail_send to mail/send.
6736 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6738         * message.el (message-expand-group): Pass the common
6739         prefix substring of completion to `display-completion-list'.
6741 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
6743         * mml-sec.el (mml-secure-method): New internal variable.
6744         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6745         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6746         functions using mml-secure-method.
6748         * mml.el (mml-mode-map): Add key bindings for those functions.
6749         (mml-menu): Simplify security menu entries.  Suggested by Jesper
6750         Harder <harder@myrealbox.com>.
6751         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6752         end of message if point is the headers of the message.
6754         * message.el (message-in-body-p): New function.
6756         * assistant.el: Autoload gnus-util and netrc.
6758         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6759         Use `mm-charset-override-alist' only when decoding.
6761         * mm-bodies.el (mm-decode-body): Call
6762         `mm-charset-to-coding-system' with allow-override argument.
6764         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6765         `filename' from Content-Disposition if Content-Type doesn't
6766         provide `name'.
6767         (gnus-mime-view-part-as-type): Set default instead of
6768         initial-input.
6770 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6772         * format-spec.el (format-spec): Propagate text properties of % spec.
6774 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6776         * gnus-art.el (gnus-treat-predicate): Add `first'.
6778 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6780         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6781         (mm-charset-override-alist): New variable.
6782         (mm-charset-to-coding-system): Use it.
6783         (mm-codepage-setup): New helper function.
6784         (mm-charset-eval-alist): New variable.
6785         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
6786         about unknown charsets.
6788         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
6790 2005-10-04  David Hansen  <david.hansen@gmx.net>
6792         * nnrss.el (nnrss-request-article): Add support for the comments tag.
6793         (nnrss-check-group): Ditto.
6795 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6797         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6798         Rename x-gnus-verbatim to x-verbatim.
6799         (mm-uu-type-alist): Fix regexp for verbatim-marks.
6801         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6802         x-verbatim.
6804         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6806         * gnus-util.el (gnus-remove-duplicates): Remove.
6808         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6809         instead of gnus-remove-duplicates.
6811         * message.el (message-remove-duplicates): Remove.
6812         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6813         message-remove-duplicates.
6815         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6816         available, else use implementation from `delete-dups'.
6818         * message.el (message-insert-expires): New function.
6819         (message-mode-map): Add key binding.
6820         (message-mode-field-menu): Add menu entry.
6821         (message-mode): Document it.
6822         (message-make-expires-date): Use `message-make-date'.
6824 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
6826         * message.el (message-make-expires-date): New function.
6828 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6830         * Makefile.in (list-installed-shadows): New entry.
6831         (install): Use it.
6832         (remove-installed-shadows): New entry.
6834         * dgnushack.el (dgnushack-default-load-path): New variable.
6835         (dgnushack-find-lisp-shadows): New function.
6836         (dgnushack-remove-lisp-shadows): New function.
6838 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6840         * Makefile.in (install-el-elc): New entry.
6841         (install): Use it so that .el files are necessarily installed.
6843 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6845         * time-date.el: Autoload parse-time-string, XEmacs needs it.
6847 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6849         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6850         function rather than the diff-mode.el package.
6851         (mm-display-external): Use with-current-buffer.
6852         (mm-viewer-completion-map, mm-viewer-completion-map):
6853         Move initialization inside declaration.
6855 2005-09-29  Simon Josefsson  <jas@extundo.com>
6857         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
6858         autoload mail-check-payment.
6859         (spam-check-hashcash): Define unconditionally, since hashcash.el
6860         is part of Gnus now.  Ignore errors from payment checking.
6862 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6864         * message.el (message-bold-region, message-unbold-region): Rename
6865         from `bold-region' and `unbold-region'.
6867         * message.el: Remove useless autoloads.
6869 2005-09-28  Simon Josefsson  <jas@extundo.com>
6871         * message.el (message-use-idna): Default to t.
6872         (message-use-idna): Test whether encoding works too.  Doc fix.
6874 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6876         * nntp.el (nntp-warn-about-losing-connection): Remove.
6878 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6880         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6881         customizable.  Change default value.
6882         (mm-uu-diff-groups-regexp): Change default value.
6883         (mm-uu-type-alist): Add doc string.
6884         (mm-uu-configure): Add doc string.  Make it interactive.
6885         (mm-uu-tex-groups-regexp): New variable.
6886         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6887         (mm-uu-type-alist): Add LaTeX documents.
6888         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6889         of "text/verbatim".
6890         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6892         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6893         instead of "text/verbatim".
6895         * message.el (message-mark-inserted-region)
6896         (message-mark-insert-file): Use slrn style marks when called with
6897         prefix argument.
6899 2005-09-27  Simon Josefsson  <jas@extundo.com>
6901         * message.el (message-idna-to-ascii-rhs-1): Reformat.
6903 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
6905         * message.el (message-remove-duplicates): New function.
6906         Implementation borrowed from `gnus-remove-duplicates'.
6907         (message-idna-to-ascii-rhs): Also encode idna addresses in
6908         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6909         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6910         only ask about the same idna domain once per header and also tell
6911         in what header to replace the idna domain.
6913         * gnus-art.el (article-decode-idna-rhs): Also decode idna
6914         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6915         (article-decode-idna-rhs): Fix regexp so that all idna-address in
6916         a header is decoded and not just the last one.
6918 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6920         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6921         has been decoded.
6923         * mm-decode.el (mm-automatic-display): Add text/verbatim.
6924         (mm-insert-part): Don't modify text if it has been decoded.
6926         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6927         decoded.
6929         * mm-view.el (mm-inline-text): Don't strip text props unless
6930         decoding enriched or richtext parts.
6932 2005-09-25  Romain Francoise  <romain@orebokech.com>
6934         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6935         * gnus-start.el (gnus-subscribe-interactively):
6936         * gnus-uu.el (gnus-uu-grab-articles):
6937         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6938         space.
6940 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6942         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6943         * mm-view.el (mm-view-pkcs7-decrypt):
6944         * gnus-sum.el (gnus-summary-limit-to-extra)
6945         (gnus-summary-respool-article, gnus-read-move-group-name):
6946         * gnus-score.el (gnus-summary-increase-score):
6947         * gnus-util.el (gnus-completing-read-with-default):
6948         * gnus-art.el (gnus-read-save-file-name)
6949         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6950         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6951         * message.el (message-check-news-header-syntax):
6952         Follow convention for reading with the minibuffer.
6954 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
6956         * spam-report.el (spam-report-url-ping-plain):
6957         Use gnus-extended-version as User-Agent.
6959         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6960         default value is nil.
6962         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6963         (mm-uu-verbatim-marks-extract): New function.
6964         (mm-uu-extract): New face.
6965         (mm-uu-copy-to-buffer): Use it.
6967         * spam-report.el (spam-report-gmane-ham): Renamed from
6968         `spam-report-gmane-unspam'.
6969         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6970         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
6972         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6973         Autoload.
6974         (spam-report-gmane-unregister-routine): Renamed
6975         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6977 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
6979         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6980         (spam-report-gmane-unregister-routine): Add support for gmane
6981         unregistration.
6983         * spam-report.el (spam-report-gmane-unspam)
6984         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6985         (spam-report-gmane): Change to take a single article and do unspam
6986         registration.
6988 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6990         * mm-url.el (mm-url-decode-entities): Fix regexp.
6992 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6994         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6995         default to nil, to be able to use Gnus at all.  If the default
6996         switches to something else, then the function should be fixed not
6997         be exceedingly slow.
6999 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7001         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7002         fail hard.
7004         * spam-report.el: Add better Keywords line.
7006         * spam.el: Add Maintainer and better Keywords line.
7008 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7010         * gnus-art.el (gnus-article-replace-part)
7011         (gnus-mime-replace-part): New functions.
7012         (gnus-mime-action-alist, gnus-mime-button-commands)
7013         (gnus-mime-save-part-and-strip): Added file argument.
7014         (gnus-article-part-wrapper): Added interactive argument.
7016         * gnus-sum.el (gnus-summary-mime-map): Add
7017         `gnus-article-replace-part'.
7019 2005-09-19  Didier Verna  <didier@xemacs.org>
7021         The nnml compaction feature:
7022         * nnml.el (nnml-request-compact-group): New function.
7023         * nnml.el (nnml-request-compact): New function.
7024         * gnus-int.el (gnus-request-compact-group): New function.
7025         * gnus-int.el (gnus-request-compact): New function.
7026         * gnus-group.el (gnus-group-compact-group): New function.
7027         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7028         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7029         * gnus-srvr.el (gnus-server-compact-server): New function.
7030         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7031         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7033 2005-09-18  Deepak Goel  <deego@gnufans.org>
7035         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7036         format spec.
7038 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7040         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7042 2005-09-15  Romain Francoise  <romain@orebokech.com>
7044         * message.el (message-fill-paragraph): Clarify docstring.
7046 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7048         * gnus-art.el (gnus-mime-display-part): Protect against broken
7049         MIME messages.
7051 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7053         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7054         before parsing header.
7056 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7058         * html2text.el (html2text-replace-list): Add new entities.
7060 2005-09-11  Romain Francoise  <romain@orebokech.com>
7062         * message.el (message-alternative-emails): Improve docstring.
7063         (message-setup-1): Call `message-use-alternative-email-as-from'
7064         after `message-setup-hook' to give it precedence over posting
7065         styles, etc.
7066         (message-use-alternative-email-as-from): Add docstring.  Remove
7067         the original From header if present.
7069         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7070         (nnml-save-mail): Use it.
7072         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7073         articles.  Add new argument `silent'.
7074         (gnus-uu-mark-all): Report the total number of marked articles.
7076 2005-09-10  Romain Francoise  <romain@orebokech.com>
7078         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7079         (gnus-uu-mark-series): Likewise.
7081 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7083         * spam-report.el (spam-report-gmane): Fix generation of spam
7084         report URL.
7086 2005-09-10  Simon Josefsson  <jas@extundo.com>
7088         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7089         t, based on discussion on the ding list with Robert Epprecht
7090         <epprecht@solnet.ch>.
7092 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7094         * spam-report.el (spam-report-gmane): Make it work without
7095         X-Report-Spam header.  Gmane now only provides Archived-At.
7096         This is only used if `spam-report-gmane-use-article-number' is nil.
7097         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7099         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7100         make `gnus-summary-sort-by-recipient' work with threading.
7102         * nnweb.el (nnweb-google-wash-article): Print a message if article
7103         is not available.
7105 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7107         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7108         change.  Decode text/* parts content before displaying.
7110 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7112         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7114 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7116         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7118         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7119         url-package-name, url-package-version,
7120         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7121         w3m-display-inline-images, and w3m-minor-mode-map.
7123 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7125         * message.el (message-tab-body-function): Fix mismatched custom type.
7127         * gnus.el (gnus-group-change-level-function): Ditto.
7129         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7131         * gnus-art.el (gnus-signature-limit)
7132         (gnus-article-mime-part-function): Ditto.
7134 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7136         * mml.el (mml-mode): Silence the byte compiler.
7138         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7139         using `(sit-for 0)' before moving the point to the specified part;
7140         skip unbuttonized parts.
7141         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7142         return to the summary window if gnus-auto-select-part is non-nil.
7144 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7146         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7147         variables.
7148         (mml-dnd-attach-file, mml-mode): Use them.
7150         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7151         Make fetching article by MID work again for Google Groups.  Added
7152         FIXME concerning gnus-group-make-web-group.
7154         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7155         Don't depend on Gnus by using mail-extract-address-components if
7156         gnus-extract-address-components is not bound.
7158 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7160         * gnus-art.el (gnus-mime-display-security): Don't display the
7161         signature, but only the signed part.
7163 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7165         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7167         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7168         list, not listp.
7170 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7172         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7173         when encoding.
7175         * mm-bodies.el (mm-decode-content-transfer-encoding):
7176         De-canonicalize CRLF for all text content types, not just
7177         text/plain.
7179 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7181         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7182         valid article; point arrow and cursor at the MIME button.
7184 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7186         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7187         Suggested by Dan Christensen <jdc@uwo.ca>.
7189         * mm-decode.el (mm-save-part): Enable change of prompt.
7191 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7193         * gnus-msg.el (gnus-inews-add-send-actions): Made
7194         `message-post-method' lambda parameter ARG `&optional'.
7196 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7198         * gnus-sum.el (gnus-summary-mime-map): Added
7199         gnus-article-save-part-and-strip, gnus-article-delete-part and
7200         gnus-article-jump-to-part.
7202         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7203         (gnus-article-edit-part): Use it.
7204         (gnus-article-part-wrapper): Added no-handle argument.
7205         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7206         functions.
7208 2005-08-29  Romain Francoise  <romain@orebokech.com>
7210         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7211         docstring.
7212         (gnus-face-from-file): Likewise.
7214 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7216         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7217         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7218         non-nil.
7219         (gnus-auto-select-part): New variable.
7220         (gnus-article-jump-to-part): New function.
7221         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7222         (gnus-mime-delete-part): Allow selecting specified part after
7223         deleting or stripping parts.
7224         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7225         part if argument is bogus.
7227 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7229         * gnus-art.el (w3m-minor-mode-map):
7230         * gnus-spec.el (gnus-newsrc-file-version):
7231         * gnus-util.el (nnmail-active-file-coding-system)
7232         (gnus-original-article-buffer, gnus-user-agent):
7233         * gnus.el (gnus-ham-process-destinations)
7234         (gnus-parameter-ham-marks-alist)
7235         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7236         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7237         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7238         * mm-decode.el (gnus-current-window-configuration):
7239         * mm-extern.el (gnus-article-mime-handles):
7240         * mm-url.el (url-current-object, url-package-name)
7241         (url-package-version):
7242         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7243         (smime-keys, w3m-cid-retrieve-function-alist)
7244         (w3m-current-buffer, w3m-display-inline-images)
7245         (w3m-minor-mode-map):
7246         * mml-smime.el (gnus-extract-address-components):
7247         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7248         (gnus-newsrc-hashtb, message-default-charset)
7249         (message-deletable-headers, message-options)
7250         (message-posting-charset, message-required-mail-headers)
7251         (message-required-news-headers):
7252         * mml1991.el (mc-pgp-always-sign):
7253         * mml2015.el (mc-pgp-always-sign):
7254         * nnheader.el (nnmail-extra-headers):
7255         * rfc1843.el (gnus-decode-encoded-word-function)
7256         (gnus-decode-header-function, gnus-newsgroup-name):
7257         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7259 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7261         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7262         the end of the date treatments.
7264 2005-08-15  Simon Josefsson  <jas@extundo.com>
7266         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7267         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7268         Capello and Romain Francoise.
7269         (pgg-fetch-key-function): Removed, not used?
7270         (pgg-insert-url-with-w3): Require url, to get
7271         url-insert-file-contents regardless of where it is defined.
7273 2005-08-13  Romain Francoise  <romain@orebokech.com>
7275         * message.el (message-cite-original-1): New function.
7276         (message-cite-original): Use it.
7277         (message-cite-original-without-signature): Ditto.
7279 2005-08-08  Romain Francoise  <romain@orebokech.com>
7281         * message.el (message-yank-empty-prefix): New variable.
7282         (message-indent-citation): Use it.
7283         (message-cite-original-without-signature): Respect X-No-Archive.
7285 2005-08-08  Simon Josefsson  <jas@extundo.com>
7287         * pgg.el: Autoload url-insert-file-contents instead of loading
7288         w3/url.
7289         (pgg-insert-url-with-w3): Don't load url here.
7291 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7293         * message.el (message-kill-to-signature): Don't insert newline at
7294         bol.
7295         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7297 2005-08-06  Romain Francoise  <romain@orebokech.com>
7299         * message.el (message-user-fqdn): Fix typo in docstring.
7301 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7303         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7305         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7307 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7309         * mm-bodies.el (mm-encode-body): Use coding system rather than
7310         charset to encode text.
7312         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7313         number of charsets if utf-8 is available (XEmacs).
7315 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7317         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7318         taken from `gnus-button-mid-or-mail-regexp'.
7319         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7320         (gnus-button-alist): Improve regexp for domain part of the MIDs
7321         for news:localpart@domain buttons.
7322         (gnus-button-ctan-directory-regexp): Update.
7324 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7326         * sieve-manage.el (sieve-manage-interactive-login): Use
7327         make-local-variable rather than make-variable-buffer-local.
7328         (sieve-manage-open): Ditto.
7329         (sieve-manage-authenticate): Ditto.
7331         * mml.el (mml-generate-mime-1): Make the content type default to
7332         text/plain if the filename is not specified.
7334 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7336         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7337         instead of insert-buffer.
7339         * message.el (message-yank-original): Ditto; set the mark at the
7340         end of the yanked message.
7342 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7344         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7345         lines to scroll rather than to stop it.
7347         * mml.el (mml-generate-default-type): Add doc string.
7348         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7349         default to application/octet-stream when determining the content
7350         type if it is not specified for the part or the mml contents; add
7351         a comment about mml-generate-default-type.
7353 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7355         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7356         make it default to application/octet-stream when determining the
7357         content type if it is not specified for the external contents.
7359 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7361         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7362         segmented parameter but also other parameters might be there.
7364 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7366         * mm-decode.el (mm-display-external): Delete temp file, directory
7367         and buffer immediately if the external process is exited.
7369 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7371         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7372         fewer lines than that of scroll-margin.
7373         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7375 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7377         * gnus-art.el (gnus-article-next-page): Revert.
7378         (gnus-article-beginning-of-window): New macro.
7379         (gnus-article-next-page-1): Use it.
7380         (gnus-article-prev-page): Ditto.
7381         (gnus-article-edit-part): Use insert-buffer-substring instead of
7382         insert-buffer.
7383         (gnus-article-edit-exit): Ditto.
7385         * gnus-util.el (gnus-beginning-of-window): Remove.
7386         (gnus-end-of-window): Remove.
7388         * lpath.el: Don't bind header-line-format and scroll-margin.
7390 2005-07-25  Simon Josefsson  <jas@extundo.com>
7392         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7393         to have the url package without w3.  Reported by Daiki Ueno
7394         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7396 2005-07-20  Didier Verna  <didier@xemacs.org>
7398         * gnus-diary.el: Remove the description comment (nndiary is now
7399         properly documented in the Gnus manual).
7400         Fix the spelling of "Back End".
7401         * nndiary.el: Ditto.
7402         Fix the copyright notice.
7404 2005-07-18  Romain Francoise  <romain@orebokech.com>
7406         * gnus-sum.el (gnus-summary-to-prefix)
7407         (gnus-summary-newsgroup-prefix): New variables.
7408         (gnus-summary-from-or-to-or-newsgroups): Use them.
7410 2005-07-17  Romain Francoise  <romain@orebokech.com>
7412         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7413         space as it's generally not especially interesting to the user.
7415 2005-07-16  Romain Francoise  <romain@orebokech.com>
7417         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7418         nil to avoid prompting and file modification if one of the
7419         messages at the top of the nnfolder file contains a copyright
7420         notice.
7421         Update copyright notice.
7423         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7424         instead of `current-time-string' as the latter creates a time
7425         string that is not RFC 2822 compliant (it lacks the zone).
7426         Update copyright notice.
7428 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7430         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7431         for text/rtf.  Display default in prompt.  Pass default for M-n.
7433         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7435 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7437         * gnus-msg.el (gnus-button-mailto): Remove
7438         save-selected-window-window hackery because it relies on
7439         save-selected-window internals.
7441 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7443         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7444         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7445         (gnus-article-prev-page): Ditto.
7447         * gnus-util.el (gnus-beginning-of-window): New function.
7448         (gnus-end-of-window): New function.
7450         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7452 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7454         * gnus-score.el (gnus-score-edit-all-score): Set
7455         gnus-score-edit-exit-function to gnus-score-edit-done and call
7456         gnus-message.
7458 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7460         * gnus-msg.el (gnus-button-mailto): Remove
7461         save-selected-window-window hackery because it relies on
7462         save-selected-window internals.
7464 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7466         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7467         add-minor-mode.
7468         (gnus-binary-mode): Ditto.
7470         * gnus-topic.el (gnus-topic-mode): Ditto.
7472 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7474         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7475         (gnus-article-prev-page): Take scroll-margin into consideration.
7477 2005-07-04  Lute Kamstra  <lute@gnu.org>
7479         Update FSF's address in GPL notices.
7481 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7483         * gnus.el (gnus-exit):
7484         * gnus-group.el (gnus-group-icons):
7485         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7487         * gnus-nocem.el (gnus-nocem):
7488         * message.el (message-various, message-buffers, message-sending)
7489         (message-interface, message-forwarding, message-insertion)
7490         (message-headers, message-news, message-mail):
7491         * pgg-gpg.el (pgg-gpg):
7492         * pgg-parse.el (pgg-parse):
7493         * pgg-pgp.el (pgg-pgp):
7494         * pgg-pgp5.el (pgg-pgp5):
7495         * pop3.el (pop3): Finish `defgroup' description with period.
7497 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7499         * gnus-art.el (article-display-face): Improve the efficiency.
7500         (article-display-x-face): Ditto; remove grey x-face stuff.
7502 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7504         * gnus-art.el (article-display-face): Correct the position in
7505         which Faces are inserted.
7507 2005-06-29  Didier Verna  <didier@xemacs.org>
7509         * gnus-art.el (article-display-face): Display faces in correct
7510         order.
7512 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7514         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7515         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7516         (gnus-nocem-check-article): Fetch the Type header.
7517         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7518         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7519         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7520         make sure gnus-nocem-hashtb is initialized.
7521         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7522         (gnus-nocem-unwanted-article-p): Ditto.
7524         * pgg.el (pgg-verify): Return the verification result.
7526 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7528         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7529         is ascii.
7531 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7533         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7534         `show-nonbreak-escape'.
7536 2005-06-23  Lute Kamstra  <lute@gnu.org>
7538         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7540         * dig.el (dig-mode):
7541         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7543 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7545         * nnimap.el (nnimap-split-download-body): Fix spellings.
7547 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7549         * gnus-art.el (gnus-article-encrypt-body):
7550         * gnus-cus.el (gnus-score-customize):
7551         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7552         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7554 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7556         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7557         header by looking for magic "MII" at the beginnig.
7559 2005-06-16  Miles Bader  <miles@gnu.org>
7561         * gnus-xmas.el (gnus-xmas-group-startup-message):
7562         Use renamed gnus-splash face.
7564         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7565         (assistant-field-face): New backward-compatibility alias for renamed
7566         face.
7567         (assistant-render-text): Use renamed assistant-field face.
7569         * spam.el (spam): Remove "-face" suffix from face name.
7570         (spam-face): New backward-compatibility alias for renamed face.
7571         (spam-face, spam-initialize): Use renamed spam face.
7573         * message.el (message-header-to, message-header-cc)
7574         (message-header-subject, message-header-newsgroups)
7575         (message-header-other, message-header-name)
7576         (message-header-xheader, message-separator, message-cited-text)
7577         (message-mml): Remove "-face" suffix from face names.
7578         (message-header-to-face, message-header-cc-face)
7579         (message-header-subject-face, message-header-newsgroups-face)
7580         (message-header-other-face, message-header-name-face)
7581         (message-header-xheader-face, message-separator-face)
7582         (message-cited-text-face, message-mml-face):
7583         New backward-compatibility aliases for renamed faces.
7584         (message-font-lock-keywords): Use renamed message faces.
7586         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7587         (sieve-test-commands, sieve-tagged-arguments):
7588         Remove "-face" suffix from face names.
7589         (sieve-control-commands-face, sieve-action-commands-face)
7590         (sieve-test-commands-face, sieve-tagged-arguments-face):
7591         New backward-compatibility aliases for renamed faces.
7592         (sieve-control-commands-face, sieve-action-commands-face)
7593         (sieve-test-commands-face, sieve-tagged-arguments-face):
7594         Use renamed sieve faces.
7596         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7597         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7598         (gnus-group-news-3-empty, gnus-group-news-4)
7599         (gnus-group-news-4-empty, gnus-group-news-5)
7600         (gnus-group-news-5-empty, gnus-group-news-6)
7601         (gnus-group-news-6-empty, gnus-group-news-low)
7602         (gnus-group-news-low-empty, gnus-group-mail-1)
7603         (gnus-group-mail-1-empty, gnus-group-mail-2)
7604         (gnus-group-mail-2-empty, gnus-group-mail-3)
7605         (gnus-group-mail-3-empty, gnus-group-mail-low)
7606         (gnus-group-mail-low-empty, gnus-summary-selected)
7607         (gnus-summary-cancelled, gnus-summary-high-ticked)
7608         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7609         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7610         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7611         (gnus-summary-low-undownloaded)
7612         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7613         (gnus-summary-low-unread, gnus-summary-normal-unread)
7614         (gnus-summary-high-read, gnus-summary-low-read)
7615         (gnus-summary-normal-read, gnus-splash):
7616         Remove "-face" suffix from face names.
7617         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7618         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7619         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7620         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7621         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7622         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7623         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7624         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7625         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7626         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7627         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7628         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7629         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7630         (gnus-summary-normal-ticked-face)
7631         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7632         (gnus-summary-normal-ancient-face)
7633         (gnus-summary-high-undownloaded-face)
7634         (gnus-summary-low-undownloaded-face)
7635         (gnus-summary-normal-undownloaded-face)
7636         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7637         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7638         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7639         (gnus-splash-face):
7640         New backward-compatibility aliases for renamed faces.
7641         (gnus-group-startup-message): Use renamed gnus faces.
7643         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7644         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7645         (gnus-server-agent): Remove "-face" suffix from face names.
7646         (gnus-server-agent-face, gnus-server-opened-face)
7647         (gnus-server-closed-face, gnus-server-denied-face)
7648         (gnus-server-offline-face):
7649         New backward-compatibility aliases for renamed faces.
7650         (gnus-server-agent-face, gnus-server-opened-face)
7651         (gnus-server-closed-face, gnus-server-denied-face)
7652         (gnus-server-offline-face): Use renamed gnus faces.
7654         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7655         Remove "-face" suffix from face names.
7656         (gnus-picon-xbm-face, gnus-picon-face):
7657         New backward-compatibility aliases for renamed faces.
7659         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7660         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7661         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7662         (gnus-cite-11): Remove "-face" suffix from face names.
7663         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7664         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7665         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7666         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7667         New backward-compatibility aliases for renamed faces.
7668         (gnus-cite-attribution-face, gnus-cite-face-list)
7669         (gnus-article-boring-faces): Use renamed gnus faces.
7671         * gnus-art.el (gnus-signature, gnus-header-from)
7672         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7673         (gnus-header-content): Remove "-face" suffix from face names.
7674         (gnus-signature-face, gnus-header-from-face)
7675         (gnus-header-subject-face, gnus-header-newsgroups-face)
7676         (gnus-header-name-face, gnus-header-content-face):
7677         New backward-compatibility aliases for renamed faces.
7678         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7680         * gnus-sum.el (gnus-summary-selected-face)
7681         (gnus-summary-highlight): Use renamed gnus faces.
7682         * gnus-group.el (gnus-group-highlight): Likewise.
7684 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7686         * gnus-sieve.el (gnus-sieve-article-add-rule):
7687         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7688         * spam-stat.el (spam-stat-buffer-change-to-spam)
7689         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7691         * message.el (message-is-yours-p):
7692         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7694 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7696         * mm-view.el (mm-inline-text): Withdraw the last change.
7698 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7700         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7701         executing enriched-decode.
7703 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7705         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7706         charset of tar files.
7708 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
7710         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7712 2005-06-04  Lute Kamstra  <lute@gnu.org>
7714         * nnfolder.el (nnfolder-read-folder): Make sure that undo
7715         information is never recorded.
7717 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7719         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7721 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7723         * pop3.el (pop3-apop): Run md5 in the binary mode.
7725         * starttls.el (starttls-set-process-query-on-exit-flag):
7726         Use eval-and-compile.
7728 2005-05-31  Simon Josefsson  <jas@extundo.com>
7730         * smime.el (smime-replace-in-string): Define.
7731         (smime-cert-by-ldap-1): Use it.
7733 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7735         * gnus-art.el (article-display-x-face): Replace
7736         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7738         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7739         set-process-query-on-exit-flag or process-kill-without-query.
7741         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7742         loop instead of replace-regexp.
7744         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7745         instead of process-kill-without-query if it is available.
7747         * lpath.el: Fbind ldap-search-entries.
7749         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7750         instead of find-file-hooks if it is available.
7752         * mml1991.el: Bind pgg-default-user-id when compiling.
7754         * mml2015.el: Bind pgg-default-user-id when compiling.
7756         * nndraft.el (nndraft-request-associate-buffer):
7757         Use write-contents-functions instead of write-contents-hooks if it is
7758         available.
7760         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7761         instead of find-file-hooks if it is available.
7763         * nntp.el (nntp-open-connection): Replace
7764         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7765         (nntp-open-ssl-stream): Ditto.
7766         (nntp-open-tls-stream): Ditto.
7768         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7769         set-process-query-on-exit-flag or process-kill-without-query.
7770         (starttls-open-stream-gnutls): Use it instead of
7771         process-kill-without-query.
7772         (starttls-open-stream): Ditto.
7774 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
7776         * smime.el (smime-cert-by-ldap-1): Don't use
7777         replace-regexp-in-string.
7779 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
7781         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7783         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7784         in PEM format.  Adjust to the XEmacs compability.
7786 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7788         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7789         by `string-to-number'.
7790         * gnus-agent.el (gnus-agent-regenerate-group)
7791         (gnus-agent-fetch-articles): Ditto.
7792         * gnus-art.el (gnus-button-fetch-group): Ditto.
7793         * gnus-cache.el (gnus-cache-generate-active)
7794         (gnus-cache-articles-in-group): Ditto.
7795         * gnus-group.el (gnus-group-set-current-level)
7796         (gnus-group-insert-group-line): Ditto.
7797         * gnus-score.el (gnus-score-set-expunge-below)
7798         (gnus-score-set-mark-below, gnus-summary-score-effect)
7799         (gnus-summary-score-entry): Ditto.
7800         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7801         (gnus-soup-pack): Ditto.
7802         * gnus-spec.el (gnus-xmas-format): Ditto.
7803         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7804         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7805         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7806         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7807         * nndb.el (nndb-get-remote-expire-response): Ditto.
7808         * nndiary.el (nndiary-parse-schedule-value)
7809         (nndiary-string-to-number, nndiary-request-replace-article)
7810         (nndiary-request-article): Ditto.
7811         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7812         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7813         * nneething.el (nneething-make-head): Ditto.
7814         * nnfolder.el (nnfolder-request-article)
7815         (nnfolder-retrieve-headers): Ditto.
7816         * nnheader.el (nnheader-file-to-number): Ditto.
7817         * nnkiboze.el (nnkiboze-request-article): Ditto.
7818         * nnmail.el (nnmail-process-unix-mail-format)
7819         (nnmail-process-babyl-mail-format): Ditto.
7820         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7821         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7822         (nnmh-request-create-group, nnmh-request-list-1)
7823         (nnmh-request-group, nnmh-request-article): Ditto.
7824         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7825         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7826         * nnsoup.el (nnsoup-make-active): Ditto.
7827         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7828         * nntp.el (nntp-find-group-and-number)
7829         (nntp-retrieve-headers-with-xover): Ditto.
7830         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7831         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7832         (pgg-format-key-identifier): Ditto.
7833         * pop3.el (pop3-last, pop3-stat): Ditto.
7834         * qp.el (quoted-printable-decode-region): Ditto.
7836         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7837         of concat.
7839 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7841         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7843         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7845         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7847         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7849         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7851         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7853         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7854         (gnus-carpal-mode): Ditto.
7856         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7857         (gnus-browse-mode): Ditto.
7859         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7861         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7863 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7865         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7867 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7869         * gnus-util.el (gnus-run-mode-hooks): New function.
7871         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7873         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
7874         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
7876 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
7878         * gnus-agent.el (gnus-agent-make-mode-line-string):
7879         Use mode-line-highlight as mouse-face.
7881 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7883         * canlock.el (canlock): Change the parent group to news.
7885         * deuglify.el (gnus-outlook-deuglify): Add :group.
7887         * dig.el (dig): Add :group.
7889         * dns-mode.el (dns-mode): Add :group.
7891         * encrypt.el (encrypt): Add :group.
7893         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7894         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7895         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7896         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7897         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7899         * gnus-diary.el (gnus-diary): Add :group.
7901         * gnus.el (gnus-group-news-1-face): Add :group.
7902         (gnus-group-news-1-empty-face): Ditto.
7903         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7904         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7905         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7906         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7907         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7908         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7909         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7910         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7911         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7912         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7913         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7914         (gnus-summary-high-ticked-face): Ditto.
7915         (gnus-summary-low-ticked-face): Ditto.
7916         (gnus-summary-normal-ticked-face): Ditto.
7917         (gnus-summary-high-ancient-face): Ditto.
7918         (gnus-summary-low-ancient-face): Ditto.
7919         (gnus-summary-normal-ancient-face): Ditto.
7920         (gnus-summary-high-undownloaded-face): Ditto.
7921         (gnus-summary-low-undownloaded-face): Ditto.
7922         (gnus-summary-normal-undownloaded-face): Ditto.
7923         (gnus-summary-high-unread-face): Ditto.
7924         (gnus-summary-low-unread-face): Ditto.
7925         (gnus-summary-normal-unread-face): Ditto.
7926         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7927         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7929         * hashcash.el (hashcash): New custom group.
7930         (hashcash-default-payment): Add :group.
7931         (hashcash-payment-alist): Ditto.
7932         (hashcash-default-accept-payment): Ditto.
7933         (hashcash-accept-resources): Ditto.
7934         (hashcash-path): Ditto.
7935         (hashcash-extra-generate-parameters): Ditto.
7936         (hashcash-double-spend-database): Ditto.
7937         (hashcash-in-news): Ditto.
7939         * message.el (message-minibuffer-local-map): Add :group.
7941         * netrc.el (netrc): Add :group.
7943         * sieve-manage.el (sieve-manage-log): Add :group.
7944         (sieve-manage-default-user): Diito.
7945         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7946         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7947         (sieve-manage-authenticators): Ditto.
7948         (sieve-manage-authenticator-alist): Ditto.
7949         (sieve-manage-default-port): Ditto.
7951         * sieve-mode.el (sieve-control-commands-face): Add :group.
7952         (sieve-action-commands-face): Ditto.
7953         (sieve-test-commands-face): Ditto.
7954         (sieve-tagged-arguments-face): Ditto.
7956         * smime.el (smime): Add :group.
7958         * spam-report.el (spam-report): Add :group.
7960         * spam.el (spam, spam-face): Add :group.
7962 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7964         * nntp.el (nntp-next-result-arrived-p): Some news servers may
7965         return \n.\n.\n at the end of articles.  Protect against that.
7966         (nntp-with-open-group): Allow debugging.
7968         * nnheader.el (mail-header-set-extra): Make into a function
7969         because I just could't understand how to quote the list properly.
7971         * dns.el (query-dns-cached): New function.
7973 2005-05-26  Lute Kamstra  <lute@gnu.org>
7975         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7977 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7979         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
7981         * gnus-art.el: Don't autoload mail-extract-address-components.
7983         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7984         eval-and-compile to evaluate it.
7986         * hashcash.el: Don't autoload executable-find.
7988         * nndb.el: Don't declare the nndb back end two or more times; don't
7989         autoload news-reply-mode, news-setup, cancel-timer and telnet.
7991         * nntp.el: Autoload format-spec instead of format; use
7992         eval-and-compile to evaluate autoload forms.
7994 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
7996         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7998 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8000         * gnus.el (gnus-version-number): Bump version.
8002 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8004         * gnus.el: No Gnus v0.3 is released.
8006 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8008         * lpath.el (featurep): Bind show-nonbreak-escape.
8010 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8012         * gnus-art.el (gnus-article-edit-part): Disable undo.
8014 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8016         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8017         gnus-article-date-lapsed-new-header is t if date timer is active;
8018         skip headers in which the original date value is empty.
8019         (gnus-article-save-original-date): Redefine it as a macro.
8020         (gnus-display-mime): Use it.
8022 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8024         * gnus-art.el (article-date-ut): Support converting date in
8025         forwarded parts as well.
8026         (gnus-article-save-original-date): New function.
8027         (gnus-display-mime): Use it.
8029 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8031         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8032         enclosure element of <item>.
8034 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8036         * message.el (message-kill-buffer-query): Renamed from
8037         `message-kill-buffer-query-if-modified'.  Added :version.
8039 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8041         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8042         window layout.
8044 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8046         * mml.el: Autoload dnd when compiling.
8048 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8050         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8051         x-dnd-*.
8053 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8055         * qp.el (quoted-printable-encode-region): Save excursion.
8057 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8059         * message.el (message-kill-buffer-query-if-modified): Add new variable
8060         so the user can kill a modified message buffer quickly.
8061         (message-kill-buffer): Use it.
8063 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8065         * lpath.el: Fbind display-time-event-handler; don't fbind
8066         string-to-multibyte.
8068         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8070 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8072         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8073         contained in text because xml.el decodes entities) with LFs.
8075 2005-04-11  Lute Kamstra  <lute@gnu.org>
8077         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8078         differently.
8080 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8082         * mm-util.el (mm-detect-coding-region): Typo.
8084 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8086         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8088 2005-04-06  D Goel  <deego@gnufans.org>
8090         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8091         user-function allow user modifications of the scores.
8092         (spam-stat-score-buffer-user): New function, to allow
8093         user-computed modifications to the score.
8094         (spam-stat-score-buffer-user-functions): List of additional
8095         scoring functions.
8096         (spam-stat-error-holder): Global temporary error holder.
8097         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8098         variable.
8100 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8102         * gnus-registry.el (gnus-registry-clean-empty-function)
8103         (gnus-registry-trim, gnus-registry-fetch-groups)
8104         (gnus-registry-delete-group): Groups that match
8105         `gnus-registry-ignored-groups' are removed from the registry
8106         entries, not just ignored for splitting.  This helps clean up the
8107         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8108         to get all the groups a message ID is in.
8110         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8111         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8112         (spam-stat-score-buffer-user-functions): Add :number custom type.
8114 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8116         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8117         argument in XEmacs.
8119         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8120         (nnrss-request-group): Decode group name first.
8121         (nnrss-request-article): Make a text/plain article if mml-to-mime
8122         failed.
8123         (nnrss-get-encoding): Return a compatible encoding according to
8124         nnrss-compatible-encoding-alist.
8125         (nnrss-find-el): Use consp instead of listp.
8126         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8128 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8130         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8131         which Emacs 20 doesn't support.
8132         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8134 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8136         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8137         silence the byte compiler inside the defun.
8139         * gnus-demon.el (parse-time-string): Add autoload.
8141         * gnus-delay.el (parse-time-string): Add autoload.
8143         * gnus-art.el (parse-time-string): Add autoload.
8145         * nnultimate.el (parse-time): Require for `parse-time-string'.
8147 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8149         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8151         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8153         * smime.el (smime-ldap-host-list): Add :version.
8155 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8157         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8158         pass it to `gnus-browse-read-group'.
8159         (gnus-browse-read-group): Add NUMBER argument and pass it to
8160         `gnus-group-read-ephemeral-group'.
8162         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8163         argument and pass it to `gnus-group-read-group'.
8165 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8167         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8168         mm-xemacs-find-mime-charset-1 if we have the mule feature
8169         available at runtime.
8171 2005-03-25  Werner Lemberg  <wl@gnu.org>
8173         * nnmaildir.el: Replace `illegal' with `invalid'.
8175 2005-03-23  Lute Kamstra  <lute@gnu.org>
8177         * time-date.el: Add comment on time value formats.
8178         Don't require parse-time.
8179         (with-decoded-time-value): New macro.
8180         (encode-time-value): New function.
8181         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8182         (days-to-time): Return a valid time value when arg is huge.
8183         (time-since): Use time-subtract.
8184         (time-to-number-of-days): Use time-to-seconds.
8186 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8188         * gnus-start.el (gnus-display-time-event-handler):
8189         Check display-time-timer at runtime rather than only at load time
8190         in case display-time-mode is turned off in the mean time.
8192 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8194         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8195         used.
8197         * nneething.el (nneething-map-file-directory): Derive from
8198         `gnus-directory'.
8200         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8201         the To/Cc button.
8203 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8205         * nnmaildir.el (nnmaildir-request-accept-article):
8206         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8208 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8210         * gnus-async.el: Require timer-funcs at compile time when in
8211         XEmacs for `run-with-idle-timer'.
8213 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8215         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8216         autoloaded function.
8218 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8220         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8222 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8224         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8226 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8229         gnus-expert-user to default.
8231 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8233         * nnimap.el (nnimap-open-server): Ditto.
8235         * imap.el (imap-authenticate): Fix typo.
8237 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8239         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8240         buffer (since IMAP server might return FETCH response out of
8241         order, and the nntp buffer must be sorted).
8243 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8245         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8246         comparison on string.
8248         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8249         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8250         (gnus-agent-summary-fetch-series): Modified to protect against
8251         gnus-agent-summary-fetch-group clearing processable flags.
8252         (gnus-agent-synchronize-group-flags): Update live group buffer as
8253         synchronization may occur due to the user toggle the plugged
8254         status.
8255         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8256         successfully downloaded.
8257         (gnus-agent-expire-group-1): Avoid using markers when the overview
8258         is in ascending order; greatly improves performance.
8259         (gnus-agent-regenerate-group): Use
8260         gnus-agent-synchronize-group-flags to reset read status in both
8261         gnus and server.
8262         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8264 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8266         * message.el: Don't autoload former message-utils variables.
8267         (message-strip-subject-trailing-was): Change doc string.
8269         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8270         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8271         (nnweb-google-search): Add "hl=en" here.
8272         (nnweb-google-parse-1, nnweb-google-create-mapping):
8273         Don't hardcode URL.
8275 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8277         * message.el (message-get-reply-headers, message-followup):
8278         Mention related variables `message-use-followup-to' and
8279         `message-use-mail-followup-to', in the information buffer.
8281         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8282         of broken groups(-beta).google.com.
8284 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8286         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8287         parameter to invoked gnus-request-move-article; remove the
8288         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8289         all at once instead of once per article.
8290         (gnus-summary-remove-process-mark): Accept a list of articles as
8291         well as a single article for processing.
8293         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8294         parameter.
8296         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8298         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8300         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8301         parameter.
8303         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8304         parameter.
8306         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8307         parameter and remove the gnus-sum-hint-move-is-internal variable.
8309         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8310         parameter.
8312         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8313         parameter.
8315         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8316         parameter.
8318         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8320         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8321         parameter.
8323         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8324         parameter.
8326 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8328         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8329         a more conservative way.
8331 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8333         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8334         buffer, so it moves the window's cursor.
8336 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8338         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8339         `mm-dissect-multipart' and receive the from field as an (optional)
8340         argument from `mm-dissect-multipart'.
8341         (mm-dissect-multipart): Receive the from field as an argument and
8342         pass it on when we call `mm-dissect-buffer' on MIME parts.
8343         Fixes verification/decryption of signed/encrypted MIME parts.
8345 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8347         * gnus-sum.el (gnus-summary-move-article): Set
8348         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8349         whatever it calls (right now, only nnimap-request-move article
8350         respects it).
8352         * nnimap.el (nnimap-request-move-article): When
8353         gnus-sum-hint-move-is-internal is set, don't do the extra
8354         nnimap-request-article.
8356 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8358         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8360         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8361         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8363         * gnus-sum.el (gnus-summary-caesar-message):
8364         Apply `gnus-treat-article' after rotation.
8366         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8367         doc string.
8369 2005-02-22  Simon Josefsson  <jas@extundo.com>
8371         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8372         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8373         <arne@arnested.dk>.
8374         (encrypt): Add password-cache and password-cache-expiry as group
8375         members.
8377 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8379         * smime.el (smime-ldap-host-list): Doc fix.
8380         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8381         cache) password.
8382         (smime-sign-region): Use it.
8383         (smime-decrypt-region): Use it.
8384         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8385         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8386         fails.
8387         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8388         certificate from DER to PEM format rather than calling openssl.
8390         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8392         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8393         for signing/encryption.
8395         * mml.el (mml-parse-1): Use them.
8397 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8399         * nnrss.el (nnrss-verbose): Removed.
8400         (nnrss-request-group): Use `nnheader-message' instead.
8402 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8404         * nnrss.el (nnrss-verbose): New variable.
8405         (nnrss-request-group): Make it say nnrss is requesting a group.
8407 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8409         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8410         Handle news URL with given port correctly.
8412 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8414         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8415         containing special characters.
8417         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8419         * mml.el (mime-to-mml): Ditto.
8421         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8422         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8423         (rfc2047-decode-region): Quote decoded words containing special
8424         characters when rfc2047-quote-decoded-words-containing-tspecials
8425         is non-nil.
8427 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8429         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8431         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8433 2005-02-15  Simon Josefsson  <jas@extundo.com>
8435         * nnimap.el (nnimap-debug): Doc fix.
8437         * imap.el (imap-debug): Doc fix.
8439 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8441         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8443 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8445         * gnus.el (spam-contents): Improve docs for spam-contents
8446         parameter in its variable incarnation.
8448 2005-02-14  Simon Josefsson  <jas@extundo.com>
8450         * smime-ldap.el: Use require instead of load-library for ldap.
8451         (smime-ldap-search): Indent.
8452         (smime-ldap-search-internal): Shorten line.
8454         * smime.el (smime-cert-by-dns): Add doc-string.
8455         (smime-cert-by-ldap-1): Indent.
8457         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8458         mml-smime-get-dns-ldap.
8459         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8461 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8463         * smime.el: Require smime-ldap.
8464         (smime-ldap-host-list): New variable.
8465         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8467         * mml-smime.el (mml-smime-encrypt-query): New function.
8468         (mml-smime-encrypt-query): Use it.
8470         * smime-ldap.el: New file.
8472 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8474         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8476 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8478         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8479         argument in doc string.  Make query for type more clear.
8481 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8483         * gnus.el (gnus-group-startup-message): Search for gnus images in
8484         etc/images/gnus.
8485         * mm-util.el (mm-image-load-path): Likewise.
8486         * smiley.el (smiley-data-directory): Search for smilies in
8487         etc/images/smilies.
8489 2005-02-09  Kim F. Storm  <storm@cua.dk>
8491         Change Emacs release version from 21.4 to 22.1 throughout.
8492         Change Emacs development version from 21.3.50 to 22.0.50.
8494 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8496         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8498         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8499         non-Mule XEmacs as well.
8500         (mm-decompress-buffer): Signal an error intentionally if it does
8501         not decompress compressed data because auto-compression-mode is
8502         disabled.
8504 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8506         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8507         an ID in the registry even if it has no groups.
8509 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8511         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8512         merge it into mm-decompress-buffer.
8513         (gnus-mime-copy-part): Use the MIME part charset, the value which
8514         a user specified or gnus-newsgroup-charset for decoding, like
8515         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8516         save-buffer what was used.  Suggested by Kevin Ryde
8517         <user42@zip.com.au>.
8518         (gnus-mime-inline-part): Allow the name parameter as well as the
8519         filename parameter; force decompressing of compressed data; always
8520         display contents being not decoded as unibyte.
8522         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8523         as well as the filename parameter.
8525         * mm-util.el (mm-decompress-buffer): Merge
8526         gnus-mime-jka-compr-maybe-uncompress.
8527         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8528         of compressed data.
8530 2005-02-08  Simon Josefsson  <jas@extundo.com>
8532         * imap.el (imap-log): Doc fix.
8534 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8536         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8537         the coding cookies; decompress compressed parts.
8539         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8540         to the value which a user specified manually or the coding cookie.
8542         * mm-util.el (mm-string-to-multibyte): New function.
8543         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8544         (mm-coding-system-to-mime-charset): New function.
8545         (mm-decompress-buffer): New function.
8546         (mm-find-buffer-file-coding-system): New function.
8548         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8549         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8550         parts.
8552 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8554         * mm-view.el (mm-display-inline-fontify): Decode a part according
8555         to the charset parameter.
8557 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8559         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8560         prefix arg is neither nil nor a number, as info specifies.
8562 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8564         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8565         timestamps.
8567 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8569         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8570         groups error checking and notify user.
8572 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8574         * message.el (message-send-mail-function): Check existence of
8575         sendmail-program first before using default value
8576         `message-send-mail-with-sendmail'.  Otherwise use more generic
8577         `smtpmail-send-it'.
8579 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8581         * nntp.el (nntp-request-update-info): Always return nil.
8583 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8585         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8587 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8589         * message.el (message-beginning-of-line): Change the behavior when
8590         invoked between BOL and : so that it first moves backward.
8592 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8594         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8595         article buffer when editing of the article is discarded.
8596         (gnus-article-prepare): Revert.
8598 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8600         * gnus-art.el (gnus-article-prepare):
8601         Remove message-strip-forbidden-properties from the local hook.
8603 2005-01-27  Simon Josefsson  <jas@extundo.com>
8605         * password.el (password-cache-add): Only start one timer per key.
8606         Reported by Derek Atkins <warlord@MIT.EDU>.
8608 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8610         * run-at-time.el: Removed.  It is no longer needed as
8611         timer-funcs.el in the xemacs-base package has a working version of
8612         `run-at-time'.
8614         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
8616         * password.el: Require timer-funcs instead of run-at-time in
8617         XEmacs.
8618         Remove `password-run-at-time' macro.
8619         (password-cache-add): Use `run-at-time' instead of
8620         `password-run-at-time'.
8622         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
8623         Remove `nnheader-cancel-function-timers' alias,
8624         `cancel-function-timers' exists in XEmacs in timer-funcs.
8626         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8627         for `run-with-idle-timer'.
8629         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8630         for `run-at-time'.
8632         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8633         for `with-timeout'.
8635         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
8636         the same as for XEmacs 21.4.
8637         No need to ignore `run-with-idle-timer', this function exists in
8638         XEmacs now in timer-funcs.el in the xemacs-base package.
8639         (dgnushack-compile): No need to delete
8640         run-at-time.el from the list of files to compile because it
8641         doesn't exist anymore.
8643 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8645         * mml.el (mml-generate-mime-1): Convert string into unibyte when
8646         inserting " *mml*" buffer's contents into a unibyte temp buffer.
8648 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
8650         * mail-source.el (mail-source-fetch-imap): Search for ^From case
8651         sensitively.
8653 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
8655         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8657 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8659         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8660         which will be inserted according to the multibyteness of a buffer
8661         rather than the type of contents.  Suggested by ARISAWA Akihiro
8662         <ari@mbf.ocn.ne.jp>.
8664         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8665         of string which old xml.el may return rather than a string.
8667 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8669         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8671 2005-01-16  Simon Josefsson  <jas@extundo.com>
8673         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8674         idn/idna.el isn't available.
8675         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
8676         <michael@waxrat.com>.
8678         * hashcash.el: Remove non-FSF copyright header.
8680         * hashcash.el (hashcash-extra-generate-parameters): New variable.
8681         (hashcash-generate-payment): Use it.
8682         (hashcash-generate-payment-async): Use it.
8684 2005-01-15  Simon Josefsson  <jas@extundo.com>
8686         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8687         Suggested by Raymond Scholz <ray-2005@zonix.de>.
8689         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8690         gnus-summary-idna-message.
8691         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8692         (gnus-summary-idna-message): New function.
8694 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8696         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8697         gnus-novice-user.
8699 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8701         * nnrss.el (nnrss-request-delete-group): Delete entries in
8702         nnrss-group-alist as well.
8703         (nnrss-save-server-data): Insert newline.
8705 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
8707         * gnus.el (gnus-user-agent): Use list of symbols instead of
8708         symbols.  Display full version number for (S)XEmacs.  Optionally
8709         display (S)XEmacs codename.
8711         * gnus-util.el (gnus-emacs-version): Update for new
8712         `gnus-user-agent'.
8714         * gnus-msg.el (gnus-extended-version): Make it possible to omit
8715         Gnus version.
8717 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8719         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
8720         which is unreadable in some setups.
8722 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8724         * gnus-spec.el (gnus-update-format-specifications): Flush the
8725         group format spec cache if it doesn't support decoded group names.
8727 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8729         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8730         Allow to apply decay on score files matching a regexp.
8732 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8734         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8735         compatibility in %g and %c.
8737 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8739         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8740         name for only %g and %c.
8741         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8742         of gnus-tmp-group to decoded group name.
8743         (gnus-group-make-rss-group): Exclude `/'s from group names.
8745 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8747         * nnrss.el (nnrss-get-encoding): Fix regexp.
8749 2004-12-27  Simon Josefsson  <jas@extundo.com>
8751         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8752         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8753         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
8755 2004-12-17  Kim F. Storm  <storm@cua.dk>
8757         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8759         * gnus-sum.el (gnus-summary-mode-map): Likewise.
8761 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8763         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8765 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8767         * nnrss.el: Require rfc2047 and mml.
8768         (nnrss-file-coding-system): New variable.
8769         (nnrss-format-string): Redefine it as an inline function.
8770         (nnrss-decode-group-name): New function.
8771         (nnrss-string-as-multibyte): Remove.
8772         (nnrss-retrieve-headers): Decode group name; don't use
8773         nnrss-format-string.
8774         (nnrss-request-group): Decode group name.
8775         (nnrss-request-article): Decode group name; allow a Message-ID as
8776         well as an article number; don't use nnrss-format-string; encode a
8777         Message-ID string which may contain non-ASCII characters; use
8778         mml-to-mime to compose a MIME article.
8779         (nnrss-request-expire-articles): Decode group name.
8780         (nnrss-request-delete-group): Decode group name.
8781         (nnrss-fetch): Clarify error message.
8782         (nnrss-read-server-data): Use insert-file-contents instead of load;
8783         bind file-name-coding-system; use multibyte buffer.
8784         (nnrss-save-server-data): Bind coding-system-for-write to the
8785         value of nnrss-file-coding-system; bind file-name-coding-system;
8786         add coding cookie.
8787         (nnrss-read-group-data): Use insert-file-contents instead of load;
8788         bind file-name-coding-system; use multibyte buffer.
8789         (nnrss-save-group-data): Bind coding-system-for-write to the
8790         value of nnrss-file-coding-system; bind file-name-coding-system.
8791         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8792         make it work with non-ASCII text.
8793         (nnrss-find-el): Make it work with old xml.el as well.
8795 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8797         * nnrss.el (nnrss-get-encoding): New function.
8798         (nnrss-fetch): Use unibyte buffer initially; bind
8799         coding-system-for-read while performing mm-url-insert; remove ^Ms;
8800         decode contents according to the encoding attribute.
8801         (nnrss-save-group-data): Add coding cookie.
8802         (nnrss-mime-encode-string): New function.
8803         (nnrss-check-group): Use it to encode subject and author.
8805 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
8807         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8808         imaginary variable.
8810 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8812         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8813         correctly even if there are wide characters.
8815 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8817         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8818         downcased symbol names; make a new cache instead of reusing
8819         bbdb-hashtable.
8821 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8823         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8824         concatenating segments rather than before concatenating them.
8825         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8827         * message.el (message-get-reply-headers): Bind `extra'.
8829 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8831         * message.el (message-extra-wide-headers): New variable.
8832         (message-get-reply-headers): Use it.
8834 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8836         * gnus-agent.el (gnus-agent-group-path): Decode group name.
8837         (gnus-agent-group-pathname): Ditto.
8839         * gnus-cache.el (gnus-cache-file-name): Decode group name.
8841         * gnus-group.el (gnus-group-make-group): Decode group name.
8842         (gnus-group-make-rss-group): Register the group data after opening
8843         the nnrss group.
8845 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
8847         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8848         by expiry now get marked as read.
8850 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8852         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8854 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
8856         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8857         unify Latin characters in XEmacs.
8858         (mm-find-mime-charset-region): Use it.
8860 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8862         * gnus-util.el (gnus-delete-directory): New function.
8864         * gnus-agent.el (gnus-agent-delete-group): Use it.
8866         * gnus-cache.el (gnus-cache-delete-group): Use it.
8868 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8870         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8871         names.
8873 2004-12-16  Simon Josefsson  <jas@extundo.com>
8875         * hashcash.el (hashcash-payment-alist): Fix custom :type.
8877 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8879         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8881         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8882         (gnus-group-set-current-level): Decode group name.
8884 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
8886         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8887         failed.
8889 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8891         * gnus-group.el (gnus-group-delete-group): Decode group name.
8892         (gnus-group-make-rss-group): Encode group name.
8893         (gnus-group-catchup-current): Decode group name.
8894         (gnus-group-kill-group): Decode group name.
8896 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8898         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8900 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8902         * gnus-group.el (gnus-group-make-rss-group):
8903         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8905         * gnus-start.el (gnus-setup-news): Honor user's setting to
8906         gnus-message-archive-method.  Suggested by Lute Kamstra
8907         <lute@gnu.org>.
8909 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
8911         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8912         global counterparts of the buffer-local variables.
8914 2004-11-16  Romain Francoise  <romain@orebokech.com>
8916         * gnus-sum.el (gnus-summary-exit): Don't clear the global
8917         counterparts of the buffer-local variables.
8919 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8921         * message.el (message-forbidden-properties): Fixed typo in doc
8922         string.
8924 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8926         * gnus-util.el (gnus-replace-in-string): Added doc string.
8928         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8929         to avoid problems when splitting mails with many recipients.
8931 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8933         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8934         pop-to-buffer, covered by the subsequent gnus-configure-windows.
8936 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
8938         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8939         if there is no hashtable in memory or file modification time is
8940         newer than cached timestamp.
8942 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8944         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8945         not-matching option.
8947 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
8949         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8950         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8951         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8952         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8953         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
8954         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8956 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8958         * message.el (message-forward-make-body-mml): Remove headers
8959         according to message-forward-ignored-headers if a message is decoded.
8961 2004-12-02  Romain Francoise  <romain@orebokech.com>
8963         * message.el (message-forward-make-body-plain): Always remove
8964         headers according to message-forward-ignored-headers.
8966 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8968         * spam.el (spam-summary-prepare-exit): Remove the
8969         gnus-summary-limit pop for now, it has problems with ham marks for
8970         me.
8972 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
8974         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8975         correctly.
8977 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
8979         * format-spec.el (format-spec): Message the char.
8981 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
8983         * gnus-art.el (gnus-split-methods): Reformat comments.
8985         * spam.el (spam-summary-prepare-exit): Remove article limits
8986         before exiting the summary buffer.
8988 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8990         * lpath.el: Remove bbdb-create-internal, bbdb-records,
8991         spam-BBDB-register-routine and spam-enter-ham-BBDB.
8993         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8994         order to silence the byte compiler.
8996         * spam.el: Fix the way to silence the byte compiler, which
8997         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8998         bbdb-search-simple, spam-BBDB-register-routine,
8999         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9000         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9001         spam-stat-buffer-is-spam, spam-stat-load,
9002         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9003         spam-stat-save and spam-stat-split-fancy.
9005 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9007         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9008         which may confuse users.
9009         (canlock-password-for-verify): Ditto.
9011         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9013         * gnus-art.el (gnus-emphasis-alist): Ditto.
9015         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9017         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9019         * gnus-start.el (gnus-save-killed-list): Ditto.
9021         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9022         (gnus-sum-thread-tree-root): Ditto.
9023         (gnus-sum-thread-tree-false-root): Ditto.
9024         (gnus-sum-thread-tree-single-indent): Ditto.
9026         * message.el (message-courtesy-message): Ditto.
9027         (message-archive-note): Ditto.
9028         (message-subscribed-address-file): Ditto.
9029         (message-user-fqdn): Ditto.
9031         * spam-report.el (spam-report-gmane-regex): Ditto.
9033         * spam.el (spam-blackhole-good-server-regex): Ditto.
9035 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9037         * mml.el (mml-preview): Widen the message buffer before copying
9038         the contents to the preview buffer; sort headers before previewing.
9040         * message.el (message-hidden-headers): Fix the way to avoid a bug
9041         in the `repeat' widget in Emacs 21.3 or earlier.
9043 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9045         * message.el (message-hidden-headers): Default to "^References:".
9046         Improve customization type.  Suggested by Reiner Steib
9047         <Reiner.Steib@gmx.de>.
9049 2004-11-25  Romain Francoise  <romain@orebokech.com>
9051         * message.el (message-strip-forbidden-properties): Remove check for
9052         obsolete `message-hidden' text property, hidden headers are not
9053         accessible in the buffer anymore.
9055 2004-11-22  Romain Francoise  <romain@orebokech.com>
9057         * message.el (message-header-format-alist): Add `From' in list
9058         so that it can be sorted.
9059         (message-fix-before-sending): Widen and sort headers before
9060         sending.
9061         (message-hide-headers): Use narrowing to hide headers by moving
9062         them to the top of the buffer and narrowing to the region
9063         underneath.
9065 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9067         * message.el (message-strip-forbidden-properties): Bind
9068         buffer-read-only (etc) to nil.
9070 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9072         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9073         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9075 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9077         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9079 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9081         * dns.el (query-dns): Use sit-for to time instead of
9082         accept-process-output, since that doesn't seem to work on udp
9083         sockets.
9085 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9087         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9089 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9091         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9092         doc string.  Improve doc string.
9094 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9096         * nntp.el (nntp-request-update-info): Return nil if
9097         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9098         may not call gnus-activate-group which uselessly issues the GROUP
9099         commands for all nntp groups and wastes time.  Reported by Romain
9100         Francoise <romain@orebokech.com>.
9102         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9104 2004-11-15  Simon Josefsson  <jas@extundo.com>
9106         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9107         headers separately.
9108         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9109         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9111 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9113         * gnus-start.el (gnus-convert-old-newsrc):
9114         Assign legacy-gnus-agent to 5.10.7.
9116 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9118         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9119         start of the lines.
9121 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9123         * hashcash.el (hashcash-default-payment): Change default to 20
9124         (hashcash-default-accept-payment): Change default to 20
9125         (hashcash-process-alist): New variable
9126         (hashcash-generate-payment-async): Add
9127         (hashcash-already-paid-p): Add
9128         (hashcash-insert-payment): Don't generate payments twice
9129         (hashcash-insert-payment-async): Add
9130         (hashcash-insert-payment-async-2): Add
9131         (hashcash-cancel-async): Add
9132         (hashcash-wait-async): Add
9133         (hashcash-processes-running-p): Add
9134         (hashcash-wait-or-cancel): Add
9135         (mail-add-payment): New optional argument.  Conditionally start
9136         asynchronous calculation.
9137         (mail-add-payment-async): Add
9139         * message.el (message-send-mail): Wait for asynchronous hashcash
9140         results.  Don't clobber existing X-Hashcash headers.
9141         (message-setup-1): Call mail-add-payment-async when
9142         message-generate-hashcash is non-nil.
9144 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9146         * message.el (message-use-alternative-email-as-from): Examine the
9147         From header as well; use message-make-from in order to include a
9148         user's full name.
9150 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9152         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9153         default; improve customization type.
9154         (gnus-emphasis-custom-with-format): New macro.
9155         (gnus-emphasis-custom-value-to-external): New function.
9156         (gnus-emphasis-custom-value-to-internal): New function.
9158 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9160         * dns.el (query-dns): Resolve reverse addresses.
9162 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9164         * gnus-group.el (gnus-group-get-new-news): Use it.
9166         * gnus-start.el (gnus-check-reasonable-setup): New function.
9168 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9170         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9171         "Args out of range" error.  Reported by Arnaud Giersch
9172         <arnaud.giersch@free.fr>.
9174 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9176         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9178 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9180         * spam.el (spam group): Add :version.
9182         * pgg-def.el (pgg group): Add :version.
9184 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9186         * gnus-art.el (gnus-article-edit-article): Don't associate the
9187         article buffer with a draft file.  This is a temporary measure
9188         against the 2004-08-22 change to gnus-article-edit-mode.
9190 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9192         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9193         (html2text-format-tags): Remove unused variable `attr'.
9195 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9197         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9199         * tls.el (tls-process-connection-type, tls-success)
9200         (tls-certtool-program): Add :version.
9202         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9203         (starttls-extra-arguments, starttls-process-connection-type)
9204         (starttls-connect, starttls-failure, starttls-success):
9206         * spam-stat.el (spam-stat): Add :version.
9208         * sieve.el (sieve): Add :version.
9210         * sha1.el (sha1): Add :version.
9211         (sha1-use-external): Remove redundant version.
9213         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9214         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9215         (nnmail-split-fancy-match-partial-words)
9216         (nnmail-split-lowercase-expanded): Add :version.
9218         * nndiary.el (nndiary): Add :version.
9220         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9222         * mml-sec.el (mml-default-sign-method)
9223         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9224         Add :version.
9226         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9228         * mm-url.el (mm-url-use-external, mm-url-program)
9229         (mm-url-arguments): Add :version.
9231         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9232         (mm-attachment-file-modes, mm-decrypt-option)
9233         (mm-w3m-safe-url-regexp): Add :version.
9235         * message.el (message-cite-prefix-regexp)
9236         (message-sendmail-envelope-from, message-minibuffer-local-map)
9237         (message-user-fqdn, message-completion-alist): Add :version.
9239         * gnus-win.el (gnus-configure-windows-hook)
9240         (gnus-use-frames-on-any-display): Add :version.
9242         * gnus-art.el (gnus-article-address-banner-alist)
9243         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9244         (gnus-treat-from-picon, gnus-treat-mail-picon)
9245         (gnus-treat-x-pgp-sig): Add :version.
9247         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9248         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9249         (gnus-summary-article-delete-hook)
9250         (gnus-summary-display-while-building): Add :version.
9252         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9253         (gnus-get-top-new-news-hook):Add :version.
9255         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9256         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9258         * gnus-registry.el (gnus-registry): Add :version.
9260         * gnus-spec.el (gnus-use-correct-string-widths)
9261         (gnus-make-format-preserve-properties): Add :version.
9263         * gnus.el (gnus-group-charter-alist)
9264         (gnus-group-fetch-control-use-browse-url)
9265         (gnus-install-group-spam-parameters): Add :version.
9267         * gnus-diary.el (gnus-diary): Add :version.
9269         * gnus-delay.el (gnus-delay): Add :version.
9271         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9272         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9273         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9274         Add :version.
9276         * gnus-agent.el (gnus-agent-max-fetch-size)
9277         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9278         (gnus-agent-prompt-send-queue): Add :version.
9280         * deuglify.el (gnus-outlook-deuglify): Add :version.
9282         * html2text.el: Beautify code.  Improve doc strings.  Some
9283         checkdoc cleanup.
9284         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9286 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9288         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9290 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9292         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9293         when package is loaded.
9295         * spam.el (spam-summary-score-preferred-header): Add global preference
9296         for people who want to override the default SpamAssassin over
9297         Bogofilter preference (when both are set).
9298         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9299         (spam-user-format-function-S): Check
9300         spam-summary-score-preferred-header.
9301         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9302         (spam-user-format-function-S): Format the score correctly.
9304 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9306         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9307         signature file.  Suggested by Manoj Srivastava
9308         <srivasta@golden-gryphon.com>.
9310         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9311         iso-2022-jp even in the Japanese language environment.
9312         Suggested by Jason Rumney <jasonr@gnu.org>.
9314 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9316         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9317         use the same characters as the dummy marks; make it free from
9318         getting affected by the language environment.
9319         (gnus-summary-read-group-1): Update mark positions only when the
9320         format spec is updated.
9322         * gnus-spec.el (gnus-update-format-specifications): Return a list
9323         of updated types.
9325 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9327         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9328         of boundp to check if display-warning is available.
9330 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9332         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9334 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9336         * nnspool.el (nnspool-spool-directory): Use news-path if the
9337         news-directory variable is not bound.
9339         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9340         function instead of display-warning if it is not available.
9342 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9344         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9345         v5-10: Use `point-at-bol'.
9347 2004-10-26  Simon Josefsson  <jas@extundo.com>
9349         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9350         <chenggao@gmail.com>.
9352 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9354         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9355         instead.
9357 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9359         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9360         to remove a server from the nnimap-server-buffer-alist.
9361         (nnimap-open-connection, nnimap-close-server): Use it.
9363         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9365 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9367         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9368         running the major-mode function.
9370 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9372         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9373         dummy marks in the right way.
9375 2004-10-18  David Edmondson  <dme@dme.org>
9377         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9378         excessively.
9380 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9382         * gnus-util.el (gnus-split-references): Accept a nil references
9383         string and go on blissfully.
9385         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9386         cases where the references string is non-nil but has no references.
9388         * encrypt.el: Add autoload tags.
9390         * spam.el (spam-resolve-registrations-routine): Remove article
9391         from unregistration list too.  Reported by David Hanak
9392         <dhanak@isis.vanderbilt.edu>
9394 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9396         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9397         nil.  Changed custom type.
9399 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9401         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9403         * gnus-sum.el (gnus-summary-move-article): Use it.
9405 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9407         * encrypt.el: Add autoload cookies.
9409         * spam.el (spam-backend-article-list-property)
9410         (spam-backend-get-article-todo-list)
9411         (spam-backend-put-article-todo-list, )
9412         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9413         Resolve registrations separately.
9414         (spam-register-routine): Format comments.
9415         (spam-unregister-routine, spam-register-routine): Always call with
9416         specific-articles, no default list.
9417         (spam-summary-prepare-exit): Use the spam-classifications function.
9419         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9420         gnus-encrypt.el.
9422         * encrypt.el: Copied from gnus-encrypt.el.
9424         * gnus-encrypt.el: Commented that it's obsolete.
9426 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9428         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9429         (gnus-score-save): Use it.
9431         * message.el (message-bury): Use `window-dedicated-p'.
9433 2004-10-15  Simon Josefsson  <jas@extundo.com>
9435         * pop3.el (top-level): Don't require nnheader.
9436         (pop3-read-timeout): Add.
9437         (pop3-accept-process-output): Add.
9438         (pop3-read-response, pop3-retr): Use it.
9440 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9442         * spam.el (spam-register-routine): Move comment.
9443         (spam-verify-bogofilter): Use 'unknown for the initial
9444         spam-bogofilter-valid state, not 'never.
9446         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9447         for netrc-machine.
9449         * nnimap.el (nnimap-open-connection): Use
9450         netrc-machine-user-or-password.
9452 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9454         * gnus-registry.el (gnus-registry-unload-hook):
9455         Set as a variable with add-hook.
9457         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9458         of news-path.
9460         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9462         * spam.el: Delete duplicate `provide'.
9463         (spam-unload-hook): Set as a variable with add-hook.
9465 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9467         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9468         in the doc string.
9470         * message.el (message-ignored-news-headers)
9471         (message-ignored-supersedes-headers)
9472         (message-ignored-resent-headers)
9473         (message-forward-ignored-headers): Improve custom type.
9475 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9477         * message.el (message-tokenize-header): Fix 2004-09-06 change
9478         which used point-min in the wrong place.
9480 2004-10-12  Simon Josefsson  <jas@extundo.com>
9482         * tls.el (tls-certtool-program): New variable.
9483         (tls-certificate-information): New function, based on
9484         ssl-certificate-information.
9486 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9488         * compface.el: Move the version of ELisp-based uncompface program
9489         to the contrib directory because of the copyright problem.
9491 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9493         * message.el (message-kill-buffer): Raise the current frame.
9495 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9497         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9499         * gnus.el (message-y-or-n-p): Autoload.
9501         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9502         (pop3-password-required, pop3-authentication-scheme)
9503         (pop3-leave-mail-on-server): Made customizable.
9504         (pop3): New custom group.
9505         (pop3-retr): Remove `sleep-for' statements.
9506         Suggested by Dave Love <fx@gnu.org>.
9508         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9509         Windows/DOS.
9511         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9512         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9513         Dave Love <fx@gnu.org>.
9515         * mml.el (mml-minibuffer-read-disposition): Require match.
9516         Suggested by Dave Love <fx@gnu.org>.
9518 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9520         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9521         doc string.
9523 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9525         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9527 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9529         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9530         instead of calling `mm-insert-inline', to decode text/* parts
9531         before displaying them.
9533 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9535         * mm-uu.el (mm-uu-text-plain-type): New variable.
9536         (mm-uu-pgp-signed-extract-1): Use it.
9537         (mm-uu-pgp-encrypted-extract-1): Use it.
9538         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9539         bind mm-uu-text-plain-type with that value.
9540         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9541         mm-uu-dissect.
9543 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9545         * gnus-group.el (gnus-update-group-mark-positions):
9546         * gnus-sum.el (gnus-update-summary-mark-positions):
9547         * message.el (message-check-news-body-syntax):
9548         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9549         of string-as-multibyte.
9551 2004-10-05  Juri Linkov  <juri@jurta.org>
9553         * gnus-group.el (gnus-update-group-mark-positions):
9554         * gnus-sum.el (gnus-update-summary-mark-positions):
9555         * message.el (message-check-news-body-syntax):
9556         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9557         8-bit unibyte values to a multibyte string for search functions.
9559 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9561         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9562         (mm-uu-dissect-text-parts): New function.
9564         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9565         dissect text parts.
9567         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9568         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9570         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9572         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9573         gnus-current-topics instead of gnus-current-topic.
9575 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9577         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9579 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9581         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9582         where approriate.
9584         * nnml.el (nnml-generate-active-info): do.
9586         * nndiary.el (nndiary-generate-active-info): do.
9588         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9589         (gnus-topic-move): do.
9591         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9592         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9594         * gnus-srvr.el (gnus-server-prepare)
9595         (gnus-server-open-all-servers): do.
9597         * gnus-msg.el (gnus-summary-cancel-article)
9598         (gnus-summary-resend-message)
9599         (gnus-summary-mail-crosspost-complaint): do.
9601         * gnus-move.el (gnus-change-server): do.
9603         * gnus-group.el (gnus-group-unmark-all-groups)
9604         (gnus-group-set-current-level): do.
9606 2004-10-04  Simon Josefsson  <jas@extundo.com>
9608         * message.el (message-generate-hashcash): Doc fix.
9610 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9612         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9613         avoid infinite recursion via gnus-get-function.
9615 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9617         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9619         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9621         * nnmail.el (nnmail-split-history): do.
9623         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9624         (nnml-request-delete-group): do.
9626         * nnslashdot.el (nnslashdot-read-groups): do.
9628         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9629         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9631         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9632         (nnspool-sift-nov-with-sed): Use last
9633         (nnspool-retrieve-headers-with-nov): Use mapc.
9634         (nnspool-request-newgroups): Use dolist.
9635         (nnspool-request-group): Use last.
9637         * nntp.el (nntp-read-server-type): Use dolist.
9639         * nnvirtual.el (nnvirtual-create-mapping)
9640         (nnvirtual-update-read-and-marked): Use dolist.
9641         (nnvirtual-convert-headers): Simplify.
9643 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9645         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9646         support for sync'ing tick marks.
9648 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9650         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9651         there's no visible header.
9653 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9655         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9656         necessary, pass full group name to gnus-request-set-marks.
9658 2004-10-01  Simon Josefsson  <jas@extundo.com>
9660         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
9661         acroread.
9663 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9665         * spam-report.el (spam-report-gmane): Fix interactive.
9667         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9669         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9670         when writing file.
9671         (gnus-agent-synchronize-flags): Don't default to being
9672         interactive.
9674 2004-09-30  Simon Josefsson  <jas@extundo.com>
9676         * message.el (message-generate-hashcash): Add.
9677         (message-send-mail): Use it, call mail-add-payment.
9679 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9681         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9683 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
9685         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9686         gnus-requst-update-info with explicit code to sync the in-memory
9687         info read flags with the marks being sync'd to the backend.
9689         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9691 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9693         * spam.el (spam-verify-bogofilter): Add new function.
9694         (spam-check-bogofilter)
9695         (spam-bogofilter-register-with-bogofilter): Use it.
9696         (spam-verify-bogofilter): Add small fixes.
9698 2004-09-28  Simon Josefsson  <jas@extundo.com>
9700         * hashcash.el (hashcash-generate-payment): Revert.
9702 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9704         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9705         gnus-extract-references instead of gnus-split-references.
9707         * gnus-util.el (gnus-extract-references): Add new function, analogous
9708         to gnus-split-references but extracts only the message-ID without
9709         anything extra.
9711         * hashcash.el (hashcash-generate-payment)
9712         (hashcash-check-payment): Do the right thing if hashcash-path is
9713         nil (because the hashcash program could not be found).
9715         * spam.el (spam-use-hashcash): Remove comment.
9717 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
9719         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9720         (gnus-cache-enter-article, gnus-cache-remove-article)
9721         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9723         * gnus-async.el (gnus-async-prefetch-remove-group): do.
9725         * gnus-art.el (article-hide-boring-headers)
9726         (article-translate-strings, article-display-face)
9727         (gnus-article-mime-match-handle-first)
9728         (gnus-article-highlight-headers)
9729         (gnus-article-add-buttons-to-head): do.
9731 2004-09-27  Simon Josefsson  <jas@extundo.com>
9733         * hashcash.el: New version, from
9734         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
9735         ../contrib/.
9737 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9739         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9741 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
9743         * gnus-dup.el (gnus-dup-open): Use mapc.
9744         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9746         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9747         Reported by Stefan Wiens <s.wi@gmx.net>.
9749         * gnus.el (gnus-shutdown): Use dolist.
9751         * gnus-undo.el (gnus-undo): Use mapc.
9753         * nnrss.el (nnrss-generate-active): do.
9755         * message.el (message-cite-original-without-signature)
9756         (message-cite-original): Use mapc.
9757         (message-do-actions, message-make-forward-subject): Use dolist.
9759 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9761         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9762         deletion to remove entire duplicate line.  Fixes merged article
9763         number bug.
9765 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9767         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9768         servers that are offline.  Avoids having gnus-agent-toggle-plugged
9769         first ask if you want to open a server and then, even when you
9770         responded with no, asking if you want to synchronize the server's
9771         flags.
9772         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9773         multi-line expressions.
9774         (gnus-agent-synchronize-group-flags): New internal function.
9775         Updates marks in memory (in the info structure) AND in the
9776         backend.
9778         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9780         * nnagent.el (nnagent-request-set-mark): Use
9781         gnus-agent-synchronize-group-flags, not backend's request-set-mark
9782         method, to ensure that synchronization updates marks in the
9783         backend and in the info (in memory) structure.
9785 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9787         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9788         convention fully; don't miss the root article of a thread; make
9789         the X-Draft-From header with correct article numbers.
9791 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
9793         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9794         unless plugged.  Disable the agent so that an open failure causes
9795         an error.
9797         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9798         Reverted 2004-09-21 change.  The backend must be opened while
9799         synchronizing flags even when the backend stores the flags
9800         locally.
9802 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
9804         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9805         in `header' match.  Reported by Svend Tollak Munkejord.
9807         * message.el (message-cite-original): Fix use of
9808         `message-cite-articles-with-x-no-archive'.
9810 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9812         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9813         (gnus-window-to-buffer): Ditto.
9815         * mml.el (mml-preview-buffer): New variable.
9816         (mml-preview): Manage window layout with gnus-buffer-configuration.
9818         * gnus-msg.el (gnus-setup-message): Put article numbers into the
9819         X-Draft-From header even if those articles aren't quoted.
9821 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
9823         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9824         (gnus-request-set-mark, gnus-request-update-mark): Use new
9825         g-s-t-u-l-m to decide to use backend even when unplugged.
9827 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9829         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9830         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
9832 2004-09-20  Simon Josefsson  <jas@extundo.com>
9834         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9835         "utf-16-le".
9837 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9839         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9841 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9843         * uudecode.el (uudecode-use-external): Add :version.
9845         * smime.el (smime-CA-file, smime-encrypt-cipher)
9846         (smime-dns-server): Add :version.
9848         * smiley.el (gnus-smiley-file-types): Add :version.
9850         * sha1.el (sha1-use-external): Add :version.
9852         * pgg-def.el (pgg-query-keyserver): Add :version.
9854         * nnmail.el (nnmail-fancy-expiry-targets)
9855         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9856         Add :version.
9858         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9859         (nnimap-retrieve-groups-asynchronous): Add :version.
9860         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
9862         * mml.el (mml-content-disposition-parameters)
9863         (mml-insert-mime-headers-always): Add :version.
9865         * mm-util.el (mm-coding-system-priorities): Add :version.
9867         * mm-decode.el (mm-inline-text-html-with-images)
9868         (mm-keep-viewer-alive-types, mm-external-terminal-program)
9869         (mm-verify-option): Add :version.
9870         (mm-text-html-renderer): Change :version.
9872         * message.el (message-fcc-externalize-attachments)
9873         (message-required-headers, message-draft-headers)
9874         (message-subject-trailing-was-query)
9875         (message-subject-trailing-was-ask-regexp)
9876         (message-subject-trailing-was-regexp, message-mark-insert-begin)
9877         (message-mark-insert-end, message-archive-header)
9878         (message-archive-note, message-cross-post-default)
9879         (message-cross-post-note, message-followup-to-note)
9880         (message-cross-post-note-function, message-use-mail-followup-to)
9881         (message-subscribed-address-functions)
9882         (message-subscribed-address-file, message-subscribed-addresses)
9883         (message-subscribed-regexps, message-allow-no-recipients)
9884         (message-yank-cited-prefix, message-signature-insert-empty-line)
9885         (message-hidden-headers, message-hierarchical-addresses)
9886         (message-mail-user-agent, message-use-idna)
9887         (message-valid-fqdn-regexp)
9888         (message-strip-special-text-properties, message-header-synonyms)
9889         (message-beginning-of-line, message-tab-body-function): Add :version.
9890         (message-insert-canlock, message-wide-reply-confirm-recipients):
9891         Change :version.
9893         * mail-source.el (mail-source-ignore-errors): Add :group, :type
9894         and :version.
9895         (mail-source-delete-old-incoming-confirm)
9896         (mail-source-movemail-program): Add :version.
9898         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9899         (gnus-agent-cache, gnus-agent): Change :version.
9901         * gnus-util.el (gnus-use-byte-compile): Change :version.
9903         * gnus-sum.el (gnus-summary-make-false-root-always)
9904         (gnus-summary-default-high-score)
9905         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9906         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9907         (gnus-read-all-available-headers, gnus-article-emulate-mime)
9908         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9909         (gnus-sum-thread-tree-single-indent)
9910         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9911         (gnus-sum-thread-tree-leaf-with-other)
9912         (gnus-sum-thread-tree-single-leaf): Add :version.
9913         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9914         (gnus-article-loose-mime): Change :version.
9916         * gnus-start.el (gnus-backup-startup-file)
9917         (gnus-save-startup-file-via-temp-buffer): Add :version.
9919         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9920         (gnus-server-offline-face): Add :version.
9922         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9924         * gnus-msg.el (gnus-gcc-externalize-attachments)
9925         (gnus-debug-files, gnus-debug-exclude-variables)
9926         (gnus-discouraged-post-methods): Change :version.
9927         (gnus-confirm-mail-reply-to-news)
9928         (gnus-confirm-treat-mail-like-news): Add :version.
9930         * gnus-int.el (gnus-server-unopen-status): Add :version.
9932         * gnus-group.el (gnus-group-jump-to-group-prompt)
9933         (gnus-large-ephemeral-newsgroup)
9934         (gnus-fetch-old-ephemeral-headers): Add :version.
9936         * gnus-fun.el (gnus-x-face-directory)
9937         (gnus-convert-pbm-to-x-face-command)
9938         (gnus-convert-image-to-x-face-command)
9939         (gnus-convert-image-to-face-command): Add :version.
9941         * gnus-delay.el (gnus-delay-default-hour): Add :version.
9943         * gnus-cite.el (gnus-cite-blank-line-after-header)
9944         (gnus-article-boring-faces): Add :version.
9946         * gnus-art.el (gnus-buttonized-mime-types)
9947         (gnus-inhibit-mime-unbuttonizing)
9948         (gnus-treat-display-face)
9949         (gnus-treat-body-boundary): Change :version.
9950         (gnus-body-boundary-delimiter, gnus-picon-databases)
9951         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9952         (gnus-treat-date-english, gnus-treat-fold-headers)
9953         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9954         (gnus-treat-mail-picon, gnus-treat-wash-html)
9955         (gnus-article-encrypt-protocol)
9956         (gnus-use-idna, gnus-article-over-scroll)
9957         (gnus-mime-display-multipart-alternative-as-mixed)
9958         (gnus-mime-display-multipart-related-as-mixed)
9959         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9960         (gnus-ctan-url, gnus-button-ctan-handler)
9961         (gnus-button-handle-ctan-bogus-regexp)
9962         (gnus-button-ctan-directory-regexp)
9963         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9964         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9965         (gnus-button-man-level, gnus-button-emacs-level)
9966         (gnus-button-message-level, gnus-button-browse-level): Add :version.
9968         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9969         (gnus-agent-go-online): Change :version.
9970         (gnus-agent-expire-unagentized-dirs)
9971         (gnus-agent-auto-agentize-methods): Add :version.
9973         * flow-fill.el (fill-flowed-display-column)
9974         (fill-flowed-encode-column): Add :version.
9976         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9977         (gnus-outlook-deuglify-unwrap-max)
9978         (gnus-outlook-deuglify-cite-marks)
9979         (gnus-outlook-deuglify-unwrap-stop-chars)
9980         (gnus-outlook-deuglify-no-wrap-chars)
9981         (gnus-outlook-deuglify-attrib-cut-regexp)
9982         (gnus-outlook-deuglify-attrib-verb-regexp)
9983         (gnus-outlook-deuglify-attrib-end-regexp)
9984         (gnus-outlook-display-hook): Add :version.
9986         * binhex.el (binhex-use-external): Add :version.
9988 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
9990         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9991         and `invisible'.
9993 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9995         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9996         in gnus-registry-trim.
9998 2004-09-13  Simon Josefsson  <jas@extundo.com>
10000         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10002         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10004         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10005         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10006         <yamaoka@jpl.org>.
10007         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10008         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10009         <yamaoka@jpl.org>.
10011         * sieve.el (sieve-manage-mode): Ditto.
10013 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10015         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10017 2004-09-11  Simon Josefsson  <jas@extundo.com>
10019         * dns-mode.el: Add.
10021         * mm-view.el (mm-display-dns-inline): Add.
10023         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10024         (mm-automatic-display): Ditto.
10026         * mailcap.el (mailcap-mime-data): Add text/dns.
10027         (mailcap-mime-extensions): Map .soa to text/dns.
10029 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10031         * gnus-art.el (article-decode-mime-words, article-babel)
10032         (gnus-article-highlight-signature, gnus-article-add-buttons)
10033         (gnus-signature-toggle): Remove unnecessary bindings of
10034         `inhibit-read-only' inherited from v5.10 merge.
10036 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10038         * nntp.el (nntp): New customization group.
10039         (nntp-authinfo-file): Add customization group.
10041         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10043         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10045         * gnus.el (to-address, to-list, subscribed)
10046         (large-newsgroup-initial): Ditto.
10048         * flow-fill.el (fill-flowed-display-column)
10049         (fill-flowed-encode-column): Ditto.
10051 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
10053         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10054         Use point-min rather than 1.
10055         (message-send-mail): Use buffer-size rather than point-max.
10057         * gnus-sum.el (gnus-summary-search-article-forward):
10058         Signal a specific `search-failed' rather than a generic `error'.
10060         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10061         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10062         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10064 2004-09-10  Simon Josefsson  <jas@extundo.com>
10066         * nndb.el (require): Remove tcp and duplicate cl.
10068 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10070         * gnus-agent.el (directory-files-and-attributes): Move forward.
10072 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10074         * gnus-agent.el (directory-files-and-attributes): Optionally
10075         defined to support XEmacs.
10077 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10079         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10080         to avoid run-time CL dependencies.
10081         (gnus-agent-unfetch-articles): New function.
10082         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10083         article numbers even when local .overview file is missing.
10084         (gnus-agent-read-article-number): New function.  Only accepts
10085         27-bit article numbers.
10086         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10087         gnus-agent-read-article-number.
10088         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10089         from backend while recognizing that article numbers in .overview
10090         must be valid.
10091         (gnus-agent-update-files-total-fetched-for): Use
10092         directory-files-and-attributes to improve performance.
10093         * gnus-int.el (gnus-request-move-article): Use
10094         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10095         improve performance.
10097         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10098         some users confused by references to .newsrc when they only have a
10099         .newsrc.eld file.
10100         (gnus-convert-mark-converter-prompt)
10101         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10102         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10103         New function.  Used internally to only display 'gnus converting
10104         files' message when actually necessary.
10106         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10107         methods now autoloaded.
10109 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10111         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10112         identifiers.
10114 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10116         * gnus-picon.el: Fix indentation and closing parenthesis.
10118 2004-09-01  Simon Josefsson  <jas@extundo.com>
10120         * message.el (message-canlock-generate): Require sha1, not
10121         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
10122         to require within a function.  Sadly, if sha1.el isn't loaded, the
10123         let binding in m-c-g will hide the defcustom definition, which is
10124         bad.)
10126         * canlock.el: Require sha1, not sha1-el.
10128         * message.el: Don't autoload sha1 (there is a autoload cookie in
10129         sha1.el).
10131         * sha1-el.el: Renamed to sha1.el.
10133 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10135         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10137 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10139         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10141 2004-08-30  Kim F. Storm  <storm@cua.dk>
10143         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10145         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10146         Add :group 'nnimap.
10148 2004-08-30  Andreas Schwab  <schwab@suse.de>
10150         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10151         ?* and ?\;.
10153         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10154         and ?\' to symbol instead of whitespace.
10156 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10158         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10160         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10161         instead of re-search-forward.
10163         * gnus-uu.el (gnus-uu-save-article): Ditto.
10164         (gnus-uu-post-encode-uuencode): Ditto.
10166         * html2text.el (html2text-clean-list-items): Ditto.
10167         (html2text-clean-dtdd): Ditto.
10168         (html2text-format-tags): Ditto.
10170         * message.el (message-send-mail-with-sendmail): Fix regexp.
10171         (message-fill-field-general): Use search-forward instead of
10172         re-search-forward.
10173         (unbold-region): Ditto.
10175         * nnrss.el (nnrss-request-article): Ditto.
10177         * nnslashdot.el (nnslashdot-request-article): Ditto.
10179         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10181         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10182         "Unrecognized menu descriptor" error in XEmacs.
10184 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10186         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10187         parent article of a sparse article in the thread hashtb.
10189 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10191         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10192         (nnmail-expand-newtext): Lowercase expanded entries if
10193         nnmail-split-lowercase-expanded is non-nil.
10195 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10197         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10199         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10200         of gnus-tmp-news-method into string under XEmacs.  It will be
10201         passed to gnus-correct-length which takes only a string argument.
10203 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10205         * gnus-util.el (gnus-bind-print-variables): New macro.
10206         (gnus-prin1): Use it.
10207         (gnus-prin1-to-string): Use it.
10208         (gnus-pp): New function.
10209         (gnus-pp-to-string): New function.
10211         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10212         Replace pp-to-string with gnus-pp-to-string.
10213         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10214         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10215         * gnus-msg.el (gnus-debug): Ditto.
10216         * gnus-score.el (gnus-score-save): Ditto.
10217         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10218         gnus-pp-to-string.
10219         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10220         with gnus-pp.
10221         * score-mode.el (gnus-score-pretty-print): Ditto.
10222         * webmail.el (webmail-debug): Ditto.
10224 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10226         * gnus-art.el (article-display-face, article-display-x-face):
10227         Use buffer-read-only.
10229 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10231         * gnus-art.el (article-hide-list-identifiers):
10232         Bind inhibit-read-only as t.
10234 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10236         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10238 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10240         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10241         (gnus-narrow-to-page): Don't assume point-min == 1.
10242         (gnus-article-edit-mode): Derive from message-mode.
10244         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10245         point-min == 1.
10247         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10248         Disable incorrect use of `assert'.
10250         * message.el (message-mode): Set comment-start-skip.
10253 2004-08-22  Sam Steingold  <sds@gnu.org>
10255         * pop3.el (pop3-leave-mail-on-server): New user variable.
10256         (pop3-movemail): Delete mail only when it is nil.
10258 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10260         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10262         * mml.el (mml-preview): Use `pop-to-buffer'.
10264         * message.el (message-goto-mail-followup-to): Insert after "To".
10265         (message-carefully-insert-headers): Add comment.
10267         * gnus.el: Remove unused variable `gnus-article-check-size'.
10269         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10271         * gnus-art.el (gnus-button-alist): Improve
10272         `gnus-button-handle-library' entry.
10274 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10276         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10277         downcase, since XEmacs capitalizes error messages differently.
10279 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10281         * nntp.el: Add (require 'gnus) due to reference to
10282         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10284 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10286         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10287         `mm-fill-flowed'.
10289         * mm-decode.el (mm-dissect-singlepart): Check it.
10291 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10293         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10294         'imap' for netrc parsing.
10296 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10298         * mailcap.el (mailcap-mime-data): Mark as risky.
10300 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10302         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10303         may be included in the encoded word.
10304         (rfc2047-encode): Don't append a space if the encoded word
10305         includes close parenthesis.
10307 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10309         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10310         of text within parentheses.
10312 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10314         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10315         (gnus-encrypt-write-file-contents): Make the password key the file
10316         name PLUS the cipher, not just the cipher.  Also remove failed
10317         passwords from the cache.
10319 2004-08-06  Simon Josefsson  <jas@extundo.com>
10321         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10322         fix.
10324 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10326         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10327         LWSP.
10329 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10331         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10332         to append in-reply-to: data to the references: header.
10334         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10335         (netrc-parse): Use gnus-encrypt.el functions.
10337         * gnus-encrypt.el: Add new file for encryption support; currently
10338         does only a few GPG ciphers and an internal XOR cipher.
10340         * password.el: Add comments on using password-read-and-add.
10341         (password-read-and-add): Add function to read and add the
10342         password to the cache at once.
10344 2004-07-28  Simon Josefsson  <jas@extundo.com>
10346         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10347         parameter (but don't use it, for now).
10349         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10350         instead of hard coding to nil.
10352 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10354         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10355         as mm-inline-image-xemacs does.
10357 2004-07-26  Simon Josefsson  <jas@extundo.com>
10359         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10360         Revert part of 2004-07-17 change below.
10362 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10364         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10365         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10367 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10369         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10370         quotes that actually start with ">" at the beginning of the
10371         lines.
10373 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10375         * rfc2047.el (rfc2047-encode-region): Fix last change.
10376         (rfc2047-encode-parameter): Remove useless concat.
10378 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10380         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10381         encode special characters; fix some kind of misconfigured headers;
10382         signal a real error if debug-on-quit or debug-on-error is non-nil.
10383         (rfc2047-encode-max-chars): New variable.
10384         (rfc2047-encode-1): Use it.
10385         (rfc2047-encode-parameter): New function.
10387         * mml.el (mml-insert-parameter): Remove an excessive space.
10389 2004-07-17  Simon Josefsson  <jas@extundo.com>
10391         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10392         Kai Grossjohann <kai@emptydomain.de>.
10393         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10394         (gnus-group-make-menu-bar): Ditto.
10396         * gnus-util.el (gnus-group-server): Add.
10398 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10400         * message.el (message-clone-locals): Clone sendmail and smtp
10401         variables.
10403 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10405         * rfc2047.el (rfc2047-encode-region): Fix last change.
10407 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10409         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10410         characters as non-special.
10412 2004-07-09  Simon Josefsson  <jas@extundo.com>
10414         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10415         Users will lose all flag changes made while unplugged with
10416         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10417         good default.  See numerous reports on ding mailing list.
10419 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10421         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10422         add generate-head-function and generate-article-function to the
10423         rfc822-forward entry.
10424         (nndoc-rfc822-forward-generate-article): New function.
10425         (nndoc-rfc822-forward-generate-head): New function.
10427         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10429 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10431         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10432         respect display group parameter and gnus-summary-expunge-below.
10433         (gnus-articles-to-read): Remove unused reference to display group
10434         parameter.
10436 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10438         * nnheader.el (nnheader-uniquify-message-id): New experimental
10439         variable.
10440         (nnheader-nov-read-message-id): Use it.
10442         * spam-report.el (spam-report-gmane): Add interactive.
10444 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10446         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10447         qp-or-base64 for the application/* types.
10449 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10451         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10453 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10455         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10456         trim value.
10458 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10460         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10461         New macro and function.
10462         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10464 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10466         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10467         after-load-alist.
10469 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10471         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10472         update info that isn't there.
10474 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10476         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10477         entry.
10479 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10481         * mm-view.el (mm-inline-render-with-function): Use multibyte
10482         buffer; decode html source by charset.
10484         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10486         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10487         Mule-UCS is loaded under XEmacs.
10488         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10490 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10492         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10494 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10496         * mm-util.el (mm-coding-system-p): Return a coding-system.
10497         (mm-mime-mule-charset-alist): Use shift_jis instead of
10498         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10499         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10500         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10501         instead of japanese-shift-jis and iso-latin-1 respectively in
10502         order to share the default value with both Emacs and XEmacs-mule.
10503         (mm-mule-charset-to-mime-charset): Make
10504         mm-coding-system-priorities effective.
10505         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10506         while predicating of candidates upon the priorities.
10508 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10510         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10511         gnus-uu-invert-processable.
10513         * gnus.el: Autoload gnus-uu-invert-processable.
10515 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10517         * mm-util.el (mm-with-multibyte-buffer): New macro.
10519         * rfc2047.el (rfc2047-encode-string): Use it.
10520         (rfc2047-encode-region): Move point to the end of the region after
10521         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10523 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10525         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10526         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10528 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10530         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10531         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10532         Karl Chen <quarl@nospam.quarl.org>.
10534 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10536         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10537         invalid addresses.
10539 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10541         * spam.el: Change section markers, revise TODO list.
10542         (spam-backends): Make new master list of all installed backends.
10543         (spam-summary-exit-behavior): Add new variable to determine how
10544         messages moves are done at summary exit.
10545         (spam-move-spam-nonspam-groups-only)
10546         (spam-process-ham-in-nonham-groups)
10547         (spam-process-ham-in-spam-groups): Remove variables, the
10548         spam-summary-exit-behavior variable should be used to manage this
10549         behavior.
10550         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10551         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10552         and spam-old-spam-articles.
10553         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10554         Add empty variables, placeholders for the backends they represent.
10555         (spam-set-difference): Move, unchanged.
10556         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10557         unless the user has a processor variable.
10558         (spam-classifications, spam-classification-valid-p)
10559         (spam-backend-properties, spam-backend-property-valid-p)
10560         (spam-backend-function-type-valid-p)
10561         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10562         (spam-report-articles-gmane, spam-report-articles-resend):
10563         Remove functions, they are not needed.
10564         (spam-install-backend-super, spam-backend-list)
10565         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10566         (spam-backend-function, spam-backend-ham-registration-function)
10567         (spam-backend-spam-registration-function)
10568         (spam-backend-ham-unregistration-function)
10569         (spam-backend-spam-unregistration-function)
10570         (spam-backend-statistical-p, spam-backend-mover-p)
10571         (spam-install-backend-alias, spam-install-checkonly-backend)
10572         (spam-install-mover-backend, spam-install-nocheck-backend)
10573         (spam-install-backend, spam-install-statistical-backend)
10574         (spam-install-statistical-checkonly-backend): Add backend installation
10575         support.
10576         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10577         (spam-group-processor-p): Use the new backend code and respect the
10578         summary exit behavior.
10579         (spam-mark-spam-as-expired-and-move-routine): Remove.
10580         (spam-summary-prepare): Change to use the new spam-old-articles
10581         variable.
10582         (spam-copy-or-move-routine, spam-copy-spam-routine)
10583         (spam-move-spam-routine, spam-copy-ham-routine)
10584         (spam-move-ham-routine): Add code to copy/move ham or spam.
10585         (spam-fetch-field-fast): Improve doc and code, plus allow the
10586         'number request.
10587         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10588         variables.
10589         (spam-split, spam-find-spam): Use the new backend code.
10590         (spam-registration-functions): Remove variable.
10591         (spam-unregister-routine): Add convenience wrapper.
10592         (spam-log-undo-registration, spam-register-routine)
10593         (spam-log-processing-to-registry)
10594         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10595         where possible.
10596         (spam-check-gmane-xref, spam-check-regex-headers)
10597         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10598         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10599         (spam-check-bogofilter-headers, spam-check-spamoracle)
10600         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10601         (spam-check-crm114-headers): Use the spam-split-group that
10602         spam-split prepares, no need to determine it every time.
10604         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10605         to the nnheader-parse-naked-head call.
10607         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10609         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10610         the nnheader-nov-read-message-id call.
10612 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10614         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10615         gnus-activate-group twice.  Suggested by Markus Peter
10616         <warp@spin.de>.
10618 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10620         * gnus-art.el (gnus-article-time-format): Exchange the order of
10621         day and month in the default value; fix customization type.
10622         (article-date-ut): Use add-text-properties.
10623         (article-make-date-line): Use message-make-date instead of
10624         current-time-string.
10626         * message.el (message-fetch-field): Don't use set-text-properties.
10627         (message-make-date): Simplify.
10629         * messagexmas.el (message-xmas-make-date): New function.
10630         (message-xmas-redefine): Defalias message-make-date to it.
10632 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10634         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10635         (rfc2047-encode-region): Treat text within parentheses as special;
10636         show the original text when error has occurred.
10638         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10639         already-computed method to gnus-activate-group.
10641         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10642         same select-methods identical Lisp objects.
10644         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10645         object when modifying the info.
10647 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10649         * gnus-srvr.el (gnus-server-set-info): Remove the server from
10650         gnus-opened-servers since it has never been opened with the new
10651         configuration yet.
10653 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10655         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10656         arg to nnheader-generate-fake-message-id.
10658 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
10660         * nnheader.el (nnheader-generate-fake-message-id): Accept a
10661         number and build a fake message ID localized to a group and
10662         article number (so it's repeatable from that point on).
10663         (nnheader-fake-message-id-p): Change regex to accomodate new fake
10664         ID format.
10666         * gnus-sum.el (gnus-get-newsgroup-headers): Call
10667         nnheader-generate-fake-message-id with the article number.
10669 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
10671         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10672         end-of-buffer.
10674 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10676         * message.el (message-ignored-supersedes-headers): Add Approved.
10678 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10680         * rfc2047.el (rfc2047-encode-message-header): Remove useless
10681         goto-char.
10682         (rfc2047-encode): Fold the line before encoding.
10684 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10686         * rfc2047.el (rfc2047-encode-message-header): Disabled header
10687         folding -- not all headers can be folded, and this should be done
10688         by the message composition mode.  Probably.  I think.
10690 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10692         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10693         fast.
10695         * gnus-ems.el (gnus-remove-image): Don't use
10696         message-text-with-property; remove only the image found first.
10698         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
10699         found first.
10701 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
10703         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10705 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10707         * message.el (message-text-with-property): Make it fast and accept
10708         optional arguments.
10709         (message-strip-forbidden-properties): Use it.
10710         (message-fix-before-sending): Follow the m-t-w-p change.
10712         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10714 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10716         * gnus-art.el (article-hide-headers): Don't change the buffer
10717         mistakenly when performing mml-preview even if
10718         gnus-single-article-buffer is nil.
10720 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
10722         * message.el (message-expand-name-databases): New user option.
10723         (message-expand-name): Use it.
10725 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
10727         * spam.el (spam-report-articles-resend)
10728         (spam-report-resend-register-routine): Allow ham reporting.
10729         (spam-report-resend-register-ham-routine): Add wrapper.
10730         (spam-registration-functions): Add ham resending functions.
10731         (spam-list-of-processors): Add ham resend processor.
10733         * gnus.el (ham-resend-to): Add new group parameter.
10734         (spam-process): Add ham resend option.
10736         * spam-report.el (spam-report-resend): Allow reporting ham.
10737         (spam-report-resend-ham): Add wrapper.
10739 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10741         * message.el (message-cite-articles-with-x-no-archive): New
10742         variable.
10743         (message-cite-original): Use it.
10745 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10747         * message.el (message-cite-original): Respect X-No-Archive.
10749 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10751         * gnus-art.el (article-hide-headers): Refer to the values for
10752         gnus-ignored-headers and gnus-visible-headers in the summary
10753         buffer since a user may have set them as group parameters.
10755 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
10757         * assistant.el (assistant-node-name): Add convenience function.
10758         (assistant-render-text, assistant-render-node): Add error handling,
10759         plus handle multiple next nodes.
10760         (assistant-find-next-node): Comment out for now.
10761         (assistant-find-next-nodes): Add function, returns list of next
10762         nodes.
10764 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
10766         * mail-source.el (mail-source-directory): Fix doc-string.
10768 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
10770         * assistant.el (assistant-render-text, assistant-eval): Add :set
10771         widget type, which is different because it takes and returns a
10772         list.  Much hilarity ensues.
10774 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
10776         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10778         * gnus-group.el (gnus-group-get-new-news-this-group): Added
10779         doc-string.
10781         * gnus-start.el (gnus-activate-group): Added doc-string.
10783 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10785         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10787 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
10789         * assistant.el (assistant-render-text): Try to add a :set
10790         widget, more to come.
10792         * spam.el (spam-group-spam-contents-p): Handle empty groupname
10793         strings.
10794         (spam-report-articles-resend)
10795         (spam-register-routine): Do registration iff any articles warrant
10796         it.
10797         (spam-summary-prepare-exit): Change log message for nil group
10798         destinations.
10800 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
10802         * spam.el (spam-report-resend-register-routine): Allow
10803         spam-report-resend-to to be a group parameter or a global value.
10805 2004-05-26  Simon Josefsson  <jas@extundo.com>
10807         * starttls.el: Merge with my GNUTLS based starttls.el.
10808         (starttls-gnutls-program, starttls-use-gnutls)
10809         (starttls-extra-arguments, starttls-process-connection-type)
10810         (starttls-connect, starttls-failure, starttls-success): New
10811         variables.
10812         (starttls-program, starttls-extra-args): Doc fix.
10813         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10814         functions.
10815         (starttls-negotiate, starttls-open-stream): Check
10816         `starttls-use-gnutls' and pass on to corresponding *-gnutls
10817         function if it is set.
10819 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10821         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10822         structured fields.
10824 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10826         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10828 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
10830         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10831         variable.
10832         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
10833         assigning the spam-mark to new messages.
10835 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
10837         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10839 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10841         * dgnushack.el: Autoload customize-set-variable for XEmacs.
10843         * rfc2047.el (rfc2047-encodable-p): Don't move point.
10844         (rfc2047-decode): Treat the ascii coding-system as raw-text by
10845         default.
10847 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
10849         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10850         correct data.
10852 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
10854         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10855         (spam-group-processor-p): Fix function.
10856         (spam-group-processor-multiple-p)
10857         (spam-group-spam-processor-report-gmane-p)
10858         (spam-group-spam-processor-report-resend-p)
10859         (spam-group-spam-processor-bogofilter-p)
10860         (spam-group-spam-processor-blacklist-p)
10861         (spam-group-spam-processor-ifile-p)
10862         (spam-group-ham-processor-ifile-p)
10863         (spam-group-spam-processor-spamoracle-p)
10864         (spam-group-spam-processor-crm114-p)
10865         (spam-group-ham-processor-bogofilter-p)
10866         (spam-group-spam-processor-stat-p)
10867         (spam-group-ham-processor-stat-p)
10868         (spam-group-ham-processor-whitelist-p)
10869         (spam-group-ham-processor-BBDB-p)
10870         (spam-group-ham-processor-spamoracle-p)
10871         (spam-group-ham-processor-copy-p): Remove functions with some
10872         prejudice against unneeded code.
10873         (spam-report-articles-resend)
10874         (spam-report-resend-register-routine): Allow the group/topic
10875         spam-resend-to value to override spam-report-resend-to.
10876         (spam-summary-prepare-exit): Invoke spam-group-processor-p
10877         properly now.
10879         * gnus.el (spam-resend-to): Add group/topic parameter.
10880         (spam-process): Move the OBSOLETE processors to the end of the
10881         choices.
10883 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
10885         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10886         with resend-to set to nil, and then ask the user if necessary.
10887         (spam-report-resend): spam-report-resend takes a list of articles, not
10888         separate article numbers.
10890 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10892         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10893         addition to emacs-w3m.
10895 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10897         * assistant.el (assistant-authinfo-data): New function.
10898         (assistant-eval): Eval for entire assistant.
10900         * netrc.el (netrc-services-file): New variable.
10901         (netrc-parse-services): New function.
10902         (netrc-find-service-name): New function.
10903         (netrc-find-service-number): New function.
10904         (netrc-port-equal): New function.
10905         (netrc-machine): Use it.
10907         * nnimap.el (nnimap-open-connection): Use netrc.
10909         * gnus-util.el (gnus-netrc-get): Remove aliases.
10911         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10913         * assistant.el (wid-edit): Fix compilation.
10915         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10917 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
10919         * gnus-util.el (gnus-set-file-modes): New function.  (small
10920         patch).
10922 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10924         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10926         * assistant.el (assistant-render-node): Fix up rendering and
10927         read-only text.
10928         (assistant-render-node): Reset.
10929         (assistant-make-read-only): Not sticky.
10931 2004-05-20  Danny Siu  <dsiu@adobe.com>
10933         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10934         centered even when gnus-auto-center-summary is t
10936 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10938         * dns.el (dns-get-txt-answer): New function.
10939         (dns-read-txt): Ditto.
10940         (query-dns): Use it.
10942 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10944         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10945         active for foreign groups even if the group level is higher than
10946         the specified value.
10948 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10950         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10951         non-active groups.
10953         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10955 2004-05-20  Magnus Henoch  <mange@freemail.hu>
10957         * dns.el (dns-read-type): Add support for SVR.  (small patch)
10959 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10961         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10962         (spam-crm114-header, spam-crm114-spam-switch)
10963         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10964         (spam-crm114-positive-spam-header)
10965         (spam-crm114-database-directory, spam-list-of-processors)
10966         (spam-group-spam-processor-crm114-p)
10967         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10968         (spam-generic-score, spam-list-of-checks)
10969         (spam-list-of-statistical-checks, spam-registration-functions)
10970         (spam-check-crm114-headers, spam-crm114-score)
10971         (spam-check-crm114, spam-crm114-register-with-crm114)
10972         (spam-crm114-register-spam-routine)
10973         (spam-crm114-unregister-spam-routine)
10974         (spam-crm114-register-ham-routine)
10975         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
10976         asjo@koldfront.dk (Adam Sjøgren).
10978         * gnus.el: Add spam-use-crm114.
10980         * spam.el (spam-list-of-processors, spam-registration-functions):
10981         Add spam-use-resend.
10982         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10983         (spam-report-articles-gmane): Add doc fix.
10984         (spam-report-articles-resend, spam-report-resend-register-routine):
10985         Add wrappers around spam-report-resend-to.
10987         * spam-report.el (spam-report-resend-to, spam-report-resend):
10988         Add support for resending spam.
10989         (spam-report-gmane): Fix line length >80.
10991         * gnus.el (spam-process): Add spam-use-resend.
10993 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10995         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10996         number of processed spam messages.
10997         (spam-ham-copy-or-move-routine): Return the number of processed
10998         ham messages.
10999         (spam-summary-prepare-exit): Use the above values to decide
11000         whether status messages shouled be displayed.
11002 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11004         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11005         `rfc2047-encoding-function-alist' in order to avoid conflicting
11006         with the old version.
11007         (rfc2047-encode-region): Concatenate words containing non-ASCII
11008         characters in structured fields; don't encode space-delimited
11009         ASCII words even in unstructured fields; don't break words at
11010         char-category boundaries.
11011         (rfc2047-encode-1): New function.
11012         (rfc2047-encode): Use it; encode text so that it occupies the
11013         maximum width within 76-column; work correctly on Q encoding for
11014         iso-2022-* charsets.
11015         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11016         sure not to break a line just after the header name.
11017         (rfc2047-b-encode-region): Removed.
11018         (rfc2047-b-encode-string): New function.
11019         (rfc2047-q-encode-region): Removed.
11020         (rfc2047-q-encode-string): New function.
11022         * mm-util.el (mm-replace-in-string): New function.
11024 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11026         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11027         get it right.
11028         (gnus-inews-make-draft): Really.
11030 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11032         * nnmh.el (nnmh-request-list-1): Don't check the link count
11033         before descending.  (small patch)
11035 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11037         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11038         stuff.
11040         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11041         on real group name.
11043         * gnus-art.el (gnus-signature-limit): Doc fix.
11045         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11047         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11049 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11051         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11052         isn't a string.
11054 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11056         * gnus-draft.el (gnus-draft-send): Bind
11057         rfc2047-encode-encoded-words.
11059         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11060         (rfc2047-encodable-p): Say that =? needs encoding.
11061         (rfc2047-encode-encoded-words): New variable.
11063         * gnus-group.el (gnus-group-select-group): Doc fix.
11065         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11067         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11068         to nil.
11070         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11072         * nnheader.el (nnheader-get-lines-and-char): New function.
11074 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11076         * gnus-msg.el (gnus-summary-followup-with-original): Document
11077         yanking of region when active.
11079 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11081         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11082         groups if the group level is higher than the specified value.
11084 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11086         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11087         (gnus-group-jump-to-group): Added prefix argument using
11088         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11089         non-active group.
11091         * compface.el (uncompface): Be verbose when changing
11092         `uncompface-use-external'.
11094         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11095         handle manual section.
11097 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11099         * gnus-art.el (gnus-button-alist): Revert previous change.
11101 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11103         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11105 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11107         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11108         whether backend can accept message.
11110         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11112 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11114         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11115         Avoid creating directory when nntp-marks-is-evil is true.
11116         Reported by Reiner Steib.
11118 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11120         * gnus-picon.el (gnus-picon-style): New variable.
11121         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11122         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11123         Jesper Harder <harder@ifa.au.dk>.
11125 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11127         * message.el (message-fill-field): Return point.
11128         (message-generate-headers): Go to end of field.
11130         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11131         stuff for non-living groups.
11133 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11135         * gnus-art.el (gnus-article-followup-with-original)
11136         (gnus-article-reply-with-original): gnus-mark-active-p ->
11137         gnus-region-active-p.
11139 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11141         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11142         only when there is spam or ham to be processed.
11144 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11146         * mail-source.el (mail-source-delete-crash-box): Refactor.
11147         (mail-source-fetch): Use it.
11148         (mail-source-fetch-file): Ditto.
11149         (mail-source-fetch-directory): Run postscript in loop.
11150         (mail-source-fetch-pop): Delete.
11151         (mail-source-fetch-maildir): Ditto.
11152         (mail-source-fetch-imap): Ditto.
11154         * imap.el (imap-authenticators): Comment out sasl.
11156         * message.el (message-skip-to-next-address): New function.
11157         (message-fill-header-address): Refactor.
11158         (message-fill-address): Use it.
11159         (message-delete-address): Use it.
11160         (message-fill-header-general): Refactor.
11161         (message-fill-field-address): Rename.
11162         (message-narrow-to-field): Find the start of the header.
11163         (message-header-format-alist): Don't pre-fill.
11164         (message-fill-header): Removed.
11165         (message-insert-header): New function.
11166         (message-shorten-references): Use it.
11168         * rfc2047.el (rfc2047-field-value): Strip props.
11170         * mail-parse.el (mail-header-make-address): New alias.
11172         * ietf-drums.el (ietf-drums-make-address): New function.
11174         * imap.el: Add compiler directives.
11176         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11178         * gnus-art.el (article-decode-idna-rhs): Don't use
11179         message-idna-inside-rhs-p.
11181 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11183         * message.el (message-idna-inside-rhs-p): Removed.
11184         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11186         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11187         false positives.
11189 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11191         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11193 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11195         * nneething.el (nneething-file-name): Don't create spurions
11196         files.
11198         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11199         (gnus-inews-do-gcc): Remove sleep.
11201         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11202         part under point.
11204         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11205         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11207 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11209         * spam.el (spam-summary-prepare-exit): Fixed (length).
11211 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11213         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11214         as expired without moving it" message when there are spam
11215         messages left.
11217 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11219         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11220         header is not nil.
11222 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11224         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11225         nntp-possibly-create-directory, not nntp-possibly-change-group.
11226         (nntp-marks-changed-p): New arg SERVER.
11227         (nntp-request-update-info): Adjust caller.
11229 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11231         * nntp.el (nntp-save-marks): Pass missing arg.
11233 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11235         * nntp.el: Support marks.
11236         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11237         (nntp-marks-modtime, nntp-marks-directory): New variables.
11238         (nntp-request-set-mark, nntp-request-update-info)
11239         (nntp-possibly-create-directory, nntp-marks-changed-p)
11240         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11241         functions.
11243 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11245         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11246         (gnus-xmas-redefine): Rename.
11248         * gnus-score.el (gnus-score-insert-help): Use
11249         gnus-select-lowest-window.
11251         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11252         appt-select-lowest-window and rename to gnus-select-lowest-window.
11254         * gnus.el: do.
11256 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11258         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11259         encodings of MIME-encoded words, in order to improve
11260         interoperability with several broken MUAs.
11262 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11264         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11265         tags, only when charsets are not specified in headers.
11266         (mm-inline-text-html-render-with-w3m): Ditto.
11268         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11269         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11271 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11273         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11274         instead of MIME-decoded from fields when checking
11275         `gnus-article-address-banner-alist'.
11277 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11279         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11280         description rather than subject.
11282 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11284         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11286 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11288         * gnus.el (gnus-version-number): Bump.
11290 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11292         * gnus.el: No Gnus v0.2 is released.
11294 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11296         * gnus-agent.el (gnus-agent-read-agentview): Inline
11297         gnus-uncompress-range.
11299 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11301         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11302         `exec-installed-p'.
11304 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11306         * gnus.el (spam-process, spam-autodetect-methods): Add
11307         bsfilter and bsfilter-headers.
11309         * spam.el (spam-bsfilter): New customize group.
11310         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11311         (spam-bsfilter-header, spam-bsfilter-probability-header)
11312         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11313         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11314         (spam-bsfilter-database-directory): New options.
11315         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11316         (spam-list-of-statistical-checks, spam-registration-functions):
11317         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11318         (spam-bsfilter-score): New command.
11319         (spam-check-bsfilter-headers, spam-check-bsfilter)
11320         (spam-bsfilter-register-with-bsfilter)
11321         (spam-bsfilter-register-spam-routine)
11322         (spam-bsfilter-unregister-spam-routine)
11323         (spam-bsfilter-register-ham-routine)
11324         (spam-bsfilter-unregister-ham-routine): New functions.
11325         (spam-generic-score): Support bsfilter; Accept an optional argument
11326         to recalcurate spam score even if scoring header has already been
11327         added.
11328         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11329         optional argument to recalcurate spam score even if scoring header
11330         has already been added.
11332 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11334         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11335         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11336         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11337         link is missing.
11339 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11341         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11342         (html2text-get-attr): Rewrite.
11344         * message.el (message-setup-1): Remove redundant put-text-property
11345         on mail-header-separator.
11347 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11349         * gnus-registry.el (gnus-registry-cache-whitespace)
11350         (gnus-registry-action, gnus-registry-spool-action)
11351         (gnus-registry-split-fancy-with-parent): Change message levels
11352         from 5 to 3 or 7, as needed.
11354         * spam.el (spam-summary-prepare-exit)
11355         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11356         (spam-split, spam-find-spam, spam-log-undo-registration)
11357         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11358         level from 5 to 6.
11360 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11362         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11363         2004-03-04 change).
11365 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11367         * sieve-manage.el (sieve-manage-open):
11368         * nnweb.el (nnweb-insert-html):
11369         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11370         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11371         * nnspool.el (nnspool-request-group):
11372         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11373         * nnml.el (nnml-request-update-info):
11374         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11375         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11376         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11377         (nnimap-request-set-mark):
11378         * nnfolder.el (nnfolder-request-update-info):
11379         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11380         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11381         * gnus-uu.el (gnus-uu-find-articles-matching):
11382         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11383         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11384         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11385         * gnus-nocem.el (gnus-nocem-scan-groups):
11386         * gnus-int.el (gnus-start-news-server):
11387         * gnus-group.el (gnus-group-make-kiboze-group)
11388         (gnus-group-browse-foreign-server):
11389         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11390         Use mapc when appropriate.
11392 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11394         FIXME: Make separate entries for each person.
11396         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11397         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11398         <shields@msrl.com>:
11400         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11401         may need for spam sorting and scoring.
11402         (spam-user-format-function-S): Add user format function suitable for
11403         general use.
11404         (spam-article-sort-by-spam-status): Add sorting function for summary
11405         sorting.
11406         (spam-extra-header-to-number): Add function to get a score from a
11407         header.
11408         (spam-summary-score): Add function to  get a numeric score from the
11409         headers.
11410         (spam-generic-score): Fix function doc, was in wrong place.
11411         (spam-initialize): Take symbols when it's run, and install the
11412         extra headers that spam-necessary-extra-headers thinks we need.
11414 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11416         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11417         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11419 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11421         * gnus-sum.el (gnus-set-global-variables)
11422         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11423         (gnus-article-get-xrefs, gnus-summary-best-group)
11424         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11425         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11426         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11427         Use with-current-buffer.
11429 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11431         * spam.el (spam-summary-prepare-exit): Simplify logic.
11432         (spam-fetch-article-header): Read the article header if it's not
11433         available.
11434         (spam-list-articles): Simplify logic.
11435         (spam-filelist-register-routine): Fix bug with unregister-list.
11437         * gnus-registry.el: Fix comments at beginning.
11439 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11441         * message.el (message-cater-to-broken-inn): Remove.
11442         (message-shorten-references): Make sure the total folded length of
11443         References is shorter than 998 characters to cater to a bug in INN
11444         2.3.  Also, don't pretend that references aren't folded -- this
11445         hasn't worked for a while.
11447 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11449         * gnus-agent.el (gnus-agentize):
11450         gnus-agent-send-mail-real-function no longer set to current value
11451         of message-send-mail-function but rather a lambda that calls
11452         message-send-mail-function.  The change makes the agent real-time
11453         responsive to user changes to message-send-mail-function.
11455 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11457         * legacy-gnus-agent.el
11458         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11459         help from Florian Weimer <fw@deneb.enyo.de>
11461 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11463         * nnmail.el (nnmail-cache-insert): Revert last change.
11465 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11467         * nnmail.el (nnmail-cache-insert): Always check whether
11468         nnmail-cache-ignore-groups matches a group name.
11470 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11472         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11473         (spam-find-spam, spam-log-processing-to-registry)
11474         (spam-log-registered-p, spam-log-unregistration-needed-p)
11475         (spam-log-undo-registration): Use gnus-message instead of
11476         gnus-error, none of these errors are fatal.
11478         * gnus-registry.el (gnus-registry-clean-empty-function)
11479         (gnus-registry-clean-empty): Remove only empty entries without
11480         extra data.
11482 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11484         * spam-stat.el (spam-stat-buffer-change-to-spam)
11485         (spam-stat-buffer-change-to-non-spam): Change (error) to
11486         (gnus-message 8) invocation.
11488 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11490         * nntp.el (nntp-via-netcat-command): New variable.
11491         (nntp-via-netcat-switches): New variable.
11492         (nntp-open-via-rlogin-and-netcat): New function.
11493         (nntp-open-connection-function): Doc fix.
11494         (nntp-telnet-command): Doc fix.
11495         (nntp-end-of-line): Doc fix.
11496         (nntp-via-rlogin-command): Doc fix.
11497         (nntp-via-user-name): Doc fix.
11498         (nntp-via-address): Doc fix.
11500 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11502         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11503         error in Emacs 21.1.
11505 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11507         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11509 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11510         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11511         (gnus-agent-with-refreshed-group): New macro.
11512         (gnus-agent-rename-group): New function.
11513         (gnus-agent-delete-group): New function.
11514         (gnus-agent-save-group-info): Use gnus-command-method when
11515         `method' parameter is nil.  Don't write nil entries into the
11516         active file.
11517         (gnus-agent-get-group-info): New function.
11518         (gnus-agent-fetch-articles): Use
11519         gnus-agent-update-files-total-fetched-for to increment disk space
11520         used.
11521         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11522         gnus-agent-update-view-total-fetched-for to increment disk space
11523         used.
11524         (gnus-agent-get-local): Added optional parameters to avoid calling
11525         gnus-group-real-name and gnus-find-method-for-group.
11526         (gnus-agent-set-local): Delete stored entry if either min, or max,
11527         are nil.
11528         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11529         quit, use gnus-agent-regenerate-group to record existance of any
11530         articles fetched to disk before the quit occurred.
11531         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11532         gnus-agent-update-view-total-fetched-for, and
11533         gnus-agent-update-files-total-fetched-for to decrement disk space
11534         used.
11535         (gnus-agent-retrieve-headers): Use
11536         gnus-agent-update-view-total-fetched-for to increment disk space
11537         used.
11538         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11539         with gnus-agent-update-files-total-fetched-for to decrement disk
11540         space and fresh group buffer.
11541         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11542         (gnus-agent-need-update-total-fetched-for): New variable.
11543         (gnus-agent-update-files-total-fetched-for): New function.
11544         (gnus-agent-update-view-total-fetched-for): New function.
11545         (gnus-agent-total-fetched-for): New function.
11547         * gnus-cache.el (gnus-cache-save-buffers): Use
11548         gnus-cache-update-overview-total-fetched-for to change disk space
11549         used by this group.
11550         (gnus-cache-possibly-enter-article): Use
11551         gnus-cache-update-file-total-fetched-for to increment disk space
11552         used by this group.
11553         (gnus-cache-possibly-remove-article): Use
11554         gnus-cache-update-file-total-fetched-for to decrement disk space
11555         used by this group.
11556         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11557         (gnus-cache-rename-group): New function.
11558         (gnus-cache-delete-group): New function.
11559         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11560         (gnus-cache-need-update-total-fetched-for): New variable.
11561         (gnus-cache-with-refreshed-group): New macro.
11562         (gnus-cache-update-file-total-fetched-for): New function.
11563         (gnus-cache-update-overview-total-fetched-for): New function.
11564         (gnus-cache-rename-group-total-fetched-for): New function.
11565         (gnus-cache-delete-group-total-fetched-for): New function.
11566         (gnus-cache-total-fetched-for): New function.
11568         * gnus-group.el: Require gnus-sum and autoload functions to
11569         resolve warnings when gnus-group.el compiled alone.
11570         (gnus-group-line-format): Documented new %F
11571         (size of Fetched data) group line format; identifies disk space
11572         used by agent and cache.
11573         (gnus-group-line-format-alist): Defined new F format.
11574         (gnus-total-fetched-for): New function.
11575         (gnus-group-delete-group): No longer update
11576         gnus-cache-active-altered as gnus-request-delete-group now keeps
11577         the cache in sync.
11578         (gnus-group-list-active): Let the agent store a server's active
11579         list if currently plugged.
11581         * gnus-int.el (gnus-request-delete-group):
11582         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11583         local disk in sync with the server.
11584         (gnus-request-rename-group):
11585         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11586         local disk in sync with the server.
11588         * gnus-start.el (gnus-get-unread-articles):
11589         Cosmetic simplification to logic.
11591         * gnus-util.el (gnus-rename-file): New function.
11593 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11595         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11597 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11599         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11600         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11602 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11604         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11605         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11607 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11609         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11611 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11613         * spam.el (spam-set-difference): Add function to replace
11614         gnus-set-difference in spam.el.
11615         (spam-summary-prepare-exit): Use spam-set-difference.
11617 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11619         * gnus-registry.el (gnus-registry-cache-file): Update to use
11620         gnus-dribble-directory OR gnus-home-directory OR ~.
11621         (gnus-registry-split-fancy-with-parent): Fix doc.
11623 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11625         * message.el (message-exchange-point-and-mark): Use
11626         message-mark-active-p.  Suggested by Jesper Harder
11627         <harder@ifa.au.dk>.
11629 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11631         * message.el (message-exchange-point-and-mark): Don't activate
11632         region if it was inactive.  Suggested by Hiroshi Fujishima
11633         <pooh@nature.tsukuba.ac.jp>.
11635 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11637         * gnus-art.el (article-display-face): Display Faces in the same
11638         order as X-Faces.
11640 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11642         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11644 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11646         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11647         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11648         (gnus-article-mime-hierarchy): Remove.
11649         (gnus-article-mime-hierarchy-next): Remove.
11650         (gnus-article-mode): Revert 2004-03-19 change.
11651         (gnus-article-setup-buffer): Revert 2004-03-19 change.
11652         (gnus-insert-mime-button): Revert 2004-03-19 change.
11653         (gnus-mime-accumulate-hierarchy): Remove.
11654         (gnus-mime-enter-multipart): Remove.
11655         (gnus-mime-leave-multipart): Remove.
11656         (gnus-mime-display-part): Revert 2004-03-19 change.
11657         (gnus-mime-display-alternative): Revert 2004-03-19 change.
11659         * mml.el (mml-preview): Revert 2004-03-19 change.
11661 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
11663         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11665 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11667         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11668         t while entering a file name using the mm-with-multibyte macro.
11669         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11671         * mm-util.el (mm-with-multibyte): New macro.
11673 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11675         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11676         user option.
11677         (gnus-mime-multipart-functions): Doc and customization fix.
11678         (gnus-article-mime-hierarchy): New variable.
11679         (gnus-article-mime-hierarchy-next): New variable.
11680         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11681         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11682         gnus-article-mime-hierarchy-next to nil.
11683         (gnus-insert-mime-button): Show hierarchy numbers.
11684         (gnus-mime-accumulate-hierarchy): New function.
11685         (gnus-mime-enter-multipart): New function.
11686         (gnus-mime-leave-multipart): New function.
11687         (gnus-mime-display-part): Recompute hierarchical MIME structure.
11688         (gnus-mime-display-alternative): Show hierarchy numbers.
11690         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11691         gnus-article-mime-hierarchy-next to nil.
11693 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
11695         * dns.el: Don't require gnus-xmas.
11697 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
11699         * mml.el (mml-generate-mime-1): Don't use format=flowed with
11700         inline PGP.
11701         (mml-menu): Disable mml-quote-region if mark is inactive.
11703 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11705         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11706         when the group's active is not available.
11708 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11710         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11711         error.
11713 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
11715         * imap.el (imap-store-password): New variable.
11716         (imap-interactive-login): Use it.
11717         Suggested by Mark Plaksin <happy@mcplaksin.org>.
11719 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11721         * gnus-art.el (gnus-article-read-summary-keys): Restore new
11722         window-start and hscroll to summary window.
11724 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11726         * gnus-start.el (gnus-convert-old-newsrc): Only write the
11727         conversion message to newsrc-dribble when an actual conversion is
11728         performed.
11730 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
11732         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11734 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11736         * mm-decode.el (mm-complicated-handles): New function reviving
11737         former definition of mm-multiple-handles.
11739         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11740         (gnus-mime-delete-part): Use it.
11742 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11744         * gnus-agent.el (gnus-agent-read-local): Bind
11745         nnheader-file-coding-system to gnus-agent-file-coding-system to
11746         avoid the implicit assumption that they will always be equal.
11747         (gnus-agent-save-local): Bind buffer-file-coding-system, not
11748         coding-system-for-write, as the with-temp-file macro first prints
11749         to a buffer then saves the buffer.
11751 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11753         * gnus-art.el (gnus-article-edit-part): New function.
11754         (gnus-mime-save-part-and-strip): Use it; do query instead of
11755         signaling an error; don't use mm-multiple-handles.
11756         (gnus-mime-delete-part): Ditto.
11758 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11760         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11761         old file versions.
11762         (gnus-group-prepare-hook): Removed function that converted list
11763         form of gnus-agent-expire-days to group properties.
11765         * gnus-int.el: Autoload gnus-agent-regenerate-group.
11766         (gnus-request-accept-article): Re-indented.
11768         * gnus-start.el (gnus-convert-old-newsrc): Registered new
11769         converters to handle old agent file formats.  Added logic for a
11770         "backup before upgrading warning".
11771         (gnus-convert-mark-converter-prompt): Developers can mark
11772         functions as needing (default), or not needing,
11773         gnus-convert-old-newsrc's "backup before upgrading warning".
11774         (gnus-convert-converter-needs-prompt): Tests whether the user
11775         should be protected from potentially irreversable changes by the
11776         function.
11778         * legacy-gnus-agent.el: New.  Provides converters that are only
11779         loaded when gnus-convert-old-newsrc needs to call them.
11781 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11783         * mail-source.el (mail-source-touch-pop): Doc fix.
11785         * message.el (message-smtpmail-send-it): Doc fix.
11787 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
11789         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11791         * nnmail.el (nnmail-split-fancy): do.
11793         * gnus-kill.el (gnus-kill, gnus-execute): do.
11795 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11797         * gnus-sum.el (gnus-widget-reversible-match)
11798         (gnus-widget-reversible-to-internal)
11799         (gnus-widget-reversible-to-external): New functions.
11800         (gnus-widget-reversible): New widget.
11801         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11803 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
11805         * gnus-sum.el (gnus-thread-sort-functions)
11806         (gnus-article-sort-functions): Document `(not F)' items.
11808 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11810         * spam.el (spam-use-gmane-xref): Add new backend.
11811         (spam-gmane-xref-spam-group): Add variable to control the name of the
11812         Gmane spam group.
11813         (spam-blackhole-servers, spam-blackhole-good-server-regex)
11814         (spam-regex-headers-spam, spam-regex-headers-ham)
11815         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11816         (spam-list-of-checks): Add spam-use-gmane-xref to list of
11817         backends and checks.
11818         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11820         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11821         an autodetect method.
11823 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11825         * gnus-int.el (gnus-request-accept-article): Inform the agent that
11826         articles are being added to a group.
11827         (gnus-request-replace-article): Inform the agent that articles
11828         need to be uncached as the cached contents are no longer valid.
11830 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11832         * binhex.el: Don't autoload executable-find.
11834         * canlock.el: Don't autoload mail-fetch-field.
11836         * dgnushack.el: Autoload c-mode for XEmacs.
11838         * gnus-ems.el: Don't autoload appt-select-lowest-window.
11840         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11841         rmail-dont-reply-to and rmail-output.
11843         * gnus-score.el: Don't autoload ffap-string-at-point.
11845         * gnus-setup.el: Don't autoload sc-cite-original.
11847         * imap.el: Don't autoload base64-decode-string,
11848         base64-encode-string and md5.
11850         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11851         and rmail-msg-restore-non-pruned-header.
11853         * mm-decode.el: Don't autoload executable-find.
11855         * mm-url.el: Don't autoload executable-find.
11857         * mm-view.el: Don't autoload diff-mode.
11859         * nndb.el: Don't autoload news-reply-mode, news-setup,
11860         cancel-timer and telnet.
11862         * password.el: Don't autoload run-at-time for Emacs.
11864         * sha1-el.el: Don't autoload executable-find.
11866         * sieve-mode.el: Don't autoload c-mode.
11868         * uudecode.el: Don't autoload executable-find.
11870 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11872         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11873         (gnus-agent-possibly-alter-active): Avoid null in numeric
11874         comparison.
11875         (gnus-agent-set-local): Refuse to save null in local object table.
11876         (gnus-agent-regenerate-group): The REREAD parameter can now be a
11877         list of articles that will be marked as unread.
11879 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11881         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11883 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
11885         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11886         language tags.
11888 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11890         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11891         Don't bind "obarray".
11893         * gnus-sum.el (gnus-thread-sort-functions): Added
11894         `gnus-thread-sort-by-most-recent-number' and
11895         `gnus-thread-sort-by-most-recent-date'.
11896         Reported by Kai Grossjohann <kai@emptydomain.de>.
11898 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11900         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11902 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11904         * gnus-cus.el (gnus-agent-customize-category): Removed
11905         ignore-errors macro reference that required cl to be loaded at
11906         run-time.
11908         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11909         single-interval range of the form (min . max).  Previously the
11910         range had to look like ((min . max)).  Likewise, return
11911         (min . max) rather than ((min . max)).
11912         (gnus-range-map): Use gnus-range-normalize to accept
11913         single-interval range.
11915         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11916         the cache, but not the agent, now appear with their usual face.
11918         * dgnushack.el (loaddir): New variable that is bound to the
11919         directory containing the dgnushack.el file. Use loaddir, rather
11920         than srcdir, to update load-path. Change lets dgnushack compile
11921         code in directories other than GNUS/lisp.
11923 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11925         * lpath.el: Don't bind w3m-safe-url-regexp.
11927         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11928         w3m-safe-url-regexp variable buffer-local.
11930         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11932 2004-02-27  Simon Josefsson  <jas@extundo.com>
11934         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11935         gnus-group-real-prefix.
11936         (gnus-summary-move-article): Use it, instead of
11937         gnus-group-real-prefix.
11939 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11941         * lpath.el: Bind w3m-safe-url-regexp.
11943         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11944         w3m-safe-url-regexp variable buffer-local and set it as the value
11945         of mm-w3m-safe-url-regexp.
11947         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11949         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11950         parsing gnus-posting-styles when the message is not for replying.
11952         * dgnushack.el: Autoload sgml-mode for XEmacs.
11954         * nnrss.el (nnrss-opml-export): Use
11955         mm-set-buffer-file-coding-system instead of
11956         set-buffer-file-coding-system.
11958 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
11960         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11961         of checkdoc.el).
11962         * nnrss.el: do.
11963         * gnus-mlspl.el: do.
11964         * gnus-ml.el: do.
11965         * gnus-srvr.el: do.
11967         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11969 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11971         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11972         Corrections to custom-manual links.
11974         * gnus-art.el (gnus-article): Ditto.
11976         * mm-decode.el (mime-display, mime-security): Ditto.
11978 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
11980         * flow-fill.el: Typo.
11982 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
11984         * spam-wash.el: New file.
11986 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
11988         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11990 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11992         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11993         to be run with new-articles as LIST1, not LIST2.
11994         (spam-registration-functions): Add spam-use-ham-copy as a nil
11995         registration backend.
11997 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
11999         * spam-stat.el (spam-stat-washing-hook): New option.
12000         (spam-stat-buffer-words): Use it.
12001         (spam-stat-process-directory, spam-stat-test-directory): Use
12002         insert-file-contents-literally.
12003         (spam-stat-coding-system): New variable.
12004         (spam-stat-load, spam-stat-save): Use it.
12006 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12008         * spam-report.el (spam-report-plug-agent): Quote
12009         spam-report-url-to-file and spam-report-url-ping-plain.
12011 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12013         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12014         / in mailto URLs.
12016 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12018         * spam-report.el (spam-report-process-queue): Fix interactive use.
12019         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12020         (spam-report-unplug-agent): Doc fixes.
12021         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12022         (spam-report-agentize, spam-report-deagentize): Autoload
12024 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12026         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12028         * message.el (message-setup-fill-variables): Add mml tags to
12029         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12030         <ajk@iu.edu>.
12031         (message-mode): Don't modify paragraph-separate there.
12033 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12035         * compface.el (uncompface-use-external): Default to undecided.
12036         (uncompface-use-external-threshold): New variable.
12037         (uncompface-float-time): New macro.
12038         (uncompface): Determine whether to use the external decoder if
12039         uncompface-use-external is undecided.
12041 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12043         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12044         after images.
12046         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12048 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12050         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12052         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12054         * gnus-sum.el (gnus-summary-limit-to-age)
12055         (gnus-summary-limit-children): do.
12057         * gnus-int.el (gnus-request-scan): do.
12059         * gnus-group.el (gnus-group-suspend): do.
12061         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12063         * gnus-cite.el (gnus-cite-parse-attributions): do.
12065         * gnus-agent.el (gnus-summary-set-agent-mark)
12066         (gnus-agent-regenerate-group): do.
12068         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12070         * binhex.el (binhex-decode-region-internal): do.
12072 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12074         * gnus-fun.el (gnus-face-properties-alist): New user option.
12075         (gnus-display-x-face-in-from): Use it.
12077         * gnus-art.el (article-display-face): Ditto.
12079         * compface.el (uncompface-use-external): Default to nil.
12081 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12083         * nntp.el (nntp-erase-buffer): New function.
12084         (nntp-retrieve-data, nntp-send-command)
12085         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12086         (nntp-possibly-change-group): Use it.
12088         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12089         with-current-buffer.
12091 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12093         * compface.el: Merge the ELisp-based uncompface program.
12094         (compface): New customization group.
12095         (uncompface-use-external): New user option.
12096         (uncompface): Call uncompface-internal if uncompface-use-external
12097         is nil.
12098         (uncompface-internal): New function.  Note that there are also
12099         some other functions and variables added for this function.
12101 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12103         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12104         if necessary.
12106 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12108         * spam-report.el (spam-report-unplug-agent)
12109         (spam-report-plug-agent, spam-report-deagentize)
12110         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12111         Add support for the Agent in spam-report: when unplugged, report to a
12112         file; when plugged, submit all the requests.
12114         * spam.el (spam-register-routine): Fix message about
12115         registration.
12117 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12119         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12120         dependencies.
12121         (rfc2047-encode): Use it.
12123         * gnus-art.el (gnus-button-marker-list): Move before first
12124         reference.
12126         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12127         (imap-parse-body): Fix format string mismatch.
12129         * gnus-score.el (gnus-summary-increase-score): do.
12131         * nnrss.el (nnrss-close): New function.
12133 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12135         * nnrss.el (nnrss-make-filename): New function.
12136         (nnrss-request-delete-group, nnrss-read-server-data)
12137         (nnrss-save-server-data, nnrss-read-group-data)
12138         (nnrss-save-group-data): Use it.
12139         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12140         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12141         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12143 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12145         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12147 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12149         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12150         files.
12152         * message.el (message-generate-headers-first): Don't quote nil
12153         and t in docstrings.
12155         * imap.el (imap-id): do.
12157         * gnus-agent.el (gnus-agent-consider-all-articles)
12158         (gnus-agent-queue-mail): do.
12160 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12162         * spam-report.el (spam-report-process-queue): New function.
12163         Process requests from `spam-report-requests-file'.
12164         (spam-report-process-queue): Doc fix.
12166 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12168         * spam.el (spam-register-routine)
12169         (spam-log-processing-to-registry, spam-log-registered-p)
12170         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12171         Change "check" to "spam-check" for semi-clarity.
12173 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12175         * pop3.el: Require nnheader.
12177         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12179         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12181         * gnus-picon.el: Require cl.
12183         * gnus-fun.el: Require gnus-ems and gnus-util.
12185         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12187         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12189         * gnus-art.el (gnus-article-edit-mode): Define before first
12190         reference.
12192 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12194         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12195         (gnus-uu-post-encoded): Use point-at-bol.
12197         * gnus-topic.el (gnus-group-active-topic-p): do.
12199         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12201         * gnus-group.el (gnus-group-kill-region): do.
12203         * gnus-art.el (article-date-ut): do.
12205         * message.el (message-fetch-field): Remove redundant
12206         case-fold-search binding.
12207         (message-narrow-to-field): Simplify.
12209 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12211         * spam.el (spam-directory): Derive from `gnus-directory'.
12213         * spam-report.el (spam-report-url-to-file)
12214         (spam-report-requests-file): New function and variable for offline
12215         reporting.
12216         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12217         and user defined function.
12218         (spam-report-url-ping-mm-url): Remove doubled slash.
12220 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12222         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12224 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12226         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12227         format string mismatch.
12229         * sieve.el (sieve-deactivate-all): do.
12231         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12233         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12235         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12237         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12239 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12241         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12242         the list of checks.
12244 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12246         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12247         padding.
12249 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12251         * mm-view.el (mm-fill-flowed): New variable.
12252         (mm-inline-text): Use it.
12254 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12256         * spam.el (spam-spamassassin-register-ham-routine)
12257         (spam-spamassassin-register-spam-routine): Fix function names.
12259 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12261         * gnus.el (gnus-tmp-grouplens): Remove.
12262         (gnus-summary-line-format): Remove grouplens.
12264         * gnus-group.el (gnus-group-line-format): Ditto.
12266         * gnus-spec.el (gnus-format-specs): Ditto.
12267         (gnus-update-format-specifications): Flush the group format spec
12268         cache if there's the grouplens stuff.
12269         (gnus-parse-simple-format): Replace %l with the empty string.
12271 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12273         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12274         omission.
12276 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12278         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12279         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12281 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12283         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12284         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12285         New macros and functions.
12286         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12287         Handle > NLINK_MAX messages.
12288         * nnmaildir.el (nnmaildir-request-set-mark): Use
12289         nnmaildir--emlink-p and nnmaildir--eexist-p.
12291 2004-01-25  Alex Schroeder  <alex@gnu.org>
12293         * spam-stat.el (spam-stat-process-directory-age): New option.
12294         (spam-stat-process-directory): Use it.
12296 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12298         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12299         (spam-stat-save): Accept prefix argument.
12301 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12303         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12304         links" error.
12306 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12308         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12309         the rest of the and/or forms.
12311 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12313         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12314         compatibility with old .newsrc.eld files.
12316         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12318         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12320         * gnus-start.el (gnus-1): do.
12322         * gnus-group.el (gnus-group-line-format-alist): do.
12324         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12326         * gnus-gl.el: Remove.
12328 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12330         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12331         marks consisting of a single range {for example, (3 . 5)} rather
12332         than a list of a single range { ((3 . 5)) }.
12334 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12336         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12337         with-current-buffer.
12338         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12339         avoid consing a string.
12341         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12342         Remove obsolete entries for big5 and gb2312.
12344 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12346         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12347         uncompressed list.
12349 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12351         * spam-stat.el (spam-stat-strip-xref): New function.
12352         (spam-stat-process-directory): Use it.
12354         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12355         here -- it's done in message-fetch-field.
12357 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12359         * gnus-agent.el (gnus-agent-queue-mail)
12360         (gnus-agent-prompt-send-queue): New variables.
12361         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12362         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12363         "nndraft:queue" along to gnus-draft-send.  Use
12364         gnus-agent-prompt-send-queue.
12365         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12366         is "nndraft:queue".  Suggested by Gaute Strokkenes
12367         <gs234@srcf.ucam.org>
12369         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12370         (agent-enable-undownloaded-faces): Added
12371         (gnus-agent-cat-groups): Use eval-and-compile, not
12372         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12373         method of gnus-agent-cat-groups even when the buffer has been
12374         evaled.
12375         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12376         delete gnus-agent-save-active-1.
12377         (gnus-agent-save-groups): Deleted.  Identical to
12378         gnus-agent-save-active.
12379         (gnus-agent-write-active): No longer adjust agent's copy of active
12380         file as agent's adjustments are now stored in their own
12381         file.  Removed optional parameter.
12382         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12383         servers.  Add use of min/max range limits from server's local
12384         file.
12385         (gnus-agent-save-alist): Removed unused optional argument.
12386         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12387         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12388         (gnus-agent-set-local): A per-server file that keeps min/max range
12389         limits for articles known to the agent.  Provides a fast mechanism
12390         for altering many active ranges.
12391         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12392         active file (local makes it unnecessary).
12393         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12395         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12396         (agent-enable-undownloaded-faces): Added
12398         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12399         disable it when sending to "nndraft:queue".
12400         (gnus-group-send-queue): Add safety check to avoid sending queue
12401         when unplugged.
12403         * gnus-group.el (gnus-group-catchup): Use new
12404         gnus-sequence-of-unread-articles, not
12405         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12406         numbers of articles.  Use gnus-range-map to avoid having to
12407         uncompress the unread list.
12408         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12409         Fixed invalid ange-ftp reference.
12411         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12412         (gnus-sorted-range-intersection): Intersection of two ranges
12413         without requiring that they first be uncompressed.
12415         * gnus-start.el (gnus-activate-group): Unless blocked by the
12416         caller, possibly expand the active range to include both cached
12417         and agentized articles.
12418         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12419         multiple version-dependent converters.
12420         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12421         gnus-agent-save-active.
12422         (gnus-save-newsrc-file): Save dirty agent range limits.
12424         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12425         gnus-agent-possibly-alter-active.
12426         (gnus-adjust-marked-articles): Faster handling of simple lists
12428 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12430         * spam-stat.el (spam-stat-test-directory): New optional argument
12431         displays a list of files detected.  Suggested by Andrew Cohen
12432         <cohen@andy.bu.edu>.
12433         (spam-stat-buffer-words-with-scores): Don't narrow and change
12434         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12436 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12438         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12439         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12440         (spam-spamassassin-arguments)
12441         (spam-spamassassin-spam-flag-header)
12442         (spam-spamassassin-positive-spam-flag-header)
12443         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12444         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12445         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12446         (spam-list-of-processors, spam-list-of-checks)
12447         (spam-list-of-statistical-checks, spam-registration-functions)
12448         (spam-check-spamassassin-headers, spam-check-spamassassin)
12449         (spam-spamassassin-score)
12450         (spam-spamassassin-register-with-sa-learn)
12451         (spam-spamassassin-register-spam-routine)
12452         (spam-spamassassin-register-ham-routine)
12453         (spam-assassin-register-spam-routine)
12454         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12455         (spam-bogofilter-score): Fix to show article before scoring.
12457 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12459         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12460         default scoring function.
12461         (spam-generic-score): Call spam-spamassassin-score if
12462         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12463         spam-bogofilter-score otherwise.
12465         * gnus.el (spam-process, spam-autodetect-methods): Add
12466         spamassassin and spamassassin-headers.
12468 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12470         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12471         Suppress unnecessary messages.
12473 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12475         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12476         make-hash-table.
12478 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12480         * canlock.el (base64-encode-string): Don't autoload it.
12482 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12484         * run-at-time.el: Remove useless (require 'itimer),
12485         eval-and-compile and (featurep 'xemacs).
12487 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12489         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12490         GROUP is a virtual group.
12492 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12494         * gnus.el: Autoload `message-y-or-n-p'.
12496 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12498         * pgg-parse.el: Remove unnecessary (require 'custom).
12500         * pgg-def.el: do.
12502         * nnmail.el: do.
12504         * gnus-undo.el: do.
12506         * gnus-picon.el: do.
12508         * gnus-util.el: do.
12510 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12512         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12514 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12516         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12517         handle, as well as a list.
12519         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12520         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12521         (mm-w3m-cid-retrieve): Simplify.
12523 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12525         * message.el (message-kill-to-signature): Allow prefix arg to
12526         specify number of lines to keep before signature.
12528 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12530         (message-kill-to-signature): Change docstring.
12532 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12534         * canlock.el: Always require sha1-el.
12535         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12537         * message.el: Autoload sha1 only when compiling.
12539         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
12540         eudc-expand-inline for XEmacs.
12542 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12544         * message.el (message-canlock-generate): Require sha1-el.
12546 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12548         * message.el (message-expand-name): Silence the byte compiler.
12550         * lpath.el: Add detect-coding-system.
12552         * dgnushack.el (dgnushack-compile): Remove obsolete check for
12553         cus-edit.
12555 2004-01-13  Simon Josefsson  <jas@extundo.com>
12557         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12558         Invoke gnus-score-mode.  Reported by
12559         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12561         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12562         Jim Blandy <jimb@redhat.com> (tiny change).
12564 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12566         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12568 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12570         * spam.el (spam-get-article-as-string): Update to use
12571         gnus-request-article-this-buffer, much simpler.
12572         (spam-get-article-as-buffer): Remove.
12574 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12576         * message.el (message-expand-name): Use EUDC if the user uses that.
12578 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12580         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12581         character for the encoding to avoid consing a string.
12583         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12584         unnecessarily.
12586         * mm-util.el (mm-replace-chars-in-string): Remove.
12588         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12589         of mm-replace-chars-in-string.
12591 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12593         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12595         * mm-util.el (mm-subst-char-in-string): Support inplace.
12597         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12598         a new string in every iteration.  Use shy groups.
12600 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12602         * gnus-srvr.el (gnus-browse-unsubscribe-group):
12603         * gnus-soup.el (gnus-soup-group-brew):
12604         * gnus-msg.el (gnus-put-message):
12605         * gnus-move.el (gnus-group-move-group-to-server):
12606         * gnus-kill.el (gnus-batch-score):
12607         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12608         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12609         (gnus-group-update-group, gnus-group-read-group)
12610         (gnus-group-make-group, gnus-group-make-help-group)
12611         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12612         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12613         (gnus-group-sort-by-unread, gnus-group-catchup)
12614         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12615         (gnus-group-yank-group, gnus-group-set-info)
12616         (gnus-group-list-groups):
12617         * gnus.el (gnus-generate-new-group-name):
12618         * gnus-delay.el (gnus-delay-send-queue):
12619         * nnvirtual.el (nnvirtual-catchup-group):
12620         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12621         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12622         (gnus-group-prepare-topics, gnus-topic-check-topology):
12623         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12624         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12625         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12626         (gnus-group-make-articles-read):
12627         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12628         (gnus-group-change-level, gnus-kill-newsgroup)
12629         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12630         (gnus-get-unread-articles, gnus-make-articles-unread)
12631         (gnus-make-ascending-articles-unread): Use accessor
12632         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12633         to get group information for improved readability.
12636 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12638         * gnus-art.el (article-decode-mime-words, article-babel)
12639         (gnus-article-highlight-signature, gnus-article-add-buttons)
12640         (gnus-signature-toggle): Use gnus-with-article-buffer.
12642         * gnus-art.el (gnus-article-highlight-headers)
12643         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12645         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12646         (gnus-article-set-globals, gnus-request-article-this-buffer)
12647         (gnus-button-message-id, gnus-article-maybe-hide-headers)
12648         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12649         (gnus-mime-display-alternative): Use with-current-buffer.
12651 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12653         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12654         also under 80 char limit, and call gnus-error if needed.
12655         (spam-fetch-article-header): Fix - it was a
12656         buffer-local variable (gnus-newsgroup-data).
12657         (spam-find-spam): Use spam-generate-fake-headers, forget about
12658         spam-insert-fake-headers.
12659         (spam-insert-fake-headers): Remove.
12661 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12663         * deuglify.el (gnus-article-outlook-unwrap-lines)
12664         (gnus-outlook-rearrange-article)
12665         (gnus-outlook-repair-attribution-outlook)
12666         (gnus-outlook-repair-attribution-block)
12667         (gnus-outlook-repair-attribution-other): Remove redundant
12668         save-excursion.
12670 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12672         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12673         (spam-fetch-field-subject-fast)
12674         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12675         (spam-fetch-article-header): Add functions to deal with Gnus
12676         internals for fast retrieval of article header data.
12677         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12679 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12681         * pop3.el (pop3-md5): Remove.
12682         (pop3-apop): Replace pop3-md5 with md5.
12684         * mm-bodies.el: base64 is always built-in.
12686         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12687         with-current-buffer.
12689 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12691         * canlock.el (canlock-insert-header): Remove excessive grouping in
12692         regexp.
12694         * gnus-sum.el (gnus-summary-read-document): Ditto.
12696         * gnus-uu.el (gnus-uu-part-number): Ditto.
12698         * html2text.el (html2text-remove-tags): Ditto.
12699         (html2text-format-tags): Ditto.
12700         (html2text-format-single-elements): Ditto.
12702         * mml.el (mml-parse-1): Ditto.
12704 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12706         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12708         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12710         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12712         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12714 2003-11-15  Simon Josefsson  <jas@extundo.com>
12716         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12717         (pgg-gpg-lookup-key): Use regexp match instead of
12718         split-string (split-string is different between emacs 21.2 and
12719         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
12721 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12723         * gnus-art.el (gnus-mime-view-all-parts)
12724         (gnus-article-part-wrapper, gnus-article-view-part): Use
12725         with-current-buffer.
12727 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12729         * spam.el (spam-disable-spam-split-during-ham-respool)
12730         (spam-spamoracle-database, spam-cache-lookups)
12731         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12732         (spam-group-ham-mark-p, spam-group-spam-mark-p)
12733         (spam-group-ham-marks, spam-group-spam-marks)
12734         (spam-group-spam-contents-p, spam-group-ham-contents-p)
12735         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12736         also add spam-use-blackholes to the statistical checks.
12737         (spam-fetch-field-fast): Add interface to fetching fields, may
12738         become a macro.
12739         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12740         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12741         (spam-insert-fake-headers): Fake an article when needed.
12742         (spam-find-spam): Fake article when possible.
12743         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12744         (spam-check-bogofilter-headers): Use message-fetch-field instead
12745         of nnmail-fetch-field.
12747 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12749         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12751 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12753         * spam.el (spam-split): Do not require spam-use-CHECK to be
12754         enabled if that check is passed to spam-split explicitly; also
12755         fix so 'spam doesn't get converted to spam-split-group when
12756         spam-split-symbolic-return is t.
12757         (spam-find-spam): Find registrations of the article and use those
12758         instead of re-running spam-split to find the spam/ham
12759         classification of the article.
12760         (spam-log-processing-to-registry, spam-log-registered-p)
12761         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12762         Use gnus-error instead of gnus-message.
12763         (spam-log-registration-type): Add function to determine the
12764         classification of a message based on registry entries; will
12765         return nil if both 'spam and 'ham are found.
12766         (spam-check-BBDB): Expand all the BBDB macros here so we can have
12767         a reasonably fast local cache without the loading errors.
12768         (spam-cache-lookups): Set to t by default.
12769         (spam-find-spam): Don't try to guess spam-cache-lookups.
12770         (spam-enter-whitelist, spam-enter-blacklist): Clear the
12771         spam-caches entry.
12772         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12773         caching of whitelist/blacklist entries.
12774         (spam-check-whitelist, spam-check-blacklist): Invoke
12775         spam-from-listed-p with a type, not a cache variable.
12776         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12778 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12780         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12782         * nnmail.el (nnmail-split-fancy): do.
12784         * mml.el (mml-parse): do.
12786         * gnus-score.el (gnus-enter-score-words-into-hashtb)
12787         (gnus-score-adaptive): do.
12789 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12791         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12792         (gnus-mime-button-map): Don't set keymap parent.
12793         (gnus-button-ctan-directory-regexp): Use shy grouping.
12794         (gnus-prev-page-map): Don't set keymap parent.
12795         (gnus-prev-page-map): Remove duplicated one.
12796         (gnus-next-page-map): Don't set keymap parent.
12797         (gnus-mime-security-button-map): Ditto.
12799         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12800         version number.
12802         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12804 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12806         * canlock.el (canlock-sha1-function): Remove.
12807         (canlock-sha1-function-for-verify): Remove.
12808         (canlock-openssl-program): Remove.
12809         (canlock-openssl-args): Remove.
12810         (canlock-ignore-errors): Remove.
12811         (canlock-sha1-with-openssl): Remove.
12812         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12813         (canlock-verify): Don't use canlock-ignore-errors.
12815         * sha1-el.el (sha1-string-external): Make it can return a string
12816         in binary form.
12817         (sha1-region-external): Ditto.
12818         (sha1-string-internal): Ditto.
12819         (sha1-region-internal): Ditto.
12820         (sha1-region): Ditto.
12821         (sha1-string): Ditto.
12822         (sha1): Ditto.
12824 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12826         * spam.el (spam-report-articles-gmane): New command.
12828 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12830         * gnus.el: Don't make unnecessary *Group* buffer when loading.
12832         * run-at-time.el (run-at-time-saved): Remove.
12833         (run-at-time): Doc fix.
12835 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12837         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12838         (gnus-summary-limit-map): Add it.
12839         (gnus-summary-make-menu-bar): do.
12841 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
12843         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12844         Make attempt at some caching support (done for BBDB only now).
12845         (spam-find-spam): Set spam-cache-lookups if there are more than 2
12846         addresses to be checked.
12847         (spam-clear-cache-BBDB): Add function, to be invoked by
12848         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12849         (spam-check-BBDB): Check and use the caches, if
12850         spam-cache-lookups is on, remove superfluous (provide).
12852 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12854         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12856 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
12858         * run-at-time.el (run-at-time-saved): Move to after the definition
12859         of `run-at-time'.
12861         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
12863 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12865         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12866         mm-w3m-local-map-property.
12868         * mm-view.el (mm-w3m-mode-map): Remove.
12869         (mm-w3m-local-map-property): Remove.
12870         (mm-inline-text-html-render-with-w3m): Don't use
12871         mm-w3m-local-map-property.
12873 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12875         * run-at-time.el: New file.
12877         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
12878         under Emacs.
12880         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12881         of gnus-set-text-properties.
12883         * gnus-uu.el (gnus-uu-save-article): Ditto.
12885         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12887         * gnus-cite.el (gnus-cite-parse): Ditto.
12889         * gnus-art.el (gnus-button-push): Use set-text-properties instead
12890         of gnus-.
12892         * gnus-xmas.el (run-at-time): Require run-at-time.
12894         * gnus.el: Changed calls to nnheader-run-at-time and
12895         password-run-at-time throughout to use run-at-time directly.
12897         * password.el: Removed definition of run-at-time.
12899         * nnheaderxm.el: Remove definition of run-at-time.
12901 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
12903         * mml.el (mml-minibuffer-read-disposition): Show attachment type
12904         in prompt.
12906 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12908         * messagexmas.el (message-xmas-redefine): Alias
12909         `message-make-caesar-translation-table' to
12910         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
12911         version.
12913         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
12914         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
12915         `gnus-xmas-set-text-properties'.
12916         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
12917         `gnus-xmas-completing-read'.
12918         (gnus-xmas-completing-read): Removed.
12919         (gnus-xmas-open-network-stream): Removed.
12921         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12922         XEmacs version.
12924         * dns.el (dns-make-network-process): Use `open-network-stream'
12925         instead of `gnus-xmas-open-network-stream'.
12927         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
12929         * .cvsignore: Add auto-autoloads.el, custom-load.el.
12931 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12933         * gnus-art.el (gnus-mime-display-alternative)
12934         (gnus-insert-mime-button, gnus-insert-mime-security-button)
12935         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12936         Don't use gnus-local-map-property.
12938         * gnus-util.el (gnus-local-map-property): Remove.
12940         * mm-view.el (mm-view-pkcs7-decrypt): Replace
12941         gnus-completing-read-maybe-default with completing-read.
12943         * gnus-util.el (gnus-completing-read): do.
12944         (gnus-completing-read-maybe-default): Remove.
12946 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12948         * password.el: Only autoload `run-at-time' if not XEmacs.
12949         Only autoload the itimer functions if XEmacs.
12951 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12953         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
12954         XEmacsen.
12956         * dgnushack.el: Autoload executable-find for XEmacs.
12958 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12960         * gnus-art.el (gnus-read-string): Remove.
12961         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12962         read-string.
12964 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
12966         * netrc.el: Autoload password-read.
12967         (netrc): Add configuration group.
12968         (netrc-encoding-method, netrc-openssl-path): Add
12969         variables for encoding and decoding of files with symmetric
12970         ciphers.
12971         (netrc-encode): Add assistant function to encode a file with
12972         netrc-encoding-method.
12973         (netrc-parse): Add interactive parameter, added optional
12974         decoding if netrc-encoding-method is non-nil but otherwise
12975         behavior is standard.
12976         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12977         Do s/encode/encrypt/ everywhere.
12979         * spam.el: Remove executable-find autoload.
12981 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
12983         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12985         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12987 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12989         * gnus-art.el (gnus-treat-ansi-sequences,
12990         (article-treat-ansi-sequences): New variable and function.
12991         Suggested by Dan Jacobson <jidanni@jidanni.org>.
12993         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12994         Use it.
12996 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
12998         * mm-util.el (mm-quote-arg): Remove.
13000         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13001         shell-quote-argument.
13003         * gnus-uu.el (gnus-uu-command): do.
13005         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13007         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13008         with make-char.
13010         * mm-util.el (mm-make-char): Remove.
13012         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13013         add-minor-mode.
13015         * gnus-undo.el (gnus-undo-mode): do.
13017         * gnus-topic.el (gnus-topic-mode): do.
13019         * gnus-sum.el (gnus-dead-summary-mode): do.
13021         * gnus-start.el (gnus-slave-mode): do.
13023         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13025         * gnus-ml.el (gnus-mailing-list-mode): do.
13027         * gnus-gl.el (gnus-grouplens-mode): do.
13029         * gnus-draft.el (gnus-draft-mode): do.
13031         * gnus-dired.el (gnus-dired-mode): do.
13033         * gnus-ems.el (gnus-add-minor-mode): Remove.
13035         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13036         Replace gnus-char-width with char-width.
13038         * gnus-ems.el (gnus-char-width): Remove.
13040         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13041         Replace gnus-char-width with char-width.
13043         * gnus-ems.el (gnus-char-width): Remove.
13045         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13046         definition.
13047         Remove Emacs 20 hash table compatibility code.
13049         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13050         20 compatibility code.
13052         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13054         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13056         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13057         with point-at-{eol,bol}.
13059         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13061         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13063         * flow-fill.el (fill-flowed-point-at-bol)
13064         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13066         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13067         Replace with point-at-{eol,bol} throughout all files.
13069 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13071         * ntlm.el (ntlm-string-as-unibyte): New macro.
13072         (ntlm-build-auth-response): Use it.
13074         Remove Emacs 20 stuff:
13075         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13076         (butlast, mapc, remove): Remove the compiler macros.
13077         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13078         of delq and copy-sequence.
13079         * gnus-art.el (popup-menu): Remove the compiler macro.
13080         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13081         Emacs 20.
13083 2004-01-05  Simon Josefsson  <jas@extundo.com>
13085         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13086         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13087         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13088         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13089         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13090         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13091         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13092         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13093         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13094         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13095         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13096         string-xor into ntlm-string-xor.  Suggested by
13097         Jesper Harder <harder@myrealbox.com>.
13099         * ntlm.el: Don't include poem.
13101         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13102         Jesper Harder <harder@myrealbox.com>.
13104         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13106         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13107         probably breaks emacs with DL patch, but do we care? Is anyone
13108         still using the DL stuff?)
13110         * sieve-manage.el: Use the password package.
13111         (sieve-manage-read-passwd): Remove.
13112         (sieve-manage-interactive-login): Use password.  Re-add
13113         condition-case around loop.
13115         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13116         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13117         the password package.
13119 2003-02-19  Simon Josefsson  <jas@extundo.com>
13121         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13122         token.
13124 2002-08-07  Simon Josefsson  <jas@extundo.com>
13126         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13127         (sieve-manage-authenticators):
13128         (sieve-manage-authenticator-alist): Add some SASL mechs.
13129         (sieve-sasl-auth): New function.
13130         (sieve-manage-cram-md5-auth):
13131         (sieve-manage-plain-auth): Rewrite using SASL library.
13132         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13133         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13134         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13135         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13137 2004-01-05  Simon Josefsson  <jas@extundo.com>
13139         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13140         New files.
13142 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13144         * gnus-group.el (gnus-no-groups-message): Update.
13146         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13148 2003-11-09  Simon Josefsson  <jas@extundo.com>
13150         * imap.el: Support for ID IMAP extension (RFC 2971).
13151         (imap-local-variables): Add imap-id.
13152         (imap-id): New variable.
13153         (imap-id): New function.
13154         (imap-parse-response): Parse untagged ID response.
13155         * nnimap.el (nnimap-id): New variable.
13156         (nnimap-open-connection): Use it.
13158 2003-12-28  Simon Josefsson  <jas@extundo.com>
13160         * gnus-score.el (gnus-score-edit-all-score): New.
13161         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13163 2004-01-04  Simon Josefsson  <jas@extundo.com>
13165         * password.el: Add.
13167 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13169         * dns.el: Add support for AAAA records (see RFC 3596)
13171         * Fix typo PRT -> PTR
13173         * Parse MX, PTR and SOA replies (see RFC 1035)
13175 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13177         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13179         * Moved to Changelog.2.
13181 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13183         * gnus.el (gnus-version-number): Bump version.
13185 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13187         * gnus.el: No Gnus v0.1 is released.
13189 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13191         * gnus.el: No Gnus v0.0 is released.
13193 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13195         * gnus.el (gnus-version-number): Bump.
13196         (gnus-version): No.
13198 See ChangeLog.2 for earlier changes.
13200     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13202   This file is part of GNU Emacs.
13204   GNU Emacs is free software: you can redistribute it and/or modify
13205   it under the terms of the GNU General Public License as published by
13206   the Free Software Foundation, either version 3 of the License, or
13207   (at your option) any later version.
13209   GNU Emacs is distributed in the hope that it will be useful,
13210   but WITHOUT ANY WARRANTY; without even the implied warranty of
13211   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13212   GNU General Public License for more details.
13214   You should have received a copy of the GNU General Public License
13215   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13217 ;; Local Variables:
13218 ;; coding: utf-8
13219 ;; fill-column: 79
13220 ;; add-log-time-zone-rule: t
13221 ;; End:
13223 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4