Merge from gnus--devo--0
[emacs.git] / lisp / gnus / ChangeLog
blobffe56dc742f57492209c5ea9e8c2883cea218f9e
1 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3         * dgnushack.el: Autoload get-display-table and put-display-table for
4         XEmacs 21.5.
6         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7         21.4 and SXEmacs.
9 2008-06-15  David Engster  <dengste@eml.cc>
11         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15         * gnus-util.el (gnus-put-display-table, gnus-get-display-table): New
16         macros that expand to an `aset'/`aref' call under Emacs, and to a
17         runtime choice under XEmacs.
19         * gnus-sum.el (gnus-summary-set-display-table): Use
20         `gnus-put-display-table', `gnus-get-display-table',
21         `gnus-set-display-table' for the display table, instead of `aset'.
23         * gnus-xmas.el (gnus-xmas-summary-set-display-table): Use
24         `gnus-put-display-table', `gnus-get-display-table',
25         `gnus-set-display-table' for the display table.
27 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
29         * nnmairix.el: Add autoloads.
31 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
33         * nnmairix.el (nnmairix-delete-recreate-group)
34         (nnmairix-update-and-clear-marks): Fix error messages.
36 2008-06-14  David Engster  <dengste@eml.cc>
38         * nnmairix.el: Upgrade to version 0.6.
39         (nnmairix-group-toggle-propmarks-this-group)
40         (nnmairix-group-toggle-readmarks-this-group)
41         (nnmairix-group-delete-recreate-this-group)
42         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
43         (nnmairix-remove-tick-mark-original-article): New commands.
44         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
45         (nnmairix-propagate-marks-to-nnmairix-groups)
46         (nnmairix-only-use-registry, nnmairix-allowfast-default)
47         (nnmairix-marks-cache, nnmairix-version-output): New variables.
48         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
49         functions needed for marks propagation and manipulation of read marks.
50         (nnmairix-update-groups): New function.
51         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
52         (nnmairix-determine-original-group-from-registry)
53         (nnmairix-determine-original-group-from-path)
54         (nnmairix-get-group-from-file-path, nnmairix-map-range)
55         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter): New
56         helper functions.
57         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Inserted new
58         keystrokes for new commands.
59         (nnmairix-delete-and-create-on-change): Doc string cleanup.
60         (nnmairix-request-group): Check allow-fast group parameter.
61         (nnmairix-request-create-group): Set allow-fast group parameter if
62         nnmairix-allowfast-default is set.
63         (nnmairix-close-group): Propagate marks upon closing if needed.
64         (nnmairix-group-toggle-threads-this-group): Use new.
65         nnmairix-group-toggle-parameter helper function.
66         (nnmairix-search): Better check for empty search result.
67         (nnmairix-goto-original-article): Use new helper functions for
68         determining original article.
69         (nnmairix-show-original-article): Make sure message-id is in brackets.
70         (nnmairix-call-mairix-binary): Change variable name.
71         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
72         helper function.
73         (nnmairix-widget-toggle-activate): Fix doc string.
75 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
77         * nnir.el: Require edmacro when compiling with XEmacs.
78         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
79         available in Emacs 21.
81 2008-06-11  Glenn Morris  <rgm@gnu.org>
83         * gnus-util.el (x-focus-frame):
84         * gnus.el (image-size):
85         * mm-decode.el (image-size): Declare.
87         * gnus-picon.el (declare-function): Add compat definition.
88         (image-size): Declare.
90         * gnus-group.el (tool-bar-map):
91         * gnus-sum.el (tool-bar-map): Define for compiler.
93         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
95         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
97         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
98         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
99         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
100         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
101         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
102         * sieve-manage.el, spam-report.el, spam.el:
103         Remove unnecessary eval-and-compile of autoloads.
105 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
107         * auth-source.el: Precise Tramp doc.
109 2008-06-07  Glenn Morris  <rgm@gnu.org>
111         * nnmairix.el: Remove unnecessary eval-when-compile.
113 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
115         * nnir.el: New file.
117 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
119         * gnus-util.el (gnus-read-shell-command): New function.
120         * mm-decode.el (mm-pipe-part):
121         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
123 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
125         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
127 2008-06-03  Glenn Morris  <rgm@gnu.org>
129         * pop3.el (nnheader-accept-process-output): Autoload it.
131 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
133         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
134         are not 2-digit hexadecimal characters that follow `%'s.
136 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
138         * message.el (message-bogus-recipient-p): Fix type in doc string.
139         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
140         (message-bogus-addresses): Rename from message-bogus-address-regexp.
141         Improve custom options.
142         (message-bogus-recipient-p): Adjust accordingly.
144 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
146         * nnmairix.el: Require edmacro when compiling with XEmacs.
148 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
150         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
151         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
153 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
155         * auth-source.el: Add more docs.
157 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159         * nnheader.el (nnheader-read-timeout): Change the default timeout from
160         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
161         retrieval faster in some cases, but might make CPU usage larger.  If
162         this has any bad side effects, we might revert this change.
164         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
165         seems to make mail retrieval much, much faster.
166         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
167         unconditionally.
169         * gnus-draft.el (gnus-group-send-queue): Bind
170         message-send-mail-partially-limit to nil to avoid being prompted.
172 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
174         * mml.el (mml-attach-buffer): Prompt for `disposition'.
176         * message.el (message-bogus-address-regexp): Fix and improve custom
177         type.
178         (message-setup-hook): Add message-check-recipients as custom option.
180 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
182         * message.el (message-cite-function): Remove bogus autoload which crept
183         in during merge from v5-10.
185 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
187         * nnimap.el (nnimap-open-connection): Fix login/password bug.
189         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
191         * auth-source.el: Preliminary Tramp docs.
192         (auth-sources): Change the default auth-sources to use
193         EPA .gpg files.
195 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
197         * nntp.el: Autoload `auth-source-user-or-password'.
198         (nntp-send-authinfo): Use it.
200         * nnimap.el: Autoload `auth-source-user-or-password'.
201         (nnimap-open-connection): Use it.
203         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
204         for the gnus-message function.
205         (auth-source-user-or-password): Use it.
207 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
209         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
210         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
211         (rfc2104-hash): Use it.
213 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
215         * gnus-art.el (gnus-article-toggle-truncate-lines):
216         Don't use `iff' in docstring.
218 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
220         * gnus-registry.el: Adjusted copyright dates and added a keyword.
222         * gnus-util.el (gnus-extract-address-component-name)
223         (gnus-extract-address-component-email): Convenience functions around
224         `gnus-extract-address-components'.
226         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
227         Use `gnus-extract-address-component-email' to fix bug of comparing full
228         sender name to `user-mail-address'.
230 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
232         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
233         catch/throw to optimize.
234         (gnus-registry-find-keywords): Just use member to find a keyword.
236 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
238         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
239         is current before calling gnus-server-prepare.
240         (gnus-server-setup-buffer, gnus-server-update-server)
241         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
243 2008-05-04  Juri Linkov  <juri@jurta.org>
245         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
246         (mailcap-file-default-commands): Use mailcap-replace-in-string
247         instead of replace-regexp-in-string, and mailcap-delete-duplicates
248         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
250 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
252         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
254 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
257         hooks.
258         (gnus-update-read-articles): Speed up non-marks-using users.
259         (gnus-use-marks): Define gnus-use-marks.
260         (gnus-propagate-marks): Rename variable to something more sensible.
262 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
264         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
265         (gmm-image-load-path-for-library): Fix typos in docstrings.
266         (gmm-message): Reflow docstring.
268 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
270         * mail-source.el (mail-source-set-1, mail-source-bind):
271         Move auth-source code out of the macro to clean it up and fix bugs.
273 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
275         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
276         by sender if it's equal to user-mail-address, it's likely to be
277         useless.
279         * mail-source.el (mail-source-bind): Don't use user or password if they
280         are not bound.  Unintern them if they are nil.  Don't use server unless
281         it's bound, and default it to empty string otherwise.
283 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
285         * mail-source.el: Load auth-source.el.
286         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
287         get user name or password, if auth-sources is set up.
289         * gnus-registry.el (gnus-registry-split-strategy): New variable for
290         strategy of splitting with parent.
291         (gnus-registry-split-fancy-with-parent)
292         (gnus-registry-post-process-groups): Use it and fix prior
293         bug (returning a list as the split result).
295         * auth-source.el (auth-sources): Remove server parameter.
296         (auth-source-pick, auth-source-user-or-password)
297         (auth-source-user-or-password-imap)
298         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
299         (auth-source-user-or-password-sftp)
300         (auth-source-user-or-password-smtp): Remove server parameter.
302 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
304         * smime.el (smime-sign-region, smime-encrypt-region)
305         (smime-decrypt-region):
306         Remove redundant calls to `generate-new-buffer-name'.
308 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
310         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
311         Don't use QP for message/rfc822.
312         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
314 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
316         * sieve-manage.el (sieve-string-bytes): Remove.
317         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
318         correct byte-length only if the process's coding-system is the same as
319         the one used internally by Emacs to represent strings.
321 2008-04-22  Juri Linkov  <juri@jurta.org>
323         * mailcap.el (mailcap-file-default-commands): New function.
325 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
327         * message.el (message-signature-separator, message-cite-function):
328         Change custom version.
330 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
332         * mm-decode.el (mm-display-external): Make temp file read-only.
334 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
336         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
337         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
338         `C-c C-f d'.
340 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
342         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
344 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
346         * auth-source.el: Added docs.
347         (auth-sources): Modify format to support server.
348         (auth-source-pick, auth-source-user-or-password)
349         (auth-source-user-or-password-imap)
350         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
351         (auth-source-user-or-password-sftp)
352         (auth-source-user-or-password-smtp): Add server parameter.
354 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
356         * gnus-registry.el: Initialize the registry when gnus-registry-install
357         is t.
359 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
361         * compface.el (uncompface): Make buffer unibyte.
363 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
365         * mail-source.el (mail-source-value):
366         Prefer fboundp to functionp so it works with macros as well.
368 2008-04-05  Glenn Morris  <rgm@gnu.org>
370         * gnus-ems.el (mm-disable-multibyte): Autoload it.
372 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
374         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
375         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
377         * nnheader.el (nnheader-init-server-buffer): Change buffer's
378         multibyteness after rather than before erasing it.
380         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
381         mm-with-multibyte.
382         (gnus-request-article-this-buffer): Make sure the proper decoding is
383         used if gnus-original-article-buffer happens to be unibyte.
385         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
386         default-enable-multibyte-characters.
388         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
389         default-enable-multibyte-characters.
391         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
393         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
395 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
397         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
398         Fix last change in case the element is not even a symbol.
400 2008-04-02  Simon Josefsson  <simon@josefsson.org>
402         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
403         imap-enable-exchange-bug-workaround.
404         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
406 2008-04-01  Simon Josefsson  <simon@josefsson.org>
408         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
409         a 100 byte status-checks into a 2-3MB transfer for each group.
410         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
411         to enable bug workaround or not.
412         (nnimap-find-minmax-uid): Only enable workaround conditionally.
414 2008-03-31  Glenn Morris  <rgm@gnu.org>
416         * message.el (mml2015-use): Declare for compiler.
417         (message-info): Require mml2015 when appropriate.
419 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
421         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
422         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
423         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
424         (nntp-service-to-port): New function.
425         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
426         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
427         (nntp-open-netcat-stream): New function.
428         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
430 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
432         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
434 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
436         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
438 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
440         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
442 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
444         * message.el (message-signature-separator): Change default.
445         Improve custom type.
446         (message-cite-function): Change default to
447         message-cite-original-without-signature.
449         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
450         toggle.
452         * message.el (message-check-news-body-syntax): Fix signature check.
453         (message-setup-1): Mark buffer as unmodified _after_ running
454         message-setup-hook and handling message-alternative-emails.
455         (message-shorten-references): Be more strict when building list of
456         valid references to comply with GNKSA.
458         * gnus-group.el (gnus-read-ephemeral-bug-group)
459         (gnus-read-ephemeral-debian-bug-group)
460         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
462         * message.el (message-info): Don't use booleanp which isn't supported
463         in Emacs 21 and XEmacs.
465 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
467         * gnus-group.el (gnus-gmane-group-download-format): Rename from
468         gnus-group-gmane-group-download-format.
469         (gnus-group-read-ephemeral-gmane-group): Rename from
470         gnus-group-read-ephemeral-gmane-group.
471         (gnus-read-ephemeral-gmane-group-url): Rename from
472         gnus-group-read-ephemeral-gmane-group-url.
473         (gnus-bug-group-download-format-alist):  New variable.
474         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
475         (gnus-read-ephemeral-emacs-bug-group): New commands.
477 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
479         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
480         (gnus-visible-headers): Improve custom type.
482 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
484         * mml.el (mml-menu): Add workarounds for XEmacs.
486         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
487         X-Boundary header.
489         * message.el (message-simplify-recipients): Fix previous commit.
491 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
493         * mm-util.el (mm-set-buffer-multibyte): New function.
494         * mm-decode.el (mm-copy-to-buffer): Use it.
496         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
497         Prefer fboundp to functionp so it works with macros as well.
499 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
501         * message.el (message-alter-recipients-discard-bogus-full-name):
502         New function.
503         (message-alter-recipients-function): New variable.
504         (message-get-reply-headers): Use it.
505         (message-replace-header): New helper function.
506         (message-recipients-without-full-name): New variable.
507         (message-simplify-recipients): New command.
509         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
511         * message.el (message-info): Handle EasyPG manual.
513         * mml.el (mml-menu): Add entry for EasyPG.
515 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
517         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
518         parameter.
520         * message.el (message-disassociate-draft): Specify drafts group name
521         fully.
523 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
525         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
526         unnecessary duplicates from the match list.
528 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
530         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
531         args of `how-many' of which the XEmacs version doesn't take; declare
532         Info-index-next as function.
534 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
536         * gnus-score.el (gnus-score-headers): Fix handling of
537         gnus-inhibit-slow-scoring.
539         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
540         string.
541         (gnus-button-url-regexp): Improve handling of parenthesis.
542         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
543         (gnus-button-handle-info-keystrokes): Handle index entries.
545 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
547         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
548         Incoming* files.
550 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
552         * auth-source.el (auth-sources): Renamed from auth-source-choices.
553         (auth-source-pick): Use it.
555 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
557         * auth-source.el (auth-source-protocols)
558         (auth-source-protocols-customize, auth-source-choices): Added and
559         modified variable customizations and defaults.
560         (auth-source-pick, auth-source-user-or-password)
561         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
562         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
563         (auth-source-user-or-password-sftp)
564         (auth-source-user-or-password-smtp): Use new variables and provide an
565         interface to netrc.el.
567 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
569         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
570         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
571         Make sure the nntp port to specify is a string.
573 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
575         * nntp.el: Use with-current-buffer.
576         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
577         dubious mm-with-unibyte-current-buffer.
578         (nntp-with-open-group-function): New function extracted from
579         nntp-with-open-group macro.
580         (nntp-with-open-group): Use the function, so it's easier to debug.
581         Add indentation and debugging info.
582         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
583         the use of the netcat alternatives.
585         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
586         Avoid mm-string-as-multibyte as well.
588         * nnweb.el (nnweb-insert-html):
589         Remove use of nnheader-string-as-multibyte.
591         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
592         (nnheader-string-as-multibyte): Remove.
594         * mm-view.el: Use inhibit-read-only.
595         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
596         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
597         or unibyte-string.
599         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
600         (mm-uu-yenc-extract): Use with-current-buffer.
602         * gnus-soup.el (gnus-soup-send-packet): Don't use
603         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
605         * nnmh.el: Use with-current-buffer.
606         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
607         mm-string-as-multibyte on the output of mm-encode-coding-string.
609         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
610         (nnimap-request-move-article): Use with-current-buffer.
612         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
613         inserting the handle-buffer's text, so the implicit multibyte->unibyte
614         conversion uses string-make-unibyte rather than string-as-unibyte.
616         * gnus-msg.el: Use with-current-buffer.
618         * message.el (message-ignored-resent-headers): Add "Delivered-To".
620 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
622         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
623         string for caching if it is 'PIN.
625 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
627         * mail-source.el (mail-source-delete-old-incoming-confirm):
628         Change default to nil.
629         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
631 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
633         * gnus-art.el (gnus-narrow-to-page): Position point properly.
634         (gnus-article-goto-prev-page): Work for articles having ^L's.
636         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
638         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
640 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
642         * gnus-bookmark.el: Adjust for renames in bookmark.el.
643         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
644         (gnus-bookmark-jump): Adjust some variable names.
646 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
648         * auth-source.el: New package.
649         (auth-source-choices): Add customization entry point variable.
651         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
652         bug.
654 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
656         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
657         (gnus-registry-initialize, gnus-registry-install-p): Use it.
658         (gnus-registry-install-shortcuts): Rename from
659         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
660         the `gnus-registry-mark-map' keymap dynamically from
661         `gnus-registry-marks'.  The generated functions update the summary line
662         when a registry mark is added or deleted, and will call
663         `gnus-registry-install-p' (see the comments in the code).
664         (gnus-registry-user-format-function-M): Use concat intelligently.
666         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
667         the registry mark functions.
669 2008-03-05  Glenn Morris  <rgm@gnu.org>
671         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
672         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
673         gnus-art.
674         (top-level): No need to load own source when compiling.
676 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
678         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
679         Suggested by <chris.anderton@zetnet.co.uk>.
681 2008-03-04  Glenn Morris  <rgm@gnu.org>
683         * gnus-sum.el (top-level): No need to require gnus when compiling,
684         since unconditionally required near start of file.
685         (gnus-summary-display-while-building): Move definition before use.
687 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
689         * gnus-registry.el (gnus-registry-user-format-function-M): Add
690         formatting function.
692 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
694         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
695         with plists.
696         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
697         Use new format.
699 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
701         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
702         `where-is-internal' that returns a range of key sequences.
704 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
706         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
708         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
709         (gnus-summary-jump-to-group): Consider windows on other displayed
710         frames as well.  Similar changes might be needed elsewhere, but that's
711         the one I've bumped into during my use.
713         * nndoc.el (nndoc-oe-dbx-type-p):
714         * gnus-msg.el (gnus-debug):
715         * gnus-group.el (gnus-update-group-mark-positions):
716         Use mm-string-to-multibyte.
718 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
720         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
721         doesn't handle NotDashEscaped.
723         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
724         (mml-dnd-attach-options): Fix typo in custom choice.
726         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
727         nndoc-article-type to mbox.
728         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
730         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
731         to nil, instead of html2text.
733         * imap.el (imap-debug): Add `imap-ping-server'.
735         * gnus-bookmark.el: Add FIXMEs.
737         * message.el (message-form-letter-separator)
738         (message-send-form-letter-delay): New variables.
739         (message-send-form-letter): Use them.  New command to send form
740         letters.  Requested by Uwe Siart.
741         (message-send-mail-function): Doc fix.  Add "Other" custom option.
743 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
745         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
746         empty author.
748 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
750         * gnus-registry.el (gnus-registry-marks): Add variable for
751         customization of marks and their appearance.
752         (gnus-registry-read-mark): Use it.
753         (gnus-registry-do-marks): Add utility function to loop through
754         `gnus-registry-marks'.
755         (gnus-registry-install-shortcuts-and-menus): Add function to install
756         shortcuts and menus.
757         (gnus-registry-initialize): Use it.
758         (gnus-registry-default-mark): Clarify documentation.
760 2008-02-29  Glenn Morris  <rgm@gnu.org>
762         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
763         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
764         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
765         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
766         Change defcustom :version from 23.0 to 23.1.
768 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
770         * gnus-registry.el (gnus-registry-follow-group-p)
771         (gnus-registry-post-process-groups): Add functions to aid registry
772         splitting and improve logging.  Clarify behavior in function
773         documentation.
774         (gnus-registry-split-fancy-with-parent): Use them.
776 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
778         * gnus-art.el: Use with-current-buffer.
780 2008-02-27  David Engster  <dengste@eml.cc>
782         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
783         Express real group name in the response.
785 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
787         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
788         (nnmairix-last-server, nnmairix-current-server): Defvar them.
789         (nnmairix-goto-original-article): Defvar gnus-registry-install and
790         autoload gnus-registry-fetch-group when compiling.
791         (nnmairix-request-group-with-article-number-correction): Remove
792         unreferenced argument passed to nnmairix-call-backend.
794 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
796         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
797         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
798         Wilde.
800 2008-02-27  Glenn Morris  <rgm@gnu.org>
802         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
803         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
804         variables to defconsts.  Convert comments to doc-strings.
805         (nnmairix-last-server, nnmairix-current-server): Convert from free
806         variables to defvars.  Convert comments to doc-strings.
807         (gnus-registry-fetch-group): Autoload.
808         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
809         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
810         (nnmairix-widget-build-editable-fields): Use car cddr rather than
811         caddr.
812         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
813         nnmairix-request-group-with-article-number-correction call.
814         (nnmairix-fast, nnmairix-group): New, less general names, for free
815         variables passed from nnmairix-request-group to
816         nnmairix-request-group-with-article-number-correction.  Declare.
817         (nnmairix-request-group-with-article-number-correction):
818         Use nnmairix-fast, nnmairix-group rather than fast, group.
820 2008-02-26  David Engster  <dengste@eml.cc>
822         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
823         version 0.5.
825 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
827         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
828         instead of making an extra function call.  Don't add the current group
829         to articles only when they have the group.  Use
830         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
831         Reported by David <de_bb@arcor.de>.
833 2008-02-24  Miles Bader  <miles@gnu.org>
835         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
836         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
837         (mm-find-mime-charset-region):
838         * mm-bodies.el (mm-encode-body):
839         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
841 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
843         * mail-source.el (mail-source-delete-incoming): Change default.
844         Supplement doc string.
846         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
848 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
850         * nnmail.el (nnmail-message-id-cache-file): Derive from
851         `gnus-home-directory'.
853 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
855         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
856         Document negative prefix.
858         * gnus-group.el (gnus-group-read-group): Document negative prefix.
860 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
862         * message.el (message-unsent-separator): Add the Exim bounce
863         separator.
865 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
867         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
868         list.
869         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
870         recipient/signer list.
872 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
874         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
875         fbound (Emacs 23 unicode), signal an error.
877 2008-02-08  Glenn Morris  <rgm@gnu.org>
879         * gnus-art.el (pgg-display-output-buffer): Declare as function.
881 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
883         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
884         ports to the calls to `netrc-machine-user-or-password' in addition to
885         "imap" and "imaps".
887 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
889         * gnus.el (gnus-group-startup-message): Add `find-image' call before
890         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
891         <hanche@math.ntnu.no>.
893 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
895         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
897 2008-02-01  Zhang Wei  <id.brep@gmail.com>
899         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
901         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
903 2008-02-01  Miles Bader  <miles@gnu.org>
905         * mml.el (mml-parse-1): Remove apparently vestigial use of
906         `mm-hack-charsets'.
907         * mm-bodies.el (mm-encode-body): Likewise.
909 2008-02-01  Kenichi Handa  <handa@m17n.org>
911         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
912         rfc2104-hexstring-to-bitstring and changed to return a byte list.
913         (rfc2104-hash): Convert the result of concat to unibyte string.
915 2008-02-01  Dave Love  <fx@gnu.org>
917         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
918         coding-system-for-read.
919         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
921         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
922         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
923         (mm-find-mime-charset-region): Remove hack-charsets stuff.
925 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
927         * mail-source.el (mail-sources): Add `group' choice.
929         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
930         parameter `in-group' to control into which group the articles go.
931         Add treatment of `group' mail-source.
933 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
935         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
936         * message.el (message-beginning-of-line): Use featurep instead of bound
937         tests in order to resolve conditionals at compile time.
939 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
941         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
943         * mm-decode.el (mm-dissect-buffer): Decode description.
945         * mml.el (mml-to-mime): Encode message header first.
947 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
949         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
950         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
952 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
954         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
956 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
958         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
959         prefix keys.
960         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
961         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
962         gnus-xmas.el.
964 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
966         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
967         Add new variables for article mark management.
968         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
969         list of extra data entries which, when present, will indicate that the
970         article ID should not be trimmed from the registry.
971         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
972         functions.
973         (gnus-registry-read-mark): New function to read a mark name from the
974         user.
975         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
976         (gnus-registry-set-article-mark-internal): New functions to add and
977         remove marks.
978         (gnus-registry-get-article-marks): New function to show the marks for
979         an article, or retrieve them for further use.
981 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
983         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
984         keys when no argument is given.
986 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
988         * gnus-sum.el (gnus-article-sort-by-random)
989         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
990         jidanni@jidanni.org.
992 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
994         * gnus-art.el (gnus-article-describe-bindings): New function.
995         (gnus-article-read-summary-keys): Use it.
996         (gnus-article-mode-map): Bind `C-h b' to it.
998 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1000         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1001         XEmacs.
1002         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1003         against non-character events.
1005 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1007         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1008         command.
1009         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1010         instead of END.  Change name of the temp file.
1011         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1012         customizable.
1014 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1016         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1017         bind `S W' to gnus-article-wide-reply-with-original; set default
1018         binding to gnus-article-read-summary-send-keys.
1019         (gnus-article-read-summary-keys): Fix the order of keys; display
1020         continuation keys correctly in the echo area; describe bindings
1021         correctly when keys end with `C-h'.
1022         (gnus-article-read-summary-send-keys): New function.
1023         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1024         for gnus-article-read-summary-send-keys; display continuation keys
1025         correctly in the echo area.
1026         (gnus-article-reply-with-original): Ignore prefix argument.
1027         (gnus-article-wide-reply-with-original): New function.
1029 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1031         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1032         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1034 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1036         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1037         (gnus-group-read-ephemeral-gmane-group): New command.
1039 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1041         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1043 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1045         * message.el (message-send-mail-function): Increase custom version.
1047         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1048         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1050 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1052         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1053         html parts correctly; support forwarded messages.
1054         (gnus-article-browse-html-article): Remove work buffers.
1056         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1057         compiling.
1058         (netrc-bound-and-true-p): New macro.
1059         (netrc-parse): Use it instead of bound-and-true-p that is not available
1060         in XEmacs 21.4.
1062 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1064         * gnus-registry.el (gnus-registry-mark-article)
1065         (gnus-registry-article-marks): Add functionality to mark articles
1066         through the Gnus registry.
1068         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1069         (netrc-parse): Use encrypt-file-alist to determine if
1070         encrypt-find-model or encrypt-insert-file-contents should be used.
1072 2007-12-19  Glenn Morris  <rgm@gnu.org>
1074         * mml.el (message-options-set, message-narrow-to-head)
1075         (message-in-body-p, message-mail-p, message-encode-message-body):
1076         Autoload.
1077         (message-remove-header, message-narrow-to-headers-or-head)
1078         (message-subscribed-p, message-make-mail-followup-to)
1079         (message-position-on-field, message-news-p)
1080         (message-options-set-recipient, message-generate-headers)
1081         (message-sort-headers): Declare as functions.
1083 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1085         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1086         convention in doc string.
1088 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1090         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1091         title to html parts.
1092         (gnus-article-browse-html-article): Pass message header to it.
1094         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1096 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1098         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1099         or password compatible with XEmacs.
1101 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1103         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1104         format document.
1105         (gnus-mime-delete-part): Don't write description line if empty.
1106         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1108 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
1110         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1111         (gnus-summary-mark-read-and-unread-as-read)
1112         (gnus-summary-mark-current-read-and-unread-as-read)
1113         (gnus-summary-mark-unread-as-ticked): Doc fix.
1114         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1116 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1118         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1119         Christoph Conrad <christoph.conrad@gmx.de>.
1121 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1123         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1124         yes-or-no-p.
1126 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1128         * mm-decode.el (mm-add-meta-html-tag): New function.
1129         (mm-save-part-to-file, mm-pipe-part): Use it.
1131         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1132         gnus-y-or-n-p instead of y-or-n-p.
1133         (gnus-article-browse-html-parts): Work with message/external-body; use
1134         mm-add-meta-html-tag.
1136 2007-12-11  Glenn Morris  <rgm@gnu.org>
1138         * gnus-cache.el: Require gnus-sum not just when compiling.
1140         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1142         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1143         definitions before use.
1145         * mm-decode.el: Require gnus-util.
1146         (mm-remove-part): Only call delete-annotation on XEmacs.
1148         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1150         * nnmail.el: Require gnus-int.
1152         * spam.el: Move `require's before `eval-when-compile's.
1154         * gnus-ems.el (gnus-alive-p):
1155         * gnus-fun.el (message-goto-eoh):
1156         * gnus-util.el (gnus-group-name-decode):
1157         * mail-source.el (gnus-compress-sequence):
1158         * message.el (Info-goto-node, format-spec):
1159         * mm-bodies.el (message-options-get):
1160         * mm-decode.el (mm-view-pkcs7):
1161         * mm-util.el (gmm-write-region):
1162         * mml-smime.el (mml-compute-boundary)
1163         (gnus-completing-read-with-default):
1164         * mml.el (widget-button-press, gnus-make-hashtable):
1165         * mml1991.el (mm-decode-content-transfer-encoding)
1166         (mm-encode-content-transfer-encoding)
1167         (message-options-get, message-options-set):
1168         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1169         * nnfolder.el (gnus-request-group):
1170         * nnheader.el (ietf-drums-unfold-fws):
1171         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1172         * smime.el (gnus-run-mode-hooks):
1173         * spam-stat.el (gnus-message): Autoload.
1175         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1176         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1177         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1178         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1179         Add declare-function compatibility definition.
1181         * gnus-cache.el (nnvirtual-find-group-art):
1182         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1183         (gnus-add-image, gnus-add-wash-type):
1184         * gnus-group.el (nnkiboze-score-file):
1185         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1186         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1187         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1188         (message-tokenize-header, gnus-get-buffer-create)
1189         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1190         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1191         * gnus.el (gnus-group-decoded-name):
1192         * mail-source.el (imap-capability):
1193         * mm-bodies.el (message-options-set):
1194         * mm-decode.el (gnus-configure-windows):
1195         * mm-extern.el (message-goto-body):
1196         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1197         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1198         (epg-sub-key-validity, message-options-set):
1199         * mml.el (widget-event-point, gnus-configure-windows):
1200         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1201         * mml2015.el (epg-check-configuration, epg-configuration)
1202         (message-options-set):
1203         * nndb.el (nndb-request-article):
1204         * nnfolder.el (gnus-request-create-group):
1205         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1206         * nnmaildir.el (gnus-group-mark-article-read):
1207         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1208         * rfc1843.el (message-fetch-field):
1209         * spam.el (gnus-extract-address-components):
1210         Declare as functions.
1212 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1214         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1216 2007-12-09  Glenn Morris  <rgm@gnu.org>
1218         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1220         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1221         * message.el, mm-view.el, sieve-manage, smime.el:
1222         Add declare-function compatibility definition.
1224         * gnus-art.el (w3-region, w3m-region, Info-menu):
1225         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1226         * gnus-sum.el (gnus-get-predicate):
1227         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1228         * message.el (mail-abbrev-in-expansion-header-p):
1229         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1230         (w3m-detect-meta-charset, w3m-region):
1231         * sieve-manage.el (password-read, password-cache-add)
1232         (password-cache-remove):
1233         * smime.el (password-read-and-add): Declare as functions.
1235 2007-12-08  David Kastrup  <dak@gnu.org>
1237         * gnus-sum.el (gnus-summary-simplify-subject-query):
1238         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1239         `message'.
1241 2007-12-07  Glenn Morris  <rgm@gnu.org>
1243         * gnus-art.el (article-make-date-line): Revert previous change.
1245 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1247         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1249 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1251         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1252         Call gnus-add-to-range ranges only once with a prepared article-list.
1254 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1256         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1257         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1258         group names with backslashes.  Reported by Tassilo Horn
1259         <tassilo@member.fsf.org>.
1261 2007-12-06  D. Goel  <deego3@gmail.com>
1263         * gnus-art.el (article-make-date-line):
1264         * gnus-start.el (gnus-load):
1265         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1267 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1269         * gnus-art.el (gnus-use-idna)
1270         * gnus-start.el (gnus-site-init-file)
1271         * message.el (message-use-idna)
1272         * mm-uu.el (mm-uu-hide-markers)
1273         * smiley.el (smiley-style): Revert changes that suppress warnings.
1275 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1277         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1278         specify charset to html source.  Reported by Christoph Conrad
1279         <christoph.conrad@gmx.de>.
1281 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1283         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1284         idna-program in order to suppress byte compile warning issued by XEmacs
1285         that came to byte compile the default value section of defcustom forms
1286         recently.
1288         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1289         value of installation-directory.
1291         * message.el (message-use-idna): Don't directly refer to the value of
1292         idna-program.
1294         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1296         * smiley.el (smiley-style): Don't directly call face-attribute.
1298 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1300         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1302         * gnus-dired.el: Reduce Gnus dependencies.
1303         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1304         require.  Use autoloads instead.
1305         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1306         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1307         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1308         (gnus-dired-mode): Adjust doc string.
1309         (gnus-dired-mail-mode): New variable.
1310         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1311         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1312         (gnus-dired-mail-buffers): New function.  Return mail or message
1313         composition buffers.
1314         (gnus-dired-attach): Use it.
1315         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1316         NO-DECODE.
1317         (gnus-dired-print): Use `gnus-print-buffer' depending on
1318         `gnus-dired-mail-mode'.
1320 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1322         * rfc2047.el (rfc2047-encoded-word-regexp)
1323         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1324         explaining what regexp patterns are for.
1326 2007-12-04  Glenn Morris  <rgm@gnu.org>
1328         * password.el: Move to ../password-cache.el.
1330         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1331         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1332         * mml-smime.el (password-read, password-cache-add)
1333         (password-cache-remove):
1334         No need to autoload, since mml-sec requires password.
1336         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1337         * message.el (gnus-extract-address-components):
1338         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1340         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1341         password.
1343 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1345         * mailcap.el: Reduce dependencies.
1346         (mail-header-parse-content-type): Autoload.
1347         (mailcap-delete-duplicates): New alias.
1348         (mailcap-mime-info): Add optional argument NO-DECODE.
1349         (mailcap-mime-types): Use mailcap-delete-duplicates.
1351         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1353 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1355         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1356         function.
1358         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1359         (gnus-uu-yenc-article): New function.
1361         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1363         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1364         buffer.
1366 2007-12-02  Glenn Morris  <rgm@gnu.org>
1368         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1369         Move to ../net.
1371         * binhex.el, uudecode.el: Move to ../mail.
1373         * encrypt.el: Remove file.
1375 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1377         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1378         matches on patches.
1380         * gnus-art.el (gnus-article-browse-html-article): Mention
1381         `mm-text-html-renderer' in the doc string.
1383         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1384         string.  Add comments.
1386         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1387         if rhs is ASCII.
1389 2007-12-01  Glenn Morris  <rgm@gnu.org>
1391         * dig.el, dns.el: Move to ../net.
1392         * format-spec.el, hex-util.el, sha1.el: Move to ../.
1394         * mail-source.el (top-level): Require format-spec before
1395         eval-when-compile.
1397 2007-11-30  Glenn Morris  <rgm@gnu.org>
1399         * encrypt.el: Require password, rather than autoloading password-read.
1401 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1403         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1404         caller can indicate whether the cache should be disregarded for this
1405         call.  This way the result of the call is reproducible at all times and
1406         can be considered a canonical server name for the supplied method.
1407         (gnus-agent-method-p): Canonicalize server names by pushing their
1408         method through `gnus-method-to-server' using the no-cache argument.
1410         * gnus-srvr.el (gnus-server-insert-server-line): Call
1411         `gnus-method-to-server' with `no-cache' argument.
1413         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1414         gnus-agent-possibly-synchronize-flags as this should be called when the
1415         server is actually being opened.
1416         (gnus-agent-possibly-synchronize-flags)
1417         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1418         flags file of an agentized server to the latter function.
1420         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1421         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1422         after a connection has been established successfully.
1424 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1426         * gnus-art.el (article-display-face): Force to display face if called
1427         interactively; check if gnus-article-x-face-too-ugly matches author.
1428         (article-display-x-face): Display face even if From header is missing
1429         as article-display-face does.
1431 2007-11-28  Richard Stallman  <rms@gnu.org>
1433         * md4.el: Move to ../.
1434         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1436 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1438         * mail-source.el (mail-sources): Default to fetch from file for
1439         compatibility with default of nnmail-spool-file.
1441 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1443         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1444         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1445         to look for encoded word that should be encoded again.
1446         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1447         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1448         encoding pattern.
1449         (rfc2047-decode-region): Switch strict regexp and loose one according
1450         to rfc2047-allow-irregular-q-encoded-words.
1452 2007-11-26  Simon Josefsson  <simon@josefsson.org>
1454         * imap.el: Move to ../net directory.
1456 2007-11-25  Romain Francoise  <romain@orebokech.com>
1458         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1460 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1462         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1463         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1465         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1466         `nnmail-spool-file'.
1468         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1469         `nnmail-spool-file'.
1471         * gnus-move.el (gnus-change-server): Ditto.
1473         * gnus-kill.el (gnus-batch-score): Ditto.
1475         * gnus-cache.el (gnus-jog-cache): Ditto.
1477         * gnus-msg.el (gnus-summary-reply):
1478         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1480 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1482         * gnus-cache.el (gnus-cache-generate-nov-databases):
1483         Use nnml-generate-nov-databases-directory instead of
1484         nnml-generate-nov-databases-1.
1486 2007-11-24  Glenn Morris  <rgm@gnu.org>
1488         * message.el (message-tool-bar-retro): Update for rename
1489         mail_send.xpm->mail-send.xpm.
1491 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1493         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1494         `smime-ldap-search' for Emacs 22 and up.
1496 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1498         * hashcash.el: Move to ../mail directory.
1500         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
1502         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1503         `smime-ldap-search' for Emacs 22 and up.
1505 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1507         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1509         * message.el (message-send-mail-function): Fix error convention.
1510         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1511         (message-widen-reply, message-send-mail, message-talkative-question)
1512         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1513         (message-clone-locals, message-send-news): Use with-current-buffer.
1514         (message-insert-or-toggle-importance): Remove unused var `valid'.
1515         (message-make-references): Remove unused var `new-references'.
1516         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1518 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1520         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1521         (spam-split-symbolic-return-positive): Reflow docstring.
1522         (spam-backends, spam-summary-exit-behavior)
1523         (spam-mark-ham-unread-before-move-from-spam-group)
1524         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1525         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1526         (spam-clear-cache, spam-backend-check, spam-install-backend)
1527         (spam-install-statistical-backend, spam-list-of-processors)
1528         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1529         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1530         (spam-check-crm114, spam-initialize, spam-unload-hook):
1531         Fix typos in docstrings.
1533 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1535         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1536         been checked if they have never been read and those group levels are
1537         higher than the one that a user specified.
1539 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1541         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1542         foreign groups unless a group level is specified by a user.
1543         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1545 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1547         * message.el (message-send-mail-function): Require sendmail.
1549 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1551         * message.el (message-send-mail-function): Check for smtpmail too.
1553         * utf7.el (utf7-encode, utf7-decode): Use coding system
1554         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1556         * message.el (message-send-mail-function): New function.
1557         (message-send-mail-function): Set default using
1558         message-send-mail-function.  Adjust doc string.
1559         (message-send-mail-with-mailclient): New function.
1561 2007-11-17  Richard Stallman  <rms@gnu.org>
1563         * assistant.el: Remove file.
1565 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1567         * smime.el (from):
1568         * rfc2047.el (message-posting-charset):
1569         * qp.el (mm-use-ultra-safe-encoding):
1570         * pop3.el (parse-time-months):
1571         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1572         * nnml.el (files):
1573         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1574         (jka-compr-compression-info-list, ange-ftp-path-format)
1575         (efs-path-regexp):
1576         * nndiary.el (files):
1577         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1578         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1579         (epg-digest-algorithm-alist, inhibit-redisplay)
1580         (password-cache-expiry):
1581         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1582         (pgg-output-buffer, password-cache-expiry):
1583         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1584         (efs-path-regexp):
1585         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1586         (inhibit-redisplay):
1587         * mm-uu.el (file-name, start-point, end-point, entry)
1588         (gnus-newsgroup-name, gnus-newsgroup-charset):
1589         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1590         (latin-unity-ucs-list):
1591         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1592         (mm-uu-binhex-decode-function):
1593         * message.el (gnus-message-group-art, gnus-list-identifiers, )
1594         (rmail-enable-mime-composing, gnus-local-organization)
1595         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1596         (gnus-read-active-file, facemenu-add-face-function)
1597         (facemenu-remove-face-function, gnus-article-decoded-p)
1598         (tool-bar-mode):
1599         * mail-source.el (display-time-mail-function):
1600         * gnus-util.el (nnmail-pathname-coding-system)
1601         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1602         (gnus-original-article-buffer, gnus-user-agent)
1603         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1604         (xemacs-codename, sxemacs-codename, emacs-program-version):
1605         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1606         * gnus-start.el (gnus-agent-covered-methods)
1607         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1608         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1609         (gnus-newsgroup-headers, gnus-group-list-mode)
1610         (gnus-group-mark-positions, gnus-newsgroup-data)
1611         (gnus-newsgroup-unreads, nnoo-state-alist)
1612         (gnus-current-select-method, mail-sources)
1613         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1614         (nnmail-spool-file, gnus-cache-active-hashtb):
1615         * gnus-mh.el (mh-lib-progs):
1616         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1617         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1618         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1619         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1620         (gnus-group-buffer):
1621         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1622         (font-lock-set-defaults):
1623         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1624         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1625         (gnus-summary-post-menu, total-parts, type, condition, length):
1626         * gnus-agent.el (gnus-agent-read-agentview):
1627         * flow-fill.el (show-trailing-whitespace):
1628         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1629         eval-and-compile wrappers for byte compiler pacifiers.
1631         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1632         (mm-display-inline-fontify): Check for featurep 'xemacs not
1633         extent-list.
1635         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1636         itimer-list.
1637         (mm-create-image-xemacs): Only do something for XEmacs.
1638         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1640         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1642         * gnus-registry.el (gnus-adaptive-word-syntax-table):
1643         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1645 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1647         * nnimap.el (nnimap-split-download-body):
1648         * gnus-demon.el (gnus-demon):
1649         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1651 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1653         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1654         macros.
1655         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1656         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1657         copy data from unibyte buffer to multibyte current buffer.
1658         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1659         to copy data from unibyte current buffer to multibyte buffer.
1660         (nntp-make-process-buffer): Make process buffer unibyte.
1662         * pop3.el (pop3-open-server): Fix typo in Lisp code.
1664 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
1666         * pop3.el (pop3-open-server): Accept and process data more robustly at
1667         connexion start to avoid spurious "POP SSL connexion failed" errors.
1669 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1671         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1672         read group names.
1674 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
1676         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1678 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1680         * nnmail.el (nnmail-parse-active): Make group names unibyte.
1681         (nnmail-save-active): Use a unibyte buffer when saving active file,
1682         which may contain non-ASCII group names.
1684         * nnml.el (nnml-request-group): Decode group names in messages.
1686 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
1688         * message.el (message-citation-line-function)
1689         (message-insert-formatted-citation-line): Fix spelling of
1690         `message-insert-formated-citation-line'.
1692 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
1694         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1696 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1698         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1699         nnmail-pathname-coding-system.
1701         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1702         that a user enters; decode group names in messages.
1704         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1706 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1708         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1710         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1712         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1713         risky local variable.
1715         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1717 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1719         * encrypt.el: Improve documentation to fix function name typo.
1720         Reported by Daiki Ueno <ueno@unixuser.org>.
1722 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1724         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1725         even if the point is not in the last page of an article.
1726         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1727         back to the previous page.
1729 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
1731         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1733 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1735         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1737 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1739         * message.el (message-check-news-body-syntax): Avoid
1740         mm-string-as-multibyte.
1741         (message-hide-headers): Don't assume (point-min)==1.
1743 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1745         * message.el (message-remove-blank-cited-lines): Fix if remove is
1746         given.
1747         (message-bogus-address-regexp): New variable.
1748         (message-bogus-recipient-p): New function.
1749         (message-check-recipients): New command.
1750         (message-syntax-checks): Add `bogus-recipient'.
1751         (message-fix-before-sending): Add `bogus-recipient'.
1753         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1754         (gnus-treat-body-boundary): Don't test window-system.
1756 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
1758         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1760 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1762         * gnus.el: Bump version to Gnus v5.13.
1764 2007-10-28  Miles Bader  <miles@gnu.org>
1766         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1767         at compile-time too.
1769 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1771         * gnus-msg.el (gnus-message-setup-hook): Add
1772         `message-remove-blank-cited-lines' to options.
1774 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1776         * message.el (message-remove-blank-cited-lines): New function.
1777         Suggested by Karl Plästerer.
1779 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1781         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1782         mapc.
1784         * imap.el (imap-open): Replace mapcar called for effect with mapc.
1785         (top-level): Use mapc to set functions to be traced for debugging.
1787         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1788         called for effect with while loop.
1790         * message.el (message-talkative-question): Replace mapcar called for
1791         effect with mapc.
1793         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1794         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1795         called for effect with dolist.
1797         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1799         * nndiary.el: Use dolist instead of mapcar to add diary headers to
1800         gnus-extra-headers and nnmail-extra-headers.
1802         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1803         called for effect with dolist.
1804         (top-level): Use mapc to set functions to be traced for debugging.
1806         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1807         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1808         dolist.
1810         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1811         Replace mapcar called for effect with mapc.
1812         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1813         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1814         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1815         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1817         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1818         remove-if that's a cl function.
1820         * webmail.el (webmail-debug): Replace mapcar called for effect with
1821         dolist.
1823 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1825         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1826         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1827         with while loop.
1829         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1830         functions from article-* functions.
1831         (gnus-multi-decode-header): Replace mapcar called for effect with
1832         dolist.
1834         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1835         (gnus-bookmark-show-details): Replace mapcar called for effect with
1836         while loop.
1838         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1839         called for effect with while loop.
1841         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1842         with dolist.
1844         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1845         mapcar called for effect with dolist.
1847         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1849         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1850         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1851         Replace mapcar called for effect with dolist.
1852         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1853         mapc.
1855         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1856         Replace mapcar called for effect with dolist.
1857         (gnus-topic-list): Replace mapcar called for effect with mapc.
1859         * gnus.el: Use mapc instead of mapcar to add autoloads.
1861 2007-10-23  Richard Stallman  <rms@gnu.org>
1863         * gnus-group.el (gnus-group-highlight): Mark as risky.
1865 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1867         * gnus.el (gnus-server-to-method): Return method found first in
1868         gnus-newsrc-alist.
1870         * gnus-art.el (gnus-article-highlight-signature)
1871         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1872         button overlay without the front stickiness.
1874 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
1876         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1877         overview buffer needed a catch to receive its throw.
1878         (gnus-agent-flush-cache): Declared as interactive to make this function
1879         easier to use.
1881 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
1883         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1884         `next-line'.
1886 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1888         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1889         exclude address matching message-dont-reply-to-names.
1891 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1893         * gnus-util.el (gnus-string<): New function.
1895         * gnus-sum.el (gnus-article-sort-by-author)
1896         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1898 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1900         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1901         the frame-focus tag is set in gnus-buffer-configuration.
1903 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1905         * gnus-art.el (gnus-article-add-button): Make a button overlay without
1906         the front stickiness.
1908 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1910         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1911         url pattern; remove duplicate one.
1912         (gnus-article-extend-url-button): New function.
1913         (gnus-article-add-buttons): Use it.
1914         (gnus-button-push): Use concatenated url that it makes.
1916 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
1918         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1919         (sieve-manage-open): Use `mapc' instead of `mapcar'.
1921 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1923         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1924         Don't hardcode point-min==1.
1926 2007-09-30  David Kastrup  <dak@gnu.org>
1928         * gnus-art.el (gnus-article-reply-with-original)
1929         (gnus-article-followup-with-original): When `transient-mark-mode' is
1930         off, refrain from active-region behavior for followups.
1932 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
1934         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1935         Fix comment about "iso8859-1".
1937 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
1939         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1940         ones returned from the verify-function.
1942         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1943         mml2015-extract-cleartext-signature if extraction failed.
1945 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
1947         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1948         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1949         failed.
1951 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1953         * Relicense "GPLv2 or later" files to "GPLv3 or later".
1955 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
1957         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
1958         to mark a thread as expirable.  Add variable `hide' to handle hiding of
1959         thread for both the null and zero (kill/expire thread) universal prefix
1960         cases.
1961         (gnus-summary-expire-thread): Add new function to expire a thread,
1962         using gnus-summary-kill-thread.
1963         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
1964         shortcuts for gnus-summary-expire-thread.
1965         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
1966         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
1968 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1970         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
1971         extras value, so an extras entry can be deleted.
1972         (gnus-registry-delete-extra-entry): Use it.
1973         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
1974         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
1975         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
1976         storage through the gnus-registry, and provide an appropriate API for
1977         it.
1979 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1981         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
1982         Suggested by Leo <sdl.web@gmail.com>.
1984         * gnus.el: Do.
1986 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1988         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
1989         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
1991         * gnus-agent.el (gnus-agent-fetch-headers): Do.
1993         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1994         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
1996 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1998         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
1999         newline.
2000         (nnmbox-request-accept-article): Don't change article in source buffer;
2001         narrow to header to use message-fetch-field rather than
2002         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2003         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2004         as delimiters; make sure article ends with newline.
2005         (nnmbox-delete-mail): Correct last position of article to be deleted;
2006         ignore X-Gnus-Newsgroup header in article body.
2007         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2008         positions; make sure article ends with newline.
2010         * message.el (message-display-abbrev): Don't infloop when a user
2011         inserts SPC in the beginning of header.
2013 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2015         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2016         list of groups not followed by default.  Fix type to be regexp.
2017         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2019 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2021         * hmac-def.el (define-hmac-function): Switch from old-style to
2022         new-style backquotes.
2024         * md4.el (md4-make-step): Likewise.
2026 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2028         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2029         raw-text coding system when saving .newsrc file, which may contain
2030         non-ASCII group names.
2032 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2034         * gnus-cus.el (gnus-score-extra): New widget.
2035         (gnus-score-extra-convert): New function.
2036         (gnus-score-customize): Use it for Extra.
2038 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2040         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2041         (mml2015-mailcrypt-clear-verify): Use it.
2042         (mml2015-gpg-clear-verify): Use it.
2043         (mml2015-pgg-clear-verify): Use it.
2044         (mml2015-epg-clear-verify): Replace the current part with the output
2045         from GnuPG; don't extract the plaintext by itself.
2047         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2048         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2049         mml2015-clear-verify-function; don't touch the armor headers or
2050         dash-escaped text here.
2052 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2054         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2055         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2056         parts, or application/octet-stream as a last resort.
2057         (gnus-mime-view-part-as-type): Don't toggle display.
2058         (gnus-mime-view-part-as-charset): Don't turn off display before
2059         querying charset.
2061         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2062         stuff to undisplayer function in Emacs.
2063         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2065         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2066         text/calendar parts.
2068 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2070         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2071         decoding text/calendar parts.
2073         * message.el (message-forward-make-body-mime): Always mark body as
2074         having no illegible text; remove signed-or-encrypted argument.
2075         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2077         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2078         (mml-generate-mime-1): Don't encode body if it is specified to be in
2079         raw form; don't make buffer be unibyte when inserting multibyte string.
2081 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2083         * sha1.el: Fix up comment style.
2084         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2085         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2087         * hex-util.el: Fix up comment style.
2088         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2090         * gnus-salt.el: Use with-current-buffer.
2091         (gnus-pick-setup-message): Fix long-standing typo.
2093 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2095         * imap.el (imap-logout-timeout): New variable.
2096         (imap-logout, imap-logout-wait): New functions.
2097         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2099         * nnimap.el (nnimap-logout-timeout): New server variable.
2100         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2101         nnimap-logout-timeout.
2103         * gnus-art.el (gnus-article-summary-command-nosave)
2104         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2106 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2108         * gnus.el (gnus-maximum-newsgroup): New variable.
2110         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2111         according to gnus-maximum-newsgroup.
2113         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2114         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2115         Limit the range of articles according to gnus-maximum-newsgroup.
2117 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2119         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2120         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2121         Don't perform gnus-configure-windows here; reuse existing sticky
2122         article buffer.
2124         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2125         it doesn't exist in gnus-article-mode.
2127 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2129         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2130         (gnus-agent-decoded-group-name): New function.
2131         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2132         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2134 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2136         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2137         Add binding for gnus-sticky-article.
2138         (gnus-summary-exit): Don't kill sticky article buffers.
2140         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2141         article buffer.
2142         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2143         (gnus-kill-sticky-article-buffers): New commands.
2145 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2147         * nntp.el (nntp-xref-number-is-evil): New server variable.
2148         (nntp-find-group-and-number): If it is non-nil, don't trust article
2149         numbers in the Xref header.
2151 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2153         * gnus-agent.el (gnus-agent-read-group): New function.
2154         (gnus-agent-flush-group, gnus-agent-expire-group)
2155         (gnus-agent-regenerate-group): Use it.
2156         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2157         nnmail-pathname-coding-system.
2159 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2161         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2163         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2164         that are unread as unread, and also as selected so that information of
2165         marks having been changed by a user may be updated when exiting group.
2167 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
2169         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2171 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2173         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2174         calculated ignoring signature parts to gnus-treat-article.
2176 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2178         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2179         a point here in order to keep the window start.
2180         (gnus-insert-mime-security-button): Make a button overlay without the
2181         front stickiness.
2182         (gnus-mime-display-security): Goto the end of a button.
2184         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2186 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2188         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2189         group-name-at-point.
2190         (gnus-group-completing-read): New function that offers decoded
2191         non-ASCII group names for completion.
2192         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2193         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2194         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2195         (gnus-group-fetch-control): Use it.
2196         (gnus-fetch-group): Use group-name-at-point for the initial value
2197         rather than the default value; use gnus-alive-p.
2199         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2200         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2201         (gnus-summary-post-news): Use gnus-group-completing-read.
2203         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2204         (gnus-read-move-group-name): Decode group name for completion.
2206 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2208         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2209         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2210         Yamaoka slightly modified the code).
2212 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2214         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2215         (nnmail-split-incoming): Bind it.
2217         * nnml.el (nnml-group-name-charset): New function.
2218         (nnml-decoded-group-name): Use it; don't decode group name if
2219         nnmail-group-names-not-encoded-p is non-nil.
2220         (nnml-encoded-group-name): New function.
2221         (nnml-group-pathname): Inline nnml-decoded-group-name.
2222         (nnml-request-expire-articles): Decode group name in message.
2223         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2224         nnmail-pathname-coding-system.
2225         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2226         not decoded ones according to nnmail-group-names-not-encoded-p.
2227         (nnml-generate-active-info): Use nnml-encoded-group-name.
2229 2007-08-08  Glenn Morris  <rgm@gnu.org>
2231         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2232         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2233         doc-strings and comments.
2235 2007-07-25  Glenn Morris  <rgm@gnu.org>
2237         * Relicense all FSF files to GPLv3 or later.
2239 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2241         * gnus-sum.el (gnus-summary-move-article): Make
2242         gnus-summary-respool-article work.
2244 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2246         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2247         string.
2249 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2251         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2252         that should be ignored when comparing distant RSS articles with local
2253         ones.
2254         (nnrss-make-hash-index): New function.  Create a hash index according
2255         to the ignored fields.
2256         (nnrss-check-group): Use it.
2258 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2260         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2262         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2264         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2265         the new optional argument ENCODED is non-nil.
2266         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2267         coding system for encoding group name.
2268         (gnus-group-make-rss-group): Pass un-encoded group name to
2269         gnus-group-make-group.
2270         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2271         encoded.
2273         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2274         Encode group name to which articles are moved or copied.
2275         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2276         coding system for encoding Newsgroup, Followup-To and Xref headers.
2278         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2279         marks; use nnheader-file-coding-system to write a file.
2280         (nnagent-retrieve-headers): Bind file-name-coding-system to
2281         nnmail-pathname-coding-system.
2283         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2285         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2286         (nnml-request-article, nnml-request-create-group)
2287         (nnml-request-rename-group, nnml-find-id)
2288         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2289         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2290         (nnml-save-marks): Use nnml-group-pathname instead of
2291         nnmail-group-pathname.
2293         (nnml-request-create-group, nnml-request-expire-articles)
2294         (nnml-request-move-article, nnml-request-delete-group)
2295         (nnml-deletable-article-p, nnml-possibly-create-directory)
2296         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2297         (nnml-open-marks): Bind file-name-coding-system to
2298         nnmail-pathname-coding-system.
2300         (nnml-request-article): Pass server argument to nnml-find-group-number.
2301         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2302         server argument to nnml-possibly-create-directory.
2303         (nnml-request-accept-article): Pass server argument to
2304         nnml-active-number and nnml-save-mail.
2305         (nnml-find-group-number): Pass server argument to nnml-find-id.
2306         (nnml-request-update-info): Pass server argument to
2307         nnml-marks-changed-p.
2309         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2310         (nnml-save-mail, nnml-active-number): Add server argument.
2312         (nnml-request-delete-group): Warn if group is missing.
2313         (nnml-get-nov-buffer): Decode group name.
2314         (nnml-generate-active-info): Encode group name.
2315         (nnml-open-marks): Decode group name in messages.
2317 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2319         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2320         if it is not specified.
2321         (gnus-article-pipe-part, gnus-article-save-part)
2322         (gnus-article-interactively-view-part, gnus-article-copy-part)
2323         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2324         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2325         (gnus-article-replace-part, gnus-article-delete-part)
2326         (gnus-article-view-part-as-type): Pass raw prefix argument to
2327         gnus-article-part-wrapper.
2329 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2331         * gnus-agent.el (gnus-agent-save-active): Bind
2332         nnheader-file-coding-system to gnus-agent-file-coding-system.
2334         * gnus-cache.el (gnus-cache-save-buffers)
2335         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2336         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2337         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2338         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2339         (gnus-cache-generate-active, gnus-cache-rename-group)
2340         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2341         (gnus-cache-update-overview-total-fetched-for): Bind
2342         file-name-coding-system to nnmail-pathname-coding-system.
2343         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2344         variables.
2345         (gnus-cache-decoded-group-name): New function.
2346         (gnus-cache-file-name): Use it.
2347         (gnus-cache-generate-active): Use non-decoded group name for active.
2349         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2350         right place.
2351         (gnus-write-active-file): Don't break non-ASCII group names.
2353         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2354         nnmail-pathname-coding-system.
2356         * gnus-uu.el (gnus-uu-decode-save): Typo.
2358 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2360         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2362 2007-07-14  David Kastrup  <dak@gnu.org>
2364         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2365         finishing actions if we did not edit the article.
2367 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2369         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2370         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2371         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2372         (gnus-agent-flush-group, gnus-agent-flush-cache)
2373         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2374         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2375         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2376         (gnus-agent-regenerate-group)
2377         (gnus-agent-update-files-total-fetched-for)
2378         (gnus-agent-update-view-total-fetched-for): Bind
2379         file-name-coding-system to nnmail-pathname-coding-system.
2380         (gnus-agent-group-pathname): Don't encode file names by
2381         nnmail-pathname-coding-system.
2382         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2383         coding-system-for-write instead of buffer-file-coding-system to
2384         gnus-agent-file-coding-system.
2386         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2387         Decode group name.
2389         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2391         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2392         (gnus-read-newsrc-el-file): Make group names unibyte.
2394         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2395         nnmail-pathname-coding-system.
2397         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2398         (nnrss-request-delete-group): Bind file-name-coding-system to
2399         nnmail-pathname-coding-system.
2400         (nnrss-read-server-data, nnrss-read-group-data): Bind
2401         file-name-coding-system correctly.
2402         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2404         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2405         (nntp-server-to-method-cache): New variable.
2406         (nntp-group-pathname): New function that decodes non-ASCII group names.
2407         (nntp-possibly-create-directory, nntp-marks-changed-p)
2408         (nntp-save-marks, nntp-open-marks): Use it.
2409         (nntp-possibly-create-directory, nntp-open-marks):
2410         Bind file-name-coding-system to nnmail-pathname-coding-system.
2411         (nntp-open-marks): Decode group names when bootstrapping marks.
2413         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2414         Newsgroups and Folowup-To headers.
2416 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2418         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2419         (gnus-server-closed-face, gnus-server-denied-face)
2420         (gnus-server-offline-face): Remove variable.
2421         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2423         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2424         of modifying message-stack directly for XEmacs.
2426         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2427         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2428         if the coding-system argument is nil for XEmacs.
2430         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2431         mm-charset-override-alist.
2433         * rfc2047.el: Don't require base64; require rfc2045 for the function
2434         rfc2045-encode-string.
2435         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2436         to quote the parameter value.
2438 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2440         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2441         form in gnus-group-name-charset-method-alist.
2443         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2444         overrides the default layout edit-form.
2446         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2448         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2450 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2452         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2453         as unfetched articles.
2455 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2457         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2459 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2461         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2462         original back end that keeps marks in the local system.
2464 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2466         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2467         arg of pop-to-buffer for XEmacs.
2468         (gnus-article-read-summary-keys): Ditto; don't restore window
2469         configuration if summary command ends up with neither article buffer
2470         nor summary buffer; describe bindings if summary keys end with C-h.
2472 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2474         * message.el (message-fix-before-sending): Skip raw message part to be
2475         forwarded while checking illegible text.
2476         (message-forward-make-body-mime, message-forward-make-body): Mark
2477         signed or encrypted raw message as having no illegible text.
2479 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2481         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2482         (gnus-message-with-timestamp-1): New macro.
2483         (gnus-message-with-timestamp): New function.
2484         (gnus-message): Use them.
2486         * nnheader.el (nnheader-message): Use them.
2488 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2490         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2491         .newsrc.eld file.
2493 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2495         * gnus-agent.el (gnus-agent-fetch-headers)
2496         (gnus-agent-retrieve-headers): Bind
2497         gnus-decode-encoded-address-function to identity.
2499         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2500         available also when the server returns simply a dot.
2502         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2504 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2506         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2508 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2510         * gnus-ems.el (gnus-x-splash): Make it work.
2512         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2513         from being used.
2515 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2517         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2518         the front stickiness.
2519         (gnus-article-summary-command-nosave): Correct the order of the
2520         arguments passed to pop-to-buffer.
2521         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2522         summary command ends up with the article buffer.
2524         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2525         the same faces.
2527 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2529         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2531 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2533         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2534         * gnus-sum.el (gnus-summary-highlight):
2535         * mail-source.el (mail-source-delete-old-incoming-confirm):
2536         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2538 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2540         * gnus-art.el (gnus-mime-view-part-externally)
2541         (gnus-mime-view-part-internally): Fix predicate function passed to
2542         completing-read.
2544         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2546         * gnus.el (gnus-update-message-archive-method): Add :version.
2548 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2550         * gnus.el (gnus-update-message-archive-method): New variable.
2552         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2553         according to gnus-message-archive-method if
2554         gnus-update-message-archive-method is non-nil.
2556 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2558         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2559         by Loic Dachary <loic@dachary.org>.
2560         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2562 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2564         * message.el (message-pop-to-buffer): Add switch-function argument.
2565         (message-mail): Pass switch-function argument to it.
2567 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
2569         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2570         Improve doc string.
2572 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2574         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2575         (gnus-header-content)
2576         * gnus-cite.el (gnus-cite-10)
2577         * gnus-srvr.el (gnus-server-closed)
2578         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2579         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2580         (gnus-group-mail-3-empty, gnus-group-mail-low)
2581         (gnus-group-mail-low-empty, gnus-splash)
2582         * message.el (message-header-to, message-header-cc)
2583         (message-header-subject, message-header-other, message-header-name)
2584         (message-header-xheader, message-separator, message-cited-text)
2585         (message-mml): Lighten colors of faces used for dark background.
2587 2007-05-24  Simon Josefsson  <simon@josefsson.org>
2589         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2590         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
2592 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2594         * message.el (message-narrow-to-headers-or-head):
2595         Ignore mail-header-separator in the body.
2597 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2599         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2600         same as window size.
2602 2007-05-22  Kevin Ryde  <user42@zip.com.au>
2604         * message.el (message-font-lock-keywords): Use message-header-xheader
2605         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
2606         ahead of the anything pattern, to get it recognised.
2608 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
2610         * gnus-sum.el (gnus-articles-to-read)
2611         (gnus-summary-insert-old-articles): Don't truncate group name for
2612         `read-string'.
2614         * gnus-util.el (gnus-limit-string): Delete this function.
2616         * gnus-sum.el (gnus-simplify-subject-fully): Use
2617         `truncate-string-to-width' instead.
2619 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
2621         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
2622         if, on summary exit, the next group has to be selected.
2623         (gnus-summary-exit): Use it.
2625 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2627         * gnus-art.el (gnus-article-mode): Fix comment about displaying
2628         non-break space.
2630 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2632         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2633         Check if group is not a directory.
2634         (nnfolder-request-expire-articles): Don't delete articles if the target
2635         group is not available.
2637         * nnml.el (nnml-request-create-group): Properly check if group is not a
2638         file.
2639         (nnml-request-expire-articles): Don't delete articles if the target
2640         group is not available.
2642         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2643         Don't quote characters that are within parentheses.
2645 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2647         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2648         (gnus-handle-ephemeral-exit): Select article according to it.
2650 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2652         * message.el (message-insert-formated-citation-line): Remove newline.
2653         (message-citation-line-format): Add final \n here so that the user can
2654         avoid a blank line.
2656 2007-05-03  Dan Christensen  <jdc@uwo.ca>
2658         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2659         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2660         Update lanl/arXiv support.
2662 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2664         * gnus.el: Bump version number.
2666 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2668         * gnus.el (gnus-version-number): Bump version.
2670 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2672         * gnus.el: No Gnus v0.6 is released.
2674 2007-04-27  Didier Verna  <didier@xemacs.org>
2676         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2677         * gmm-utils.el (gmm-regexp-concat): here.
2678         * message.el: Don't require 'gnus-util.
2679         (message-dont-reply-to-names): Handle name change above.
2680         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2682 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2684         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2685         since the initial value varies according to the system.
2687 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2689         * mm-util.el (mm-charset-synonym-alist): Defcustom.
2691 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
2693         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2695 2007-04-24  Didier Verna  <didier@xemacs.org>
2697         Improve the type of gnus-ignored-from-addresses.
2698         * gnus-util.el (gnus-orify-regexp): New function.
2699         * message.el (gnus-util): Require it.
2700         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2701         * gnus-sum.el (gnus-ignored-from-addresses): New function.
2702         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2704 2007-04-24  Didier Verna  <didier@xemacs.org>
2706         * gnus-sum.el:
2707         * gnus-utils.el: Fix some trailing whitespaces.
2709 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2711         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2712         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2713         article's Message-ID; refer parent article in summary buffer.
2715         * message.el (message-bounce): Call mime-to-mml.
2717 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2719         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2721 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2723         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2724         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2725         displayed of multipart/alternative part if it is invoked from summary
2726         buffer.
2728         * mm-view.el (mm-inline-text-html-render-with-w3m)
2729         (mm-inline-text-html-render-with-w3m-standalone)
2730         (mm-inline-render-with-function): Use mail-parse-charset by default.
2732 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2734         * parse-time.el (parse-time-string-chars): Check if CHAR
2735         is less than the length of parse-time-syntax.
2737 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2739         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2740         from gnus-newsgroup-processable.
2742 2007-04-16  Didier Verna  <didier@xemacs.org>
2744         * gnus-msg.el (gnus-configure-posting-styles): Handle
2745         message-signature-directory properly with :file syntax.  Reported by
2746         "Leo".
2748 2007-04-11  Didier Verna  <didier@xemacs.org>
2750         New user option: message-signature-directory.
2751         * gnus-msg.el (gnus-configure-posting-styles): Support it.
2752         * message.el (message-insert-signature): Ditto.
2753         * message.el (message-signature-file): Doc update.
2754         * message.el (message-signature-directory): New.
2756 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2758         * gnus-msg.el (gnus-inews-yank-articles): Use
2759         message-exchange-point-and-mark instead of exchange-point-and-mark.
2761 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2763         * message.el (message-yank-original): Make sure cited text ends with
2764         newline; don't exchange point and mark.
2766 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2768         * tls.el (open-tls-stream): Properly handle case where there
2769         is no associated buffer.
2771 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
2773         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2774         message-yank-original, make sure (< mark TEXT point).
2776 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2778         * message.el (message-fill-column): New variable.
2779         (message-mode): Use it.  Add comment on a possible new hook.
2781         * nnmail.el (nnmail-spool-file): Mark as obsolete.
2782         (nnmail-get-new-mail): Reformat.
2784         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2786         * gmm-utils.el: Fix Commentary.
2787         (gmm-tool-bar-from-list): Fix typo in doc string.
2789 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
2791         * message.el (message-yank-original): Don't switch point and mark
2792         unnecessarily to put point and mark as documented.
2794 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2797         from the message heads.
2799 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
2801         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2802         article buffer does not have a window.  This may not be the best
2803         solution but is certainly better than setting the start of the null,
2804         that is the current, window.
2806 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2808         * gnus-draft.el (gnus-draft-setup-hook): New hook.
2809         (gnus-draft-setup): Run it.
2811         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2812         gnus-score-fast-scoring.  Allow regexp.
2813         (gnus-score-headers): Use it.
2815         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2816         XEmacs.
2818         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2819         string.
2820         (gnus-button-alist): Also catch `<f1> k ...'.
2821         (gnus-treat-display-x-face): Fix doc string.
2823 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2825         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2826         evaluation of gnus-extended-version to ensure correct generation of the
2827         User-Agent header when message-generate-headers-first is used.
2829 2007-03-24  Simon Josefsson  <simon@josefsson.org>
2831         * hashcash.el (hashcash-generate-payment-async): Don't crash if
2832         hashcash-path is nil.  Don't call callback with incorrect number of
2833         parameters if val is 0.
2835 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2837         * message.el (message-required-news-headers):
2838         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2840 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2842         * message.el (message-generate-new-buffers): Change the meaning of the
2843         nil value; add `standard' to the choices; treat t as `unique'; improve
2844         doc string.
2845         (gnus-select-frame-set-input-focus): Autoload.
2846         (message-buffer-name): Search for the existing message buffer if
2847         message-generate-new-buffers is nil or `standard'; treat the value t of
2848         message-generate-new-buffers as `unique'.
2849         (message-pop-to-buffer): Raise the frame already displaying the message
2850         buffer; clear the echo area after querying.
2851         (message-setup): Pass the `continue' argument to compose-mail.
2852         (message-mail): Prefer `switch-function' if it is given; search for the
2853         existing message buffer if the `continue' argument is non-nil; pass
2854         continue and switch-function arguments to compose-mail by way of
2855         message-setup.
2856         (message-mail-other-window): Adjust argument of message-setup.
2857         (message-mail-other-frame): Ditto.
2859 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2861         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2862         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2863         to turn font-lock on when turning gnus-message-citation-mode on.
2865 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
2867         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2868         (mml-smime-function-alist): New variable; add epg as the backend.
2869         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2870         mml-smime- functions instead.
2871         * mm-view.el: Require smime.
2873 2007-03-05  Didier Verna  <didier@xemacs.org>
2875         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2876         instead of just inheritance for posting styles.
2877         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2879 2007-02-24  John Paul Wallington  <jpw@pobox.com>
2881         * tls.el (tls-certtool-program): Fix custom type.
2883 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2885         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2886         and point-at-eol instead of line-(beginning|end)-position.
2888         * assistant.el (assistant-parse-buffer): Ditto.
2890 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
2892         * mml2015.el (mml2015-epg-find-usable-key): New function.
2893         (mml2015-epg-sign): Use it.
2894         (mml2015-epg-encrypt): Use it.
2896 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2898         * message.el (message-make-in-reply-to): Quote name containing
2899         non-ASCII characters.  It will make the RFC2047 encoder cause an error
2900         if there are special characters.  Reported by NAKAJI Hiroyuki
2901         <nakaji@jp.freebsd.org>.
2903 2007-02-27  Didier Verna  <didier@xemacs.org>
2905         Include the group parameters as well as the topic ones in the
2906         inheritance filter process.
2907         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2908         argument GROUP-PARAMS-LIST.
2909         * gnus-topic.el (gnus-group-topic-parameters): Use it.
2911 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2913         * nntp.el (nntp-never-echoes-commands)
2914         (nntp-open-connection-functions-never-echo-commands): New variables.
2915         (nntp-send-command): Use them.
2917 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
2919         * mml2015.el (mml2015-epg-verify): Simplified.
2921 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2923         * mml.el (mml-content-disposition-alist): New user option.
2924         (mml-content-disposition): New function.
2925         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
2926         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
2928 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
2930         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
2931         verification.
2933 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2935         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
2936         articles posted in the last 24 hours.
2938 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
2940         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
2942 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
2944         * nntp.el (nntp-send-command): Don't wait for echoes when
2945         nntp-open-ssl-stream is used.
2947 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2949         * gnus-cite.el (gnus-test-font-lock-add-keywords)
2950         (gnus-message-add-citation-keywords)
2951         (gnus-message-remove-citation-keywords): Remove.
2952         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
2953         directly, make the variables in font-lock-defaults buffer-local, add
2954         gnus-message-citation-keywords to them and then update the value of
2955         font-lock-keywords.
2957 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2959         * message.el (message-cite-original-1): Don't call
2960         gnus-article-highlight-citation.
2962         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
2963         citations; fix line count.
2965 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2967         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
2968         (gnus-message-add-citation-keywords)
2969         (gnus-message-remove-citation-keywords): Use it; fix the emulating
2970         versions of font-lock-add-keywords and font-lock-remove-keywords to
2971         work with XEmacs correctly.
2973 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2975         * gnus-cite.el (gnus-cite-face-list): Set the values of
2976         gnus-message-max-citation-depth and gnus-message-citation-keywords.
2977         (gnus-message-max-citation-depth): Use defvar rather than defconst.
2978         (gnus-message-cite-prefix-regexp): New variable.
2979         (gnus-message-search-citation-line): Use it; protect against long
2980         citation prefix; fill match data with nil rather than 0 for XEmacs; set
2981         the 0th match data for Emacs.
2982         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
2983         (gnus-message-add-citation-keywords): Append keywords rather than
2984         prepending; emulate font-lock-add-keywords if it is not available.
2985         (gnus-message-remove-citation-keywords): Emulate
2986         font-lock-remove-keywords if it is not available.
2988         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
2990         * message.el (message-cite-prefix-regexp): Set the value of
2991         gnus-message-cite-prefix-regexp.
2993 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2995         * nnweb.el (nnweb-google-parse-1): Update parser.
2997 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
2999         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3001 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3003         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3004         regexp.
3006 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3008         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3009         string-to-multibyte.
3010         (uudecode-decode-region-internal): Use it.
3012 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3014         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3015         custom choice.
3017         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3019 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3021         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3023         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3024         `write-region' to respect `mm-inhibit-file-name-handlers'.
3026 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3028         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3029         Use gnus-home-directory instead of "~/" or "$HOME".
3031 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3033         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3034         to mention filename.
3035         Add comments at beginning regarding usage.
3036         (encrypt-write-file-contents): Change interactive so a string is
3037         acceptable.  If the file has no associated model, show an error instead
3038         of a nonsense prompt.
3040 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3042         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3043         Thanks to Yoshihiko Yamada for kind notification of this typo.
3045 2007-01-12  Kenichi Handa  <handa@m17n.org>
3047         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3048         multibyte buffer.
3050 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3052         * gnus-score.el (gnus-score-fast-scoring): New variable.
3053         (gnus-score-headers): Use it.
3055         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3057         * message.el (message-cite-original-1): Call
3058         gnus-article-highlight-citation if requested.
3059         (message-make-from): Allow name and address as optional arguments.
3061         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3063         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3064         bugs to doc string.
3065         (gnus-button-alist): Add mid\\|message-id.
3066         (gnus-button-fetch-group): Extend for use in
3067         `browse-url-browser-function'.
3068         (gnus-button-url-regexp): Try to catch paired parentheses like in
3069         Wikipedia URLs.
3071         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3072         Suggested by Simon Krahnke <overlord@gmx.li>.
3074 2007-01-13  Romain Francoise  <romain@orebokech.com>
3076         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3077         Update copyright.
3079 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3081         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3083 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3085         * gnus-registry.el (gnus-registry-unfollowed-groups)
3086         (gnus-registry-split-fancy-with-parent): Fix documentation.
3088 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3090         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3091         from nnweb groups.
3093 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3095         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3096         Xref urls.  Erase buffer before requesting head.
3098         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3100 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3102         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3103         customizable.
3105 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3107         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3108         no signing key is found.
3109         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3110         no encrypting and/or signing key is found.
3112 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3114         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3116 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3118         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3119         headers read from disk with the ones newly found in the current search.
3120         This should no longer cause problems, because the article numbers in
3121         Gmane's `nov.php' output are ignored since the previous change.
3123 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3125         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3127 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3129         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3131 2007-01-01  Romain Francoise  <romain@orebokech.com>
3133         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3135 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3137         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3138         `define-minor-mode' macro definition expanded properly.
3139         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3140         exclude it there.
3142         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3143         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3144         `fboundp' test.
3145         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3146         This is OK to autoload in (S)XEmacs now.
3148 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3151         keystroke.
3152         (gnus-summary-limit-to-singletons): Fix typo.
3154         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3155         else fails.
3157 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3159         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3160         docstring.
3162         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3163         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3164         (gnus-summary-insert-dormant-articles): Fix typo in message.
3166 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3168         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3169         nil for XEmacs.
3170         (gnus-message-citation-mode): Don't autoload in XEmacs.
3172         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3174 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3176         * nnimap.el (nnimap-expunge-search-string): Mention
3177         nnimap-search-uids-not-since-is-evil in docstring.
3179 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3181         * spam.el: Revert to make-obsolete-variable because
3182         define-obsolete-variable-alias is not supported in Emacs 21.
3184         * spam.el (spam-ifile-path, spam-ifile-database-path)
3185         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3186         make-obsolete-variable.
3187         (spam-bsfilter-path, spam-bsfilter-program)
3188         (spam-spamassassin-path, spam-spamassassin-program)
3189         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3190         use "path" inappropriately.
3191         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3192         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3193         variable names.
3195 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3197         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3198         summary buffer.
3200         * password.el (password-cache-remove): Use clear-string to burn
3201         password, if available.
3203 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3205         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3207         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3209         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3210         (gnus-message-highlight-citation): Move defcustom here from
3211         gnus-cite.el.
3212         (gnus-message-citation-mode): Autoload.
3214         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3215         checks to make it compile with XEmacs.
3216         (gnus-message-citation-mode): New minor mode.
3217         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3218         (gnus-message-highlight-citation): New variables.
3219         (gnus-message-search-citation-line)
3220         (gnus-message-add-citation-keywords)
3221         (gnus-message-remove-citation-keywords)
3222         (turn-on-gnus-message-citation-mode)
3223         (turn-off-gnus-message-citation-mode): New functions.
3225 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3227         * gnus-cite.el: Enable highlighting of different citation levels in
3228         message-mode.
3230 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3232         * message.el (message-make-fqdn): Fix comment.
3233         (message-bogus-system-names): Add ".local".
3235         * spam.el (spam-ifile-path, spam-ifile-program)
3236         (spam-ifile-database-path, spam-ifile-database)
3237         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3238         Don't use "path" inappropriately.
3239         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3240         strings.
3241         (spam-check-ifile, spam-ifile-register-with-ifile)
3242         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3243         new variable names.
3245         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3246         (gnus-treat-display-smileys): Simplify using
3247         gnus-image-type-available-p.
3249         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3250         available.
3252 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3254         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3255         one after turning on the buffer's multibyteness instead of decoding
3256         them directly in the unibyte buffer that causes unexpected conversion
3257         in Emacs 23 (unicode).
3259 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3261         * message.el (message-generate-hashcash): Fix custom type.
3263 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3265         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3267 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3269         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3270         disconnect icons.  Add help text.
3272 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3274         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3275         negated to be consistent with the others we handle.
3277 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3280         version of gnus-summary-buffer to something, so that we can use two
3281         article buffers at the same time.
3283 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3285         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3286         trigger all the extra headers.
3287         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3288         sorting.
3290 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3292         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3293         solid groups.
3295 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3297         * legacy-gnus-agent.el: Add Copyright notice.
3299 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3301         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3303 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3305         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3307         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3308         to make it work reliably in CVS Emacs.
3309         (gnus-summary-limit-strange-charsets-predicate)
3310         (gnus-summary-limit-to-predicate): New functions.
3312 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3314         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3315         specifying array size.
3316         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3317         array if it is too small.
3318         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3319         (gnus-sort-threads-loop): New function.
3321 2006-12-06  Chris Moore  <dooglus@gmail.com>
3323         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3324         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3326 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3328         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3329         options.
3331 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3333         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3334         DOS-ing the recipient.
3336         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3337         the headers when creating the mapping to avoid mismappings.
3338         (nnweb-gmane-create-mapping): Always nix out old mapping.
3340 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3342         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3343         and mm-verify-option to never.
3345 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3347         * message.el (message-signed-or-encrypted-p): New function.
3348         (message-forward-make-body): Use it.
3350         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3351         Replace encode-coding-string with mm-encode-coding-string.
3353 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3355         * nneething.el (nneething-decode-file-name): Replace
3356         decode-coding-string with mm-decode-coding-string.
3358         * gnus-int.el (gnus-open-server): Say failed server's name.
3360 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3362         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3363         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3365         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3366         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3367         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3368         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3369         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3370         (gnus-subscribe-newsgroup, gnus-1):
3371         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3372         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3373         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3374         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3376 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3378         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3379         keystroke.
3380         (gnus-summary-limit-to-bodies): Implement headersp.
3382 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3384         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3386 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3388         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3390 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3392         * message.el (message-generate-hashcash): Expand range of values to
3393         include `opportunistic'.
3394         (message-send-mail): Use it.
3396 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3398         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3399         and comment it.
3401         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3403 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3405         * gnus-util.el (gnus-extract-address-components): Improve comment.
3407 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3409         * gnus-util.el (gnus-extract-address-components): Work with address in
3410         which the name portion contains @.
3412 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3414         * gnus.el (gnus-start): Move custom group up.
3415         (gnus-select-method): Don't autoload, but make it available for
3416         `customize-variable'.
3417         (gnus-getenv-nntpserver): Don't autoload.
3419 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3421         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3423 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3425         * message.el (message-sendmail-extra-arguments): New variable.
3426         (message-send-mail-with-sendmail): Use it.
3428 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3430         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3431         mm-with-unibyte-current-buffer to make string unibyte.
3433         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3434         mm-string-as-multibyte.
3436 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3438         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3439         Reported by Werner Koch <wk@gnupg.org>.
3441 2006-11-14  Daiki Ueno  <ueno@p360>
3443         * mml2015.el: Autoload epa-select-keys when compiling.
3445 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3447         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3448         message-options.
3449         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3451 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3453         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3454         EasyPG (< 0.0.6).
3455         (mml2015-always-trust): New user option.
3456         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3457         prompt.
3459 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3461         * nntp.el (nntp-authinfo-force): New variable.
3462         (nntp-send-authinfo): Use it.
3464 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3466         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3467         decode encoded words.  Improve prompt.  Add comment about forwarding.
3468         (message-replacement-char): Move up.
3470 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3472         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3473         instead of gnus-intersection because arguments of gnus-sorted-nunion
3474         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3476 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3478         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3479         (message-simplify-subject-functions): Enable
3480         message-strip-subject-encoded-words by default.
3482 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3484         * message.el (message-strip-subject-encoded-words): New function
3485         (message-simplify-subject-functions): New variable.
3486         (message-simplify-subject): Use it.  Fix typo in doc string.
3487         Support message-strip-subject-encoded-words.
3489 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3491         * gnus-diary.el (gnus-diary-delay-format-function):
3492         * nndiary.el (nndiary-reminders):
3493         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3495 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3497         * gnus-art.el (article-hide-boring-headers): Fetch date from
3498         gnus-original-article-buffer to avoid problems with localized date
3499         strings.
3501 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3503         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3505 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3507         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3508         New variables.
3509         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3510         (mm-charset-synonym-alist): Move some entries to
3511         mm-codepage-iso-8859-list.
3512         (mm-charset-synonym-alist, mm-charset-override-alist): Add
3513         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3515 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3517         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3519 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3521         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3522         with Emacs 21 and XEmacs.
3524 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3526         * spam.el (spam-parse-address): New function for better parsing,
3527         catching errors, etc.
3528         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3530 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3532         * mm-view.el: Add interactive arg to html2text autoload.
3534 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3536         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3538 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
3540         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3541         variables.
3542         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3543         (mm-charset-synonym-alist): Move some entries to
3544         mm-codepage-iso-8859-list.
3546         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3548 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
3550         * message.el (message-citation-line-format)
3551         (message-insert-formated-citation-line): Fix implementation of %E, %N
3552         and %n according to the doc string.
3554 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
3556         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3557         car-safe to avoid bad parses.
3559 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3561         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3562         names.
3564         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3566 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3568         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3569         header.
3571         * message.el (message-draft-headers): Add Date.
3572         (message-headers-to-generate): Fix typo in docstring.
3574         * nndraft.el (nndraft-required-headers): New variable.
3575         (nndraft-generate-headers): Use it.
3577         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3579 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3581         * gnus-registry.el (gnus-registry-wash-for-keywords)
3582         (gnus-registry-find-keywords): New functions to allow easy searching of
3583         articles that are in the registry.
3585 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3587         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3588         ietf-drums-parse-address instead of gnus-extract-address-components.
3589         Reported by Damien Elmes <damien@repose.cx>.
3591 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3593         * gnus.el (gnus-mime): Remove unused custom group.
3595 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3597         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3598         "blank line" when searching for end of armor headers.
3600 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3602         * gmm-utils.el (gmm-write-region): Fix variable name.
3604 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
3606         * gmm-utils.el (gmm-write-region): New function based on compatibility
3607         code from `mm-make-temp-file'.
3609         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3611         * nnmaildir.el (nnmaildir--update-nov)
3612         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3613         Use `gmm-write-region'.
3615 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3617         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3618         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3620         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3622         * message.el (message-replacement-char): New variable.
3623         (message-fix-before-sending): Use it.
3624         (message-simplify-subject): New function to remove duplicate code.
3625         (message-reply, message-followup): Use it.
3627         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3628         gnus-summary-limit-to-articles.
3630 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3632         * gnus-util.el (gnus-with-local-quit): New macro.
3634         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3636 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
3638         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3639         ignore non-string data.
3641 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
3643         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3644         non-string data (needs to be done in the registry too).
3646 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3648         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3649         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3650         (gnus-registry-split-fancy-with-parent)
3651         (gnus-registry-fetch-simplified-message-subject-fast)
3652         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3653         Remove text properties on ingress into the registry and when it's saved.
3654         (gnus-registry-clean-empty-function): Fix bug with cleaning the
3655         registry from entries with no groups.
3657 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3659         * gnus-util.el (gnus-string-remove-all-properties): Add utility
3660         function to remove string properties.
3662 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3664         * gmm-utils.el (gmm): Adjust custom version.
3666         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3667         custom version.
3669         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3671 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3673         * gnus-art.el (gnus-insert-prev-page-button)
3674         (gnus-insert-next-page-button): Simplify.  Reformat.
3676 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3678         * gnus-art.el (gnus-insert-prev-page-button)
3679         (gnus-insert-next-page-button): Apply gnus-article-button-face.
3681 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
3683         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3685 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3687         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3688         gnus-article-button-face to MIME and security buttons.
3690 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
3692         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3693         readable.
3695 2006-09-20  Steve Youngs  <steve@sxemacs.org>
3697         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3698         `browse-url-of-file' instead of `browse-url'.
3700 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3702         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3703         regexp.  Articles containing quotation were cut prematurely.
3705 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3707         * message.el (message-cite-original-1): Use nobody by default for the
3708         value of From header.
3709         (message-reply): Ditto.
3711 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
3713         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3714         to the gnus-info.  This fixes a bug of inline-PGP message verification.
3715         Reported by Michael Piotrowski <mxp@dynalabs.de>.
3717 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
3719         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3720         mails in the doc string.  Add some URLs in comment.
3721         (pop3-movemail): Warn about pop3-leave-mail-on-server.
3723 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3725         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3726         backslashes handling and the way to find boundaries of quoted strings.
3728 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
3730         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3731         mml1991-encrypt-to-self is set and mml1991-signers is not set.
3732         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3733         mml2015-encrypt-to-self is set and mml2015-signers is not set.
3735 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3737         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
3738         doc string.
3739         (gnus-button-regexp, gnus-button-last): Remove unused variables.
3741 2006-09-06  Simon Josefsson  <jas@extundo.com>
3743         * mml2015.el (mml2015-use): Doc fix, mention epg.
3745 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3747         * mml2015.el (mml2015-use): Default to epg, if available.
3749 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3751         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3752         message-sender.
3753         (mml1991-epg-encrypt): Ditto.
3754         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3755         message-sender.
3756         (mml2015-epg-encrypt): Ditto.
3758 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
3760         * message.el (message-send-mail-with-sendmail): Look for sendmail in
3761         several common directories.
3763 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
3765         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3766         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3768 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3770         * gnus-art.el (article-decode-encoded-words): Make it fast.
3772 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3774         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3776         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3777         in quoted string into `\'.
3779 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3781         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3782         Use standard-syntax-table.
3784 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3786         * gnus-art.el (gnus-decode-address-function): New variable.
3787         (article-decode-encoded-words): Use it to decode headers which are
3788         assumed to contain addresses.
3789         (gnus-mime-delete-part): Remove useless `or'.
3791         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3792         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3793         (gnus-nov-parse-line): Use it to decode From header.
3794         (gnus-get-newsgroup-headers): Ditto.
3795         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3797         * mail-parse.el (mail-decode-encoded-address-region): New alias.
3798         (mail-decode-encoded-address-string): New alias.
3800         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3801         New function.
3802         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3803         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3804         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3805         (rfc2047-decode-string): Ditto.
3806         (rfc2047-decode-address-region): New function.
3807         (rfc2047-decode-address-string): New function.
3809 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
3811         * message.el (message-caesar-buffer-body): Allow rotating headers.
3813         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3815         * message.el (message-insert-formated-citation-line): Fix %f.
3816         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3818 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3820         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3821         (gnus-bookmark-mouse-available-p): New macro.
3822         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3823         (gnus-bookmark-bmenu-show-infos): Use it.
3824         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3825         (gnus-bookmark-bmenu-hide-infos): Ditto.
3826         (gnus-bookmark-remove-properties): New function.
3827         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3828         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3829         (gnus-bookmark-write-file): Bind coding-system-for-write.
3830         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3831         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3832         group before selecting it.
3833         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3834         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3835         quit-window if it is not available; use gnus-mouse-2 and bind it to
3836         gnus-bookmark-bmenu-select-by-mouse.
3837         (gnus-bookmark-show-details): Remove unused variable `details-list'.
3838         (gnus-bookmark-bmenu-select-by-mouse): New function.
3840 2006-08-13  Romain Francoise  <romain@orebokech.com>
3842         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3843         space.
3845 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3847         * compface.el (uncompface): Use binary rather than raw-text-unix.
3849 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3851         * compface.el (uncompface): Make sure the eol conversion doesn't take
3852         place when communicating with the external programs.  Reported by
3853         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3855 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3857         * nnheader.el (nnheader-insert-head): Fix typo in comment.
3859 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3861         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3862         Make it more robust by parsing author and date independently.
3864 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3866         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3868 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
3870         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3871         first matching secret key.
3872         (mml2015-epg-encrypt): Ditto.
3874         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3875         first matching secret key.
3876         (mml1991-epg-encrypt): Ditto.
3878         * mml2015.el (mml2015-encrypt-to-self): New user option.
3879         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3880         mml2015-epg-encrypt-to-self is set.
3882         * mml1991.el (mml1991-encrypt-to-self): New variable.
3883         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3884         mml1991-epg-encrypt-to-self is set.
3886         * mml2015.el (mml2015-signers): New user option.
3887         (mml2015-epg-sign): Reflect the value of mml2015-signers.
3888         (mml2015-epg-encrypt): Allow to select signing keys.
3890         * mml1991.el (mml1991-signers): New variable.
3891         (mml1991-epg-sign): Reflect the value of mml1991-signers.
3892         (mml1991-epg-encrypt): Allow to select signing keys.
3894 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3896         * nnheader.el (nnheader-insert-head): Make it work even if the file
3897         uses CRLF for the line-break code.
3899 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
3901         * mml2015.el: Require mml-sec instead of password.
3902         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
3903         (mml2015-cache-passphrase): Inherit the default value from
3904         mml-secure-cache-passphrase.
3905         (mml2015-passphrase-cache-expiry): Inherit the default value from
3906         mml-secure-passphrase-cache-expiry.
3908         * mml1991.el: Require mml-sec instead of password.
3909         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
3910         (mml1991-cache-passphrase): Inherit the default value from
3911         mml-secure-cache-passphrase.
3912         (mml1991-passphrase-cache-expiry): Inherit the default value from
3913         mml-secure-passphrase-cache-expiry.
3915         * mml-sec.el: Require password.
3916         (mml-secure-verbose): New user option.
3917         (mml-secure-cache-passphrase): New user option.
3918         (mml-secure-passphrase-cache-expiry): New user option.
3920 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
3922         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3923         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
3924         andreas@altroot.de (Andreas Vögele).
3926         FIXME: Use `tiny change'?
3928 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3930         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
3931         workaround for the url package included with Emacs.
3933         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3935 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3937         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
3938         correctly.  This fixes a bug caused by the 2006-05-12 change.
3940 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
3942         * nnmail.el (nnmail-article-group): If splitting raises an error, give
3943         some information about the error when saying that the `bogus' mail
3944         group will be used.
3946 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
3948         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
3949         string.
3951 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
3953         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
3955 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3957         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
3959 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
3961         * mml1991.el (mml1991-function-alist): Add epg.
3962         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
3963         (mml1991-epg-encrypt): New functions.
3965 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
3967         * mml2015.el (mml2015-verbose): New variable.
3968         (mml2015-cache-passphrase): Ditto.
3969         (mml2015-passphrase-cache-expiry): Ditto.
3970         (mml2015-function-alist): Add epg.
3971         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
3972         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
3973         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
3974         functions.
3976 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3978         * message.el (message-cite-original-1): Preserve region when removing
3979         quoted text due to X-No-Archive in order to avoid bogus attribution
3980         when citing multiple messages.
3982 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3984         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
3985         Kenneth Jacker <khj@be.cs.appstate.edu>.
3987 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
3989         * gnus-diary.el (gnus-user-format-function-d)
3990         (gnus-user-format-function-D): Autoload.
3992         * imap.el (Commentary): Fix typo.
3994         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
3995         2006-04-22 contribution.
3997 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3999         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4000         It didn't really fix the bogosity I'm seeing with solid web groups.
4002 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4004         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4005         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4006         created using server names.  If we use the feature without declaring
4007         it, Gnus does not properly manage server and group state.
4009         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4010         bound.
4012 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4014         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4015         looking up the method using GROUP's prefix before inventing a new one.
4016         It is used on killed/unknown groups in various places where returning
4017         an all-new method isn't expected by the caller.
4019         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4020         and match semantics of gnus-group-real-prefix.
4022 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4024         * nnmail.el (nnmail-broken-references-mailers): New variable.
4025         (nnmail-ignore-broken-references): New function generalizing
4026         nnmail-fix-eudora-headers.
4027         (nnmail-fix-eudora-headers): Now obsolete.
4029         * gnus-art.el (gnus-button-handle-custom): Support
4030         `customize-apropos*'.
4032 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4034         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4036         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4037         articles.
4039 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4041         * message.el (message-cite-reply-above): New variable.
4042         (message-yank-original): Use it.
4044 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4046         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4048 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4050         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4051         as read.
4053         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4055 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4057         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4058         (gnus-bookmark-default-file): Use gnus-directory.
4059         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4060         Remove "*" in doc string.
4061         (gnus-bookmark-write-file): Simplify.
4062         (gnus-bookmark-maybe-sort-alist): Use `when'.
4063         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4064         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4065         FIXME about Emacs 21 and XEmacs compatibility.
4066         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4067         compatibility.
4068         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4069         compatibility.
4070         (gnus-bookmark-menu-heading): Fix version.
4072 2006-06-19  Bastien Guerry  <bzg@altern.org>
4074         * gnus-bookmark.el: New file.
4076 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4078         * message.el (message-syntax-checks): Doc fix.
4080 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4082         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4083         unsubscribed groups as if they were killed ones.  It causes duplicate
4084         entries in gnus-newsrc-alist.
4086 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4088         * message.el (message-syntax-checks): Doc fix.
4089         (message-send-mail): Add check for continuation headers.
4090         (message-check-news-header-syntax): Fix regexp used to check for
4091         continuation headers.
4093 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4095         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4097 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4099         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4101 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4103         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4104         default-truncate-lines.
4106 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4108         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4109         to fill the utf-8 entry.
4111 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4113         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4115 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4117         * gnus-agent.el (directory-files-and-attributes): Move all the way
4118         forward (the third and final move).
4119         (gnus-agent-read-agentview): Trap reconstruction errors due to
4120         nonexistant directory.  Handle by returning nil.
4122 2006-05-30  Didier Verna  <didier@xemacs.org>
4124         * message.el (message-dont-reply-to-names): Update the custom type.
4125         * message.el (message-dont-reply-to-names): New defsubst: potentially
4126         convert a list of regexps into a single one.
4127         * message.el (message-get-reply-headers): Use it.
4128         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4130 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4132         * gnus-agent.el (directory-files-and-attributes): Move forward.
4134 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4136         * gnus-ml.el (gnus-mailing-list-subscribe)
4137         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4138         (gnus-mailing-list-message): Fix doc strings.
4140 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4142         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4143         of doing it manually.
4145 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4147         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4148         comment.
4150 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4152         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4153         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4154         (gnus-agent-read-local): All symbols allocated in my-obarray
4155         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4156         (gnus-agent-regenerate-group): Check numeric names to see if they are
4157         messages or groups.
4158         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4159         better way of do this...)
4161         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4162         'dummy.group' (there should be a better way of do this...)
4164 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4166         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4167         (gnus-saved-headers): Ditto.
4168         (gnus-default-article-saver): Mention functions may have properties.
4169         (gnus-article-save): Override gnus-save-all-headers and
4170         gnus-saved-headers by :headers property which saver function may have.
4171         (gnus-summary-save-in-file): Add :headers property.
4172         (gnus-summary-write-to-file): Ditto.
4174         * gnus-sum.el (gnus-summary-save-article): Bind
4175         gnus-prompt-before-saving to t when saving many articles in a file;
4176         always show all headers.
4178 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4180         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4181         marks.
4183         * message.el (message-indent-citation): Add optional arguments to allow
4184         using it outside of message buffers.
4186         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4187         (gnus-article-treat-unfold-headers): Use it.
4188         (gnus-article-truncate-lines): New variable.
4189         (gnus-article-mode): Use it.
4190         (gnus-article-toggle-truncate-lines): New function.
4192         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4193         gnus-article-toggle-truncate-lines.
4195         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4196         coding system in XEmacs, use binary.
4198 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4200         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4201         after-load-alist.
4203         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4204         this function should save decoded articles.
4205         (gnus-summary-write-to-file): Use property to specify this function
4206         should save decoded articles and specify gnus-summary-save-in-file
4207         should be used to save articles other than the first one when saving
4208         many articles.
4209         (gnus-summary-save-body-in-file): Use property to specify this
4210         function should save decoded articles.
4211         (gnus-summary-write-body-to-file): Use property to specify this
4212         function should save decoded articles and specify
4213         gnus-summary-save-body-in-file should be used to save articles other
4214         than the first one when saving many articles.
4216         * gnus-sum.el (gnus-summary-save-article): Simplify.
4218 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4220         * gnus-art.el (gnus-default-article-saver): Add
4221         gnus-summary-write-body-to-file.
4222         (gnus-article-save-coding-system): Don't use coding system object
4223         in XEmacs.
4224         (gnus-read-save-file-name): Add optional `dir-var' argument which
4225         specifies directory in which files are saved; work even if optional
4226         `variable' argument is not specified.
4227         (gnus-summary-write-to-file): Read file name.
4228         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4229         (gnus-summary-write-body-to-file): New function.
4231         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4232         (gnus-summary-local-variables): Add it.
4233         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4234         (gnus-summary-save-article): Remove optional `decode' argument;
4235         determine whether to decode articles by the value of
4236         gnus-default-article-saver; when saving many files using
4237         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4238         it first and use gnus-summary-save-in-file or
4239         gnus-summary-save-body-in-file thereafter unless
4240         gnus-prompt-before-saving is always; move point to article which
4241         will be saved.
4242         (gnus-summary-save-article-file): Revert.
4243         (gnus-summary-write-article-file): Revert.
4244         (gnus-summary-save-article-body-file): Revert.
4245         (gnus-summary-write-article-body-file): New function.
4247 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4249         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4251 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4253         * gnus-art.el (gnus-default-article-saver): Doc fix.
4254         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4255         from gnus-summary-save-article-coding-system, and default to a
4256         certain coding system.
4257         (gnus-output-to-file): Add coding cookie and encode text according
4258         to gnus-article-save-coding-system; don't use mm-append-to-file.
4260         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4261         gnus-art.el and rename to gnus-article-save-coding-system.
4262         (gnus-summary-save-article): Require gnus-art; don't show all
4263         headers if it decodes articles; don't add coding cookie here;
4264         don't bind mm-text-coding-system-for-write.
4265         (gnus-summary-save-article-file): Save decoded articles.
4266         (gnus-summary-write-article-file): When saving many files, use
4267         gnus-summary-write-to-file first and gnus-summary-save-in-file
4268         thereafter unless gnus-prompt-before-saving is always.
4269         (gnus-summary-save-article-body-file): Save decoded articles.
4271 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4273         * nnrss.el (nnrss-check-group): Bind hash-index.
4275 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4277         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4278         its hash index.  Store this hash in `nnrss-group-data'.
4279         (nnrss-read-group-data): Update accordingly.
4281 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4283         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4284         entry.
4286         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4287         gnus-article-browse-html-article.
4289 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4291         * gnus-sum.el (gnus-summary-mime-map): Add
4292         gnus-article-browse-html-article.
4293 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4295         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4296         suitable coding systems in customize.
4298 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4300         * mail-source.el (mail-sources): Fix custom type.
4302 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4304         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4305         (gnus-summary-expire-articles-now): Shorten prompt.
4307         * gmm-utils.el (wid-edit): Require.
4308         (defun-gmm): Renamed from `gmm-defun-compat'.
4309         (gmm-image-search-load-path): Use it.
4310         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4312 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4314         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4315         variable.
4316         (gnus-summary-save-article): Add optional `decode' argument.  If
4317         it is set and gnus-summary-save-article-coding-system is non-nil,
4318         save decoded article.
4319         (gnus-summary-write-article-file): Save decoded article if
4320         gnus-summary-save-article-coding-system is non-nil.
4322         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4323         type.
4325 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4327         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4329 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4331         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4332         first to test gnus-single-article-buffer which may be buffer-local.
4334         * gnus-sum.el (gnus-summary-setup-buffer): Make
4335         gnus-single-article-buffer buffer-local and nil in ephemeral
4336         group; make gnus-article-buffer, gnus-article-current, and
4337         gnus-original-article-buffer always buffer-local.
4338         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4339         group.
4340         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4342 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4344         * nnml.el (nnml-request-compact-group): Compressed files might not
4345         have .gz extension.
4347 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4349         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4350         (mm-copy-to-buffer): Use with-current-buffer.
4351         (mm-display-part): Simplify.
4352         (mm-inlinable-p): Add optional arg `type'.
4354 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4356         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4357         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4358         Try harder to show the attachment internally or externally using
4359         gnus-mime-view-part-as-type.
4361 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4363         * message.el (message-from-style, message-signature-separator)
4364         (message-user-organization-file, message-send-mail-function)
4365         (message-citation-line-function, message-yank-prefix)
4366         (message-indent-citation-function, message-signature)
4367         (message-signature-file, message-signature-insert-empty-line):
4368         Remove autoloads.
4370         * gnus-art.el (gnus-buttonized-mime-types): Remove
4371         "multipart/signed".  Revert 2006-04-26 change.
4373 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375         * gnus.el (gnus-version-number): Bump version.
4377 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4379         * gnus.el: No Gnus v0.5 is released.
4381 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4383         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4384         fetching articles by message-id.
4386 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388         * message.el (hashcash): Require hashcash as normal.
4390         * ecomplete.el (ecomplete-highlight-match-line): Use
4391         point-at-eol.
4392         (ecomplete-highlight-match-line): Use `highlight', because that
4393         face exists in both Emacs and XEmacs.
4395         * message.el (message-display-abbrev): Use point-at-bol.
4397         * mail-source.el: Don't require timer/timer-funcs.
4399         * gnus-async.el: Ditto.
4401         * password.el: Ditto.
4403         * mm-url.el: Ditto.
4405         * mm-util.el: Require timer/timer-funcs.
4407 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4409         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4410         Close.
4412 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4414         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4415         unibyte after clear-decrypt function runs.
4417         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4418         returns as a unibyte string.
4420 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4422         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4423         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4424         (mml1991-pgg-encrypt): Ditto.
4426 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4428         * message.el (message-user-organization-file): Check several
4429         locations of the organization file.
4431         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4432         Add gnus-article-view-part-as-type.
4434         * gnus-art.el (gnus-article-view-part-as-type): New function.
4436         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4437         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4439         * mml.el: Simplify autoload.
4440         (mml-mode): defvar dnd-protocol-alist instead of using
4441         symbol-value.
4442         (mml-default-directory): New variable.
4443         (mml-minibuffer-read-file): Use it.
4444         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4446         * message.el (message-citation-line-format): New variable.
4447         (message-insert-formated-citation-line): New function.
4448         (message-citation-line-function): Add
4449         `message-insert-formated-citation-line' to custom type.
4451         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4452         to doc string.
4454         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4455         depending on mm-verify-option.
4457 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4459         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4460         binding pgg-* variables; reimplement the section which prevents
4461         MIME header from being signed.
4462         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4463         pgg-text-mode; remove a blank line at the top of body.
4465         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4466         lines at the top of body; use gnus-newsgroup-charset if there's no
4467         Charset header.
4469 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4471         * message.el (message-self-insert-commands): Doc fix.
4473         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4474         (mm-uu-pgp-encrypted-test): Ditto.
4475         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4476         between header and body; return application/pgp-encrypted handle
4477         if decryption failed; decode decrypted body by charset.
4479         * mm-decode.el (mm-automatic-display): Don't make application/pgp
4480         element match to application/pgp-*.
4482 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4484         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4485         HTML.
4487 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4489         * mail-source.el (mail-source-call-script): Message the error
4490         string.
4492 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4494         * gnus-util.el (gnus-byte-compile): Use it.
4496 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
4498         * gnus-util.el (kill-empty-logs): New function.
4500 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502         * message.el (message-mail-alias-type): Doc fix.
4503         (message-mail-alias-type-p): New function.
4504         (message-send): Use it.
4505         (message-mode): Ditto.
4506         (message-strip-forbidden-properties): Ditto.
4508         * ecomplete.el (ecomplete-database-file-coding-system): New
4509         variable.
4510         (ecomplete-save): Use it.
4511         (ecomplete-setup): Use it.
4513 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4515         * message.el (message-self-insert-commands): New variable.
4516         (message-strip-forbidden-properties): Use it.
4518 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4520         * message.el (message-put-addresses-in-ecomplete): Use a regexp
4521         that doesn't make XEmacs choke.
4523 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
4525         * gnus-util.el (gnus-replace-in-string):
4526         Prefer replace-regexp-in-string over of replace-in-string.
4528 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4530         * gnus-util.el (gnus-select-frame-set-input-focus):
4531         Use select-frame-set-input-focus if it is available in XEmacs; use
4532         definition defined in Emacs 22 for old Emacsen.
4534 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4536         * mm-view.el (mm-inline-text): Use equal instead of equalp.
4538 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
4540         * gnus-registry.el (gnus-registry-cache-save): Remove text
4541         properties when saving via the temp buffer.
4543 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4545         * message.el (message-generate-hashcash): Honor custom type.
4547 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4549         * message.el (message-generate-hashcash): Default to non-nil when
4550         hashcash is found.
4552         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4553         (gnus-refer-thread-limit): Increase default to 500.
4555         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4557         * flow-fill.el (fill-flowed): Allow delete-space.
4559 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4561         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4562         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4563         Remove autoloads.
4565 2006-04-18  Simon Josefsson  <jas@extundo.com>
4567         * message.el (message-generate-hashcash): Default to.
4569 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4571         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4572         concatenating segments rather than before concatenating them.
4574 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4576         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4578         * imap.el (imap-quote-specials): New function.
4579         (imap-login-auth): Quote specials.
4581 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4583         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4585         * message.el (message-forward-make-body-plain): Allow
4586         message-forward-ignored-headers to be a list.
4587         (message-remove-ignored-headers): Factor out into function.
4588         (message-forward-make-body-mml): Use it.
4589         * rfc2231.el (rfc2231-parse-string): Remove dead code.
4590         (rfc2231-parse-string): Allow concatanation of parameters that
4591         aren't contiguous.  The test case is
4592           (mail-header-parse-content-type "message/external-body;
4593             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4594             access-type=LOCAL-FILE;
4595             name*1*=plugh%2fhello-sailor%2fbing.pdf")
4597 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4599         * nntp.el (nntp-accept-process-output): Return the value of
4600         `nnheader-accept-process-output'.
4602 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4604         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4605         (gnus-button-alist): Recognize more diff formats.
4606         (gnus-button-patch): Strip directory.
4608 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4610         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4611         Emacs 22 when setting focus.
4613 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615         * gnus-art.el (gnus-article-treat-types): Do treatment of
4616         text/x-verbatim parts.
4617         (gnus-button-patch): New command.
4619         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4620         addresses that contain invalid characters.
4622 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4624         * message.el (message-put-addresses-in-ecomplete): Use
4625         gnus-replace-in-string.
4626         (message-is-yours-p): Use the more correct
4627         mail-header-parse-address instead of
4628         mail-extract-address-components.
4629         (message-put-addresses-in-ecomplete): Fix typo.
4631         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4632         keystroke.
4634         * gnus-art.el (gnus-treatment-function-alist): Change order of
4635         newsgroups/generic header folding to avoid double-folding.
4637         * message.el (message-hidden-headers): Add X-Draft-From.
4639         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4640         command.
4641         (gnus-summary-repeat-search-article-backward): New command.
4643         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4644         groups in the parent topic.
4646 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
4648         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4649         (spam-extra-header-to-number): Return the CRM114 number as a
4650         number instead of a string.
4652 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4654         * gnus-art.el (gnus-face-properties-alist): Moved here from
4655         gnus-fun.
4657         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4659 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4661         * message.el (message-strip-forbidden-properties): Only display on
4662         self-insert-command.
4664         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4665         reindent.
4666         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4668 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
4670         * smiley.el (smiley-style): Fix typo.
4672 2006-03-23  Kenichi Handa  <handa@m17n.org>
4674         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4675         instead of set-buffer-multibyte.
4677 2006-03-23  Kenichi Handa  <handa@m17n.org>
4679         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4680         buffer and then decode the buffer text if necessary.
4681         (rfc2231-encode-string): Be sure to work on multibyte buffer at
4682         first, and after mm-encode-body, change the buffer to unibyte.
4684 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4686         * hashcash.el (hashcash-insert-payment-async-2): Use
4687         message-goto-eoh instead of doing it manually.
4688         (mail-add-payment): Use message-narrow-to-header instead of trying
4689         to do the same itself.
4691         * message.el (message-hidden-headers): Add Face.
4693         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4694         reparenting code.
4695         (gnus-summary-reparent-children): Refactored out code.
4696         (gnus-summary-thread-map): New keystroke.
4697         (gnus-summary-reparent-children): Make into command.
4699         * smiley.el (smiley-style): Default to `medium' if using a large
4700         font.
4702         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4703         does it itself.
4705         * message.el (message-point-in-header-p): Simplify definition.
4707 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4709         * nnagent.el (nnagent-request-set-mark): Silence log file
4710         writing.
4711         (nnagent-request-set-mark): Use write-region instead of
4712         append-to-file.
4714         * gnus-sum.el (gnus-read-header): Fudge article number if using a
4715         strange select method.
4717         * ecomplete.el (ecomplete-display-matches): Get highlightling
4718         right.
4719         (ecomplete-display-matches): Use literals.
4720         (ecomplete-display-matches): Disable message logging.
4722         * message.el (message-display-abbrev): Small optimization.
4724         * ecomplete.el (ecomplete-display-matches): Allow automatic
4725         display.
4727         * message.el (message-strip-forbidden-properties): Display
4728         abbrevs.
4729         (message-display-abbrev): Get automatic display right.
4731         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4732         keystrokes.
4734 2006-04-13  Romain Francoise  <romain@orebokech.com>
4736         TODO: Backport to v5-10!
4738         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4739         Moved here (and renamed) from gnus-registry.el.
4741         * gnus-registry.el: Require gnus-util.
4742         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4744 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4746         * gnus-group.el (gnus-group-catchup-current): Change
4747         if-then-else-if-then-else into cond.
4748         (gnus-group-catchup): Indent.
4749         (group-name-at-point): New function.
4750         (gnus-fetch-group): Provide default from thing at point.
4752 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4754         * message.el (message-display-abbrev): Fix regexp.
4756         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4757         choosing.
4758         (ecomplete-highlight-match-line): Fix up code rewrite, remove
4759         dead variables.
4761         * message.el (message-newline-and-indent): Remove debugging.
4762         (message-display-abbrev): Use new implementation.
4764 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4766         * gnus-art.el (gnus-article-mode): Set
4767         cursor-in-non-selected-windows to nil.
4769         * smiley.el: Revert previous change.
4770         (smiley-data-directory): defvar it before using it in the
4771         defcustom of `smiley-style'.
4773 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4775         * message.el (message-newline-and-indent): New function.
4777         * ecomplete.el: Implement more bits.
4779         * message.el (message-put-addresses-in-ecomplete): Clean up the
4780         string.
4782         * ecomplete.el (ecomplete-add-item): Chop off decimals.
4784         * gnus-sum.el (gnus-summary-save-parts): Bind
4785         gnus-summary-save-parts-counter and use it to make unique file
4786         names.
4788         * gnus-art.el (gnus-ignored-headers): Add some more headers.
4790         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4791         parameter to say whether to actually parse the individual
4792         addresses.
4794         * message.el (message-put-addresses-in-ecomplete): New function.
4795         (ecomplete): Require.
4796         (message-mail-alias-type): Add ecomplete as an option.
4798 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
4800         * flow-fill.el (fill-flowed): Remove trailing space from blank
4801         quoted lines.
4803 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4805         * smiley.el (smiley-style): Move definition later to avoid a
4806         compilation warning.
4808 2006-04-12  Kenichi Handa  <handa@m17n.org>
4810         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4811         buffer and then decode the buffer text if necessary.
4812         (rfc2231-encode-string): Be sure to work on multibyte buffer at
4813         first, and after mm-encode-body, change the buffer to unibyte.
4814         Use mm-disable-multibyte instead of set-buffer-multibyte.
4816 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4818         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4819         Content-Type header instead of Content-Disposition header.
4820         (gnus-mime-inline-part): Ditto.
4821         (gnus-mime-view-part-as-charset): Ignore charset that the part
4822         specifies.
4824         * mm-decode.el (mm-display-part): Work with external parts and
4825         usual parts similarly.
4827         * mm-extern.el (mm-inline-external-body): Use mm-display-part
4828         instead of gnus-display-mime.
4830         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4831         instead of with-temp-buffer.
4833         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4834         tag to summarized topics part in order to encode non-ASCII text.
4836 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4838         * smiley.el (smiley-style): New variable.
4839         (smiley-directory): New function.
4840         (smiley-data-directory): Derive from `smiley-style' using
4841         `smiley-directory'.
4842         (smiley-regexp-alist): Add new entries.
4844         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4845         (gnus-article-browse-delete-temp): Add :version.
4847 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
4849         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4850         the sieve region.
4852 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4854         * gnus.el (gnus-version-number): Bump version.
4856 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4858         * gnus.el: No Gnus v0.4 is released.
4860 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4862         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
4863         layout.
4865         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
4866         unknown charset.
4868         * message.el (message-header-synonyms): Add Original-To to the
4869         default.
4871         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
4872         optional parameter.
4874 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4876         * gnus-fun.el (gnus): Require it for gnus-directory.
4878 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4880         * gnus-fun.el (gnus-face-properties-alist): Add :version.
4882 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4884         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
4886 2006-04-05  Simon Josefsson  <jas@extundo.com>
4888         * password.el (password-reset): New function.
4890 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4892         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
4893         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4895 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4897         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4898         Some whitespace was matched into the url, which broke browsing hits
4899         > 100 when mm-url-use-external was nil.
4901 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4903         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
4904         gnus-extra-headers for 'Newsgroups.
4906         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
4907         bound.
4909 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
4911         * pgg-gpg.el: Clean up process buffers every time gpg processes
4912         complete.
4914 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
4916         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4917         doc string.
4919 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
4921         * pgg-gpg.el (pgg-gpg-process-filter)
4922         (pgg-gpg-wait-for-completion): Check if buffer is alive.
4924         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4925         lines, temporary fix.
4927 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4929         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
4931 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
4933         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4934         default-enable-multibyte-characters.  This reverts the change from
4935         revision 6.17 which is no longer necessary because the passphrase
4936         is sent separately now.  GnuPG messages are unreadable under
4937         multibyte locales with default-enable-multibyte-characters set to
4938         nil.
4940 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
4942         * message.el (message-tool-bar-gnome): Move "spell".
4944 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
4946         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
4947         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
4948         instead.
4950 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
4952         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
4953         newsgroups handling for NNTP overviews which don't include
4954         Newsgroups.
4956 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4958         * message.el (message-resend): Bind message-generate-hashcash to nil.
4960 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4962         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
4963         when searching for already-paid recipients.
4965 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
4967         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4968         passphrases when it is not needed.
4969         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4970         passphrase stuff from gpg, should only be necessary when you use
4971         gpg with a smartcard.
4973 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4975         * mml.el (mml-insert-mime): Ignore cached contents of
4976         message/external-body part.
4978         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
4979         (mm-insert-part): Ditto.
4981 2006-03-23  Simon Josefsson  <jas@extundo.com>
4983         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
4984         Reiner.
4985         (pgg-gpg-use-agent-p): Use it again.
4987 2006-03-23  Simon Josefsson  <jas@extundo.com>
4989         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
4990         older emacsen.
4991         (pgg-gpg-use-agent-p): Don't use it.
4993 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
4995         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
4996         if we can.
4998 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5000         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5001         (pgg-gpg-update-agent): New function.
5002         (pgg-gpg-use-agent-p): New function.
5003         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5004         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5005         (pgg-gpg-sign-region): Use it.
5007 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5009         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5010         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5012 2006-03-21  Simon Josefsson  <jas@extundo.com>
5014         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5015         <wilde@sha-bang.de>.
5016         (pgg-gpg-use-agent): New variable.
5017         (pgg-gpg-process-region): Use it.
5018         (pgg-gpg-encrypt-region): Likewise.
5019         (pgg-gpg-encrypt-symmetric-region): Likewise.
5020         (pgg-gpg-decrypt-region): Likewise.
5021         (pgg-gpg-sign-region): Likewise.
5022         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5024 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5026         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5028         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5029         Add comment on version.
5031 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5033         * smiley.el: Add missing test smiley.
5035 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5037         * mm-decode.el (mm-with-part): New macro.
5038         (mm-get-part): Use it; work with message/external-body as well.
5039         (mm-save-part): Treat name and filename equally.
5041         * mm-extern.el (mm-extern-cache-contents): New function.
5042         (mm-inline-external-body): Use it; force the part to be displayed;
5043         move undisplayer added to the cached handle to the parent.
5045         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5046         (gnus-mime-view-part-as-type): Work with message/external-body.
5048         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5050 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5052         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5053         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5054         Emacs.]
5056 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5058         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5059         path rather than symbol.  Always return list of directories.
5060         Guarantee that image directory comes first.  [Sync with image.el,
5061         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
5063         * message.el (message-make-tool-bar): Adjust to new API of
5064         `gmm-image-load-path-for-library'.
5066         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5068         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5070 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5072         * gnus-art.el (gnus-article-only-boring-p):
5073         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5074         intangible text.
5075         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5077 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5079         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5080         `defun' instead of `gmm-defun-compat'.
5082 2006-03-14  Simon Josefsson  <jas@extundo.com>
5084         * message.el (message-unique-id): Don't use message-number-base36
5085         if (user-uid) is a float.
5086         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5088 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5090         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5092         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5093         empty line between a part and a message part.
5095 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5097         * smiley.el: Add more test smileys.
5098         (smiley-data-directory, smiley-regexp-alist)
5099         (gnus-smiley-file-types): Fix doc strings.
5100         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5101         adding new elements.
5102         (smiley-mouse-map): Unused code.  Make it a comment.
5104 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5106         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5107         scan latest NoCeM messages instead of old ones.
5108         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5109         delimiters that are recently used.
5110         (gnus-nocem-load-cache): Add autoload cookie.
5112         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5114         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5115         level which is larger than gnus-use-nocem is specified.
5117         * gnus-group.el (gnus-group-get-new-news): Ditto.
5119 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5121         * gnus-util.el (gnus-tool-bar-update): New function.
5123         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5124         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5126         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5128         * gnus-group.el (gnus-group-redraw-when-idle)
5129         (gnus-group-redraw-check): Remove.
5130         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5132 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5134         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5135         if optional last element is specified in splits (FIELD VALUE...).
5137 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5139         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5140         to gmm-image-load-path-for-library.  Call with no-error argument.
5141         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5143         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5145         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5147         * gmm-utils.el (gmm-image-load-path): Remove alias.
5149 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5151         * gmm-utils.el (gmm-image-load-path): Add alias.
5153         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5154         nnml-generate-nov-databases-1.
5155         (nnml-generate-nov-databases): Use it.
5156         (nnml-generate-nov-databases-directory): Document no-active
5157         argument.
5159         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5160         directory if path is t.  Add no-error.
5162         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5163         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5165         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5166         resetting gnus-article-browse-html-temp-list.
5168         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5169         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
5170         Add example to docstring.  Rename local variables.  Move error
5171         checks to default case in cond and simplify.
5173 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5175         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5176         handle is multipart when calling it recursively.
5177         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5179 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5181         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5182         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5184 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5186         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5187         is loaded.
5189         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5190         loaded.
5192 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5194         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5195         to "Emacs 23 (unicode)" in doc string.
5197         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5198         "Emacs 23 (unicode)" in comment.
5200 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5202         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5204         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5205         characters 160 through 255 in Emacs 23.
5207 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5209         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5210         gnus-article-browse-html-temp.
5211         (gnus-article-browse-delete-temp): Make it customizable.  Add
5212         `file'.  Adjust doc string.
5213         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5214         query for each file.  Adjust doc string.
5215         (gnus-article-browse-html-parts): Add
5216         `gnus-article-browse-delete-temp-files' to
5217         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5219 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5221         * gnus-art.el (gnus-article-browse-html-temp)
5222         (gnus-article-browse-delete-temp): New variables.
5223         (gnus-article-browse-delete-temp-files): New function.
5224         (gnus-article-browse-html-parts): Use it.
5226 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5228         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5230         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5231         string.
5233         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5234         gnus-summary-insert-new-articles when unplugged.  Remove
5235         gnus-summary-search-article-forward.
5237         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5238         display-visual-class instead of display-color-cells.
5240 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5242         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5243         message/* containing non-ASCII text properly.
5245 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5247         * message.el: Require gmm-utils, remove autoloads.
5248         (message-tool-bar): Set default based on
5249         gmm-tool-bar-style.
5250         (message-tool-bar-gnome): Add gmm-customize-mode.
5252         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5253         gmm-tool-bar-style.
5254         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5256         * gnus-group.el (gnus-group-tool-bar): Set default based on
5257         gmm-tool-bar-style.
5258         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5260         * gmm-utils.el (gmm-image-directory): Rename variable from
5261         gmm-image-load-path.
5262         (gmm-image-load-path): Use gmm-image-directory.
5263         (gmm-customize-mode): New function.
5264         (gmm-tool-bar-style): New variable.
5266         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5267         gnus-group-redraw-line-number.
5268         (gnus-group-redraw-check): Simplify.
5269         (gnus-group-tool-bar-update): Remove redraw check.
5270         (gnus-group-make-tool-bar): Add redraw check.
5272 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5274         * gnus-art.el (gnus-button): Add missing parentheses.
5276 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5278         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5280 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5282         * gnus-art.el (gnus-button): New face.
5283         (gnus-article-button-face): Use it.
5285         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5286         gnus-summary-next-page.  Re-order.
5288         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5289         next-node are now included.
5290         (gnus-group-redraw-line-number): New internal variable.
5291         (gnus-group-redraw-check): Helper function for updating the tool
5292         bar.
5293         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5295         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5297         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5298         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5299         Use it to match format of Spamassassin 3.0 and later.  Reported by
5300         IRIE Tetsuya <irie@t.email.ne.jp>.
5301         (spam-check-bogofilter)
5302         (spam-bogofilter-register-with-bogofilter): Fix args of
5303         `gnus-error' calls.
5305 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5307         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5308         unnecessary interaction when sending queued mails.  Reported by
5309         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5311 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5313         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5314         first or last are nil.
5316 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5318         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5320 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5322         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5324 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5326         * dns.el (query-dns): Protect more against buggy tcp output.
5328 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5330         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5331         nov.php.
5333 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5335         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5336         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5337         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5338         output on the server side.
5339         (nnweb-google-create-mapping): Update regexps and add some
5340         progress indication.
5342 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5344         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5345         gnus-agent-toggle-plugged.  Re-order icons.
5346         (gnus-group-tool-bar-gnome): Add
5347         gnus-group-{prev,next}-unread-group.
5348         (gnus-group-tool-bar-gnome): Re-order icons.
5350         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5351         gnus-summary-insert-new-articles.
5353         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5354         comments.
5356         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5357         also available in Emacs 21.3.
5359         * message.el (message-fix-before-sending): Change "Emacs 22" to
5360         "Emacs 23 (unicode)" in comment.
5362         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5363         "Emacs 23 (unicode)" in comment.
5365         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5366         comment.
5367         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5369         * mm-view.el (mm-fill-flowed): Add :version.
5371 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5373         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5374         and load-path.
5376 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5378         * message.el: Autoload gmm-image-load-path.
5379         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5380         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5381         consitency.
5383         * gmm-utils.el (gmm-image-load-path): Also search in
5384         "../etc/images".  Don't set gmm-image-load-path if we don't find
5385         the image.
5387 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5389         * gmm-utils.el (gmm-image-load-path): Don't make
5390         `gmm-image-load-path' include subdirectories which the second arg
5391         `image' might specify.
5393         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5394         subdirectory to icon file names.
5396         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5398 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5400         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5401         gmm-image-load-path calls.
5403         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5405         * message.el (message-make-tool-bar): Ditto.
5407         * mml.el (mml-preview): Added comment concerning tool bar icons.
5409         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5410         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5412         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5413         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5415         * message.el (message-tool-bar-gnome): Use new icon names.
5416         (message-make-tool-bar): Use `gmm-image-load-path'.
5418         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5419         functions from MH-E.
5420         (gmm-image-load-path): New variable from MH-E.
5421         (gmm-image-load-path): New function from MH-E.  Added arguments
5422         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5423         *-image-load-path-called-flag.
5425 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5427         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5429 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5431         * nnimap.el (nnimap-request-move-article): Change folder back to
5432         source group before deleting.
5434 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5436         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5438         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5439         mm-url.
5441         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5443 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5445         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5446         coding system which mm-charset-to-coding-system returns for a
5447         given charset is valid.
5449 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5451         * html2text.el (html2text-remove-tag-list):
5452         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5454 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5456         * gnus-cus.el: Revert 2005-10-17 change.
5458 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5460         * gnus-art.el (article-strip-banner): Call
5461         article-really-strip-banner only when the regexp match is made.
5463 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5465         * gnus-art.el (article-strip-banner): Use
5466         gnus-extract-address-components instead of
5467         mail-header-parse-addresses to make it work with non-ASCII text;
5468         remove mail-encode-encoded-word-string.
5470         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5471         values which are surrounded with \"...\"; make it never cause a
5472         Lisp error; give up parsing of parameters if it failed in
5473         extracting type.
5475 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
5477         * smime.el (smime-cert-by-ldap-1): Fix bug where
5478         `smime-ldap-search' returns results without userCertificates.
5480 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5482         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5484 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5486         * spam.el (spam-check-spamassassin-headers): Adapt format for
5487         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
5488         <ari@mbf.ocn.ne.jp>.
5489         (spam-list-of-processors): Add spam-use-gmane.
5491 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5493         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5494         make-temp-file; make it work with XEmacs as well.
5496         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5497         mm-make-temp-file.
5499         * mm-decode.el (mm-display-external): Use the 3rd arg of
5500         mm-make-temp-file.
5501         (mm-create-image-xemacs): Ditto.
5503 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5505         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5506         with message-narrow-to-headers.
5507         (gnus-draft-setup): Narrow to header to run message-fetch-field.
5508         (gnus-draft-check-draft-articles): New function.
5509         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5511 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5513         * gnus-art.el (gnus-article-browse-html-parts):
5514         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5515         Don't use suffix argument for mm-make-temp-file for Emacs 21
5516         compatibility.  Remove useless `format'.
5518 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5520         * nnweb.el (nnweb-google-wash-article): Update regexps.
5521         (nnweb-group-alist): Use defvoo instead of defvar.
5523 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5525         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5526         re-loading nn* modules.
5528 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5530         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5531         for `tool-bar-mode' and don't check it's default-value.
5533         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5535         * message.el (message-make-tool-bar): Ditto.
5537         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5538         `substring'.  Shorten tmp-file name.
5540         * gnus.el: Remove bogus comment.
5542 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
5544         * gnus-art.el (gnus-article-browse-html-parts): New function.
5545         (gnus-article-browse-html-article): New function for viewing html
5546         articles with a browser.
5548 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
5550         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5551         (mml2015-pgg-encrypt): Ditto.
5553         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5554         (mml1991-pgg-encrypt): Ditto.
5556 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5558         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5559         message-make-date instead of current-time-string.
5561         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5562         to gnus-decoded which mm-uu might set.
5564 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5566         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5567         don't decode quoted parameters; remove misimported Emacs code.
5568         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5569         (rfc2231-decode-encoded-string): Don't use split-string which
5570         behaves differently according to Emacs version; use
5571         mm-decode-coding-region to convert charset to coding-system.
5572         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5573         (rfc2231-encode-string): Remove misimported Emacs code.
5575 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5577         * gnus-art.el (article-decode-charset): Don't use ignore-errors
5578         when calling mail-header-parse-content-type.
5579         (article-de-quoted-unreadable): Ditto.
5580         (article-de-base64-unreadable): Ditto.
5581         (article-wash-html): Ditto.
5583         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5584         calling mail-header-parse-content-type and
5585         mail-header-parse-content-disposition.
5586         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5587         mail-header-parse-content-type.
5589         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5590         insert charset and format parameters; encode description after
5591         inserting it to buffer.
5592         (mml-insert-parameter): Fold lines properly even if a parameter is
5593         segmented into two or more lines; change the max column to 76.
5595         * rfc1843.el (rfc1843-decode-article-body): Don't use
5596         ignore-errors when calling mail-header-parse-content-type.
5598         * rfc2231.el (rfc2231-parse-string): Return at least type if
5599         possible; don't cause an error even if it fails in parsing of
5600         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5601         (rfc2231-encode-string): Don't break lines at the beginning, leave
5602         it to mml-insert-parameter.
5604         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5605         calling mail-header-parse-content-type.
5607 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
5609         * spam-report.el (spam-report-gmane-use-article-number):
5610         Improve doc string.
5611         (spam-report-gmane-internal): Check if a suitable header was found
5612         in the article.
5614 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5616         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5617         (rfc2231-encode-string): Make param*=value always begin with LWSP.
5619 2006-02-05  Romain Francoise  <romain@orebokech.com>
5621         Update copyright notices of all files in the gnus directory.
5623 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5625         * nnweb.el (nnweb-request-group): Avoid growing overview files.
5627 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5629         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5630         segmented lines of parameter value to cope with Thunderbird 1.5
5631         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5632         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5633         (rfc2231-encode-string): Don't make lines exceeding 76 column.
5635 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
5637         * mml.el (mml-generate-mime-1): Correct the order of inline signed
5638         parts.
5640 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5642         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5643         there's only one active file for all servers.
5644         (nnweb-request-scan): Make sure nnweb-articles is initialized on
5645         solid groups.  Gnus might have used a FAST request to select the group.
5646         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5647         and nnweb-search redundantly in the active file.
5648         (nnweb-request-list): Don't list bogus groups.  There can only be one.
5649         (nnweb-request-create-group): Don't use ARGS.
5650         (nnweb-possibly-change-server, nnweb-request-group): Remove some
5651         initialisations.  Let nnoo do the work.
5653 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5655         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5656         Say the part has been decoded.
5658         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5660 2006-01-31  Kevin Ryde  <user42@zip.com.au>
5662         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5663         mailcap-viewer-test-cache when there's no 'test clause, since that
5664         will invert the meaning of a "nil" test previously determined by
5665         mailcap-mailcap-entry-passes-test.
5667 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5669         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5670         compiling.
5672         * gnus-sum.el: Ditto.
5674         * message.el: Don't bind tool-bar-map when compiling.
5676 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
5678         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5680 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5682         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5683         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5684         current Google Groups.
5686 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
5688         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5689         and tool-bar-mode.
5691         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5692         and tool-bar-mode.
5694         * message.el (message-tool-bar-update): Simplify.
5695         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5697         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5698         gnus-summary-buffer.
5699         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5700         gnus-summary-reply.
5702         * gmm-utils.el (gmm): Add :version.
5704 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5706         * Makefile.in (clean): New rule.
5707         (distclean): Use it.
5709 2006-01-26  Steve Youngs  <steve@sxemacs.org>
5711         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5712         autoload.
5714 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5716         * gmm-utils.el (gmm-verbose): Add :group.
5718 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
5720         * message.el: Change some comments WRT tool-bars.
5722         * gnus-sum.el (gnus-summary-tool-bar)
5723         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5724         (gnus-summary-tool-bar-zap-list): New variables.
5725         (gnus-summary-make-tool-bar): Complete rewrite using
5726         `gmm-tool-bar-from-list'.
5728         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5729         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5730         variables.
5731         (gnus-group-make-tool-bar): Complete rewrite using
5732         `gmm-tool-bar-from-list'.
5733         (gnus-group-tool-bar-update): New function.
5735         * message.el (message-mode-field-menu): Add "Show hidden Headers".
5737 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5739         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5740         is dissected into a single part of which the type is the same as
5741         the given one; decode charset.
5743 2006-01-21  Kevin Ryde  <user42@zip.com.au>
5745         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5746         into alists as symbol not string, since that's what
5747         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5748         look for.
5750 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
5752         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5753         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5755         * message.el (message-tool-bar-gnome): Use gmm-ignore.
5757 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5759         * gnus-art.el (gnus-mime-security-button-commands): New variable.
5760         (gnus-mime-security-button-menu): New definition.
5761         (gnus-mime-security-button-map): Use them.
5762         (gnus-mime-security-button-menu): New function.
5763         (gnus-insert-mime-security-button): Addition to help echo.
5764         (gnus-mime-security-run-function, gnus-mime-security-save-part)
5765         (gnus-mime-security-pipe-part): New functions.
5767         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5768         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5770         * mm-decode.el (mm-handle-set-disposition): Remove.
5771         (mm-handle-set-description): Remove.
5773 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5775         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5776         (mm-w3m-standalone-supports-m17n-p): New function.
5777         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5778         w3m usage.
5780         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5781         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5783 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5785         * message.el (message-tool-bar-zap-list): Use
5786         gmm-tool-bar-zap-list as custom type.
5787         (message-tool-bar-update): New function.
5788         (message-tool-bar, message-tool-bar-gnome)
5789         (message-tool-bar-retro): Add message-tool-bar-update.
5790         (message-tool-bar-gnome): Add flyspell-buffer.
5792         * gnus-util.el (gnus-error): Describe `args'.
5794         * gmm-utils.el (gmm-error): Describe `args'.
5795         (gmm-tool-bar-zap-list): New widget.
5796         (gmm-tool-bar-from-list): Improve description of `zap-list'.
5798 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5800         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5801         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5802         the number of recursive calls.
5804         * mm-decode.el (mm-handle-set-disposition): New macro.
5805         (mm-handle-set-description): New macro.
5807 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5809         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5810         encoding.
5812 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5814         * message.el (message-tool-bar-zap-list, message-tool-bar)
5815         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5816         (message-tool-bar-local-item-from-menu): Remove.
5817         (message-tool-bar-map): Replace by `message-make-tool-bar'.
5818         (message-make-tool-bar): New function.
5819         (message-mode): Use `message-make-tool-bar'.
5821         * gmm-utils.el: New file.
5822         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5823         (gmm-lazy): New widget copied from `nnmail.el'.
5824         (gmm-tool-bar-from-list): New function for creating customizable
5825         tool bars.
5826         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
5827         output.
5828         (gmm): Add :prefix to defgroup.
5830 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5832         * gmm-utils.el (gmm-widget-p): New function.
5834 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5836         * mml.el (mml-attach-file): Describe `description' in doc string.
5837         (mml-menu): Add Emacs MIME manual and PGG manual.
5839 2006-01-20  Richard M. Stallman  <rms@gnu.org>
5841         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5843 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
5845         * nntp.el (nntp-end-of-line): Doc fix.
5847 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
5849         * imap.el (imap-open): Handle case where buffer is a buffer
5850         object.
5852 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5854         * gnus-delay.el (gnus-delay): Don't autoload.
5855         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5856         to be re-loaded when customizing the `gnus-delay' group.
5858 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
5860         * message.el (message-insert-citation-line): Use newlines.
5862 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5864         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
5866         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
5868 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
5870         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
5872 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5874         * mm-decode.el (mm-inlined-types): Add application/pgp.
5875         (mm-automatic-display): Ditto.
5877         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
5878         part as text.
5880 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5882         * nnrss.el: Update copyright.
5883         (nnrss-opml-import): Query whether to subscribe to each entry.
5885         * gnus-art.el:
5886         * gnus-sum.el:
5887         * mm-uu.el:
5888         * mm-view.el: Update copyright.
5890 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
5892         * message.el (message-info): New function.
5893         (message-mode-menu): Add it.
5894         Update copyright.
5896         * ChangeLog: Fix and update copyright.
5898 2006-01-13  Romain Francoise  <romain@orebokech.com>
5900         * message.el (message-forward-subject-name-subject): Prefer the
5901         address to 'nowhere' if the sender has no name.
5902         Fix typo.  Update copyright year.
5904 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5906         * gnus-art.el (article-wash-html): Use
5907         gnus-summary-show-article-charset-alist if a numeric arg is given.
5908         (gnus-article-wash-html-with-w3m-standalone): New function.
5910         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
5911         mm-inline-text-html-render-with-w3m-standalone.
5912         (mm-text-html-washer-alist): Map w3m-standalone to
5913         gnus-article-wash-html-with-w3m-standalone.
5914         (mm-inline-text-html-render-with-w3m-standalone): New function.
5916 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5918         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
5919         Improve LaTeX.
5921 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5923         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
5924         (nnrss-request-article): Render text/plain parts as HTML.
5926         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
5927         the buffer.
5929 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5931         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
5932         custom definition of `gnus-posting-styles'.
5934         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
5935         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
5937 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5939         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
5940         Use nntp for bug archive.
5942 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5944         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
5945         parts.
5946         (nnrss-normalize-date): New function converts ISO 8601 date into
5947         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
5948         (nnrss-check-group): Use it.
5950 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5952         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
5954         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
5955         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
5956         (nnrss-insert-w3): Ditto.
5958 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5960         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
5961         the articles to be forwarded including the case where neither a
5962         number of articles nor a region is specified.
5964 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5966         * nnrss.el (nnrss-request-article): Fix last change; fill
5967         text/plain parts.
5969 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5971         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
5972         in text/plain part.
5973         (nnrss-check-group): Don't add excessive newline to dc:subject.
5975 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
5977         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
5978         article.
5980 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5982         * nnml.el: Don't require gnus-bcklg.  Autoload it.
5983         (nnml-use-compressed-files, nnml-save-mail): Support other
5984         comression programs such as bzip2.
5986 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5988         * dns.el (query-dns): Make sure we check the buffer size before
5989         removing tcp headers.
5991 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5993         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
5994         remove MIME buttons associated with multipart/alternative parts.
5995         (gnus-mime-display-alternative): Tag buttons using `article-type'
5996         text property.
5998         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
5999         associated with multipart/alternative parts.
6001         * gnus-art.el (gnus-signature-separator): Fix custom type.
6003         * mm-decode.el (mm-inlined-types): Fix custom type.
6004         (mm-keep-viewer-alive-types): Ditto.
6005         (mm-automatic-display): Ditto.
6006         (mm-attachment-override-types): Ditto.
6007         (mm-inline-override-types): Ditto.
6008         (mm-automatic-external-display): Ditto.
6010 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6012         * spam-report.el (spam-report-user-mail-address)
6013         (spam-report-user-agent): New variables.
6014         (spam-report-url-ping-plain): Use spam-report-user-agent.
6016 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6018         * gnus-art.el (gnus-button-handle-custom): Do not just use
6019         `customize-apropos' for any "M-x customize-*" button but the
6020         function called for.  Accept both the function name and its
6021         argument in order to achieve this.
6022         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6023         function name to `gnus-button-handle-custom' in case of "M-x
6024         customize-*" buttons.
6026 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6028         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6029         multipart/alternative and add xref to mm-discouraged-alternatives
6030         in doc string.
6032         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6033         gnus-buttonized-mime-types in doc string.
6035 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6037         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6038         Suggest image/.* in the doc string.
6040 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6042         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6043         message-marks (Debian bug #342521).
6045 2005-12-12  Simon Josefsson  <jas@extundo.com>
6047         * password.el (password-read-from-cache): Add.
6048         (password-read): Use it.
6050 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6052         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6053         us-ascii as a MIME charset.
6055         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6056         against the case where the 2nd arg TYPE is nil.
6058 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6060         * pop3.el (pop3-stream-type): Fix custom version.
6062         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6064 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6066         * mm-decode.el (mm-display-external): Add missing cdr.
6068 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6070         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6071         RFC1524) if it is in mailcap or add a suffix according to
6072         mailcap-mime-extensions when generating a temp filename; postpone
6073         deleting a temp file for 2 seconds for some wrappers, shell
6074         scripts, and so on, which might exit right after having started a
6075         viewer command as a background job.
6077 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6079         * nntp.el (nntp-marks-directory): Fix custom group.
6081         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6082         steps when < 10.
6084         * gnus-start.el (gnus-no-server-1): Mention
6085         `gnus-level-default-subscribed' in doc string.
6087 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6089         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6090         parens.
6092 2005-11-26  Dave Love  <fx@gnu.org>
6094         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6095         (tls-program, tls-success): Provide openssl alternative.
6097         * starttls.el: Doc fixes.
6098         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6099         SERVICE to PORT.
6101         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6102         port null or service name.
6103         (starttls-negotiate): Autoload.
6105 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6107         * message.el (message-kill-to-signature): Fix interactive spec.
6109 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6111         * pop3.el (pop3-open-server): Recognize a string as a service name.
6113 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6115         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6117 2005-11-23  Dave Love  <fx@gnu.org>
6119         Add pop3s, pop3/starttls.
6121         * pop3.el (pop3-authentication-scheme): Clarify doc.
6122         (open-tls-stream, starttls-open-stream): Autoload.
6123         (pop3-stream-type): New.
6124         (pop3-open-server): Use it.
6126         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6127         for POP.
6128         (mail-source-keyword-map): Add :stream for POP.
6129         (mail-source-fetch-pop): Use pop3-stream-type.
6131 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6133         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6134         of current-time-string.
6136 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6138         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6139         date header.
6141 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6143         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6144         it can seriously impact performance as it bypasses the agent's
6145         local caches.
6147 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6149         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6150         must be explicitly online rather than "not explicitly offline" for
6151         its flags to be synchronized.
6153         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6154         that gnus-uu-unmark-thread will function correctly.
6156         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6157         1024K is instead displayed as 1M.
6159 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6161         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6163 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6165         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6167 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6169         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6170         error message to display actual error condition.
6171         (gnus-agent-save-local): Avoid saving symbols that are bound to
6172         nil as they simply result in a warning message in
6173         gnus-agent-read-local.
6175 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6177         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6178         rather than make-variable-buffer-local for file-precious-flag.
6180 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6182         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6183         for duplicates which are removed.  The invalid sort check then
6184         triggers a rescan after the sort as sorting may have moved
6185         duplicate entries such that they can be cheaply detected.
6187 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6189         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6191 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6193         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6194         internal variable to a custom variable.  Changed default value
6195         from compressed(2) to uncompressed(1).
6196         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6197         support for uncompressed agentview files.  Taken together, reading
6198         the agentview file should now be 6-7 times faster.
6200 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6202         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6203         as a buffer-local variable.  This avoids creating truncated
6204         dribble files as a result of a hang up, eg.
6206 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6208         * gnus-start.el (gnus-start-draft-setup): Enforce
6209         `gnus-draft-mode' for nndraft:drafts at startup.
6211         * gnus.el (gnus-splash): Change custom group.
6212         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6213         allow-list argument.
6215         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6216         string.
6218 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6220         * gnus-art.el (gnus-default-article-saver): Add user-defined
6221         `function' to custom type.
6223 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6225         * imap.el (imap-open): Handle case where buffer is a buffer
6226         object.
6228 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6230         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6231         long lines.
6232         (gnus-cache-delete-group): Wrap doc strings.
6234         * gnus-agent.el (gnus-agent-rename-group)
6235         (gnus-agent-delete-group): Wrap doc strings.
6237 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6239         * gnus-start.el (gnus-1): Add "native" to
6240         gnus-predefined-server-alist.
6242         * gnus.el (gnus-method-to-server): Don't add "native" to the
6243         lists here, because that leads to problems when
6244         gnus-select-method is bound.
6246 2005-11-09  Simon Josefsson  <jas@extundo.com>
6248         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6249         use (not sort-by-date) instead.
6251 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6253         * gnus-delay.el (gnus-delay-group): Don't autoload.
6254         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6255         to be re-loaded when customizing the `gnus-delay' group.
6257 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6259         * message.el: Revert last changes.
6260         (message-insert-citation-line): Use newlines.
6262 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6264         * message.el (message-courtesy-message)
6265         (message-mark-insert-begin, message-mark-insert-end)
6266         (message-elide-ellipsis, message-cancel-message)
6267         (message-add-header, message-change-subject)
6268         (message-cross-post-followup-to-header)
6269         (message-cross-post-insert-note, message-reduce-to-to-cc)
6270         (message-widen-reply, message-delete-not-region)
6271         (message-kill-to-signature, message-insert-signature)
6272         (message-insert-importance-high, message-insert-importance-low)
6273         (message-insert-or-toggle-importance)
6274         (message-insert-disposition-notification-to)
6275         (message-indent-citation, message-yank-original)
6276         (message-cite-original-without-signature, message-cite-original)
6277         (message-insert-citation-line, message-position-on-field)
6278         (message-fix-before-sending, message-send-mail-partially)
6279         (message-send-mail, message-send-mail-with-sendmail)
6280         (message-send-mail-with-qmail, message-send-news)
6281         (message-check-news-header-syntax, message-generate-headers)
6282         (message-insert-courtesy-copy, message-fill-address)
6283         (message-fill-header, message-shorten-references)
6284         (message-setup-1, message-cancel-news)
6285         (message-forward-make-body-plain, message-forward-make-body-mime)
6286         (message-forward-make-body-mml, message-encode-message-body)
6287         (message-forward-make-body-digest-plain)
6288         (message-forward-make-body-digest-mime)
6289         (message-use-alternative-email-as-from): Insert `hard-newline'
6290         instead of ordinary newlines.
6292 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6294         * message.el (message-generate-headers): Downcase the argument
6295         given to message-check-element.
6297 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6299         * nntp.el (nntp-authinfo-rejected): New error condition.
6300         (nntp-wait-for): Use new error condition to signal authentication
6301         error.
6302         (nntp-retrieve-data): Rethrow new error condition to break out of
6303         recursive call to nntp-send-authinfo.
6305 2005-11-08  Romain Francoise  <romain@orebokech.com>
6307         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6308         (gnus-summary-exit-map): Bind to `Z p'.
6309         (gnus-summary-make-menu-bar): Add menu item.
6311 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6313         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6314         (gnus-treat-*): Add `first' in all doc strings.
6316         * gnus-group.el (gnus-group-compact-group): Fix typo.
6318 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6320         * gnus.el (gnus-parameters-case-fold-search): New variable.
6321         (gnus-parameters-get-parameter): Use it.
6323         * gnus-score.el (gnus-home-score-file): Doc fix.
6325 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6327         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6329 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6331         * mm-util.el (mm-special-display-p): New function.
6333         * mml.el (mml-preview): Use it; doc fix.
6335 2005-10-29  Romain Francoise  <romain@orebokech.com>
6337         * message.el (message-fix-before-sending): Fix comment.
6339 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6341         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6343 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6345         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6346         Used in gnus-score.el.
6348 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6350         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6352 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6354         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6355         whitespace removed in revision 7.8.  Use concatenated string to
6356         protect trailing whitespace.
6358 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
6360         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6361         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6362         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6363         Courier IMAP ("some version from 2004").  Mostly based on similar
6364         code in the same function.
6366 2005-10-26  Didier Verna  <didier@xemacs.org>
6368         * gnus-group.el (gnus-group-compact-group): Invalidate original
6369         article buffer.
6370         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6371         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6372         NOV database and in article itself.
6373         Invalidate article backlog.
6375 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6377         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6379 2005-10-26  Simon Josefsson  <jas@extundo.com>
6381         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6382         part of 2004-07-25 change.
6384 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6386         * message.el (message-display-completion-list): New function.
6387         (message-expand-group): Use it; make sure the Completions buffer
6388         is modifiable.
6390 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6392         * imap.el (imap-open): Handle case where buffer is a buffer object.
6394 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
6396         * pgg-def.el:
6397         * pgg-gpg.el:
6398         * pgg-parse.el:
6399         * pgg-pgp.el:
6400         * pgg-pgp5.el:
6401         * pgg.el: Move to the parent lisp directory.
6403 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6405         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6406         user-mail-name is an empty string.
6408 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6410         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6411         depending on gnus-score-decay-constant.
6413         * encrypt.el (encrypt-insert-file-contents)
6414         (encrypt-write-file-contents): Don't use `gnus-message'.
6416         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6417         arguments.
6418         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
6419         arguments to mm-uu-verbatim-marks-extract.
6420         (mm-uu-hide-markers): New variable.
6421         (mm-uu-extract): Use face similar to `gnus-cite-3'.
6423         * gnus-fun.el (gnus-convert-image-to-x-face-command)
6424         (gnus-convert-image-to-face-command): Use "convert" by default to
6425         allow other input image formats.
6426         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6427         accordingly.
6429 2005-10-23  Simon Josefsson  <jas@extundo.com>
6431         * imap.el (imap-gssapi-program): Align command line parameters
6432         with latest GNU SASL.
6433         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6435 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6437         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6438         HTML.
6439         (nnslashdot-request-article): Ditto.
6441 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6443         * mail-source.el (mail-source-fetch-pop): Require pop3.
6444         (mail-source-check-pop): Ditto.
6446 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6448         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6449         errors.
6451 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6453         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6454         (gnus-treat-strip-leading-blank-lines): Improve doc string.
6456         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6458         * mm-bodies.el (mm-decode-string): Call
6459         `mm-charset-to-coding-system' with allow-override argument.
6461 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6463         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6464         (rfc2047-charset-to-coding-system): New function.
6465         (rfc2047-decode-encoded-words): New function.
6466         (rfc2047-decode-region): Use them.
6467         (rfc2047-decode-cte): Remove.
6468         (rfc2047-parse-and-decode): Remove.
6469         (rfc2047-decode): Remove.
6471 2005-10-15  Kenichi Handa  <handa@m17n.org>
6473         * rfc2047.el (rfc2047-decode-cte): New function.
6474         (rfc2047-decode-region): Change the way to decode successive
6475         encoded-words: decode B- or Q-encoding in each encoded-word,
6476         concatenate them, and decode it as charset.
6478 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6480         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
6481         widget-move-and-invoke.
6482         (gnus-custom-mode): Use gnus-custom-map.
6484 2005-10-15  Bill Wohler  <wohler@newt.com>
6486         * message.el (message-tool-bar-map): Renamed image file from
6487         mail_send to mail/send.
6489 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6491         * message.el (message-expand-group): Pass the common
6492         prefix substring of completion to `display-completion-list'.
6494 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
6496         * mml-sec.el (mml-secure-method): New internal variable.
6497         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6498         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6499         functions using mml-secure-method.
6501         * mml.el (mml-mode-map): Add key bindings for those functions.
6502         (mml-menu): Simplify security menu entries.  Suggested by Jesper
6503         Harder <harder@myrealbox.com>.
6504         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6505         end of message if point is the headers of the message.
6507         * message.el (message-in-body-p): New function.
6509         * assistant.el: Autoload gnus-util and netrc.
6511         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6512         Use `mm-charset-override-alist' only when decoding.
6514         * mm-bodies.el (mm-decode-body): Call
6515         `mm-charset-to-coding-system' with allow-override argument.
6517         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6518         `filename' from Content-Disposition if Content-Type doesn't
6519         provide `name'.
6520         (gnus-mime-view-part-as-type): Set default instead of
6521         initial-input.
6523 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6525         * format-spec.el (format-spec): Propagate text properties of % spec.
6527 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6529         * gnus-art.el (gnus-treat-predicate): Add `first'.
6531 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6533         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6534         (mm-charset-override-alist): New variable.
6535         (mm-charset-to-coding-system): Use it.
6536         (mm-codepage-setup): New helper function.
6537         (mm-charset-eval-alist): New variable.
6538         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
6539         about unknown charsets.
6541 2005-10-04  David Hansen  <david.hansen@gmx.net>
6543         * nnrss.el (nnrss-request-article): Add support for the comments tag.
6544         (nnrss-check-group): Ditto.
6546 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6548         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6549         Rename x-gnus-verbatim to x-verbatim.
6550         (mm-uu-type-alist): Fix regexp for verbatim-marks.
6552         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6553         x-verbatim.
6555         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6557         * gnus-util.el (gnus-remove-duplicates): Remove.
6559         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6560         instead of gnus-remove-duplicates.
6562         * message.el (message-remove-duplicates): Remove.
6563         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6564         message-remove-duplicates.
6566         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6567         available, else use implementation from `delete-dups'.
6569         * message.el (message-insert-expires): New function.
6570         (message-mode-map): Add key binding.
6571         (message-mode-field-menu): Add menu entry.
6572         (message-mode): Document it.
6573         (message-make-expires-date): Use `message-make-date'.
6575 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
6577         * message.el (message-make-expires-date): New function.
6579 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6581         * Makefile.in (list-installed-shadows): New entry.
6582         (install): Use it.
6583         (remove-installed-shadows): New entry.
6585 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6587         * time-date.el: Autoload parse-time-string, XEmacs needs it.
6589 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6591         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6592         function rather than the diff-mode.el package.
6593         (mm-display-external): Use with-current-buffer.
6594         (mm-viewer-completion-map, mm-viewer-completion-map):
6595         Move initialization inside declaration.
6597 2005-09-29  Simon Josefsson  <jas@extundo.com>
6599         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
6600         autoload mail-check-payment.
6601         (spam-check-hashcash): Define unconditionally, since hashcash.el
6602         is part of Gnus now.  Ignore errors from payment checking.
6604 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6606         * message.el (message-bold-region, message-unbold-region): Rename
6607         from `bold-region' and `unbold-region'.
6609         * message.el: Remove useless autoloads.
6611 2005-09-28  Simon Josefsson  <jas@extundo.com>
6613         * message.el (message-use-idna): Default to t.
6614         (message-use-idna): Test whether encoding works too.  Doc fix.
6616 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6618         * nntp.el (nntp-warn-about-losing-connection): Remove.
6620 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6622         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6623         customizable.  Change default value.
6624         (mm-uu-diff-groups-regexp): Change default value.
6625         (mm-uu-type-alist): Add doc string.
6626         (mm-uu-configure): Add doc string.  Make it interactive.
6627         (mm-uu-tex-groups-regexp): New variable.
6628         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6629         (mm-uu-type-alist): Add LaTeX documents.
6630         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6631         of "text/verbatim".
6632         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6634         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6635         instead of "text/verbatim".
6637         * message.el (message-mark-inserted-region)
6638         (message-mark-insert-file): Use slrn style marks when called with
6639         prefix argument.
6641 2005-09-27  Simon Josefsson  <jas@extundo.com>
6643         * message.el (message-idna-to-ascii-rhs-1): Reformat.
6645 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
6647         * message.el (message-remove-duplicates): New function.
6648         Implementation borrowed from `gnus-remove-duplicates'.
6649         (message-idna-to-ascii-rhs): Also encode idna addresses in
6650         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6651         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6652         only ask about the same idna domain once per header and also tell
6653         in what header to replace the idna domain.
6655         * gnus-art.el (article-decode-idna-rhs): Also decode idna
6656         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6657         (article-decode-idna-rhs): Fix regexp so that all idna-address in
6658         a header is decoded and not just the last one.
6660 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6662         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6663         has been decoded.
6665         * mm-decode.el (mm-automatic-display): Add text/verbatim.
6666         (mm-insert-part): Don't modify text if it has been decoded.
6668         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6669         decoded.
6671         * mm-view.el (mm-inline-text): Don't strip text props unless
6672         decoding enriched or richtext parts.
6674 2005-09-25  Romain Francoise  <romain@orebokech.com>
6676         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6677         * gnus-start.el (gnus-subscribe-interactively):
6678         * gnus-uu.el (gnus-uu-grab-articles):
6679         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6680         space.
6682 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6684         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6685         * mm-view.el (mm-view-pkcs7-decrypt):
6686         * gnus-sum.el (gnus-summary-limit-to-extra)
6687         (gnus-summary-respool-article, gnus-read-move-group-name):
6688         * gnus-score.el (gnus-summary-increase-score):
6689         * gnus-util.el (gnus-completing-read-with-default):
6690         * gnus-art.el (gnus-read-save-file-name)
6691         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6692         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6693         * message.el (message-check-news-header-syntax):
6694         Follow convention for reading with the minibuffer.
6696 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
6698         * spam-report.el (spam-report-url-ping-plain):
6699         Use gnus-extended-version as User-Agent.
6701         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6702         default value is nil.
6704         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6705         (mm-uu-verbatim-marks-extract): New function.
6706         (mm-uu-extract): New face.
6707         (mm-uu-copy-to-buffer): Use it.
6709         * spam-report.el (spam-report-gmane-ham): Renamed from
6710         `spam-report-gmane-unspam'.
6711         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6712         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
6714         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6715         Autoload.
6716         (spam-report-gmane-unregister-routine): Renamed
6717         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6719 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
6721         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6722         (spam-report-gmane-unregister-routine): Add support for gmane
6723         unregistration.
6725         * spam-report.el (spam-report-gmane-unspam)
6726         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6727         (spam-report-gmane): Change to take a single article and do unspam
6728         registration.
6730 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6732         * mm-url.el (mm-url-decode-entities): Fix regexp.
6734 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6736         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6737         default to nil, to be able to use Gnus at all.  If the default
6738         switches to something else, then the function should be fixed not
6739         be exceedingly slow.
6741 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
6743         * gnus-start.el (gnus-activate-group): If the server is nil, don't
6744         fail hard.
6746         * spam-report.el: Add better Keywords line.
6748         * spam.el: Add Maintainer and better Keywords line.
6750 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6752         * gnus-art.el (gnus-article-replace-part)
6753         (gnus-mime-replace-part): New functions.
6754         (gnus-mime-action-alist, gnus-mime-button-commands)
6755         (gnus-mime-save-part-and-strip): Added file argument.
6756         (gnus-article-part-wrapper): Added interactive argument.
6758         * gnus-sum.el (gnus-summary-mime-map): Add
6759         `gnus-article-replace-part'.
6761 2005-09-19  Didier Verna  <didier@xemacs.org>
6763         The nnml compaction feature:
6764         * nnml.el (nnml-request-compact-group): New function.
6765         * nnml.el (nnml-request-compact): New function.
6766         * gnus-int.el (gnus-request-compact-group): New function.
6767         * gnus-int.el (gnus-request-compact): New function.
6768         * gnus-group.el (gnus-group-compact-group): New function.
6769         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6770         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6771         * gnus-srvr.el (gnus-server-compact-server): New function.
6772         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6773         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6775 2005-09-18  Deepak Goel  <deego@gnufans.org>
6777         * sieve.el (sieve-help): Fix `message' call: first arg should be a
6778         format spec.
6780 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6782         * gnus.el (gnus-group-startup-message): Bind image-load-path.
6784 2005-09-15  Romain Francoise  <romain@orebokech.com>
6786         * message.el (message-fill-paragraph): Clarify docstring.
6788 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6790         * gnus-art.el (gnus-mime-display-part): Protect against broken
6791         MIME messages.
6793 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6795         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
6796         before parsing header.
6798 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
6800         * html2text.el (html2text-replace-list): Add new entities.
6802 2005-09-11  Romain Francoise  <romain@orebokech.com>
6804         * message.el (message-alternative-emails): Improve docstring.
6805         (message-setup-1): Call `message-use-alternative-email-as-from'
6806         after `message-setup-hook' to give it precedence over posting
6807         styles, etc.
6808         (message-use-alternative-email-as-from): Add docstring.  Remove
6809         the original From header if present.
6811         * nnml.el (nnml-compressed-files-size-threshold): New variable.
6812         (nnml-save-mail): Use it.
6814         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
6815         articles.  Add new argument `silent'.
6816         (gnus-uu-mark-all): Report the total number of marked articles.
6818 2005-09-10  Romain Francoise  <romain@orebokech.com>
6820         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
6821         (gnus-uu-mark-series): Likewise.
6823 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
6825         * spam-report.el (spam-report-gmane): Fix generation of spam
6826         report URL.
6828 2005-09-10  Simon Josefsson  <jas@extundo.com>
6830         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
6831         t, based on discussion on the ding list with Robert Epprecht
6832         <epprecht@solnet.ch>.
6834 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
6836         * spam-report.el (spam-report-gmane): Make it work without
6837         X-Report-Spam header.  Gmane now only provides Archived-At.
6838         This is only used if `spam-report-gmane-use-article-number' is nil.
6839         (spam-report-gmane-spam-header): Remove.  Not used anymore.
6841         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
6842         make `gnus-summary-sort-by-recipient' work with threading.
6844         * nnweb.el (nnweb-google-wash-article): Print a message if article
6845         is not available.
6847 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6849         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
6850         change.  Decode text/* parts content before displaying.
6852 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6854         * mml-smime.el: Remove defvar of gnus-extract-address-components.
6856 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6858         * mm-view.el (mm-display-inline-fontify): Disable support modes.
6860 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
6862         * message.el (message-tab-body-function): Fix mismatched custom type.
6864         * gnus.el (gnus-group-change-level-function): Ditto.
6866         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
6868         * gnus-art.el (gnus-signature-limit)
6869         (gnus-article-mime-part-function): Ditto.
6871 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6873         * mml.el (mml-mode): Silence the byte compiler.
6875         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
6876         using `(sit-for 0)' before moving the point to the specified part;
6877         skip unbuttonized parts.
6878         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
6879         return to the summary window if gnus-auto-select-part is non-nil.
6881 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
6883         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
6884         variables.
6885         (mml-dnd-attach-file, mml-mode): Use them.
6887         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
6888         Make fetching article by MID work again for Google Groups.  Added
6889         FIXME concerning gnus-group-make-web-group.
6891         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
6892         Don't depend on Gnus by using mail-extract-address-components if
6893         gnus-extract-address-components is not bound.
6895 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6897         * gnus-art.el (gnus-mime-display-security): Don't display the
6898         signature, but only the signed part.
6900 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6902         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
6904         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
6905         list, not listp.
6907 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
6909         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
6910         when encoding.
6912         * mm-bodies.el (mm-decode-content-transfer-encoding):
6913         De-canonicalize CRLF for all text content types, not just
6914         text/plain.
6916 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6918         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
6919         valid article; point arrow and cursor at the MIME button.
6921 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6923         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
6924         Suggested by Dan Christensen <jdc@uwo.ca>.
6926         * mm-decode.el (mm-save-part): Enable change of prompt.
6928 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
6930         * gnus-msg.el (gnus-inews-add-send-actions): Made
6931         `message-post-method' lambda parameter ARG `&optional'.
6933 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
6935         * gnus-sum.el (gnus-summary-mime-map): Added
6936         gnus-article-save-part-and-strip, gnus-article-delete-part and
6937         gnus-article-jump-to-part.
6939         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
6940         (gnus-article-edit-part): Use it.
6941         (gnus-article-part-wrapper): Added no-handle argument.
6942         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
6943         functions.
6945 2005-08-29  Romain Francoise  <romain@orebokech.com>
6947         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6948         docstring.
6949         (gnus-face-from-file): Likewise.
6951 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
6953         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
6954         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
6955         non-nil.
6956         (gnus-auto-select-part): New variable.
6957         (gnus-article-jump-to-part): New function.
6958         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
6959         (gnus-mime-delete-part): Allow selecting specified part after
6960         deleting or stripping parts.
6961         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
6962         part if argument is bogus.
6964 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
6966         * gnus-art.el (w3m-minor-mode-map):
6967         * gnus-spec.el (gnus-newsrc-file-version):
6968         * gnus-util.el (nnmail-active-file-coding-system)
6969         (gnus-original-article-buffer, gnus-user-agent):
6970         * gnus.el (gnus-ham-process-destinations)
6971         (gnus-parameter-ham-marks-alist)
6972         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
6973         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
6974         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
6975         * mm-decode.el (gnus-current-window-configuration):
6976         * mm-extern.el (gnus-article-mime-handles):
6977         * mm-url.el (url-current-object, url-package-name)
6978         (url-package-version):
6979         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
6980         (smime-keys, w3m-cid-retrieve-function-alist)
6981         (w3m-current-buffer, w3m-display-inline-images)
6982         (w3m-minor-mode-map):
6983         * mml-smime.el (gnus-extract-address-components):
6984         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
6985         (gnus-newsrc-hashtb, message-default-charset)
6986         (message-deletable-headers, message-options)
6987         (message-posting-charset, message-required-mail-headers)
6988         (message-required-news-headers):
6989         * mml1991.el (mc-pgp-always-sign):
6990         * mml2015.el (mc-pgp-always-sign):
6991         * nnheader.el (nnmail-extra-headers):
6992         * rfc1843.el (gnus-decode-encoded-word-function)
6993         (gnus-decode-header-function, gnus-newsgroup-name):
6994         * spam-stat.el (gnus-original-article-buffer): Add defvars.
6996 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
6998         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
6999         the end of the date treatments.
7001 2005-08-15  Simon Josefsson  <jas@extundo.com>
7003         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7004         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7005         Capello and Romain Francoise.
7006         (pgg-fetch-key-function): Removed, not used?
7007         (pgg-insert-url-with-w3): Require url, to get
7008         url-insert-file-contents regardless of where it is defined.
7010 2005-08-13  Romain Francoise  <romain@orebokech.com>
7012         * message.el (message-cite-original-1): New function.
7013         (message-cite-original): Use it.
7014         (message-cite-original-without-signature): Ditto.
7016 2005-08-08  Romain Francoise  <romain@orebokech.com>
7018         * message.el (message-yank-empty-prefix): New variable.
7019         (message-indent-citation): Use it.
7020         (message-cite-original-without-signature): Respect X-No-Archive.
7022 2005-08-08  Simon Josefsson  <jas@extundo.com>
7024         * pgg.el: Autoload url-insert-file-contents instead of loading
7025         w3/url.
7026         (pgg-insert-url-with-w3): Don't load url here.
7028 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7030         * message.el (message-kill-to-signature): Don't insert newline at
7031         bol.
7032         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7034 2005-08-06  Romain Francoise  <romain@orebokech.com>
7036         * message.el (message-user-fqdn): Fix typo in docstring.
7038 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7040         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7042         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7044 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7046         * mm-bodies.el (mm-encode-body): Use coding system rather than
7047         charset to encode text.
7049         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7050         number of charsets if utf-8 is available (XEmacs).
7052 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7054         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7055         taken from `gnus-button-mid-or-mail-regexp'.
7056         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7057         (gnus-button-alist): Improve regexp for domain part of the MIDs
7058         for news:localpart@domain buttons.
7059         (gnus-button-ctan-directory-regexp): Update.
7061 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7063         * sieve-manage.el (sieve-manage-interactive-login): Use
7064         make-local-variable rather than make-variable-buffer-local.
7065         (sieve-manage-open): Ditto.
7066         (sieve-manage-authenticate): Ditto.
7068         * mml.el (mml-generate-mime-1): Make the content type default to
7069         text/plain if the filename is not specified.
7071 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7073         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7074         instead of insert-buffer.
7076         * message.el (message-yank-original): Ditto; set the mark at the
7077         end of the yanked message.
7079 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7081         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7082         lines to scroll rather than to stop it.
7084         * mml.el (mml-generate-default-type): Add doc string.
7085         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7086         default to application/octet-stream when determining the content
7087         type if it is not specified for the part or the mml contents; add
7088         a comment about mml-generate-default-type.
7090 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7092         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7093         make it default to application/octet-stream when determining the
7094         content type if it is not specified for the external contents.
7096 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7098         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7099         segmented parameter but also other parameters might be there.
7101 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7103         * mm-decode.el (mm-display-external): Delete temp file, directory
7104         and buffer immediately if the external process is exited.
7106 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7108         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7109         fewer lines than that of scroll-margin.
7110         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7112 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7114         * gnus-art.el (gnus-article-next-page): Revert.
7115         (gnus-article-beginning-of-window): New macro.
7116         (gnus-article-next-page-1): Use it.
7117         (gnus-article-prev-page): Ditto.
7118         (gnus-article-edit-part): Use insert-buffer-substring instead of
7119         insert-buffer.
7120         (gnus-article-edit-exit): Ditto.
7122         * gnus-util.el (gnus-beginning-of-window): Remove.
7123         (gnus-end-of-window): Remove.
7125 2005-07-25  Simon Josefsson  <jas@extundo.com>
7127         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7128         to have the url package without w3.  Reported by Daiki Ueno
7129         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7131 2005-07-20  Didier Verna  <didier@xemacs.org>
7133         * gnus-diary.el: Remove the description comment (nndiary is now
7134         properly documented in the Gnus manual).
7135         Fix the spelling of "Back End".
7136         * nndiary.el: Ditto.
7137         Fix the copyright notice.
7139 2005-07-18  Romain Francoise  <romain@orebokech.com>
7141         * gnus-sum.el (gnus-summary-to-prefix)
7142         (gnus-summary-newsgroup-prefix): New variables.
7143         (gnus-summary-from-or-to-or-newsgroups): Use them.
7145 2005-07-17  Romain Francoise  <romain@orebokech.com>
7147         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7148         space as it's generally not especially interesting to the user.
7150 2005-07-16  Romain Francoise  <romain@orebokech.com>
7152         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7153         nil to avoid prompting and file modification if one of the
7154         messages at the top of the nnfolder file contains a copyright
7155         notice.
7156         Update copyright notice.
7158         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7159         instead of `current-time-string' as the latter creates a time
7160         string that is not RFC 2822 compliant (it lacks the zone).
7161         Update copyright notice.
7163 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7165         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7166         for text/rtf.  Display default in prompt.  Pass default for M-n.
7168         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7170 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7172         * gnus-msg.el (gnus-button-mailto): Remove
7173         save-selected-window-window hackery because it relies on
7174         save-selected-window internals.
7176 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7178         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7179         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7180         (gnus-article-prev-page): Ditto.
7182         * gnus-util.el (gnus-beginning-of-window): New function.
7183         (gnus-end-of-window): New function.
7185 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7187         * gnus-score.el (gnus-score-edit-all-score): Set
7188         gnus-score-edit-exit-function to gnus-score-edit-done and call
7189         gnus-message.
7191 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7193         * gnus-msg.el (gnus-button-mailto): Remove
7194         save-selected-window-window hackery because it relies on
7195         save-selected-window internals.
7197 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7199         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7200         add-minor-mode.
7201         (gnus-binary-mode): Ditto.
7203         * gnus-topic.el (gnus-topic-mode): Ditto.
7205 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7207         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7208         (gnus-article-prev-page): Take scroll-margin into consideration.
7210 2005-07-04  Lute Kamstra  <lute@gnu.org>
7212         Update FSF's address in GPL notices.
7214 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7216         * gnus.el (gnus-exit):
7217         * gnus-group.el (gnus-group-icons):
7218         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7220         * gnus-nocem.el (gnus-nocem):
7221         * message.el (message-various, message-buffers, message-sending)
7222         (message-interface, message-forwarding, message-insertion)
7223         (message-headers, message-news, message-mail):
7224         * pgg-gpg.el (pgg-gpg):
7225         * pgg-parse.el (pgg-parse):
7226         * pgg-pgp.el (pgg-pgp):
7227         * pgg-pgp5.el (pgg-pgp5):
7228         * pop3.el (pop3): Finish `defgroup' description with period.
7230 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7232         * gnus-art.el (article-display-face): Improve the efficiency.
7233         (article-display-x-face): Ditto; remove grey x-face stuff.
7235 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7237         * gnus-art.el (article-display-face): Correct the position in
7238         which Faces are inserted.
7240 2005-06-29  Didier Verna  <didier@xemacs.org>
7242         * gnus-art.el (article-display-face): Display faces in correct
7243         order.
7245 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7247         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7248         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7249         (gnus-nocem-check-article): Fetch the Type header.
7250         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7251         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7252         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7253         make sure gnus-nocem-hashtb is initialized.
7254         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7255         (gnus-nocem-unwanted-article-p): Ditto.
7257         * pgg.el (pgg-verify): Return the verification result.
7259 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7261         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7262         is ascii.
7264 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7266         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7267         `show-nonbreak-escape'.
7269 2005-06-23  Lute Kamstra  <lute@gnu.org>
7271         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7273         * dig.el (dig-mode):
7274         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7276 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7278         * nnimap.el (nnimap-split-download-body): Fix spellings.
7280 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7282         * gnus-art.el (gnus-article-encrypt-body):
7283         * gnus-cus.el (gnus-score-customize):
7284         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7285         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7287 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7289         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7290         header by looking for magic "MII" at the beginnig.
7292 2005-06-16  Miles Bader  <miles@gnu.org>
7294         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7295         (assistant-field-face): New backward-compatibility alias for renamed
7296         face.
7297         (assistant-render-text): Use renamed assistant-field face.
7299         * spam.el (spam): Remove "-face" suffix from face name.
7300         (spam-face): New backward-compatibility alias for renamed face.
7301         (spam-face, spam-initialize): Use renamed spam face.
7303         * message.el (message-header-to, message-header-cc)
7304         (message-header-subject, message-header-newsgroups)
7305         (message-header-other, message-header-name)
7306         (message-header-xheader, message-separator, message-cited-text)
7307         (message-mml): Remove "-face" suffix from face names.
7308         (message-header-to-face, message-header-cc-face)
7309         (message-header-subject-face, message-header-newsgroups-face)
7310         (message-header-other-face, message-header-name-face)
7311         (message-header-xheader-face, message-separator-face)
7312         (message-cited-text-face, message-mml-face):
7313         New backward-compatibility aliases for renamed faces.
7314         (message-font-lock-keywords): Use renamed message faces.
7316         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7317         (sieve-test-commands, sieve-tagged-arguments):
7318         Remove "-face" suffix from face names.
7319         (sieve-control-commands-face, sieve-action-commands-face)
7320         (sieve-test-commands-face, sieve-tagged-arguments-face):
7321         New backward-compatibility aliases for renamed faces.
7322         (sieve-control-commands-face, sieve-action-commands-face)
7323         (sieve-test-commands-face, sieve-tagged-arguments-face):
7324         Use renamed sieve faces.
7326         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7327         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7328         (gnus-group-news-3-empty, gnus-group-news-4)
7329         (gnus-group-news-4-empty, gnus-group-news-5)
7330         (gnus-group-news-5-empty, gnus-group-news-6)
7331         (gnus-group-news-6-empty, gnus-group-news-low)
7332         (gnus-group-news-low-empty, gnus-group-mail-1)
7333         (gnus-group-mail-1-empty, gnus-group-mail-2)
7334         (gnus-group-mail-2-empty, gnus-group-mail-3)
7335         (gnus-group-mail-3-empty, gnus-group-mail-low)
7336         (gnus-group-mail-low-empty, gnus-summary-selected)
7337         (gnus-summary-cancelled, gnus-summary-high-ticked)
7338         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7339         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7340         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7341         (gnus-summary-low-undownloaded)
7342         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7343         (gnus-summary-low-unread, gnus-summary-normal-unread)
7344         (gnus-summary-high-read, gnus-summary-low-read)
7345         (gnus-summary-normal-read, gnus-splash):
7346         Remove "-face" suffix from face names.
7347         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7348         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7349         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7350         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7351         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7352         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7353         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7354         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7355         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7356         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7357         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7358         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7359         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7360         (gnus-summary-normal-ticked-face)
7361         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7362         (gnus-summary-normal-ancient-face)
7363         (gnus-summary-high-undownloaded-face)
7364         (gnus-summary-low-undownloaded-face)
7365         (gnus-summary-normal-undownloaded-face)
7366         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7367         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7368         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7369         (gnus-splash-face):
7370         New backward-compatibility aliases for renamed faces.
7371         (gnus-group-startup-message): Use renamed gnus faces.
7373         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7374         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7375         (gnus-server-agent): Remove "-face" suffix from face names.
7376         (gnus-server-agent-face, gnus-server-opened-face)
7377         (gnus-server-closed-face, gnus-server-denied-face)
7378         (gnus-server-offline-face):
7379         New backward-compatibility aliases for renamed faces.
7380         (gnus-server-agent-face, gnus-server-opened-face)
7381         (gnus-server-closed-face, gnus-server-denied-face)
7382         (gnus-server-offline-face): Use renamed gnus faces.
7384         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7385         Remove "-face" suffix from face names.
7386         (gnus-picon-xbm-face, gnus-picon-face):
7387         New backward-compatibility aliases for renamed faces.
7389         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7390         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7391         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7392         (gnus-cite-11): Remove "-face" suffix from face names.
7393         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7394         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7395         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7396         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7397         New backward-compatibility aliases for renamed faces.
7398         (gnus-cite-attribution-face, gnus-cite-face-list)
7399         (gnus-article-boring-faces): Use renamed gnus faces.
7401         * gnus-art.el (gnus-signature, gnus-header-from)
7402         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7403         (gnus-header-content): Remove "-face" suffix from face names.
7404         (gnus-signature-face, gnus-header-from-face)
7405         (gnus-header-subject-face, gnus-header-newsgroups-face)
7406         (gnus-header-name-face, gnus-header-content-face):
7407         New backward-compatibility aliases for renamed faces.
7408         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7410         * gnus-sum.el (gnus-summary-selected-face)
7411         (gnus-summary-highlight): Use renamed gnus faces.
7412         * gnus-group.el (gnus-group-highlight): Likewise.
7414 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7416         * gnus-sieve.el (gnus-sieve-article-add-rule):
7417         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7418         * spam-stat.el (spam-stat-buffer-change-to-spam)
7419         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7421         * message.el (message-is-yours-p):
7422         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7424 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7426         * mm-view.el (mm-inline-text): Withdraw the last change.
7428 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7430         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7431         executing enriched-decode.
7433 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7435         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7436         charset of tar files.
7438 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
7440         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7442 2005-06-04  Lute Kamstra  <lute@gnu.org>
7444         * nnfolder.el (nnfolder-read-folder): Make sure that undo
7445         information is never recorded.
7447 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7449         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7451 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7453         * pop3.el (pop3-apop): Run md5 in the binary mode.
7455         * starttls.el (starttls-set-process-query-on-exit-flag):
7456         Use eval-and-compile.
7458 2005-05-31  Simon Josefsson  <jas@extundo.com>
7460         * smime.el (smime-replace-in-string): Define.
7461         (smime-cert-by-ldap-1): Use it.
7463 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7465         * gnus-art.el (article-display-x-face): Replace
7466         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7468         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7469         set-process-query-on-exit-flag or process-kill-without-query.
7471         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7472         loop instead of replace-regexp.
7474         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7475         instead of process-kill-without-query if it is available.
7477         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7478         instead of find-file-hooks if it is available.
7480         * mml1991.el: Bind pgg-default-user-id when compiling.
7482         * mml2015.el: Bind pgg-default-user-id when compiling.
7484         * nndraft.el (nndraft-request-associate-buffer):
7485         Use write-contents-functions instead of write-contents-hooks if it is
7486         available.
7488         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7489         instead of find-file-hooks if it is available.
7491         * nntp.el (nntp-open-connection): Replace
7492         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7493         (nntp-open-ssl-stream): Ditto.
7494         (nntp-open-tls-stream): Ditto.
7496         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7497         set-process-query-on-exit-flag or process-kill-without-query.
7498         (starttls-open-stream-gnutls): Use it instead of
7499         process-kill-without-query.
7500         (starttls-open-stream): Ditto.
7502 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
7504         * smime.el (smime-cert-by-ldap-1): Don't use
7505         replace-regexp-in-string.
7507 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
7509         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7511         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7512         in PEM format.  Adjust to the XEmacs compability.
7514 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7516         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7517         by `string-to-number'.
7518         * gnus-agent.el (gnus-agent-regenerate-group)
7519         (gnus-agent-fetch-articles): Ditto.
7520         * gnus-art.el (gnus-button-fetch-group): Ditto.
7521         * gnus-cache.el (gnus-cache-generate-active)
7522         (gnus-cache-articles-in-group): Ditto.
7523         * gnus-group.el (gnus-group-set-current-level)
7524         (gnus-group-insert-group-line): Ditto.
7525         * gnus-score.el (gnus-score-set-expunge-below)
7526         (gnus-score-set-mark-below, gnus-summary-score-effect)
7527         (gnus-summary-score-entry): Ditto.
7528         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7529         (gnus-soup-pack): Ditto.
7530         * gnus-spec.el (gnus-xmas-format): Ditto.
7531         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7532         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7533         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7534         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7535         * nndb.el (nndb-get-remote-expire-response): Ditto.
7536         * nndiary.el (nndiary-parse-schedule-value)
7537         (nndiary-string-to-number, nndiary-request-replace-article)
7538         (nndiary-request-article): Ditto.
7539         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7540         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7541         * nneething.el (nneething-make-head): Ditto.
7542         * nnfolder.el (nnfolder-request-article)
7543         (nnfolder-retrieve-headers): Ditto.
7544         * nnheader.el (nnheader-file-to-number): Ditto.
7545         * nnkiboze.el (nnkiboze-request-article): Ditto.
7546         * nnmail.el (nnmail-process-unix-mail-format)
7547         (nnmail-process-babyl-mail-format): Ditto.
7548         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7549         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7550         (nnmh-request-create-group, nnmh-request-list-1)
7551         (nnmh-request-group, nnmh-request-article): Ditto.
7552         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7553         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7554         * nnsoup.el (nnsoup-make-active): Ditto.
7555         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7556         * nntp.el (nntp-find-group-and-number)
7557         (nntp-retrieve-headers-with-xover): Ditto.
7558         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7559         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7560         (pgg-format-key-identifier): Ditto.
7561         * pop3.el (pop3-last, pop3-stat): Ditto.
7562         * qp.el (quoted-printable-decode-region): Ditto.
7564         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7565         of concat.
7567 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7569         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7571         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7573         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7575         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7577         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7579         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7581         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7582         (gnus-carpal-mode): Ditto.
7584         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7585         (gnus-browse-mode): Ditto.
7587         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7589         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7591 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7593         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7595 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7597         * gnus-util.el (gnus-run-mode-hooks): New function.
7599         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7601 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
7603         * gnus-agent.el (gnus-agent-make-mode-line-string):
7604         Use mode-line-highlight as mouse-face.
7606 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7608         * canlock.el (canlock): Change the parent group to news.
7610         * deuglify.el (gnus-outlook-deuglify): Add :group.
7612         * dig.el (dig): Add :group.
7614         * dns-mode.el (dns-mode): Add :group.
7616         * encrypt.el (encrypt): Add :group.
7618         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7619         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7620         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7621         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7622         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7624         * gnus-diary.el (gnus-diary): Add :group.
7626         * gnus.el (gnus-group-news-1-face): Add :group.
7627         (gnus-group-news-1-empty-face): Ditto.
7628         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7629         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7630         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7631         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7632         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7633         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7634         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7635         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7636         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7637         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7638         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7639         (gnus-summary-high-ticked-face): Ditto.
7640         (gnus-summary-low-ticked-face): Ditto.
7641         (gnus-summary-normal-ticked-face): Ditto.
7642         (gnus-summary-high-ancient-face): Ditto.
7643         (gnus-summary-low-ancient-face): Ditto.
7644         (gnus-summary-normal-ancient-face): Ditto.
7645         (gnus-summary-high-undownloaded-face): Ditto.
7646         (gnus-summary-low-undownloaded-face): Ditto.
7647         (gnus-summary-normal-undownloaded-face): Ditto.
7648         (gnus-summary-high-unread-face): Ditto.
7649         (gnus-summary-low-unread-face): Ditto.
7650         (gnus-summary-normal-unread-face): Ditto.
7651         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7652         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7654         * hashcash.el (hashcash): New custom group.
7655         (hashcash-default-payment): Add :group.
7656         (hashcash-payment-alist): Ditto.
7657         (hashcash-default-accept-payment): Ditto.
7658         (hashcash-accept-resources): Ditto.
7659         (hashcash-path): Ditto.
7660         (hashcash-extra-generate-parameters): Ditto.
7661         (hashcash-double-spend-database): Ditto.
7662         (hashcash-in-news): Ditto.
7664         * message.el (message-minibuffer-local-map): Add :group.
7666         * netrc.el (netrc): Add :group.
7668         * sieve-manage.el (sieve-manage-log): Add :group.
7669         (sieve-manage-default-user): Diito.
7670         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7671         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7672         (sieve-manage-authenticators): Ditto.
7673         (sieve-manage-authenticator-alist): Ditto.
7674         (sieve-manage-default-port): Ditto.
7676         * sieve-mode.el (sieve-control-commands-face): Add :group.
7677         (sieve-action-commands-face): Ditto.
7678         (sieve-test-commands-face): Ditto.
7679         (sieve-tagged-arguments-face): Ditto.
7681         * smime.el (smime): Add :group.
7683         * spam-report.el (spam-report): Add :group.
7685         * spam.el (spam, spam-face): Add :group.
7687 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7689         * nntp.el (nntp-next-result-arrived-p): Some news servers may
7690         return \n.\n.\n at the end of articles.  Protect against that.
7691         (nntp-with-open-group): Allow debugging.
7693         * nnheader.el (mail-header-set-extra): Make into a function
7694         because I just could't understand how to quote the list properly.
7696         * dns.el (query-dns-cached): New function.
7698 2005-05-26  Lute Kamstra  <lute@gnu.org>
7700         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7702 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7704         * gnus-art.el: Don't autoload mail-extract-address-components.
7706         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7707         eval-and-compile to evaluate it.
7709         * hashcash.el: Don't autoload executable-find.
7711         * nndb.el: Don't declare the nndb back end two or more times; don't
7712         autoload news-reply-mode, news-setup, cancel-timer and telnet.
7714         * nntp.el: Autoload format-spec instead of format; use
7715         eval-and-compile to evaluate autoload forms.
7717 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
7719         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7721 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7723         * gnus.el (gnus-version-number): Bump version.
7725 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7727         * gnus.el: No Gnus v0.3 is released.
7729 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7731         * gnus-art.el (gnus-article-edit-part): Disable undo.
7733 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7735         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7736         gnus-article-date-lapsed-new-header is t if date timer is active;
7737         skip headers in which the original date value is empty.
7738         (gnus-article-save-original-date): Redefine it as a macro.
7739         (gnus-display-mime): Use it.
7741 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7743         * gnus-art.el (article-date-ut): Support converting date in
7744         forwarded parts as well.
7745         (gnus-article-save-original-date): New function.
7746         (gnus-display-mime): Use it.
7748 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
7750         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7751         enclosure element of <item>.
7753 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
7755         * message.el (message-kill-buffer-query): Renamed from
7756         `message-kill-buffer-query-if-modified'.  Added :version.
7758 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7760         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
7761         window layout.
7763 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7765         * mml.el: Autoload dnd when compiling.
7767 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7769         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
7770         x-dnd-*.
7772 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7774         * qp.el (quoted-printable-encode-region): Save excursion.
7776 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7778         * message.el (message-kill-buffer-query-if-modified): Add new variable
7779         so the user can kill a modified message buffer quickly.
7780         (message-kill-buffer): Use it.
7782 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7784         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
7785         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
7787 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7789         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
7790         contained in text because xml.el decodes entities) with LFs.
7792 2005-04-11  Lute Kamstra  <lute@gnu.org>
7794         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
7795         differently.
7797 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7799         * mm-util.el (mm-detect-coding-region): Typo.
7801 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7803         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
7805 2005-04-06  D Goel  <deego@gnufans.org>
7807         * spam-stat.el (spam-stat-score-buffer): Add a call to a
7808         user-function allow user modifications of the scores.
7809         (spam-stat-score-buffer-user): New function, to allow
7810         user-computed modifications to the score.
7811         (spam-stat-score-buffer-user-functions): List of additional
7812         scoring functions.
7813         (spam-stat-error-holder): Global temporary error holder.
7814         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
7815         variable.
7817 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7819         * gnus-registry.el (gnus-registry-clean-empty-function)
7820         (gnus-registry-trim, gnus-registry-fetch-groups)
7821         (gnus-registry-delete-group): Groups that match
7822         `gnus-registry-ignored-groups' are removed from the registry
7823         entries, not just ignored for splitting.  This helps clean up the
7824         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
7825         to get all the groups a message ID is in.
7827         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
7828         (spam-stat-split-fancy): Change "threshhold" to "threshold"
7829         (spam-stat-score-buffer-user-functions): Add :number custom type.
7831 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7833         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
7834         argument in XEmacs.
7836         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
7837         (nnrss-request-group): Decode group name first.
7838         (nnrss-request-article): Make a text/plain article if mml-to-mime
7839         failed.
7840         (nnrss-get-encoding): Return a compatible encoding according to
7841         nnrss-compatible-encoding-alist.
7842         (nnrss-find-el): Use consp instead of listp.
7843         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
7845 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7847         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
7848         which Emacs 20 doesn't support.
7849         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
7851 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7853         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
7854         silence the byte compiler inside the defun.
7856         * gnus-demon.el (parse-time-string): Add autoload.
7858         * gnus-delay.el (parse-time-string): Add autoload.
7860         * gnus-art.el (parse-time-string): Add autoload.
7862         * nnultimate.el (parse-time): Require for `parse-time-string'.
7864 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7866         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
7868         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
7870         * smime.el (smime-ldap-host-list): Add :version.
7872 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7874         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
7875         pass it to `gnus-browse-read-group'.
7876         (gnus-browse-read-group): Add NUMBER argument and pass it to
7877         `gnus-group-read-ephemeral-group'.
7879         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
7880         argument and pass it to `gnus-group-read-group'.
7882 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
7884         * mm-util.el (mm-xemacs-find-mime-charset): Only call
7885         mm-xemacs-find-mime-charset-1 if we have the mule feature
7886         available at runtime.
7888 2005-03-25  Werner Lemberg  <wl@gnu.org>
7890         * nnmaildir.el: Replace `illegal' with `invalid'.
7892 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7894         * gnus-start.el (gnus-display-time-event-handler):
7895         Check display-time-timer at runtime rather than only at load time
7896         in case display-time-mode is turned off in the mean time.
7898 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7900         * nnimap.el (nnimap-open-connection): Print which authinfo file is
7901         used.
7903         * nneething.el (nneething-map-file-directory): Derive from
7904         `gnus-directory'.
7906         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
7907         the To/Cc button.
7909 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7911         * nnmaildir.el (nnmaildir-request-accept-article):
7912         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
7914 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
7916         * gnus-async.el: Require timer-funcs at compile time when in
7917         XEmacs for `run-with-idle-timer'.
7919 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
7921         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
7922         autoloaded function.
7924 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7926         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
7928 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
7930         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
7932 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7934         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
7935         gnus-expert-user to default.
7937 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
7939         * nnimap.el (nnimap-open-server): Ditto.
7941         * imap.el (imap-authenticate): Fix typo.
7943 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
7945         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
7946         buffer (since IMAP server might return FETCH response out of
7947         order, and the nntp buffer must be sorted).
7949 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
7951         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
7952         comparison on string.
7954         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
7955         (gnus-agent-score): Renamed category keywords to match gnus-cus.
7956         (gnus-agent-summary-fetch-series): Modified to protect against
7957         gnus-agent-summary-fetch-group clearing processable flags.
7958         (gnus-agent-synchronize-group-flags): Update live group buffer as
7959         synchronization may occur due to the user toggle the plugged
7960         status.
7961         (gnus-agent-fetch-group-1): Clear downloadable flag when article
7962         successfully downloaded.
7963         (gnus-agent-expire-group-1): Avoid using markers when the overview
7964         is in ascending order; greatly improves performance.
7965         (gnus-agent-regenerate-group): Use
7966         gnus-agent-synchronize-group-flags to reset read status in both
7967         gnus and server.
7968         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
7970 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7972         * message.el: Don't autoload former message-utils variables.
7973         (message-strip-subject-trailing-was): Change doc string.
7975         * nnweb.el: Fixes for `gnus-group-make-web-group'.
7976         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
7977         (nnweb-google-search): Add "hl=en" here.
7978         (nnweb-google-parse-1, nnweb-google-create-mapping):
7979         Don't hardcode URL.
7981 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7983         * message.el (message-get-reply-headers, message-followup):
7984         Mention related variables `message-use-followup-to' and
7985         `message-use-mail-followup-to', in the information buffer.
7987         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
7988         of broken groups(-beta).google.com.
7990 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7992         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
7993         parameter to invoked gnus-request-move-article; remove the
7994         redundant gnus-sum-hint-move-is-internal variable; apply the marks
7995         all at once instead of once per article.
7996         (gnus-summary-remove-process-mark): Accept a list of articles as
7997         well as a single article for processing.
7999         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8000         parameter.
8002         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8004         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8006         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8007         parameter.
8009         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8010         parameter.
8012         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8013         parameter and remove the gnus-sum-hint-move-is-internal variable.
8015         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8016         parameter.
8018         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8019         parameter.
8021         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8022         parameter.
8024         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8026         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8027         parameter.
8029         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8030         parameter.
8032 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8034         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8035         a more conservative way.
8037 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8039         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8040         buffer, so it moves the window's cursor.
8042 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8044         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8045         `mm-dissect-multipart' and receive the from field as an (optional)
8046         argument from `mm-dissect-multipart'.
8047         (mm-dissect-multipart): Receive the from field as an argument and
8048         pass it on when we call `mm-dissect-buffer' on MIME parts.
8049         Fixes verification/decryption of signed/encrypted MIME parts.
8051 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8053         * gnus-sum.el (gnus-summary-move-article): Set
8054         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8055         whatever it calls (right now, only nnimap-request-move article
8056         respects it).
8058         * nnimap.el (nnimap-request-move-article): When
8059         gnus-sum-hint-move-is-internal is set, don't do the extra
8060         nnimap-request-article.
8062 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8064         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8066         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8067         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8069         * gnus-sum.el (gnus-summary-caesar-message):
8070         Apply `gnus-treat-article' after rotation.
8072         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8073         doc string.
8075 2005-02-22  Simon Josefsson  <jas@extundo.com>
8077         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8078         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8079         <arne@arnested.dk>.
8080         (encrypt): Add password-cache and password-cache-expiry as group
8081         members.
8083 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8085         * smime.el (smime-ldap-host-list): Doc fix.
8086         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8087         cache) password.
8088         (smime-sign-region): Use it.
8089         (smime-decrypt-region): Use it.
8090         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8091         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8092         fails.
8093         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8094         certificate from DER to PEM format rather than calling openssl.
8096         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8098         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8099         for signing/encryption.
8101         * mml.el (mml-parse-1): Use them.
8103 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8105         * nnrss.el (nnrss-verbose): Removed.
8106         (nnrss-request-group): Use `nnheader-message' instead.
8108 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8110         * nnrss.el (nnrss-verbose): New variable.
8111         (nnrss-request-group): Make it say nnrss is requesting a group.
8113 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8115         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8116         Handle news URL with given port correctly.
8118 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8120         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8121         containing special characters.
8123         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8125         * mml.el (mime-to-mml): Ditto.
8127         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8128         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8129         (rfc2047-decode-region): Quote decoded words containing special
8130         characters when rfc2047-quote-decoded-words-containing-tspecials
8131         is non-nil.
8133 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8135         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8137         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8139 2005-02-15  Simon Josefsson  <jas@extundo.com>
8141         * nnimap.el (nnimap-debug): Doc fix.
8143         * imap.el (imap-debug): Doc fix.
8145 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8147         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8149 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8151         * gnus.el (spam-contents): Improve docs for spam-contents
8152         parameter in its variable incarnation.
8154 2005-02-14  Simon Josefsson  <jas@extundo.com>
8156         * smime-ldap.el: Use require instead of load-library for ldap.
8157         (smime-ldap-search): Indent.
8158         (smime-ldap-search-internal): Shorten line.
8160         * smime.el (smime-cert-by-dns): Add doc-string.
8161         (smime-cert-by-ldap-1): Indent.
8163         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8164         mml-smime-get-dns-ldap.
8165         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8167 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8169         * smime.el: Require smime-ldap.
8170         (smime-ldap-host-list): New variable.
8171         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8173         * mml-smime.el (mml-smime-encrypt-query): New function.
8174         (mml-smime-encrypt-query): Use it.
8176         * smime-ldap.el: New file.
8178 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8180         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8182 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8184         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8185         argument in doc string.  Make query for type more clear.
8187 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8189         * gnus.el (gnus-group-startup-message): Search for gnus images in
8190         etc/images/gnus.
8191         * mm-util.el (mm-image-load-path): Likewise.
8192         * smiley.el (smiley-data-directory): Search for smilies in
8193         etc/images/smilies.
8195 2005-02-09  Kim F. Storm  <storm@cua.dk>
8197         Change Emacs release version from 21.4 to 22.1 throughout.
8198         Change Emacs development version from 21.3.50 to 22.0.50.
8200 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8202         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8204         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8205         non-Mule XEmacs as well.
8206         (mm-decompress-buffer): Signal an error intentionally if it does
8207         not decompress compressed data because auto-compression-mode is
8208         disabled.
8210 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8212         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8213         an ID in the registry even if it has no groups.
8215 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8217         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8218         merge it into mm-decompress-buffer.
8219         (gnus-mime-copy-part): Use the MIME part charset, the value which
8220         a user specified or gnus-newsgroup-charset for decoding, like
8221         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8222         save-buffer what was used.  Suggested by Kevin Ryde
8223         <user42@zip.com.au>.
8224         (gnus-mime-inline-part): Allow the name parameter as well as the
8225         filename parameter; force decompressing of compressed data; always
8226         display contents being not decoded as unibyte.
8228         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8229         as well as the filename parameter.
8231         * mm-util.el (mm-decompress-buffer): Merge
8232         gnus-mime-jka-compr-maybe-uncompress.
8233         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8234         of compressed data.
8236 2005-02-08  Simon Josefsson  <jas@extundo.com>
8238         * imap.el (imap-log): Doc fix.
8240 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8242         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8243         the coding cookies; decompress compressed parts.
8245         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8246         to the value which a user specified manually or the coding cookie.
8248         * mm-util.el (mm-string-to-multibyte): New function.
8249         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8250         (mm-coding-system-to-mime-charset): New function.
8251         (mm-decompress-buffer): New function.
8252         (mm-find-buffer-file-coding-system): New function.
8254         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8255         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8256         parts.
8258 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8260         * mm-view.el (mm-display-inline-fontify): Decode a part according
8261         to the charset parameter.
8263 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8265         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8266         prefix arg is neither nil nor a number, as info specifies.
8268 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8270         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8271         timestamps.
8273 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8275         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8276         groups error checking and notify user.
8278 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8280         * message.el (message-send-mail-function): Check existence of
8281         sendmail-program first before using default value
8282         `message-send-mail-with-sendmail'.  Otherwise use more generic
8283         `smtpmail-send-it'.
8285 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8287         * nntp.el (nntp-request-update-info): Always return nil.
8289 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8291         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8293 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8295         * message.el (message-beginning-of-line): Change the behavior when
8296         invoked between BOL and : so that it first moves backward.
8298 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8300         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8301         article buffer when editing of the article is discarded.
8302         (gnus-article-prepare): Revert.
8304 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8306         * gnus-art.el (gnus-article-prepare):
8307         Remove message-strip-forbidden-properties from the local hook.
8309 2005-01-27  Simon Josefsson  <jas@extundo.com>
8311         * password.el (password-cache-add): Only start one timer per key.
8312         Reported by Derek Atkins <warlord@MIT.EDU>.
8314 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8316         * run-at-time.el: Removed.  It is no longer needed as
8317         timer-funcs.el in the xemacs-base package has a working version of
8318         `run-at-time'.
8320         * password.el: Require timer-funcs instead of run-at-time in
8321         XEmacs.
8322         Remove `password-run-at-time' macro.
8323         (password-cache-add): Use `run-at-time' instead of
8324         `password-run-at-time'.
8326         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8327         for `run-with-idle-timer'.
8329         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8330         for `run-at-time'.
8332         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8333         for `with-timeout'.
8335 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8337         * mml.el (mml-generate-mime-1): Convert string into unibyte when
8338         inserting " *mml*" buffer's contents into a unibyte temp buffer.
8340 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
8342         * mail-source.el (mail-source-fetch-imap): Search for ^From case
8343         sensitively.
8345 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
8347         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8349 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8351         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8352         which will be inserted according to the multibyteness of a buffer
8353         rather than the type of contents.  Suggested by ARISAWA Akihiro
8354         <ari@mbf.ocn.ne.jp>.
8356         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8357         of string which old xml.el may return rather than a string.
8359 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8361         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8363 2005-01-16  Simon Josefsson  <jas@extundo.com>
8365         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8366         idn/idna.el isn't available.
8367         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
8368         <michael@waxrat.com>.
8370         * hashcash.el: Remove non-FSF copyright header.
8372         * hashcash.el (hashcash-extra-generate-parameters): New variable.
8373         (hashcash-generate-payment): Use it.
8374         (hashcash-generate-payment-async): Use it.
8376 2005-01-15  Simon Josefsson  <jas@extundo.com>
8378         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8379         Suggested by Raymond Scholz <ray-2005@zonix.de>.
8381         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8382         gnus-summary-idna-message.
8383         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8384         (gnus-summary-idna-message): New function.
8386 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8388         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8389         gnus-novice-user.
8391 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8393         * nnrss.el (nnrss-request-delete-group): Delete entries in
8394         nnrss-group-alist as well.
8395         (nnrss-save-server-data): Insert newline.
8397 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
8399         * gnus.el (gnus-user-agent): Use list of symbols instead of
8400         symbols.  Display full version number for (S)XEmacs.  Optionally
8401         display (S)XEmacs codename.
8403         * gnus-util.el (gnus-emacs-version): Update for new
8404         `gnus-user-agent'.
8406         * gnus-msg.el (gnus-extended-version): Make it possible to omit
8407         Gnus version.
8409 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8411         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
8412         which is unreadable in some setups.
8414 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8416         * gnus-spec.el (gnus-update-format-specifications): Flush the
8417         group format spec cache if it doesn't support decoded group names.
8419 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8421         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8422         Allow to apply decay on score files matching a regexp.
8424 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8426         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8427         compatibility in %g and %c.
8429 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8431         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8432         name for only %g and %c.
8433         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8434         of gnus-tmp-group to decoded group name.
8435         (gnus-group-make-rss-group): Exclude `/'s from group names.
8437 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8439         * nnrss.el (nnrss-get-encoding): Fix regexp.
8441 2004-12-27  Simon Josefsson  <jas@extundo.com>
8443         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8444         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8445         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
8447 2004-12-17  Kim F. Storm  <storm@cua.dk>
8449         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8451         * gnus-sum.el (gnus-summary-mode-map): Likewise.
8453 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8455         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8457 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8459         * nnrss.el: Require rfc2047 and mml.
8460         (nnrss-file-coding-system): New variable.
8461         (nnrss-format-string): Redefine it as an inline function.
8462         (nnrss-decode-group-name): New function.
8463         (nnrss-string-as-multibyte): Remove.
8464         (nnrss-retrieve-headers): Decode group name; don't use
8465         nnrss-format-string.
8466         (nnrss-request-group): Decode group name.
8467         (nnrss-request-article): Decode group name; allow a Message-ID as
8468         well as an article number; don't use nnrss-format-string; encode a
8469         Message-ID string which may contain non-ASCII characters; use
8470         mml-to-mime to compose a MIME article.
8471         (nnrss-request-expire-articles): Decode group name.
8472         (nnrss-request-delete-group): Decode group name.
8473         (nnrss-fetch): Clarify error message.
8474         (nnrss-read-server-data): Use insert-file-contents instead of load;
8475         bind file-name-coding-system; use multibyte buffer.
8476         (nnrss-save-server-data): Bind coding-system-for-write to the
8477         value of nnrss-file-coding-system; bind file-name-coding-system;
8478         add coding cookie.
8479         (nnrss-read-group-data): Use insert-file-contents instead of load;
8480         bind file-name-coding-system; use multibyte buffer.
8481         (nnrss-save-group-data): Bind coding-system-for-write to the
8482         value of nnrss-file-coding-system; bind file-name-coding-system.
8483         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8484         make it work with non-ASCII text.
8485         (nnrss-find-el): Make it work with old xml.el as well.
8487 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8489         * nnrss.el (nnrss-get-encoding): New function.
8490         (nnrss-fetch): Use unibyte buffer initially; bind
8491         coding-system-for-read while performing mm-url-insert; remove ^Ms;
8492         decode contents according to the encoding attribute.
8493         (nnrss-save-group-data): Add coding cookie.
8494         (nnrss-mime-encode-string): New function.
8495         (nnrss-check-group): Use it to encode subject and author.
8497 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
8499         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8500         imaginary variable.
8502 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8504         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8505         correctly even if there are wide characters.
8507 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8509         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8510         downcased symbol names; make a new cache instead of reusing
8511         bbdb-hashtable.
8513 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8515         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8516         concatenating segments rather than before concatenating them.
8517         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8519         * message.el (message-get-reply-headers): Bind `extra'.
8521 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8523         * message.el (message-extra-wide-headers): New variable.
8524         (message-get-reply-headers): Use it.
8526 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8528         * gnus-agent.el (gnus-agent-group-path): Decode group name.
8529         (gnus-agent-group-pathname): Ditto.
8531         * gnus-cache.el (gnus-cache-file-name): Decode group name.
8533         * gnus-group.el (gnus-group-make-group): Decode group name.
8534         (gnus-group-make-rss-group): Register the group data after opening
8535         the nnrss group.
8537 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
8539         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8540         by expiry now get marked as read.
8542 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8544         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8546 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
8548         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8549         unify Latin characters in XEmacs.
8550         (mm-find-mime-charset-region): Use it.
8552 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8554         * gnus-util.el (gnus-delete-directory): New function.
8556         * gnus-agent.el (gnus-agent-delete-group): Use it.
8558         * gnus-cache.el (gnus-cache-delete-group): Use it.
8560 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8562         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8563         names.
8565 2004-12-16  Simon Josefsson  <jas@extundo.com>
8567         * hashcash.el (hashcash-payment-alist): Fix custom :type.
8569 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8571         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8573         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8574         (gnus-group-set-current-level): Decode group name.
8576 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
8578         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8579         failed.
8581 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8583         * gnus-group.el (gnus-group-delete-group): Decode group name.
8584         (gnus-group-make-rss-group): Encode group name.
8585         (gnus-group-catchup-current): Decode group name.
8586         (gnus-group-kill-group): Decode group name.
8588 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8590         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8592 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8594         * gnus-group.el (gnus-group-make-rss-group):
8595         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8597         * gnus-start.el (gnus-setup-news): Honor user's setting to
8598         gnus-message-archive-method.  Suggested by Lute Kamstra
8599         <lute@gnu.org>.
8601 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
8603         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8604         global counterparts of the buffer-local variables.
8606 2004-11-16  Romain Francoise  <romain@orebokech.com>
8608         * gnus-sum.el (gnus-summary-exit): Don't clear the global
8609         counterparts of the buffer-local variables.
8611 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8613         * message.el (message-forbidden-properties): Fixed typo in doc
8614         string.
8616 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8618         * gnus-util.el (gnus-replace-in-string): Added doc string.
8620         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8621         to avoid problems when splitting mails with many recipients.
8623 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8625         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8626         pop-to-buffer, covered by the subsequent gnus-configure-windows.
8628 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
8630         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8631         if there is no hashtable in memory or file modification time is
8632         newer than cached timestamp.
8634 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8636         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8637         not-matching option.
8639 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
8641         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8642         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8643         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8644         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8645         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
8646         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8648 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8650         * message.el (message-forward-make-body-mml): Remove headers
8651         according to message-forward-ignored-headers if a message is decoded.
8653 2004-12-02  Romain Francoise  <romain@orebokech.com>
8655         * message.el (message-forward-make-body-plain): Always remove
8656         headers according to message-forward-ignored-headers.
8658 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8660         * spam.el (spam-summary-prepare-exit): Remove the
8661         gnus-summary-limit pop for now, it has problems with ham marks for
8662         me.
8664 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
8666         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8667         correctly.
8669 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
8671         * format-spec.el (format-spec): Message the char.
8673 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
8675         * gnus-art.el (gnus-split-methods): Reformat comments.
8677         * spam.el (spam-summary-prepare-exit): Remove article limits
8678         before exiting the summary buffer.
8680 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8682         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8683         order to silence the byte compiler.
8685         * spam.el: Fix the way to silence the byte compiler, which
8686         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8687         bbdb-search-simple, spam-BBDB-register-routine,
8688         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8689         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8690         spam-stat-buffer-is-spam, spam-stat-load,
8691         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8692         spam-stat-save and spam-stat-split-fancy.
8694 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8696         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8697         which may confuse users.
8698         (canlock-password-for-verify): Ditto.
8700         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8702         * gnus-art.el (gnus-emphasis-alist): Ditto.
8704         * gnus-registry.el (gnus-registry-max-entries): Ditto.
8706         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8708         * gnus-start.el (gnus-save-killed-list): Ditto.
8710         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8711         (gnus-sum-thread-tree-root): Ditto.
8712         (gnus-sum-thread-tree-false-root): Ditto.
8713         (gnus-sum-thread-tree-single-indent): Ditto.
8715         * message.el (message-courtesy-message): Ditto.
8716         (message-archive-note): Ditto.
8717         (message-subscribed-address-file): Ditto.
8718         (message-user-fqdn): Ditto.
8720         * spam-report.el (spam-report-gmane-regex): Ditto.
8722         * spam.el (spam-blackhole-good-server-regex): Ditto.
8724 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8726         * mml.el (mml-preview): Widen the message buffer before copying
8727         the contents to the preview buffer; sort headers before previewing.
8729         * message.el (message-hidden-headers): Fix the way to avoid a bug
8730         in the `repeat' widget in Emacs 21.3 or earlier.
8732 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8734         * message.el (message-hidden-headers): Default to "^References:".
8735         Improve customization type.  Suggested by Reiner Steib
8736         <Reiner.Steib@gmx.de>.
8738 2004-11-25  Romain Francoise  <romain@orebokech.com>
8740         * message.el (message-strip-forbidden-properties): Remove check for
8741         obsolete `message-hidden' text property, hidden headers are not
8742         accessible in the buffer anymore.
8744 2004-11-22  Romain Francoise  <romain@orebokech.com>
8746         * message.el (message-header-format-alist): Add `From' in list
8747         so that it can be sorted.
8748         (message-fix-before-sending): Widen and sort headers before
8749         sending.
8750         (message-hide-headers): Use narrowing to hide headers by moving
8751         them to the top of the buffer and narrowing to the region
8752         underneath.
8754 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8756         * message.el (message-strip-forbidden-properties): Bind
8757         buffer-read-only (etc) to nil.
8759 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8761         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
8762         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8764 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
8766         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
8768 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8770         * dns.el (query-dns): Use sit-for to time instead of
8771         accept-process-output, since that doesn't seem to work on udp
8772         sockets.
8774 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8776         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
8778 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
8780         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
8781         doc string.  Improve doc string.
8783 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8785         * nntp.el (nntp-request-update-info): Return nil if
8786         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
8787         may not call gnus-activate-group which uselessly issues the GROUP
8788         commands for all nntp groups and wastes time.  Reported by Romain
8789         Francoise <romain@orebokech.com>.
8791         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
8793 2004-11-15  Simon Josefsson  <jas@extundo.com>
8795         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
8796         headers separately.
8797         (gnus-button-openpgp): New function, inspired by Jochen Küpper
8798         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
8800 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8802         * gnus-start.el (gnus-convert-old-newsrc):
8803         Assign legacy-gnus-agent to 5.10.7.
8805 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8807         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
8808         start of the lines.
8810 2004-11-14  Magnus Henoch  <mange@freemail.hu>
8812         * hashcash.el (hashcash-default-payment): Change default to 20
8813         (hashcash-default-accept-payment): Change default to 20
8814         (hashcash-process-alist): New variable
8815         (hashcash-generate-payment-async): Add
8816         (hashcash-already-paid-p): Add
8817         (hashcash-insert-payment): Don't generate payments twice
8818         (hashcash-insert-payment-async): Add
8819         (hashcash-insert-payment-async-2): Add
8820         (hashcash-cancel-async): Add
8821         (hashcash-wait-async): Add
8822         (hashcash-processes-running-p): Add
8823         (hashcash-wait-or-cancel): Add
8824         (mail-add-payment): New optional argument.  Conditionally start
8825         asynchronous calculation.
8826         (mail-add-payment-async): Add
8828         * message.el (message-send-mail): Wait for asynchronous hashcash
8829         results.  Don't clobber existing X-Hashcash headers.
8830         (message-setup-1): Call mail-add-payment-async when
8831         message-generate-hashcash is non-nil.
8833 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8835         * message.el (message-use-alternative-email-as-from): Examine the
8836         From header as well; use message-make-from in order to include a
8837         user's full name.
8839 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8841         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
8842         default; improve customization type.
8843         (gnus-emphasis-custom-with-format): New macro.
8844         (gnus-emphasis-custom-value-to-external): New function.
8845         (gnus-emphasis-custom-value-to-internal): New function.
8847 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8849         * dns.el (query-dns): Resolve reverse addresses.
8851 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8853         * gnus-group.el (gnus-group-get-new-news): Use it.
8855         * gnus-start.el (gnus-check-reasonable-setup): New function.
8857 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8859         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
8860         "Args out of range" error.  Reported by Arnaud Giersch
8861         <arnaud.giersch@free.fr>.
8863 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8865         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
8867 2004-11-04  Richard M. Stallman  <rms@gnu.org>
8869         * spam.el (spam group): Add :version.
8871         * pgg-def.el (pgg group): Add :version.
8873 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8875         * gnus-art.el (gnus-article-edit-article): Don't associate the
8876         article buffer with a draft file.  This is a temporary measure
8877         against the 2004-08-22 change to gnus-article-edit-mode.
8879 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8881         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
8882         (html2text-format-tags): Remove unused variable `attr'.
8884 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8886         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
8888         * spam-stat.el (spam-stat): Add :version.
8890         * sieve.el (sieve): Add :version.
8892         * sha1.el (sha1): Add :version.
8893         (sha1-use-external): Remove redundant version.
8895         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
8896         (nnmail-cache-ignore-groups, nnmail-spool-hook)
8897         (nnmail-split-fancy-match-partial-words)
8898         (nnmail-split-lowercase-expanded): Add :version.
8900         * nndiary.el (nndiary): Add :version.
8902         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
8904         * mml-sec.el (mml-default-sign-method)
8905         (mml-default-encrypt-method, mml-signencrypt-style-alist):
8906         Add :version.
8908         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
8910         * mm-url.el (mm-url-use-external, mm-url-program)
8911         (mm-url-arguments): Add :version.
8913         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
8914         (mm-attachment-file-modes, mm-decrypt-option)
8915         (mm-w3m-safe-url-regexp): Add :version.
8917         * message.el (message-cite-prefix-regexp)
8918         (message-sendmail-envelope-from, message-minibuffer-local-map)
8919         (message-user-fqdn, message-completion-alist): Add :version.
8921         * gnus-win.el (gnus-configure-windows-hook)
8922         (gnus-use-frames-on-any-display): Add :version.
8924         * gnus-art.el (gnus-article-address-banner-alist)
8925         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
8926         (gnus-treat-from-picon, gnus-treat-mail-picon)
8927         (gnus-treat-x-pgp-sig): Add :version.
8929         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
8930         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
8931         (gnus-summary-article-delete-hook)
8932         (gnus-summary-display-while-building): Add :version.
8934         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
8935         (gnus-get-top-new-news-hook):Add :version.
8937         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8938         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
8940         * gnus-registry.el (gnus-registry): Add :version.
8942         * gnus-spec.el (gnus-use-correct-string-widths)
8943         (gnus-make-format-preserve-properties): Add :version.
8945         * gnus.el (gnus-group-charter-alist)
8946         (gnus-group-fetch-control-use-browse-url)
8947         (gnus-install-group-spam-parameters): Add :version.
8949         * gnus-diary.el (gnus-diary): Add :version.
8951         * gnus-delay.el (gnus-delay): Add :version.
8953         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
8954         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
8955         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
8956         Add :version.
8958         * gnus-agent.el (gnus-agent-max-fetch-size)
8959         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
8960         (gnus-agent-prompt-send-queue): Add :version.
8962         * deuglify.el (gnus-outlook-deuglify): Add :version.
8964         * html2text.el: Beautify code.  Improve doc strings.  Some
8965         checkdoc cleanup.
8966         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
8968 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
8970         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
8972 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
8974         * gnus-registry.el (gnus-registry-hashtb): Create the registry
8975         when package is loaded.
8977         * spam.el (spam-summary-score-preferred-header): Add global preference
8978         for people who want to override the default SpamAssassin over
8979         Bogofilter preference (when both are set).
8980         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
8981         (spam-user-format-function-S): Check
8982         spam-summary-score-preferred-header.
8983         (spam-extra-header-to-number): Add X-Bogosity header parsing.
8984         (spam-user-format-function-S): Format the score correctly.
8986 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8988         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
8989         signature file.  Suggested by Manoj Srivastava
8990         <srivasta@golden-gryphon.com>.
8992         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
8993         iso-2022-jp even in the Japanese language environment.
8994         Suggested by Jason Rumney <jasonr@gnu.org>.
8996 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8998         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
8999         use the same characters as the dummy marks; make it free from
9000         getting affected by the language environment.
9001         (gnus-summary-read-group-1): Update mark positions only when the
9002         format spec is updated.
9004         * gnus-spec.el (gnus-update-format-specifications): Return a list
9005         of updated types.
9007 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9009         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9010         of boundp to check if display-warning is available.
9012 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9014         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9016 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9018         * nnspool.el (nnspool-spool-directory): Use news-path if the
9019         news-directory variable is not bound.
9021         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9022         function instead of display-warning if it is not available.
9024 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9026         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9027         v5-10: Use `point-at-bol'.
9029 2004-10-26  Simon Josefsson  <jas@extundo.com>
9031         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9032         <chenggao@gmail.com>.
9034 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9036         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9037         instead.
9039 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9041         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9042         to remove a server from the nnimap-server-buffer-alist.
9043         (nnimap-open-connection, nnimap-close-server): Use it.
9045         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9047 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9049         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9050         running the major-mode function.
9052 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9054         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9055         dummy marks in the right way.
9057 2004-10-18  David Edmondson  <dme@dme.org>
9059         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9060         excessively.
9062 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9064         * gnus-util.el (gnus-split-references): Accept a nil references
9065         string and go on blissfully.
9067         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9068         cases where the references string is non-nil but has no references.
9070         * encrypt.el: Add autoload tags.
9072         * spam.el (spam-resolve-registrations-routine): Remove article
9073         from unregistration list too.  Reported by David Hanak
9074         <dhanak@isis.vanderbilt.edu>
9076 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9078         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9079         nil.  Changed custom type.
9081 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9083         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9085         * gnus-sum.el (gnus-summary-move-article): Use it.
9087 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9089         * encrypt.el: Add autoload cookies.
9091         * spam.el (spam-backend-article-list-property)
9092         (spam-backend-get-article-todo-list)
9093         (spam-backend-put-article-todo-list, )
9094         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9095         Resolve registrations separately.
9096         (spam-register-routine): Format comments.
9097         (spam-unregister-routine, spam-register-routine): Always call with
9098         specific-articles, no default list.
9099         (spam-summary-prepare-exit): Use the spam-classifications function.
9101         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9102         gnus-encrypt.el.
9104         * encrypt.el: Copied from gnus-encrypt.el.
9106         * gnus-encrypt.el: Commented that it's obsolete.
9108 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9110         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9111         (gnus-score-save): Use it.
9113         * message.el (message-bury): Use `window-dedicated-p'.
9115 2004-10-15  Simon Josefsson  <jas@extundo.com>
9117         * pop3.el (top-level): Don't require nnheader.
9118         (pop3-read-timeout): Add.
9119         (pop3-accept-process-output): Add.
9120         (pop3-read-response, pop3-retr): Use it.
9122 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9124         * spam.el (spam-register-routine): Move comment.
9125         (spam-verify-bogofilter): Use 'unknown for the initial
9126         spam-bogofilter-valid state, not 'never.
9128         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9129         for netrc-machine.
9131         * nnimap.el (nnimap-open-connection): Use
9132         netrc-machine-user-or-password.
9134 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9136         * gnus-registry.el (gnus-registry-unload-hook):
9137         Set as a variable with add-hook.
9139         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9140         of news-path.
9142         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9144         * spam.el: Delete duplicate `provide'.
9145         (spam-unload-hook): Set as a variable with add-hook.
9147 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9149         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9150         in the doc string.
9152         * message.el (message-ignored-news-headers)
9153         (message-ignored-supersedes-headers)
9154         (message-ignored-resent-headers)
9155         (message-forward-ignored-headers): Improve custom type.
9157 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9159         * message.el (message-tokenize-header): Fix 2004-09-06 change
9160         which used point-min in the wrong place.
9162 2004-10-12  Simon Josefsson  <jas@extundo.com>
9164         * tls.el (tls-certtool-program): New variable.
9165         (tls-certificate-information): New function, based on
9166         ssl-certificate-information.
9168 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9170         * compface.el: Move the version of ELisp-based uncompface program
9171         to the contrib directory because of the copyright problem.
9173 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9175         * message.el (message-kill-buffer): Raise the current frame.
9177 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9179         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9181         * gnus.el (message-y-or-n-p): Autoload.
9183         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9184         (pop3-password-required, pop3-authentication-scheme)
9185         (pop3-leave-mail-on-server): Made customizable.
9186         (pop3): New custom group.
9187         (pop3-retr): Remove `sleep-for' statements.
9188         Suggested by Dave Love <fx@gnu.org>.
9190         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9191         Windows/DOS.
9193         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9194         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9195         Dave Love <fx@gnu.org>.
9197         * mml.el (mml-minibuffer-read-disposition): Require match.
9198         Suggested by Dave Love <fx@gnu.org>.
9200 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9202         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9203         doc string.
9205 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9207         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9209 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9211         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9212         instead of calling `mm-insert-inline', to decode text/* parts
9213         before displaying them.
9215 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9217         * mm-uu.el (mm-uu-text-plain-type): New variable.
9218         (mm-uu-pgp-signed-extract-1): Use it.
9219         (mm-uu-pgp-encrypted-extract-1): Use it.
9220         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9221         bind mm-uu-text-plain-type with that value.
9222         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9223         mm-uu-dissect.
9225 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9227         * gnus-group.el (gnus-update-group-mark-positions):
9228         * gnus-sum.el (gnus-update-summary-mark-positions):
9229         * message.el (message-check-news-body-syntax):
9230         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9231         of string-as-multibyte.
9233 2004-10-05  Juri Linkov  <juri@jurta.org>
9235         * gnus-group.el (gnus-update-group-mark-positions):
9236         * gnus-sum.el (gnus-update-summary-mark-positions):
9237         * message.el (message-check-news-body-syntax):
9238         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9239         8-bit unibyte values to a multibyte string for search functions.
9241 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9243         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9244         (mm-uu-dissect-text-parts): New function.
9246         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9247         dissect text parts.
9249         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9250         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9252         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9254         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9255         gnus-current-topics instead of gnus-current-topic.
9257 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9259         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9261 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9263         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9264         where approriate.
9266         * nnml.el (nnml-generate-active-info): do.
9268         * nndiary.el (nndiary-generate-active-info): do.
9270         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9271         (gnus-topic-move): do.
9273         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9274         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9276         * gnus-srvr.el (gnus-server-prepare)
9277         (gnus-server-open-all-servers): do.
9279         * gnus-msg.el (gnus-summary-cancel-article)
9280         (gnus-summary-resend-message)
9281         (gnus-summary-mail-crosspost-complaint): do.
9283         * gnus-move.el (gnus-change-server): do.
9285         * gnus-group.el (gnus-group-unmark-all-groups)
9286         (gnus-group-set-current-level): do.
9288 2004-10-04  Simon Josefsson  <jas@extundo.com>
9290         * message.el (message-generate-hashcash): Doc fix.
9292 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9294         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9295         avoid infinite recursion via gnus-get-function.
9297 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9299         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9301         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9303         * nnmail.el (nnmail-split-history): do.
9305         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9306         (nnml-request-delete-group): do.
9308         * nnslashdot.el (nnslashdot-read-groups): do.
9310         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9311         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9313         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9314         (nnspool-sift-nov-with-sed): Use last
9315         (nnspool-retrieve-headers-with-nov): Use mapc.
9316         (nnspool-request-newgroups): Use dolist.
9317         (nnspool-request-group): Use last.
9319         * nntp.el (nntp-read-server-type): Use dolist.
9321         * nnvirtual.el (nnvirtual-create-mapping)
9322         (nnvirtual-update-read-and-marked): Use dolist.
9323         (nnvirtual-convert-headers): Simplify.
9325 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9327         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9328         support for sync'ing tick marks.
9330 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9332         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9333         there's no visible header.
9335 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9337         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9338         necessary, pass full group name to gnus-request-set-marks.
9340 2004-10-01  Simon Josefsson  <jas@extundo.com>
9342         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
9343         acroread.
9345 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9347         * spam-report.el (spam-report-gmane): Fix interactive.
9349         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9351         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9352         when writing file.
9353         (gnus-agent-synchronize-flags): Don't default to being
9354         interactive.
9356 2004-09-30  Simon Josefsson  <jas@extundo.com>
9358         * message.el (message-generate-hashcash): Add.
9359         (message-send-mail): Use it, call mail-add-payment.
9361 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9363         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9365 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
9367         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9368         gnus-requst-update-info with explicit code to sync the in-memory
9369         info read flags with the marks being sync'd to the backend.
9371         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9373 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9375         * spam.el (spam-verify-bogofilter): Add new function.
9376         (spam-check-bogofilter)
9377         (spam-bogofilter-register-with-bogofilter): Use it.
9378         (spam-verify-bogofilter): Add small fixes.
9380 2004-09-28  Simon Josefsson  <jas@extundo.com>
9382         * hashcash.el (hashcash-generate-payment): Revert.
9384 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9386         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9387         gnus-extract-references instead of gnus-split-references.
9389         * gnus-util.el (gnus-extract-references): Add new function, analogous
9390         to gnus-split-references but extracts only the message-ID without
9391         anything extra.
9393         * hashcash.el (hashcash-generate-payment)
9394         (hashcash-check-payment): Do the right thing if hashcash-path is
9395         nil (because the hashcash program could not be found).
9397         * spam.el (spam-use-hashcash): Remove comment.
9399 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
9401         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9402         (gnus-cache-enter-article, gnus-cache-remove-article)
9403         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9405         * gnus-async.el (gnus-async-prefetch-remove-group): do.
9407         * gnus-art.el (article-hide-boring-headers)
9408         (article-translate-strings, article-display-face)
9409         (gnus-article-mime-match-handle-first)
9410         (gnus-article-highlight-headers)
9411         (gnus-article-add-buttons-to-head): do.
9413 2004-09-27  Simon Josefsson  <jas@extundo.com>
9415         * hashcash.el: New version, from
9416         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
9417         ../contrib/.
9419 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9421         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9423 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
9425         * gnus-dup.el (gnus-dup-open): Use mapc.
9426         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9428         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9429         Reported by Stefan Wiens <s.wi@gmx.net>.
9431         * gnus.el (gnus-shutdown): Use dolist.
9433         * gnus-undo.el (gnus-undo): Use mapc.
9435         * nnrss.el (nnrss-generate-active): do.
9437         * message.el (message-cite-original-without-signature)
9438         (message-cite-original): Use mapc.
9439         (message-do-actions, message-make-forward-subject): Use dolist.
9441 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9443         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9444         deletion to remove entire duplicate line.  Fixes merged article
9445         number bug.
9447 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9449         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9450         servers that are offline.  Avoids having gnus-agent-toggle-plugged
9451         first ask if you want to open a server and then, even when you
9452         responded with no, asking if you want to synchronize the server's
9453         flags.
9454         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9455         multi-line expressions.
9456         (gnus-agent-synchronize-group-flags): New internal function.
9457         Updates marks in memory (in the info structure) AND in the
9458         backend.
9460         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9462         * nnagent.el (nnagent-request-set-mark): Use
9463         gnus-agent-synchronize-group-flags, not backend's request-set-mark
9464         method, to ensure that synchronization updates marks in the
9465         backend and in the info (in memory) structure.
9467 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9469         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9470         convention fully; don't miss the root article of a thread; make
9471         the X-Draft-From header with correct article numbers.
9473 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
9475         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9476         unless plugged.  Disable the agent so that an open failure causes
9477         an error.
9479         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9480         Reverted 2004-09-21 change.  The backend must be opened while
9481         synchronizing flags even when the backend stores the flags
9482         locally.
9484 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
9486         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9487         in `header' match.  Reported by Svend Tollak Munkejord.
9489         * message.el (message-cite-original): Fix use of
9490         `message-cite-articles-with-x-no-archive'.
9492 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9494         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9495         (gnus-window-to-buffer): Ditto.
9497         * mml.el (mml-preview-buffer): New variable.
9498         (mml-preview): Manage window layout with gnus-buffer-configuration.
9500         * gnus-msg.el (gnus-setup-message): Put article numbers into the
9501         X-Draft-From header even if those articles aren't quoted.
9503 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
9505         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9506         (gnus-request-set-mark, gnus-request-update-mark): Use new
9507         g-s-t-u-l-m to decide to use backend even when unplugged.
9509 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9511         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9512         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
9514 2004-09-20  Simon Josefsson  <jas@extundo.com>
9516         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9517         "utf-16-le".
9519 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9521         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9523 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9525         * uudecode.el (uudecode-use-external): Add :version.
9527         * smime.el (smime-CA-file, smime-encrypt-cipher)
9528         (smime-dns-server): Add :version.
9530         * smiley.el (gnus-smiley-file-types): Add :version.
9532         * sha1.el (sha1-use-external): Add :version.
9534         * pgg-def.el (pgg-query-keyserver): Add :version.
9536         * nnmail.el (nnmail-fancy-expiry-targets)
9537         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9538         Add :version.
9540         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9541         (nnimap-retrieve-groups-asynchronous): Add :version.
9542         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
9544         * mml.el (mml-content-disposition-parameters)
9545         (mml-insert-mime-headers-always): Add :version.
9547         * mm-util.el (mm-coding-system-priorities): Add :version.
9549         * mm-decode.el (mm-inline-text-html-with-images)
9550         (mm-keep-viewer-alive-types, mm-external-terminal-program)
9551         (mm-verify-option): Add :version.
9552         (mm-text-html-renderer): Change :version.
9554         * message.el (message-fcc-externalize-attachments)
9555         (message-required-headers, message-draft-headers)
9556         (message-subject-trailing-was-query)
9557         (message-subject-trailing-was-ask-regexp)
9558         (message-subject-trailing-was-regexp, message-mark-insert-begin)
9559         (message-mark-insert-end, message-archive-header)
9560         (message-archive-note, message-cross-post-default)
9561         (message-cross-post-note, message-followup-to-note)
9562         (message-cross-post-note-function, message-use-mail-followup-to)
9563         (message-subscribed-address-functions)
9564         (message-subscribed-address-file, message-subscribed-addresses)
9565         (message-subscribed-regexps, message-allow-no-recipients)
9566         (message-yank-cited-prefix, message-signature-insert-empty-line)
9567         (message-hidden-headers, message-hierarchical-addresses)
9568         (message-mail-user-agent, message-use-idna)
9569         (message-valid-fqdn-regexp)
9570         (message-strip-special-text-properties, message-header-synonyms)
9571         (message-beginning-of-line, message-tab-body-function): Add :version.
9572         (message-insert-canlock, message-wide-reply-confirm-recipients):
9573         Change :version.
9575         * mail-source.el (mail-source-ignore-errors): Add :group, :type
9576         and :version.
9577         (mail-source-delete-old-incoming-confirm)
9578         (mail-source-movemail-program): Add :version.
9580         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9581         (gnus-agent-cache, gnus-agent): Change :version.
9583         * gnus-util.el (gnus-use-byte-compile): Change :version.
9585         * gnus-sum.el (gnus-summary-make-false-root-always)
9586         (gnus-summary-default-high-score)
9587         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9588         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9589         (gnus-read-all-available-headers, gnus-article-emulate-mime)
9590         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9591         (gnus-sum-thread-tree-single-indent)
9592         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9593         (gnus-sum-thread-tree-leaf-with-other)
9594         (gnus-sum-thread-tree-single-leaf): Add :version.
9595         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9596         (gnus-article-loose-mime): Change :version.
9598         * gnus-start.el (gnus-backup-startup-file)
9599         (gnus-save-startup-file-via-temp-buffer): Add :version.
9601         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9602         (gnus-server-offline-face): Add :version.
9604         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9606         * gnus-msg.el (gnus-gcc-externalize-attachments)
9607         (gnus-debug-files, gnus-debug-exclude-variables)
9608         (gnus-discouraged-post-methods): Change :version.
9609         (gnus-confirm-mail-reply-to-news)
9610         (gnus-confirm-treat-mail-like-news): Add :version.
9612         * gnus-int.el (gnus-server-unopen-status): Add :version.
9614         * gnus-group.el (gnus-group-jump-to-group-prompt)
9615         (gnus-large-ephemeral-newsgroup)
9616         (gnus-fetch-old-ephemeral-headers): Add :version.
9618         * gnus-fun.el (gnus-x-face-directory)
9619         (gnus-convert-pbm-to-x-face-command)
9620         (gnus-convert-image-to-x-face-command)
9621         (gnus-convert-image-to-face-command): Add :version.
9623         * gnus-delay.el (gnus-delay-default-hour): Add :version.
9625         * gnus-cite.el (gnus-cite-blank-line-after-header)
9626         (gnus-article-boring-faces): Add :version.
9628         * gnus-art.el (gnus-buttonized-mime-types)
9629         (gnus-inhibit-mime-unbuttonizing)
9630         (gnus-treat-display-face)
9631         (gnus-treat-body-boundary): Change :version.
9632         (gnus-body-boundary-delimiter, gnus-picon-databases)
9633         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9634         (gnus-treat-date-english, gnus-treat-fold-headers)
9635         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9636         (gnus-treat-mail-picon, gnus-treat-wash-html)
9637         (gnus-article-encrypt-protocol)
9638         (gnus-use-idna, gnus-article-over-scroll)
9639         (gnus-mime-display-multipart-alternative-as-mixed)
9640         (gnus-mime-display-multipart-related-as-mixed)
9641         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9642         (gnus-ctan-url, gnus-button-ctan-handler)
9643         (gnus-button-handle-ctan-bogus-regexp)
9644         (gnus-button-ctan-directory-regexp)
9645         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9646         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9647         (gnus-button-man-level, gnus-button-emacs-level)
9648         (gnus-button-message-level, gnus-button-browse-level): Add :version.
9650         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9651         (gnus-agent-go-online): Change :version.
9652         (gnus-agent-expire-unagentized-dirs)
9653         (gnus-agent-auto-agentize-methods): Add :version.
9655         * flow-fill.el (fill-flowed-display-column)
9656         (fill-flowed-encode-column): Add :version.
9658         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9659         (gnus-outlook-deuglify-unwrap-max)
9660         (gnus-outlook-deuglify-cite-marks)
9661         (gnus-outlook-deuglify-unwrap-stop-chars)
9662         (gnus-outlook-deuglify-no-wrap-chars)
9663         (gnus-outlook-deuglify-attrib-cut-regexp)
9664         (gnus-outlook-deuglify-attrib-verb-regexp)
9665         (gnus-outlook-deuglify-attrib-end-regexp)
9666         (gnus-outlook-display-hook): Add :version.
9668         * binhex.el (binhex-use-external): Add :version.
9670 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
9672         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9673         and `invisible'.
9675 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9677         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9678         in gnus-registry-trim.
9680 2004-09-13  Simon Josefsson  <jas@extundo.com>
9682         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9684         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9686         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9687         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9688         <yamaoka@jpl.org>.
9689         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9690         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9691         <yamaoka@jpl.org>.
9693         * sieve.el (sieve-manage-mode): Ditto.
9695 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
9697         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9699 2004-09-11  Simon Josefsson  <jas@extundo.com>
9701         * dns-mode.el: Add.
9703         * mm-view.el (mm-display-dns-inline): Add.
9705         * mm-decode.el (mm-inline-media-tests): Add text/dns.
9706         (mm-automatic-display): Ditto.
9708         * mailcap.el (mailcap-mime-data): Add text/dns.
9709         (mailcap-mime-extensions): Map .soa to text/dns.
9711 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
9713         * gnus-art.el (article-decode-mime-words, article-babel)
9714         (gnus-article-highlight-signature, gnus-article-add-buttons)
9715         (gnus-signature-toggle): Remove unnecessary bindings of
9716         `inhibit-read-only' inherited from v5.10 merge.
9718 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
9720         * nntp.el (nntp): New customization group.
9721         (nntp-authinfo-file): Add customization group.
9723         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9725         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9727         * gnus.el (to-address, to-list, subscribed)
9728         (large-newsgroup-initial): Ditto.
9730         * flow-fill.el (fill-flowed-display-column)
9731         (fill-flowed-encode-column): Ditto.
9733 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9735         * message.el (message-tokenize-header, message-send-mail-with-qmail):
9736         Use point-min rather than 1.
9737         (message-send-mail): Use buffer-size rather than point-max.
9739         * gnus-sum.el (gnus-summary-search-article-forward):
9740         Signal a specific `search-failed' rather than a generic `error'.
9742         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
9743         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
9744         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
9746 2004-09-10  Simon Josefsson  <jas@extundo.com>
9748         * nndb.el (require): Remove tcp and duplicate cl.
9750 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9752         * gnus-agent.el (directory-files-and-attributes): Move forward.
9754 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
9756         * gnus-agent.el (directory-files-and-attributes): Optionally
9757         defined to support XEmacs.
9759 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
9761         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
9762         to avoid run-time CL dependencies.
9763         (gnus-agent-unfetch-articles): New function.
9764         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
9765         article numbers even when local .overview file is missing.
9766         (gnus-agent-read-article-number): New function.  Only accepts
9767         27-bit article numbers.
9768         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
9769         gnus-agent-read-article-number.
9770         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
9771         from backend while recognizing that article numbers in .overview
9772         must be valid.
9773         (gnus-agent-update-files-total-fetched-for): Use
9774         directory-files-and-attributes to improve performance.
9775         * gnus-int.el (gnus-request-move-article): Use
9776         gnus-agent-unfetch-articles in place of gnus-agent-expire to
9777         improve performance.
9779         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
9780         some users confused by references to .newsrc when they only have a
9781         .newsrc.eld file.
9782         (gnus-convert-mark-converter-prompt)
9783         (gnus-convert-converter-needs-prompt): Fixed use of property list.
9784         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
9785         New function.  Used internally to only display 'gnus converting
9786         files' message when actually necessary.
9788         * gnus-sum.el (): Removed (require 'gnus-agent) as required
9789         methods now autoloaded.
9791 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9793         * gnus-sum.el (gnus-summary-insert-subject): Remove list
9794         identifiers.
9796 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
9798         * gnus-picon.el: Fix indentation and closing parenthesis.
9800 2004-09-01  Simon Josefsson  <jas@extundo.com>
9802         * message.el (message-canlock-generate): Require sha1, not
9803         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
9804         to require within a function.  Sadly, if sha1.el isn't loaded, the
9805         let binding in m-c-g will hide the defcustom definition, which is
9806         bad.)
9808         * canlock.el: Require sha1, not sha1-el.
9810         * message.el: Don't autoload sha1 (there is a autoload cookie in
9811         sha1.el).
9813         * sha1-el.el: Renamed to sha1.el.
9815 2004-08-30  Juanma Barranquero  <lektu@terra.es>
9817         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
9819 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9821         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
9823 2004-08-30  Kim F. Storm  <storm@cua.dk>
9825         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
9827         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
9828         Add :group 'nnimap.
9830 2004-08-30  Andreas Schwab  <schwab@suse.de>
9832         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
9833         ?* and ?\;.
9835         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
9836         and ?\' to symbol instead of whitespace.
9838 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9840         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
9842         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
9843         instead of re-search-forward.
9845         * gnus-uu.el (gnus-uu-save-article): Ditto.
9846         (gnus-uu-post-encode-uuencode): Ditto.
9848         * html2text.el (html2text-clean-list-items): Ditto.
9849         (html2text-clean-dtdd): Ditto.
9850         (html2text-format-tags): Ditto.
9852         * message.el (message-send-mail-with-sendmail): Fix regexp.
9853         (message-fill-field-general): Use search-forward instead of
9854         re-search-forward.
9855         (unbold-region): Ditto.
9857         * nnrss.el (nnrss-request-article): Ditto.
9859         * nnslashdot.el (nnslashdot-request-article): Ditto.
9861         * nnweb.el (nnweb-gmane-wash-article): Ditto.
9863         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
9864         "Unrecognized menu descriptor" error in XEmacs.
9866 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9868         * gnus-sum.el (gnus-read-header): Don't remove a header for the
9869         parent article of a sparse article in the thread hashtb.
9871 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
9873         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
9874         (nnmail-expand-newtext): Lowercase expanded entries if
9875         nnmail-split-lowercase-expanded is non-nil.
9877 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9879         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
9881         * gnus-group.el (gnus-group-line-format-alist): Convert the value
9882         of gnus-tmp-news-method into string under XEmacs.  It will be
9883         passed to gnus-correct-length which takes only a string argument.
9885 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9887         * gnus-util.el (gnus-bind-print-variables): New macro.
9888         (gnus-prin1): Use it.
9889         (gnus-prin1-to-string): Use it.
9890         (gnus-pp): New function.
9891         (gnus-pp-to-string): New function.
9893         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
9894         Replace pp-to-string with gnus-pp-to-string.
9895         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
9896         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
9897         * gnus-msg.el (gnus-debug): Ditto.
9898         * gnus-score.el (gnus-score-save): Ditto.
9899         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
9900         gnus-pp-to-string.
9901         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
9902         with gnus-pp.
9903         * score-mode.el (gnus-score-pretty-print): Ditto.
9904         * webmail.el (webmail-debug): Ditto.
9906 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9908         * gnus-art.el (article-display-face, article-display-x-face):
9909         Use buffer-read-only.
9911 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9913         * gnus-art.el (article-hide-list-identifiers):
9914         Bind inhibit-read-only as t.
9916 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
9918         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
9920 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9922         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
9923         (gnus-narrow-to-page): Don't assume point-min == 1.
9924         (gnus-article-edit-mode): Derive from message-mode.
9926         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
9927         point-min == 1.
9929         * imap.el (imap-parse-address-list, imap-parse-body-ext):
9930         Disable incorrect use of `assert'.
9932         * message.el (message-mode): Set comment-start-skip.
9935 2004-08-22  Sam Steingold  <sds@gnu.org>
9937         * pop3.el (pop3-leave-mail-on-server): New user variable.
9938         (pop3-movemail): Delete mail only when it is nil.
9940 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
9942         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
9944         * mml.el (mml-preview): Use `pop-to-buffer'.
9946         * message.el (message-goto-mail-followup-to): Insert after "To".
9947         (message-carefully-insert-headers): Add comment.
9949         * gnus.el: Remove unused variable `gnus-article-check-size'.
9951         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
9953         * gnus-art.el (gnus-button-alist): Improve
9954         `gnus-button-handle-library' entry.
9956 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
9958         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
9959         downcase, since XEmacs capitalizes error messages differently.
9961 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
9963         * nntp.el: Add (require 'gnus) due to reference to
9964         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
9966 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
9968         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
9969         `mm-fill-flowed'.
9971         * mm-decode.el (mm-dissect-singlepart): Check it.
9973 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
9975         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
9976         'imap' for netrc parsing.
9978 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
9980         * mailcap.el (mailcap-mime-data): Mark as risky.
9982 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9984         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
9985         may be included in the encoded word.
9986         (rfc2047-encode): Don't append a space if the encoded word
9987         includes close parenthesis.
9989 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9991         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
9992         of text within parentheses.
9994 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
9996         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
9997         (gnus-encrypt-write-file-contents): Make the password key the file
9998         name PLUS the cipher, not just the cipher.  Also remove failed
9999         passwords from the cache.
10001 2004-08-06  Simon Josefsson  <jas@extundo.com>
10003         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10004         fix.
10006 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10008         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10009         LWSP.
10011 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10013         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10014         to append in-reply-to: data to the references: header.
10016         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10017         (netrc-parse): Use gnus-encrypt.el functions.
10019         * gnus-encrypt.el: Add new file for encryption support; currently
10020         does only a few GPG ciphers and an internal XOR cipher.
10022         * password.el: Add comments on using password-read-and-add.
10023         (password-read-and-add): Add function to read and add the
10024         password to the cache at once.
10026 2004-07-28  Simon Josefsson  <jas@extundo.com>
10028         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10029         parameter (but don't use it, for now).
10031         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10032         instead of hard coding to nil.
10034 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10036         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10037         as mm-inline-image-xemacs does.
10039 2004-07-26  Simon Josefsson  <jas@extundo.com>
10041         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10042         Revert part of 2004-07-17 change below.
10044 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10046         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10047         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10049 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10051         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10052         quotes that actually start with ">" at the beginning of the
10053         lines.
10055 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10057         * rfc2047.el (rfc2047-encode-region): Fix last change.
10058         (rfc2047-encode-parameter): Remove useless concat.
10060 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10062         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10063         encode special characters; fix some kind of misconfigured headers;
10064         signal a real error if debug-on-quit or debug-on-error is non-nil.
10065         (rfc2047-encode-max-chars): New variable.
10066         (rfc2047-encode-1): Use it.
10067         (rfc2047-encode-parameter): New function.
10069         * mml.el (mml-insert-parameter): Remove an excessive space.
10071 2004-07-17  Simon Josefsson  <jas@extundo.com>
10073         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10074         Kai Grossjohann <kai@emptydomain.de>.
10075         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10076         (gnus-group-make-menu-bar): Ditto.
10078         * gnus-util.el (gnus-group-server): Add.
10080 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10082         * message.el (message-clone-locals): Clone sendmail and smtp
10083         variables.
10085 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10087         * rfc2047.el (rfc2047-encode-region): Fix last change.
10089 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10091         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10092         characters as non-special.
10094 2004-07-09  Simon Josefsson  <jas@extundo.com>
10096         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10097         Users will lose all flag changes made while unplugged with
10098         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10099         good default.  See numerous reports on ding mailing list.
10101 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10103         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10104         add generate-head-function and generate-article-function to the
10105         rfc822-forward entry.
10106         (nndoc-rfc822-forward-generate-article): New function.
10107         (nndoc-rfc822-forward-generate-head): New function.
10109         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10111 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10113         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10114         respect display group parameter and gnus-summary-expunge-below.
10115         (gnus-articles-to-read): Remove unused reference to display group
10116         parameter.
10118 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10120         * nnheader.el (nnheader-uniquify-message-id): New experimental
10121         variable.
10122         (nnheader-nov-read-message-id): Use it.
10124         * spam-report.el (spam-report-gmane): Add interactive.
10126 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10128         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10129         qp-or-base64 for the application/* types.
10131 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10133         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10135 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10137         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10138         trim value.
10140 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10142         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10143         New macro and function.
10144         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10146 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10148         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10149         after-load-alist.
10151 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10153         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10154         update info that isn't there.
10156 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10158         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10159         entry.
10161 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10163         * mm-view.el (mm-inline-render-with-function): Use multibyte
10164         buffer; decode html source by charset.
10166         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10168         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10169         Mule-UCS is loaded under XEmacs.
10170         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10172 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10174         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10176 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10178         * mm-util.el (mm-coding-system-p): Return a coding-system.
10179         (mm-mime-mule-charset-alist): Use shift_jis instead of
10180         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10181         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10182         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10183         instead of japanese-shift-jis and iso-latin-1 respectively in
10184         order to share the default value with both Emacs and XEmacs-mule.
10185         (mm-mule-charset-to-mime-charset): Make
10186         mm-coding-system-priorities effective.
10187         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10188         while predicating of candidates upon the priorities.
10190 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10192         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10193         gnus-uu-invert-processable.
10195         * gnus.el: Autoload gnus-uu-invert-processable.
10197 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10199         * mm-util.el (mm-with-multibyte-buffer): New macro.
10201         * rfc2047.el (rfc2047-encode-string): Use it.
10202         (rfc2047-encode-region): Move point to the end of the region after
10203         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10205 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10207         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10208         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10210 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10212         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10213         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10214         Karl Chen <quarl@nospam.quarl.org>.
10216 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10218         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10219         invalid addresses.
10221 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10223         * spam.el: Change section markers, revise TODO list.
10224         (spam-backends): Make new master list of all installed backends.
10225         (spam-summary-exit-behavior): Add new variable to determine how
10226         messages moves are done at summary exit.
10227         (spam-move-spam-nonspam-groups-only)
10228         (spam-process-ham-in-nonham-groups)
10229         (spam-process-ham-in-spam-groups): Remove variables, the
10230         spam-summary-exit-behavior variable should be used to manage this
10231         behavior.
10232         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10233         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10234         and spam-old-spam-articles.
10235         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10236         Add empty variables, placeholders for the backends they represent.
10237         (spam-set-difference): Move, unchanged.
10238         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10239         unless the user has a processor variable.
10240         (spam-classifications, spam-classification-valid-p)
10241         (spam-backend-properties, spam-backend-property-valid-p)
10242         (spam-backend-function-type-valid-p)
10243         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10244         (spam-report-articles-gmane, spam-report-articles-resend):
10245         Remove functions, they are not needed.
10246         (spam-install-backend-super, spam-backend-list)
10247         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10248         (spam-backend-function, spam-backend-ham-registration-function)
10249         (spam-backend-spam-registration-function)
10250         (spam-backend-ham-unregistration-function)
10251         (spam-backend-spam-unregistration-function)
10252         (spam-backend-statistical-p, spam-backend-mover-p)
10253         (spam-install-backend-alias, spam-install-checkonly-backend)
10254         (spam-install-mover-backend, spam-install-nocheck-backend)
10255         (spam-install-backend, spam-install-statistical-backend)
10256         (spam-install-statistical-checkonly-backend): Add backend installation
10257         support.
10258         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10259         (spam-group-processor-p): Use the new backend code and respect the
10260         summary exit behavior.
10261         (spam-mark-spam-as-expired-and-move-routine): Remove.
10262         (spam-summary-prepare): Change to use the new spam-old-articles
10263         variable.
10264         (spam-copy-or-move-routine, spam-copy-spam-routine)
10265         (spam-move-spam-routine, spam-copy-ham-routine)
10266         (spam-move-ham-routine): Add code to copy/move ham or spam.
10267         (spam-fetch-field-fast): Improve doc and code, plus allow the
10268         'number request.
10269         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10270         variables.
10271         (spam-split, spam-find-spam): Use the new backend code.
10272         (spam-registration-functions): Remove variable.
10273         (spam-unregister-routine): Add convenience wrapper.
10274         (spam-log-undo-registration, spam-register-routine)
10275         (spam-log-processing-to-registry)
10276         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10277         where possible.
10278         (spam-check-gmane-xref, spam-check-regex-headers)
10279         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10280         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10281         (spam-check-bogofilter-headers, spam-check-spamoracle)
10282         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10283         (spam-check-crm114-headers): Use the spam-split-group that
10284         spam-split prepares, no need to determine it every time.
10286         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10287         to the nnheader-parse-naked-head call.
10289         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10291         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10292         the nnheader-nov-read-message-id call.
10294 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10296         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10297         gnus-activate-group twice.  Suggested by Markus Peter
10298         <warp@spin.de>.
10300 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10302         * gnus-art.el (gnus-article-time-format): Exchange the order of
10303         day and month in the default value; fix customization type.
10304         (article-date-ut): Use add-text-properties.
10305         (article-make-date-line): Use message-make-date instead of
10306         current-time-string.
10308         * message.el (message-fetch-field): Don't use set-text-properties.
10309         (message-make-date): Simplify.
10311 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10313         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10314         (rfc2047-encode-region): Treat text within parentheses as special;
10315         show the original text when error has occurred.
10317         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10318         already-computed method to gnus-activate-group.
10320         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10321         same select-methods identical Lisp objects.
10323         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10324         object when modifying the info.
10326 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10328         * gnus-srvr.el (gnus-server-set-info): Remove the server from
10329         gnus-opened-servers since it has never been opened with the new
10330         configuration yet.
10332 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10334         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10335         arg to nnheader-generate-fake-message-id.
10337 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
10339         * nnheader.el (nnheader-generate-fake-message-id): Accept a
10340         number and build a fake message ID localized to a group and
10341         article number (so it's repeatable from that point on).
10342         (nnheader-fake-message-id-p): Change regex to accommodate new fake
10343         ID format.
10345         * gnus-sum.el (gnus-get-newsgroup-headers): Call
10346         nnheader-generate-fake-message-id with the article number.
10348 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
10350         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10351         end-of-buffer.
10353 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10355         * message.el (message-ignored-supersedes-headers): Add Approved.
10357 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10359         * rfc2047.el (rfc2047-encode-message-header): Remove useless
10360         goto-char.
10361         (rfc2047-encode): Fold the line before encoding.
10363 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10365         * rfc2047.el (rfc2047-encode-message-header): Disabled header
10366         folding -- not all headers can be folded, and this should be done
10367         by the message composition mode.  Probably.  I think.
10369 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10371         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10372         fast.
10374         * gnus-ems.el (gnus-remove-image): Don't use
10375         message-text-with-property; remove only the image found first.
10377 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
10379         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10381 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10383         * message.el (message-text-with-property): Make it fast and accept
10384         optional arguments.
10385         (message-strip-forbidden-properties): Use it.
10386         (message-fix-before-sending): Follow the m-t-w-p change.
10388         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10390 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10392         * gnus-art.el (article-hide-headers): Don't change the buffer
10393         mistakenly when performing mml-preview even if
10394         gnus-single-article-buffer is nil.
10396 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
10398         * message.el (message-expand-name-databases): New user option.
10399         (message-expand-name): Use it.
10401 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
10403         * spam.el (spam-report-articles-resend)
10404         (spam-report-resend-register-routine): Allow ham reporting.
10405         (spam-report-resend-register-ham-routine): Add wrapper.
10406         (spam-registration-functions): Add ham resending functions.
10407         (spam-list-of-processors): Add ham resend processor.
10409         * gnus.el (ham-resend-to): Add new group parameter.
10410         (spam-process): Add ham resend option.
10412         * spam-report.el (spam-report-resend): Allow reporting ham.
10413         (spam-report-resend-ham): Add wrapper.
10415 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10417         * message.el (message-cite-articles-with-x-no-archive): New
10418         variable.
10419         (message-cite-original): Use it.
10421 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10423         * message.el (message-cite-original): Respect X-No-Archive.
10425 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10427         * gnus-art.el (article-hide-headers): Refer to the values for
10428         gnus-ignored-headers and gnus-visible-headers in the summary
10429         buffer since a user may have set them as group parameters.
10431 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
10433         * assistant.el (assistant-node-name): Add convenience function.
10434         (assistant-render-text, assistant-render-node): Add error handling,
10435         plus handle multiple next nodes.
10436         (assistant-find-next-node): Comment out for now.
10437         (assistant-find-next-nodes): Add function, returns list of next
10438         nodes.
10440 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
10442         * mail-source.el (mail-source-directory): Fix doc-string.
10444 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
10446         * assistant.el (assistant-render-text, assistant-eval): Add :set
10447         widget type, which is different because it takes and returns a
10448         list.  Much hilarity ensues.
10450 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
10452         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10454         * gnus-group.el (gnus-group-get-new-news-this-group): Added
10455         doc-string.
10457         * gnus-start.el (gnus-activate-group): Added doc-string.
10459 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10461         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10463 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
10465         * assistant.el (assistant-render-text): Try to add a :set
10466         widget, more to come.
10468         * spam.el (spam-group-spam-contents-p): Handle empty groupname
10469         strings.
10470         (spam-report-articles-resend)
10471         (spam-register-routine): Do registration iff any articles warrant
10472         it.
10473         (spam-summary-prepare-exit): Change log message for nil group
10474         destinations.
10476 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
10478         * spam.el (spam-report-resend-register-routine): Allow
10479         spam-report-resend-to to be a group parameter or a global value.
10481 2004-05-26  Simon Josefsson  <jas@extundo.com>
10483         * starttls.el: Merge with my GNUTLS based starttls.el.
10484         (starttls-gnutls-program, starttls-use-gnutls)
10485         (starttls-extra-arguments, starttls-process-connection-type)
10486         (starttls-connect, starttls-failure, starttls-success): New
10487         variables.
10488         (starttls-program, starttls-extra-args): Doc fix.
10489         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10490         functions.
10491         (starttls-negotiate, starttls-open-stream): Check
10492         `starttls-use-gnutls' and pass on to corresponding *-gnutls
10493         function if it is set.
10495 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10497         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10498         structured fields.
10500 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10502         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10504 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
10506         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10507         variable.
10508         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
10509         assigning the spam-mark to new messages.
10511 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
10513         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10515 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10517         * rfc2047.el (rfc2047-encodable-p): Don't move point.
10518         (rfc2047-decode): Treat the ascii coding-system as raw-text by
10519         default.
10521 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
10523         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10524         correct data.
10526 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
10528         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10529         (spam-group-processor-p): Fix function.
10530         (spam-group-processor-multiple-p)
10531         (spam-group-spam-processor-report-gmane-p)
10532         (spam-group-spam-processor-report-resend-p)
10533         (spam-group-spam-processor-bogofilter-p)
10534         (spam-group-spam-processor-blacklist-p)
10535         (spam-group-spam-processor-ifile-p)
10536         (spam-group-ham-processor-ifile-p)
10537         (spam-group-spam-processor-spamoracle-p)
10538         (spam-group-spam-processor-crm114-p)
10539         (spam-group-ham-processor-bogofilter-p)
10540         (spam-group-spam-processor-stat-p)
10541         (spam-group-ham-processor-stat-p)
10542         (spam-group-ham-processor-whitelist-p)
10543         (spam-group-ham-processor-BBDB-p)
10544         (spam-group-ham-processor-spamoracle-p)
10545         (spam-group-ham-processor-copy-p): Remove functions with some
10546         prejudice against unneeded code.
10547         (spam-report-articles-resend)
10548         (spam-report-resend-register-routine): Allow the group/topic
10549         spam-resend-to value to override spam-report-resend-to.
10550         (spam-summary-prepare-exit): Invoke spam-group-processor-p
10551         properly now.
10553         * gnus.el (spam-resend-to): Add group/topic parameter.
10554         (spam-process): Move the OBSOLETE processors to the end of the
10555         choices.
10557 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
10559         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10560         with resend-to set to nil, and then ask the user if necessary.
10561         (spam-report-resend): spam-report-resend takes a list of articles, not
10562         separate article numbers.
10564 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10566         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10567         addition to emacs-w3m.
10569 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10571         * assistant.el (assistant-authinfo-data): New function.
10572         (assistant-eval): Eval for entire assistant.
10574         * netrc.el (netrc-services-file): New variable.
10575         (netrc-parse-services): New function.
10576         (netrc-find-service-name): New function.
10577         (netrc-find-service-number): New function.
10578         (netrc-port-equal): New function.
10579         (netrc-machine): Use it.
10581         * nnimap.el (nnimap-open-connection): Use netrc.
10583         * gnus-util.el (gnus-netrc-get): Remove aliases.
10585         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10587         * assistant.el (wid-edit): Fix compilation.
10589         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10591 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
10593         * gnus-util.el (gnus-set-file-modes): New function.  (small
10594         patch).
10596 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10598         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10600         * assistant.el (assistant-render-node): Fix up rendering and
10601         read-only text.
10602         (assistant-render-node): Reset.
10603         (assistant-make-read-only): Not sticky.
10605 2004-05-20  Danny Siu  <dsiu@adobe.com>
10607         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10608         centered even when gnus-auto-center-summary is t
10610 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10612         * dns.el (dns-get-txt-answer): New function.
10613         (dns-read-txt): Ditto.
10614         (query-dns): Use it.
10616 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10618         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10619         active for foreign groups even if the group level is higher than
10620         the specified value.
10622 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10624         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10625         non-active groups.
10627         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10629 2004-05-20  Magnus Henoch  <mange@freemail.hu>
10631         * dns.el (dns-read-type): Add support for SVR.  (small patch)
10633 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10635         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10636         (spam-crm114-header, spam-crm114-spam-switch)
10637         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10638         (spam-crm114-positive-spam-header)
10639         (spam-crm114-database-directory, spam-list-of-processors)
10640         (spam-group-spam-processor-crm114-p)
10641         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10642         (spam-generic-score, spam-list-of-checks)
10643         (spam-list-of-statistical-checks, spam-registration-functions)
10644         (spam-check-crm114-headers, spam-crm114-score)
10645         (spam-check-crm114, spam-crm114-register-with-crm114)
10646         (spam-crm114-register-spam-routine)
10647         (spam-crm114-unregister-spam-routine)
10648         (spam-crm114-register-ham-routine)
10649         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
10650         asjo@koldfront.dk (Adam Sjøgren).
10652         * gnus.el: Add spam-use-crm114.
10654         * spam.el (spam-list-of-processors, spam-registration-functions):
10655         Add spam-use-resend.
10656         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10657         (spam-report-articles-gmane): Add doc fix.
10658         (spam-report-articles-resend, spam-report-resend-register-routine):
10659         Add wrappers around spam-report-resend-to.
10661         * spam-report.el (spam-report-resend-to, spam-report-resend):
10662         Add support for resending spam.
10663         (spam-report-gmane): Fix line length >80.
10665         * gnus.el (spam-process): Add spam-use-resend.
10667 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10669         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10670         number of processed spam messages.
10671         (spam-ham-copy-or-move-routine): Return the number of processed
10672         ham messages.
10673         (spam-summary-prepare-exit): Use the above values to decide
10674         whether status messages shouled be displayed.
10676 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10678         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10679         `rfc2047-encoding-function-alist' in order to avoid conflicting
10680         with the old version.
10681         (rfc2047-encode-region): Concatenate words containing non-ASCII
10682         characters in structured fields; don't encode space-delimited
10683         ASCII words even in unstructured fields; don't break words at
10684         char-category boundaries.
10685         (rfc2047-encode-1): New function.
10686         (rfc2047-encode): Use it; encode text so that it occupies the
10687         maximum width within 76-column; work correctly on Q encoding for
10688         iso-2022-* charsets.
10689         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10690         sure not to break a line just after the header name.
10691         (rfc2047-b-encode-region): Removed.
10692         (rfc2047-b-encode-string): New function.
10693         (rfc2047-q-encode-region): Removed.
10694         (rfc2047-q-encode-string): New function.
10696         * mm-util.el (mm-replace-in-string): New function.
10698 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10700         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10701         get it right.
10702         (gnus-inews-make-draft): Really.
10704 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
10706         * nnmh.el (nnmh-request-list-1): Don't check the link count
10707         before descending.  (small patch)
10709 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10711         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10712         stuff.
10714         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10715         on real group name.
10717         * gnus-art.el (gnus-signature-limit): Doc fix.
10719         * gnus-msg.el (gnus-inews-make-draft): Quote list.
10721 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10723         * gnus-draft.el (gnus-draft-send): Bind
10724         rfc2047-encode-encoded-words.
10726         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
10727         (rfc2047-encodable-p): Say that =? needs encoding.
10728         (rfc2047-encode-encoded-words): New variable.
10730         * gnus-group.el (gnus-group-select-group): Doc fix.
10732         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
10734         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
10735         to nil.
10737         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
10739         * nnheader.el (nnheader-get-lines-and-char): New function.
10741 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
10743         * gnus-msg.el (gnus-summary-followup-with-original): Document
10744         yanking of region when active.
10746 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10748         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
10749         groups if the group level is higher than the specified value.
10751 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10753         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
10754         (gnus-group-jump-to-group): Added prefix argument using
10755         `gnus-group-jump-to-group-prompt'.  Query before jumping to
10756         non-active group.
10758         * compface.el (uncompface): Be verbose when changing
10759         `uncompface-use-external'.
10761         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
10762         handle manual section.
10764 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10766         * gnus-art.el (gnus-button-alist): Revert previous change.
10768 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10770         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
10772 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10774         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
10775         whether backend can accept message.
10777         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
10779 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
10781         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
10782         Avoid creating directory when nntp-marks-is-evil is true.
10783         Reported by Reiner Steib.
10785 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10787         * gnus-picon.el (gnus-picon-style): New variable.
10788         (gnus-picon-insert-glyph): Added optional `nostring' argument.
10789         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
10790         Jesper Harder <harder@ifa.au.dk>.
10792 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10794         * message.el (message-fill-field): Return point.
10795         (message-generate-headers): Go to end of field.
10797         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
10798         stuff for non-living groups.
10800 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
10802         * gnus-art.el (gnus-article-followup-with-original)
10803         (gnus-article-reply-with-original): gnus-mark-active-p ->
10804         gnus-region-active-p.
10806 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
10808         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
10809         only when there is spam or ham to be processed.
10811 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10813         * mail-source.el (mail-source-delete-crash-box): Refactor.
10814         (mail-source-fetch): Use it.
10815         (mail-source-fetch-file): Ditto.
10816         (mail-source-fetch-directory): Run postscript in loop.
10817         (mail-source-fetch-pop): Delete.
10818         (mail-source-fetch-maildir): Ditto.
10819         (mail-source-fetch-imap): Ditto.
10821         * imap.el (imap-authenticators): Comment out sasl.
10823         * message.el (message-skip-to-next-address): New function.
10824         (message-fill-header-address): Refactor.
10825         (message-fill-address): Use it.
10826         (message-delete-address): Use it.
10827         (message-fill-header-general): Refactor.
10828         (message-fill-field-address): Rename.
10829         (message-narrow-to-field): Find the start of the header.
10830         (message-header-format-alist): Don't pre-fill.
10831         (message-fill-header): Removed.
10832         (message-insert-header): New function.
10833         (message-shorten-references): Use it.
10835         * rfc2047.el (rfc2047-field-value): Strip props.
10837         * mail-parse.el (mail-header-make-address): New alias.
10839         * ietf-drums.el (ietf-drums-make-address): New function.
10841         * imap.el: Add compiler directives.
10843         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10845         * gnus-art.el (article-decode-idna-rhs): Don't use
10846         message-idna-inside-rhs-p.
10848 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10850         * message.el (message-idna-inside-rhs-p): Removed.
10851         (message-idna-to-ascii-rhs-1): Use proper address parsing.
10853         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
10854         false positives.
10856 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
10858         * imap.el (imap-sasl-make-mechanisms): Use sasl.
10860 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10862         * nneething.el (nneething-file-name): Don't create spurious
10863         files.
10865         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
10866         (gnus-inews-do-gcc): Remove sleep.
10868         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
10869         part under point.
10871         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
10872         (gnus-agent-regenerate-group): Using nil messages aren't valid.
10874 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
10876         * spam.el (spam-summary-prepare-exit): Fixed (length).
10878 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10880         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
10881         as expired without moving it" message when there are spam
10882         messages left.
10884 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
10886         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
10887         header is not nil.
10889 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
10891         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
10892         nntp-possibly-create-directory, not nntp-possibly-change-group.
10893         (nntp-marks-changed-p): New arg SERVER.
10894         (nntp-request-update-info): Adjust caller.
10896 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
10898         * nntp.el (nntp-save-marks): Pass missing arg.
10900 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
10902         * nntp.el: Support marks.
10903         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
10904         (nntp-marks-modtime, nntp-marks-directory): New variables.
10905         (nntp-request-set-mark, nntp-request-update-info)
10906         (nntp-possibly-create-directory, nntp-marks-changed-p)
10907         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
10908         functions.
10910 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
10912         * gnus-score.el (gnus-score-insert-help): Use
10913         gnus-select-lowest-window.
10915         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
10916         appt-select-lowest-window and rename to gnus-select-lowest-window.
10918         * gnus.el: do.
10920 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10922         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
10923         encodings of MIME-encoded words, in order to improve
10924         interoperability with several broken MUAs.
10926 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10928         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
10929         tags, only when charsets are not specified in headers.
10930         (mm-inline-text-html-render-with-w3m): Ditto.
10932 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10934         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
10935         instead of MIME-decoded from fields when checking
10936         `gnus-article-address-banner-alist'.
10938 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
10940         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
10941         description rather than subject.
10943 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10945         * gnus.el (gnus-version-number): Bump.
10947 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10949         * gnus.el: No Gnus v0.2 is released.
10951 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10953         * gnus-agent.el (gnus-agent-read-agentview): Inline
10954         gnus-uncompress-range.
10956 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10958         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
10959         `exec-installed-p'.
10961 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10963         * gnus.el (spam-process, spam-autodetect-methods): Add
10964         bsfilter and bsfilter-headers.
10966         * spam.el (spam-bsfilter): New customize group.
10967         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
10968         (spam-bsfilter-header, spam-bsfilter-probability-header)
10969         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
10970         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
10971         (spam-bsfilter-database-directory): New options.
10972         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
10973         (spam-list-of-statistical-checks, spam-registration-functions):
10974         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
10975         (spam-bsfilter-score): New command.
10976         (spam-check-bsfilter-headers, spam-check-bsfilter)
10977         (spam-bsfilter-register-with-bsfilter)
10978         (spam-bsfilter-register-spam-routine)
10979         (spam-bsfilter-unregister-spam-routine)
10980         (spam-bsfilter-register-ham-routine)
10981         (spam-bsfilter-unregister-ham-routine): New functions.
10982         (spam-generic-score): Support bsfilter; Accept an optional argument
10983         to recalcurate spam score even if scoring header has already been
10984         added.
10985         (spam-bogofilter-score, spam-spamassassin-score): Accept an
10986         optional argument to recalcurate spam score even if scoring header
10987         has already been added.
10989 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
10991         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
10992         strings!  Reported by David D. Smith <davidsmith@acm.org>.
10993         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
10994         link is missing.
10996 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
10998         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
10999         (html2text-get-attr): Rewrite.
11001         * message.el (message-setup-1): Remove redundant put-text-property
11002         on mail-header-separator.
11004 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11006         * gnus-registry.el (gnus-registry-cache-whitespace)
11007         (gnus-registry-action, gnus-registry-spool-action)
11008         (gnus-registry-split-fancy-with-parent): Change message levels
11009         from 5 to 3 or 7, as needed.
11011         * spam.el (spam-summary-prepare-exit)
11012         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11013         (spam-split, spam-find-spam, spam-log-undo-registration)
11014         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11015         level from 5 to 6.
11017 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11019         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11020         2004-03-04 change).
11022 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11024         * sieve-manage.el (sieve-manage-open):
11025         * nnweb.el (nnweb-insert-html):
11026         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11027         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11028         * nnspool.el (nnspool-request-group):
11029         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11030         * nnml.el (nnml-request-update-info):
11031         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11032         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11033         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11034         (nnimap-request-set-mark):
11035         * nnfolder.el (nnfolder-request-update-info):
11036         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11037         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11038         * gnus-uu.el (gnus-uu-find-articles-matching):
11039         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11040         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11041         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11042         * gnus-nocem.el (gnus-nocem-scan-groups):
11043         * gnus-int.el (gnus-start-news-server):
11044         * gnus-group.el (gnus-group-make-kiboze-group)
11045         (gnus-group-browse-foreign-server):
11046         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11047         Use mapc when appropriate.
11049 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11051         FIXME: Make separate entries for each person.
11053         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11054         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11055         <shields@msrl.com>:
11057         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11058         may need for spam sorting and scoring.
11059         (spam-user-format-function-S): Add user format function suitable for
11060         general use.
11061         (spam-article-sort-by-spam-status): Add sorting function for summary
11062         sorting.
11063         (spam-extra-header-to-number): Add function to get a score from a
11064         header.
11065         (spam-summary-score): Add function to  get a numeric score from the
11066         headers.
11067         (spam-generic-score): Fix function doc, was in wrong place.
11068         (spam-initialize): Take symbols when it's run, and install the
11069         extra headers that spam-necessary-extra-headers thinks we need.
11071 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11073         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11074         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
11076 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11078         * gnus-sum.el (gnus-set-global-variables)
11079         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11080         (gnus-article-get-xrefs, gnus-summary-best-group)
11081         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11082         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11083         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11084         Use with-current-buffer.
11086 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11088         * spam.el (spam-summary-prepare-exit): Simplify logic.
11089         (spam-fetch-article-header): Read the article header if it's not
11090         available.
11091         (spam-list-articles): Simplify logic.
11092         (spam-filelist-register-routine): Fix bug with unregister-list.
11094         * gnus-registry.el: Fix comments at beginning.
11096 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11098         * message.el (message-cater-to-broken-inn): Remove.
11099         (message-shorten-references): Make sure the total folded length of
11100         References is shorter than 998 characters to cater to a bug in INN
11101         2.3.  Also, don't pretend that references aren't folded -- this
11102         hasn't worked for a while.
11104 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11106         * gnus-agent.el (gnus-agentize):
11107         gnus-agent-send-mail-real-function no longer set to current value
11108         of message-send-mail-function but rather a lambda that calls
11109         message-send-mail-function.  The change makes the agent real-time
11110         responsive to user changes to message-send-mail-function.
11112 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11114         * legacy-gnus-agent.el
11115         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11116         help from Florian Weimer <fw@deneb.enyo.de>
11118 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11120         * nnmail.el (nnmail-cache-insert): Revert last change.
11122 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11124         * nnmail.el (nnmail-cache-insert): Always check whether
11125         nnmail-cache-ignore-groups matches a group name.
11127 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11129         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11130         (spam-find-spam, spam-log-processing-to-registry)
11131         (spam-log-registered-p, spam-log-unregistration-needed-p)
11132         (spam-log-undo-registration): Use gnus-message instead of
11133         gnus-error, none of these errors are fatal.
11135         * gnus-registry.el (gnus-registry-clean-empty-function)
11136         (gnus-registry-clean-empty): Remove only empty entries without
11137         extra data.
11139 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11141         * spam-stat.el (spam-stat-buffer-change-to-spam)
11142         (spam-stat-buffer-change-to-non-spam): Change (error) to
11143         (gnus-message 8) invocation.
11145 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11147         * nntp.el (nntp-via-netcat-command): New variable.
11148         (nntp-via-netcat-switches): New variable.
11149         (nntp-open-via-rlogin-and-netcat): New function.
11150         (nntp-open-connection-function): Doc fix.
11151         (nntp-telnet-command): Doc fix.
11152         (nntp-end-of-line): Doc fix.
11153         (nntp-via-rlogin-command): Doc fix.
11154         (nntp-via-user-name): Doc fix.
11155         (nntp-via-address): Doc fix.
11157 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11159         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11160         error in Emacs 21.1.
11162 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11164         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11166 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11167         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11168         (gnus-agent-with-refreshed-group): New macro.
11169         (gnus-agent-rename-group): New function.
11170         (gnus-agent-delete-group): New function.
11171         (gnus-agent-save-group-info): Use gnus-command-method when
11172         `method' parameter is nil.  Don't write nil entries into the
11173         active file.
11174         (gnus-agent-get-group-info): New function.
11175         (gnus-agent-fetch-articles): Use
11176         gnus-agent-update-files-total-fetched-for to increment disk space
11177         used.
11178         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11179         gnus-agent-update-view-total-fetched-for to increment disk space
11180         used.
11181         (gnus-agent-get-local): Added optional parameters to avoid calling
11182         gnus-group-real-name and gnus-find-method-for-group.
11183         (gnus-agent-set-local): Delete stored entry if either min, or max,
11184         are nil.
11185         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11186         quit, use gnus-agent-regenerate-group to record existance of any
11187         articles fetched to disk before the quit occurred.
11188         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11189         gnus-agent-update-view-total-fetched-for, and
11190         gnus-agent-update-files-total-fetched-for to decrement disk space
11191         used.
11192         (gnus-agent-retrieve-headers): Use
11193         gnus-agent-update-view-total-fetched-for to increment disk space
11194         used.
11195         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11196         with gnus-agent-update-files-total-fetched-for to decrement disk
11197         space and fresh group buffer.
11198         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11199         (gnus-agent-need-update-total-fetched-for): New variable.
11200         (gnus-agent-update-files-total-fetched-for): New function.
11201         (gnus-agent-update-view-total-fetched-for): New function.
11202         (gnus-agent-total-fetched-for): New function.
11204         * gnus-cache.el (gnus-cache-save-buffers): Use
11205         gnus-cache-update-overview-total-fetched-for to change disk space
11206         used by this group.
11207         (gnus-cache-possibly-enter-article): Use
11208         gnus-cache-update-file-total-fetched-for to increment disk space
11209         used by this group.
11210         (gnus-cache-possibly-remove-article): Use
11211         gnus-cache-update-file-total-fetched-for to decrement disk space
11212         used by this group.
11213         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11214         (gnus-cache-rename-group): New function.
11215         (gnus-cache-delete-group): New function.
11216         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11217         (gnus-cache-need-update-total-fetched-for): New variable.
11218         (gnus-cache-with-refreshed-group): New macro.
11219         (gnus-cache-update-file-total-fetched-for): New function.
11220         (gnus-cache-update-overview-total-fetched-for): New function.
11221         (gnus-cache-rename-group-total-fetched-for): New function.
11222         (gnus-cache-delete-group-total-fetched-for): New function.
11223         (gnus-cache-total-fetched-for): New function.
11225         * gnus-group.el: Require gnus-sum and autoload functions to
11226         resolve warnings when gnus-group.el compiled alone.
11227         (gnus-group-line-format): Documented new %F
11228         (size of Fetched data) group line format; identifies disk space
11229         used by agent and cache.
11230         (gnus-group-line-format-alist): Defined new F format.
11231         (gnus-total-fetched-for): New function.
11232         (gnus-group-delete-group): No longer update
11233         gnus-cache-active-altered as gnus-request-delete-group now keeps
11234         the cache in sync.
11235         (gnus-group-list-active): Let the agent store a server's active
11236         list if currently plugged.
11238         * gnus-int.el (gnus-request-delete-group):
11239         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11240         local disk in sync with the server.
11241         (gnus-request-rename-group):
11242         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11243         local disk in sync with the server.
11245         * gnus-start.el (gnus-get-unread-articles):
11246         Cosmetic simplification to logic.
11248         * gnus-util.el (gnus-rename-file): New function.
11250 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11252         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11254 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11256         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11257         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11259 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11261         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11262         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11264 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11266         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11268 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11270         * spam.el (spam-set-difference): Add function to replace
11271         gnus-set-difference in spam.el.
11272         (spam-summary-prepare-exit): Use spam-set-difference.
11274 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11276         * gnus-registry.el (gnus-registry-cache-file): Update to use
11277         gnus-dribble-directory OR gnus-home-directory OR ~.
11278         (gnus-registry-split-fancy-with-parent): Fix doc.
11280 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11282         * message.el (message-exchange-point-and-mark): Use
11283         message-mark-active-p.  Suggested by Jesper Harder
11284         <harder@ifa.au.dk>.
11286 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11288         * message.el (message-exchange-point-and-mark): Don't activate
11289         region if it was inactive.  Suggested by Hiroshi Fujishima
11290         <pooh@nature.tsukuba.ac.jp>.
11292 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11294         * gnus-art.el (article-display-face): Display Faces in the same
11295         order as X-Faces.
11297 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11299         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11301 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11303         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11304         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11305         (gnus-article-mime-hierarchy): Remove.
11306         (gnus-article-mime-hierarchy-next): Remove.
11307         (gnus-article-mode): Revert 2004-03-19 change.
11308         (gnus-article-setup-buffer): Revert 2004-03-19 change.
11309         (gnus-insert-mime-button): Revert 2004-03-19 change.
11310         (gnus-mime-accumulate-hierarchy): Remove.
11311         (gnus-mime-enter-multipart): Remove.
11312         (gnus-mime-leave-multipart): Remove.
11313         (gnus-mime-display-part): Revert 2004-03-19 change.
11314         (gnus-mime-display-alternative): Revert 2004-03-19 change.
11316         * mml.el (mml-preview): Revert 2004-03-19 change.
11318 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
11320         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11322 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11324         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11325         t while entering a file name using the mm-with-multibyte macro.
11326         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11328         * mm-util.el (mm-with-multibyte): New macro.
11330 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11332         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11333         user option.
11334         (gnus-mime-multipart-functions): Doc and customization fix.
11335         (gnus-article-mime-hierarchy): New variable.
11336         (gnus-article-mime-hierarchy-next): New variable.
11337         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11338         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11339         gnus-article-mime-hierarchy-next to nil.
11340         (gnus-insert-mime-button): Show hierarchy numbers.
11341         (gnus-mime-accumulate-hierarchy): New function.
11342         (gnus-mime-enter-multipart): New function.
11343         (gnus-mime-leave-multipart): New function.
11344         (gnus-mime-display-part): Recompute hierarchical MIME structure.
11345         (gnus-mime-display-alternative): Show hierarchy numbers.
11347         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11348         gnus-article-mime-hierarchy-next to nil.
11350 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
11352         * dns.el: Don't require gnus-xmas.
11354 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
11356         * mml.el (mml-generate-mime-1): Don't use format=flowed with
11357         inline PGP.
11358         (mml-menu): Disable mml-quote-region if mark is inactive.
11360 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11362         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11363         when the group's active is not available.
11365 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11367         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11368         error.
11370 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
11372         * imap.el (imap-store-password): New variable.
11373         (imap-interactive-login): Use it.
11374         Suggested by Mark Plaksin <happy@mcplaksin.org>.
11376 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11378         * gnus-art.el (gnus-article-read-summary-keys): Restore new
11379         window-start and hscroll to summary window.
11381 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11383         * gnus-start.el (gnus-convert-old-newsrc): Only write the
11384         conversion message to newsrc-dribble when an actual conversion is
11385         performed.
11387 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
11389         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11391 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11393         * mm-decode.el (mm-complicated-handles): New function reviving
11394         former definition of mm-multiple-handles.
11396         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11397         (gnus-mime-delete-part): Use it.
11399 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11401         * gnus-agent.el (gnus-agent-read-local): Bind
11402         nnheader-file-coding-system to gnus-agent-file-coding-system to
11403         avoid the implicit assumption that they will always be equal.
11404         (gnus-agent-save-local): Bind buffer-file-coding-system, not
11405         coding-system-for-write, as the with-temp-file macro first prints
11406         to a buffer then saves the buffer.
11408 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11410         * gnus-art.el (gnus-article-edit-part): New function.
11411         (gnus-mime-save-part-and-strip): Use it; do query instead of
11412         signaling an error; don't use mm-multiple-handles.
11413         (gnus-mime-delete-part): Ditto.
11415 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11417         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11418         old file versions.
11419         (gnus-group-prepare-hook): Removed function that converted list
11420         form of gnus-agent-expire-days to group properties.
11422         * gnus-int.el: Autoload gnus-agent-regenerate-group.
11423         (gnus-request-accept-article): Re-indented.
11425         * gnus-start.el (gnus-convert-old-newsrc): Registered new
11426         converters to handle old agent file formats.  Added logic for a
11427         "backup before upgrading warning".
11428         (gnus-convert-mark-converter-prompt): Developers can mark
11429         functions as needing (default), or not needing,
11430         gnus-convert-old-newsrc's "backup before upgrading warning".
11431         (gnus-convert-converter-needs-prompt): Tests whether the user
11432         should be protected from potentially irreversable changes by the
11433         function.
11435         * legacy-gnus-agent.el: New.  Provides converters that are only
11436         loaded when gnus-convert-old-newsrc needs to call them.
11438 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11440         * mail-source.el (mail-source-touch-pop): Doc fix.
11442         * message.el (message-smtpmail-send-it): Doc fix.
11444 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
11446         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11448         * nnmail.el (nnmail-split-fancy): do.
11450         * gnus-kill.el (gnus-kill, gnus-execute): do.
11452 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11454         * gnus-sum.el (gnus-widget-reversible-match)
11455         (gnus-widget-reversible-to-internal)
11456         (gnus-widget-reversible-to-external): New functions.
11457         (gnus-widget-reversible): New widget.
11458         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11460 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
11462         * gnus-sum.el (gnus-thread-sort-functions)
11463         (gnus-article-sort-functions): Document `(not F)' items.
11465 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11467         * spam.el (spam-use-gmane-xref): Add new backend.
11468         (spam-gmane-xref-spam-group): Add variable to control the name of the
11469         Gmane spam group.
11470         (spam-blackhole-servers, spam-blackhole-good-server-regex)
11471         (spam-regex-headers-spam, spam-regex-headers-ham)
11472         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11473         (spam-list-of-checks): Add spam-use-gmane-xref to list of
11474         backends and checks.
11475         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11477         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11478         an autodetect method.
11480 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11482         * gnus-int.el (gnus-request-accept-article): Inform the agent that
11483         articles are being added to a group.
11484         (gnus-request-replace-article): Inform the agent that articles
11485         need to be uncached as the cached contents are no longer valid.
11487 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11489         * binhex.el: Don't autoload executable-find.
11491         * canlock.el: Don't autoload mail-fetch-field.
11493         * gnus-ems.el: Don't autoload appt-select-lowest-window.
11495         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11496         rmail-dont-reply-to and rmail-output.
11498         * gnus-score.el: Don't autoload ffap-string-at-point.
11500         * gnus-setup.el: Don't autoload sc-cite-original.
11502         * imap.el: Don't autoload base64-decode-string,
11503         base64-encode-string and md5.
11505         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11506         and rmail-msg-restore-non-pruned-header.
11508         * mm-decode.el: Don't autoload executable-find.
11510         * mm-url.el: Don't autoload executable-find.
11512         * mm-view.el: Don't autoload diff-mode.
11514         * nndb.el: Don't autoload news-reply-mode, news-setup,
11515         cancel-timer and telnet.
11517         * password.el: Don't autoload run-at-time for Emacs.
11519         * sha1-el.el: Don't autoload executable-find.
11521         * sieve-mode.el: Don't autoload c-mode.
11523         * uudecode.el: Don't autoload executable-find.
11525 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11527         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11528         (gnus-agent-possibly-alter-active): Avoid null in numeric
11529         comparison.
11530         (gnus-agent-set-local): Refuse to save null in local object table.
11531         (gnus-agent-regenerate-group): The REREAD parameter can now be a
11532         list of articles that will be marked as unread.
11534 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11536         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11538 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
11540         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11541         language tags.
11543 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11545         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11546         Don't bind "obarray".
11548         * gnus-sum.el (gnus-thread-sort-functions): Added
11549         `gnus-thread-sort-by-most-recent-number' and
11550         `gnus-thread-sort-by-most-recent-date'.
11551         Reported by Kai Grossjohann <kai@emptydomain.de>.
11553 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11555         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11557 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11559         * gnus-cus.el (gnus-agent-customize-category): Removed
11560         ignore-errors macro reference that required cl to be loaded at
11561         run-time.
11563         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11564         single-interval range of the form (min . max).  Previously the
11565         range had to look like ((min . max)).  Likewise, return
11566         (min . max) rather than ((min . max)).
11567         (gnus-range-map): Use gnus-range-normalize to accept
11568         single-interval range.
11570         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11571         the cache, but not the agent, now appear with their usual face.
11573 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11575         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11576         w3m-safe-url-regexp variable buffer-local.
11578         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11580 2004-02-27  Simon Josefsson  <jas@extundo.com>
11582         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11583         gnus-group-real-prefix.
11584         (gnus-summary-move-article): Use it, instead of
11585         gnus-group-real-prefix.
11587 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11589         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11590         w3m-safe-url-regexp variable buffer-local and set it as the value
11591         of mm-w3m-safe-url-regexp.
11593         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11595         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11596         parsing gnus-posting-styles when the message is not for replying.
11598         * nnrss.el (nnrss-opml-export): Use
11599         mm-set-buffer-file-coding-system instead of
11600         set-buffer-file-coding-system.
11602 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
11604         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11605         of checkdoc.el).
11606         * nnrss.el: do.
11607         * gnus-mlspl.el: do.
11608         * gnus-ml.el: do.
11609         * gnus-srvr.el: do.
11611         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11613 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11615         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11616         Corrections to custom-manual links.
11618         * gnus-art.el (gnus-article): Ditto.
11620         * mm-decode.el (mime-display, mime-security): Ditto.
11622 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
11624         * flow-fill.el: Typo.
11626 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
11628         * spam-wash.el: New file.
11630 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
11632         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11634 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11636         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11637         to be run with new-articles as LIST1, not LIST2.
11638         (spam-registration-functions): Add spam-use-ham-copy as a nil
11639         registration backend.
11641 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
11643         * spam-stat.el (spam-stat-washing-hook): New option.
11644         (spam-stat-buffer-words): Use it.
11645         (spam-stat-process-directory, spam-stat-test-directory): Use
11646         insert-file-contents-literally.
11647         (spam-stat-coding-system): New variable.
11648         (spam-stat-load, spam-stat-save): Use it.
11650 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11652         * spam-report.el (spam-report-plug-agent): Quote
11653         spam-report-url-to-file and spam-report-url-ping-plain.
11655 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
11657         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11658         / in mailto URLs.
11660 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11662         * spam-report.el (spam-report-process-queue): Fix interactive use.
11663         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11664         (spam-report-unplug-agent): Doc fixes.
11665         (spam-report-url-ping-mm-url, spam-report-url-to-file)
11666         (spam-report-agentize, spam-report-deagentize): Autoload
11668 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11670         * message.el (message-setup-fill-variables): Add mml tags to
11671         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
11672         <ajk@iu.edu>.
11673         (message-mode): Don't modify paragraph-separate there.
11675 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11677         * compface.el (uncompface-use-external): Default to undecided.
11678         (uncompface-use-external-threshold): New variable.
11679         (uncompface-float-time): New macro.
11680         (uncompface): Determine whether to use the external decoder if
11681         uncompface-use-external is undecided.
11683 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11685         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11686         after images.
11688         * gnus-art.el (gnus-mime-display-single): Remove dead code.
11690 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
11692         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11694         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11696         * gnus-sum.el (gnus-summary-limit-to-age)
11697         (gnus-summary-limit-children): do.
11699         * gnus-int.el (gnus-request-scan): do.
11701         * gnus-group.el (gnus-group-suspend): do.
11703         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11705         * gnus-cite.el (gnus-cite-parse-attributions): do.
11707         * gnus-agent.el (gnus-summary-set-agent-mark)
11708         (gnus-agent-regenerate-group): do.
11710         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11712         * binhex.el (binhex-decode-region-internal): do.
11714 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11716         * gnus-fun.el (gnus-face-properties-alist): New user option.
11717         (gnus-display-x-face-in-from): Use it.
11719         * gnus-art.el (article-display-face): Ditto.
11721         * compface.el (uncompface-use-external): Default to nil.
11723 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
11725         * nntp.el (nntp-erase-buffer): New function.
11726         (nntp-retrieve-data, nntp-send-command)
11727         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
11728         (nntp-possibly-change-group): Use it.
11730         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
11731         with-current-buffer.
11733 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
11735         * compface.el: Merge the ELisp-based uncompface program.
11736         (compface): New customization group.
11737         (uncompface-use-external): New user option.
11738         (uncompface): Call uncompface-internal if uncompface-use-external
11739         is nil.
11740         (uncompface-internal): New function.  Note that there are also
11741         some other functions and variables added for this function.
11743 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
11745         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
11746         if necessary.
11748 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
11750         * spam-report.el (spam-report-unplug-agent)
11751         (spam-report-plug-agent, spam-report-deagentize)
11752         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
11753         Add support for the Agent in spam-report: when unplugged, report to a
11754         file; when plugged, submit all the requests.
11756         * spam.el (spam-register-routine): Fix message about
11757         registration.
11759 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
11761         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
11762         dependencies.
11763         (rfc2047-encode): Use it.
11765         * gnus-art.el (gnus-button-marker-list): Move before first
11766         reference.
11768         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11769         (imap-parse-body): Fix format string mismatch.
11771         * gnus-score.el (gnus-summary-increase-score): do.
11773         * nnrss.el (nnrss-close): New function.
11775 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
11777         * nnrss.el (nnrss-make-filename): New function.
11778         (nnrss-request-delete-group, nnrss-read-server-data)
11779         (nnrss-save-server-data, nnrss-read-group-data)
11780         (nnrss-save-group-data): Use it.
11781         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11782         (nnrss-read-server-data, nnrss-read-group-data): Use load.
11783         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11785 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
11787         * mml.el (mml-compute-boundary-1): Don't uncompress files.
11789 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
11791         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11792         files.
11794         * message.el (message-generate-headers-first): Don't quote nil
11795         and t in docstrings.
11797         * imap.el (imap-id): do.
11799         * gnus-agent.el (gnus-agent-consider-all-articles)
11800         (gnus-agent-queue-mail): do.
11802 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
11804         * spam-report.el (spam-report-process-queue): New function.
11805         Process requests from `spam-report-requests-file'.
11806         (spam-report-process-queue): Doc fix.
11808 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
11810         * spam.el (spam-register-routine)
11811         (spam-log-processing-to-registry, spam-log-registered-p)
11812         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11813         Change "check" to "spam-check" for semi-clarity.
11815 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
11817         * pop3.el: Require nnheader.
11819         * mml-smime.el: Require cl.  Autoload message-fetch-field.
11821         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11823         * gnus-picon.el: Require cl.
11825         * gnus-fun.el: Require gnus-ems and gnus-util.
11827         * gnus.el (gnus-method-to-server): Move defsubst before first use.
11829         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11831         * gnus-art.el (gnus-article-edit-mode): Define before first
11832         reference.
11834 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
11836         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11837         (gnus-uu-post-encoded): Use point-at-bol.
11839         * gnus-topic.el (gnus-group-active-topic-p): do.
11841         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11843         * gnus-group.el (gnus-group-kill-region): do.
11845         * gnus-art.el (article-date-ut): do.
11847         * message.el (message-fetch-field): Remove redundant
11848         case-fold-search binding.
11849         (message-narrow-to-field): Simplify.
11851 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11853         * spam.el (spam-directory): Derive from `gnus-directory'.
11855         * spam-report.el (spam-report-url-to-file)
11856         (spam-report-requests-file): New function and variable for offline
11857         reporting.
11858         (spam-report-url-ping-function): Add `spam-report-url-to-file'
11859         and user defined function.
11860         (spam-report-url-ping-mm-url): Remove doubled slash.
11862 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
11864         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
11866 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
11868         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
11869         format string mismatch.
11871         * sieve.el (sieve-deactivate-all): do.
11873         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
11875         * nnlistserv.el (nnlistserv-kk-wash-article): do.
11877         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
11879         * mm-bodies.el (mm-7bit-chars): Don't include \r.
11881 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
11883         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
11884         the list of checks.
11886 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
11888         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
11889         padding.
11891 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
11893         * mm-view.el (mm-fill-flowed): New variable.
11894         (mm-inline-text): Use it.
11896 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
11898         * spam.el (spam-spamassassin-register-ham-routine)
11899         (spam-spamassassin-register-spam-routine): Fix function names.
11901 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11903         * gnus.el (gnus-tmp-grouplens): Remove.
11904         (gnus-summary-line-format): Remove grouplens.
11906         * gnus-group.el (gnus-group-line-format): Ditto.
11908         * gnus-spec.el (gnus-format-specs): Ditto.
11909         (gnus-update-format-specifications): Flush the group format spec
11910         cache if there's the grouplens stuff.
11911         (gnus-parse-simple-format): Replace %l with the empty string.
11913 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
11915         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
11916         omission.
11918 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11920         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
11921         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11923 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11925         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
11926         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
11927         New macros and functions.
11928         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
11929         Handle > NLINK_MAX messages.
11930         * nnmaildir.el (nnmaildir-request-set-mark): Use
11931         nnmaildir--emlink-p and nnmaildir--eexist-p.
11933 2004-01-25  Alex Schroeder  <alex@gnu.org>
11935         * spam-stat.el (spam-stat-process-directory-age): New option.
11936         (spam-stat-process-directory): Use it.
11938 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
11940         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
11941         (spam-stat-save): Accept prefix argument.
11943 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
11945         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
11946         links" error.
11948 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
11950         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
11951         compatibility with old .newsrc.eld files.
11953         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
11955         * gnus-start.el (gnus-1): do.
11957         * gnus-group.el (gnus-group-line-format-alist): do.
11959         * gnus.el (gnus-use-grouplens, gnus-visual): do.
11961         * gnus-gl.el: Remove.
11963 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11965         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
11966         marks consisting of a single range {for example, (3 . 5)} rather
11967         than a list of a single range { ((3 . 5)) }.
11969 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
11971         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
11972         with-current-buffer.
11973         (spam-stat-store-current-buffer): Use insert-buffer-substring to
11974         avoid consing a string.
11976         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
11977         Remove obsolete entries for big5 and gb2312.
11979 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11981         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
11982         uncompressed list.
11984 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
11986         * spam-stat.el (spam-stat-strip-xref): New function.
11987         (spam-stat-process-directory): Use it.
11989         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
11990         here -- it's done in message-fetch-field.
11992 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11994         * gnus-agent.el (gnus-agent-queue-mail)
11995         (gnus-agent-prompt-send-queue): New variables.
11996         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
11997         * gnus-draft.el (gnus-group-send-queue): Pass the group name
11998         "nndraft:queue" along to gnus-draft-send.  Use
11999         gnus-agent-prompt-send-queue.
12000         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12001         is "nndraft:queue".  Suggested by Gaute Strokkenes
12002         <gs234@srcf.ucam.org>
12004         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12005         (agent-enable-undownloaded-faces): Added
12006         (gnus-agent-cat-groups): Use eval-and-compile, not
12007         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12008         method of gnus-agent-cat-groups even when the buffer has been
12009         evaled.
12010         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12011         delete gnus-agent-save-active-1.
12012         (gnus-agent-save-groups): Deleted.  Identical to
12013         gnus-agent-save-active.
12014         (gnus-agent-write-active): No longer adjust agent's copy of active
12015         file as agent's adjustments are now stored in their own
12016         file.  Removed optional parameter.
12017         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12018         servers.  Add use of min/max range limits from server's local
12019         file.
12020         (gnus-agent-save-alist): Removed unused optional argument.
12021         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12022         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12023         (gnus-agent-set-local): A per-server file that keeps min/max range
12024         limits for articles known to the agent.  Provides a fast mechanism
12025         for altering many active ranges.
12026         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12027         active file (local makes it unnecessary).
12028         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12030         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12031         (agent-enable-undownloaded-faces): Added
12033         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12034         disable it when sending to "nndraft:queue".
12035         (gnus-group-send-queue): Add safety check to avoid sending queue
12036         when unplugged.
12038         * gnus-group.el (gnus-group-catchup): Use new
12039         gnus-sequence-of-unread-articles, not
12040         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12041         numbers of articles.  Use gnus-range-map to avoid having to
12042         uncompress the unread list.
12043         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12044         Fixed invalid ange-ftp reference.
12046         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12047         (gnus-sorted-range-intersection): Intersection of two ranges
12048         without requiring that they first be uncompressed.
12050         * gnus-start.el (gnus-activate-group): Unless blocked by the
12051         caller, possibly expand the active range to include both cached
12052         and agentized articles.
12053         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12054         multiple version-dependent converters.
12055         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12056         gnus-agent-save-active.
12057         (gnus-save-newsrc-file): Save dirty agent range limits.
12059         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12060         gnus-agent-possibly-alter-active.
12061         (gnus-adjust-marked-articles): Faster handling of simple lists
12063 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12065         * spam-stat.el (spam-stat-test-directory): New optional argument
12066         displays a list of files detected.  Suggested by Andrew Cohen
12067         <cohen@andy.bu.edu>.
12068         (spam-stat-buffer-words-with-scores): Don't narrow and change
12069         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12071 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12073         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12074         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12075         (spam-spamassassin-arguments)
12076         (spam-spamassassin-spam-flag-header)
12077         (spam-spamassassin-positive-spam-flag-header)
12078         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12079         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12080         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12081         (spam-list-of-processors, spam-list-of-checks)
12082         (spam-list-of-statistical-checks, spam-registration-functions)
12083         (spam-check-spamassassin-headers, spam-check-spamassassin)
12084         (spam-spamassassin-score)
12085         (spam-spamassassin-register-with-sa-learn)
12086         (spam-spamassassin-register-spam-routine)
12087         (spam-spamassassin-register-ham-routine)
12088         (spam-assassin-register-spam-routine)
12089         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12090         (spam-bogofilter-score): Fix to show article before scoring.
12092 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12094         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12095         default scoring function.
12096         (spam-generic-score): Call spam-spamassassin-score if
12097         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12098         spam-bogofilter-score otherwise.
12100         * gnus.el (spam-process, spam-autodetect-methods): Add
12101         spamassassin and spamassassin-headers.
12103 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12105         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12106         Suppress unnecessary messages.
12108 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12110         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12111         make-hash-table.
12113 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12115         * canlock.el (base64-encode-string): Don't autoload it.
12117 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12119         * run-at-time.el: Remove useless (require 'itimer),
12120         eval-and-compile and (featurep 'xemacs).
12122 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12124         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12125         GROUP is a virtual group.
12127 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12129         * gnus.el: Autoload `message-y-or-n-p'.
12131 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12133         * pgg-parse.el: Remove unnecessary (require 'custom).
12135         * pgg-def.el: do.
12137         * nnmail.el: do.
12139         * gnus-undo.el: do.
12141         * gnus-picon.el: do.
12143         * gnus-util.el: do.
12145 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12147         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12149 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12151         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12152         handle, as well as a list.
12154         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12155         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12156         (mm-w3m-cid-retrieve): Simplify.
12158 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12160         * message.el (message-kill-to-signature): Allow prefix arg to
12161         specify number of lines to keep before signature.
12163 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12165         (message-kill-to-signature): Change docstring.
12167 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12169         * canlock.el: Always require sha1-el.
12170         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12172         * message.el: Autoload sha1 only when compiling.
12174 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12176         * message.el (message-canlock-generate): Require sha1-el.
12178 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12180         * message.el (message-expand-name): Silence the byte compiler.
12182 2004-01-13  Simon Josefsson  <jas@extundo.com>
12184         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12185         Invoke gnus-score-mode.  Reported by
12186         bojohan+news@dd.chalmers.se (Johan Bockgård).
12188         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12189         Jim Blandy <jimb@redhat.com> (tiny change).
12191 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12193         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12195 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12197         * spam.el (spam-get-article-as-string): Update to use
12198         gnus-request-article-this-buffer, much simpler.
12199         (spam-get-article-as-buffer): Remove.
12201 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12203         * message.el (message-expand-name): Use EUDC if the user uses that.
12205 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12207         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12208         character for the encoding to avoid consing a string.
12210         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12211         unnecessarily.
12213         * mm-util.el (mm-replace-chars-in-string): Remove.
12215         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12216         of mm-replace-chars-in-string.
12218 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12220         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12222         * mm-util.el (mm-subst-char-in-string): Support inplace.
12224         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12225         a new string in every iteration.  Use shy groups.
12227 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12229         * gnus-srvr.el (gnus-browse-unsubscribe-group):
12230         * gnus-soup.el (gnus-soup-group-brew):
12231         * gnus-msg.el (gnus-put-message):
12232         * gnus-move.el (gnus-group-move-group-to-server):
12233         * gnus-kill.el (gnus-batch-score):
12234         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12235         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12236         (gnus-group-update-group, gnus-group-read-group)
12237         (gnus-group-make-group, gnus-group-make-help-group)
12238         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12239         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12240         (gnus-group-sort-by-unread, gnus-group-catchup)
12241         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12242         (gnus-group-yank-group, gnus-group-set-info)
12243         (gnus-group-list-groups):
12244         * gnus.el (gnus-generate-new-group-name):
12245         * gnus-delay.el (gnus-delay-send-queue):
12246         * nnvirtual.el (nnvirtual-catchup-group):
12247         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12248         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12249         (gnus-group-prepare-topics, gnus-topic-check-topology):
12250         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12251         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12252         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12253         (gnus-group-make-articles-read):
12254         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12255         (gnus-group-change-level, gnus-kill-newsgroup)
12256         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12257         (gnus-get-unread-articles, gnus-make-articles-unread)
12258         (gnus-make-ascending-articles-unread): Use accessor
12259         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12260         to get group information for improved readability.
12263 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12265         * gnus-art.el (article-decode-mime-words, article-babel)
12266         (gnus-article-highlight-signature, gnus-article-add-buttons)
12267         (gnus-signature-toggle): Use gnus-with-article-buffer.
12269         * gnus-art.el (gnus-article-highlight-headers)
12270         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12272         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12273         (gnus-article-set-globals, gnus-request-article-this-buffer)
12274         (gnus-button-message-id, gnus-article-maybe-hide-headers)
12275         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12276         (gnus-mime-display-alternative): Use with-current-buffer.
12278 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12280         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12281         also under 80 char limit, and call gnus-error if needed.
12282         (spam-fetch-article-header): Fix - it was a
12283         buffer-local variable (gnus-newsgroup-data).
12284         (spam-find-spam): Use spam-generate-fake-headers, forget about
12285         spam-insert-fake-headers.
12286         (spam-insert-fake-headers): Remove.
12288 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12290         * deuglify.el (gnus-article-outlook-unwrap-lines)
12291         (gnus-outlook-rearrange-article)
12292         (gnus-outlook-repair-attribution-outlook)
12293         (gnus-outlook-repair-attribution-block)
12294         (gnus-outlook-repair-attribution-other): Remove redundant
12295         save-excursion.
12297 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12299         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12300         (spam-fetch-field-subject-fast)
12301         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12302         (spam-fetch-article-header): Add functions to deal with Gnus
12303         internals for fast retrieval of article header data.
12304         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12306 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12308         * pop3.el (pop3-md5): Remove.
12309         (pop3-apop): Replace pop3-md5 with md5.
12311         * mm-bodies.el: base64 is always built-in.
12313         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12314         with-current-buffer.
12316 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12318         * canlock.el (canlock-insert-header): Remove excessive grouping in
12319         regexp.
12321         * gnus-sum.el (gnus-summary-read-document): Ditto.
12323         * gnus-uu.el (gnus-uu-part-number): Ditto.
12325         * html2text.el (html2text-remove-tags): Ditto.
12326         (html2text-format-tags): Ditto.
12327         (html2text-format-single-elements): Ditto.
12329         * mml.el (mml-parse-1): Ditto.
12331 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12333         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12335         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12337         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12339         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12341 2003-11-15  Simon Josefsson  <jas@extundo.com>
12343         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12344         (pgg-gpg-lookup-key): Use regexp match instead of
12345         split-string (split-string is different between emacs 21.2 and
12346         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
12348 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12350         * gnus-art.el (gnus-mime-view-all-parts)
12351         (gnus-article-part-wrapper, gnus-article-view-part): Use
12352         with-current-buffer.
12354 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12356         * spam.el (spam-disable-spam-split-during-ham-respool)
12357         (spam-spamoracle-database, spam-cache-lookups)
12358         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12359         (spam-group-ham-mark-p, spam-group-spam-mark-p)
12360         (spam-group-ham-marks, spam-group-spam-marks)
12361         (spam-group-spam-contents-p, spam-group-ham-contents-p)
12362         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12363         also add spam-use-blackholes to the statistical checks.
12364         (spam-fetch-field-fast): Add interface to fetching fields, may
12365         become a macro.
12366         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12367         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12368         (spam-insert-fake-headers): Fake an article when needed.
12369         (spam-find-spam): Fake article when possible.
12370         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12371         (spam-check-bogofilter-headers): Use message-fetch-field instead
12372         of nnmail-fetch-field.
12374 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12376         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12378 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12380         * spam.el (spam-split): Do not require spam-use-CHECK to be
12381         enabled if that check is passed to spam-split explicitly; also
12382         fix so 'spam doesn't get converted to spam-split-group when
12383         spam-split-symbolic-return is t.
12384         (spam-find-spam): Find registrations of the article and use those
12385         instead of re-running spam-split to find the spam/ham
12386         classification of the article.
12387         (spam-log-processing-to-registry, spam-log-registered-p)
12388         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12389         Use gnus-error instead of gnus-message.
12390         (spam-log-registration-type): Add function to determine the
12391         classification of a message based on registry entries; will
12392         return nil if both 'spam and 'ham are found.
12393         (spam-check-BBDB): Expand all the BBDB macros here so we can have
12394         a reasonably fast local cache without the loading errors.
12395         (spam-cache-lookups): Set to t by default.
12396         (spam-find-spam): Don't try to guess spam-cache-lookups.
12397         (spam-enter-whitelist, spam-enter-blacklist): Clear the
12398         spam-caches entry.
12399         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12400         caching of whitelist/blacklist entries.
12401         (spam-check-whitelist, spam-check-blacklist): Invoke
12402         spam-from-listed-p with a type, not a cache variable.
12403         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12405 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12407         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12409         * nnmail.el (nnmail-split-fancy): do.
12411         * mml.el (mml-parse): do.
12413         * gnus-score.el (gnus-enter-score-words-into-hashtb)
12414         (gnus-score-adaptive): do.
12416 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12418         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12419         (gnus-mime-button-map): Don't set keymap parent.
12420         (gnus-button-ctan-directory-regexp): Use shy grouping.
12421         (gnus-prev-page-map): Don't set keymap parent.
12422         (gnus-prev-page-map): Remove duplicated one.
12423         (gnus-next-page-map): Don't set keymap parent.
12424         (gnus-mime-security-button-map): Ditto.
12426         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12427         version number.
12429         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12431 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12433         * canlock.el (canlock-sha1-function): Remove.
12434         (canlock-sha1-function-for-verify): Remove.
12435         (canlock-openssl-program): Remove.
12436         (canlock-openssl-args): Remove.
12437         (canlock-ignore-errors): Remove.
12438         (canlock-sha1-with-openssl): Remove.
12439         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12440         (canlock-verify): Don't use canlock-ignore-errors.
12442         * sha1-el.el (sha1-string-external): Make it can return a string
12443         in binary form.
12444         (sha1-region-external): Ditto.
12445         (sha1-string-internal): Ditto.
12446         (sha1-region-internal): Ditto.
12447         (sha1-region): Ditto.
12448         (sha1-string): Ditto.
12449         (sha1): Ditto.
12451 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12453         * spam.el (spam-report-articles-gmane): New command.
12455 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12457         * gnus.el: Don't make unnecessary *Group* buffer when loading.
12459         * run-at-time.el (run-at-time-saved): Remove.
12460         (run-at-time): Doc fix.
12462 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12464         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12465         (gnus-summary-limit-map): Add it.
12466         (gnus-summary-make-menu-bar): do.
12468 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
12470         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12471         Make attempt at some caching support (done for BBDB only now).
12472         (spam-find-spam): Set spam-cache-lookups if there are more than 2
12473         addresses to be checked.
12474         (spam-clear-cache-BBDB): Add function, to be invoked by
12475         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12476         (spam-check-BBDB): Check and use the caches, if
12477         spam-cache-lookups is on, remove superfluous (provide).
12479 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12481         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12483 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
12485         * run-at-time.el (run-at-time-saved): Move to after the definition
12486         of `run-at-time'.
12488 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12490         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12491         mm-w3m-local-map-property.
12493         * mm-view.el (mm-w3m-mode-map): Remove.
12494         (mm-w3m-local-map-property): Remove.
12495         (mm-inline-text-html-render-with-w3m): Don't use
12496         mm-w3m-local-map-property.
12498 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12500         * run-at-time.el: New file.
12502         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12503         of gnus-set-text-properties.
12505         * gnus-uu.el (gnus-uu-save-article): Ditto.
12507         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12509         * gnus-cite.el (gnus-cite-parse): Ditto.
12511         * gnus-art.el (gnus-button-push): Use set-text-properties instead
12512         of gnus-.
12514         * gnus.el: Changed calls to nnheader-run-at-time and
12515         password-run-at-time throughout to use run-at-time directly.
12517         * password.el: Removed definition of run-at-time.
12519 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
12521         * mml.el (mml-minibuffer-read-disposition): Show attachment type
12522         in prompt.
12524 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12526         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12527         XEmacs version.
12529         * dns.el (dns-make-network-process): Use `open-network-stream'
12530         instead of `gnus-xmas-open-network-stream'.
12532         * .cvsignore: Add auto-autoloads.el, custom-load.el.
12534 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12536         * gnus-art.el (gnus-mime-display-alternative)
12537         (gnus-insert-mime-button, gnus-insert-mime-security-button)
12538         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12539         Don't use gnus-local-map-property.
12541         * gnus-util.el (gnus-local-map-property): Remove.
12543         * mm-view.el (mm-view-pkcs7-decrypt): Replace
12544         gnus-completing-read-maybe-default with completing-read.
12546         * gnus-util.el (gnus-completing-read): do.
12547         (gnus-completing-read-maybe-default): Remove.
12549 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12551         * password.el: Only autoload `run-at-time' if not XEmacs.
12552         Only autoload the itimer functions if XEmacs.
12554 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12556         * gnus-art.el (gnus-read-string): Remove.
12557         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12558         read-string.
12560 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
12562         * netrc.el: Autoload password-read.
12563         (netrc): Add configuration group.
12564         (netrc-encoding-method, netrc-openssl-path): Add
12565         variables for encoding and decoding of files with symmetric
12566         ciphers.
12567         (netrc-encode): Add assistant function to encode a file with
12568         netrc-encoding-method.
12569         (netrc-parse): Add interactive parameter, added optional
12570         decoding if netrc-encoding-method is non-nil but otherwise
12571         behavior is standard.
12572         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12573         Do s/encode/encrypt/ everywhere.
12575         * spam.el: Remove executable-find autoload.
12577 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
12579         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12581         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12583 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12585         * gnus-art.el (gnus-treat-ansi-sequences,
12586         (article-treat-ansi-sequences): New variable and function.
12587         Suggested by Dan Jacobson <jidanni@jidanni.org>.
12589         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12590         Use it.
12592 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
12594         * mm-util.el (mm-quote-arg): Remove.
12596         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12597         shell-quote-argument.
12599         * gnus-uu.el (gnus-uu-command): do.
12601         * gnus-sum.el (gnus-summary-insert-pseudos): do.
12603         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12604         with make-char.
12606         * mm-util.el (mm-make-char): Remove.
12608         * mml.el (mml-mode): Replace gnus-add-minor-mode with
12609         add-minor-mode.
12611         * gnus-undo.el (gnus-undo-mode): do.
12613         * gnus-topic.el (gnus-topic-mode): do.
12615         * gnus-sum.el (gnus-dead-summary-mode): do.
12617         * gnus-start.el (gnus-slave-mode): do.
12619         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12621         * gnus-ml.el (gnus-mailing-list-mode): do.
12623         * gnus-gl.el (gnus-grouplens-mode): do.
12625         * gnus-draft.el (gnus-draft-mode): do.
12627         * gnus-dired.el (gnus-dired-mode): do.
12629         * gnus-ems.el (gnus-add-minor-mode): Remove.
12631         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12632         Replace gnus-char-width with char-width.
12634         * gnus-ems.el (gnus-char-width): Remove.
12636         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12637         Replace gnus-char-width with char-width.
12639         * gnus-ems.el (gnus-char-width): Remove.
12641         * spam-stat.el (with-syntax-table): Remove with-syntax-table
12642         definition.
12643         Remove Emacs 20 hash table compatibility code.
12645         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12646         20 compatibility code.
12648         * spam.el (spam-point-at-eol): Replace with point-at-eol.
12650         * smime.el (smime-point-at-eol): Replace with point-at-eol.
12652         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12653         with point-at-{eol,bol}.
12655         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12657         * imap.el (imap-point-at-eol): Replace with point-at-eol.
12659         * flow-fill.el (fill-flowed-point-at-bol)
12660         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12662         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12663         Replace with point-at-{eol,bol} throughout all files.
12665 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12667         * ntlm.el (ntlm-string-as-unibyte): New macro.
12668         (ntlm-build-auth-response): Use it.
12670         Remove Emacs 20 stuff:
12671         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12672         of delq and copy-sequence.
12673         * gnus-art.el (popup-menu): Remove the compiler macro.
12674         * nnmail.el (nnmail-split-fancy): Don't support customizing with
12675         Emacs 20.
12677 2004-01-05  Simon Josefsson  <jas@extundo.com>
12679         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
12680         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12681         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12682         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12683         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12684         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12685         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12686         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12687         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12688         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12689         ntlm-string-permute, string-lshift into ntlm-string-lshift,
12690         string-xor into ntlm-string-xor.  Suggested by
12691         Jesper Harder <harder@myrealbox.com>.
12693         * ntlm.el: Don't include poem.
12695         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
12696         Jesper Harder <harder@myrealbox.com>.
12698         * sasl-ntlm.el, ntlm.el, md4.el: New files.
12700         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
12701         probably breaks emacs with DL patch, but do we care? Is anyone
12702         still using the DL stuff?)
12704         * sieve-manage.el: Use the password package.
12705         (sieve-manage-read-passwd): Remove.
12706         (sieve-manage-interactive-login): Use password.  Re-add
12707         condition-case around loop.
12709         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12710         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12711         the password package.
12713 2003-02-19  Simon Josefsson  <jas@extundo.com>
12715         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12716         token.
12718 2002-08-07  Simon Josefsson  <jas@extundo.com>
12720         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12721         (sieve-manage-authenticators):
12722         (sieve-manage-authenticator-alist): Add some SASL mechs.
12723         (sieve-sasl-auth): New function.
12724         (sieve-manage-cram-md5-auth):
12725         (sieve-manage-plain-auth): Rewrite using SASL library.
12726         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12727         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12728         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12729         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12731 2004-01-05  Simon Josefsson  <jas@extundo.com>
12733         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12734         New files.
12736 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12738         * gnus-group.el (gnus-no-groups-message): Update.
12740         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12742 2003-11-09  Simon Josefsson  <jas@extundo.com>
12744         * imap.el: Support for ID IMAP extension (RFC 2971).
12745         (imap-local-variables): Add imap-id.
12746         (imap-id): New variable.
12747         (imap-id): New function.
12748         (imap-parse-response): Parse untagged ID response.
12749         * nnimap.el (nnimap-id): New variable.
12750         (nnimap-open-connection): Use it.
12752 2003-12-28  Simon Josefsson  <jas@extundo.com>
12754         * gnus-score.el (gnus-score-edit-all-score): New.
12755         * gnus-group.el (gnus-group-score-map): Bind it to W e.
12757 2004-01-04  Simon Josefsson  <jas@extundo.com>
12759         * password.el: Add.
12761 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
12763         * dns.el: Add support for AAAA records (see RFC 3596)
12765         * Fix typo PRT -> PTR
12767         * Parse MX, PTR and SOA replies (see RFC 1035)
12769 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12771         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12773         * Moved to Changelog.2.
12775 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12777         * gnus.el (gnus-version-number): Bump version.
12779 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12781         * gnus.el: No Gnus v0.1 is released.
12783 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12785         * gnus.el: No Gnus v0.0 is released.
12787 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12789         * gnus.el (gnus-version-number): Bump.
12790         (gnus-version): No.
12792 See ChangeLog.2 for earlier changes.
12794     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
12796   This file is part of GNU Emacs.
12798   GNU Emacs is free software: you can redistribute it and/or modify
12799   it under the terms of the GNU General Public License as published by
12800   the Free Software Foundation, either version 3 of the License, or
12801   (at your option) any later version.
12803   GNU Emacs is distributed in the hope that it will be useful,
12804   but WITHOUT ANY WARRANTY; without even the implied warranty of
12805   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12806   GNU General Public License for more details.
12808   You should have received a copy of the GNU General Public License
12809   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
12811 ;; Local Variables:
12812 ;; coding: utf-8
12813 ;; fill-column: 79
12814 ;; add-log-time-zone-rule: t
12815 ;; End:
12817 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4