Add autoloads.
[gnus] / lisp / ChangeLog
1 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * nnmairix.el: Add autoloads.
4
5 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6
7         * nnmairix.el (nnmairix-delete-recreate-group)
8         (nnmairix-update-and-clear-marks): Fix error messages.
9
10 2008-06-14  David Engster  <dengste@eml.cc>
11
12         * nnmairix.el: Upgrade to version 0.6.  FIXME: Add entry on
13         function/variable level.
14
15         - It is now possible to propagate marks from the nnmairix groups
16           to the original messages (and for maildir also vice versa). See
17           the docs for details on this feature - it's pretty delicate
18           and currently needs a patched mairix binary to work smoothly.
19
20         - Keep messages in nnmairix groups always read/unread
21           (bound to `G b r').
22
23         - Recreate back end folder for nnmairix groups in case you
24           somehow get wrong article counts (bound to `G b d').
25
26         - New group parameter `allow-fast'. Toggling of parameter bound to `G b
27           a'.  The default is nil, meaning that the group will always be
28           updated with a mairix search, even when only entered.
29
30         - More/Better use of the registry (if available).  Can now also deal
31           with duplicate messages in different groups.
32
33 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
34
35         * nnir.el: Require edmacro when compiling with XEmacs.
36         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
37         available in Emacs 21.
38
39 2008-06-11  Glenn Morris  <rgm@gnu.org>
40
41         * gnus-util.el (x-focus-frame):
42         * gnus.el (image-size):
43         * mm-decode.el (image-size): Declare.
44
45         * gnus-picon.el (declare-function): Add compat definition.
46         (image-size): Declare.
47
48         * gnus-group.el (tool-bar-map):
49         * gnus-sum.el (tool-bar-map): Define for compiler.
50
51         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
52
53         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
54
55         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
56         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
57         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
58         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
59         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
60         * sieve-manage.el, spam-report.el, spam.el:
61         Remove unnecessary eval-and-compile of autoloads.
62
63 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
64
65         * auth-source.el: Precise Tramp doc.
66
67 2008-06-07  Glenn Morris  <rgm@gnu.org>
68
69         * nnmairix.el: Remove unnecessary eval-when-compile.
70
71 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
72
73         * lpath.el: Fbind propertize for XEmacs 21.4.
74
75 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
76
77         * nnir.el: Move here from ../contrib.
78
79 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
80
81         * gnus-util.el (gnus-read-shell-command): New function.
82         * mm-decode.el (mm-pipe-part):
83         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
84
85 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
88
89 2008-06-03  Glenn Morris  <rgm@gnu.org>
90
91        * pop3.el (nnheader-accept-process-output): Autoload it.
92
93 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
96         are not 2-digit hexadecimal characters that follow `%'s.
97
98 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
99
100         * message.el (message-bogus-recipient-p): Fix type in doc string.
101         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
102         (message-bogus-addresses): Rename from message-bogus-address-regexp.
103         Improve custom options.
104         (message-bogus-recipient-p): Adjust accordingly.
105
106 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
107
108         * parse-time.el (parse-time-months, parse-time-weekdays): Add
109         long-form month and day names.
110
111 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * dgnushack.el: Autoload debug, eudc-expand-inline and
114         pgg-snarf-keys-region for XEmacs.
115
116         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
117
118         * nnmairix.el: Require edmacro when compiling with XEmacs.
119
120 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
121
122         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
123         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
124
125 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
126
127         * auth-source.el: Add more docs.
128
129         * netrc.el (netrc-machine): Always match if the port is not given.
130
131 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132
133         * nnheader.el (nnheader-read-timeout): Change the default timeout from
134         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
135         retrieval faster in some cases, but might make CPU usage larger.  If
136         this has any bad side effects, we might revert this change.
137
138         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
139         seems to make mail retrieval much, much faster.
140         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
141         unconditionally.
142
143         * gnus-draft.el (gnus-group-send-queue): Bind
144         message-send-mail-partially-limit to nil to avoid being prompted.
145
146 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
147
148         * mml.el (mml-attach-buffer): Prompt for `disposition'.
149
150         * message.el (message-bogus-address-regexp): Fix and improve custom
151         type.
152         (message-setup-hook): Add message-check-recipients as custom option.
153
154 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
155
156         * message.el (message-cite-function): Remove bogus autoload which crept
157         in during merge from v5-10.
158
159 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
160
161         * nnimap.el (nnimap-open-connection): Fix login/password bug.
162
163         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
164
165         * auth-source.el: Preliminary Tramp docs.
166         (auth-sources): Change the default auth-sources to use
167         EPA .gpg files.
168
169 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
170
171         * nntp.el: Autoload `auth-source-user-or-password'.
172         (nntp-send-authinfo): Use it.
173
174         * nnimap.el: Autoload `auth-source-user-or-password'.
175         (nnimap-open-connection): Use it.
176
177         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
178         for the gnus-message function.
179         (auth-source-user-or-password): Use it.
180
181 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
182
183         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
184         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
185         (rfc2104-hash): Use it.
186
187 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
188
189         * gnus-art.el (gnus-article-toggle-truncate-lines):
190         Don't use `iff' in docstring.
191
192 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
193
194         * gnus-registry.el: Adjusted copyright dates and added a keyword.
195
196         * gnus-util.el (gnus-extract-address-component-name)
197         (gnus-extract-address-component-email): Convenience functions around
198         `gnus-extract-address-components'.
199
200         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
201         Use `gnus-extract-address-component-email' to fix bug of comparing full
202         sender name to `user-mail-address'.
203
204 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
205
206         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
207         catch/throw to optimize.
208         (gnus-registry-find-keywords): Just use member to find a keyword.
209
210 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
211
212         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
213         is current before calling gnus-server-prepare.
214         (gnus-server-setup-buffer, gnus-server-update-server)
215         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
216
217 2008-05-04  Juri Linkov  <juri@jurta.org>
218
219         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
220         (mailcap-file-default-commands): Use mailcap-replace-in-string
221         instead of replace-regexp-in-string, and mailcap-delete-duplicates
222         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
223
224 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
225
226         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
227
228 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
229
230         * gnus.el: Bump version to 0.11
231
232 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
233
234         * gnus.el: No Gnus v0.10 is released.
235
236 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
237
238         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
239         hooks.
240         (gnus-update-read-articles): Speed up non-marks-using users.
241         (gnus-use-marks): Define gnus-use-marks.
242         (gnus-propagate-marks): Rename variable to something more sensible.
243
244 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
245
246         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
247         (gmm-image-load-path-for-library): Fix typos in docstrings.
248         (gmm-message): Reflow docstring.
249
250 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
251
252         * mail-source.el (mail-source-set-1, mail-source-bind):
253         Move auth-source code out of the macro to clean it up and fix bugs.
254
255 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
256
257         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
258         by sender if it's equal to user-mail-address, it's likely to be
259         useless.
260
261         * mail-source.el (mail-source-bind): Don't use user or password if they
262         are not bound.  Unintern them if they are nil.  Don't use server unless
263         it's bound, and default it to empty string otherwise.
264
265 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
266
267         * mail-source.el: Load auth-source.el.
268         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
269         get user name or password, if auth-sources is set up.
270
271         * gnus-registry.el (gnus-registry-split-strategy): New variable for
272         strategy of splitting with parent.
273         (gnus-registry-split-fancy-with-parent)
274         (gnus-registry-post-process-groups): Use it and fix prior
275         bug (returning a list as the split result).
276
277         * auth-source.el (auth-sources): Remove server parameter.
278         (auth-source-pick, auth-source-user-or-password)
279         (auth-source-user-or-password-imap)
280         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
281         (auth-source-user-or-password-sftp)
282         (auth-source-user-or-password-smtp): Remove server parameter.
283
284 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
285
286         * smime.el (smime-sign-region, smime-encrypt-region)
287         (smime-decrypt-region):
288         Remove redundant calls to `generate-new-buffer-name'.
289
290 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
291
292         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
293         Don't use QP for message/rfc822.
294         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
295
296 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
297
298         * sieve-manage.el (sieve-string-bytes): Remove.
299         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
300         correct byte-length only if the process's coding-system is the same as
301         the one used internally by Emacs to represent strings.
302
303 2008-04-22  Juri Linkov  <juri@jurta.org>
304
305         * mailcap.el (mailcap-file-default-commands): New function.
306
307 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
308
309         * message.el (message-signature-separator, message-cite-function):
310         Change custom version.
311
312 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
313
314         * tls.el (tls-program): Add -ign_eof argument to call the openssl
315         commands.
316         (tls-checktrust): Ditto.
317
318 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
319
320         * mm-decode.el (mm-display-external): Make temp file read-only.
321
322 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
323
324         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
325         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
326         `C-c C-f d'.
327
328 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
329
330         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
331
332 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
333
334         * gnus.el: Bump version to 0.9.
335
336 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
337
338         * gnus.el: No Gnus v0.8 is released.
339
340 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
341
342         * mail-source.el (mail-source-value):
343         Prefer fboundp to functionp so it works with macros as well.
344
345 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
346
347         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
348         Fix last change in case the element is not even a symbol.
349
350 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
351
352         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
353         Prefer fboundp to functionp so it works with macros as well.
354
355 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
356
357         * auth-source.el: Added docs.
358         (auth-sources): Modify format to support server.
359         (auth-source-pick, auth-source-user-or-password)
360         (auth-source-user-or-password-imap)
361         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
362         (auth-source-user-or-password-sftp)
363         (auth-source-user-or-password-smtp): Add server parameter.
364
365 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
366
367         * gnus-registry.el: Initialize the registry when gnus-registry-install
368         is t.
369
370 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * compface.el (uncompface): Make buffer unibyte.
373
374 2008-04-05  Glenn Morris  <rgm@gnu.org>
375
376         * gnus-ems.el (mm-disable-multibyte): Autoload it.
377
378 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
379
380         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
381         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
382
383         * nnheader.el (nnheader-init-server-buffer): Change buffer's
384         multibyteness after rather than before erasing it.
385
386         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
387         mm-with-multibyte.
388         (gnus-request-article-this-buffer): Make sure the proper decoding is
389         used if gnus-original-article-buffer happens to be unibyte.
390
391         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
392         default-enable-multibyte-characters.
393
394         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
395         default-enable-multibyte-characters.
396
397         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
398
399         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
400
401 2008-04-02  Simon Josefsson  <simon@josefsson.org>
402
403         * imap.el (imap-enable-exchange-bug-workaround): New variable.
404         (imap-message-copyuid-1): Use it.
405         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
406         J. Williams in
407         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
408
409         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
410         imap-enable-exchange-bug-workaround.
411         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
412
413 2008-04-01  Simon Josefsson  <simon@josefsson.org>
414
415         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
416         a 100 byte status-checks into a 2-3MB transfer for each group.
417         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
418         to enable bug workaround or not.
419         (nnimap-find-minmax-uid): Only enable workaround conditionally.
420
421 2008-03-31  Glenn Morris  <rgm@gnu.org>
422
423         * message.el (mml2015-use): Declare for compiler.
424         (message-info): Require mml2015 when appropriate.
425
426 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * Makefile.in (EMACS_COMP): Quote directory name that might contain
429         whitespace.
430
431 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
432
433         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
434         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
435         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
436         (nntp-service-to-port): New function.
437         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
438         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
439         (nntp-open-netcat-stream): New function.
440         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
441
442 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
443
444         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
445
446 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
447
448         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
449
450 2008-03-28  Magnus Henoch  <mange@freemail.hu>
451
452         * dns.el (dns-write): Use set-buffer-multibyte.
453
454 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
455
456         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
457
458 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
459
460         * message.el (message-signature-separator): Change default.
461         Improve custom type.
462         (message-cite-function): Change default to
463         message-cite-original-without-signature.
464
465         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
466         toggle.
467
468         * message.el (message-check-news-body-syntax): Fix signature check.
469         (message-setup-1): Mark buffer as unmodified _after_ running
470         message-setup-hook and handling message-alternative-emails.
471         (message-shorten-references): Be more strict when building list of
472         valid references to comply with GNKSA.
473
474         * gnus-group.el (gnus-read-ephemeral-bug-group)
475         (gnus-read-ephemeral-debian-bug-group)
476         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
477
478         * message.el (message-info): Don't use booleanp which isn't supported
479         in Emacs 21 and XEmacs.
480
481 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
482
483         * gnus-group.el (gnus-gmane-group-download-format): Rename from
484         gnus-group-gmane-group-download-format.
485         (gnus-group-read-ephemeral-gmane-group): Rename from
486         gnus-group-read-ephemeral-gmane-group.
487         (gnus-read-ephemeral-gmane-group-url): Rename from
488         gnus-group-read-ephemeral-gmane-group-url.
489         (gnus-bug-group-download-format-alist):  New variable.
490         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
491         (gnus-read-ephemeral-emacs-bug-group): New commands.
492
493 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
494
495         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
496         (gnus-visible-headers): Improve custom type.
497
498 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
499
500         * mml.el (mml-menu): Add workarounds for XEmacs.
501
502         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
503         X-Boundary header.
504
505         * message.el (message-simplify-recipients): Fix previous commit.
506
507 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
508
509         * mm-util.el (mm-set-buffer-multibyte): New function.
510         * mm-decode.el (mm-copy-to-buffer): Use it.
511
512 2008-03-19  Glenn Morris  <rgm@gnu.org>
513
514         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
515         Accidentally removed in the sync process with Emacs.
516
517 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
518
519         * message.el (message-alter-recipients-discard-bogus-full-name):
520         New function.
521         (message-alter-recipients-function): New variable.
522         (message-get-reply-headers): Use it.
523         (message-replace-header): New helper function.
524         (message-recipients-without-full-name): New variable.
525         (message-simplify-recipients): New command.
526
527         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
528
529         * message.el (message-info): Handle EasyPG manual.
530
531         * mml.el (mml-menu): Add entry for EasyPG.
532
533 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
534
535         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
536         parameter.
537
538         * message.el (message-disassociate-draft): Specify drafts group name
539         fully.
540
541 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
542
543         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
544         unnecessary duplicates from the match list.
545
546 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
547
548         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
549
550         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
551
552         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
553         args of `how-many' of which the XEmacs version doesn't take; declare
554         Info-index-next as function.
555
556 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
557
558         * gnus-score.el (gnus-score-headers): Fix handling of
559         gnus-inhibit-slow-scoring.
560
561         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
562         string.
563         (gnus-button-url-regexp): Improve handling of parenthesis.
564         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
565         (gnus-button-handle-info-keystrokes): Handle index entries.
566
567 2008-03-15  Glenn Morris  <rgm@gnu.org>
568
569         * parse-time.el (parse-time-string): Simplify.
570
571 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
574         Incoming* files.
575
576 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
577
578         * auth-source.el (auth-sources): Renamed from auth-source-choices.
579         (auth-source-pick): Use it.
580
581 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
582
583         * binhex.el (binhex-decode-region-internal):
584         * uudecode.el (uudecode-decode-region-internal):
585         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
586         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
587         setting default-enable-multibyte-characters.
588
589 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
590
591         * auth-source.el (auth-source-protocols)
592         (auth-source-protocols-customize, auth-source-choices): Added and
593         modified variable customizations and defaults.
594         (auth-source-pick, auth-source-user-or-password)
595         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
596         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
597         (auth-source-user-or-password-sftp)
598         (auth-source-user-or-password-smtp): Use new variables and provide an
599         interface to netrc.el.
600
601 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
604         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
605         Make sure the nntp port to specify is a string.
606
607 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
608
609         * nntp.el: Use with-current-buffer.
610         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
611         dubious mm-with-unibyte-current-buffer.
612         (nntp-with-open-group-function): New function extracted from
613         nntp-with-open-group macro.
614         (nntp-with-open-group): Use the function, so it's easier to debug.
615         Add indentation and debugging info.
616         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
617         the use of the netcat alternatives.
618
619         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
620         Avoid mm-string-as-multibyte as well.
621
622         * nnweb.el (nnweb-insert-html):
623         Remove use of nnheader-string-as-multibyte.
624
625         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
626         (nnheader-string-as-multibyte): Remove.
627
628         * mm-view.el: Use inhibit-read-only.
629         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
630         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
631         or unibyte-string.
632
633         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
634         (mm-uu-yenc-extract): Use with-current-buffer.
635
636         * gnus-soup.el (gnus-soup-send-packet): Don't use
637         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
638
639         * nnmh.el: Use with-current-buffer.
640         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
641         mm-string-as-multibyte on the output of mm-encode-coding-string.
642
643         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
644         (nnimap-request-move-article): Use with-current-buffer.
645
646         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
647         inserting the handle-buffer's text, so the implicit multibyte->unibyte
648         conversion uses string-make-unibyte rather than string-as-unibyte.
649
650         * gnus-msg.el: Use with-current-buffer.
651
652         * message.el (message-ignored-resent-headers): Add "Delivered-To".
653
654 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
655
656         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
657         string for caching if it is 'PIN.
658
659 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
660
661         * lpath.el: Consider the case without Emacs/W3.
662
663 2008-03-08  Glenn Morris  <rgm@gnu.org>
664
665         * time-date.el (date-to-time, time-subtract, time-add)
666         (safe-date-to-time): Doc fixes.
667
668 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
669
670         * mail-source.el (mail-source-delete-old-incoming-confirm):
671         Change default to nil.
672         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
673
674 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
675
676         * lpath.el: Rearrange.
677
678         * gnus-art.el (gnus-narrow-to-page): Position point properly.
679         (gnus-article-goto-prev-page): Work for articles having ^L's.
680
681         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
682
683         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
684
685 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
686
687         * gnus-bookmark.el: Adjust for renames in bookmark.el.
688         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
689         (gnus-bookmark-jump): Adjust some variable names.
690
691 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
692
693         * auth-source.el: New package.
694         (auth-source-choices): Add customization entry point variable.
695
696         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
697         bug.
698
699 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
700
701         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
702         (gnus-registry-initialize, gnus-registry-install-p): Use it.
703         (gnus-registry-install-shortcuts): Rename from
704         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
705         the `gnus-registry-mark-map' keymap dynamically from
706         `gnus-registry-marks'.  The generated functions update the summary line
707         when a registry mark is added or deleted, and will call
708         `gnus-registry-install-p' (see the comments in the code).
709         (gnus-registry-user-format-function-M): Use concat intelligently.
710
711         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
712         the registry mark functions.
713
714 2008-03-05  Glenn Morris  <rgm@gnu.org>
715
716         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
717         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
718         gnus-art.
719         (top-level): No need to load own source when compiling.
720
721 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
722
723         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
724         Suggested by <chris.anderton@zetnet.co.uk>.
725
726 2008-03-04  Glenn Morris  <rgm@gnu.org>
727
728         * gnus-sum.el (top-level): No need to require gnus when compiling,
729         since unconditionally required near start of file.
730         (gnus-summary-display-while-building): Move definition before use.
731
732 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
733
734         * gnus-registry.el (gnus-registry-user-format-function-M): Add
735         formatting function.
736
737 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
738
739         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
740         with plists.
741         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
742         Use new format.
743
744 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
747         `where-is-internal' that returns a range of key sequences.
748
749 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
750
751         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
752
753         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
754         (gnus-summary-jump-to-group): Consider windows on other displayed
755         frames as well.  Similar changes might be needed elsewhere, but that's
756         the one I've bumped into during my use.
757
758         * nndoc.el (nndoc-oe-dbx-type-p):
759         * gnus-msg.el (gnus-debug):
760         * gnus-group.el (gnus-update-group-mark-positions):
761         Use mm-string-to-multibyte.
762
763 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
764
765         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
766         doesn't handle NotDashEscaped.
767
768         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
769         (mml-dnd-attach-options): Fix typo in custom choice.
770
771         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
772         nndoc-article-type to mbox.
773         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
774
775         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
776         to nil, instead of html2text.
777
778         * imap.el (imap-debug): Add `imap-ping-server'.
779
780         * gnus-bookmark.el: Add FIXMEs.
781
782         * message.el (message-form-letter-separator)
783         (message-send-form-letter-delay): New variables.
784         (message-send-form-letter): Use them.  New command to send form
785         letters.  Requested by Uwe Siart.
786         (message-send-mail-function): Doc fix.  Add "Other" custom option.
787
788 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
789
790         * Update copyright years.
791
792 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
793
794         Sync from EMACS_22_BASE.
795
796         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
797
798 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
799
800         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
801         empty author.
802
803 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
804
805         * gnus-registry.el (gnus-registry-marks): Add variable for
806         customization of marks and their appearance.
807         (gnus-registry-read-mark): Use it.
808         (gnus-registry-do-marks): Add utility function to loop through
809         `gnus-registry-marks'.
810         (gnus-registry-install-shortcuts-and-menus): Add function to install
811         shortcuts and menus.
812         (gnus-registry-initialize): Use it.
813         (gnus-registry-default-mark): Clarify documentation.
814
815 2008-02-29  Glenn Morris  <rgm@gnu.org>
816
817         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
818         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
819         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
820         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
821         Change defcustom :version from 23.0 to 23.1.
822
823 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
824
825         * gnus-registry.el (gnus-registry-follow-group-p)
826         (gnus-registry-post-process-groups): Add functions to aid registry
827         splitting and improve logging.  Clarify behavior in function
828         documentation.
829         (gnus-registry-split-fancy-with-parent): Use them.
830
831 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
832
833         * gnus-art.el: Use with-current-buffer.
834
835 2008-02-27  David Engster  <dengste@eml.cc>
836
837         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
838         Express real group name in the response.
839
840 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
843         (nnmairix-last-server, nnmairix-current-server): Defvar them.
844         (nnmairix-goto-original-article): Defvar gnus-registry-install and
845         autoload gnus-registry-fetch-group when compiling.
846         (nnmairix-request-group-with-article-number-correction): Remove
847         unreferenced argument passed to nnmairix-call-backend.
848
849 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
850
851         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
852         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
853         Wilde.
854
855 2008-02-27  Glenn Morris  <rgm@gnu.org>
856
857         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
858         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
859         variables to defconsts.  Convert comments to doc-strings.
860         (nnmairix-last-server, nnmairix-current-server): Convert from free
861         variables to defvars.  Convert comments to doc-strings.
862         (gnus-registry-fetch-group): Autoload.
863         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
864         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
865         (nnmairix-widget-build-editable-fields): Use car cddr rather than
866         caddr.
867         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
868         nnmairix-request-group-with-article-number-correction call.
869         (nnmairix-fast, nnmairix-group): New, less general names, for free
870         variables passed from nnmairix-request-group to
871         nnmairix-request-group-with-article-number-correction.  Declare.
872         (nnmairix-request-group-with-article-number-correction):
873         Use nnmairix-fast, nnmairix-group rather than fast, group.
874
875 2008-02-26  David Engster  <dengste@eml.cc>
876
877         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
878         version 0.5.
879
880 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
881
882         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
883         instead of making an extra function call.  Don't add the current group
884         to articles only when they have the group.  Use
885         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
886         Reported by David <de_bb@arcor.de>.
887
888 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
889
890         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
891         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
892
893 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
894
895         * mail-source.el (mail-source-delete-incoming): Change default.
896         Supplement doc string.
897
898         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
899
900 2008-02-14  Glenn Morris  <rgm@gnu.org>
901
902         * time-date.el (format-seconds): New function.
903
904 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
905
906         * nnmail.el (nnmail-message-id-cache-file): Derive from
907         `gnus-home-directory'.
908
909 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
910
911         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
912         Document negative prefix.
913
914         * gnus-group.el (gnus-group-read-group): Document negative prefix.
915
916 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
917
918         * message.el (message-unsent-separator): Add the Exim bounce
919         separator.
920
921 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
922
923         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
924         list.
925         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
926         recipient/signer list.
927
928 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * Makefile.in (datarootdir): Define.
931         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
932         name that might contain whitespace.
933
934 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
935
936         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
937         fbound (Emacs 23 unicode), signal an error.
938
939 2008-02-08  Glenn Morris  <rgm@gnu.org>
940
941         * gnus-art.el (pgg-display-output-buffer): Declare as function.
942
943 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
944
945         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
946         ports to the calls to `netrc-machine-user-or-password' in addition to
947         "imap" and "imaps".
948
949 2008-02-01  Zhang Wei  <id.brep@gmail.com>
950
951         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
952
953         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
954
955 2008-02-01  Kenichi Handa  <handa@m17n.org>
956
957         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
958         rfc2104-hexstring-to-bitstring and changed to return a byte list.
959         (rfc2104-hash): Convert the result of concat to unibyte string.
960
961 2008-02-01  Dave Love  <fx@gnu.org>
962
963         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
964         coding-system-for-read.
965         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
966
967 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
968
969         * gnus.el (gnus-group-startup-message): Add `find-image' call before
970         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
971         <hanche@math.ntnu.no>.
972
973 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
976
977         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
978
979 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
980
981         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
982         * message.el (message-beginning-of-line): Use featurep instead of bound
983         tests in order to resolve conditionals at compile time.
984
985 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
986
987         * mail-source.el (mail-sources): Add `group' choice.
988
989         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
990         parameter `in-group' to control into which group the articles go.
991         Add treatment of `group' mail-source.
992
993 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
994
995         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
996
997         * mm-decode.el (mm-dissect-buffer): Decode description.
998
999         * mml.el (mml-to-mime): Encode message header first.
1000
1001 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1002
1003         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1004         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1005
1006         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1007         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1008
1009 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1010
1011         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1012
1013 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1016         prefix keys.
1017         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1018         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1019         gnus-xmas.el.
1020
1021         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1022         (gnus-xmas-article-describe-bindings): New function.
1023         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1024         gnus-xmas-article-describe-bindings.
1025
1026         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1027
1028 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1029
1030         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1031         Add new variables for article mark management.
1032         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1033         list of extra data entries which, when present, will indicate that the
1034         article ID should not be trimmed from the registry.
1035         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1036         functions.
1037         (gnus-registry-read-mark): New function to read a mark name from the
1038         user.
1039         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1040         (gnus-registry-set-article-mark-internal): New functions to add and
1041         remove marks.
1042         (gnus-registry-get-article-marks): New function to show the marks for
1043         an article, or retrieve them for further use.
1044
1045 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1046
1047         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1048         keys when no argument is given.
1049
1050 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1051
1052         * imap.el (imap-ping-server): New variable.
1053         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1054         (imap-ping-server): Minor doc string fixes.
1055
1056 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1057
1058         * imap.el (imap-ping-server): New function.
1059         (imap-opened): Call imap-ping-server.
1060
1061 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1062
1063         * gnus-sum.el (gnus-article-sort-by-random)
1064         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1065         jidanni@jidanni.org.
1066
1067 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1068
1069         * gnus-art.el (gnus-article-describe-bindings): New function.
1070         (gnus-article-read-summary-keys): Use it.
1071         (gnus-article-mode-map): Bind `C-h b' to it.
1072
1073 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1076         XEmacs.
1077         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1078         against non-character events.
1079
1080         * lpath.el: Fbind map-keymap for Emacs 21.
1081
1082 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1083
1084         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1085         command.
1086         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1087         instead of END.  Change name of the temp file.
1088         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1089         customizable.
1090
1091 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1092
1093         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1094         bind `S W' to gnus-article-wide-reply-with-original; set default
1095         binding to gnus-article-read-summary-send-keys.
1096         (gnus-article-read-summary-keys): Fix the order of keys; display
1097         continuation keys correctly in the echo area; describe bindings
1098         correctly when keys end with `C-h'.
1099         (gnus-article-read-summary-send-keys): New function.
1100         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1101         for gnus-article-read-summary-send-keys; display continuation keys
1102         correctly in the echo area.
1103         (gnus-article-reply-with-original): Ignore prefix argument.
1104         (gnus-article-wide-reply-with-original): New function.
1105
1106         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1107         Emacs 21.
1108
1109 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1110
1111         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1112         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1113
1114 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1115
1116         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1117         (gnus-group-read-ephemeral-gmane-group): New command.
1118
1119 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1120
1121         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1122
1123 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1124
1125         * message.el (message-send-mail-function): Increase custom version.
1126
1127         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1128         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1129
1130 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1131
1132         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1133         for the cases where imap-authenticate is called with a nil buffer
1134         parameter.
1135
1136 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1137
1138         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1139         html parts correctly; support forwarded messages.
1140         (gnus-article-browse-html-article): Remove work buffers.
1141
1142         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1143         compiling.
1144         (netrc-bound-and-true-p): New macro.
1145         (netrc-parse): Use it instead of bound-and-true-p that is not available
1146         in XEmacs 21.4.
1147
1148 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1149
1150         * gnus-registry.el (gnus-registry-mark-article)
1151         (gnus-registry-article-marks): Add functionality to mark articles
1152         through the Gnus registry.
1153
1154         * encrypt.el: Clarify documentation for the new pgg method.
1155         (encrypt-file-alist): Add PGG option.
1156         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1157         functionality.  Abstract password key and messaging to external
1158         functions.
1159         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1160         (encrypt-message-method-and-cipher): Add new convenience external
1161         functions.
1162         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1163         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1164
1165         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1166         (netrc-parse): Use encrypt-file-alist to determine if
1167         encrypt-find-model or encrypt-insert-file-contents should be used.
1168
1169         * encrypt.el: Clarify documentation.  Load password-cache or
1170         password, whichever one is found first, instead of autoloading.
1171
1172 2007-12-19  Glenn Morris  <rgm@gnu.org>
1173
1174         * mml.el (message-options-set, message-narrow-to-head)
1175         (message-in-body-p, message-mail-p, message-encode-message-body):
1176         Autoload.
1177         (message-remove-header, message-narrow-to-headers-or-head)
1178         (message-subscribed-p, message-make-mail-followup-to)
1179         (message-position-on-field, message-news-p)
1180         (message-options-set-recipient, message-generate-headers)
1181         (message-sort-headers): Declare as functions.
1182
1183 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1184
1185         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1186         convention in doc string.
1187
1188 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1191         title to html parts.
1192         (gnus-article-browse-html-article): Pass message header to it.
1193
1194         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1195
1196 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1197
1198         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1199         or password compatible with XEmacs.
1200
1201 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1202
1203         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1204         format document.
1205         (gnus-mime-delete-part): Don't write description line if empty.
1206         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1207
1208 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1209
1210         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1211         (gnus-summary-mark-read-and-unread-as-read)
1212         (gnus-summary-mark-current-read-and-unread-as-read)
1213         (gnus-summary-mark-unread-as-ticked): Doc fix.
1214         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1215
1216 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1217
1218         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1219         Christoph Conrad <christoph.conrad@gmx.de>.
1220
1221 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1222
1223         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1224         yes-or-no-p.
1225
1226 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1227
1228         * mm-decode.el (mm-add-meta-html-tag): New function.
1229         (mm-save-part-to-file, mm-pipe-part): Use it.
1230
1231         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1232         gnus-y-or-n-p instead of y-or-n-p.
1233         (gnus-article-browse-html-parts): Work with message/external-body; use
1234         mm-add-meta-html-tag.
1235
1236 2007-12-11  Glenn Morris  <rgm@gnu.org>
1237
1238         * gnus-cache.el: Require gnus-sum not just when compiling.
1239
1240         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1241
1242         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1243         definitions before use.
1244
1245         * mm-decode.el: Require gnus-util.
1246         (mm-remove-part): Only call delete-annotation on XEmacs.
1247
1248         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1249
1250         * nnmail.el: Require gnus-int.
1251
1252         * spam.el: Move `require's before `eval-when-compile's.
1253
1254         * gnus-ems.el (gnus-alive-p):
1255         * gnus-fun.el (message-goto-eoh):
1256         * gnus-util.el (gnus-group-name-decode):
1257         * mail-source.el (gnus-compress-sequence):
1258         * message.el (Info-goto-node, format-spec):
1259         * mm-bodies.el (message-options-get):
1260         * mm-decode.el (mm-view-pkcs7):
1261         * mm-util.el (gmm-write-region):
1262         * mml-smime.el (mml-compute-boundary)
1263         (gnus-completing-read-with-default):
1264         * mml.el (widget-button-press, gnus-make-hashtable):
1265         * mml1991.el (mm-decode-content-transfer-encoding)
1266         (mm-encode-content-transfer-encoding)
1267         (message-options-get, message-options-set):
1268         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1269         * nnfolder.el (gnus-request-group):
1270         * nnheader.el (ietf-drums-unfold-fws):
1271         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1272         * smime.el (gnus-run-mode-hooks):
1273         * spam-stat.el (gnus-message): Autoload.
1274
1275         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1276         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1277         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1278         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1279         Add declare-function compatibility definition.
1280
1281         * gnus-cache.el (nnvirtual-find-group-art):
1282         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1283         (gnus-add-image, gnus-add-wash-type):
1284         * gnus-group.el (nnkiboze-score-file):
1285         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1286         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1287         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1288         (message-tokenize-header, gnus-get-buffer-create)
1289         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1290         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1291         * gnus.el (gnus-group-decoded-name):
1292         * mail-source.el (imap-capability):
1293         * mm-bodies.el (message-options-set):
1294         * mm-decode.el (gnus-configure-windows):
1295         * mm-extern.el (message-goto-body):
1296         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1297         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1298         (epg-sub-key-validity, message-options-set):
1299         * mml.el (widget-event-point, gnus-configure-windows):
1300         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1301         * mml2015.el (epg-check-configuration, epg-configuration)
1302         (message-options-set):
1303         * nndb.el (nndb-request-article):
1304         * nnfolder.el (gnus-request-create-group):
1305         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1306         * nnmaildir.el (gnus-group-mark-article-read):
1307         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1308         * rfc1843.el (message-fetch-field):
1309         * spam.el (gnus-extract-address-components):
1310         Declare as functions.
1311
1312 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1315
1316         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1317
1318         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1319         bind show-trailing-whitespace for XEmacs.
1320
1321 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1322
1323         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1324         new no-op macro for backward compatibility.
1325
1326         * imap.el (imap-string-to-integer): New function.
1327
1328 2007-12-09  Glenn Morris  <rgm@gnu.org>
1329
1330         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1331
1332         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1333         * message.el, mm-view.el, sieve-manage, smime.el:
1334         Add declare-function compatibility definition.
1335
1336         * gnus-art.el (w3-region, w3m-region, Info-menu):
1337         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1338         * gnus-sum.el (gnus-get-predicate):
1339         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1340         * message.el (mail-abbrev-in-expansion-header-p):
1341         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1342         (w3m-detect-meta-charset, w3m-region):
1343         * sieve-manage.el (password-read, password-cache-add)
1344         (password-cache-remove):
1345         * smime.el (password-read-and-add): Declare as functions.
1346
1347 2007-12-08  David Kastrup  <dak@gnu.org>
1348
1349         * gnus-sum.el (gnus-summary-simplify-subject-query):
1350         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1351         `message'.
1352
1353 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1354
1355         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1356         it to bind idna-program, installation-directory, defined-colors, and
1357         face-attribute for XEmacs of the version that compiles defcustom forms.
1358
1359 2007-12-07  Glenn Morris  <rgm@gnu.org>
1360
1361         * gnus-art.el (article-make-date-line): Revert previous change.
1362
1363 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1364
1365         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1366
1367 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1368
1369         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1370         Call gnus-add-to-range ranges only once with a prepared article-list.
1371
1372 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1373
1374         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1375         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1376         group names with backslashes.  Reported by Tassilo Horn
1377         <tassilo@member.fsf.org>.
1378
1379 2007-12-06  D. Goel  <deego3@gmail.com>
1380
1381         * gnus-art.el (article-make-date-line):
1382         * gnus-start.el (gnus-load):
1383         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1384
1385 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * gnus-art.el (gnus-use-idna)
1388         * gnus-start.el (gnus-site-init-file)
1389         * message.el (message-use-idna)
1390         * mm-uu.el (mm-uu-hide-markers)
1391         * smiley.el (smiley-style): Revert changes that suppress warnings.
1392
1393 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1396         specify charset to html source.  Reported by Christoph Conrad
1397         <christoph.conrad@gmx.de>.
1398
1399 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1402         idna-program in order to suppress byte compile warning issued by XEmacs
1403         that came to byte compile the default value section of defcustom forms
1404         recently.
1405
1406         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1407         value of installation-directory.
1408
1409         * message.el (message-use-idna): Don't directly refer to the value of
1410         idna-program.
1411
1412         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1413
1414         * smiley.el (smiley-style): Don't directly call face-attribute.
1415
1416 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1417
1418         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1419
1420         * gnus-dired.el: Reduce Gnus dependencies.
1421         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1422         require.  Use autoloads instead.
1423         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1424         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1425         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1426         (gnus-dired-mode): Adjust doc string.
1427         (gnus-dired-mail-mode): New variable.
1428         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1429         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1430         (gnus-dired-mail-buffers): New function.  Return mail or message
1431         composition buffers.
1432         (gnus-dired-attach): Use it.
1433         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1434         NO-DECODE.
1435         (gnus-dired-print): Use `gnus-print-buffer' depending on
1436         `gnus-dired-mail-mode'.
1437
1438 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * rfc2047.el (rfc2047-encoded-word-regexp)
1441         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1442         explaining what regexp patterns are for.
1443
1444 2007-12-04  Glenn Morris  <rgm@gnu.org>
1445
1446         * password.el: Move to password-cache.el.
1447
1448         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1449         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1450         * mml-smime.el (password-read, password-cache-add)
1451         (password-cache-remove):
1452         No need to autoload, since mml-sec requires password.
1453
1454         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1455         * message.el (gnus-extract-address-components):
1456         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1457
1458         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1459         password.
1460
1461 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1462
1463         * mailcap.el: Reduce dependencies.
1464         (mail-header-parse-content-type): Autoload.
1465         (mailcap-delete-duplicates): New alias.
1466         (mailcap-mime-info): Add optional argument NO-DECODE.
1467         (mailcap-mime-types): Use mailcap-delete-duplicates.
1468
1469         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1470
1471 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1472
1473         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1474         (imap-parse-status): Upcase status-att for servers that sends them
1475         lower-case (e.g., MS Exchange 2007).
1476
1477 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1480         function.
1481
1482         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1483         (gnus-uu-yenc-article): New function.
1484
1485         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1486
1487         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1488         buffer.
1489
1490 2007-12-02  Glenn Morris  <rgm@gnu.org>
1491
1492         * binhex.el (binhex): New custom group.
1493         (binhex-decoder-program, binhex-decoder-switches)
1494         (binhex-use-external): Move to the binhex custom group.
1495
1496         * uudecode.el (uudecode): New custom group.
1497         (uudecode-decoder-program, uudecode-decoder-switches)
1498         (uudecode-use-external): Move to the uudecode custom group.
1499
1500         * netrc.el (top-level): Don't load `encrypt' features.
1501         (netrc-parse): Don't use encrypt.
1502         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1503
1504         * encrypt.el: Remove file.
1505
1506 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1507
1508         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1509         matches on patches.
1510
1511         * gnus-art.el (gnus-article-browse-html-article): Mention
1512         `mm-text-html-renderer' in the doc string.
1513
1514         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1515         string.  Add comments.
1516
1517         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1518         if rhs is ASCII.
1519
1520 2007-12-01  Glenn Morris  <rgm@gnu.org>
1521
1522         * mail-source.el (top-level): Require format-spec before
1523         eval-when-compile.
1524
1525 2007-11-30  Glenn Morris  <rgm@gnu.org>
1526
1527         * encrypt.el: Require password, rather than autoloading password-read.
1528
1529 2007-11-29  Glenn Morris  <rgm@gnu.org>
1530
1531         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1532         (sasl-make-client, sasl-next-step, sasl-step-data)
1533         (sasl-step-set-data): Declare as functions.
1534
1535 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1536
1537         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1538
1539 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1540
1541         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
1542         certs should be verified and what is to be done in the event of a
1543         verification failure.
1544
1545         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1546         caller can indicate whether the cache should be disregarded for this
1547         call.  This way the result of the call is reproducible at all times and
1548         can be considered a canonical server name for the supplied method.
1549         (gnus-agent-method-p): Canonicalize server names by pushing their
1550         method through `gnus-method-to-server' using the no-cache argument.
1551
1552         * gnus-srvr.el (gnus-server-insert-server-line): Call
1553         `gnus-method-to-server' with `no-cache' argument.
1554
1555         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1556         gnus-agent-possibly-synchronize-flags as this should be called when the
1557         server is actually being opened.
1558         (gnus-agent-possibly-synchronize-flags)
1559         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1560         flags file of an agentized server to the latter function.
1561
1562         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1563         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1564         after a connection has been established successfully.
1565
1566 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1567
1568         * gnus-art.el (article-display-face): Force to display face if called
1569         interactively; check if gnus-article-x-face-too-ugly matches author.
1570         (article-display-x-face): Display face even if From header is missing
1571         as article-display-face does.
1572
1573 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1574
1575         * hashcash.el (message-narrow-to-headers-or-head)
1576         (message-fetch-field, message-goto-eoh)
1577         (message-narrow-to-headers): Declare as functions.
1578
1579 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1580
1581         * mail-source.el (mail-sources): Default to fetch from file for
1582         compatibility with default of nnmail-spool-file.
1583
1584 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1585
1586         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1587         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1588         to look for encoded word that should be encoded again.
1589         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1590         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1591         encoding pattern.
1592         (rfc2047-decode-region): Switch strict regexp and loose one according
1593         to rfc2047-allow-irregular-q-encoded-words.
1594
1595 2007-11-25  Romain Francoise  <romain@orebokech.com>
1596
1597         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1598
1599 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1600
1601         * tls.el (tls-program): Provide more custom choices from
1602         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1603         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1604
1605 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1606
1607         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1608         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1609
1610         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1611         `nnmail-spool-file'.
1612
1613         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1614         `nnmail-spool-file'.
1615
1616         * gnus-move.el (gnus-change-server): Ditto.
1617
1618         * gnus-kill.el (gnus-batch-score): Ditto.
1619
1620         * gnus-cache.el (gnus-jog-cache): Ditto.
1621
1622         * gnus-msg.el (gnus-summary-reply):
1623         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1624
1625 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1626
1627         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1628         version.  Minor improvement to doc strings.
1629         (tls-program): Add comment.
1630
1631 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
1632
1633         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1634         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1635         mismatch between the hostname provided in the certificate and the name
1636         of the host connnecting to.
1637         (open-tls-stream): Use them.  Check certificates against trusted root
1638         certificates.
1639
1640 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1641
1642         * gnus-cache.el (gnus-cache-generate-nov-databases):
1643         Use nnml-generate-nov-databases-directory instead of
1644         nnml-generate-nov-databases-1.
1645
1646 2007-11-24  Glenn Morris  <rgm@gnu.org>
1647
1648         * message.el (message-tool-bar-retro): Update for rename
1649         mail_send.xpm->mail-send.xpm.
1650
1651 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1652
1653         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1654         `smime-ldap-search' for Emacs 22 and up.
1655
1656 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1657
1658         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1659
1660         * message.el (message-send-mail-function): Fix error convention.
1661         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1662         (message-widen-reply, message-send-mail, message-talkative-question)
1663         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1664         (message-clone-locals, message-send-news): Use with-current-buffer.
1665         (message-insert-or-toggle-importance): Remove unused var `valid'.
1666         (message-make-references): Remove unused var `new-references'.
1667         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1668
1669 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1670
1671         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1672         (spam-split-symbolic-return-positive): Reflow docstring.
1673         (spam-backends, spam-summary-exit-behavior)
1674         (spam-mark-ham-unread-before-move-from-spam-group)
1675         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1676         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1677         (spam-clear-cache, spam-backend-check, spam-install-backend)
1678         (spam-install-statistical-backend, spam-list-of-processors)
1679         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1680         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1681         (spam-check-crm114, spam-initialize, spam-unload-hook):
1682         Fix typos in docstrings.
1683
1684 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1685
1686         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1687         been checked if they have never been read and those group levels are
1688         higher than the one that a user specified.
1689
1690 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1691
1692         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1693         foreign groups unless a group level is specified by a user.
1694         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1695
1696 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1697
1698         * message.el (message-send-mail-function): Require sendmail.
1699
1700 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1701
1702         * message.el (message-send-mail-function): Check for smtpmail too.
1703
1704         * utf7.el (utf7-encode, utf7-decode): Use coding system
1705         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1706
1707         * message.el (message-send-mail-function): New function.
1708         (message-send-mail-function): Set default using
1709         message-send-mail-function.  Adjust doc string.
1710         (message-send-mail-with-mailclient): New function.
1711
1712 2007-11-17  Richard Stallman  <rms@gnu.org>
1713
1714         * assistant.el: Remove file.
1715
1716 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1717
1718         * smime.el (from):
1719         * rfc2047.el (message-posting-charset):
1720         * qp.el (mm-use-ultra-safe-encoding):
1721         * pop3.el (parse-time-months):
1722         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1723         * nnml.el (files):
1724         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1725         (jka-compr-compression-info-list, ange-ftp-path-format)
1726         (efs-path-regexp):
1727         * nndiary.el (files):
1728         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1729         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1730         (epg-digest-algorithm-alist, inhibit-redisplay)
1731         (password-cache-expiry):
1732         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1733         (pgg-output-buffer, password-cache-expiry):
1734         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1735         (efs-path-regexp):
1736         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1737         (inhibit-redisplay):
1738         * mm-uu.el (file-name, start-point, end-point, entry)
1739         (gnus-newsgroup-name, gnus-newsgroup-charset):
1740         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1741         (latin-unity-ucs-list):
1742         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1743         (mm-uu-binhex-decode-function):
1744         * message.el (gnus-message-group-art, gnus-list-identifiers, )
1745         (rmail-enable-mime-composing, gnus-local-organization)
1746         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1747         (gnus-read-active-file, facemenu-add-face-function)
1748         (facemenu-remove-face-function, gnus-article-decoded-p)
1749         (tool-bar-mode):
1750         * mail-source.el (display-time-mail-function):
1751         * gnus-util.el (nnmail-pathname-coding-system)
1752         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1753         (gnus-original-article-buffer, gnus-user-agent)
1754         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1755         (xemacs-codename, sxemacs-codename, emacs-program-version):
1756         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1757         * gnus-start.el (gnus-agent-covered-methods)
1758         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1759         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1760         (gnus-newsgroup-headers, gnus-group-list-mode)
1761         (gnus-group-mark-positions, gnus-newsgroup-data)
1762         (gnus-newsgroup-unreads, nnoo-state-alist)
1763         (gnus-current-select-method, mail-sources)
1764         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1765         (nnmail-spool-file, gnus-cache-active-hashtb):
1766         * gnus-mh.el (mh-lib-progs):
1767         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1768         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1769         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1770         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1771         (gnus-group-buffer):
1772         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1773         (font-lock-set-defaults):
1774         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1775         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1776         (gnus-summary-post-menu, total-parts, type, condition, length):
1777         * gnus-agent.el (gnus-agent-read-agentview):
1778         * flow-fill.el (show-trailing-whitespace):
1779         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1780         eval-and-compile wrappers for byte compiler pacifiers.
1781
1782         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1783         (mm-display-inline-fontify): Check for featurep 'xemacs not
1784         extent-list.
1785
1786         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1787         itimer-list.
1788         (mm-create-image-xemacs): Only do something for XEmacs.
1789         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1790
1791         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1792
1793         * gnus-registry.el (gnus-adaptive-word-syntax-table):
1794         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1795
1796 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1797
1798         * nnimap.el (nnimap-split-download-body):
1799         * gnus-demon.el (gnus-demon):
1800         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1801
1802 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1803
1804         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1805         macros.
1806         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1807         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1808         copy data from unibyte buffer to multibyte current buffer.
1809         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1810         to copy data from unibyte current buffer to multibyte buffer.
1811         (nntp-make-process-buffer): Make process buffer unibyte.
1812
1813         * pop3.el (pop3-open-server): Fix typo in Lisp code.
1814
1815 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
1816
1817         * pop3.el (pop3-open-server): Accept and process data more robustly at
1818         connexion start to avoid spurious "POP SSL connexion failed" errors.
1819
1820 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1821
1822         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1823         read group names.
1824
1825 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
1826
1827         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1828
1829 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1830
1831         * nnmail.el (nnmail-parse-active): Make group names unibyte.
1832         (nnmail-save-active): Use a unibyte buffer when saving active file,
1833         which may contain non-ASCII group names.
1834
1835         * nnml.el (nnml-request-group): Decode group names in messages.
1836
1837 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
1838
1839         * message.el (message-citation-line-function)
1840         (message-insert-formatted-citation-line): Fix spelling of
1841         `message-insert-formated-citation-line'.
1842
1843 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
1844
1845         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1846
1847 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1848
1849         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1850         nnmail-pathname-coding-system.
1851
1852         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1853         that a user enters; decode group names in messages.
1854
1855         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1856
1857 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1858
1859         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1860
1861         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1862
1863         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1864         risky local variable.
1865
1866         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1867
1868 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1869
1870         * encrypt.el: Improve documentation to fix function name typo.
1871         Reported by Daiki Ueno <ueno@unixuser.org>.
1872
1873 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1874
1875         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1876         even if the point is not in the last page of an article.
1877         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1878         back to the previous page.
1879
1880 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
1881
1882         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1883
1884 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1887
1888 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1889
1890         * message.el (message-check-news-body-syntax): Avoid
1891         mm-string-as-multibyte.
1892         (message-hide-headers): Don't assume (point-min)==1.
1893
1894 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1895
1896         * message.el (message-remove-blank-cited-lines): Fix if remove is
1897         given.
1898         (message-bogus-address-regexp): New variable.
1899         (message-bogus-recipient-p): New function.
1900         (message-check-recipients): New command.
1901         (message-syntax-checks): Add `bogus-recipient'.
1902         (message-fix-before-sending): Add `bogus-recipient'.
1903
1904         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1905         (gnus-treat-body-boundary): Don't test window-system.
1906
1907 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
1908
1909         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1910
1911 2007-10-28  Miles Bader  <miles@gnu.org>
1912
1913         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1914         at compile-time too.
1915
1916 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1917
1918         * gnus-msg.el (gnus-message-setup-hook): Add
1919         `message-remove-blank-cited-lines' to options.
1920
1921 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1922
1923         * message.el (message-remove-blank-cited-lines): New function.
1924         Suggested by Karl Plästerer.
1925
1926 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1927
1928         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1929         mapc.
1930
1931         * imap.el (imap-open): Replace mapcar called for effect with mapc.
1932         (top-level): Use mapc to set functions to be traced for debugging.
1933
1934         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1935         called for effect with while loop.
1936
1937         * message.el (message-talkative-question): Replace mapcar called for
1938         effect with mapc.
1939
1940         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1941         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1942         called for effect with dolist.
1943
1944         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1945
1946         * nndiary.el: Use dolist instead of mapcar to add diary headers to
1947         gnus-extra-headers and nnmail-extra-headers.
1948
1949         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1950         called for effect with dolist.
1951         (top-level): Use mapc to set functions to be traced for debugging.
1952
1953         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1954         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1955         dolist.
1956
1957         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1958         Replace mapcar called for effect with mapc.
1959         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1960         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1961         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1962         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1963
1964         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1965         remove-if that's a cl function.
1966
1967         * webmail.el (webmail-debug): Replace mapcar called for effect with
1968         dolist.
1969
1970         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
1971         with mapc.
1972
1973 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1976         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1977         with while loop.
1978
1979         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1980         functions from article-* functions.
1981         (gnus-multi-decode-header): Replace mapcar called for effect with
1982         dolist.
1983
1984         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1985         (gnus-bookmark-show-details): Replace mapcar called for effect with
1986         while loop.
1987
1988         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1989         called for effect with while loop.
1990
1991         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1992         with dolist.
1993
1994         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1995         mapcar called for effect with dolist.
1996
1997         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1998
1999         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2000         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2001         Replace mapcar called for effect with dolist.
2002         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2003         mapc.
2004
2005         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2006         Replace mapcar called for effect with dolist.
2007         (gnus-topic-list): Replace mapcar called for effect with mapc.
2008
2009         * gnus.el: Use mapc instead of mapcar to add autoloads.
2010
2011 2007-10-23  Richard Stallman  <rms@gnu.org>
2012
2013         * gnus-group.el (gnus-group-highlight): Mark as risky.
2014
2015 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * gnus.el (gnus-server-to-method): Return method found first in
2018         gnus-newsrc-alist.
2019
2020         * gnus-art.el (gnus-article-highlight-signature)
2021         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2022         button overlay without the front stickiness.
2023
2024 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2025
2026         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2027         overview buffer needed a catch to receive its throw.
2028         (gnus-agent-flush-cache): Declared as interactive to make this function
2029         easier to use.
2030
2031 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2032
2033         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2034         `next-line'.
2035
2036 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2039         exclude address matching message-dont-reply-to-names.
2040
2041 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * gnus-util.el (gnus-string<): New function.
2044
2045         * gnus-sum.el (gnus-article-sort-by-author)
2046         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2047
2048 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2049
2050         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2051         the frame-focus tag is set in gnus-buffer-configuration.
2052
2053 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2054
2055         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2056         the front stickiness.
2057
2058 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2061         url pattern; remove duplicate one.
2062         (gnus-article-extend-url-button): New function.
2063         (gnus-article-add-buttons): Use it.
2064         (gnus-button-push): Use concatenated url that it makes.
2065
2066 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2067
2068         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2069
2070 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2071
2072         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2073         Don't hardcode point-min==1.
2074
2075 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2076
2077         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2078         Fix comment about "iso8859-1".
2079
2080 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
2081
2082         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2083         ones returned from the verify-function.
2084
2085         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2086         mml2015-extract-cleartext-signature if extraction failed.
2087
2088 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2089
2090         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2091         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2092         failed.
2093
2094 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2095
2096         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2097
2098 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2099
2100         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2101         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2102         recommends to use EasyPG instead of PGG.
2103
2104         * pgg.el: Revert to revision 6.23.2.16
2105
2106         * pgg-def.el: Revert to revision 6.6.2.14.
2107
2108         * pgg-gpg.el: Revert to revision 6.23.2.34.
2109
2110 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2111
2112         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2113         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2114         thread for both the null and zero (kill/expire thread) universal prefix
2115         cases.
2116         (gnus-summary-expire-thread): Add new function to expire a thread,
2117         using gnus-summary-kill-thread.
2118         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2119         shortcuts for gnus-summary-expire-thread.
2120         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2121         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2122
2123 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2124
2125         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2126         extras value, so an extras entry can be deleted.
2127         (gnus-registry-delete-extra-entry): Use it.
2128         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2129         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2130         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2131         storage through the gnus-registry, and provide an appropriate API for
2132         it.
2133
2134 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2135
2136         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2137         Suggested by Leo <sdl.web@gmail.com>.
2138
2139         * gnus.el: Do.
2140
2141 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2142
2143         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2144         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2145
2146         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2147
2148         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2149         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2150
2151 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2152
2153         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2154         newline.
2155         (nnmbox-request-accept-article): Don't change article in source buffer;
2156         narrow to header to use message-fetch-field rather than
2157         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2158         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2159         as delimiters; make sure article ends with newline.
2160         (nnmbox-delete-mail): Correct last position of article to be deleted;
2161         ignore X-Gnus-Newsgroup header in article body.
2162         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2163         positions; make sure article ends with newline.
2164
2165         * message.el (message-display-abbrev): Don't infloop when a user
2166         inserts SPC in the beginning of header.
2167
2168         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2169         coding-system-for-read and coding-system-for-write for XEmacs having no
2170         file-coding feature.
2171
2172         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2173
2174 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2175
2176         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2177         list of groups not followed by default.  Fix type to be regexp.
2178         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2179
2180 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2181
2182         * hmac-def.el (define-hmac-function): Switch from old-style to
2183         new-style backquotes.
2184
2185         * md4.el (md4-make-step): Likewise.
2186
2187 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2188
2189         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2190         raw-text coding system when saving .newsrc file, which may contain
2191         non-ASCII group names.
2192
2193 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * gnus-cus.el (gnus-score-extra): New widget.
2196         (gnus-score-extra-convert): New function.
2197         (gnus-score-customize): Use it for Extra.
2198
2199 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2200
2201         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2202         (mml2015-mailcrypt-clear-verify): Use it.
2203         (mml2015-gpg-clear-verify): Use it.
2204         (mml2015-pgg-clear-verify): Use it.
2205         (mml2015-epg-clear-verify): Replace the current part with the output
2206         from GnuPG; don't extract the plaintext by itself.
2207
2208         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2209         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2210         mml2015-clear-verify-function; don't touch the armor headers or
2211         dash-escaped text here.
2212
2213 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2216         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2217         parts, or application/octet-stream as a last resort.
2218         (gnus-mime-view-part-as-type): Don't toggle display.
2219         (gnus-mime-view-part-as-charset): Don't turn off display before
2220         querying charset.
2221
2222         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2223         stuff to undisplayer function in Emacs.
2224         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2225
2226         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2227         text/calendar parts.
2228
2229 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2232         decoding text/calendar parts.
2233
2234         * message.el (message-forward-make-body-mime): Always mark body as
2235         having no illegible text; remove signed-or-encrypted argument.
2236         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2237
2238         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2239         (mml-generate-mime-1): Don't encode body if it is specified to be in
2240         raw form; don't make buffer be unibyte when inserting multibyte string.
2241
2242 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2243
2244         * sha1.el: Fix up comment style.
2245         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2246         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2247
2248         * hex-util.el: Fix up comment style.
2249         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2250
2251         * gnus-salt.el: Use with-current-buffer.
2252         (gnus-pick-setup-message): Fix long-standing typo.
2253
2254 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * imap.el (imap-logout-timeout): New variable.
2257         (imap-logout, imap-logout-wait): New functions.
2258         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2259
2260         * nnimap.el (nnimap-logout-timeout): New server variable.
2261         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2262         nnimap-logout-timeout.
2263
2264         * gnus-art.el (gnus-article-summary-command-nosave)
2265         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2266
2267 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * gnus.el (gnus-maximum-newsgroup): New variable.
2270
2271         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2272         according to gnus-maximum-newsgroup.
2273
2274         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2275         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2276         Limit the range of articles according to gnus-maximum-newsgroup.
2277
2278 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2279
2280         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2281         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2282         Don't perform gnus-configure-windows here; reuse existing sticky
2283         article buffer.
2284
2285         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2286         it doesn't exist in gnus-article-mode.
2287
2288 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2291         (gnus-agent-decoded-group-name): New function.
2292         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2293         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2294
2295 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2296
2297         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2298         Add binding for gnus-sticky-article.
2299         (gnus-summary-exit): Don't kill sticky article buffers.
2300
2301         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2302         article buffer.
2303         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2304         (gnus-kill-sticky-article-buffers): New commands.
2305
2306 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * nntp.el (nntp-xref-number-is-evil): New server variable.
2309         (nntp-find-group-and-number): If it is non-nil, don't trust article
2310         numbers in the Xref header.
2311
2312 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2313
2314         * gnus-agent.el (gnus-agent-read-group): New function.
2315         (gnus-agent-flush-group, gnus-agent-expire-group)
2316         (gnus-agent-regenerate-group): Use it.
2317         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2318         nnmail-pathname-coding-system.
2319
2320 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2323
2324         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2325         that are unread as unread, and also as selected so that information of
2326         marks having been changed by a user may be updated when exiting group.
2327
2328 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2329
2330         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2331         calculated ignoring signature parts to gnus-treat-article.
2332
2333 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2336         a point here in order to keep the window start.
2337         (gnus-insert-mime-security-button): Make a button overlay without the
2338         front stickiness.
2339         (gnus-mime-display-security): Goto the end of a button.
2340
2341         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2342
2343 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2344
2345         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2346         group-name-at-point.
2347         (gnus-group-completing-read): New function that offers decoded
2348         non-ASCII group names for completion.
2349         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2350         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2351         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2352         (gnus-group-fetch-control): Use it.
2353         (gnus-fetch-group): Use group-name-at-point for the initial value
2354         rather than the default value; use gnus-alive-p.
2355
2356         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2357         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2358         (gnus-summary-post-news): Use gnus-group-completing-read.
2359
2360         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2361         (gnus-read-move-group-name): Decode group name for completion.
2362
2363 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2364
2365         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2366         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2367         Yamaoka slightly modified the code).
2368
2369 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2370
2371         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2372         (nnmail-split-incoming): Bind it.
2373
2374         * nnml.el (nnml-group-name-charset): New function.
2375         (nnml-decoded-group-name): Use it; don't decode group name if
2376         nnmail-group-names-not-encoded-p is non-nil.
2377         (nnml-encoded-group-name): New function.
2378         (nnml-group-pathname): Inline nnml-decoded-group-name.
2379         (nnml-request-expire-articles): Decode group name in message.
2380         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2381         nnmail-pathname-coding-system.
2382         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2383         not decoded ones according to nnmail-group-names-not-encoded-p.
2384         (nnml-generate-active-info): Use nnml-encoded-group-name.
2385
2386 2007-08-08  Glenn Morris  <rgm@gnu.org>
2387
2388         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2389         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2390         doc-strings and comments.
2391
2392 2007-07-25  Glenn Morris  <rgm@gnu.org>
2393
2394         * Relicense all FSF files to GPLv3 or later.
2395
2396 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * gnus-sum.el (gnus-summary-move-article): Make
2399         gnus-summary-respool-article work.
2400
2401 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2402
2403         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2404         string.
2405
2406 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2407
2408         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2409         that should be ignored when comparing distant RSS articles with local
2410         ones.
2411         (nnrss-make-hash-index): New function.  Create a hash index according
2412         to the ignored fields.
2413         (nnrss-check-group): Use it.
2414
2415 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2416
2417         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2418
2419         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2420
2421         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2422         the new optional argument ENCODED is non-nil.
2423         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2424         coding system for encoding group name.
2425         (gnus-group-make-rss-group): Pass un-encoded group name to
2426         gnus-group-make-group.
2427         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2428         encoded.
2429
2430         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2431         Encode group name to which articles are moved or copied.
2432         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2433         coding system for encoding Newsgroup, Followup-To and Xref headers.
2434
2435         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2436         marks; use nnheader-file-coding-system to write a file.
2437         (nnagent-retrieve-headers): Bind file-name-coding-system to
2438         nnmail-pathname-coding-system.
2439
2440         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2441
2442         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2443         (nnml-request-article, nnml-request-create-group)
2444         (nnml-request-rename-group, nnml-find-id)
2445         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2446         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2447         (nnml-save-marks): Use nnml-group-pathname instead of
2448         nnmail-group-pathname.
2449
2450         (nnml-request-create-group, nnml-request-expire-articles)
2451         (nnml-request-move-article, nnml-request-delete-group)
2452         (nnml-deletable-article-p, nnml-possibly-create-directory)
2453         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2454         (nnml-open-marks): Bind file-name-coding-system to
2455         nnmail-pathname-coding-system.
2456
2457         (nnml-request-article): Pass server argument to nnml-find-group-number.
2458         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2459         server argument to nnml-possibly-create-directory.
2460         (nnml-request-accept-article): Pass server argument to
2461         nnml-active-number and nnml-save-mail.
2462         (nnml-find-group-number): Pass server argument to nnml-find-id.
2463         (nnml-request-update-info): Pass server argument to
2464         nnml-marks-changed-p.
2465
2466         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2467         (nnml-save-mail, nnml-active-number): Add server argument.
2468
2469         (nnml-request-delete-group): Warn if group is missing.
2470         (nnml-get-nov-buffer): Decode group name.
2471         (nnml-generate-active-info): Encode group name.
2472         (nnml-open-marks): Decode group name in messages.
2473
2474 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2477         if it is not specified.
2478         (gnus-article-pipe-part, gnus-article-save-part)
2479         (gnus-article-interactively-view-part, gnus-article-copy-part)
2480         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2481         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2482         (gnus-article-replace-part, gnus-article-delete-part)
2483         (gnus-article-view-part-as-type): Pass raw prefix argument to
2484         gnus-article-part-wrapper.
2485
2486 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2487
2488         * gnus-agent.el (gnus-agent-save-active): Bind
2489         nnheader-file-coding-system to gnus-agent-file-coding-system.
2490
2491         * gnus-cache.el (gnus-cache-save-buffers)
2492         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2493         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2494         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2495         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2496         (gnus-cache-generate-active, gnus-cache-rename-group)
2497         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2498         (gnus-cache-update-overview-total-fetched-for): Bind
2499         file-name-coding-system to nnmail-pathname-coding-system.
2500         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2501         variables.
2502         (gnus-cache-decoded-group-name): New function.
2503         (gnus-cache-file-name): Use it.
2504         (gnus-cache-generate-active): Use non-decoded group name for active.
2505
2506         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2507         right place.
2508         (gnus-write-active-file): Don't break non-ASCII group names.
2509
2510         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2511         nnmail-pathname-coding-system.
2512
2513         * lpath.el: Bind default-file-name-coding-system,
2514         file-name-coding-system and language-info-alist for XEmacs.
2515
2516         * gnus-uu.el (gnus-uu-decode-save): Typo.
2517
2518 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2519
2520         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2521
2522 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2525         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2526         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2527         (gnus-agent-flush-group, gnus-agent-flush-cache)
2528         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2529         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2530         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2531         (gnus-agent-regenerate-group)
2532         (gnus-agent-update-files-total-fetched-for)
2533         (gnus-agent-update-view-total-fetched-for): Bind
2534         file-name-coding-system to nnmail-pathname-coding-system.
2535         (gnus-agent-group-pathname): Don't encode file names by
2536         nnmail-pathname-coding-system.
2537         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2538         coding-system-for-write instead of buffer-file-coding-system to
2539         gnus-agent-file-coding-system.
2540
2541         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2542         Decode group name.
2543
2544         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2545
2546         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2547         (gnus-read-newsrc-el-file): Make group names unibyte.
2548
2549         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2550         nnmail-pathname-coding-system.
2551
2552         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2553         (nnrss-request-delete-group): Bind file-name-coding-system to
2554         nnmail-pathname-coding-system.
2555         (nnrss-read-server-data, nnrss-read-group-data): Bind
2556         file-name-coding-system correctly.
2557         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2558
2559         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2560         (nntp-server-to-method-cache): New variable.
2561         (nntp-group-pathname): New function that decodes non-ASCII group names.
2562         (nntp-possibly-create-directory, nntp-marks-changed-p)
2563         (nntp-save-marks, nntp-open-marks): Use it.
2564         (nntp-possibly-create-directory, nntp-open-marks):
2565         Bind file-name-coding-system to nnmail-pathname-coding-system.
2566         (nntp-open-marks): Decode group names when bootstrapping marks.
2567
2568         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2569         Newsgroups and Folowup-To headers.
2570
2571 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2572
2573         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2574         (gnus-server-closed-face, gnus-server-denied-face)
2575         (gnus-server-offline-face): Remove variable.
2576         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2577
2578         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2579         of modifying message-stack directly for XEmacs.
2580
2581         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2582         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2583         if the coding-system argument is nil for XEmacs.
2584
2585         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2586         mm-charset-override-alist.
2587
2588         * rfc2047.el: Don't require base64; require rfc2045 for the function
2589         rfc2045-encode-string.
2590         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2591         to quote the parameter value.
2592
2593 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2594
2595         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2596         form in gnus-group-name-charset-method-alist.
2597
2598         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2599         overrides the default layout edit-form.
2600
2601         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2602
2603         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2604
2605 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2608         as unfetched articles.
2609
2610 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2611
2612         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2613
2614 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2617         original back end that keeps marks in the local system.
2618
2619 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2620
2621         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2622         arg of pop-to-buffer for XEmacs.
2623         (gnus-article-read-summary-keys): Ditto; don't restore window
2624         configuration if summary command ends up with neither article buffer
2625         nor summary buffer; describe bindings if summary keys end with C-h.
2626
2627 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2628
2629         * message.el (message-fix-before-sending): Skip raw message part to be
2630         forwarded while checking illegible text.
2631         (message-forward-make-body-mime, message-forward-make-body): Mark
2632         signed or encrypted raw message as having no illegible text.
2633
2634 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2637         (gnus-message-with-timestamp-1): New macro.
2638         (gnus-message-with-timestamp): New function.
2639         (gnus-message): Use them.
2640
2641         * nnheader.el (nnheader-message): Use them.
2642
2643 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2644
2645         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2646         .newsrc.eld file.
2647
2648 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * gnus-agent.el (gnus-agent-fetch-headers)
2651         (gnus-agent-retrieve-headers): Bind
2652         gnus-decode-encoded-address-function to identity.
2653
2654         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2655         available also when the server returns simply a dot.
2656
2657         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2658
2659 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2660
2661         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2662
2663 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2664
2665         * gnus-ems.el (gnus-x-splash): Make it work.
2666
2667         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2668         from being used.
2669
2670         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
2671
2672 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
2675         4th and the 5th arguments.
2676
2677         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2678         the front stickiness.
2679         (gnus-article-summary-command-nosave): Correct the order of the
2680         arguments passed to pop-to-buffer.
2681         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2682         summary command ends up with the article buffer.
2683
2684         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2685         the same faces.
2686
2687 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2688
2689         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2690
2691 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2692
2693         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2694         * gnus-sum.el (gnus-summary-highlight):
2695         * pgg.el (pgg-sign-region, pgg-sign):
2696         * mail-source.el (mail-source-delete-old-incoming-confirm):
2697         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2698
2699 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2700
2701         * gnus-art.el (gnus-mime-view-part-externally)
2702         (gnus-mime-view-part-internally): Fix predicate function passed to
2703         completing-read.
2704
2705         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2706
2707         * gnus.el (gnus-update-message-archive-method): Add :version.
2708
2709 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * gnus.el (gnus-update-message-archive-method): New variable.
2712
2713         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2714         according to gnus-message-archive-method if
2715         gnus-update-message-archive-method is non-nil.
2716
2717 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2720         by Loic Dachary <loic@dachary.org>.
2721         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2722
2723 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * message.el (message-pop-to-buffer): Add switch-function argument.
2726         (message-mail): Pass switch-function argument to it.
2727
2728 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
2729
2730         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2731         Improve doc string.
2732
2733 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2736         (gnus-header-content)
2737         * gnus-cite.el (gnus-cite-10)
2738         * gnus-srvr.el (gnus-server-closed)
2739         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2740         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2741         (gnus-group-mail-3-empty, gnus-group-mail-low)
2742         (gnus-group-mail-low-empty, gnus-splash)
2743         * message.el (message-header-to, message-header-cc)
2744         (message-header-subject, message-header-other, message-header-name)
2745         (message-header-xheader, message-separator, message-cited-text)
2746         (message-mml): Lighten colors of faces used for dark background.
2747
2748 2007-05-24  Simon Josefsson  <simon@josefsson.org>
2749
2750         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2751         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
2752
2753 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2754
2755         * message.el (message-narrow-to-headers-or-head):
2756         Ignore mail-header-separator in the body.
2757
2758 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2759
2760         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2761         same as window size.
2762
2763 2007-05-22  Kevin Ryde  <user42@zip.com.au>
2764
2765         * message.el (message-font-lock-keywords): Use message-header-xheader
2766         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
2767         ahead of the anything pattern, to get it recognised.
2768
2769 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
2772         spam.el loads uses it in the compiled defadvice form.
2773
2774 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
2775
2776         * gnus-sum.el (gnus-articles-to-read)
2777         (gnus-summary-insert-old-articles): Don't truncate group name for
2778         `read-string'.
2779
2780         * gnus-util.el (gnus-limit-string): Delete this function.
2781
2782         * gnus-sum.el (gnus-simplify-subject-fully): Use
2783         `truncate-string-to-width' instead.
2784
2785 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
2786
2787         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
2788         if, on summary exit, the next group has to be selected.
2789         (gnus-summary-exit): Use it.
2790
2791 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2792
2793         * gnus-art.el (gnus-article-mode): Fix comment about displaying
2794         non-break space.
2795
2796 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2797
2798         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2799         Check if group is not a directory.
2800         (nnfolder-request-expire-articles): Don't delete articles if the target
2801         group is not available.
2802
2803         * nnml.el (nnml-request-create-group): Properly check if group is not a
2804         file.
2805         (nnml-request-expire-articles): Don't delete articles if the target
2806         group is not available.
2807
2808         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2809         Don't quote characters that are within parentheses.
2810
2811 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2812
2813         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2814         (gnus-handle-ephemeral-exit): Select article according to it.
2815
2816 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2817
2818         * message.el (message-insert-formated-citation-line): Remove newline.
2819         (message-citation-line-format): Add final \n here so that the user can
2820         avoid a blank line.
2821
2822 2007-05-03  Dan Christensen  <jdc@uwo.ca>
2823
2824         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2825         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2826         Update lanl/arXiv support.
2827
2828 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2829
2830         * gnus.el: Bump version number.
2831
2832 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2833
2834         * gnus.el (gnus-version-number): Bump version.
2835
2836 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2837
2838         * gnus.el: No Gnus v0.6 is released.
2839
2840 2007-04-27  Didier Verna  <didier@xemacs.org>
2841
2842         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2843         * gmm-utils.el (gmm-regexp-concat): here.
2844         * message.el: Don't require 'gnus-util.
2845         (message-dont-reply-to-names): Handle name change above.
2846         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2847
2848 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2851         since the initial value varies according to the system.
2852
2853 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * mm-util.el (mm-charset-synonym-alist): Defcustom.
2856
2857 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
2858
2859         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2860
2861 2007-04-24  Didier Verna  <didier@xemacs.org>
2862
2863         Improve the type of gnus-ignored-from-addresses.
2864         * gnus-util.el (gnus-orify-regexp): New function.
2865         * message.el (gnus-util): Require it.
2866         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2867         * gnus-sum.el (gnus-ignored-from-addresses): New function.
2868         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2869
2870 2007-04-24  Didier Verna  <didier@xemacs.org>
2871
2872         * gnus-sum.el:
2873         * gnus-utils.el: Fix some trailing whitespaces.
2874
2875 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2876
2877         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2878         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2879         article's Message-ID; refer parent article in summary buffer.
2880
2881         * message.el (message-bounce): Call mime-to-mml.
2882
2883         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
2884         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
2885         optimize and/or forms properly.
2886
2887 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
2888
2889         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
2890         URL.
2891
2892 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2895
2896 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2899         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2900         displayed of multipart/alternative part if it is invoked from summary
2901         buffer.
2902
2903         * mm-view.el (mm-inline-text-html-render-with-w3m)
2904         (mm-inline-text-html-render-with-w3m-standalone)
2905         (mm-inline-render-with-function): Use mail-parse-charset by default.
2906
2907 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2908
2909         * parse-time.el (parse-time-string-chars): Check if CHAR
2910         is less than the length of parse-time-syntax.
2911
2912 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2915         from gnus-newsgroup-processable.
2916
2917 2007-04-16  Didier Verna  <didier@xemacs.org>
2918
2919         * gnus-msg.el (gnus-configure-posting-styles): Handle
2920         message-signature-directory properly with :file syntax.  Reported by
2921         "Leo".
2922
2923 2007-04-11  Didier Verna  <didier@xemacs.org>
2924
2925         New user option: message-signature-directory.
2926         * gnus-msg.el (gnus-configure-posting-styles): Support it.
2927         * message.el (message-insert-signature): Ditto.
2928         * message.el (message-signature-file): Doc update.
2929         * message.el (message-signature-directory): New.
2930
2931 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2932
2933         * gnus-msg.el (gnus-inews-yank-articles): Use
2934         message-exchange-point-and-mark instead of exchange-point-and-mark.
2935
2936 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2937
2938         * message.el (message-yank-original): Make sure cited text ends with
2939         newline; don't exchange point and mark.
2940
2941 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2942
2943         * tls.el (open-tls-stream): Properly handle case where there
2944         is no associated buffer.
2945
2946 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
2947
2948         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2949         message-yank-original, make sure (< mark TEXT point).
2950
2951 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2952
2953         * message.el (message-fill-column): New variable.
2954         (message-mode): Use it.  Add comment on a possible new hook.
2955
2956         * nnmail.el (nnmail-spool-file): Mark as obsolete.
2957         (nnmail-get-new-mail): Reformat.
2958
2959         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2960
2961         * gmm-utils.el: Fix Commentary.
2962         (gmm-tool-bar-from-list): Fix typo in doc string.
2963
2964 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
2965
2966         * message.el (message-yank-original): Don't switch point and mark
2967         unnecessarily to put point and mark as documented.
2968
2969 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2970
2971         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2972         from the message heads.
2973
2974 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
2975
2976         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2977         article buffer does not have a window.  This may not be the best
2978         solution but is certainly better than setting the start of the null,
2979         that is the current, window.
2980
2981 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2982
2983         * gnus-draft.el (gnus-draft-setup-hook): New hook.
2984         (gnus-draft-setup): Run it.
2985
2986         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2987         gnus-score-fast-scoring.  Allow regexp.
2988         (gnus-score-headers): Use it.
2989
2990         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2991         XEmacs.
2992
2993         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2994         string.
2995         (gnus-button-alist): Also catch `<f1> k ...'.
2996         (gnus-treat-display-x-face): Fix doc string.
2997
2998 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2999
3000         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3001         evaluation of gnus-extended-version to ensure correct generation of the
3002         User-Agent header when message-generate-headers-first is used.
3003
3004 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3005
3006         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3007         hashcash-path is nil.  Don't call callback with incorrect number of
3008         parameters if val is 0.
3009
3010 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3011
3012         * message.el (message-required-news-headers):
3013         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3014
3015 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3016
3017         * tls.el (open-tls-stream): In handshake-waiting loop,
3018         don't wait more if there is output available to process.
3019
3020 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3021
3022         * tls.el (tls-program): Doc fix.
3023
3024 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3025
3026         * message.el (message-generate-new-buffers): Change the meaning of the
3027         nil value; add `standard' to the choices; treat t as `unique'; improve
3028         doc string.
3029         (gnus-select-frame-set-input-focus): Autoload.
3030         (message-buffer-name): Search for the existing message buffer if
3031         message-generate-new-buffers is nil or `standard'; treat the value t of
3032         message-generate-new-buffers as `unique'.
3033         (message-pop-to-buffer): Raise the frame already displaying the message
3034         buffer; clear the echo area after querying.
3035         (message-setup): Pass the `continue' argument to compose-mail.
3036         (message-mail): Prefer `switch-function' if it is given; search for the
3037         existing message buffer if the `continue' argument is non-nil; pass
3038         continue and switch-function arguments to compose-mail by way of
3039         message-setup.
3040         (message-mail-other-window): Adjust argument of message-setup.
3041         (message-mail-other-frame): Ditto.
3042
3043 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3046         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3047         to turn font-lock on when turning gnus-message-citation-mode on.
3048
3049 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3050
3051         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3052         (mml-smime-function-alist): New variable; add epg as the backend.
3053         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3054         mml-smime- functions instead.
3055         * mm-view.el: Require smime.
3056
3057 2007-03-05  Didier Verna  <didier@xemacs.org>
3058
3059         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3060         instead of just inheritance for posting styles.
3061         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3062
3063 2007-02-24  Chris Moore  <dooglus@gmail.com>
3064
3065         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3066         * pgg-pgp.el (pgg-pgp-encrypt-region):
3067         * pgg-gpg.el (pgg-gpg-encrypt-region):
3068         Check pgg-encrypt-for-me if no other recipients.
3069
3070 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3071
3072         * tls.el (tls-certtool-program): Fix custom type.
3073
3074 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3077         and point-at-eol instead of line-(beginning|end)-position.
3078
3079         * assistant.el (assistant-parse-buffer): Ditto.
3080
3081         * netrc.el (netrc-parse-services): Ditto.
3082
3083 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3084
3085         * mml2015.el (mml2015-epg-find-usable-key): New function.
3086         (mml2015-epg-sign): Use it.
3087         (mml2015-epg-encrypt): Use it.
3088
3089 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * message.el (message-make-in-reply-to): Quote name containing
3092         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3093         if there are special characters.  Reported by NAKAJI Hiroyuki
3094         <nakaji@jp.freebsd.org>.
3095
3096 2007-02-27  Didier Verna  <didier@xemacs.org>
3097
3098         Include the group parameters as well as the topic ones in the
3099         inheritance filter process.
3100         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3101         argument GROUP-PARAMS-LIST.
3102         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3103
3104 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * nntp.el (nntp-never-echoes-commands)
3107         (nntp-open-connection-functions-never-echo-commands): New variables.
3108         (nntp-send-command): Use them.
3109
3110 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3111
3112         * mml2015.el (mml2015-epg-verify): Simplified.
3113
3114 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * mml.el (mml-content-disposition-alist): New user option.
3117         (mml-content-disposition): New function.
3118         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3119         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3120
3121 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3122
3123         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3124         verification.
3125
3126 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3127
3128         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3129         articles posted in the last 24 hours.
3130
3131 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3132
3133         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3134
3135 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3136
3137         * nntp.el (nntp-send-command): Don't wait for echoes when
3138         nntp-open-ssl-stream is used.
3139
3140 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3143         (gnus-message-add-citation-keywords)
3144         (gnus-message-remove-citation-keywords): Remove.
3145         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3146         directly, make the variables in font-lock-defaults buffer-local, add
3147         gnus-message-citation-keywords to them and then update the value of
3148         font-lock-keywords.
3149
3150 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * message.el (message-cite-original-1): Don't call
3153         gnus-article-highlight-citation.
3154
3155         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3156         citations; fix line count.
3157
3158 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3161         (gnus-message-add-citation-keywords)
3162         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3163         versions of font-lock-add-keywords and font-lock-remove-keywords to
3164         work with XEmacs correctly.
3165
3166 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * gnus-cite.el (gnus-cite-face-list): Set the values of
3169         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3170         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3171         (gnus-message-cite-prefix-regexp): New variable.
3172         (gnus-message-search-citation-line): Use it; protect against long
3173         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3174         the 0th match data for Emacs.
3175         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3176         (gnus-message-add-citation-keywords): Append keywords rather than
3177         prepending; emulate font-lock-add-keywords if it is not available.
3178         (gnus-message-remove-citation-keywords): Emulate
3179         font-lock-remove-keywords if it is not available.
3180
3181         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3182
3183         * message.el (message-cite-prefix-regexp): Set the value of
3184         gnus-message-cite-prefix-regexp.
3185
3186 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3187
3188         * nnweb.el (nnweb-google-parse-1): Update parser.
3189
3190 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3191
3192         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3193
3194 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3195
3196         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3197         regexp.
3198
3199 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3202         string-to-multibyte.
3203         (uudecode-decode-region-internal): Use it.
3204
3205         * lpath.el: Fbind string-as-multibyte for XEmacs.
3206
3207 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3208
3209         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3210         custom choice.
3211
3212         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3213
3214 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3215
3216         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3217
3218         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3219         `write-region' to respect `mm-inhibit-file-name-handlers'.
3220
3221 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3222
3223         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3224         Use gnus-home-directory instead of "~/" or "$HOME".
3225
3226 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3227
3228         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3229         to mention filename.
3230         Add comments at beginning regarding usage.
3231         (encrypt-write-file-contents): Change interactive so a string is
3232         acceptable.  If the file has no associated model, show an error instead
3233         of a nonsense prompt.
3234
3235 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3236
3237         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3238         Thanks to Yoshihiko Yamada for kind notification of this typo.
3239
3240 2007-01-12  Kenichi Handa  <handa@m17n.org>
3241
3242         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3243         multibyte buffer.
3244
3245 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3246
3247         * gnus-score.el (gnus-score-fast-scoring): New variable.
3248         (gnus-score-headers): Use it.
3249
3250         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3251
3252         * message.el (message-cite-original-1): Call
3253         gnus-article-highlight-citation if requested.
3254         (message-make-from): Allow name and address as optional arguments.
3255
3256         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3257
3258         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3259         bugs to doc string.
3260         (gnus-button-alist): Add mid\\|message-id.
3261         (gnus-button-fetch-group): Extend for use in
3262         `browse-url-browser-function'.
3263         (gnus-button-url-regexp): Try to catch paired parentheses like in
3264         Wikipedia URLs.
3265
3266         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3267         Suggested by Simon Krahnke <overlord@gmx.li>.
3268
3269 2007-01-13  Romain Francoise  <romain@orebokech.com>
3270
3271         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3272         Update copyright.
3273
3274 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3275
3276         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3277
3278 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3279
3280         * gnus-registry.el (gnus-registry-unfollowed-groups)
3281         (gnus-registry-split-fancy-with-parent): Fix documentation.
3282
3283 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3284
3285         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3286         from nnweb groups.
3287
3288 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289
3290         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3291         Xref urls.  Erase buffer before requesting head.
3292
3293 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3294
3295         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3296         customizable.
3297
3298 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3299
3300         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3301         no signing key is found.
3302         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3303         no encrypting and/or signing key is found.
3304
3305 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3306
3307         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3308
3309 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3310
3311         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3312         headers read from disk with the ones newly found in the current search.
3313         This should no longer cause problems, because the article numbers in
3314         Gmane's `nov.php' output are ignored since the previous change.
3315
3316 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3317
3318         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3319
3320 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3321
3322         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3323         replace-regexp-in-string; bind url-version; fbind display-images-p and
3324         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3325         find-face and set-itimer-function for Emacs; bind itimer-list for
3326         Emacs.
3327
3328         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3329
3330 2007-01-01  Romain Francoise  <romain@orebokech.com>
3331
3332         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3333
3334 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3335
3336         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3337         `define-minor-mode' macro definition expanded properly.
3338         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3339         exclude it there.
3340
3341         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3342         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3343         `fboundp' test.
3344         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3345         This is OK to autoload in (S)XEmacs now.
3346
3347 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3348
3349         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3350         keystroke.
3351         (gnus-summary-limit-to-singletons): Fix typo.
3352
3353         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3354         else fails.
3355
3356 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3357
3358         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3359         docstring.
3360
3361         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3362         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3363         (gnus-summary-insert-dormant-articles): Fix typo in message.
3364
3365 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3366
3367         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3368         nil for XEmacs.
3369         (gnus-message-citation-mode): Don't autoload in XEmacs.
3370
3371         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3372
3373 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3374
3375         * nnimap.el (nnimap-expunge-search-string): Mention
3376         nnimap-search-uids-not-since-is-evil in docstring.
3377
3378 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3379
3380         * spam.el: Revert to make-obsolete-variable because
3381         define-obsolete-variable-alias is not supported in Emacs 21.
3382
3383         * spam.el (spam-ifile-path, spam-ifile-database-path)
3384         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3385         make-obsolete-variable.
3386         (spam-bsfilter-path, spam-bsfilter-program)
3387         (spam-spamassassin-path, spam-spamassassin-program)
3388         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3389         use "path" inappropriately.
3390         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3391         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3392         variable names.
3393
3394 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3395
3396         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3397         summary buffer.
3398
3399         * password.el (password-cache-remove): Use clear-string to burn
3400         password, if available.
3401
3402 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3403
3404         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3405
3406         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3407
3408         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3409         (gnus-message-highlight-citation): Move defcustom here from
3410         gnus-cite.el.
3411         (gnus-message-citation-mode): Autoload.
3412
3413         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3414         checks to make it compile with XEmacs.
3415         (gnus-message-citation-mode): New minor mode.
3416         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3417         (gnus-message-highlight-citation): New variables.
3418         (gnus-message-search-citation-line)
3419         (gnus-message-add-citation-keywords)
3420         (gnus-message-remove-citation-keywords)
3421         (turn-on-gnus-message-citation-mode)
3422         (turn-off-gnus-message-citation-mode): New functions.
3423
3424 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3425
3426         * gnus-cite.el: Enable highlighting of different citation levels in
3427         message-mode.
3428
3429 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3430
3431         * message.el (message-make-fqdn): Fix comment.
3432         (message-bogus-system-names): Add ".local".
3433
3434         * spam.el (spam-ifile-path, spam-ifile-program)
3435         (spam-ifile-database-path, spam-ifile-database)
3436         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3437         Don't use "path" inappropriately.
3438         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3439         strings.
3440         (spam-check-ifile, spam-ifile-register-with-ifile)
3441         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3442         new variable names.
3443
3444         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3445         (gnus-treat-display-smileys): Simplify using
3446         gnus-image-type-available-p.
3447
3448         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3449         available.
3450
3451         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3452         `display-images-p' if available.
3453
3454 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3457         one after turning on the buffer's multibyteness instead of decoding
3458         them directly in the unibyte buffer that causes unexpected conversion
3459         in Emacs 23 (unicode).
3460
3461 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3462
3463         * message.el (message-generate-hashcash): Fix custom type.
3464
3465 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3466
3467         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3468
3469 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3470
3471         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3472         disconnect icons.  Add help text.
3473
3474 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3475
3476         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3477         negated to be consistent with the others we handle.
3478
3479 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480
3481         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3482         version of gnus-summary-buffer to something, so that we can use two
3483         article buffers at the same time.
3484
3485 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3486
3487         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3488         trigger all the extra headers.
3489         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3490         sorting.
3491
3492 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3493
3494         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3495         solid groups.
3496
3497 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3498
3499         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3500
3501 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3502
3503         * legacy-gnus-agent.el: Add Copyright notice.
3504
3505 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3506
3507         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3508
3509 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510
3511         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3512
3513         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3514         to make it work reliably in CVS Emacs.
3515         (gnus-summary-limit-strange-charsets-predicate)
3516         (gnus-summary-limit-to-predicate): New functions.
3517
3518 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3519
3520         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3521         specifying array size.
3522         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3523         array if it is too small.
3524         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3525         (gnus-sort-threads-loop): New function.
3526
3527 2006-12-06  Chris Moore  <dooglus@gmail.com>
3528
3529         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3530         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3531
3532 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3533
3534         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3535         options.
3536
3537 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3540         DOS-ing the recipient.
3541
3542         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3543         the headers when creating the mapping to avoid mismappings.
3544         (nnweb-gmane-create-mapping): Always nix out old mapping.
3545
3546 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3549         and mm-verify-option to never.
3550
3551 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3552
3553         * message.el (message-signed-or-encrypted-p): New function.
3554         (message-forward-make-body): Use it.
3555
3556         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3557         Replace encode-coding-string with mm-encode-coding-string.
3558
3559 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3560
3561         * nneething.el (nneething-decode-file-name): Replace
3562         decode-coding-string with mm-decode-coding-string.
3563
3564         * gnus-int.el (gnus-open-server): Say failed server's name.
3565
3566 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3567
3568         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3569         strings to a single string.  Quote `errors-file-name'.
3570         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3571         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3572         Adjust calls.  Use `shell-quote-argument'.
3573
3574 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3575
3576         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3577         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3578
3579         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3580         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3581         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3582         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3583         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3584         (gnus-subscribe-newsgroup, gnus-1):
3585         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3586         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3587         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3588         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3589
3590 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3591
3592         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3593         keystroke.
3594         (gnus-summary-limit-to-bodies): Implement headersp.
3595
3596 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597
3598         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3599
3600 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3601
3602         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3603
3604 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3605
3606         * message.el (message-generate-hashcash): Expand range of values to
3607         include `opportunistic'.
3608         (message-send-mail): Use it.
3609
3610 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3611
3612         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3613         and comment it.
3614
3615         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3616
3617 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3618
3619         * gnus-util.el (gnus-extract-address-components): Improve comment.
3620
3621 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3622
3623         * gnus-util.el (gnus-extract-address-components): Work with address in
3624         which the name portion contains @.
3625
3626         * lpath.el: Fbind custom-autoload.
3627
3628 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3629
3630         * gnus.el (gnus-start): Move custom group up.
3631         (gnus-select-method): Don't autoload, but make it available for
3632         `customize-variable'.
3633         (gnus-getenv-nntpserver): Don't autoload.
3634
3635 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3636
3637         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3638
3639 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3640
3641         * message.el (message-sendmail-extra-arguments): New variable.
3642         (message-send-mail-with-sendmail): Use it.
3643
3644 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3645
3646         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3647         mm-with-unibyte-current-buffer to make string unibyte.
3648
3649         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3650         mm-string-as-multibyte.
3651
3652 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3653
3654         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3655         Reported by Werner Koch <wk@gnupg.org>.
3656
3657 2006-11-14  Daiki Ueno  <ueno@p360>
3658
3659         * mml2015.el: Autoload epa-select-keys when compiling.
3660
3661 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3662
3663         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3664         message-options.
3665         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3666
3667 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3668
3669         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3670         EasyPG (< 0.0.6).
3671         (mml2015-always-trust): New user option.
3672         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3673         prompt.
3674
3675 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * nntp.el (nntp-authinfo-force): New variable.
3678         (nntp-send-authinfo): Use it.
3679
3680 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3681
3682         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3683         decode encoded words.  Improve prompt.  Add comment about forwarding.
3684         (message-replacement-char): Move up.
3685
3686 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3687
3688         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3689         instead of gnus-intersection because arguments of gnus-sorted-nunion
3690         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3691
3692 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3693
3694         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3695         (message-simplify-subject-functions): Enable
3696         message-strip-subject-encoded-words by default.
3697
3698 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3699
3700         * message.el (message-strip-subject-encoded-words): New function
3701         (message-simplify-subject-functions): New variable.
3702         (message-simplify-subject): Use it.  Fix typo in doc string.
3703         Support message-strip-subject-encoded-words.
3704
3705 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3706
3707         * gnus-diary.el (gnus-diary-delay-format-function):
3708         * nndiary.el (nndiary-reminders):
3709         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3710
3711 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3712
3713         * gnus-art.el (article-hide-boring-headers): Fetch date from
3714         gnus-original-article-buffer to avoid problems with localized date
3715         strings.
3716
3717 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3718
3719         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3720
3721 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3722
3723         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3724         New variables.
3725         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3726         (mm-charset-synonym-alist): Move some entries to
3727         mm-codepage-iso-8859-list.
3728         (mm-charset-synonym-alist, mm-charset-override-alist): Add
3729         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3730
3731 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3734
3735 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3736
3737         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3738         with Emacs 21 and XEmacs.
3739
3740 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3741
3742         * spam.el (spam-parse-address): New function for better parsing,
3743         catching errors, etc.
3744         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3745
3746 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3747
3748         * mm-view.el: Add interactive arg to html2text autoload.
3749
3750 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3753
3754 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
3755
3756         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3757         variables.
3758         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3759         (mm-charset-synonym-alist): Move some entries to
3760         mm-codepage-iso-8859-list.
3761
3762         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3763
3764 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
3765
3766         * message.el (message-citation-line-format)
3767         (message-insert-formated-citation-line): Fix implementation of %E, %N
3768         and %n according to the doc string.
3769
3770 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
3771
3772         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3773         car-safe to avoid bad parses.
3774
3775 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3776
3777         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3778         names.
3779
3780         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3781
3782 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3785         header.
3786
3787         * message.el (message-draft-headers): Add Date.
3788         (message-headers-to-generate): Fix typo in docstring.
3789
3790         * nndraft.el (nndraft-required-headers): New variable.
3791         (nndraft-generate-headers): Use it.
3792
3793         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3794
3795 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3796
3797         * gnus-registry.el (gnus-registry-wash-for-keywords)
3798         (gnus-registry-find-keywords): New functions to allow easy searching of
3799         articles that are in the registry.
3800
3801 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3802
3803         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3804         ietf-drums-parse-address instead of gnus-extract-address-components.
3805         Reported by Damien Elmes <damien@repose.cx>.
3806
3807 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3808
3809         * gnus.el (gnus-mime): Remove unused custom group.
3810
3811 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3812
3813         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3814         "blank line" when searching for end of armor headers.
3815
3816 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * gmm-utils.el (gmm-write-region): Fix variable name.
3819
3820 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
3821
3822         * gmm-utils.el (gmm-write-region): New function based on compatibility
3823         code from `mm-make-temp-file'.
3824
3825         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3826
3827         * nnmaildir.el (nnmaildir--update-nov)
3828         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3829         Use `gmm-write-region'.
3830
3831 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3832
3833         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3834         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3835
3836         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3837
3838         * message.el (message-replacement-char): New variable.
3839         (message-fix-before-sending): Use it.
3840         (message-simplify-subject): New function to remove duplicate code.
3841         (message-reply, message-followup): Use it.
3842
3843         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3844         gnus-summary-limit-to-articles.
3845
3846 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * gnus-util.el (gnus-with-local-quit): New macro.
3849
3850         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3851
3852 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
3853
3854         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3855         ignore non-string data.
3856
3857 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
3858
3859         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3860         non-string data (needs to be done in the registry too).
3861
3862 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3863
3864         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3865         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3866         (gnus-registry-split-fancy-with-parent)
3867         (gnus-registry-fetch-simplified-message-subject-fast)
3868         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3869         Remove text properties on ingress into the registry and when it's saved.
3870         (gnus-registry-clean-empty-function): Fix bug with cleaning the
3871         registry from entries with no groups.
3872
3873 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3874
3875         * gnus-util.el (gnus-string-remove-all-properties): Add utility
3876         function to remove string properties.
3877
3878 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3879
3880         * gmm-utils.el (gmm): Adjust custom version.
3881
3882         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3883         custom version.
3884
3885         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3886
3887 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3888
3889         * gnus-art.el (gnus-insert-prev-page-button)
3890         (gnus-insert-next-page-button): Simplify.  Reformat.
3891
3892 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3893
3894         * gnus-art.el (gnus-insert-prev-page-button)
3895         (gnus-insert-next-page-button): Apply gnus-article-button-face.
3896
3897 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
3898
3899         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3900
3901 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3902
3903         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3904         gnus-article-button-face to MIME and security buttons.
3905
3906 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
3907
3908         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3909         readable.
3910
3911 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
3914
3915 2006-09-20  Steve Youngs  <steve@sxemacs.org>
3916
3917         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3918         `browse-url-of-file' instead of `browse-url'.
3919
3920 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3921
3922         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3923         regexp.  Articles containing quotation were cut prematurely.
3924
3925 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * message.el (message-cite-original-1): Use nobody by default for the
3928         value of From header.
3929         (message-reply): Ditto.
3930
3931 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
3932
3933         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3934         to the gnus-info.  This fixes a bug of inline-PGP message verification.
3935         Reported by Michael Piotrowski <mxp@dynalabs.de>.
3936
3937 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
3938
3939         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3940         mails in the doc string.  Add some URLs in comment.
3941         (pop3-movemail): Warn about pop3-leave-mail-on-server.
3942
3943 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3946         backslashes handling and the way to find boundaries of quoted strings.
3947
3948 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
3949
3950         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3951         mml1991-encrypt-to-self is set and mml1991-signers is not set.
3952         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3953         mml2015-encrypt-to-self is set and mml2015-signers is not set.
3954
3955 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3956
3957         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
3958         doc string.
3959         (gnus-button-regexp, gnus-button-last): Remove unused variables.
3960
3961 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3962
3963         * lpath.el: Fbind epg-check-configuration.
3964
3965 2006-09-06  Simon Josefsson  <jas@extundo.com>
3966
3967         * mml2015.el (mml2015-use): Doc fix, mention epg.
3968
3969 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3970
3971         * mml2015.el (mml2015-use): Default to epg, if available.
3972
3973 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3974
3975         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3976         message-sender.
3977         (mml1991-epg-encrypt): Ditto.
3978         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3979         message-sender.
3980         (mml2015-epg-encrypt): Ditto.
3981
3982 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
3983
3984         * message.el (message-send-mail-with-sendmail): Look for sendmail in
3985         several common directories.
3986
3987 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
3988
3989         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3990         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3991
3992 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * gnus-art.el (article-decode-encoded-words): Make it fast.
3995
3996 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3999
4000         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4001         in quoted string into `\'.
4002
4003 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4006         Use standard-syntax-table.
4007
4008 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4009
4010         * gnus-art.el (gnus-decode-address-function): New variable.
4011         (article-decode-encoded-words): Use it to decode headers which are
4012         assumed to contain addresses.
4013         (gnus-mime-delete-part): Remove useless `or'.
4014
4015         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4016         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4017         (gnus-nov-parse-line): Use it to decode From header.
4018         (gnus-get-newsgroup-headers): Ditto.
4019         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4020
4021         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4022         (mail-decode-encoded-address-string): New alias.
4023
4024         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4025         New function.
4026         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4027         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4028         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4029         (rfc2047-decode-string): Ditto.
4030         (rfc2047-decode-address-region): New function.
4031         (rfc2047-decode-address-string): New function.
4032
4033 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4034
4035         * message.el (message-caesar-buffer-body): Allow rotating headers.
4036
4037         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4038
4039         * message.el (message-insert-formated-citation-line): Fix %f.
4040         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4041
4042 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4043
4044         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4045         (gnus-bookmark-mouse-available-p): New macro.
4046         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4047         (gnus-bookmark-bmenu-show-infos): Use it.
4048         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4049         (gnus-bookmark-bmenu-hide-infos): Ditto.
4050         (gnus-bookmark-remove-properties): New function.
4051         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4052         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4053         (gnus-bookmark-write-file): Bind coding-system-for-write.
4054         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4055         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4056         group before selecting it.
4057         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4058         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4059         quit-window if it is not available; use gnus-mouse-2 and bind it to
4060         gnus-bookmark-bmenu-select-by-mouse.
4061         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4062         (gnus-bookmark-bmenu-select-by-mouse): New function.
4063
4064 2006-08-13  Romain Francoise  <romain@orebokech.com>
4065
4066         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4067         space.
4068
4069 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * compface.el (uncompface): Use binary rather than raw-text-unix.
4072
4073 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * compface.el (uncompface): Make sure the eol conversion doesn't take
4076         place when communicating with the external programs.  Reported by
4077         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4078
4079 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4082
4083 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4084
4085         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4086         Make it more robust by parsing author and date independently.
4087
4088 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4091
4092 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4093
4094         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4095         first matching secret key.
4096         (mml2015-epg-encrypt): Ditto.
4097
4098         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4099         first matching secret key.
4100         (mml1991-epg-encrypt): Ditto.
4101
4102         * mml2015.el (mml2015-encrypt-to-self): New user option.
4103         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4104         mml2015-epg-encrypt-to-self is set.
4105
4106         * mml1991.el (mml1991-encrypt-to-self): New variable.
4107         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4108         mml1991-epg-encrypt-to-self is set.
4109
4110         * mml2015.el (mml2015-signers): New user option.
4111         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4112         (mml2015-epg-encrypt): Allow to select signing keys.
4113
4114         * mml1991.el (mml1991-signers): New variable.
4115         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4116         (mml1991-epg-encrypt): Allow to select signing keys.
4117
4118 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4119
4120         * nnheader.el (nnheader-insert-head): Make it work even if the file
4121         uses CRLF for the line-break code.
4122
4123 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4124
4125         * mml2015.el: Require mml-sec instead of password.
4126         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4127         (mml2015-cache-passphrase): Inherit the default value from
4128         mml-secure-cache-passphrase.
4129         (mml2015-passphrase-cache-expiry): Inherit the default value from
4130         mml-secure-passphrase-cache-expiry.
4131
4132         * mml1991.el: Require mml-sec instead of password.
4133         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4134         (mml1991-cache-passphrase): Inherit the default value from
4135         mml-secure-cache-passphrase.
4136         (mml1991-passphrase-cache-expiry): Inherit the default value from
4137         mml-secure-passphrase-cache-expiry.
4138
4139         * mml-sec.el: Require password.
4140         (mml-secure-verbose): New user option.
4141         (mml-secure-cache-passphrase): New user option.
4142         (mml-secure-passphrase-cache-expiry): New user option.
4143
4144 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4145
4146         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4147         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4148         andreas@altroot.de (Andreas Vögele).
4149
4150         FIXME: Use `tiny change'?
4151
4152 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4153
4154         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4155         workaround for the url package included with Emacs.
4156
4157         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4158
4159 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4162         correctly.  This fixes a bug caused by the 2006-05-12 change.
4163
4164 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4165
4166         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4167         some information about the error when saying that the `bogus' mail
4168         group will be used.
4169
4170 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4171
4172         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4173         string.
4174
4175 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4176
4177         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4178
4179 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4180
4181         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4182
4183 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4184
4185         * mml1991.el (mml1991-function-alist): Add epg.
4186         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4187         (mml1991-epg-encrypt): New functions.
4188
4189 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4190
4191         * mml2015.el (mml2015-verbose): New variable.
4192         (mml2015-cache-passphrase): Ditto.
4193         (mml2015-passphrase-cache-expiry): Ditto.
4194         (mml2015-function-alist): Add epg.
4195         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4196         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4197         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4198         functions.
4199
4200 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4201
4202         * message.el (message-cite-original-1): Preserve region when removing
4203         quoted text due to X-No-Archive in order to avoid bogus attribution
4204         when citing multiple messages.
4205
4206 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4207
4208         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4209         Kenneth Jacker <khj@be.cs.appstate.edu>.
4210
4211 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4212
4213         * gnus-diary.el (gnus-user-format-function-d)
4214         (gnus-user-format-function-D): Autoload.
4215
4216         * imap.el (Commentary): Fix typo.
4217
4218         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4219         2006-04-22 contribution.
4220
4221 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4222
4223         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4224         It didn't really fix the bogosity I'm seeing with solid web groups.
4225
4226 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4227
4228         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4229         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4230         created using server names.  If we use the feature without declaring
4231         it, Gnus does not properly manage server and group state.
4232
4233         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4234         bound.
4235
4236 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4237
4238         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4239         looking up the method using GROUP's prefix before inventing a new one.
4240         It is used on killed/unknown groups in various places where returning
4241         an all-new method isn't expected by the caller.
4242
4243         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4244         and match semantics of gnus-group-real-prefix.
4245
4246 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4247
4248         * nnmail.el (nnmail-broken-references-mailers): New variable.
4249         (nnmail-ignore-broken-references): New function generalizing
4250         nnmail-fix-eudora-headers.
4251         (nnmail-fix-eudora-headers): Now obsolete.
4252
4253         * gnus-art.el (gnus-button-handle-custom): Support
4254         `customize-apropos*'.
4255
4256 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4257
4258         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4259
4260         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4261         articles.
4262
4263 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4264
4265         * message.el (message-cite-reply-above): New variable.
4266         (message-yank-original): Use it.
4267
4268 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4271
4272 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4273
4274         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4275         as read.
4276
4277         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4278
4279 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4280
4281         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4282         (gnus-bookmark-default-file): Use gnus-directory.
4283         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4284         Remove "*" in doc string.
4285         (gnus-bookmark-write-file): Simplify.
4286         (gnus-bookmark-maybe-sort-alist): Use `when'.
4287         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4288         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4289         FIXME about Emacs 21 and XEmacs compatibility.
4290         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4291         compatibility.
4292         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4293         compatibility.
4294         (gnus-bookmark-menu-heading): Fix version.
4295
4296 2006-06-19  Bastien Guerry  <bzg@altern.org>
4297
4298         * gnus-bookmark.el: New file.
4299
4300 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4301
4302         * message.el (message-syntax-checks): Doc fix.
4303
4304 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4305
4306         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4307         unsubscribed groups as if they were killed ones.  It causes duplicate
4308         entries in gnus-newsrc-alist.
4309
4310 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * message.el (message-syntax-checks): Doc fix.
4313         (message-send-mail): Add check for continuation headers.
4314         (message-check-news-header-syntax): Fix regexp used to check for
4315         continuation headers.
4316
4317 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4320
4321 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4322
4323         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4324
4325 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4328         default-truncate-lines.
4329
4330 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4333         to fill the utf-8 entry.
4334
4335         * lpath.el: Fbind unicode-precedence-list.
4336
4337 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4338
4339         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4340
4341 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4342
4343         * gnus-agent.el (directory-files-and-attributes): Move all the way
4344         forward (the third and final move).
4345         (gnus-agent-read-agentview): Trap reconstruction errors due to
4346         nonexistant directory.  Handle by returning nil.
4347
4348 2006-05-30  Didier Verna  <didier@xemacs.org>
4349
4350         * message.el (message-dont-reply-to-names): Update the custom type.
4351         * message.el (message-dont-reply-to-names): New defsubst: potentially
4352         convert a list of regexps into a single one.
4353         * message.el (message-get-reply-headers): Use it.
4354         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4355
4356 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * gnus-agent.el (directory-files-and-attributes): Move forward.
4359
4360 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4361
4362         * gnus-ml.el (gnus-mailing-list-subscribe)
4363         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4364         (gnus-mailing-list-message): Fix doc strings.
4365
4366 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4367
4368         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4369         of doing it manually.
4370
4371 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4372
4373         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4374         comment.
4375
4376 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4377
4378         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4379         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4380         (gnus-agent-read-local): All symbols allocated in my-obarray
4381         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4382         (gnus-agent-regenerate-group): Check numeric names to see if they are
4383         messages or groups.
4384         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4385         better way of do this...)
4386
4387         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4388         'dummy.group' (there should be a better way of do this...)
4389
4390 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4393         (gnus-saved-headers): Ditto.
4394         (gnus-default-article-saver): Mention functions may have properties.
4395         (gnus-article-save): Override gnus-save-all-headers and
4396         gnus-saved-headers by :headers property which saver function may have.
4397         (gnus-summary-save-in-file): Add :headers property.
4398         (gnus-summary-write-to-file): Ditto.
4399
4400         * gnus-sum.el (gnus-summary-save-article): Bind
4401         gnus-prompt-before-saving to t when saving many articles in a file;
4402         always show all headers.
4403
4404         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4405
4406 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4407
4408         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4409         marks.
4410
4411         * message.el (message-indent-citation): Add optional arguments to allow
4412         using it outside of message buffers.
4413
4414         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4415         (gnus-article-treat-unfold-headers): Use it.
4416         (gnus-article-truncate-lines): New variable.
4417         (gnus-article-mode): Use it.
4418         (gnus-article-toggle-truncate-lines): New function.
4419
4420         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4421         gnus-article-toggle-truncate-lines.
4422
4423         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4424         coding system in XEmacs, use binary.
4425
4426 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4427
4428         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4429         after-load-alist.
4430
4431         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4432         this function should save decoded articles.
4433         (gnus-summary-write-to-file): Use property to specify this function
4434         should save decoded articles and specify gnus-summary-save-in-file
4435         should be used to save articles other than the first one when saving
4436         many articles.
4437         (gnus-summary-save-body-in-file): Use property to specify this
4438         function should save decoded articles.
4439         (gnus-summary-write-body-to-file): Use property to specify this
4440         function should save decoded articles and specify
4441         gnus-summary-save-body-in-file should be used to save articles other
4442         than the first one when saving many articles.
4443
4444         * gnus-sum.el (gnus-summary-save-article): Simplify.
4445
4446 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * gnus-art.el (gnus-default-article-saver): Add
4449         gnus-summary-write-body-to-file.
4450         (gnus-article-save-coding-system): Don't use coding system object
4451         in XEmacs.
4452         (gnus-read-save-file-name): Add optional `dir-var' argument which
4453         specifies directory in which files are saved; work even if optional
4454         `variable' argument is not specified.
4455         (gnus-summary-write-to-file): Read file name.
4456         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4457         (gnus-summary-write-body-to-file): New function.
4458
4459         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4460         (gnus-summary-local-variables): Add it.
4461         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4462         (gnus-summary-save-article): Remove optional `decode' argument;
4463         determine whether to decode articles by the value of
4464         gnus-default-article-saver; when saving many files using
4465         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4466         it first and use gnus-summary-save-in-file or
4467         gnus-summary-save-body-in-file thereafter unless
4468         gnus-prompt-before-saving is always; move point to article which
4469         will be saved.
4470         (gnus-summary-save-article-file): Revert.
4471         (gnus-summary-write-article-file): Revert.
4472         (gnus-summary-save-article-body-file): Revert.
4473         (gnus-summary-write-article-body-file): New function.
4474
4475 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * gnus-art.el (gnus-default-article-saver): Doc fix.
4478         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4479         from gnus-summary-save-article-coding-system, and default to a
4480         certain coding system.
4481         (gnus-output-to-file): Add coding cookie and encode text according
4482         to gnus-article-save-coding-system; don't use mm-append-to-file.
4483
4484         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4485         gnus-art.el and rename to gnus-article-save-coding-system.
4486         (gnus-summary-save-article): Require gnus-art; don't show all
4487         headers if it decodes articles; don't add coding cookie here;
4488         don't bind mm-text-coding-system-for-write.
4489         (gnus-summary-save-article-file): Save decoded articles.
4490         (gnus-summary-write-article-file): When saving many files, use
4491         gnus-summary-write-to-file first and gnus-summary-save-in-file
4492         thereafter unless gnus-prompt-before-saving is always.
4493         (gnus-summary-save-article-body-file): Save decoded articles.
4494
4495         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4496
4497 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4498
4499         * nnrss.el (nnrss-check-group): Bind hash-index.
4500
4501 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4502
4503         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4504         its hash index.  Store this hash in `nnrss-group-data'.
4505         (nnrss-read-group-data): Update accordingly.
4506
4507 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4508
4509         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4510         entry.
4511
4512         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4513         gnus-article-browse-html-article.
4514
4515 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4516
4517         * gnus-sum.el (gnus-summary-mime-map): Add
4518         gnus-article-browse-html-article.
4519
4520         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4521
4522 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4523
4524         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4525         suitable coding systems in customize.
4526
4527 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4528
4529         * mail-source.el (mail-sources): Fix custom type.
4530
4531 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4532
4533         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4534         (gnus-summary-expire-articles-now): Shorten prompt.
4535
4536         * gmm-utils.el (wid-edit): Require.
4537         (defun-gmm): Renamed from `gmm-defun-compat'.
4538         (gmm-image-search-load-path): Use it.
4539         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4540
4541 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4542
4543         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4544         variable.
4545         (gnus-summary-save-article): Add optional `decode' argument.  If
4546         it is set and gnus-summary-save-article-coding-system is non-nil,
4547         save decoded article.
4548         (gnus-summary-write-article-file): Save decoded article if
4549         gnus-summary-save-article-coding-system is non-nil.
4550
4551         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4552         type.
4553
4554 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4557
4558 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4559
4560         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4561         first to test gnus-single-article-buffer which may be buffer-local.
4562
4563         * gnus-sum.el (gnus-summary-setup-buffer): Make
4564         gnus-single-article-buffer buffer-local and nil in ephemeral
4565         group; make gnus-article-buffer, gnus-article-current, and
4566         gnus-original-article-buffer always buffer-local.
4567         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4568         group.
4569         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4570
4571 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4572
4573         * nnml.el (nnml-request-compact-group): Compressed files might not
4574         have .gz extension.
4575
4576 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4577
4578         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4579         (mm-copy-to-buffer): Use with-current-buffer.
4580         (mm-display-part): Simplify.
4581         (mm-inlinable-p): Add optional arg `type'.
4582
4583 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4584
4585         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4586         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4587         Try harder to show the attachment internally or externally using
4588         gnus-mime-view-part-as-type.
4589
4590 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4591
4592         * message.el (message-from-style, message-signature-separator)
4593         (message-user-organization-file, message-send-mail-function)
4594         (message-citation-line-function, message-yank-prefix)
4595         (message-indent-citation-function, message-signature)
4596         (message-signature-file, message-signature-insert-empty-line):
4597         Remove autoloads.
4598
4599         * gnus-art.el (gnus-buttonized-mime-types): Remove
4600         "multipart/signed".  Revert 2006-04-26 change.
4601
4602 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4603
4604         * gnus.el (gnus-version-number): Bump version.
4605
4606 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4607
4608         * gnus.el: No Gnus v0.5 is released.
4609
4610 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4611
4612         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4613         fetching articles by message-id.
4614
4615 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4616
4617         * message.el (hashcash): Require hashcash as normal.
4618
4619         * ecomplete.el (ecomplete-highlight-match-line): Use
4620         point-at-eol.
4621         (ecomplete-highlight-match-line): Use `highlight', because that
4622         face exists in both Emacs and XEmacs.
4623
4624         * message.el (message-display-abbrev): Use point-at-bol.
4625
4626         * mail-source.el: Don't require timer/timer-funcs.
4627
4628         * gnus-async.el: Ditto.
4629
4630         * password.el: Ditto.
4631
4632         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
4633
4634         * mm-url.el: Ditto.
4635
4636         * gnus-xmas.el: Don't require timer-funcs.
4637
4638         * mm-util.el: Require timer/timer-funcs.
4639
4640 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4641
4642         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4643         Close.
4644
4645 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4648         unibyte after clear-decrypt function runs.
4649
4650         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4651         returns as a unibyte string.
4652
4653 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * lpath.el: Revert.
4656
4657         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
4658         (pgg-gpg-process-sentinel): Revert.
4659
4660         * pgg-pgp.el (pgg-pgp-process-region): Revert.
4661         (pgg-pgp-lookup-key): Revert.
4662
4663         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
4664         (pgg-pgp5-lookup-key): Revert.
4665
4666         * pgg.el (pgg-fetch-key): Revert.
4667
4668 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4669
4670         * lpath.el: Fbind string-as-multibyte for XEmacs.
4671
4672         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4673         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4674         (mml1991-pgg-encrypt): Ditto.
4675
4676         * pgg-gpg.el (pgg-string-to-multibyte): New function.
4677         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
4678         a multibyte buffer.
4679
4680         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
4681         (pgg-pgp-lookup-key): Ditto.
4682
4683         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4684         (pgg-pgp5-lookup-key): Ditto.
4685
4686         * pgg.el (pgg-fetch-key): Ditto.
4687
4688 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4689
4690         * message.el (message-user-organization-file): Check several
4691         locations of the organization file.
4692
4693         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4694         Add gnus-article-view-part-as-type.
4695
4696         * gnus-art.el (gnus-article-view-part-as-type): New function.
4697
4698         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4699         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4700
4701         * mml.el: Simplify autoload.
4702         (mml-mode): defvar dnd-protocol-alist instead of using
4703         symbol-value.
4704         (mml-default-directory): New variable.
4705         (mml-minibuffer-read-file): Use it.
4706         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4707
4708         * message.el (message-citation-line-format): New variable.
4709         (message-insert-formated-citation-line): New function.
4710         (message-citation-line-function): Add
4711         `message-insert-formated-citation-line' to custom type.
4712
4713         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4714         to doc string.
4715
4716         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4717         depending on mm-verify-option.
4718
4719 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4720
4721         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4722         binding pgg-* variables; reimplement the section which prevents
4723         MIME header from being signed.
4724         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4725         pgg-text-mode; remove a blank line at the top of body.
4726
4727         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4728         lines at the top of body; use gnus-newsgroup-charset if there's no
4729         Charset header.
4730
4731 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4732
4733         * message.el (message-self-insert-commands): Doc fix.
4734
4735         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4736         (mm-uu-pgp-encrypted-test): Ditto.
4737         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4738         between header and body; return application/pgp-encrypted handle
4739         if decryption failed; decode decrypted body by charset.
4740
4741         * mm-decode.el (mm-automatic-display): Don't make application/pgp
4742         element match to application/pgp-*.
4743
4744 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4745
4746         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4747         HTML.
4748
4749 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4750
4751         * mail-source.el (mail-source-call-script): Message the error
4752         string.
4753
4754 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4755
4756         * gnus-util.el (gnus-byte-compile): Use it.
4757
4758 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
4759
4760         * gnus-util.el (kill-empty-logs): New function.
4761
4762 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4763
4764         * message.el (message-mail-alias-type): Doc fix.
4765         (message-mail-alias-type-p): New function.
4766         (message-send): Use it.
4767         (message-mode): Ditto.
4768         (message-strip-forbidden-properties): Ditto.
4769
4770         * ecomplete.el (ecomplete-database-file-coding-system): New
4771         variable.
4772         (ecomplete-save): Use it.
4773         (ecomplete-setup): Use it.
4774
4775 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * message.el (message-self-insert-commands): New variable.
4778         (message-strip-forbidden-properties): Use it.
4779
4780 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4781
4782         * message.el (message-put-addresses-in-ecomplete): Use a regexp
4783         that doesn't make XEmacs choke.
4784
4785 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
4786
4787         * gnus-util.el (gnus-replace-in-string):
4788         Prefer replace-regexp-in-string over of replace-in-string.
4789
4790 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4791
4792         * gnus-util.el (gnus-select-frame-set-input-focus):
4793         Use select-frame-set-input-focus if it is available in XEmacs; use
4794         definition defined in Emacs 22 for old Emacsen.
4795
4796         * dgnushack.el: Autoload unmorse-region for XEmacs.
4797
4798         * lpath.el: Bind cursor-in-non-selected-windows and
4799         select-frame-set-input-focus for XEmacs.
4800
4801 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * mm-view.el (mm-inline-text): Use equal instead of equalp.
4804
4805 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
4806
4807         * gnus-registry.el (gnus-registry-cache-save): Remove text
4808         properties when saving via the temp buffer.
4809
4810 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4811
4812         * message.el (message-generate-hashcash): Honor custom type.
4813
4814 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4815
4816         * message.el (message-generate-hashcash): Default to non-nil when
4817         hashcash is found.
4818
4819         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4820         (gnus-refer-thread-limit): Increase default to 500.
4821
4822         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4823
4824         * flow-fill.el (fill-flowed): Allow delete-space.
4825
4826 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4827
4828         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4829         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4830         Remove autoloads.
4831
4832 2006-04-18  Simon Josefsson  <jas@extundo.com>
4833
4834         * message.el (message-generate-hashcash): Default to.
4835
4836 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4839         concatenating segments rather than before concatenating them.
4840
4841 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4842
4843         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4844
4845 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4846
4847         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4848
4849         * message.el (message-forward-make-body-plain): Allow
4850         message-forward-ignored-headers to be a list.
4851         (message-remove-ignored-headers): Factor out into function.
4852         (message-forward-make-body-mml): Use it.
4853
4854         * imap.el (imap-quote-specials): New function.
4855         (imap-login-auth): Quote specials.
4856
4857         * rfc2231.el (rfc2231-parse-string): Remove dead code.
4858         (rfc2231-parse-string): Allow concatanation of parameters that
4859         aren't contiguous.  The test case is
4860           (mail-header-parse-content-type "message/external-body;
4861             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4862             access-type=LOCAL-FILE;
4863             name*1*=plugh%2fhello-sailor%2fbing.pdf")
4864
4865 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4866
4867         * nntp.el (nntp-accept-process-output): Return the value of
4868         `nnheader-accept-process-output'.
4869
4870 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4871
4872         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4873         (gnus-button-alist): Recognize more diff formats.
4874         (gnus-button-patch): Strip directory.
4875
4876 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4877
4878         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4879         Emacs 22 when setting focus.
4880
4881 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4882
4883         * gnus-art.el (gnus-article-treat-types): Do treatment of
4884         text/x-verbatim parts.
4885         (gnus-button-patch): New command.
4886
4887         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4888         addresses that contain invalid characters.
4889
4890 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * message.el (message-put-addresses-in-ecomplete): Use
4893         gnus-replace-in-string.
4894         (message-is-yours-p): Use the more correct
4895         mail-header-parse-address instead of
4896         mail-extract-address-components.
4897         (message-put-addresses-in-ecomplete): Fix typo.
4898
4899         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4900         keystroke.
4901
4902         * gnus-art.el (gnus-treatment-function-alist): Change order of
4903         newsgroups/generic header folding to avoid double-folding.
4904
4905         * message.el (message-hidden-headers): Add X-Draft-From.
4906
4907         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4908         command.
4909         (gnus-summary-repeat-search-article-backward): New command.
4910
4911         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4912         groups in the parent topic.
4913
4914 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
4915
4916         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4917         (spam-extra-header-to-number): Return the CRM114 number as a
4918         number instead of a string.
4919
4920 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4921
4922         * gnus-art.el (gnus-face-properties-alist): Moved here from
4923         gnus-fun.
4924
4925         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4926
4927 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4928
4929         * message.el (message-strip-forbidden-properties): Only display on
4930         self-insert-command.
4931
4932         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4933         reindent.
4934         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4935
4936 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
4937
4938         * smiley.el (smiley-style): Fix typo.
4939
4940 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4941
4942         * hashcash.el (hashcash-insert-payment-async-2): Use
4943         message-goto-eoh instead of doing it manually.
4944         (mail-add-payment): Use message-narrow-to-header instead of trying
4945         to do the same itself.
4946
4947         * message.el (message-hidden-headers): Add Face.
4948
4949         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4950         reparenting code.
4951         (gnus-summary-reparent-children): Refactored out code.
4952         (gnus-summary-thread-map): New keystroke.
4953         (gnus-summary-reparent-children): Make into command.
4954
4955         * smiley.el (smiley-style): Default to `medium' if using a large
4956         font.
4957
4958         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4959         does it itself.
4960
4961         * message.el (message-point-in-header-p): Simplify definition.
4962
4963 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4964
4965         * nnagent.el (nnagent-request-set-mark): Silence log file
4966         writing.
4967         (nnagent-request-set-mark): Use write-region instead of
4968         append-to-file.
4969
4970         * gnus-sum.el (gnus-read-header): Fudge article number if using a
4971         strange select method.
4972
4973         * ecomplete.el (ecomplete-display-matches): Get highlightling
4974         right.
4975         (ecomplete-display-matches): Use literals.
4976         (ecomplete-display-matches): Disable message logging.
4977
4978         * message.el (message-display-abbrev): Small optimization.
4979
4980         * ecomplete.el (ecomplete-display-matches): Allow automatic
4981         display.
4982
4983         * message.el (message-strip-forbidden-properties): Display
4984         abbrevs.
4985         (message-display-abbrev): Get automatic display right.
4986
4987         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4988         keystrokes.
4989
4990 2006-04-13  Romain Francoise  <romain@orebokech.com>
4991
4992         TODO: Backport to v5-10!
4993
4994         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4995         Moved here (and renamed) from gnus-registry.el.
4996
4997         * gnus-registry.el: Require gnus-util.
4998         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4999
5000 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5001
5002         * gnus-group.el (gnus-group-catchup-current): Change
5003         if-then-else-if-then-else into cond.
5004         (gnus-group-catchup): Indent.
5005         (group-name-at-point): New function.
5006         (gnus-fetch-group): Provide default from thing at point.
5007
5008 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5009
5010         * message.el (message-display-abbrev): Fix regexp.
5011
5012         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5013         choosing.
5014         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5015         dead variables.
5016
5017         * message.el (message-newline-and-indent): Remove debugging.
5018         (message-display-abbrev): Use new implementation.
5019
5020 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5021
5022         * gnus-art.el (gnus-article-mode): Set
5023         cursor-in-non-selected-windows to nil.
5024
5025         * smiley.el: Revert previous change.
5026         (smiley-data-directory): defvar it before using it in the
5027         defcustom of `smiley-style'.
5028
5029 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5030
5031         * message.el (message-newline-and-indent): New function.
5032
5033         * ecomplete.el: Implement more bits.
5034
5035         * message.el (message-put-addresses-in-ecomplete): Clean up the
5036         string.
5037
5038         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5039
5040         * gnus-sum.el (gnus-summary-save-parts): Bind
5041         gnus-summary-save-parts-counter and use it to make unique file
5042         names.
5043
5044         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5045
5046         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5047         parameter to say whether to actually parse the individual
5048         addresses.
5049
5050         * message.el (message-put-addresses-in-ecomplete): New function.
5051         (ecomplete): Require.
5052         (message-mail-alias-type): Add ecomplete as an option.
5053
5054 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5055
5056         * flow-fill.el (fill-flowed): Remove trailing space from blank
5057         quoted lines.
5058
5059 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5060
5061         * smiley.el (smiley-style): Move definition later to avoid a
5062         compilation warning.
5063
5064 2006-04-12  Kenichi Handa  <handa@m17n.org>
5065
5066         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5067         buffer and then decode the buffer text if necessary.
5068         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5069         first, and after mm-encode-body, change the buffer to unibyte.
5070         Use mm-disable-multibyte instead of set-buffer-multibyte.
5071
5072 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5075         Content-Type header instead of Content-Disposition header.
5076         (gnus-mime-inline-part): Ditto.
5077         (gnus-mime-view-part-as-charset): Ignore charset that the part
5078         specifies.
5079
5080         * mm-decode.el (mm-display-part): Work with external parts and
5081         usual parts similarly.
5082
5083         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5084         instead of gnus-display-mime.
5085
5086         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5087         instead of with-temp-buffer.
5088
5089         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5090         tag to summarized topics part in order to encode non-ASCII text.
5091
5092 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5093
5094         * smiley.el (smiley-style): New variable.
5095         (smiley-directory): New function.
5096         (smiley-data-directory): Derive from `smiley-style' using
5097         `smiley-directory'.
5098         (smiley-regexp-alist): Add new entries.
5099
5100         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5101         (gnus-article-browse-delete-temp): Add :version.
5102
5103 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5104
5105         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5106         the sieve region.
5107
5108 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5109
5110         * gnus.el (gnus-version-number): Bump version.
5111
5112 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5113
5114         * gnus.el: No Gnus v0.4 is released.
5115
5116 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5117
5118         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5119         layout.
5120
5121         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5122         unknown charset.
5123
5124         * message.el (message-header-synonyms): Add Original-To to the
5125         default.
5126
5127         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5128         optional parameter.
5129
5130 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5131
5132         * gnus-fun.el (gnus): Require it for gnus-directory.
5133
5134 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5137
5138 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5139
5140         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5141
5142 2006-04-05  Simon Josefsson  <jas@extundo.com>
5143
5144         * password.el (password-reset): New function.
5145
5146 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5147
5148         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5149         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5150
5151 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5152
5153         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5154         Some whitespace was matched into the url, which broke browsing hits
5155         > 100 when mm-url-use-external was nil.
5156
5157 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5158
5159         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5160         gnus-extra-headers for 'Newsgroups.
5161
5162         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5163         bound.
5164
5165 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5166
5167         * pgg-gpg.el: Clean up process buffers every time gpg processes
5168         complete.
5169
5170 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5171
5172         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5173         doc string.
5174
5175 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5176
5177         * pgg-gpg.el (pgg-gpg-process-filter)
5178         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5179
5180         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5181         lines, temporary fix.
5182
5183 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5184
5185         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5186
5187 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5188
5189         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5190         default-enable-multibyte-characters.  This reverts the change from
5191         revision 6.17 which is no longer necessary because the passphrase
5192         is sent separately now.  GnuPG messages are unreadable under
5193         multibyte locales with default-enable-multibyte-characters set to
5194         nil.
5195
5196 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5197
5198         * message.el (message-tool-bar-gnome): Move "spell".
5199
5200 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5201
5202         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5203         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5204         instead.
5205
5206 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5207
5208         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5209         newsgroups handling for NNTP overviews which don't include
5210         Newsgroups.
5211
5212 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5213
5214         * message.el (message-resend): Bind message-generate-hashcash to nil.
5215
5216 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5217
5218         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5219         when searching for already-paid recipients.
5220
5221 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5222
5223         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5224         passphrases when it is not needed.
5225         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5226         passphrase stuff from gpg, should only be necessary when you use
5227         gpg with a smartcard.
5228
5229 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * mml.el (mml-insert-mime): Ignore cached contents of
5232         message/external-body part.
5233
5234         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5235         (mm-insert-part): Ditto.
5236
5237 2006-03-23  Simon Josefsson  <jas@extundo.com>
5238
5239         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5240         Reiner.
5241         (pgg-gpg-use-agent-p): Use it again.
5242
5243 2006-03-23  Simon Josefsson  <jas@extundo.com>
5244
5245         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5246         older emacsen.
5247         (pgg-gpg-use-agent-p): Don't use it.
5248
5249 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5250
5251         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5252         if we can.
5253
5254 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5255
5256         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5257         (pgg-gpg-update-agent): New function.
5258         (pgg-gpg-use-agent-p): New function.
5259         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5260         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5261         (pgg-gpg-sign-region): Use it.
5262
5263 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5266         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5267
5268 2006-03-21  Simon Josefsson  <jas@extundo.com>
5269
5270         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5271         <wilde@sha-bang.de>.
5272         (pgg-gpg-use-agent): New variable.
5273         (pgg-gpg-process-region): Use it.
5274         (pgg-gpg-encrypt-region): Likewise.
5275         (pgg-gpg-encrypt-symmetric-region): Likewise.
5276         (pgg-gpg-decrypt-region): Likewise.
5277         (pgg-gpg-sign-region): Likewise.
5278         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5279
5280 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5281
5282         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5283
5284         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5285         Add comment on version.
5286
5287 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5288
5289         * smiley.el: Add missing test smiley.
5290
5291 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * mm-decode.el (mm-with-part): New macro.
5294         (mm-get-part): Use it; work with message/external-body as well.
5295         (mm-save-part): Treat name and filename equally.
5296
5297         * mm-extern.el (mm-extern-cache-contents): New function.
5298         (mm-inline-external-body): Use it; force the part to be displayed;
5299         move undisplayer added to the cached handle to the parent.
5300
5301         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5302         (gnus-mime-view-part-as-type): Work with message/external-body.
5303
5304         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5305
5306 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5307
5308         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5309         images in image-load-path.  [Sync with image.el, revision 1.60, in
5310         Emacs.]
5311
5312 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5313
5314         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5315         path rather than symbol.  Always return list of directories.
5316         Guarantee that image directory comes first.  [Sync with image.el,
5317         revision 1.59, in Emacs.]
5318
5319         * message.el (message-make-tool-bar): Adjust to new API of
5320         `gmm-image-load-path-for-library'.
5321
5322         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5323
5324         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5325
5326 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5327
5328         * gnus-art.el (gnus-article-only-boring-p):
5329         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5330         intangible text.
5331         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5332
5333 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5334
5335         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5336         `defun' instead of `gmm-defun-compat'.
5337
5338 2006-03-14  Simon Josefsson  <jas@extundo.com>
5339
5340         * message.el (message-unique-id): Don't use message-number-base36
5341         if (user-uid) is a float.
5342         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5343
5344 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5347
5348         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5349         empty line between a part and a message part.
5350
5351 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5352
5353         * smiley.el: Add more test smileys.
5354         (smiley-data-directory, smiley-regexp-alist)
5355         (gnus-smiley-file-types): Fix doc strings.
5356         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5357         adding new elements.
5358         (smiley-mouse-map): Unused code.  Make it a comment.
5359
5360 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5361
5362         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5363         scan latest NoCeM messages instead of old ones.
5364         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5365         delimiters that are recently used.
5366         (gnus-nocem-load-cache): Add autoload cookie.
5367
5368         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5369
5370         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5371         level which is larger than gnus-use-nocem is specified.
5372
5373         * gnus-group.el (gnus-group-get-new-news): Ditto.
5374
5375 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5376
5377         * gnus-util.el (gnus-tool-bar-update): New function.
5378
5379         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5380         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5381
5382         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5383
5384         * gnus-group.el (gnus-group-redraw-when-idle)
5385         (gnus-group-redraw-check): Remove.
5386         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5387
5388 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5391         if optional last element is specified in splits (FIELD VALUE...).
5392
5393 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5394
5395         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5396         to gmm-image-load-path-for-library.  Call with no-error argument.
5397         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5398
5399         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5400
5401         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5402
5403         * gmm-utils.el (gmm-image-load-path): Remove alias.
5404
5405 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5406
5407         * gmm-utils.el (gmm-image-load-path): Add alias.
5408
5409         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5410         nnml-generate-nov-databases-1.
5411         (nnml-generate-nov-databases): Use it.
5412         (nnml-generate-nov-databases-directory): Document no-active
5413         argument.
5414
5415         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5416         directory if path is t.  Add no-error.
5417
5418         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5419         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5420
5421         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5422         resetting gnus-article-browse-html-temp-list.
5423
5424         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5425         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5426         Add example to docstring.  Rename local variables.  Move error
5427         checks to default case in cond and simplify.
5428
5429 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5432         handle is multipart when calling it recursively.
5433         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5434
5435 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5436
5437         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5438         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5439
5440 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5441
5442         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5443         is loaded.
5444
5445         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5446         loaded.
5447
5448 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5449
5450         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5451         to "Emacs 23 (unicode)" in doc string.
5452
5453         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5454         "Emacs 23 (unicode)" in comment.
5455
5456 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5459
5460         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5461         characters 160 through 255 in Emacs 23.
5462
5463 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5464
5465         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5466         gnus-article-browse-html-temp.
5467         (gnus-article-browse-delete-temp): Make it customizable.  Add
5468         `file'.  Adjust doc string.
5469         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5470         query for each file.  Adjust doc string.
5471         (gnus-article-browse-html-parts): Add
5472         `gnus-article-browse-delete-temp-files' to
5473         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5474
5475 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5476
5477         * gnus-art.el (gnus-article-browse-html-temp)
5478         (gnus-article-browse-delete-temp): New variables.
5479         (gnus-article-browse-delete-temp-files): New function.
5480         (gnus-article-browse-html-parts): Use it.
5481
5482 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5483
5484         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5485
5486         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5487         string.
5488
5489         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5490         gnus-summary-insert-new-articles when unplugged.  Remove
5491         gnus-summary-search-article-forward.
5492
5493         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5494         display-visual-class instead of display-color-cells.
5495
5496 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * dgnushack.el: Autoload customize-group for XEmacs.
5499
5500         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5501         message/* containing non-ASCII text properly.
5502
5503 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5504
5505         * message.el: Require gmm-utils, remove autoloads.
5506         (message-tool-bar): Set default based on
5507         gmm-tool-bar-style.
5508         (message-tool-bar-gnome): Add gmm-customize-mode.
5509
5510         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5511         gmm-tool-bar-style.
5512         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5513
5514         * gnus-group.el (gnus-group-tool-bar): Set default based on
5515         gmm-tool-bar-style.
5516         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5517
5518         * gmm-utils.el (gmm-image-directory): Rename variable from
5519         gmm-image-load-path.
5520         (gmm-image-load-path): Use gmm-image-directory.
5521         (gmm-customize-mode): New function.
5522         (gmm-tool-bar-style): New variable.
5523
5524         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5525         gnus-group-redraw-line-number.
5526         (gnus-group-redraw-check): Simplify.
5527         (gnus-group-tool-bar-update): Remove redraw check.
5528         (gnus-group-make-tool-bar): Add redraw check.
5529
5530 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5531
5532         * gnus-art.el (gnus-button): Add missing parentheses.
5533
5534 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * lpath.el: Fbind line-number-at-pos.
5537
5538 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5541
5542 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5543
5544         * gnus-art.el (gnus-button): New face.
5545         (gnus-article-button-face): Use it.
5546
5547         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5548         gnus-summary-next-page.  Re-order.
5549
5550         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5551         next-node are now included.
5552         (gnus-group-redraw-line-number): New internal variable.
5553         (gnus-group-redraw-check): Helper function for updating the tool
5554         bar.
5555         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5556
5557         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5558
5559         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5560         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5561         Use it to match format of Spamassassin 3.0 and later.  Reported by
5562         IRIE Tetsuya <irie@t.email.ne.jp>.
5563         (spam-check-bogofilter)
5564         (spam-bogofilter-register-with-bogofilter): Fix args of
5565         `gnus-error' calls.
5566
5567 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5568
5569         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5570         unnecessary interaction when sending queued mails.  Reported by
5571         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5572
5573 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5574
5575         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5576         first or last are nil.
5577
5578 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5579
5580         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5581
5582 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5583
5584         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5585
5586 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5587
5588         * dns.el (query-dns): Protect more against buggy tcp output.
5589
5590 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5591
5592         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5593         nov.php.
5594
5595 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5596
5597         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5598         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5599         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5600         output on the server side.
5601         (nnweb-google-create-mapping): Update regexps and add some
5602         progress indication.
5603
5604 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5605
5606         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5607         gnus-agent-toggle-plugged.  Re-order icons.
5608         (gnus-group-tool-bar-gnome): Add
5609         gnus-group-{prev,next}-unread-group.
5610         (gnus-group-tool-bar-gnome): Re-order icons.
5611
5612         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5613         gnus-summary-insert-new-articles.
5614
5615         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5616         comments.
5617
5618         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5619         also available in Emacs 21.3.
5620
5621         * message.el (message-fix-before-sending): Change "Emacs 22" to
5622         "Emacs 23 (unicode)" in comment.
5623
5624         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5625         "Emacs 23 (unicode)" in comment.
5626
5627         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5628         comment.
5629         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5630
5631         * mm-view.el (mm-fill-flowed): Add :version.
5632
5633 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5636         and load-path.
5637
5638 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5639
5640         * message.el: Autoload gmm-image-load-path.
5641         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5642         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5643         consitency.
5644
5645         * gmm-utils.el (gmm-image-load-path): Also search in
5646         "../etc/images".  Don't set gmm-image-load-path if we don't find
5647         the image.
5648
5649 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * gmm-utils.el (gmm-image-load-path): Don't make
5652         `gmm-image-load-path' include subdirectories which the second arg
5653         `image' might specify.
5654
5655         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5656         subdirectory to icon file names.
5657
5658         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5659
5660 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5661
5662         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5663         gmm-image-load-path calls.
5664
5665         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5666
5667         * message.el (message-make-tool-bar): Ditto.
5668
5669         * mml.el (mml-preview): Added comment concerning tool bar icons.
5670
5671         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5672         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5673
5674         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5675         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5676
5677         * message.el (message-tool-bar-gnome): Use new icon names.
5678         (message-make-tool-bar): Use `gmm-image-load-path'.
5679
5680         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5681         functions from MH-E.
5682         (gmm-image-load-path): New variable from MH-E.
5683         (gmm-image-load-path): New function from MH-E.  Added arguments
5684         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5685         *-image-load-path-called-flag.
5686
5687 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5688
5689         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5690
5691 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5692
5693         * nnimap.el (nnimap-request-move-article): Change folder back to
5694         source group before deleting.
5695
5696 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5697
5698         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5699
5700         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5701         mm-url.
5702
5703         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5704
5705 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5708         coding system which mm-charset-to-coding-system returns for a
5709         given charset is valid.
5710
5711 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5712
5713         * html2text.el (html2text-remove-tag-list):
5714         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5715
5716 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5717
5718         * gnus-cus.el: Revert 2005-10-17 change.
5719
5720 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * gnus-art.el (article-strip-banner): Call
5723         article-really-strip-banner only when the regexp match is made.
5724
5725 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * gnus-art.el (article-strip-banner): Use
5728         gnus-extract-address-components instead of
5729         mail-header-parse-addresses to make it work with non-ASCII text;
5730         remove mail-encode-encoded-word-string.
5731
5732         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5733         values which are surrounded with \"...\"; make it never cause a
5734         Lisp error; give up parsing of parameters if it failed in
5735         extracting type.
5736
5737 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
5738
5739         * smime.el (smime-cert-by-ldap-1): Fix bug where
5740         `smime-ldap-search' returns results without userCertificates.
5741
5742 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5745
5746 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5747
5748         * spam.el (spam-check-spamassassin-headers): Adapt format for
5749         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
5750         <ari@mbf.ocn.ne.jp>.
5751         (spam-list-of-processors): Add spam-use-gmane.
5752
5753 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5756         make-temp-file; make it work with XEmacs as well.
5757
5758         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5759         mm-make-temp-file.
5760
5761         * mm-decode.el (mm-display-external): Use the 3rd arg of
5762         mm-make-temp-file.
5763         (mm-create-image-xemacs): Ditto.
5764
5765 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5768         with message-narrow-to-headers.
5769         (gnus-draft-setup): Narrow to header to run message-fetch-field.
5770         (gnus-draft-check-draft-articles): New function.
5771         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5772
5773 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5774
5775         * gnus-art.el (gnus-article-browse-html-parts):
5776         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5777         Don't use suffix argument for mm-make-temp-file for Emacs 21
5778         compatibility.  Remove useless `format'.
5779
5780 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5781
5782         * nnweb.el (nnweb-google-wash-article): Update regexps.
5783         (nnweb-group-alist): Use defvoo instead of defvar.
5784
5785 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5788         re-loading nn* modules.
5789
5790 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5791
5792         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5793         for `tool-bar-mode' and don't check it's default-value.
5794
5795         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5796
5797         * message.el (message-make-tool-bar): Ditto.
5798
5799         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5800         `substring'.  Shorten tmp-file name.
5801
5802         * gnus.el: Remove bogus comment.
5803
5804 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
5805
5806         * gnus-art.el (gnus-article-browse-html-parts): New function.
5807         (gnus-article-browse-html-article): New function for viewing html
5808         articles with a browser.
5809
5810 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
5811
5812         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
5813         in elisp.
5814         (pgg-gpg-encrypt-symmetric-region): Ditto.
5815         (pgg-gpg-sign-region): Ditto.
5816
5817         * pgg-def.el (pgg-text-mode): New variable.
5818
5819         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5820         (mml2015-pgg-encrypt): Ditto.
5821
5822         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5823         (mml1991-pgg-encrypt): Ditto.
5824
5825 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5828         message-make-date instead of current-time-string.
5829
5830         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5831         to gnus-decoded which mm-uu might set.
5832
5833 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5836         don't decode quoted parameters; remove misimported Emacs code.
5837         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5838         (rfc2231-decode-encoded-string): Don't use split-string which
5839         behaves differently according to Emacs version; use
5840         mm-decode-coding-region to convert charset to coding-system.
5841         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5842         (rfc2231-encode-string): Remove misimported Emacs code.
5843
5844 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * gnus-art.el (article-decode-charset): Don't use ignore-errors
5847         when calling mail-header-parse-content-type.
5848         (article-de-quoted-unreadable): Ditto.
5849         (article-de-base64-unreadable): Ditto.
5850         (article-wash-html): Ditto.
5851
5852         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5853         calling mail-header-parse-content-type and
5854         mail-header-parse-content-disposition.
5855         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5856         mail-header-parse-content-type.
5857
5858         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5859         insert charset and format parameters; encode description after
5860         inserting it to buffer.
5861         (mml-insert-parameter): Fold lines properly even if a parameter is
5862         segmented into two or more lines; change the max column to 76.
5863
5864         * rfc1843.el (rfc1843-decode-article-body): Don't use
5865         ignore-errors when calling mail-header-parse-content-type.
5866
5867         * rfc2231.el (rfc2231-parse-string): Return at least type if
5868         possible; don't cause an error even if it fails in parsing of
5869         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5870         (rfc2231-encode-string): Don't break lines at the beginning, leave
5871         it to mml-insert-parameter.
5872
5873         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5874         calling mail-header-parse-content-type.
5875
5876 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
5877
5878         * spam-report.el (spam-report-gmane-use-article-number):
5879         Improve doc string.
5880         (spam-report-gmane-internal): Check if a suitable header was found
5881         in the article.
5882
5883 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5884
5885         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5886         (rfc2231-encode-string): Make param*=value always begin with LWSP.
5887
5888 2006-02-05  Romain Francoise  <romain@orebokech.com>
5889
5890         Update copyright notices of all files in the gnus directory.
5891
5892 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5893
5894         * nnweb.el (nnweb-request-group): Avoid growing overview files.
5895
5896 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5899         segmented lines of parameter value to cope with Thunderbird 1.5
5900         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5901         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5902         (rfc2231-encode-string): Don't make lines exceeding 76 column.
5903
5904 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
5905
5906         * mml.el (mml-generate-mime-1): Correct the order of inline signed
5907         parts.
5908
5909 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5910
5911         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5912         there's only one active file for all servers.
5913         (nnweb-request-scan): Make sure nnweb-articles is initialized on
5914         solid groups.  Gnus might have used a FAST request to select the group.
5915         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5916         and nnweb-search redundantly in the active file.
5917         (nnweb-request-list): Don't list bogus groups.  There can only be one.
5918         (nnweb-request-create-group): Don't use ARGS.
5919         (nnweb-possibly-change-server, nnweb-request-group): Remove some
5920         initialisations.  Let nnoo do the work.
5921
5922 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5925         Say the part has been decoded.
5926
5927         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5928
5929 2006-01-31  Kevin Ryde  <user42@zip.com.au>
5930
5931         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5932         mailcap-viewer-test-cache when there's no 'test clause, since that
5933         will invert the meaning of a "nil" test previously determined by
5934         mailcap-mailcap-entry-passes-test.
5935
5936 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5939         compiling.
5940
5941         * gnus-sum.el: Ditto.
5942
5943         * message.el: Don't bind tool-bar-map when compiling.
5944
5945 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
5946
5947         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5948
5949 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5950
5951         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5952         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5953         current Google Groups.
5954
5955 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
5956
5957         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5958         and tool-bar-mode.
5959
5960         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5961         and tool-bar-mode.
5962
5963         * message.el (message-tool-bar-update): Simplify.
5964         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5965
5966         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5967         gnus-summary-buffer.
5968         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5969         gnus-summary-reply.
5970
5971         * gmm-utils.el (gmm): Add :version.
5972
5973 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * Makefile.in (clean): New rule.
5976         (distclean): Use it.
5977
5978 2006-01-26  Steve Youngs  <steve@sxemacs.org>
5979
5980         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5981         autoload.
5982
5983 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5984
5985         * gmm-utils.el (gmm-verbose): Add :group.
5986
5987 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
5988
5989         * message.el: Change some comments WRT tool-bars.
5990
5991         * gnus-sum.el (gnus-summary-tool-bar)
5992         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5993         (gnus-summary-tool-bar-zap-list): New variables.
5994         (gnus-summary-make-tool-bar): Complete rewrite using
5995         `gmm-tool-bar-from-list'.
5996
5997         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5998         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5999         variables.
6000         (gnus-group-make-tool-bar): Complete rewrite using
6001         `gmm-tool-bar-from-list'.
6002         (gnus-group-tool-bar-update): New function.
6003
6004         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6005
6006 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6009         is dissected into a single part of which the type is the same as
6010         the given one; decode charset.
6011
6012 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6013
6014         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6015         into alists as symbol not string, since that's what
6016         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6017         look for.
6018
6019 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6020
6021         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6022         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6023
6024         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6025
6026 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6027
6028         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6029         (gnus-xmas-mime-security-button-menu): New function.
6030
6031         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6032         (gnus-mime-security-button-menu): New definition.
6033         (gnus-mime-security-button-map): Use them.
6034         (gnus-mime-security-button-menu): New function.
6035         (gnus-insert-mime-security-button): Addition to help echo.
6036         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6037         (gnus-mime-security-pipe-part): New functions.
6038
6039         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6040         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6041
6042         * mm-decode.el (mm-handle-set-disposition): Remove.
6043         (mm-handle-set-description): Remove.
6044
6045 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6048         (mm-w3m-standalone-supports-m17n-p): New function.
6049         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6050         w3m usage.
6051
6052         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6053         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6054
6055 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6056
6057         * message.el (message-tool-bar-zap-list): Use
6058         gmm-tool-bar-zap-list as custom type.
6059         (message-tool-bar-update): New function.
6060         (message-tool-bar, message-tool-bar-gnome)
6061         (message-tool-bar-retro): Add message-tool-bar-update.
6062         (message-tool-bar-gnome): Add flyspell-buffer.
6063
6064         * gnus-util.el (gnus-error): Describe `args'.
6065
6066         * gmm-utils.el (gmm-error): Describe `args'.
6067         (gmm-tool-bar-zap-list): New widget.
6068         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6069
6070 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6073         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6074         the number of recursive calls.
6075
6076         * mm-decode.el (mm-handle-set-disposition): New macro.
6077         (mm-handle-set-description): New macro.
6078
6079 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6082         encoding.
6083
6084 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6085
6086         * message.el (message-tool-bar-zap-list, message-tool-bar)
6087         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6088         (message-tool-bar-local-item-from-menu): Remove.
6089         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6090         (message-make-tool-bar): New function.
6091         (message-mode): Use `message-make-tool-bar'.
6092
6093         * gmm-utils.el: New file.
6094         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6095         (gmm-lazy): New widget copied from `nnmail.el'.
6096         (gmm-tool-bar-from-list): New function for creating customizable
6097         tool bars.
6098         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6099         output.
6100         (gmm): Add :prefix to defgroup.
6101
6102 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6103
6104         * gmm-utils.el (gmm-widget-p): New function.
6105
6106 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6107
6108         * mml.el (mml-attach-file): Describe `description' in doc string.
6109         (mml-menu): Add Emacs MIME manual and PGG manual.
6110
6111 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6112
6113         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6114
6115 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6116
6117         * nntp.el (nntp-end-of-line): Doc fix.
6118
6119 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6120
6121         * imap.el (imap-open): Handle case where buffer is a buffer
6122         object.
6123
6124 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6125
6126         * gnus-delay.el (gnus-delay): Don't autoload.
6127         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6128         to be re-loaded when customizing the `gnus-delay' group.
6129
6130 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6131
6132         * message.el (message-insert-citation-line): Use newlines.
6133
6134 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6135
6136         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6137         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6138         these routines, so the passphrase can be managed externally and
6139         passed in to the system.
6140         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6141         pgg-add-passphrase-to-cache function.
6142
6143         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6144         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6145         these routines, so the passphrase can be managed externally and
6146         passed in to the system.
6147         (pgg-pgp5-sign-region): Use new name of
6148         pgg-add-passphrase-to-cache function.
6149
6150 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6151
6152         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6153         part of the decoded armor to find the key-identifier.
6154         (pgg-gpg-lookup-key-owner): New function to return the
6155         human-readable identifier of a key owner.
6156         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6157         itself.
6158         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6159         the key value) if we have a key and can match it against a secret
6160         key.  Also, added a note pointing out fact that the prompt only
6161         indicates the first matching key.
6162
6163         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6164         pgg-decrypt-region.
6165         (pgg-add-passphrase-to-cache): Rename from
6166         `pgg-add-passphrase-cache' to reduce confusion (all callers
6167         changed).
6168         (pgg-remove-passphrase-from-cache): Rename from
6169         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6170         changed).
6171         (pgg-read-passphrase, pgg-add-passphrase-cache)
6172         (pgg-remove-passphrase-cache): Add informative docstrings.
6173         (pgg-decrypt): Convey provided passphrase in subordinate call to
6174         pgg-decrypt-region.
6175
6176 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6177
6178         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6179         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6180         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6181         'passphrase' argument, so the passphrase can be managed externally
6182         and then passed in to the system.
6183
6184         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6185         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6186         so the passphrase cache can be used reliably with identifiers
6187         besides a pgp packet's key id.
6188
6189         * pgg-gpg.el (pgg-gpg-encrypt-region)
6190         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6191         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6192         these routines, so the passphrase can be managed externally and
6193         passed in to the system.
6194
6195         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6196         'notruncate' argument, so the passphrase cache can be used
6197         reliably with identifiers besides a pgp packet's key id.
6198
6199 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6200
6201         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6202         symmetric encryption.
6203         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6204         encrypted session key.
6205         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6206         message ask for the passphrase in a proper way.
6207
6208         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6209         New user commands for symmetric encryption.
6210
6211 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6214
6215         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6216
6217 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6218
6219         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6220
6221 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * mm-decode.el (mm-inlined-types): Add application/pgp.
6224         (mm-automatic-display): Ditto.
6225
6226         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6227         part as text.
6228
6229 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * nnrss.el: Update copyright.
6232         (nnrss-opml-import): Query whether to subscribe to each entry.
6233
6234         * gnus-art.el:
6235         * gnus-sum.el:
6236         * gnus-xmas.el:
6237         * messagexmas.el:
6238         * mm-uu.el:
6239         * mm-view.el: Update copyright.
6240
6241 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6242
6243         * message.el (message-info): New function.
6244         (message-mode-menu): Add it.
6245         Update copyright.
6246
6247         * ChangeLog: Fix and update copyright.
6248
6249 2006-01-13  Romain Francoise  <romain@orebokech.com>
6250
6251         * message.el (message-forward-subject-name-subject): Prefer the
6252         address to 'nowhere' if the sender has no name.
6253         Fix typo.  Update copyright year.
6254
6255 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * gnus-art.el (article-wash-html): Use
6258         gnus-summary-show-article-charset-alist if a numeric arg is given.
6259         (gnus-article-wash-html-with-w3m-standalone): New function.
6260
6261         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6262         mm-inline-text-html-render-with-w3m-standalone.
6263         (mm-text-html-washer-alist): Map w3m-standalone to
6264         gnus-article-wash-html-with-w3m-standalone.
6265         (mm-inline-text-html-render-with-w3m-standalone): New function.
6266
6267 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6268
6269         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6270         Improve LaTeX.
6271
6272 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6275         (nnrss-request-article): Render text/plain parts as HTML.
6276
6277         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6278         the buffer.
6279
6280 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6281
6282         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6283         custom definition of `gnus-posting-styles'.
6284
6285         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6286         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6287
6288 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6289
6290         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6291         Use nntp for bug archive.
6292
6293 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6296         parts.
6297         (nnrss-normalize-date): New function converts ISO 8601 date into
6298         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6299         (nnrss-check-group): Use it.
6300
6301 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6304
6305         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6306         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6307         (nnrss-insert-w3): Ditto.
6308
6309 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6312         the articles to be forwarded including the case where neither a
6313         number of articles nor a region is specified.
6314
6315 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * nnrss.el (nnrss-request-article): Fix last change; fill
6318         text/plain parts.
6319
6320 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6323         in text/plain part.
6324         (nnrss-check-group): Don't add excessive newline to dc:subject.
6325
6326 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6327
6328         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6329         article.
6330
6331 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6334         (nnml-use-compressed-files, nnml-save-mail): Support other
6335         comression programs such as bzip2.
6336
6337 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6338
6339         * dns.el (query-dns): Make sure we check the buffer size before
6340         removing tcp headers.
6341
6342 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6345         remove MIME buttons associated with multipart/alternative parts.
6346         (gnus-mime-display-alternative): Tag buttons using `article-type'
6347         text property.
6348
6349         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6350         associated with multipart/alternative parts.
6351
6352         * gnus-art.el (gnus-signature-separator): Fix custom type.
6353
6354         * mm-decode.el (mm-inlined-types): Fix custom type.
6355         (mm-keep-viewer-alive-types): Ditto.
6356         (mm-automatic-display): Ditto.
6357         (mm-attachment-override-types): Ditto.
6358         (mm-inline-override-types): Ditto.
6359         (mm-automatic-external-display): Ditto.
6360
6361 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6362
6363         * spam-report.el (spam-report-user-mail-address)
6364         (spam-report-user-agent): New variables.
6365         (spam-report-url-ping-plain): Use spam-report-user-agent.
6366
6367 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6368
6369         * gnus-art.el (gnus-button-handle-custom): Do not just use
6370         `customize-apropos' for any "M-x customize-*" button but the
6371         function called for.  Accept both the function name and its
6372         argument in order to achieve this.
6373         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6374         function name to `gnus-button-handle-custom' in case of "M-x
6375         customize-*" buttons.
6376
6377 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6380         multipart/alternative and add xref to mm-discouraged-alternatives
6381         in doc string.
6382
6383         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6384         gnus-buttonized-mime-types in doc string.
6385
6386 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6387
6388         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6389         Suggest image/.* in the doc string.
6390
6391 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6392
6393         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6394         message-marks (Debian bug #342521).
6395
6396 2005-12-12  Simon Josefsson  <jas@extundo.com>
6397
6398         * password.el (password-read-from-cache): Add.
6399         (password-read): Use it.
6400
6401 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6402
6403         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6404         us-ascii as a MIME charset.
6405
6406         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6407         against the case where the 2nd arg TYPE is nil.
6408
6409 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6410
6411         * pop3.el (pop3-stream-type): Fix custom version.
6412
6413         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6414
6415 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6416
6417         * mm-decode.el (mm-display-external): Add missing cdr.
6418
6419 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6420
6421         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6422         RFC1524) if it is in mailcap or add a suffix according to
6423         mailcap-mime-extensions when generating a temp filename; postpone
6424         deleting a temp file for 2 seconds for some wrappers, shell
6425         scripts, and so on, which might exit right after having started a
6426         viewer command as a background job.
6427
6428 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6429
6430         * nntp.el (nntp-marks-directory): Fix custom group.
6431
6432         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6433         steps when < 10.
6434
6435         * gnus-start.el (gnus-no-server-1): Mention
6436         `gnus-level-default-subscribed' in doc string.
6437
6438 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6439
6440         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6441         parens.
6442
6443 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * gnus-xmas.el (gnus-use-toolbar): Revert.
6446         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6447         gnus-use-toolbar is default.
6448
6449         * messagexmas.el (message-use-toolbar): Revert.
6450         (message-setup-toolbar): Use global default-toolbar if
6451         message-use-toolbar is default.
6452
6453 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6454
6455         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6456         according to default-toolbar-visible-p.
6457
6458         * messagexmas.el (message-use-toolbar): Ditto.
6459
6460 2005-11-26  Dave Love  <fx@gnu.org>
6461
6462         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6463         (tls-program, tls-success): Provide openssl alternative.
6464
6465         * starttls.el: Doc fixes.
6466         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6467         SERVICE to PORT.
6468
6469         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6470         port null or service name.
6471         (starttls-negotiate): Autoload.
6472
6473 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * message.el (message-kill-to-signature): Fix interactive spec.
6476
6477 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * pop3.el (pop3-open-server): Recognize a string as a service name.
6480
6481 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6482
6483         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6484
6485 2005-11-23  Dave Love  <fx@gnu.org>
6486
6487         Add pop3s, pop3/starttls.
6488
6489         * pop3.el (pop3-authentication-scheme): Clarify doc.
6490         (open-tls-stream, starttls-open-stream): Autoload.
6491         (pop3-stream-type): New.
6492         (pop3-open-server): Use it.
6493
6494         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6495         for POP.
6496         (mail-source-keyword-map): Add :stream for POP.
6497         (mail-source-fetch-pop): Use pop3-stream-type.
6498
6499 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6502         of current-time-string.
6503
6504 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6505
6506         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6507         date header.
6508
6509 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6510
6511         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6512         it can seriously impact performance as it bypasses the agent's
6513         local caches.
6514
6515 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6516
6517         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6518         must be explicitly online rather than "not explicitly offline" for
6519         its flags to be synchronized.
6520
6521         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6522         that gnus-uu-unmark-thread will function correctly.
6523
6524         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6525         1024K is instead displayed as 1M.
6526
6527 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6528
6529         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6530
6531 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6532
6533         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6534
6535 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6536
6537         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6538         error message to display actual error condition.
6539         (gnus-agent-save-local): Avoid saving symbols that are bound to
6540         nil as they simply result in a warning message in
6541         gnus-agent-read-local.
6542
6543 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6546         rather than make-variable-buffer-local for file-precious-flag.
6547
6548 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6549
6550         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6551         for duplicates which are removed.  The invalid sort check then
6552         triggers a rescan after the sort as sorting may have moved
6553         duplicate entries such that they can be cheaply detected.
6554
6555 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6556
6557         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6558
6559 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6560
6561         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6562         internal variable to a custom variable.  Changed default value
6563         from compressed(2) to uncompressed(1).
6564         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6565         support for uncompressed agentview files.  Taken together, reading
6566         the agentview file should now be 6-7 times faster.
6567
6568 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6569
6570         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6571         as a buffer-local variable.  This avoids creating truncated
6572         dribble files as a result of a hang up, eg.
6573
6574 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6575
6576         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6577         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6578         XEmacs.
6579
6580 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6581
6582         * gnus-start.el (gnus-start-draft-setup): Enforce
6583         `gnus-draft-mode' for nndraft:drafts at startup.
6584
6585         * gnus.el (gnus-splash): Change custom group.
6586         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6587         allow-list argument.
6588
6589         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6590         string.
6591
6592 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6593
6594         * gnus-art.el (gnus-default-article-saver): Add user-defined
6595         `function' to custom type.
6596
6597 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6598
6599         * imap.el (imap-open): Handle case where buffer is a buffer
6600         object.
6601
6602 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6603
6604         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6605         long lines.
6606         (gnus-cache-delete-group): Wrap doc strings.
6607
6608         * gnus-agent.el (gnus-agent-rename-group)
6609         (gnus-agent-delete-group): Wrap doc strings.
6610
6611 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6612
6613         * messagexmas.el (message-use-toolbar): Change the valid values
6614         into default, top, bottom, left, and right.
6615         (message-toolbar-thickness): New variable.
6616         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6617         well.
6618         (message-setup-toolbar): Make it work.
6619
6620         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
6621         (gnus-use-toolbar): Change the valid values into default, top,
6622         bottom, left, and right.
6623         (gnus-toolbar-thickness): New variable.
6624         (gnus-xmas-setup-toolbar): New function.
6625         (gnus-xmas-setup-group-toolbar): Use it.
6626         (gnus-xmas-setup-summary-toolbar): Use it.
6627
6628 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6629
6630         * gnus-start.el (gnus-1): Add "native" to
6631         gnus-predefined-server-alist.
6632
6633         * gnus.el (gnus-method-to-server): Don't add "native" to the
6634         lists here, because that leads to problems when
6635         gnus-select-method is bound.
6636
6637 2005-11-09  Simon Josefsson  <jas@extundo.com>
6638
6639         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6640         use (not sort-by-date) instead.
6641
6642 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6643
6644         * gnus-delay.el (gnus-delay-group): Don't autoload.
6645         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6646         to be re-loaded when customizing the `gnus-delay' group.
6647
6648 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6649
6650         * message.el: Revert last changes.
6651         (message-insert-citation-line): Use newlines.
6652
6653 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6654
6655         * message.el (message-courtesy-message)
6656         (message-mark-insert-begin, message-mark-insert-end)
6657         (message-elide-ellipsis, message-cancel-message)
6658         (message-add-header, message-change-subject)
6659         (message-cross-post-followup-to-header)
6660         (message-cross-post-insert-note, message-reduce-to-to-cc)
6661         (message-widen-reply, message-delete-not-region)
6662         (message-kill-to-signature, message-insert-signature)
6663         (message-insert-importance-high, message-insert-importance-low)
6664         (message-insert-or-toggle-importance)
6665         (message-insert-disposition-notification-to)
6666         (message-indent-citation, message-yank-original)
6667         (message-cite-original-without-signature, message-cite-original)
6668         (message-insert-citation-line, message-position-on-field)
6669         (message-fix-before-sending, message-send-mail-partially)
6670         (message-send-mail, message-send-mail-with-sendmail)
6671         (message-send-mail-with-qmail, message-send-news)
6672         (message-check-news-header-syntax, message-generate-headers)
6673         (message-insert-courtesy-copy, message-fill-address)
6674         (message-fill-header, message-shorten-references)
6675         (message-setup-1, message-cancel-news)
6676         (message-forward-make-body-plain, message-forward-make-body-mime)
6677         (message-forward-make-body-mml, message-encode-message-body)
6678         (message-forward-make-body-digest-plain)
6679         (message-forward-make-body-digest-mime)
6680         (message-use-alternative-email-as-from): Insert `hard-newline'
6681         instead of ordinary newlines.
6682
6683 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6684
6685         * message.el (message-generate-headers): Downcase the argument
6686         given to message-check-element.
6687
6688 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6689
6690         * nntp.el (nntp-authinfo-rejected): New error condition.
6691         (nntp-wait-for): Use new error condition to signal authentication
6692         error.
6693         (nntp-retrieve-data): Rethrow new error condition to break out of
6694         recursive call to nntp-send-authinfo.
6695
6696 2005-11-08  Romain Francoise  <romain@orebokech.com>
6697
6698         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6699         (gnus-summary-exit-map): Bind to `Z p'.
6700         (gnus-summary-make-menu-bar): Add menu item.
6701
6702 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6703
6704         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6705         (gnus-treat-*): Add `first' in all doc strings.
6706
6707         * gnus-group.el (gnus-group-compact-group): Fix typo.
6708
6709 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * gnus.el (gnus-parameters-case-fold-search): New variable.
6712         (gnus-parameters-get-parameter): Use it.
6713
6714         * gnus-score.el (gnus-home-score-file): Doc fix.
6715
6716 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6717
6718         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6719
6720 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * mm-util.el (mm-special-display-p): New function.
6723
6724         * mml.el (mml-preview): Use it; doc fix.
6725
6726 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6727
6728         * imap.el (imap-open): Handle case where buffer is a buffer object.
6729
6730 2005-10-29  Romain Francoise  <romain@orebokech.com>
6731
6732         * message.el (message-fix-before-sending): Fix comment.
6733
6734 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6735
6736         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6737
6738 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6739
6740         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6741         Used in gnus-score.el.
6742
6743 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6744
6745         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6746
6747 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6748
6749         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6750         whitespace removed in revision 7.8.  Use concatenated string to
6751         protect trailing whitespace.
6752
6753 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
6754
6755         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6756         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6757         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6758         Courier IMAP ("some version from 2004").  Mostly based on similar
6759         code in the same function.
6760
6761 2005-10-26  Didier Verna  <didier@xemacs.org>
6762
6763         * gnus-group.el (gnus-group-compact-group): Invalidate original
6764         article buffer.
6765         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6766         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6767         NOV database and in article itself.
6768         Invalidate article backlog.
6769
6770 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6771
6772         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6773
6774 2005-10-26  Simon Josefsson  <jas@extundo.com>
6775
6776         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6777         part of 2004-07-25 change.
6778
6779 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * message.el (message-display-completion-list): New function.
6782         (message-expand-group): Use it; make sure the Completions buffer
6783         is modifiable.
6784 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6785
6786         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6787         user-mail-name is an empty string.
6788
6789 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6790
6791         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6792         depending on gnus-score-decay-constant.
6793
6794         * encrypt.el (encrypt-insert-file-contents)
6795         (encrypt-write-file-contents): Don't use `gnus-message'.
6796
6797         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6798         arguments.
6799         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
6800         arguments to mm-uu-verbatim-marks-extract.
6801         (mm-uu-hide-markers): New variable.
6802         (mm-uu-extract): Use face similar to `gnus-cite-3'.
6803
6804         * gnus-fun.el (gnus-convert-image-to-x-face-command)
6805         (gnus-convert-image-to-face-command): Use "convert" by default to
6806         allow other input image formats.
6807         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6808         accordingly.
6809
6810 2005-10-23  Simon Josefsson  <jas@extundo.com>
6811
6812         * imap.el (imap-gssapi-program): Align command line parameters
6813         with latest GNU SASL.
6814         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6815
6816 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6817
6818         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6819         HTML.
6820         (nnslashdot-request-article): Ditto.
6821
6822         * lpath.el (featurep): Add nobreak-char-display.
6823
6824 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6825
6826         * mail-source.el (mail-source-fetch-pop): Require pop3.
6827         (mail-source-check-pop): Ditto.
6828
6829 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6832         errors.
6833
6834 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6835
6836         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6837         (gnus-treat-strip-leading-blank-lines): Improve doc string.
6838
6839         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6840
6841         * mm-bodies.el (mm-decode-string): Call
6842         `mm-charset-to-coding-system' with allow-override argument.
6843
6844 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6847         (rfc2047-charset-to-coding-system): New function.
6848         (rfc2047-decode-encoded-words): New function.
6849         (rfc2047-decode-region): Use them.
6850         (rfc2047-decode-cte): Remove.
6851         (rfc2047-parse-and-decode): Remove.
6852         (rfc2047-decode): Remove.
6853
6854 2005-10-15  Kenichi Handa  <handa@m17n.org>
6855
6856         * rfc2047.el (rfc2047-decode-cte): New function.
6857         (rfc2047-decode-region): Change the way to decode successive
6858         encoded-words: decode B- or Q-encoding in each encoded-word,
6859         concatenate them, and decode it as charset.
6860
6861 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * lpath.el: Fbind codepage-setup for XEmacs.
6864
6865 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6866
6867         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
6868         widget-move-and-invoke.
6869         (gnus-custom-mode): Use gnus-custom-map.
6870
6871 2005-10-15  Bill Wohler  <wohler@newt.com>
6872
6873         * message.el (message-tool-bar-map): Renamed image file from
6874         mail_send to mail/send.
6875
6876 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6877
6878         * message.el (message-expand-group): Pass the common
6879         prefix substring of completion to `display-completion-list'.
6880
6881 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
6882
6883         * mml-sec.el (mml-secure-method): New internal variable.
6884         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6885         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6886         functions using mml-secure-method.
6887
6888         * mml.el (mml-mode-map): Add key bindings for those functions.
6889         (mml-menu): Simplify security menu entries.  Suggested by Jesper
6890         Harder <harder@myrealbox.com>.
6891         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6892         end of message if point is the headers of the message.
6893
6894         * message.el (message-in-body-p): New function.
6895
6896         * assistant.el: Autoload gnus-util and netrc.
6897
6898         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6899         Use `mm-charset-override-alist' only when decoding.
6900
6901         * mm-bodies.el (mm-decode-body): Call
6902         `mm-charset-to-coding-system' with allow-override argument.
6903
6904         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6905         `filename' from Content-Disposition if Content-Type doesn't
6906         provide `name'.
6907         (gnus-mime-view-part-as-type): Set default instead of
6908         initial-input.
6909
6910 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6911
6912         * format-spec.el (format-spec): Propagate text properties of % spec.
6913
6914 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6915
6916         * gnus-art.el (gnus-treat-predicate): Add `first'.
6917
6918 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6919
6920         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6921         (mm-charset-override-alist): New variable.
6922         (mm-charset-to-coding-system): Use it.
6923         (mm-codepage-setup): New helper function.
6924         (mm-charset-eval-alist): New variable.
6925         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
6926         about unknown charsets.
6927
6928         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
6929
6930 2005-10-04  David Hansen  <david.hansen@gmx.net>
6931
6932         * nnrss.el (nnrss-request-article): Add support for the comments tag.
6933         (nnrss-check-group): Ditto.
6934
6935 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6936
6937         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6938         Rename x-gnus-verbatim to x-verbatim.
6939         (mm-uu-type-alist): Fix regexp for verbatim-marks.
6940
6941         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6942         x-verbatim.
6943
6944         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6945
6946         * gnus-util.el (gnus-remove-duplicates): Remove.
6947
6948         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6949         instead of gnus-remove-duplicates.
6950
6951         * message.el (message-remove-duplicates): Remove.
6952         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6953         message-remove-duplicates.
6954
6955         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6956         available, else use implementation from `delete-dups'.
6957
6958         * message.el (message-insert-expires): New function.
6959         (message-mode-map): Add key binding.
6960         (message-mode-field-menu): Add menu entry.
6961         (message-mode): Document it.
6962         (message-make-expires-date): Use `message-make-date'.
6963
6964 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
6965
6966         * message.el (message-make-expires-date): New function.
6967
6968 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * Makefile.in (list-installed-shadows): New entry.
6971         (install): Use it.
6972         (remove-installed-shadows): New entry.
6973
6974         * dgnushack.el (dgnushack-default-load-path): New variable.
6975         (dgnushack-find-lisp-shadows): New function.
6976         (dgnushack-remove-lisp-shadows): New function.
6977
6978 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * Makefile.in (install-el-elc): New entry.
6981         (install): Use it so that .el files are necessarily installed.
6982
6983 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * time-date.el: Autoload parse-time-string, XEmacs needs it.
6986
6987 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6988
6989         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6990         function rather than the diff-mode.el package.
6991         (mm-display-external): Use with-current-buffer.
6992         (mm-viewer-completion-map, mm-viewer-completion-map):
6993         Move initialization inside declaration.
6994
6995 2005-09-29  Simon Josefsson  <jas@extundo.com>
6996
6997         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
6998         autoload mail-check-payment.
6999         (spam-check-hashcash): Define unconditionally, since hashcash.el
7000         is part of Gnus now.  Ignore errors from payment checking.
7001
7002 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7003
7004         * message.el (message-bold-region, message-unbold-region): Rename
7005         from `bold-region' and `unbold-region'.
7006
7007         * message.el: Remove useless autoloads.
7008
7009 2005-09-28  Simon Josefsson  <jas@extundo.com>
7010
7011         * message.el (message-use-idna): Default to t.
7012         (message-use-idna): Test whether encoding works too.  Doc fix.
7013
7014 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * nntp.el (nntp-warn-about-losing-connection): Remove.
7017
7018 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7019
7020         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7021         customizable.  Change default value.
7022         (mm-uu-diff-groups-regexp): Change default value.
7023         (mm-uu-type-alist): Add doc string.
7024         (mm-uu-configure): Add doc string.  Make it interactive.
7025         (mm-uu-tex-groups-regexp): New variable.
7026         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7027         (mm-uu-type-alist): Add LaTeX documents.
7028         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7029         of "text/verbatim".
7030         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7031
7032         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7033         instead of "text/verbatim".
7034
7035         * message.el (message-mark-inserted-region)
7036         (message-mark-insert-file): Use slrn style marks when called with
7037         prefix argument.
7038
7039 2005-09-27  Simon Josefsson  <jas@extundo.com>
7040
7041         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7042
7043 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7044
7045         * message.el (message-remove-duplicates): New function.
7046         Implementation borrowed from `gnus-remove-duplicates'.
7047         (message-idna-to-ascii-rhs): Also encode idna addresses in
7048         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7049         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7050         only ask about the same idna domain once per header and also tell
7051         in what header to replace the idna domain.
7052
7053         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7054         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7055         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7056         a header is decoded and not just the last one.
7057
7058 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7061         has been decoded.
7062
7063         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7064         (mm-insert-part): Don't modify text if it has been decoded.
7065
7066         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7067         decoded.
7068
7069         * mm-view.el (mm-inline-text): Don't strip text props unless
7070         decoding enriched or richtext parts.
7071
7072 2005-09-25  Romain Francoise  <romain@orebokech.com>
7073
7074         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7075         * gnus-start.el (gnus-subscribe-interactively):
7076         * gnus-uu.el (gnus-uu-grab-articles):
7077         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7078         space.
7079
7080 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7081
7082         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7083         * mm-view.el (mm-view-pkcs7-decrypt):
7084         * gnus-sum.el (gnus-summary-limit-to-extra)
7085         (gnus-summary-respool-article, gnus-read-move-group-name):
7086         * gnus-score.el (gnus-summary-increase-score):
7087         * gnus-util.el (gnus-completing-read-with-default):
7088         * gnus-art.el (gnus-read-save-file-name)
7089         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7090         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7091         * message.el (message-check-news-header-syntax):
7092         Follow convention for reading with the minibuffer.
7093
7094 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * spam-report.el (spam-report-url-ping-plain):
7097         Use gnus-extended-version as User-Agent.
7098
7099         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7100         default value is nil.
7101
7102         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7103         (mm-uu-verbatim-marks-extract): New function.
7104         (mm-uu-extract): New face.
7105         (mm-uu-copy-to-buffer): Use it.
7106
7107         * spam-report.el (spam-report-gmane-ham): Renamed from
7108         `spam-report-gmane-unspam'.
7109         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7110         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7111
7112         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7113         Autoload.
7114         (spam-report-gmane-unregister-routine): Renamed
7115         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7116
7117 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7118
7119         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7120         (spam-report-gmane-unregister-routine): Add support for gmane
7121         unregistration.
7122
7123         * spam-report.el (spam-report-gmane-unspam)
7124         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7125         (spam-report-gmane): Change to take a single article and do unspam
7126         registration.
7127
7128 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7129
7130         * mm-url.el (mm-url-decode-entities): Fix regexp.
7131
7132 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7133
7134         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7135         default to nil, to be able to use Gnus at all.  If the default
7136         switches to something else, then the function should be fixed not
7137         be exceedingly slow.
7138
7139 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7140
7141         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7142         fail hard.
7143
7144         * spam-report.el: Add better Keywords line.
7145
7146         * spam.el: Add Maintainer and better Keywords line.
7147
7148 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7149
7150         * gnus-art.el (gnus-article-replace-part)
7151         (gnus-mime-replace-part): New functions.
7152         (gnus-mime-action-alist, gnus-mime-button-commands)
7153         (gnus-mime-save-part-and-strip): Added file argument.
7154         (gnus-article-part-wrapper): Added interactive argument.
7155
7156         * gnus-sum.el (gnus-summary-mime-map): Add
7157         `gnus-article-replace-part'.
7158
7159 2005-09-19  Didier Verna  <didier@xemacs.org>
7160
7161         The nnml compaction feature:
7162         * nnml.el (nnml-request-compact-group): New function.
7163         * nnml.el (nnml-request-compact): New function.
7164         * gnus-int.el (gnus-request-compact-group): New function.
7165         * gnus-int.el (gnus-request-compact): New function.
7166         * gnus-group.el (gnus-group-compact-group): New function.
7167         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7168         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7169         * gnus-srvr.el (gnus-server-compact-server): New function.
7170         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7171         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7172
7173 2005-09-18  Deepak Goel  <deego@gnufans.org>
7174
7175         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7176         format spec.
7177
7178 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7181
7182 2005-09-15  Romain Francoise  <romain@orebokech.com>
7183
7184         * message.el (message-fill-paragraph): Clarify docstring.
7185
7186 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * gnus-art.el (gnus-mime-display-part): Protect against broken
7189         MIME messages.
7190
7191 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7194         before parsing header.
7195
7196 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7197
7198         * html2text.el (html2text-replace-list): Add new entities.
7199
7200 2005-09-11  Romain Francoise  <romain@orebokech.com>
7201
7202         * message.el (message-alternative-emails): Improve docstring.
7203         (message-setup-1): Call `message-use-alternative-email-as-from'
7204         after `message-setup-hook' to give it precedence over posting
7205         styles, etc.
7206         (message-use-alternative-email-as-from): Add docstring.  Remove
7207         the original From header if present.
7208
7209         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7210         (nnml-save-mail): Use it.
7211
7212         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7213         articles.  Add new argument `silent'.
7214         (gnus-uu-mark-all): Report the total number of marked articles.
7215
7216 2005-09-10  Romain Francoise  <romain@orebokech.com>
7217
7218         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7219         (gnus-uu-mark-series): Likewise.
7220
7221 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7222
7223         * spam-report.el (spam-report-gmane): Fix generation of spam
7224         report URL.
7225
7226 2005-09-10  Simon Josefsson  <jas@extundo.com>
7227
7228         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7229         t, based on discussion on the ding list with Robert Epprecht
7230         <epprecht@solnet.ch>.
7231
7232 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7233
7234         * spam-report.el (spam-report-gmane): Make it work without
7235         X-Report-Spam header.  Gmane now only provides Archived-At.
7236         This is only used if `spam-report-gmane-use-article-number' is nil.
7237         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7238
7239         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7240         make `gnus-summary-sort-by-recipient' work with threading.
7241
7242         * nnweb.el (nnweb-google-wash-article): Print a message if article
7243         is not available.
7244
7245 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7246
7247         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7248         change.  Decode text/* parts content before displaying.
7249
7250 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7253
7254 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7257
7258         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7259         url-package-name, url-package-version,
7260         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7261         w3m-display-inline-images, and w3m-minor-mode-map.
7262
7263 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7264
7265         * message.el (message-tab-body-function): Fix mismatched custom type.
7266
7267         * gnus.el (gnus-group-change-level-function): Ditto.
7268
7269         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7270
7271         * gnus-art.el (gnus-signature-limit)
7272         (gnus-article-mime-part-function): Ditto.
7273
7274 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * mml.el (mml-mode): Silence the byte compiler.
7277
7278         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7279         using `(sit-for 0)' before moving the point to the specified part;
7280         skip unbuttonized parts.
7281         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7282         return to the summary window if gnus-auto-select-part is non-nil.
7283
7284 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7285
7286         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7287         variables.
7288         (mml-dnd-attach-file, mml-mode): Use them.
7289
7290         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7291         Make fetching article by MID work again for Google Groups.  Added
7292         FIXME concerning gnus-group-make-web-group.
7293
7294         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7295         Don't depend on Gnus by using mail-extract-address-components if
7296         gnus-extract-address-components is not bound.
7297
7298 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7299
7300         * gnus-art.el (gnus-mime-display-security): Don't display the
7301         signature, but only the signed part.
7302
7303 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7306
7307         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7308         list, not listp.
7309
7310 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7311
7312         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7313         when encoding.
7314
7315         * mm-bodies.el (mm-decode-content-transfer-encoding):
7316         De-canonicalize CRLF for all text content types, not just
7317         text/plain.
7318
7319 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7322         valid article; point arrow and cursor at the MIME button.
7323
7324 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7325
7326         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7327         Suggested by Dan Christensen <jdc@uwo.ca>.
7328
7329         * mm-decode.el (mm-save-part): Enable change of prompt.
7330
7331 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7332
7333         * gnus-msg.el (gnus-inews-add-send-actions): Made
7334         `message-post-method' lambda parameter ARG `&optional'.
7335
7336 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7337
7338         * gnus-sum.el (gnus-summary-mime-map): Added
7339         gnus-article-save-part-and-strip, gnus-article-delete-part and
7340         gnus-article-jump-to-part.
7341
7342         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7343         (gnus-article-edit-part): Use it.
7344         (gnus-article-part-wrapper): Added no-handle argument.
7345         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7346         functions.
7347
7348 2005-08-29  Romain Francoise  <romain@orebokech.com>
7349
7350         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7351         docstring.
7352         (gnus-face-from-file): Likewise.
7353
7354 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7355
7356         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7357         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7358         non-nil.
7359         (gnus-auto-select-part): New variable.
7360         (gnus-article-jump-to-part): New function.
7361         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7362         (gnus-mime-delete-part): Allow selecting specified part after
7363         deleting or stripping parts.
7364         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7365         part if argument is bogus.
7366
7367 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7368
7369         * gnus-art.el (w3m-minor-mode-map):
7370         * gnus-spec.el (gnus-newsrc-file-version):
7371         * gnus-util.el (nnmail-active-file-coding-system)
7372         (gnus-original-article-buffer, gnus-user-agent):
7373         * gnus.el (gnus-ham-process-destinations)
7374         (gnus-parameter-ham-marks-alist)
7375         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7376         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7377         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7378         * mm-decode.el (gnus-current-window-configuration):
7379         * mm-extern.el (gnus-article-mime-handles):
7380         * mm-url.el (url-current-object, url-package-name)
7381         (url-package-version):
7382         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7383         (smime-keys, w3m-cid-retrieve-function-alist)
7384         (w3m-current-buffer, w3m-display-inline-images)
7385         (w3m-minor-mode-map):
7386         * mml-smime.el (gnus-extract-address-components):
7387         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7388         (gnus-newsrc-hashtb, message-default-charset)
7389         (message-deletable-headers, message-options)
7390         (message-posting-charset, message-required-mail-headers)
7391         (message-required-news-headers):
7392         * mml1991.el (mc-pgp-always-sign):
7393         * mml2015.el (mc-pgp-always-sign):
7394         * nnheader.el (nnmail-extra-headers):
7395         * rfc1843.el (gnus-decode-encoded-word-function)
7396         (gnus-decode-header-function, gnus-newsgroup-name):
7397         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7398
7399 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7400
7401         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7402         the end of the date treatments.
7403
7404 2005-08-15  Simon Josefsson  <jas@extundo.com>
7405
7406         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7407         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7408         Capello and Romain Francoise.
7409         (pgg-fetch-key-function): Removed, not used?
7410         (pgg-insert-url-with-w3): Require url, to get
7411         url-insert-file-contents regardless of where it is defined.
7412
7413 2005-08-13  Romain Francoise  <romain@orebokech.com>
7414
7415         * message.el (message-cite-original-1): New function.
7416         (message-cite-original): Use it.
7417         (message-cite-original-without-signature): Ditto.
7418
7419 2005-08-08  Romain Francoise  <romain@orebokech.com>
7420
7421         * message.el (message-yank-empty-prefix): New variable.
7422         (message-indent-citation): Use it.
7423         (message-cite-original-without-signature): Respect X-No-Archive.
7424
7425 2005-08-08  Simon Josefsson  <jas@extundo.com>
7426
7427         * pgg.el: Autoload url-insert-file-contents instead of loading
7428         w3/url.
7429         (pgg-insert-url-with-w3): Don't load url here.
7430
7431 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7432
7433         * message.el (message-kill-to-signature): Don't insert newline at
7434         bol.
7435         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7436
7437 2005-08-06  Romain Francoise  <romain@orebokech.com>
7438
7439         * message.el (message-user-fqdn): Fix typo in docstring.
7440
7441 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7442
7443         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7444
7445         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7446
7447 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7448
7449         * mm-bodies.el (mm-encode-body): Use coding system rather than
7450         charset to encode text.
7451
7452         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7453         number of charsets if utf-8 is available (XEmacs).
7454
7455 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7456
7457         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7458         taken from `gnus-button-mid-or-mail-regexp'.
7459         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7460         (gnus-button-alist): Improve regexp for domain part of the MIDs
7461         for news:localpart@domain buttons.
7462         (gnus-button-ctan-directory-regexp): Update.
7463
7464 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * sieve-manage.el (sieve-manage-interactive-login): Use
7467         make-local-variable rather than make-variable-buffer-local.
7468         (sieve-manage-open): Ditto.
7469         (sieve-manage-authenticate): Ditto.
7470
7471         * mml.el (mml-generate-mime-1): Make the content type default to
7472         text/plain if the filename is not specified.
7473
7474 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7477         instead of insert-buffer.
7478
7479         * message.el (message-yank-original): Ditto; set the mark at the
7480         end of the yanked message.
7481
7482 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7485         lines to scroll rather than to stop it.
7486
7487         * mml.el (mml-generate-default-type): Add doc string.
7488         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7489         default to application/octet-stream when determining the content
7490         type if it is not specified for the part or the mml contents; add
7491         a comment about mml-generate-default-type.
7492
7493 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7494
7495         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7496         make it default to application/octet-stream when determining the
7497         content type if it is not specified for the external contents.
7498
7499 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7502         segmented parameter but also other parameters might be there.
7503
7504 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7505
7506         * mm-decode.el (mm-display-external): Delete temp file, directory
7507         and buffer immediately if the external process is exited.
7508
7509 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7512         fewer lines than that of scroll-margin.
7513         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7514
7515 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * gnus-art.el (gnus-article-next-page): Revert.
7518         (gnus-article-beginning-of-window): New macro.
7519         (gnus-article-next-page-1): Use it.
7520         (gnus-article-prev-page): Ditto.
7521         (gnus-article-edit-part): Use insert-buffer-substring instead of
7522         insert-buffer.
7523         (gnus-article-edit-exit): Ditto.
7524
7525         * gnus-util.el (gnus-beginning-of-window): Remove.
7526         (gnus-end-of-window): Remove.
7527
7528         * lpath.el: Don't bind header-line-format and scroll-margin.
7529
7530 2005-07-25  Simon Josefsson  <jas@extundo.com>
7531
7532         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7533         to have the url package without w3.  Reported by Daiki Ueno
7534         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7535
7536 2005-07-20  Didier Verna  <didier@xemacs.org>
7537
7538         * gnus-diary.el: Remove the description comment (nndiary is now
7539         properly documented in the Gnus manual).
7540         Fix the spelling of "Back End".
7541         * nndiary.el: Ditto.
7542         Fix the copyright notice.
7543
7544 2005-07-18  Romain Francoise  <romain@orebokech.com>
7545
7546         * gnus-sum.el (gnus-summary-to-prefix)
7547         (gnus-summary-newsgroup-prefix): New variables.
7548         (gnus-summary-from-or-to-or-newsgroups): Use them.
7549
7550 2005-07-17  Romain Francoise  <romain@orebokech.com>
7551
7552         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7553         space as it's generally not especially interesting to the user.
7554
7555 2005-07-16  Romain Francoise  <romain@orebokech.com>
7556
7557         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7558         nil to avoid prompting and file modification if one of the
7559         messages at the top of the nnfolder file contains a copyright
7560         notice.
7561         Update copyright notice.
7562
7563         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7564         instead of `current-time-string' as the latter creates a time
7565         string that is not RFC 2822 compliant (it lacks the zone).
7566         Update copyright notice.
7567
7568 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7569
7570         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7571         for text/rtf.  Display default in prompt.  Pass default for M-n.
7572
7573         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7574
7575 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7576
7577         * gnus-msg.el (gnus-button-mailto): Remove
7578         save-selected-window-window hackery because it relies on
7579         save-selected-window internals.
7580
7581 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7584         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7585         (gnus-article-prev-page): Ditto.
7586
7587         * gnus-util.el (gnus-beginning-of-window): New function.
7588         (gnus-end-of-window): New function.
7589
7590         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7591
7592 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7593
7594         * gnus-score.el (gnus-score-edit-all-score): Set
7595         gnus-score-edit-exit-function to gnus-score-edit-done and call
7596         gnus-message.
7597
7598 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7599
7600         * gnus-msg.el (gnus-button-mailto): Remove
7601         save-selected-window-window hackery because it relies on
7602         save-selected-window internals.
7603
7604 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7605
7606         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7607         add-minor-mode.
7608         (gnus-binary-mode): Ditto.
7609
7610         * gnus-topic.el (gnus-topic-mode): Ditto.
7611
7612 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7613
7614         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7615         (gnus-article-prev-page): Take scroll-margin into consideration.
7616
7617 2005-07-04  Lute Kamstra  <lute@gnu.org>
7618
7619         Update FSF's address in GPL notices.
7620
7621 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7622
7623         * gnus.el (gnus-exit):
7624         * gnus-group.el (gnus-group-icons):
7625         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7626
7627         * gnus-nocem.el (gnus-nocem):
7628         * message.el (message-various, message-buffers, message-sending)
7629         (message-interface, message-forwarding, message-insertion)
7630         (message-headers, message-news, message-mail):
7631         * pgg-gpg.el (pgg-gpg):
7632         * pgg-parse.el (pgg-parse):
7633         * pgg-pgp.el (pgg-pgp):
7634         * pgg-pgp5.el (pgg-pgp5):
7635         * pop3.el (pop3): Finish `defgroup' description with period.
7636
7637 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * gnus-art.el (article-display-face): Improve the efficiency.
7640         (article-display-x-face): Ditto; remove grey x-face stuff.
7641
7642 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7643
7644         * gnus-art.el (article-display-face): Correct the position in
7645         which Faces are inserted.
7646
7647 2005-06-29  Didier Verna  <didier@xemacs.org>
7648
7649         * gnus-art.el (article-display-face): Display faces in correct
7650         order.
7651
7652 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7653
7654         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7655         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7656         (gnus-nocem-check-article): Fetch the Type header.
7657         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7658         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7659         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7660         make sure gnus-nocem-hashtb is initialized.
7661         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7662         (gnus-nocem-unwanted-article-p): Ditto.
7663
7664         * pgg.el (pgg-verify): Return the verification result.
7665
7666 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7667
7668         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7669         is ascii.
7670
7671 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7672
7673         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7674         `show-nonbreak-escape'.
7675
7676 2005-06-23  Lute Kamstra  <lute@gnu.org>
7677
7678         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7679
7680         * dig.el (dig-mode):
7681         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7682
7683 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7684
7685         * nnimap.el (nnimap-split-download-body): Fix spellings.
7686
7687 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7688
7689         * gnus-art.el (gnus-article-encrypt-body):
7690         * gnus-cus.el (gnus-score-customize):
7691         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7692         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7693
7694 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7695
7696         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7697         header by looking for magic "MII" at the beginnig.
7698
7699 2005-06-16  Miles Bader  <miles@gnu.org>
7700
7701         * gnus-xmas.el (gnus-xmas-group-startup-message):
7702         Use renamed gnus-splash face.
7703
7704         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7705         (assistant-field-face): New backward-compatibility alias for renamed
7706         face.
7707         (assistant-render-text): Use renamed assistant-field face.
7708
7709         * spam.el (spam): Remove "-face" suffix from face name.
7710         (spam-face): New backward-compatibility alias for renamed face.
7711         (spam-face, spam-initialize): Use renamed spam face.
7712
7713         * message.el (message-header-to, message-header-cc)
7714         (message-header-subject, message-header-newsgroups)
7715         (message-header-other, message-header-name)
7716         (message-header-xheader, message-separator, message-cited-text)
7717         (message-mml): Remove "-face" suffix from face names.
7718         (message-header-to-face, message-header-cc-face)
7719         (message-header-subject-face, message-header-newsgroups-face)
7720         (message-header-other-face, message-header-name-face)
7721         (message-header-xheader-face, message-separator-face)
7722         (message-cited-text-face, message-mml-face):
7723         New backward-compatibility aliases for renamed faces.
7724         (message-font-lock-keywords): Use renamed message faces.
7725
7726         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7727         (sieve-test-commands, sieve-tagged-arguments):
7728         Remove "-face" suffix from face names.
7729         (sieve-control-commands-face, sieve-action-commands-face)
7730         (sieve-test-commands-face, sieve-tagged-arguments-face):
7731         New backward-compatibility aliases for renamed faces.
7732         (sieve-control-commands-face, sieve-action-commands-face)
7733         (sieve-test-commands-face, sieve-tagged-arguments-face):
7734         Use renamed sieve faces.
7735
7736         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7737         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7738         (gnus-group-news-3-empty, gnus-group-news-4)
7739         (gnus-group-news-4-empty, gnus-group-news-5)
7740         (gnus-group-news-5-empty, gnus-group-news-6)
7741         (gnus-group-news-6-empty, gnus-group-news-low)
7742         (gnus-group-news-low-empty, gnus-group-mail-1)
7743         (gnus-group-mail-1-empty, gnus-group-mail-2)
7744         (gnus-group-mail-2-empty, gnus-group-mail-3)
7745         (gnus-group-mail-3-empty, gnus-group-mail-low)
7746         (gnus-group-mail-low-empty, gnus-summary-selected)
7747         (gnus-summary-cancelled, gnus-summary-high-ticked)
7748         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7749         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7750         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7751         (gnus-summary-low-undownloaded)
7752         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7753         (gnus-summary-low-unread, gnus-summary-normal-unread)
7754         (gnus-summary-high-read, gnus-summary-low-read)
7755         (gnus-summary-normal-read, gnus-splash):
7756         Remove "-face" suffix from face names.
7757         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7758         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7759         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7760         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7761         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7762         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7763         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7764         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7765         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7766         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7767         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7768         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7769         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7770         (gnus-summary-normal-ticked-face)
7771         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7772         (gnus-summary-normal-ancient-face)
7773         (gnus-summary-high-undownloaded-face)
7774         (gnus-summary-low-undownloaded-face)
7775         (gnus-summary-normal-undownloaded-face)
7776         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7777         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7778         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7779         (gnus-splash-face):
7780         New backward-compatibility aliases for renamed faces.
7781         (gnus-group-startup-message): Use renamed gnus faces.
7782
7783         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7784         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7785         (gnus-server-agent): Remove "-face" suffix from face names.
7786         (gnus-server-agent-face, gnus-server-opened-face)
7787         (gnus-server-closed-face, gnus-server-denied-face)
7788         (gnus-server-offline-face):
7789         New backward-compatibility aliases for renamed faces.
7790         (gnus-server-agent-face, gnus-server-opened-face)
7791         (gnus-server-closed-face, gnus-server-denied-face)
7792         (gnus-server-offline-face): Use renamed gnus faces.
7793
7794         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7795         Remove "-face" suffix from face names.
7796         (gnus-picon-xbm-face, gnus-picon-face):
7797         New backward-compatibility aliases for renamed faces.
7798
7799         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7800         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7801         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7802         (gnus-cite-11): Remove "-face" suffix from face names.
7803         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7804         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7805         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7806         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7807         New backward-compatibility aliases for renamed faces.
7808         (gnus-cite-attribution-face, gnus-cite-face-list)
7809         (gnus-article-boring-faces): Use renamed gnus faces.
7810
7811         * gnus-art.el (gnus-signature, gnus-header-from)
7812         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7813         (gnus-header-content): Remove "-face" suffix from face names.
7814         (gnus-signature-face, gnus-header-from-face)
7815         (gnus-header-subject-face, gnus-header-newsgroups-face)
7816         (gnus-header-name-face, gnus-header-content-face):
7817         New backward-compatibility aliases for renamed faces.
7818         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7819
7820         * gnus-sum.el (gnus-summary-selected-face)
7821         (gnus-summary-highlight): Use renamed gnus faces.
7822         * gnus-group.el (gnus-group-highlight): Likewise.
7823
7824 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7825
7826         * gnus-sieve.el (gnus-sieve-article-add-rule):
7827         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7828         * spam-stat.el (spam-stat-buffer-change-to-spam)
7829         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7830
7831         * message.el (message-is-yours-p):
7832         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7833
7834 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * mm-view.el (mm-inline-text): Withdraw the last change.
7837
7838 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7841         executing enriched-decode.
7842
7843 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7846         charset of tar files.
7847
7848 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
7849
7850         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7851
7852 2005-06-04  Lute Kamstra  <lute@gnu.org>
7853
7854         * nnfolder.el (nnfolder-read-folder): Make sure that undo
7855         information is never recorded.
7856
7857 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7858
7859         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7860
7861 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * pop3.el (pop3-apop): Run md5 in the binary mode.
7864
7865         * starttls.el (starttls-set-process-query-on-exit-flag):
7866         Use eval-and-compile.
7867
7868 2005-05-31  Simon Josefsson  <jas@extundo.com>
7869
7870         * smime.el (smime-replace-in-string): Define.
7871         (smime-cert-by-ldap-1): Use it.
7872
7873 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * gnus-art.el (article-display-x-face): Replace
7876         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7877
7878         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7879         set-process-query-on-exit-flag or process-kill-without-query.
7880
7881         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7882         loop instead of replace-regexp.
7883
7884         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7885         instead of process-kill-without-query if it is available.
7886
7887         * lpath.el: Fbind ldap-search-entries.
7888
7889         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7890         instead of find-file-hooks if it is available.
7891
7892         * mml1991.el: Bind pgg-default-user-id when compiling.
7893
7894         * mml2015.el: Bind pgg-default-user-id when compiling.
7895
7896         * nndraft.el (nndraft-request-associate-buffer):
7897         Use write-contents-functions instead of write-contents-hooks if it is
7898         available.
7899
7900         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7901         instead of find-file-hooks if it is available.
7902
7903         * nntp.el (nntp-open-connection): Replace
7904         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7905         (nntp-open-ssl-stream): Ditto.
7906         (nntp-open-tls-stream): Ditto.
7907
7908         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7909         set-process-query-on-exit-flag or process-kill-without-query.
7910         (starttls-open-stream-gnutls): Use it instead of
7911         process-kill-without-query.
7912         (starttls-open-stream): Ditto.
7913
7914 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
7915
7916         * smime.el (smime-cert-by-ldap-1): Don't use
7917         replace-regexp-in-string.
7918
7919 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
7920
7921         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7922
7923         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7924         in PEM format.  Adjust to the XEmacs compability.
7925
7926 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7927
7928         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7929         by `string-to-number'.
7930         * gnus-agent.el (gnus-agent-regenerate-group)
7931         (gnus-agent-fetch-articles): Ditto.
7932         * gnus-art.el (gnus-button-fetch-group): Ditto.
7933         * gnus-cache.el (gnus-cache-generate-active)
7934         (gnus-cache-articles-in-group): Ditto.
7935         * gnus-group.el (gnus-group-set-current-level)
7936         (gnus-group-insert-group-line): Ditto.
7937         * gnus-score.el (gnus-score-set-expunge-below)
7938         (gnus-score-set-mark-below, gnus-summary-score-effect)
7939         (gnus-summary-score-entry): Ditto.
7940         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7941         (gnus-soup-pack): Ditto.
7942         * gnus-spec.el (gnus-xmas-format): Ditto.
7943         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7944         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7945         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7946         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7947         * nndb.el (nndb-get-remote-expire-response): Ditto.
7948         * nndiary.el (nndiary-parse-schedule-value)
7949         (nndiary-string-to-number, nndiary-request-replace-article)
7950         (nndiary-request-article): Ditto.
7951         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7952         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7953         * nneething.el (nneething-make-head): Ditto.
7954         * nnfolder.el (nnfolder-request-article)
7955         (nnfolder-retrieve-headers): Ditto.
7956         * nnheader.el (nnheader-file-to-number): Ditto.
7957         * nnkiboze.el (nnkiboze-request-article): Ditto.
7958         * nnmail.el (nnmail-process-unix-mail-format)
7959         (nnmail-process-babyl-mail-format): Ditto.
7960         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7961         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7962         (nnmh-request-create-group, nnmh-request-list-1)
7963         (nnmh-request-group, nnmh-request-article): Ditto.
7964         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7965         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7966         * nnsoup.el (nnsoup-make-active): Ditto.
7967         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7968         * nntp.el (nntp-find-group-and-number)
7969         (nntp-retrieve-headers-with-xover): Ditto.
7970         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7971         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7972         (pgg-format-key-identifier): Ditto.
7973         * pop3.el (pop3-last, pop3-stat): Ditto.
7974         * qp.el (quoted-printable-decode-region): Ditto.
7975
7976         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7977         of concat.
7978
7979 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7980
7981         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7982
7983         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7984
7985         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7986
7987         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7988
7989         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7990
7991         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7992
7993         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7994         (gnus-carpal-mode): Ditto.
7995
7996         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7997         (gnus-browse-mode): Ditto.
7998
7999         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8000
8001         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8002
8003 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8004
8005         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8006
8007 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * gnus-util.el (gnus-run-mode-hooks): New function.
8010
8011         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8012
8013         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8014         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8015
8016 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8017
8018         * gnus-agent.el (gnus-agent-make-mode-line-string):
8019         Use mode-line-highlight as mouse-face.
8020
8021 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * canlock.el (canlock): Change the parent group to news.
8024
8025         * deuglify.el (gnus-outlook-deuglify): Add :group.
8026
8027         * dig.el (dig): Add :group.
8028
8029         * dns-mode.el (dns-mode): Add :group.
8030
8031         * encrypt.el (encrypt): Add :group.
8032
8033         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8034         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8035         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8036         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8037         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8038
8039         * gnus-diary.el (gnus-diary): Add :group.
8040
8041         * gnus.el (gnus-group-news-1-face): Add :group.
8042         (gnus-group-news-1-empty-face): Ditto.
8043         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8044         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8045         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8046         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8047         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8048         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8049         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8050         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8051         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8052         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8053         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8054         (gnus-summary-high-ticked-face): Ditto.
8055         (gnus-summary-low-ticked-face): Ditto.
8056         (gnus-summary-normal-ticked-face): Ditto.
8057         (gnus-summary-high-ancient-face): Ditto.
8058         (gnus-summary-low-ancient-face): Ditto.
8059         (gnus-summary-normal-ancient-face): Ditto.
8060         (gnus-summary-high-undownloaded-face): Ditto.
8061         (gnus-summary-low-undownloaded-face): Ditto.
8062         (gnus-summary-normal-undownloaded-face): Ditto.
8063         (gnus-summary-high-unread-face): Ditto.
8064         (gnus-summary-low-unread-face): Ditto.
8065         (gnus-summary-normal-unread-face): Ditto.
8066         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8067         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8068
8069         * hashcash.el (hashcash): New custom group.
8070         (hashcash-default-payment): Add :group.
8071         (hashcash-payment-alist): Ditto.
8072         (hashcash-default-accept-payment): Ditto.
8073         (hashcash-accept-resources): Ditto.
8074         (hashcash-path): Ditto.
8075         (hashcash-extra-generate-parameters): Ditto.
8076         (hashcash-double-spend-database): Ditto.
8077         (hashcash-in-news): Ditto.
8078
8079         * message.el (message-minibuffer-local-map): Add :group.
8080
8081         * netrc.el (netrc): Add :group.
8082
8083         * sieve-manage.el (sieve-manage-log): Add :group.
8084         (sieve-manage-default-user): Diito.
8085         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8086         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8087         (sieve-manage-authenticators): Ditto.
8088         (sieve-manage-authenticator-alist): Ditto.
8089         (sieve-manage-default-port): Ditto.
8090
8091         * sieve-mode.el (sieve-control-commands-face): Add :group.
8092         (sieve-action-commands-face): Ditto.
8093         (sieve-test-commands-face): Ditto.
8094         (sieve-tagged-arguments-face): Ditto.
8095
8096         * smime.el (smime): Add :group.
8097
8098         * spam-report.el (spam-report): Add :group.
8099
8100         * spam.el (spam, spam-face): Add :group.
8101
8102 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8103
8104         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8105         return \n.\n.\n at the end of articles.  Protect against that.
8106         (nntp-with-open-group): Allow debugging.
8107
8108         * nnheader.el (mail-header-set-extra): Make into a function
8109         because I just could't understand how to quote the list properly.
8110
8111         * dns.el (query-dns-cached): New function.
8112
8113 2005-05-26  Lute Kamstra  <lute@gnu.org>
8114
8115         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8116
8117 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8120
8121         * gnus-art.el: Don't autoload mail-extract-address-components.
8122
8123         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8124         eval-and-compile to evaluate it.
8125
8126         * hashcash.el: Don't autoload executable-find.
8127
8128         * nndb.el: Don't declare the nndb back end two or more times; don't
8129         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8130
8131         * nntp.el: Autoload format-spec instead of format; use
8132         eval-and-compile to evaluate autoload forms.
8133
8134 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8135
8136         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8137
8138 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8139
8140         * gnus.el (gnus-version-number): Bump version.
8141
8142 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8143
8144         * gnus.el: No Gnus v0.3 is released.
8145
8146 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8147
8148         * lpath.el (featurep): Bind show-nonbreak-escape.
8149
8150 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8151
8152         * gnus-art.el (gnus-article-edit-part): Disable undo.
8153
8154 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8157         gnus-article-date-lapsed-new-header is t if date timer is active;
8158         skip headers in which the original date value is empty.
8159         (gnus-article-save-original-date): Redefine it as a macro.
8160         (gnus-display-mime): Use it.
8161
8162 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * gnus-art.el (article-date-ut): Support converting date in
8165         forwarded parts as well.
8166         (gnus-article-save-original-date): New function.
8167         (gnus-display-mime): Use it.
8168
8169 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8170
8171         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8172         enclosure element of <item>.
8173
8174 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8175
8176         * message.el (message-kill-buffer-query): Renamed from
8177         `message-kill-buffer-query-if-modified'.  Added :version.
8178
8179 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8180
8181         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8182         window layout.
8183
8184 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * mml.el: Autoload dnd when compiling.
8187
8188 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8189
8190         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8191         x-dnd-*.
8192
8193 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * qp.el (quoted-printable-encode-region): Save excursion.
8196
8197 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8198
8199         * message.el (message-kill-buffer-query-if-modified): Add new variable
8200         so the user can kill a modified message buffer quickly.
8201         (message-kill-buffer): Use it.
8202
8203 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * lpath.el: Fbind display-time-event-handler; don't fbind
8206         string-to-multibyte.
8207
8208         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8209
8210 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8213         contained in text because xml.el decodes entities) with LFs.
8214
8215 2005-04-11  Lute Kamstra  <lute@gnu.org>
8216
8217         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8218         differently.
8219
8220 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8221
8222         * mm-util.el (mm-detect-coding-region): Typo.
8223
8224 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8227
8228 2005-04-06  D Goel  <deego@gnufans.org>
8229
8230         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8231         user-function allow user modifications of the scores.
8232         (spam-stat-score-buffer-user): New function, to allow
8233         user-computed modifications to the score.
8234         (spam-stat-score-buffer-user-functions): List of additional
8235         scoring functions.
8236         (spam-stat-error-holder): Global temporary error holder.
8237         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8238         variable.
8239
8240 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8241
8242         * gnus-registry.el (gnus-registry-clean-empty-function)
8243         (gnus-registry-trim, gnus-registry-fetch-groups)
8244         (gnus-registry-delete-group): Groups that match
8245         `gnus-registry-ignored-groups' are removed from the registry
8246         entries, not just ignored for splitting.  This helps clean up the
8247         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8248         to get all the groups a message ID is in.
8249
8250         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8251         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8252         (spam-stat-score-buffer-user-functions): Add :number custom type.
8253
8254 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8257         argument in XEmacs.
8258
8259         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8260         (nnrss-request-group): Decode group name first.
8261         (nnrss-request-article): Make a text/plain article if mml-to-mime
8262         failed.
8263         (nnrss-get-encoding): Return a compatible encoding according to
8264         nnrss-compatible-encoding-alist.
8265         (nnrss-find-el): Use consp instead of listp.
8266         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8267
8268 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8271         which Emacs 20 doesn't support.
8272         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8273
8274 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8275
8276         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8277         silence the byte compiler inside the defun.
8278
8279         * gnus-demon.el (parse-time-string): Add autoload.
8280
8281         * gnus-delay.el (parse-time-string): Add autoload.
8282
8283         * gnus-art.el (parse-time-string): Add autoload.
8284
8285         * nnultimate.el (parse-time): Require for `parse-time-string'.
8286
8287 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8288
8289         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8290
8291         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8292
8293         * smime.el (smime-ldap-host-list): Add :version.
8294
8295 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8296
8297         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8298         pass it to `gnus-browse-read-group'.
8299         (gnus-browse-read-group): Add NUMBER argument and pass it to
8300         `gnus-group-read-ephemeral-group'.
8301
8302         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8303         argument and pass it to `gnus-group-read-group'.
8304
8305 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8306
8307         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8308         mm-xemacs-find-mime-charset-1 if we have the mule feature
8309         available at runtime.
8310
8311 2005-03-25  Werner Lemberg  <wl@gnu.org>
8312
8313         * nnmaildir.el: Replace `illegal' with `invalid'.
8314
8315 2005-03-23  Lute Kamstra  <lute@gnu.org>
8316
8317         * time-date.el: Add comment on time value formats.
8318         Don't require parse-time.
8319         (with-decoded-time-value): New macro.
8320         (encode-time-value): New function.
8321         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8322         (days-to-time): Return a valid time value when arg is huge.
8323         (time-since): Use time-subtract.
8324         (time-to-number-of-days): Use time-to-seconds.
8325
8326 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8327
8328         * gnus-start.el (gnus-display-time-event-handler):
8329         Check display-time-timer at runtime rather than only at load time
8330         in case display-time-mode is turned off in the mean time.
8331
8332 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8333
8334         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8335         used.
8336
8337         * nneething.el (nneething-map-file-directory): Derive from
8338         `gnus-directory'.
8339
8340         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8341         the To/Cc button.
8342
8343 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8344
8345         * nnmaildir.el (nnmaildir-request-accept-article):
8346         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8347
8348 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8349
8350         * gnus-async.el: Require timer-funcs at compile time when in
8351         XEmacs for `run-with-idle-timer'.
8352
8353 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8354
8355         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8356         autoloaded function.
8357
8358 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8359
8360         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8361
8362 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8363
8364         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8365
8366 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8367
8368         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8369         gnus-expert-user to default.
8370
8371 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8372
8373         * nnimap.el (nnimap-open-server): Ditto.
8374
8375         * imap.el (imap-authenticate): Fix typo.
8376
8377 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8378
8379         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8380         buffer (since IMAP server might return FETCH response out of
8381         order, and the nntp buffer must be sorted).
8382
8383 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8384
8385         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8386         comparison on string.
8387
8388         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8389         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8390         (gnus-agent-summary-fetch-series): Modified to protect against
8391         gnus-agent-summary-fetch-group clearing processable flags.
8392         (gnus-agent-synchronize-group-flags): Update live group buffer as
8393         synchronization may occur due to the user toggle the plugged
8394         status.
8395         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8396         successfully downloaded.
8397         (gnus-agent-expire-group-1): Avoid using markers when the overview
8398         is in ascending order; greatly improves performance.
8399         (gnus-agent-regenerate-group): Use
8400         gnus-agent-synchronize-group-flags to reset read status in both
8401         gnus and server.
8402         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8403
8404 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8405
8406         * message.el: Don't autoload former message-utils variables.
8407         (message-strip-subject-trailing-was): Change doc string.
8408
8409         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8410         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8411         (nnweb-google-search): Add "hl=en" here.
8412         (nnweb-google-parse-1, nnweb-google-create-mapping):
8413         Don't hardcode URL.
8414
8415 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8416
8417         * message.el (message-get-reply-headers, message-followup):
8418         Mention related variables `message-use-followup-to' and
8419         `message-use-mail-followup-to', in the information buffer.
8420
8421         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8422         of broken groups(-beta).google.com.
8423
8424 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8425
8426         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8427         parameter to invoked gnus-request-move-article; remove the
8428         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8429         all at once instead of once per article.
8430         (gnus-summary-remove-process-mark): Accept a list of articles as
8431         well as a single article for processing.
8432
8433         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8434         parameter.
8435
8436         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8437
8438         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8439
8440         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8441         parameter.
8442
8443         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8444         parameter.
8445
8446         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8447         parameter and remove the gnus-sum-hint-move-is-internal variable.
8448
8449         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8450         parameter.
8451
8452         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8453         parameter.
8454
8455         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8456         parameter.
8457
8458         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8459
8460         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8461         parameter.
8462
8463         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8464         parameter.
8465
8466 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8467
8468         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8469         a more conservative way.
8470
8471 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8472
8473         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8474         buffer, so it moves the window's cursor.
8475
8476 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8477
8478         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8479         `mm-dissect-multipart' and receive the from field as an (optional)
8480         argument from `mm-dissect-multipart'.
8481         (mm-dissect-multipart): Receive the from field as an argument and
8482         pass it on when we call `mm-dissect-buffer' on MIME parts.
8483         Fixes verification/decryption of signed/encrypted MIME parts.
8484
8485 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8486
8487         * gnus-sum.el (gnus-summary-move-article): Set
8488         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8489         whatever it calls (right now, only nnimap-request-move article
8490         respects it).
8491
8492         * nnimap.el (nnimap-request-move-article): When
8493         gnus-sum-hint-move-is-internal is set, don't do the extra
8494         nnimap-request-article.
8495
8496 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8497
8498         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8499
8500         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8501         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8502
8503         * gnus-sum.el (gnus-summary-caesar-message):
8504         Apply `gnus-treat-article' after rotation.
8505
8506         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8507         doc string.
8508
8509 2005-02-22  Simon Josefsson  <jas@extundo.com>
8510
8511         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8512         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8513         <arne@arnested.dk>.
8514         (encrypt): Add password-cache and password-cache-expiry as group
8515         members.
8516
8517 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8518
8519         * smime.el (smime-ldap-host-list): Doc fix.
8520         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8521         cache) password.
8522         (smime-sign-region): Use it.
8523         (smime-decrypt-region): Use it.
8524         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8525         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8526         fails.
8527         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8528         certificate from DER to PEM format rather than calling openssl.
8529
8530         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8531
8532         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8533         for signing/encryption.
8534
8535         * mml.el (mml-parse-1): Use them.
8536
8537 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8538
8539         * nnrss.el (nnrss-verbose): Removed.
8540         (nnrss-request-group): Use `nnheader-message' instead.
8541
8542 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8543
8544         * nnrss.el (nnrss-verbose): New variable.
8545         (nnrss-request-group): Make it say nnrss is requesting a group.
8546
8547 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8548
8549         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8550         Handle news URL with given port correctly.
8551
8552 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8555         containing special characters.
8556
8557         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8558
8559         * mml.el (mime-to-mml): Ditto.
8560
8561         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8562         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8563         (rfc2047-decode-region): Quote decoded words containing special
8564         characters when rfc2047-quote-decoded-words-containing-tspecials
8565         is non-nil.
8566
8567 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8568
8569         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8570
8571         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8572
8573 2005-02-15  Simon Josefsson  <jas@extundo.com>
8574
8575         * nnimap.el (nnimap-debug): Doc fix.
8576
8577         * imap.el (imap-debug): Doc fix.
8578
8579 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8580
8581         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8582
8583 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8584
8585         * gnus.el (spam-contents): Improve docs for spam-contents
8586         parameter in its variable incarnation.
8587
8588 2005-02-14  Simon Josefsson  <jas@extundo.com>
8589
8590         * smime-ldap.el: Use require instead of load-library for ldap.
8591         (smime-ldap-search): Indent.
8592         (smime-ldap-search-internal): Shorten line.
8593
8594         * smime.el (smime-cert-by-dns): Add doc-string.
8595         (smime-cert-by-ldap-1): Indent.
8596
8597         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8598         mml-smime-get-dns-ldap.
8599         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8600
8601 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8602
8603         * smime.el: Require smime-ldap.
8604         (smime-ldap-host-list): New variable.
8605         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8606
8607         * mml-smime.el (mml-smime-encrypt-query): New function.
8608         (mml-smime-encrypt-query): Use it.
8609
8610         * smime-ldap.el: New file.
8611
8612 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8613
8614         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8615
8616 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8617
8618         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8619         argument in doc string.  Make query for type more clear.
8620
8621 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8622
8623         * gnus.el (gnus-group-startup-message): Search for gnus images in
8624         etc/images/gnus.
8625         * mm-util.el (mm-image-load-path): Likewise.
8626         * smiley.el (smiley-data-directory): Search for smilies in
8627         etc/images/smilies.
8628
8629 2005-02-09  Kim F. Storm  <storm@cua.dk>
8630
8631         Change Emacs release version from 21.4 to 22.1 throughout.
8632         Change Emacs development version from 21.3.50 to 22.0.50.
8633
8634 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8635
8636         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8637
8638         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8639         non-Mule XEmacs as well.
8640         (mm-decompress-buffer): Signal an error intentionally if it does
8641         not decompress compressed data because auto-compression-mode is
8642         disabled.
8643
8644 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8645
8646         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8647         an ID in the registry even if it has no groups.
8648
8649 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8652         merge it into mm-decompress-buffer.
8653         (gnus-mime-copy-part): Use the MIME part charset, the value which
8654         a user specified or gnus-newsgroup-charset for decoding, like
8655         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8656         save-buffer what was used.  Suggested by Kevin Ryde
8657         <user42@zip.com.au>.
8658         (gnus-mime-inline-part): Allow the name parameter as well as the
8659         filename parameter; force decompressing of compressed data; always
8660         display contents being not decoded as unibyte.
8661
8662         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8663         as well as the filename parameter.
8664
8665         * mm-util.el (mm-decompress-buffer): Merge
8666         gnus-mime-jka-compr-maybe-uncompress.
8667         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8668         of compressed data.
8669
8670 2005-02-08  Simon Josefsson  <jas@extundo.com>
8671
8672         * imap.el (imap-log): Doc fix.
8673
8674 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8677         the coding cookies; decompress compressed parts.
8678
8679         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8680         to the value which a user specified manually or the coding cookie.
8681
8682         * mm-util.el (mm-string-to-multibyte): New function.
8683         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8684         (mm-coding-system-to-mime-charset): New function.
8685         (mm-decompress-buffer): New function.
8686         (mm-find-buffer-file-coding-system): New function.
8687
8688         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8689         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8690         parts.
8691
8692 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8693
8694         * mm-view.el (mm-display-inline-fontify): Decode a part according
8695         to the charset parameter.
8696
8697 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8700         prefix arg is neither nil nor a number, as info specifies.
8701
8702 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8705         timestamps.
8706
8707 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8708
8709         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8710         groups error checking and notify user.
8711
8712 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8713
8714         * message.el (message-send-mail-function): Check existence of
8715         sendmail-program first before using default value
8716         `message-send-mail-with-sendmail'.  Otherwise use more generic
8717         `smtpmail-send-it'.
8718
8719 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * nntp.el (nntp-request-update-info): Always return nil.
8722
8723 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8724
8725         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8726
8727 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8728
8729         * message.el (message-beginning-of-line): Change the behavior when
8730         invoked between BOL and : so that it first moves backward.
8731
8732 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8735         article buffer when editing of the article is discarded.
8736         (gnus-article-prepare): Revert.
8737
8738 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * gnus-art.el (gnus-article-prepare):
8741         Remove message-strip-forbidden-properties from the local hook.
8742
8743 2005-01-27  Simon Josefsson  <jas@extundo.com>
8744
8745         * password.el (password-cache-add): Only start one timer per key.
8746         Reported by Derek Atkins <warlord@MIT.EDU>.
8747
8748 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8749
8750         * run-at-time.el: Removed.  It is no longer needed as
8751         timer-funcs.el in the xemacs-base package has a working version of
8752         `run-at-time'.
8753
8754         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
8755
8756         * password.el: Require timer-funcs instead of run-at-time in
8757         XEmacs.
8758         Remove `password-run-at-time' macro.
8759         (password-cache-add): Use `run-at-time' instead of
8760         `password-run-at-time'.
8761
8762         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
8763         Remove `nnheader-cancel-function-timers' alias,
8764         `cancel-function-timers' exists in XEmacs in timer-funcs.
8765
8766         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8767         for `run-with-idle-timer'.
8768
8769         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8770         for `run-at-time'.
8771
8772         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8773         for `with-timeout'.
8774
8775         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
8776         the same as for XEmacs 21.4.
8777         No need to ignore `run-with-idle-timer', this function exists in
8778         XEmacs now in timer-funcs.el in the xemacs-base package.
8779         (dgnushack-compile): No need to delete
8780         run-at-time.el from the list of files to compile because it
8781         doesn't exist anymore.
8782
8783 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * mml.el (mml-generate-mime-1): Convert string into unibyte when
8786         inserting " *mml*" buffer's contents into a unibyte temp buffer.
8787
8788 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
8789
8790         * mail-source.el (mail-source-fetch-imap): Search for ^From case
8791         sensitively.
8792
8793 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
8794
8795         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8796
8797 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8800         which will be inserted according to the multibyteness of a buffer
8801         rather than the type of contents.  Suggested by ARISAWA Akihiro
8802         <ari@mbf.ocn.ne.jp>.
8803
8804         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8805         of string which old xml.el may return rather than a string.
8806
8807 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8808
8809         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8810
8811 2005-01-16  Simon Josefsson  <jas@extundo.com>
8812
8813         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8814         idn/idna.el isn't available.
8815         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
8816         <michael@waxrat.com>.
8817
8818         * hashcash.el: Remove non-FSF copyright header.
8819
8820         * hashcash.el (hashcash-extra-generate-parameters): New variable.
8821         (hashcash-generate-payment): Use it.
8822         (hashcash-generate-payment-async): Use it.
8823
8824 2005-01-15  Simon Josefsson  <jas@extundo.com>
8825
8826         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8827         Suggested by Raymond Scholz <ray-2005@zonix.de>.
8828
8829         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8830         gnus-summary-idna-message.
8831         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8832         (gnus-summary-idna-message): New function.
8833
8834 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8835
8836         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8837         gnus-novice-user.
8838
8839 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * nnrss.el (nnrss-request-delete-group): Delete entries in
8842         nnrss-group-alist as well.
8843         (nnrss-save-server-data): Insert newline.
8844
8845 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
8846
8847         * gnus.el (gnus-user-agent): Use list of symbols instead of
8848         symbols.  Display full version number for (S)XEmacs.  Optionally
8849         display (S)XEmacs codename.
8850
8851         * gnus-util.el (gnus-emacs-version): Update for new
8852         `gnus-user-agent'.
8853
8854         * gnus-msg.el (gnus-extended-version): Make it possible to omit
8855         Gnus version.
8856
8857 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8858
8859         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
8860         which is unreadable in some setups.
8861
8862 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * gnus-spec.el (gnus-update-format-specifications): Flush the
8865         group format spec cache if it doesn't support decoded group names.
8866
8867 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8868
8869         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8870         Allow to apply decay on score files matching a regexp.
8871
8872 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8875         compatibility in %g and %c.
8876
8877 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8880         name for only %g and %c.
8881         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8882         of gnus-tmp-group to decoded group name.
8883         (gnus-group-make-rss-group): Exclude `/'s from group names.
8884
8885 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * nnrss.el (nnrss-get-encoding): Fix regexp.
8888
8889 2004-12-27  Simon Josefsson  <jas@extundo.com>
8890
8891         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8892         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8893         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
8894
8895 2004-12-17  Kim F. Storm  <storm@cua.dk>
8896
8897         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8898
8899         * gnus-sum.el (gnus-summary-mode-map): Likewise.
8900
8901 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8902
8903         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8904
8905 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * nnrss.el: Require rfc2047 and mml.
8908         (nnrss-file-coding-system): New variable.
8909         (nnrss-format-string): Redefine it as an inline function.
8910         (nnrss-decode-group-name): New function.
8911         (nnrss-string-as-multibyte): Remove.
8912         (nnrss-retrieve-headers): Decode group name; don't use
8913         nnrss-format-string.
8914         (nnrss-request-group): Decode group name.
8915         (nnrss-request-article): Decode group name; allow a Message-ID as
8916         well as an article number; don't use nnrss-format-string; encode a
8917         Message-ID string which may contain non-ASCII characters; use
8918         mml-to-mime to compose a MIME article.
8919         (nnrss-request-expire-articles): Decode group name.
8920         (nnrss-request-delete-group): Decode group name.
8921         (nnrss-fetch): Clarify error message.
8922         (nnrss-read-server-data): Use insert-file-contents instead of load;
8923         bind file-name-coding-system; use multibyte buffer.
8924         (nnrss-save-server-data): Bind coding-system-for-write to the
8925         value of nnrss-file-coding-system; bind file-name-coding-system;
8926         add coding cookie.
8927         (nnrss-read-group-data): Use insert-file-contents instead of load;
8928         bind file-name-coding-system; use multibyte buffer.
8929         (nnrss-save-group-data): Bind coding-system-for-write to the
8930         value of nnrss-file-coding-system; bind file-name-coding-system.
8931         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8932         make it work with non-ASCII text.
8933         (nnrss-find-el): Make it work with old xml.el as well.
8934
8935 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8936
8937         * nnrss.el (nnrss-get-encoding): New function.
8938         (nnrss-fetch): Use unibyte buffer initially; bind
8939         coding-system-for-read while performing mm-url-insert; remove ^Ms;
8940         decode contents according to the encoding attribute.
8941         (nnrss-save-group-data): Add coding cookie.
8942         (nnrss-mime-encode-string): New function.
8943         (nnrss-check-group): Use it to encode subject and author.
8944
8945 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
8946
8947         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8948         imaginary variable.
8949
8950 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8951
8952         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8953         correctly even if there are wide characters.
8954
8955 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8956
8957         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8958         downcased symbol names; make a new cache instead of reusing
8959         bbdb-hashtable.
8960
8961 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8964         concatenating segments rather than before concatenating them.
8965         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8966
8967         * message.el (message-get-reply-headers): Bind `extra'.
8968
8969 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8970
8971         * message.el (message-extra-wide-headers): New variable.
8972         (message-get-reply-headers): Use it.
8973
8974 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * gnus-agent.el (gnus-agent-group-path): Decode group name.
8977         (gnus-agent-group-pathname): Ditto.
8978
8979         * gnus-cache.el (gnus-cache-file-name): Decode group name.
8980
8981         * gnus-group.el (gnus-group-make-group): Decode group name.
8982         (gnus-group-make-rss-group): Register the group data after opening
8983         the nnrss group.
8984
8985 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
8986
8987         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8988         by expiry now get marked as read.
8989
8990 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8991
8992         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8993
8994 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
8995
8996         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8997         unify Latin characters in XEmacs.
8998         (mm-find-mime-charset-region): Use it.
8999
9000 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * gnus-util.el (gnus-delete-directory): New function.
9003
9004         * gnus-agent.el (gnus-agent-delete-group): Use it.
9005
9006         * gnus-cache.el (gnus-cache-delete-group): Use it.
9007
9008 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9011         names.
9012
9013 2004-12-16  Simon Josefsson  <jas@extundo.com>
9014
9015         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9016
9017 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9020
9021         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9022         (gnus-group-set-current-level): Decode group name.
9023
9024 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9025
9026         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9027         failed.
9028
9029 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * gnus-group.el (gnus-group-delete-group): Decode group name.
9032         (gnus-group-make-rss-group): Encode group name.
9033         (gnus-group-catchup-current): Decode group name.
9034         (gnus-group-kill-group): Decode group name.
9035
9036 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9037
9038         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9039
9040 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * gnus-group.el (gnus-group-make-rss-group):
9043         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9044
9045         * gnus-start.el (gnus-setup-news): Honor user's setting to
9046         gnus-message-archive-method.  Suggested by Lute Kamstra
9047         <lute@gnu.org>.
9048
9049 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9050
9051         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9052         global counterparts of the buffer-local variables.
9053
9054 2004-11-16  Romain Francoise  <romain@orebokech.com>
9055
9056         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9057         counterparts of the buffer-local variables.
9058
9059 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9060
9061         * message.el (message-forbidden-properties): Fixed typo in doc
9062         string.
9063
9064 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9065
9066         * gnus-util.el (gnus-replace-in-string): Added doc string.
9067
9068         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9069         to avoid problems when splitting mails with many recipients.
9070
9071 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9072
9073         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9074         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9075
9076 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9077
9078         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9079         if there is no hashtable in memory or file modification time is
9080         newer than cached timestamp.
9081
9082 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9083
9084         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9085         not-matching option.
9086
9087 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9090         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9091         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9092         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9093         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9094         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9095
9096 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * message.el (message-forward-make-body-mml): Remove headers
9099         according to message-forward-ignored-headers if a message is decoded.
9100
9101 2004-12-02  Romain Francoise  <romain@orebokech.com>
9102
9103         * message.el (message-forward-make-body-plain): Always remove
9104         headers according to message-forward-ignored-headers.
9105
9106 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9107
9108         * spam.el (spam-summary-prepare-exit): Remove the
9109         gnus-summary-limit pop for now, it has problems with ham marks for
9110         me.
9111
9112 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9113
9114         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9115         correctly.
9116
9117 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9118
9119         * format-spec.el (format-spec): Message the char.
9120
9121 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9122
9123         * gnus-art.el (gnus-split-methods): Reformat comments.
9124
9125         * spam.el (spam-summary-prepare-exit): Remove article limits
9126         before exiting the summary buffer.
9127
9128 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9131         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9132
9133         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9134         order to silence the byte compiler.
9135
9136         * spam.el: Fix the way to silence the byte compiler, which
9137         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9138         bbdb-search-simple, spam-BBDB-register-routine,
9139         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9140         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9141         spam-stat-buffer-is-spam, spam-stat-load,
9142         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9143         spam-stat-save and spam-stat-split-fancy.
9144
9145 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9148         which may confuse users.
9149         (canlock-password-for-verify): Ditto.
9150
9151         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9152
9153         * gnus-art.el (gnus-emphasis-alist): Ditto.
9154
9155         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9156
9157         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9158
9159         * gnus-start.el (gnus-save-killed-list): Ditto.
9160
9161         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9162         (gnus-sum-thread-tree-root): Ditto.
9163         (gnus-sum-thread-tree-false-root): Ditto.
9164         (gnus-sum-thread-tree-single-indent): Ditto.
9165
9166         * message.el (message-courtesy-message): Ditto.
9167         (message-archive-note): Ditto.
9168         (message-subscribed-address-file): Ditto.
9169         (message-user-fqdn): Ditto.
9170
9171         * spam-report.el (spam-report-gmane-regex): Ditto.
9172
9173         * spam.el (spam-blackhole-good-server-regex): Ditto.
9174
9175 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * mml.el (mml-preview): Widen the message buffer before copying
9178         the contents to the preview buffer; sort headers before previewing.
9179
9180         * message.el (message-hidden-headers): Fix the way to avoid a bug
9181         in the `repeat' widget in Emacs 21.3 or earlier.
9182
9183 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * message.el (message-hidden-headers): Default to "^References:".
9186         Improve customization type.  Suggested by Reiner Steib
9187         <Reiner.Steib@gmx.de>.
9188
9189 2004-11-25  Romain Francoise  <romain@orebokech.com>
9190
9191         * message.el (message-strip-forbidden-properties): Remove check for
9192         obsolete `message-hidden' text property, hidden headers are not
9193         accessible in the buffer anymore.
9194
9195 2004-11-22  Romain Francoise  <romain@orebokech.com>
9196
9197         * message.el (message-header-format-alist): Add `From' in list
9198         so that it can be sorted.
9199         (message-fix-before-sending): Widen and sort headers before
9200         sending.
9201         (message-hide-headers): Use narrowing to hide headers by moving
9202         them to the top of the buffer and narrowing to the region
9203         underneath.
9204
9205 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206
9207         * message.el (message-strip-forbidden-properties): Bind
9208         buffer-read-only (etc) to nil.
9209
9210 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9213         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9214
9215 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9216
9217         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9218
9219 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9220
9221         * dns.el (query-dns): Use sit-for to time instead of
9222         accept-process-output, since that doesn't seem to work on udp
9223         sockets.
9224
9225 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9228
9229 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9230
9231         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9232         doc string.  Improve doc string.
9233
9234 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * nntp.el (nntp-request-update-info): Return nil if
9237         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9238         may not call gnus-activate-group which uselessly issues the GROUP
9239         commands for all nntp groups and wastes time.  Reported by Romain
9240         Francoise <romain@orebokech.com>.
9241
9242         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9243
9244 2004-11-15  Simon Josefsson  <jas@extundo.com>
9245
9246         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9247         headers separately.
9248         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9249         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9250
9251 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9252
9253         * gnus-start.el (gnus-convert-old-newsrc):
9254         Assign legacy-gnus-agent to 5.10.7.
9255
9256 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9257
9258         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9259         start of the lines.
9260
9261 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9262
9263         * hashcash.el (hashcash-default-payment): Change default to 20
9264         (hashcash-default-accept-payment): Change default to 20
9265         (hashcash-process-alist): New variable
9266         (hashcash-generate-payment-async): Add
9267         (hashcash-already-paid-p): Add
9268         (hashcash-insert-payment): Don't generate payments twice
9269         (hashcash-insert-payment-async): Add
9270         (hashcash-insert-payment-async-2): Add
9271         (hashcash-cancel-async): Add
9272         (hashcash-wait-async): Add
9273         (hashcash-processes-running-p): Add
9274         (hashcash-wait-or-cancel): Add
9275         (mail-add-payment): New optional argument.  Conditionally start
9276         asynchronous calculation.
9277         (mail-add-payment-async): Add
9278
9279         * message.el (message-send-mail): Wait for asynchronous hashcash
9280         results.  Don't clobber existing X-Hashcash headers.
9281         (message-setup-1): Call mail-add-payment-async when
9282         message-generate-hashcash is non-nil.
9283
9284 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9285
9286         * message.el (message-use-alternative-email-as-from): Examine the
9287         From header as well; use message-make-from in order to include a
9288         user's full name.
9289
9290 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9291
9292         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9293         default; improve customization type.
9294         (gnus-emphasis-custom-with-format): New macro.
9295         (gnus-emphasis-custom-value-to-external): New function.
9296         (gnus-emphasis-custom-value-to-internal): New function.
9297
9298 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9299
9300         * dns.el (query-dns): Resolve reverse addresses.
9301
9302 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9303
9304         * gnus-group.el (gnus-group-get-new-news): Use it.
9305
9306         * gnus-start.el (gnus-check-reasonable-setup): New function.
9307
9308 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9311         "Args out of range" error.  Reported by Arnaud Giersch
9312         <arnaud.giersch@free.fr>.
9313
9314 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9315
9316         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9317
9318 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9319
9320         * spam.el (spam group): Add :version.
9321
9322         * pgg-def.el (pgg group): Add :version.
9323
9324 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * gnus-art.el (gnus-article-edit-article): Don't associate the
9327         article buffer with a draft file.  This is a temporary measure
9328         against the 2004-08-22 change to gnus-article-edit-mode.
9329
9330 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9333         (html2text-format-tags): Remove unused variable `attr'.
9334
9335 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9338
9339         * tls.el (tls-process-connection-type, tls-success)
9340         (tls-certtool-program): Add :version.
9341
9342         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9343         (starttls-extra-arguments, starttls-process-connection-type)
9344         (starttls-connect, starttls-failure, starttls-success):
9345
9346         * spam-stat.el (spam-stat): Add :version.
9347
9348         * sieve.el (sieve): Add :version.
9349
9350         * sha1.el (sha1): Add :version.
9351         (sha1-use-external): Remove redundant version.
9352
9353         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9354         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9355         (nnmail-split-fancy-match-partial-words)
9356         (nnmail-split-lowercase-expanded): Add :version.
9357
9358         * nndiary.el (nndiary): Add :version.
9359
9360         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9361
9362         * mml-sec.el (mml-default-sign-method)
9363         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9364         Add :version.
9365
9366         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9367
9368         * mm-url.el (mm-url-use-external, mm-url-program)
9369         (mm-url-arguments): Add :version.
9370
9371         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9372         (mm-attachment-file-modes, mm-decrypt-option)
9373         (mm-w3m-safe-url-regexp): Add :version.
9374
9375         * message.el (message-cite-prefix-regexp)
9376         (message-sendmail-envelope-from, message-minibuffer-local-map)
9377         (message-user-fqdn, message-completion-alist): Add :version.
9378
9379         * gnus-win.el (gnus-configure-windows-hook)
9380         (gnus-use-frames-on-any-display): Add :version.
9381
9382         * gnus-art.el (gnus-article-address-banner-alist)
9383         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9384         (gnus-treat-from-picon, gnus-treat-mail-picon)
9385         (gnus-treat-x-pgp-sig): Add :version.
9386
9387         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9388         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9389         (gnus-summary-article-delete-hook)
9390         (gnus-summary-display-while-building): Add :version.
9391
9392         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9393         (gnus-get-top-new-news-hook):Add :version.
9394
9395         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9396         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9397
9398         * gnus-registry.el (gnus-registry): Add :version.
9399
9400         * gnus-spec.el (gnus-use-correct-string-widths)
9401         (gnus-make-format-preserve-properties): Add :version.
9402
9403         * gnus.el (gnus-group-charter-alist)
9404         (gnus-group-fetch-control-use-browse-url)
9405         (gnus-install-group-spam-parameters): Add :version.
9406
9407         * gnus-diary.el (gnus-diary): Add :version.
9408
9409         * gnus-delay.el (gnus-delay): Add :version.
9410
9411         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9412         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9413         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9414         Add :version.
9415
9416         * gnus-agent.el (gnus-agent-max-fetch-size)
9417         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9418         (gnus-agent-prompt-send-queue): Add :version.
9419
9420         * deuglify.el (gnus-outlook-deuglify): Add :version.
9421
9422         * html2text.el: Beautify code.  Improve doc strings.  Some
9423         checkdoc cleanup.
9424         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9425
9426 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9427
9428         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9429
9430 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9431
9432         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9433         when package is loaded.
9434
9435         * spam.el (spam-summary-score-preferred-header): Add global preference
9436         for people who want to override the default SpamAssassin over
9437         Bogofilter preference (when both are set).
9438         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9439         (spam-user-format-function-S): Check
9440         spam-summary-score-preferred-header.
9441         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9442         (spam-user-format-function-S): Format the score correctly.
9443
9444 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9447         signature file.  Suggested by Manoj Srivastava
9448         <srivasta@golden-gryphon.com>.
9449
9450         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9451         iso-2022-jp even in the Japanese language environment.
9452         Suggested by Jason Rumney <jasonr@gnu.org>.
9453
9454 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9457         use the same characters as the dummy marks; make it free from
9458         getting affected by the language environment.
9459         (gnus-summary-read-group-1): Update mark positions only when the
9460         format spec is updated.
9461
9462         * gnus-spec.el (gnus-update-format-specifications): Return a list
9463         of updated types.
9464
9465 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9468         of boundp to check if display-warning is available.
9469
9470 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9471
9472         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9473
9474 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * nnspool.el (nnspool-spool-directory): Use news-path if the
9477         news-directory variable is not bound.
9478
9479         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9480         function instead of display-warning if it is not available.
9481
9482 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9483
9484         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9485         v5-10: Use `point-at-bol'.
9486
9487 2004-10-26  Simon Josefsson  <jas@extundo.com>
9488
9489         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9490         <chenggao@gmail.com>.
9491
9492 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9493
9494         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9495         instead.
9496
9497 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9498
9499         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9500         to remove a server from the nnimap-server-buffer-alist.
9501         (nnimap-open-connection, nnimap-close-server): Use it.
9502
9503         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9504
9505 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9508         running the major-mode function.
9509
9510 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9511
9512         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9513         dummy marks in the right way.
9514
9515 2004-10-18  David Edmondson  <dme@dme.org>
9516
9517         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9518         excessively.
9519
9520 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9521
9522         * gnus-util.el (gnus-split-references): Accept a nil references
9523         string and go on blissfully.
9524
9525         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9526         cases where the references string is non-nil but has no references.
9527
9528         * encrypt.el: Add autoload tags.
9529
9530         * spam.el (spam-resolve-registrations-routine): Remove article
9531         from unregistration list too.  Reported by David Hanak
9532         <dhanak@isis.vanderbilt.edu>
9533
9534 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9537         nil.  Changed custom type.
9538
9539 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9542
9543         * gnus-sum.el (gnus-summary-move-article): Use it.
9544
9545 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9546
9547         * encrypt.el: Add autoload cookies.
9548
9549         * spam.el (spam-backend-article-list-property)
9550         (spam-backend-get-article-todo-list)
9551         (spam-backend-put-article-todo-list, )
9552         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9553         Resolve registrations separately.
9554         (spam-register-routine): Format comments.
9555         (spam-unregister-routine, spam-register-routine): Always call with
9556         specific-articles, no default list.
9557         (spam-summary-prepare-exit): Use the spam-classifications function.
9558
9559         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9560         gnus-encrypt.el.
9561
9562         * encrypt.el: Copied from gnus-encrypt.el.
9563
9564         * gnus-encrypt.el: Commented that it's obsolete.
9565
9566 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9567
9568         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9569         (gnus-score-save): Use it.
9570
9571         * message.el (message-bury): Use `window-dedicated-p'.
9572
9573 2004-10-15  Simon Josefsson  <jas@extundo.com>
9574
9575         * pop3.el (top-level): Don't require nnheader.
9576         (pop3-read-timeout): Add.
9577         (pop3-accept-process-output): Add.
9578         (pop3-read-response, pop3-retr): Use it.
9579
9580 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9581
9582         * spam.el (spam-register-routine): Move comment.
9583         (spam-verify-bogofilter): Use 'unknown for the initial
9584         spam-bogofilter-valid state, not 'never.
9585
9586         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9587         for netrc-machine.
9588
9589         * nnimap.el (nnimap-open-connection): Use
9590         netrc-machine-user-or-password.
9591
9592 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9593
9594         * gnus-registry.el (gnus-registry-unload-hook):
9595         Set as a variable with add-hook.
9596
9597         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9598         of news-path.
9599
9600         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9601
9602         * spam.el: Delete duplicate `provide'.
9603         (spam-unload-hook): Set as a variable with add-hook.
9604
9605 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9606
9607         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9608         in the doc string.
9609
9610         * message.el (message-ignored-news-headers)
9611         (message-ignored-supersedes-headers)
9612         (message-ignored-resent-headers)
9613         (message-forward-ignored-headers): Improve custom type.
9614
9615 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9616
9617         * message.el (message-tokenize-header): Fix 2004-09-06 change
9618         which used point-min in the wrong place.
9619
9620 2004-10-12  Simon Josefsson  <jas@extundo.com>
9621
9622         * tls.el (tls-certtool-program): New variable.
9623         (tls-certificate-information): New function, based on
9624         ssl-certificate-information.
9625
9626 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * compface.el: Move the version of ELisp-based uncompface program
9629         to the contrib directory because of the copyright problem.
9630
9631 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9632
9633         * message.el (message-kill-buffer): Raise the current frame.
9634
9635 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9636
9637         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9638
9639         * gnus.el (message-y-or-n-p): Autoload.
9640
9641         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9642         (pop3-password-required, pop3-authentication-scheme)
9643         (pop3-leave-mail-on-server): Made customizable.
9644         (pop3): New custom group.
9645         (pop3-retr): Remove `sleep-for' statements.
9646         Suggested by Dave Love <fx@gnu.org>.
9647
9648         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9649         Windows/DOS.
9650
9651         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9652         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9653         Dave Love <fx@gnu.org>.
9654
9655         * mml.el (mml-minibuffer-read-disposition): Require match.
9656         Suggested by Dave Love <fx@gnu.org>.
9657
9658 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9659
9660         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9661         doc string.
9662
9663 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9664
9665         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9666
9667 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9668
9669         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9670         instead of calling `mm-insert-inline', to decode text/* parts
9671         before displaying them.
9672
9673 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * mm-uu.el (mm-uu-text-plain-type): New variable.
9676         (mm-uu-pgp-signed-extract-1): Use it.
9677         (mm-uu-pgp-encrypted-extract-1): Use it.
9678         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9679         bind mm-uu-text-plain-type with that value.
9680         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9681         mm-uu-dissect.
9682
9683 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * gnus-group.el (gnus-update-group-mark-positions):
9686         * gnus-sum.el (gnus-update-summary-mark-positions):
9687         * message.el (message-check-news-body-syntax):
9688         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9689         of string-as-multibyte.
9690
9691 2004-10-05  Juri Linkov  <juri@jurta.org>
9692
9693         * gnus-group.el (gnus-update-group-mark-positions):
9694         * gnus-sum.el (gnus-update-summary-mark-positions):
9695         * message.el (message-check-news-body-syntax):
9696         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9697         8-bit unibyte values to a multibyte string for search functions.
9698
9699 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9702         (mm-uu-dissect-text-parts): New function.
9703
9704         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9705         dissect text parts.
9706
9707         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9708         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9709
9710         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9711
9712         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9713         gnus-current-topics instead of gnus-current-topic.
9714
9715 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9716
9717         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9718
9719 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9720
9721         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9722         where approriate.
9723
9724         * nnml.el (nnml-generate-active-info): do.
9725
9726         * nndiary.el (nndiary-generate-active-info): do.
9727
9728         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9729         (gnus-topic-move): do.
9730
9731         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9732         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9733
9734         * gnus-srvr.el (gnus-server-prepare)
9735         (gnus-server-open-all-servers): do.
9736
9737         * gnus-msg.el (gnus-summary-cancel-article)
9738         (gnus-summary-resend-message)
9739         (gnus-summary-mail-crosspost-complaint): do.
9740
9741         * gnus-move.el (gnus-change-server): do.
9742
9743         * gnus-group.el (gnus-group-unmark-all-groups)
9744         (gnus-group-set-current-level): do.
9745
9746 2004-10-04  Simon Josefsson  <jas@extundo.com>
9747
9748         * message.el (message-generate-hashcash): Doc fix.
9749
9750 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9751
9752         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9753         avoid infinite recursion via gnus-get-function.
9754
9755 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9756
9757         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9758
9759         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9760
9761         * nnmail.el (nnmail-split-history): do.
9762
9763         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9764         (nnml-request-delete-group): do.
9765
9766         * nnslashdot.el (nnslashdot-read-groups): do.
9767
9768         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9769         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9770
9771         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9772         (nnspool-sift-nov-with-sed): Use last
9773         (nnspool-retrieve-headers-with-nov): Use mapc.
9774         (nnspool-request-newgroups): Use dolist.
9775         (nnspool-request-group): Use last.
9776
9777         * nntp.el (nntp-read-server-type): Use dolist.
9778
9779         * nnvirtual.el (nnvirtual-create-mapping)
9780         (nnvirtual-update-read-and-marked): Use dolist.
9781         (nnvirtual-convert-headers): Simplify.
9782
9783 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9784
9785         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9786         support for sync'ing tick marks.
9787
9788 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9791         there's no visible header.
9792
9793 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9794
9795         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9796         necessary, pass full group name to gnus-request-set-marks.
9797
9798 2004-10-01  Simon Josefsson  <jas@extundo.com>
9799
9800         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
9801         acroread.
9802
9803 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9804
9805         * spam-report.el (spam-report-gmane): Fix interactive.
9806
9807         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9808
9809         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9810         when writing file.
9811         (gnus-agent-synchronize-flags): Don't default to being
9812         interactive.
9813
9814 2004-09-30  Simon Josefsson  <jas@extundo.com>
9815
9816         * message.el (message-generate-hashcash): Add.
9817         (message-send-mail): Use it, call mail-add-payment.
9818
9819 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9820
9821         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9822
9823 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
9824
9825         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9826         gnus-requst-update-info with explicit code to sync the in-memory
9827         info read flags with the marks being sync'd to the backend.
9828
9829         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9830
9831 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9832
9833         * spam.el (spam-verify-bogofilter): Add new function.
9834         (spam-check-bogofilter)
9835         (spam-bogofilter-register-with-bogofilter): Use it.
9836         (spam-verify-bogofilter): Add small fixes.
9837
9838 2004-09-28  Simon Josefsson  <jas@extundo.com>
9839
9840         * hashcash.el (hashcash-generate-payment): Revert.
9841
9842 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9843
9844         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9845         gnus-extract-references instead of gnus-split-references.
9846
9847         * gnus-util.el (gnus-extract-references): Add new function, analogous
9848         to gnus-split-references but extracts only the message-ID without
9849         anything extra.
9850
9851         * hashcash.el (hashcash-generate-payment)
9852         (hashcash-check-payment): Do the right thing if hashcash-path is
9853         nil (because the hashcash program could not be found).
9854
9855         * spam.el (spam-use-hashcash): Remove comment.
9856
9857 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
9858
9859         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9860         (gnus-cache-enter-article, gnus-cache-remove-article)
9861         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9862
9863         * gnus-async.el (gnus-async-prefetch-remove-group): do.
9864
9865         * gnus-art.el (article-hide-boring-headers)
9866         (article-translate-strings, article-display-face)
9867         (gnus-article-mime-match-handle-first)
9868         (gnus-article-highlight-headers)
9869         (gnus-article-add-buttons-to-head): do.
9870
9871 2004-09-27  Simon Josefsson  <jas@extundo.com>
9872
9873         * hashcash.el: New version, from
9874         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
9875         ../contrib/.
9876
9877 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9880
9881 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
9882
9883         * gnus-dup.el (gnus-dup-open): Use mapc.
9884         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9885
9886         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9887         Reported by Stefan Wiens <s.wi@gmx.net>.
9888
9889         * gnus.el (gnus-shutdown): Use dolist.
9890
9891         * gnus-undo.el (gnus-undo): Use mapc.
9892
9893         * nnrss.el (nnrss-generate-active): do.
9894
9895         * message.el (message-cite-original-without-signature)
9896         (message-cite-original): Use mapc.
9897         (message-do-actions, message-make-forward-subject): Use dolist.
9898
9899 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9900
9901         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9902         deletion to remove entire duplicate line.  Fixes merged article
9903         number bug.
9904
9905 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9906
9907         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9908         servers that are offline.  Avoids having gnus-agent-toggle-plugged
9909         first ask if you want to open a server and then, even when you
9910         responded with no, asking if you want to synchronize the server's
9911         flags.
9912         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9913         multi-line expressions.
9914         (gnus-agent-synchronize-group-flags): New internal function.
9915         Updates marks in memory (in the info structure) AND in the
9916         backend.
9917
9918         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9919
9920         * nnagent.el (nnagent-request-set-mark): Use
9921         gnus-agent-synchronize-group-flags, not backend's request-set-mark
9922         method, to ensure that synchronization updates marks in the
9923         backend and in the info (in memory) structure.
9924
9925 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9928         convention fully; don't miss the root article of a thread; make
9929         the X-Draft-From header with correct article numbers.
9930
9931 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
9932
9933         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9934         unless plugged.  Disable the agent so that an open failure causes
9935         an error.
9936
9937         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9938         Reverted 2004-09-21 change.  The backend must be opened while
9939         synchronizing flags even when the backend stores the flags
9940         locally.
9941
9942 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
9943
9944         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9945         in `header' match.  Reported by Svend Tollak Munkejord.
9946
9947         * message.el (message-cite-original): Fix use of
9948         `message-cite-articles-with-x-no-archive'.
9949
9950 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9953         (gnus-window-to-buffer): Ditto.
9954
9955         * mml.el (mml-preview-buffer): New variable.
9956         (mml-preview): Manage window layout with gnus-buffer-configuration.
9957
9958         * gnus-msg.el (gnus-setup-message): Put article numbers into the
9959         X-Draft-From header even if those articles aren't quoted.
9960
9961 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
9962
9963         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9964         (gnus-request-set-mark, gnus-request-update-mark): Use new
9965         g-s-t-u-l-m to decide to use backend even when unplugged.
9966
9967 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9970         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
9971
9972 2004-09-20  Simon Josefsson  <jas@extundo.com>
9973
9974         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9975         "utf-16-le".
9976
9977 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9978
9979         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9980
9981 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9982
9983         * uudecode.el (uudecode-use-external): Add :version.
9984
9985         * smime.el (smime-CA-file, smime-encrypt-cipher)
9986         (smime-dns-server): Add :version.
9987
9988         * smiley.el (gnus-smiley-file-types): Add :version.
9989
9990         * sha1.el (sha1-use-external): Add :version.
9991
9992         * pgg-def.el (pgg-query-keyserver): Add :version.
9993
9994         * nnmail.el (nnmail-fancy-expiry-targets)
9995         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9996         Add :version.
9997
9998         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9999         (nnimap-retrieve-groups-asynchronous): Add :version.
10000         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10001
10002         * mml.el (mml-content-disposition-parameters)
10003         (mml-insert-mime-headers-always): Add :version.
10004
10005         * mm-util.el (mm-coding-system-priorities): Add :version.
10006
10007         * mm-decode.el (mm-inline-text-html-with-images)
10008         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10009         (mm-verify-option): Add :version.
10010         (mm-text-html-renderer): Change :version.
10011
10012         * message.el (message-fcc-externalize-attachments)
10013         (message-required-headers, message-draft-headers)
10014         (message-subject-trailing-was-query)
10015         (message-subject-trailing-was-ask-regexp)
10016         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10017         (message-mark-insert-end, message-archive-header)
10018         (message-archive-note, message-cross-post-default)
10019         (message-cross-post-note, message-followup-to-note)
10020         (message-cross-post-note-function, message-use-mail-followup-to)
10021         (message-subscribed-address-functions)
10022         (message-subscribed-address-file, message-subscribed-addresses)
10023         (message-subscribed-regexps, message-allow-no-recipients)
10024         (message-yank-cited-prefix, message-signature-insert-empty-line)
10025         (message-hidden-headers, message-hierarchical-addresses)
10026         (message-mail-user-agent, message-use-idna)
10027         (message-valid-fqdn-regexp)
10028         (message-strip-special-text-properties, message-header-synonyms)
10029         (message-beginning-of-line, message-tab-body-function): Add :version.
10030         (message-insert-canlock, message-wide-reply-confirm-recipients):
10031         Change :version.
10032
10033         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10034         and :version.
10035         (mail-source-delete-old-incoming-confirm)
10036         (mail-source-movemail-program): Add :version.
10037
10038         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10039         (gnus-agent-cache, gnus-agent): Change :version.
10040
10041         * gnus-util.el (gnus-use-byte-compile): Change :version.
10042
10043         * gnus-sum.el (gnus-summary-make-false-root-always)
10044         (gnus-summary-default-high-score)
10045         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10046         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10047         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10048         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10049         (gnus-sum-thread-tree-single-indent)
10050         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10051         (gnus-sum-thread-tree-leaf-with-other)
10052         (gnus-sum-thread-tree-single-leaf): Add :version.
10053         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10054         (gnus-article-loose-mime): Change :version.
10055
10056         * gnus-start.el (gnus-backup-startup-file)
10057         (gnus-save-startup-file-via-temp-buffer): Add :version.
10058
10059         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10060         (gnus-server-offline-face): Add :version.
10061
10062         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10063
10064         * gnus-msg.el (gnus-gcc-externalize-attachments)
10065         (gnus-debug-files, gnus-debug-exclude-variables)
10066         (gnus-discouraged-post-methods): Change :version.
10067         (gnus-confirm-mail-reply-to-news)
10068         (gnus-confirm-treat-mail-like-news): Add :version.
10069
10070         * gnus-int.el (gnus-server-unopen-status): Add :version.
10071
10072         * gnus-group.el (gnus-group-jump-to-group-prompt)
10073         (gnus-large-ephemeral-newsgroup)
10074         (gnus-fetch-old-ephemeral-headers): Add :version.
10075
10076         * gnus-fun.el (gnus-x-face-directory)
10077         (gnus-convert-pbm-to-x-face-command)
10078         (gnus-convert-image-to-x-face-command)
10079         (gnus-convert-image-to-face-command): Add :version.
10080
10081         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10082
10083         * gnus-cite.el (gnus-cite-blank-line-after-header)
10084         (gnus-article-boring-faces): Add :version.
10085
10086         * gnus-art.el (gnus-buttonized-mime-types)
10087         (gnus-inhibit-mime-unbuttonizing)
10088         (gnus-treat-display-face)
10089         (gnus-treat-body-boundary): Change :version.
10090         (gnus-body-boundary-delimiter, gnus-picon-databases)
10091         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10092         (gnus-treat-date-english, gnus-treat-fold-headers)
10093         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10094         (gnus-treat-mail-picon, gnus-treat-wash-html)
10095         (gnus-article-encrypt-protocol)
10096         (gnus-use-idna, gnus-article-over-scroll)
10097         (gnus-mime-display-multipart-alternative-as-mixed)
10098         (gnus-mime-display-multipart-related-as-mixed)
10099         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10100         (gnus-ctan-url, gnus-button-ctan-handler)
10101         (gnus-button-handle-ctan-bogus-regexp)
10102         (gnus-button-ctan-directory-regexp)
10103         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10104         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10105         (gnus-button-man-level, gnus-button-emacs-level)
10106         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10107
10108         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10109         (gnus-agent-go-online): Change :version.
10110         (gnus-agent-expire-unagentized-dirs)
10111         (gnus-agent-auto-agentize-methods): Add :version.
10112
10113         * flow-fill.el (fill-flowed-display-column)
10114         (fill-flowed-encode-column): Add :version.
10115
10116         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10117         (gnus-outlook-deuglify-unwrap-max)
10118         (gnus-outlook-deuglify-cite-marks)
10119         (gnus-outlook-deuglify-unwrap-stop-chars)
10120         (gnus-outlook-deuglify-no-wrap-chars)
10121         (gnus-outlook-deuglify-attrib-cut-regexp)
10122         (gnus-outlook-deuglify-attrib-verb-regexp)
10123         (gnus-outlook-deuglify-attrib-end-regexp)
10124         (gnus-outlook-display-hook): Add :version.
10125
10126         * binhex.el (binhex-use-external): Add :version.
10127
10128 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10129
10130         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10131         and `invisible'.
10132
10133 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10134
10135         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10136         in gnus-registry-trim.
10137
10138 2004-09-13  Simon Josefsson  <jas@extundo.com>
10139
10140         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10141
10142         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10143
10144         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10145         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10146         <yamaoka@jpl.org>.
10147         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10148         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10149         <yamaoka@jpl.org>.
10150
10151         * sieve.el (sieve-manage-mode): Ditto.
10152
10153 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10154
10155         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10156
10157 2004-09-11  Simon Josefsson  <jas@extundo.com>
10158
10159         * dns-mode.el: Add.
10160
10161         * mm-view.el (mm-display-dns-inline): Add.
10162
10163         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10164         (mm-automatic-display): Ditto.
10165
10166         * mailcap.el (mailcap-mime-data): Add text/dns.
10167         (mailcap-mime-extensions): Map .soa to text/dns.
10168
10169 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10170
10171         * gnus-art.el (article-decode-mime-words, article-babel)
10172         (gnus-article-highlight-signature, gnus-article-add-buttons)
10173         (gnus-signature-toggle): Remove unnecessary bindings of
10174         `inhibit-read-only' inherited from v5.10 merge.
10175
10176 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10177
10178         * nntp.el (nntp): New customization group.
10179         (nntp-authinfo-file): Add customization group.
10180
10181         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10182
10183         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10184
10185         * gnus.el (to-address, to-list, subscribed)
10186         (large-newsgroup-initial): Ditto.
10187
10188         * flow-fill.el (fill-flowed-display-column)
10189         (fill-flowed-encode-column): Ditto.
10190
10191 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10192
10193         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10194         Use point-min rather than 1.
10195         (message-send-mail): Use buffer-size rather than point-max.
10196
10197         * gnus-sum.el (gnus-summary-search-article-forward):
10198         Signal a specific `search-failed' rather than a generic `error'.
10199
10200         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10201         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10202         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10203
10204 2004-09-10  Simon Josefsson  <jas@extundo.com>
10205
10206         * nndb.el (require): Remove tcp and duplicate cl.
10207
10208 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * gnus-agent.el (directory-files-and-attributes): Move forward.
10211
10212 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10213
10214         * gnus-agent.el (directory-files-and-attributes): Optionally
10215         defined to support XEmacs.
10216
10217 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10218
10219         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10220         to avoid run-time CL dependencies.
10221         (gnus-agent-unfetch-articles): New function.
10222         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10223         article numbers even when local .overview file is missing.
10224         (gnus-agent-read-article-number): New function.  Only accepts
10225         27-bit article numbers.
10226         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10227         gnus-agent-read-article-number.
10228         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10229         from backend while recognizing that article numbers in .overview
10230         must be valid.
10231         (gnus-agent-update-files-total-fetched-for): Use
10232         directory-files-and-attributes to improve performance.
10233         * gnus-int.el (gnus-request-move-article): Use
10234         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10235         improve performance.
10236
10237         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10238         some users confused by references to .newsrc when they only have a
10239         .newsrc.eld file.
10240         (gnus-convert-mark-converter-prompt)
10241         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10242         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10243         New function.  Used internally to only display 'gnus converting
10244         files' message when actually necessary.
10245
10246         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10247         methods now autoloaded.
10248
10249 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10252         identifiers.
10253
10254 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10255
10256         * gnus-picon.el: Fix indentation and closing parenthesis.
10257
10258 2004-09-01  Simon Josefsson  <jas@extundo.com>
10259
10260         * message.el (message-canlock-generate): Require sha1, not
10261         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
10262         to require within a function.  Sadly, if sha1.el isn't loaded, the
10263         let binding in m-c-g will hide the defcustom definition, which is
10264         bad.)
10265
10266         * canlock.el: Require sha1, not sha1-el.
10267
10268         * message.el: Don't autoload sha1 (there is a autoload cookie in
10269         sha1.el).
10270
10271         * sha1-el.el: Renamed to sha1.el.
10272
10273 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10274
10275         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10276
10277 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10278
10279         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10280
10281 2004-08-30  Kim F. Storm  <storm@cua.dk>
10282
10283         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10284
10285         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10286         Add :group 'nnimap.
10287
10288 2004-08-30  Andreas Schwab  <schwab@suse.de>
10289
10290         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10291         ?* and ?\;.
10292
10293         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10294         and ?\' to symbol instead of whitespace.
10295
10296 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10299
10300         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10301         instead of re-search-forward.
10302
10303         * gnus-uu.el (gnus-uu-save-article): Ditto.
10304         (gnus-uu-post-encode-uuencode): Ditto.
10305
10306         * html2text.el (html2text-clean-list-items): Ditto.
10307         (html2text-clean-dtdd): Ditto.
10308         (html2text-format-tags): Ditto.
10309
10310         * message.el (message-send-mail-with-sendmail): Fix regexp.
10311         (message-fill-field-general): Use search-forward instead of
10312         re-search-forward.
10313         (unbold-region): Ditto.
10314
10315         * nnrss.el (nnrss-request-article): Ditto.
10316
10317         * nnslashdot.el (nnslashdot-request-article): Ditto.
10318
10319         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10320
10321         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10322         "Unrecognized menu descriptor" error in XEmacs.
10323
10324 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10325
10326         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10327         parent article of a sparse article in the thread hashtb.
10328
10329 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10330
10331         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10332         (nnmail-expand-newtext): Lowercase expanded entries if
10333         nnmail-split-lowercase-expanded is non-nil.
10334
10335 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10336
10337         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10338
10339         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10340         of gnus-tmp-news-method into string under XEmacs.  It will be
10341         passed to gnus-correct-length which takes only a string argument.
10342
10343 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * gnus-util.el (gnus-bind-print-variables): New macro.
10346         (gnus-prin1): Use it.
10347         (gnus-prin1-to-string): Use it.
10348         (gnus-pp): New function.
10349         (gnus-pp-to-string): New function.
10350
10351         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10352         Replace pp-to-string with gnus-pp-to-string.
10353         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10354         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10355         * gnus-msg.el (gnus-debug): Ditto.
10356         * gnus-score.el (gnus-score-save): Ditto.
10357         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10358         gnus-pp-to-string.
10359         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10360         with gnus-pp.
10361         * score-mode.el (gnus-score-pretty-print): Ditto.
10362         * webmail.el (webmail-debug): Ditto.
10363
10364 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * gnus-art.el (article-display-face, article-display-x-face):
10367         Use buffer-read-only.
10368
10369 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * gnus-art.el (article-hide-list-identifiers):
10372         Bind inhibit-read-only as t.
10373
10374 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10375
10376         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10377
10378 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10379
10380         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10381         (gnus-narrow-to-page): Don't assume point-min == 1.
10382         (gnus-article-edit-mode): Derive from message-mode.
10383
10384         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10385         point-min == 1.
10386
10387         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10388         Disable incorrect use of `assert'.
10389
10390         * message.el (message-mode): Set comment-start-skip.
10391
10392
10393 2004-08-22  Sam Steingold  <sds@gnu.org>
10394
10395         * pop3.el (pop3-leave-mail-on-server): New user variable.
10396         (pop3-movemail): Delete mail only when it is nil.
10397
10398 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10399
10400         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10401
10402         * mml.el (mml-preview): Use `pop-to-buffer'.
10403
10404         * message.el (message-goto-mail-followup-to): Insert after "To".
10405         (message-carefully-insert-headers): Add comment.
10406
10407         * gnus.el: Remove unused variable `gnus-article-check-size'.
10408
10409         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10410
10411         * gnus-art.el (gnus-button-alist): Improve
10412         `gnus-button-handle-library' entry.
10413
10414 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10415
10416         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10417         downcase, since XEmacs capitalizes error messages differently.
10418
10419 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10420
10421         * nntp.el: Add (require 'gnus) due to reference to
10422         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10423
10424 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10425
10426         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10427         `mm-fill-flowed'.
10428
10429         * mm-decode.el (mm-dissect-singlepart): Check it.
10430
10431 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10432
10433         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10434         'imap' for netrc parsing.
10435
10436 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * mailcap.el (mailcap-mime-data): Mark as risky.
10439
10440 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10443         may be included in the encoded word.
10444         (rfc2047-encode): Don't append a space if the encoded word
10445         includes close parenthesis.
10446
10447 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10450         of text within parentheses.
10451
10452 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10453
10454         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10455         (gnus-encrypt-write-file-contents): Make the password key the file
10456         name PLUS the cipher, not just the cipher.  Also remove failed
10457         passwords from the cache.
10458
10459 2004-08-06  Simon Josefsson  <jas@extundo.com>
10460
10461         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10462         fix.
10463
10464 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10467         LWSP.
10468
10469 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10470
10471         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10472         to append in-reply-to: data to the references: header.
10473
10474         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10475         (netrc-parse): Use gnus-encrypt.el functions.
10476
10477         * gnus-encrypt.el: Add new file for encryption support; currently
10478         does only a few GPG ciphers and an internal XOR cipher.
10479
10480         * password.el: Add comments on using password-read-and-add.
10481         (password-read-and-add): Add function to read and add the
10482         password to the cache at once.
10483
10484 2004-07-28  Simon Josefsson  <jas@extundo.com>
10485
10486         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10487         parameter (but don't use it, for now).
10488
10489         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10490         instead of hard coding to nil.
10491
10492 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10495         as mm-inline-image-xemacs does.
10496
10497 2004-07-26  Simon Josefsson  <jas@extundo.com>
10498
10499         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10500         Revert part of 2004-07-17 change below.
10501
10502 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10505         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10506
10507 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10508
10509         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10510         quotes that actually start with ">" at the beginning of the
10511         lines.
10512
10513 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * rfc2047.el (rfc2047-encode-region): Fix last change.
10516         (rfc2047-encode-parameter): Remove useless concat.
10517
10518 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10521         encode special characters; fix some kind of misconfigured headers;
10522         signal a real error if debug-on-quit or debug-on-error is non-nil.
10523         (rfc2047-encode-max-chars): New variable.
10524         (rfc2047-encode-1): Use it.
10525         (rfc2047-encode-parameter): New function.
10526
10527         * mml.el (mml-insert-parameter): Remove an excessive space.
10528
10529 2004-07-17  Simon Josefsson  <jas@extundo.com>
10530
10531         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10532         Kai Grossjohann <kai@emptydomain.de>.
10533         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10534         (gnus-group-make-menu-bar): Ditto.
10535
10536         * gnus-util.el (gnus-group-server): Add.
10537
10538 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10539
10540         * message.el (message-clone-locals): Clone sendmail and smtp
10541         variables.
10542
10543 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * rfc2047.el (rfc2047-encode-region): Fix last change.
10546
10547 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10548
10549         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10550         characters as non-special.
10551
10552 2004-07-09  Simon Josefsson  <jas@extundo.com>
10553
10554         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10555         Users will lose all flag changes made while unplugged with
10556         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10557         good default.  See numerous reports on ding mailing list.
10558
10559 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10562         add generate-head-function and generate-article-function to the
10563         rfc822-forward entry.
10564         (nndoc-rfc822-forward-generate-article): New function.
10565         (nndoc-rfc822-forward-generate-head): New function.
10566
10567         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10568
10569 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10570
10571         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10572         respect display group parameter and gnus-summary-expunge-below.
10573         (gnus-articles-to-read): Remove unused reference to display group
10574         parameter.
10575
10576 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10577
10578         * nnheader.el (nnheader-uniquify-message-id): New experimental
10579         variable.
10580         (nnheader-nov-read-message-id): Use it.
10581
10582         * spam-report.el (spam-report-gmane): Add interactive.
10583
10584 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10587         qp-or-base64 for the application/* types.
10588
10589 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10590
10591         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10592
10593 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10594
10595         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10596         trim value.
10597
10598 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10599
10600         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10601         New macro and function.
10602         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10603
10604 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10607         after-load-alist.
10608
10609 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10610
10611         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10612         update info that isn't there.
10613
10614 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10615
10616         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10617         entry.
10618
10619 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * mm-view.el (mm-inline-render-with-function): Use multibyte
10622         buffer; decode html source by charset.
10623
10624         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10625
10626         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10627         Mule-UCS is loaded under XEmacs.
10628         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10629
10630 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10631
10632         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10633
10634 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10635
10636         * mm-util.el (mm-coding-system-p): Return a coding-system.
10637         (mm-mime-mule-charset-alist): Use shift_jis instead of
10638         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10639         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10640         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10641         instead of japanese-shift-jis and iso-latin-1 respectively in
10642         order to share the default value with both Emacs and XEmacs-mule.
10643         (mm-mule-charset-to-mime-charset): Make
10644         mm-coding-system-priorities effective.
10645         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10646         while predicating of candidates upon the priorities.
10647
10648 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10649
10650         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10651         gnus-uu-invert-processable.
10652
10653         * gnus.el: Autoload gnus-uu-invert-processable.
10654
10655 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10656
10657         * mm-util.el (mm-with-multibyte-buffer): New macro.
10658
10659         * rfc2047.el (rfc2047-encode-string): Use it.
10660         (rfc2047-encode-region): Move point to the end of the region after
10661         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10662
10663 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10666         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10667
10668 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10671         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10672         Karl Chen <quarl@nospam.quarl.org>.
10673
10674 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10675
10676         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10677         invalid addresses.
10678
10679 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10680
10681         * spam.el: Change section markers, revise TODO list.
10682         (spam-backends): Make new master list of all installed backends.
10683         (spam-summary-exit-behavior): Add new variable to determine how
10684         messages moves are done at summary exit.
10685         (spam-move-spam-nonspam-groups-only)
10686         (spam-process-ham-in-nonham-groups)
10687         (spam-process-ham-in-spam-groups): Remove variables, the
10688         spam-summary-exit-behavior variable should be used to manage this
10689         behavior.
10690         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10691         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10692         and spam-old-spam-articles.
10693         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10694         Add empty variables, placeholders for the backends they represent.
10695         (spam-set-difference): Move, unchanged.
10696         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10697         unless the user has a processor variable.
10698         (spam-classifications, spam-classification-valid-p)
10699         (spam-backend-properties, spam-backend-property-valid-p)
10700         (spam-backend-function-type-valid-p)
10701         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10702         (spam-report-articles-gmane, spam-report-articles-resend):
10703         Remove functions, they are not needed.
10704         (spam-install-backend-super, spam-backend-list)
10705         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10706         (spam-backend-function, spam-backend-ham-registration-function)
10707         (spam-backend-spam-registration-function)
10708         (spam-backend-ham-unregistration-function)
10709         (spam-backend-spam-unregistration-function)
10710         (spam-backend-statistical-p, spam-backend-mover-p)
10711         (spam-install-backend-alias, spam-install-checkonly-backend)
10712         (spam-install-mover-backend, spam-install-nocheck-backend)
10713         (spam-install-backend, spam-install-statistical-backend)
10714         (spam-install-statistical-checkonly-backend): Add backend installation
10715         support.
10716         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10717         (spam-group-processor-p): Use the new backend code and respect the
10718         summary exit behavior.
10719         (spam-mark-spam-as-expired-and-move-routine): Remove.
10720         (spam-summary-prepare): Change to use the new spam-old-articles
10721         variable.
10722         (spam-copy-or-move-routine, spam-copy-spam-routine)
10723         (spam-move-spam-routine, spam-copy-ham-routine)
10724         (spam-move-ham-routine): Add code to copy/move ham or spam.
10725         (spam-fetch-field-fast): Improve doc and code, plus allow the
10726         'number request.
10727         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10728         variables.
10729         (spam-split, spam-find-spam): Use the new backend code.
10730         (spam-registration-functions): Remove variable.
10731         (spam-unregister-routine): Add convenience wrapper.
10732         (spam-log-undo-registration, spam-register-routine)
10733         (spam-log-processing-to-registry)
10734         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10735         where possible.
10736         (spam-check-gmane-xref, spam-check-regex-headers)
10737         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10738         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10739         (spam-check-bogofilter-headers, spam-check-spamoracle)
10740         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10741         (spam-check-crm114-headers): Use the spam-split-group that
10742         spam-split prepares, no need to determine it every time.
10743
10744         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10745         to the nnheader-parse-naked-head call.
10746
10747         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10748
10749         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10750         the nnheader-nov-read-message-id call.
10751
10752 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10753
10754         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10755         gnus-activate-group twice.  Suggested by Markus Peter
10756         <warp@spin.de>.
10757
10758 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * gnus-art.el (gnus-article-time-format): Exchange the order of
10761         day and month in the default value; fix customization type.
10762         (article-date-ut): Use add-text-properties.
10763         (article-make-date-line): Use message-make-date instead of
10764         current-time-string.
10765
10766         * message.el (message-fetch-field): Don't use set-text-properties.
10767         (message-make-date): Simplify.
10768
10769         * messagexmas.el (message-xmas-make-date): New function.
10770         (message-xmas-redefine): Defalias message-make-date to it.
10771
10772 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10773
10774         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10775         (rfc2047-encode-region): Treat text within parentheses as special;
10776         show the original text when error has occurred.
10777
10778         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10779         already-computed method to gnus-activate-group.
10780
10781         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10782         same select-methods identical Lisp objects.
10783
10784         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10785         object when modifying the info.
10786
10787 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * gnus-srvr.el (gnus-server-set-info): Remove the server from
10790         gnus-opened-servers since it has never been opened with the new
10791         configuration yet.
10792
10793 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10796         arg to nnheader-generate-fake-message-id.
10797
10798 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
10799
10800         * nnheader.el (nnheader-generate-fake-message-id): Accept a
10801         number and build a fake message ID localized to a group and
10802         article number (so it's repeatable from that point on).
10803         (nnheader-fake-message-id-p): Change regex to accomodate new fake
10804         ID format.
10805
10806         * gnus-sum.el (gnus-get-newsgroup-headers): Call
10807         nnheader-generate-fake-message-id with the article number.
10808
10809 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
10810
10811         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10812         end-of-buffer.
10813
10814 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10815
10816         * message.el (message-ignored-supersedes-headers): Add Approved.
10817
10818 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10819
10820         * rfc2047.el (rfc2047-encode-message-header): Remove useless
10821         goto-char.
10822         (rfc2047-encode): Fold the line before encoding.
10823
10824 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10825
10826         * rfc2047.el (rfc2047-encode-message-header): Disabled header
10827         folding -- not all headers can be folded, and this should be done
10828         by the message composition mode.  Probably.  I think.
10829
10830 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10833         fast.
10834
10835         * gnus-ems.el (gnus-remove-image): Don't use
10836         message-text-with-property; remove only the image found first.
10837
10838         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
10839         found first.
10840
10841 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
10842
10843         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10844
10845 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * message.el (message-text-with-property): Make it fast and accept
10848         optional arguments.
10849         (message-strip-forbidden-properties): Use it.
10850         (message-fix-before-sending): Follow the m-t-w-p change.
10851
10852         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10853
10854 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * gnus-art.el (article-hide-headers): Don't change the buffer
10857         mistakenly when performing mml-preview even if
10858         gnus-single-article-buffer is nil.
10859
10860 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
10861
10862         * message.el (message-expand-name-databases): New user option.
10863         (message-expand-name): Use it.
10864
10865 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
10866
10867         * spam.el (spam-report-articles-resend)
10868         (spam-report-resend-register-routine): Allow ham reporting.
10869         (spam-report-resend-register-ham-routine): Add wrapper.
10870         (spam-registration-functions): Add ham resending functions.
10871         (spam-list-of-processors): Add ham resend processor.
10872
10873         * gnus.el (ham-resend-to): Add new group parameter.
10874         (spam-process): Add ham resend option.
10875
10876         * spam-report.el (spam-report-resend): Allow reporting ham.
10877         (spam-report-resend-ham): Add wrapper.
10878
10879 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10880
10881         * message.el (message-cite-articles-with-x-no-archive): New
10882         variable.
10883         (message-cite-original): Use it.
10884
10885 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10886
10887         * message.el (message-cite-original): Respect X-No-Archive.
10888
10889 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * gnus-art.el (article-hide-headers): Refer to the values for
10892         gnus-ignored-headers and gnus-visible-headers in the summary
10893         buffer since a user may have set them as group parameters.
10894
10895 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
10896
10897         * assistant.el (assistant-node-name): Add convenience function.
10898         (assistant-render-text, assistant-render-node): Add error handling,
10899         plus handle multiple next nodes.
10900         (assistant-find-next-node): Comment out for now.
10901         (assistant-find-next-nodes): Add function, returns list of next
10902         nodes.
10903
10904 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
10905
10906         * mail-source.el (mail-source-directory): Fix doc-string.
10907
10908 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
10909
10910         * assistant.el (assistant-render-text, assistant-eval): Add :set
10911         widget type, which is different because it takes and returns a
10912         list.  Much hilarity ensues.
10913
10914 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
10915
10916         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10917
10918         * gnus-group.el (gnus-group-get-new-news-this-group): Added
10919         doc-string.
10920
10921         * gnus-start.el (gnus-activate-group): Added doc-string.
10922
10923 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10924
10925         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10926
10927 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
10928
10929         * assistant.el (assistant-render-text): Try to add a :set
10930         widget, more to come.
10931
10932         * spam.el (spam-group-spam-contents-p): Handle empty groupname
10933         strings.
10934         (spam-report-articles-resend)
10935         (spam-register-routine): Do registration iff any articles warrant
10936         it.
10937         (spam-summary-prepare-exit): Change log message for nil group
10938         destinations.
10939
10940 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
10941
10942         * spam.el (spam-report-resend-register-routine): Allow
10943         spam-report-resend-to to be a group parameter or a global value.
10944
10945 2004-05-26  Simon Josefsson  <jas@extundo.com>
10946
10947         * starttls.el: Merge with my GNUTLS based starttls.el.
10948         (starttls-gnutls-program, starttls-use-gnutls)
10949         (starttls-extra-arguments, starttls-process-connection-type)
10950         (starttls-connect, starttls-failure, starttls-success): New
10951         variables.
10952         (starttls-program, starttls-extra-args): Doc fix.
10953         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10954         functions.
10955         (starttls-negotiate, starttls-open-stream): Check
10956         `starttls-use-gnutls' and pass on to corresponding *-gnutls
10957         function if it is set.
10958
10959 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10960
10961         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10962         structured fields.
10963
10964 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10965
10966         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10967
10968 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
10969
10970         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10971         variable.
10972         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
10973         assigning the spam-mark to new messages.
10974
10975 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
10976
10977         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10978
10979 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10980
10981         * dgnushack.el: Autoload customize-set-variable for XEmacs.
10982
10983         * rfc2047.el (rfc2047-encodable-p): Don't move point.
10984         (rfc2047-decode): Treat the ascii coding-system as raw-text by
10985         default.
10986
10987 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
10988
10989         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10990         correct data.
10991
10992 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
10993
10994         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10995         (spam-group-processor-p): Fix function.
10996         (spam-group-processor-multiple-p)
10997         (spam-group-spam-processor-report-gmane-p)
10998         (spam-group-spam-processor-report-resend-p)
10999         (spam-group-spam-processor-bogofilter-p)
11000         (spam-group-spam-processor-blacklist-p)
11001         (spam-group-spam-processor-ifile-p)
11002         (spam-group-ham-processor-ifile-p)
11003         (spam-group-spam-processor-spamoracle-p)
11004         (spam-group-spam-processor-crm114-p)
11005         (spam-group-ham-processor-bogofilter-p)
11006         (spam-group-spam-processor-stat-p)
11007         (spam-group-ham-processor-stat-p)
11008         (spam-group-ham-processor-whitelist-p)
11009         (spam-group-ham-processor-BBDB-p)
11010         (spam-group-ham-processor-spamoracle-p)
11011         (spam-group-ham-processor-copy-p): Remove functions with some
11012         prejudice against unneeded code.
11013         (spam-report-articles-resend)
11014         (spam-report-resend-register-routine): Allow the group/topic
11015         spam-resend-to value to override spam-report-resend-to.
11016         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11017         properly now.
11018
11019         * gnus.el (spam-resend-to): Add group/topic parameter.
11020         (spam-process): Move the OBSOLETE processors to the end of the
11021         choices.
11022
11023 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11024
11025         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11026         with resend-to set to nil, and then ask the user if necessary.
11027         (spam-report-resend): spam-report-resend takes a list of articles, not
11028         separate article numbers.
11029
11030 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11033         addition to emacs-w3m.
11034
11035 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11036
11037         * assistant.el (assistant-authinfo-data): New function.
11038         (assistant-eval): Eval for entire assistant.
11039
11040         * netrc.el (netrc-services-file): New variable.
11041         (netrc-parse-services): New function.
11042         (netrc-find-service-name): New function.
11043         (netrc-find-service-number): New function.
11044         (netrc-port-equal): New function.
11045         (netrc-machine): Use it.
11046
11047         * nnimap.el (nnimap-open-connection): Use netrc.
11048
11049         * gnus-util.el (gnus-netrc-get): Remove aliases.
11050
11051         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11052
11053         * assistant.el (wid-edit): Fix compilation.
11054
11055         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11056
11057 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11058
11059         * gnus-util.el (gnus-set-file-modes): New function.  (small
11060         patch).
11061
11062 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11063
11064         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11065
11066         * assistant.el (assistant-render-node): Fix up rendering and
11067         read-only text.
11068         (assistant-render-node): Reset.
11069         (assistant-make-read-only): Not sticky.
11070
11071 2004-05-20  Danny Siu  <dsiu@adobe.com>
11072
11073         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11074         centered even when gnus-auto-center-summary is t
11075
11076 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11077
11078         * dns.el (dns-get-txt-answer): New function.
11079         (dns-read-txt): Ditto.
11080         (query-dns): Use it.
11081
11082 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11085         active for foreign groups even if the group level is higher than
11086         the specified value.
11087
11088 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11089
11090         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11091         non-active groups.
11092
11093         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11094
11095 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11096
11097         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11098
11099 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11100
11101         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11102         (spam-crm114-header, spam-crm114-spam-switch)
11103         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11104         (spam-crm114-positive-spam-header)
11105         (spam-crm114-database-directory, spam-list-of-processors)
11106         (spam-group-spam-processor-crm114-p)
11107         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11108         (spam-generic-score, spam-list-of-checks)
11109         (spam-list-of-statistical-checks, spam-registration-functions)
11110         (spam-check-crm114-headers, spam-crm114-score)
11111         (spam-check-crm114, spam-crm114-register-with-crm114)
11112         (spam-crm114-register-spam-routine)
11113         (spam-crm114-unregister-spam-routine)
11114         (spam-crm114-register-ham-routine)
11115         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11116         asjo@koldfront.dk (Adam Sjøgren).
11117
11118         * gnus.el: Add spam-use-crm114.
11119
11120         * spam.el (spam-list-of-processors, spam-registration-functions):
11121         Add spam-use-resend.
11122         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11123         (spam-report-articles-gmane): Add doc fix.
11124         (spam-report-articles-resend, spam-report-resend-register-routine):
11125         Add wrappers around spam-report-resend-to.
11126
11127         * spam-report.el (spam-report-resend-to, spam-report-resend):
11128         Add support for resending spam.
11129         (spam-report-gmane): Fix line length >80.
11130
11131         * gnus.el (spam-process): Add spam-use-resend.
11132
11133 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11134
11135         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11136         number of processed spam messages.
11137         (spam-ham-copy-or-move-routine): Return the number of processed
11138         ham messages.
11139         (spam-summary-prepare-exit): Use the above values to decide
11140         whether status messages shouled be displayed.
11141
11142 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11145         `rfc2047-encoding-function-alist' in order to avoid conflicting
11146         with the old version.
11147         (rfc2047-encode-region): Concatenate words containing non-ASCII
11148         characters in structured fields; don't encode space-delimited
11149         ASCII words even in unstructured fields; don't break words at
11150         char-category boundaries.
11151         (rfc2047-encode-1): New function.
11152         (rfc2047-encode): Use it; encode text so that it occupies the
11153         maximum width within 76-column; work correctly on Q encoding for
11154         iso-2022-* charsets.
11155         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11156         sure not to break a line just after the header name.
11157         (rfc2047-b-encode-region): Removed.
11158         (rfc2047-b-encode-string): New function.
11159         (rfc2047-q-encode-region): Removed.
11160         (rfc2047-q-encode-string): New function.
11161
11162         * mm-util.el (mm-replace-in-string): New function.
11163
11164 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11165
11166         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11167         get it right.
11168         (gnus-inews-make-draft): Really.
11169
11170 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11171
11172         * nnmh.el (nnmh-request-list-1): Don't check the link count
11173         before descending.  (small patch)
11174
11175 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11176
11177         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11178         stuff.
11179
11180         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11181         on real group name.
11182
11183         * gnus-art.el (gnus-signature-limit): Doc fix.
11184
11185         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11186
11187         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11188
11189 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11190
11191         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11192         isn't a string.
11193
11194 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11195
11196         * gnus-draft.el (gnus-draft-send): Bind
11197         rfc2047-encode-encoded-words.
11198
11199         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11200         (rfc2047-encodable-p): Say that =? needs encoding.
11201         (rfc2047-encode-encoded-words): New variable.
11202
11203         * gnus-group.el (gnus-group-select-group): Doc fix.
11204
11205         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11206
11207         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11208         to nil.
11209
11210         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11211
11212         * nnheader.el (nnheader-get-lines-and-char): New function.
11213
11214 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11215
11216         * gnus-msg.el (gnus-summary-followup-with-original): Document
11217         yanking of region when active.
11218
11219 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11222         groups if the group level is higher than the specified value.
11223
11224 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11225
11226         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11227         (gnus-group-jump-to-group): Added prefix argument using
11228         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11229         non-active group.
11230
11231         * compface.el (uncompface): Be verbose when changing
11232         `uncompface-use-external'.
11233
11234         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11235         handle manual section.
11236
11237 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11238
11239         * gnus-art.el (gnus-button-alist): Revert previous change.
11240
11241 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11242
11243         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11244
11245 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11246
11247         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11248         whether backend can accept message.
11249
11250         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11251
11252 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11253
11254         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11255         Avoid creating directory when nntp-marks-is-evil is true.
11256         Reported by Reiner Steib.
11257
11258 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11259
11260         * gnus-picon.el (gnus-picon-style): New variable.
11261         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11262         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11263         Jesper Harder <harder@ifa.au.dk>.
11264
11265 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11266
11267         * message.el (message-fill-field): Return point.
11268         (message-generate-headers): Go to end of field.
11269
11270         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11271         stuff for non-living groups.
11272
11273 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11274
11275         * gnus-art.el (gnus-article-followup-with-original)
11276         (gnus-article-reply-with-original): gnus-mark-active-p ->
11277         gnus-region-active-p.
11278
11279 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11280
11281         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11282         only when there is spam or ham to be processed.
11283
11284 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11285
11286         * mail-source.el (mail-source-delete-crash-box): Refactor.
11287         (mail-source-fetch): Use it.
11288         (mail-source-fetch-file): Ditto.
11289         (mail-source-fetch-directory): Run postscript in loop.
11290         (mail-source-fetch-pop): Delete.
11291         (mail-source-fetch-maildir): Ditto.
11292         (mail-source-fetch-imap): Ditto.
11293
11294         * imap.el (imap-authenticators): Comment out sasl.
11295
11296         * message.el (message-skip-to-next-address): New function.
11297         (message-fill-header-address): Refactor.
11298         (message-fill-address): Use it.
11299         (message-delete-address): Use it.
11300         (message-fill-header-general): Refactor.
11301         (message-fill-field-address): Rename.
11302         (message-narrow-to-field): Find the start of the header.
11303         (message-header-format-alist): Don't pre-fill.
11304         (message-fill-header): Removed.
11305         (message-insert-header): New function.
11306         (message-shorten-references): Use it.
11307
11308         * rfc2047.el (rfc2047-field-value): Strip props.
11309
11310         * mail-parse.el (mail-header-make-address): New alias.
11311
11312         * ietf-drums.el (ietf-drums-make-address): New function.
11313
11314         * imap.el: Add compiler directives.
11315
11316         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11317
11318         * gnus-art.el (article-decode-idna-rhs): Don't use
11319         message-idna-inside-rhs-p.
11320
11321 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11322
11323         * message.el (message-idna-inside-rhs-p): Removed.
11324         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11325
11326         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11327         false positives.
11328
11329 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11330
11331         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11332
11333 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11334
11335         * nneething.el (nneething-file-name): Don't create spurious
11336         files.
11337
11338         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11339         (gnus-inews-do-gcc): Remove sleep.
11340
11341         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11342         part under point.
11343
11344         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11345         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11346
11347 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11348
11349         * spam.el (spam-summary-prepare-exit): Fixed (length).
11350
11351 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11352
11353         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11354         as expired without moving it" message when there are spam
11355         messages left.
11356
11357 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11358
11359         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11360         header is not nil.
11361
11362 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11363
11364         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11365         nntp-possibly-create-directory, not nntp-possibly-change-group.
11366         (nntp-marks-changed-p): New arg SERVER.
11367         (nntp-request-update-info): Adjust caller.
11368
11369 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11370
11371         * nntp.el (nntp-save-marks): Pass missing arg.
11372
11373 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11374
11375         * nntp.el: Support marks.
11376         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11377         (nntp-marks-modtime, nntp-marks-directory): New variables.
11378         (nntp-request-set-mark, nntp-request-update-info)
11379         (nntp-possibly-create-directory, nntp-marks-changed-p)
11380         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11381         functions.
11382
11383 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11384
11385         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11386         (gnus-xmas-redefine): Rename.
11387
11388         * gnus-score.el (gnus-score-insert-help): Use
11389         gnus-select-lowest-window.
11390
11391         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11392         appt-select-lowest-window and rename to gnus-select-lowest-window.
11393
11394         * gnus.el: do.
11395
11396 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11397
11398         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11399         encodings of MIME-encoded words, in order to improve
11400         interoperability with several broken MUAs.
11401
11402 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11403
11404         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11405         tags, only when charsets are not specified in headers.
11406         (mm-inline-text-html-render-with-w3m): Ditto.
11407
11408         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11409         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11410
11411 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11412
11413         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11414         instead of MIME-decoded from fields when checking
11415         `gnus-article-address-banner-alist'.
11416
11417 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11418
11419         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11420         description rather than subject.
11421
11422 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11423
11424         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11425
11426 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11427
11428         * gnus.el (gnus-version-number): Bump.
11429
11430 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11431
11432         * gnus.el: No Gnus v0.2 is released.
11433
11434 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11435
11436         * gnus-agent.el (gnus-agent-read-agentview): Inline
11437         gnus-uncompress-range.
11438
11439 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11440
11441         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11442         `exec-installed-p'.
11443
11444 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11445
11446         * gnus.el (spam-process, spam-autodetect-methods): Add
11447         bsfilter and bsfilter-headers.
11448
11449         * spam.el (spam-bsfilter): New customize group.
11450         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11451         (spam-bsfilter-header, spam-bsfilter-probability-header)
11452         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11453         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11454         (spam-bsfilter-database-directory): New options.
11455         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11456         (spam-list-of-statistical-checks, spam-registration-functions):
11457         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11458         (spam-bsfilter-score): New command.
11459         (spam-check-bsfilter-headers, spam-check-bsfilter)
11460         (spam-bsfilter-register-with-bsfilter)
11461         (spam-bsfilter-register-spam-routine)
11462         (spam-bsfilter-unregister-spam-routine)
11463         (spam-bsfilter-register-ham-routine)
11464         (spam-bsfilter-unregister-ham-routine): New functions.
11465         (spam-generic-score): Support bsfilter; Accept an optional argument
11466         to recalcurate spam score even if scoring header has already been
11467         added.
11468         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11469         optional argument to recalcurate spam score even if scoring header
11470         has already been added.
11471
11472 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11473
11474         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11475         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11476         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11477         link is missing.
11478
11479 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11480
11481         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11482         (html2text-get-attr): Rewrite.
11483
11484         * message.el (message-setup-1): Remove redundant put-text-property
11485         on mail-header-separator.
11486
11487 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11488
11489         * gnus-registry.el (gnus-registry-cache-whitespace)
11490         (gnus-registry-action, gnus-registry-spool-action)
11491         (gnus-registry-split-fancy-with-parent): Change message levels
11492         from 5 to 3 or 7, as needed.
11493
11494         * spam.el (spam-summary-prepare-exit)
11495         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11496         (spam-split, spam-find-spam, spam-log-undo-registration)
11497         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11498         level from 5 to 6.
11499
11500 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11503         2004-03-04 change).
11504
11505 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11506
11507         * sieve-manage.el (sieve-manage-open):
11508         * nnweb.el (nnweb-insert-html):
11509         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11510         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11511         * nnspool.el (nnspool-request-group):
11512         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11513         * nnml.el (nnml-request-update-info):
11514         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11515         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11516         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11517         (nnimap-request-set-mark):
11518         * nnfolder.el (nnfolder-request-update-info):
11519         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11520         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11521         * gnus-uu.el (gnus-uu-find-articles-matching):
11522         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11523         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11524         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11525         * gnus-nocem.el (gnus-nocem-scan-groups):
11526         * gnus-int.el (gnus-start-news-server):
11527         * gnus-group.el (gnus-group-make-kiboze-group)
11528         (gnus-group-browse-foreign-server):
11529         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11530         Use mapc when appropriate.
11531
11532 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11533
11534         FIXME: Make separate entries for each person.
11535
11536         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11537         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11538         <shields@msrl.com>:
11539
11540         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11541         may need for spam sorting and scoring.
11542         (spam-user-format-function-S): Add user format function suitable for
11543         general use.
11544         (spam-article-sort-by-spam-status): Add sorting function for summary
11545         sorting.
11546         (spam-extra-header-to-number): Add function to get a score from a
11547         header.
11548         (spam-summary-score): Add function to  get a numeric score from the
11549         headers.
11550         (spam-generic-score): Fix function doc, was in wrong place.
11551         (spam-initialize): Take symbols when it's run, and install the
11552         extra headers that spam-necessary-extra-headers thinks we need.
11553
11554 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11555
11556         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11557         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11558
11559 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11560
11561         * gnus-sum.el (gnus-set-global-variables)
11562         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11563         (gnus-article-get-xrefs, gnus-summary-best-group)
11564         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11565         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11566         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11567         Use with-current-buffer.
11568
11569 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11570
11571         * spam.el (spam-summary-prepare-exit): Simplify logic.
11572         (spam-fetch-article-header): Read the article header if it's not
11573         available.
11574         (spam-list-articles): Simplify logic.
11575         (spam-filelist-register-routine): Fix bug with unregister-list.
11576
11577         * gnus-registry.el: Fix comments at beginning.
11578
11579 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11580
11581         * message.el (message-cater-to-broken-inn): Remove.
11582         (message-shorten-references): Make sure the total folded length of
11583         References is shorter than 998 characters to cater to a bug in INN
11584         2.3.  Also, don't pretend that references aren't folded -- this
11585         hasn't worked for a while.
11586
11587 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11588
11589         * gnus-agent.el (gnus-agentize):
11590         gnus-agent-send-mail-real-function no longer set to current value
11591         of message-send-mail-function but rather a lambda that calls
11592         message-send-mail-function.  The change makes the agent real-time
11593         responsive to user changes to message-send-mail-function.
11594
11595 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11596
11597         * legacy-gnus-agent.el
11598         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11599         help from Florian Weimer <fw@deneb.enyo.de>
11600
11601 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11602
11603         * nnmail.el (nnmail-cache-insert): Revert last change.
11604
11605 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * nnmail.el (nnmail-cache-insert): Always check whether
11608         nnmail-cache-ignore-groups matches a group name.
11609
11610 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11611
11612         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11613         (spam-find-spam, spam-log-processing-to-registry)
11614         (spam-log-registered-p, spam-log-unregistration-needed-p)
11615         (spam-log-undo-registration): Use gnus-message instead of
11616         gnus-error, none of these errors are fatal.
11617
11618         * gnus-registry.el (gnus-registry-clean-empty-function)
11619         (gnus-registry-clean-empty): Remove only empty entries without
11620         extra data.
11621
11622 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11623
11624         * spam-stat.el (spam-stat-buffer-change-to-spam)
11625         (spam-stat-buffer-change-to-non-spam): Change (error) to
11626         (gnus-message 8) invocation.
11627
11628 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * nntp.el (nntp-via-netcat-command): New variable.
11631         (nntp-via-netcat-switches): New variable.
11632         (nntp-open-via-rlogin-and-netcat): New function.
11633         (nntp-open-connection-function): Doc fix.
11634         (nntp-telnet-command): Doc fix.
11635         (nntp-end-of-line): Doc fix.
11636         (nntp-via-rlogin-command): Doc fix.
11637         (nntp-via-user-name): Doc fix.
11638         (nntp-via-address): Doc fix.
11639
11640 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11641
11642         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11643         error in Emacs 21.1.
11644
11645 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11646
11647         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11648
11649 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11650         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11651         (gnus-agent-with-refreshed-group): New macro.
11652         (gnus-agent-rename-group): New function.
11653         (gnus-agent-delete-group): New function.
11654         (gnus-agent-save-group-info): Use gnus-command-method when
11655         `method' parameter is nil.  Don't write nil entries into the
11656         active file.
11657         (gnus-agent-get-group-info): New function.
11658         (gnus-agent-fetch-articles): Use
11659         gnus-agent-update-files-total-fetched-for to increment disk space
11660         used.
11661         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11662         gnus-agent-update-view-total-fetched-for to increment disk space
11663         used.
11664         (gnus-agent-get-local): Added optional parameters to avoid calling
11665         gnus-group-real-name and gnus-find-method-for-group.
11666         (gnus-agent-set-local): Delete stored entry if either min, or max,
11667         are nil.
11668         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11669         quit, use gnus-agent-regenerate-group to record existance of any
11670         articles fetched to disk before the quit occurred.
11671         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11672         gnus-agent-update-view-total-fetched-for, and
11673         gnus-agent-update-files-total-fetched-for to decrement disk space
11674         used.
11675         (gnus-agent-retrieve-headers): Use
11676         gnus-agent-update-view-total-fetched-for to increment disk space
11677         used.
11678         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11679         with gnus-agent-update-files-total-fetched-for to decrement disk
11680         space and fresh group buffer.
11681         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11682         (gnus-agent-need-update-total-fetched-for): New variable.
11683         (gnus-agent-update-files-total-fetched-for): New function.
11684         (gnus-agent-update-view-total-fetched-for): New function.
11685         (gnus-agent-total-fetched-for): New function.
11686
11687         * gnus-cache.el (gnus-cache-save-buffers): Use
11688         gnus-cache-update-overview-total-fetched-for to change disk space
11689         used by this group.
11690         (gnus-cache-possibly-enter-article): Use
11691         gnus-cache-update-file-total-fetched-for to increment disk space
11692         used by this group.
11693         (gnus-cache-possibly-remove-article): Use
11694         gnus-cache-update-file-total-fetched-for to decrement disk space
11695         used by this group.
11696         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11697         (gnus-cache-rename-group): New function.
11698         (gnus-cache-delete-group): New function.
11699         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11700         (gnus-cache-need-update-total-fetched-for): New variable.
11701         (gnus-cache-with-refreshed-group): New macro.
11702         (gnus-cache-update-file-total-fetched-for): New function.
11703         (gnus-cache-update-overview-total-fetched-for): New function.
11704         (gnus-cache-rename-group-total-fetched-for): New function.
11705         (gnus-cache-delete-group-total-fetched-for): New function.
11706         (gnus-cache-total-fetched-for): New function.
11707
11708         * gnus-group.el: Require gnus-sum and autoload functions to
11709         resolve warnings when gnus-group.el compiled alone.
11710         (gnus-group-line-format): Documented new %F
11711         (size of Fetched data) group line format; identifies disk space
11712         used by agent and cache.
11713         (gnus-group-line-format-alist): Defined new F format.
11714         (gnus-total-fetched-for): New function.
11715         (gnus-group-delete-group): No longer update
11716         gnus-cache-active-altered as gnus-request-delete-group now keeps
11717         the cache in sync.
11718         (gnus-group-list-active): Let the agent store a server's active
11719         list if currently plugged.
11720
11721         * gnus-int.el (gnus-request-delete-group):
11722         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11723         local disk in sync with the server.
11724         (gnus-request-rename-group):
11725         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11726         local disk in sync with the server.
11727
11728         * gnus-start.el (gnus-get-unread-articles):
11729         Cosmetic simplification to logic.
11730
11731         * gnus-util.el (gnus-rename-file): New function.
11732
11733 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11734
11735         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11736
11737 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11738
11739         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11740         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11741
11742 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11743
11744         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11745         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11746
11747 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11748
11749         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11750
11751 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11752
11753         * spam.el (spam-set-difference): Add function to replace
11754         gnus-set-difference in spam.el.
11755         (spam-summary-prepare-exit): Use spam-set-difference.
11756
11757 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11758
11759         * gnus-registry.el (gnus-registry-cache-file): Update to use
11760         gnus-dribble-directory OR gnus-home-directory OR ~.
11761         (gnus-registry-split-fancy-with-parent): Fix doc.
11762
11763 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * message.el (message-exchange-point-and-mark): Use
11766         message-mark-active-p.  Suggested by Jesper Harder
11767         <harder@ifa.au.dk>.
11768
11769 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * message.el (message-exchange-point-and-mark): Don't activate
11772         region if it was inactive.  Suggested by Hiroshi Fujishima
11773         <pooh@nature.tsukuba.ac.jp>.
11774
11775 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * gnus-art.el (article-display-face): Display Faces in the same
11778         order as X-Faces.
11779
11780 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11783
11784 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11787         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11788         (gnus-article-mime-hierarchy): Remove.
11789         (gnus-article-mime-hierarchy-next): Remove.
11790         (gnus-article-mode): Revert 2004-03-19 change.
11791         (gnus-article-setup-buffer): Revert 2004-03-19 change.
11792         (gnus-insert-mime-button): Revert 2004-03-19 change.
11793         (gnus-mime-accumulate-hierarchy): Remove.
11794         (gnus-mime-enter-multipart): Remove.
11795         (gnus-mime-leave-multipart): Remove.
11796         (gnus-mime-display-part): Revert 2004-03-19 change.
11797         (gnus-mime-display-alternative): Revert 2004-03-19 change.
11798
11799         * mml.el (mml-preview): Revert 2004-03-19 change.
11800
11801 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
11802
11803         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11804
11805 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11806
11807         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11808         t while entering a file name using the mm-with-multibyte macro.
11809         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11810
11811         * mm-util.el (mm-with-multibyte): New macro.
11812
11813 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11814
11815         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11816         user option.
11817         (gnus-mime-multipart-functions): Doc and customization fix.
11818         (gnus-article-mime-hierarchy): New variable.
11819         (gnus-article-mime-hierarchy-next): New variable.
11820         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11821         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11822         gnus-article-mime-hierarchy-next to nil.
11823         (gnus-insert-mime-button): Show hierarchy numbers.
11824         (gnus-mime-accumulate-hierarchy): New function.
11825         (gnus-mime-enter-multipart): New function.
11826         (gnus-mime-leave-multipart): New function.
11827         (gnus-mime-display-part): Recompute hierarchical MIME structure.
11828         (gnus-mime-display-alternative): Show hierarchy numbers.
11829
11830         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11831         gnus-article-mime-hierarchy-next to nil.
11832
11833 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
11834
11835         * dns.el: Don't require gnus-xmas.
11836
11837 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
11838
11839         * mml.el (mml-generate-mime-1): Don't use format=flowed with
11840         inline PGP.
11841         (mml-menu): Disable mml-quote-region if mark is inactive.
11842
11843 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11846         when the group's active is not available.
11847
11848 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11851         error.
11852
11853 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
11854
11855         * imap.el (imap-store-password): New variable.
11856         (imap-interactive-login): Use it.
11857         Suggested by Mark Plaksin <happy@mcplaksin.org>.
11858
11859 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * gnus-art.el (gnus-article-read-summary-keys): Restore new
11862         window-start and hscroll to summary window.
11863
11864 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11865
11866         * gnus-start.el (gnus-convert-old-newsrc): Only write the
11867         conversion message to newsrc-dribble when an actual conversion is
11868         performed.
11869
11870 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
11871
11872         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11873
11874 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * mm-decode.el (mm-complicated-handles): New function reviving
11877         former definition of mm-multiple-handles.
11878
11879         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11880         (gnus-mime-delete-part): Use it.
11881
11882 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11883
11884         * gnus-agent.el (gnus-agent-read-local): Bind
11885         nnheader-file-coding-system to gnus-agent-file-coding-system to
11886         avoid the implicit assumption that they will always be equal.
11887         (gnus-agent-save-local): Bind buffer-file-coding-system, not
11888         coding-system-for-write, as the with-temp-file macro first prints
11889         to a buffer then saves the buffer.
11890
11891 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * gnus-art.el (gnus-article-edit-part): New function.
11894         (gnus-mime-save-part-and-strip): Use it; do query instead of
11895         signaling an error; don't use mm-multiple-handles.
11896         (gnus-mime-delete-part): Ditto.
11897
11898 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11899
11900         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11901         old file versions.
11902         (gnus-group-prepare-hook): Removed function that converted list
11903         form of gnus-agent-expire-days to group properties.
11904
11905         * gnus-int.el: Autoload gnus-agent-regenerate-group.
11906         (gnus-request-accept-article): Re-indented.
11907
11908         * gnus-start.el (gnus-convert-old-newsrc): Registered new
11909         converters to handle old agent file formats.  Added logic for a
11910         "backup before upgrading warning".
11911         (gnus-convert-mark-converter-prompt): Developers can mark
11912         functions as needing (default), or not needing,
11913         gnus-convert-old-newsrc's "backup before upgrading warning".
11914         (gnus-convert-converter-needs-prompt): Tests whether the user
11915         should be protected from potentially irreversable changes by the
11916         function.
11917
11918         * legacy-gnus-agent.el: New.  Provides converters that are only
11919         loaded when gnus-convert-old-newsrc needs to call them.
11920
11921 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * mail-source.el (mail-source-touch-pop): Doc fix.
11924
11925         * message.el (message-smtpmail-send-it): Doc fix.
11926
11927 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
11928
11929         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11930
11931         * nnmail.el (nnmail-split-fancy): do.
11932
11933         * gnus-kill.el (gnus-kill, gnus-execute): do.
11934
11935 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11936
11937         * gnus-sum.el (gnus-widget-reversible-match)
11938         (gnus-widget-reversible-to-internal)
11939         (gnus-widget-reversible-to-external): New functions.
11940         (gnus-widget-reversible): New widget.
11941         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11942
11943 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
11944
11945         * gnus-sum.el (gnus-thread-sort-functions)
11946         (gnus-article-sort-functions): Document `(not F)' items.
11947
11948 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11949
11950         * spam.el (spam-use-gmane-xref): Add new backend.
11951         (spam-gmane-xref-spam-group): Add variable to control the name of the
11952         Gmane spam group.
11953         (spam-blackhole-servers, spam-blackhole-good-server-regex)
11954         (spam-regex-headers-spam, spam-regex-headers-ham)
11955         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11956         (spam-list-of-checks): Add spam-use-gmane-xref to list of
11957         backends and checks.
11958         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11959
11960         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11961         an autodetect method.
11962
11963 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11964
11965         * gnus-int.el (gnus-request-accept-article): Inform the agent that
11966         articles are being added to a group.
11967         (gnus-request-replace-article): Inform the agent that articles
11968         need to be uncached as the cached contents are no longer valid.
11969
11970 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11971
11972         * binhex.el: Don't autoload executable-find.
11973
11974         * canlock.el: Don't autoload mail-fetch-field.
11975
11976         * dgnushack.el: Autoload c-mode for XEmacs.
11977
11978         * gnus-ems.el: Don't autoload appt-select-lowest-window.
11979
11980         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11981         rmail-dont-reply-to and rmail-output.
11982
11983         * gnus-score.el: Don't autoload ffap-string-at-point.
11984
11985         * gnus-setup.el: Don't autoload sc-cite-original.
11986
11987         * imap.el: Don't autoload base64-decode-string,
11988         base64-encode-string and md5.
11989
11990         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11991         and rmail-msg-restore-non-pruned-header.
11992
11993         * mm-decode.el: Don't autoload executable-find.
11994
11995         * mm-url.el: Don't autoload executable-find.
11996
11997         * mm-view.el: Don't autoload diff-mode.
11998
11999         * nndb.el: Don't autoload news-reply-mode, news-setup,
12000         cancel-timer and telnet.
12001
12002         * password.el: Don't autoload run-at-time for Emacs.
12003
12004         * sha1-el.el: Don't autoload executable-find.
12005
12006         * sieve-mode.el: Don't autoload c-mode.
12007
12008         * uudecode.el: Don't autoload executable-find.
12009
12010 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12011
12012         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12013         (gnus-agent-possibly-alter-active): Avoid null in numeric
12014         comparison.
12015         (gnus-agent-set-local): Refuse to save null in local object table.
12016         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12017         list of articles that will be marked as unread.
12018
12019 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12020
12021         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12022
12023 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12024
12025         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12026         language tags.
12027
12028 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12029
12030         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12031         Don't bind "obarray".
12032
12033         * gnus-sum.el (gnus-thread-sort-functions): Added
12034         `gnus-thread-sort-by-most-recent-number' and
12035         `gnus-thread-sort-by-most-recent-date'.
12036         Reported by Kai Grossjohann <kai@emptydomain.de>.
12037
12038 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12041
12042 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12043
12044         * gnus-cus.el (gnus-agent-customize-category): Removed
12045         ignore-errors macro reference that required cl to be loaded at
12046         run-time.
12047
12048         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12049         single-interval range of the form (min . max).  Previously the
12050         range had to look like ((min . max)).  Likewise, return
12051         (min . max) rather than ((min . max)).
12052         (gnus-range-map): Use gnus-range-normalize to accept
12053         single-interval range.
12054
12055         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12056         the cache, but not the agent, now appear with their usual face.
12057
12058         * dgnushack.el (loaddir): New variable that is bound to the
12059         directory containing the dgnushack.el file. Use loaddir, rather
12060         than srcdir, to update load-path. Change lets dgnushack compile
12061         code in directories other than GNUS/lisp.
12062
12063 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * lpath.el: Don't bind w3m-safe-url-regexp.
12066
12067         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12068         w3m-safe-url-regexp variable buffer-local.
12069
12070         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12071
12072 2004-02-27  Simon Josefsson  <jas@extundo.com>
12073
12074         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12075         gnus-group-real-prefix.
12076         (gnus-summary-move-article): Use it, instead of
12077         gnus-group-real-prefix.
12078
12079 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * lpath.el: Bind w3m-safe-url-regexp.
12082
12083         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12084         w3m-safe-url-regexp variable buffer-local and set it as the value
12085         of mm-w3m-safe-url-regexp.
12086
12087         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12088
12089         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12090         parsing gnus-posting-styles when the message is not for replying.
12091
12092         * dgnushack.el: Autoload sgml-mode for XEmacs.
12093
12094         * nnrss.el (nnrss-opml-export): Use
12095         mm-set-buffer-file-coding-system instead of
12096         set-buffer-file-coding-system.
12097
12098 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12099
12100         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12101         of checkdoc.el).
12102         * nnrss.el: do.
12103         * gnus-mlspl.el: do.
12104         * gnus-ml.el: do.
12105         * gnus-srvr.el: do.
12106
12107         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12108
12109 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12110
12111         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12112         Corrections to custom-manual links.
12113
12114         * gnus-art.el (gnus-article): Ditto.
12115
12116         * mm-decode.el (mime-display, mime-security): Ditto.
12117
12118 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12119
12120         * flow-fill.el: Typo.
12121
12122 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12123
12124         * spam-wash.el: New file.
12125
12126 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12127
12128         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12129
12130 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12131
12132         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12133         to be run with new-articles as LIST1, not LIST2.
12134         (spam-registration-functions): Add spam-use-ham-copy as a nil
12135         registration backend.
12136
12137 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12138
12139         * spam-stat.el (spam-stat-washing-hook): New option.
12140         (spam-stat-buffer-words): Use it.
12141         (spam-stat-process-directory, spam-stat-test-directory): Use
12142         insert-file-contents-literally.
12143         (spam-stat-coding-system): New variable.
12144         (spam-stat-load, spam-stat-save): Use it.
12145
12146 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * spam-report.el (spam-report-plug-agent): Quote
12149         spam-report-url-to-file and spam-report-url-ping-plain.
12150
12151 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12152
12153         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12154         / in mailto URLs.
12155
12156 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * spam-report.el (spam-report-process-queue): Fix interactive use.
12159         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12160         (spam-report-unplug-agent): Doc fixes.
12161         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12162         (spam-report-agentize, spam-report-deagentize): Autoload
12163
12164 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12167
12168         * message.el (message-setup-fill-variables): Add mml tags to
12169         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12170         <ajk@iu.edu>.
12171         (message-mode): Don't modify paragraph-separate there.
12172
12173 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * compface.el (uncompface-use-external): Default to undecided.
12176         (uncompface-use-external-threshold): New variable.
12177         (uncompface-float-time): New macro.
12178         (uncompface): Determine whether to use the external decoder if
12179         uncompface-use-external is undecided.
12180
12181 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12182
12183         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12184         after images.
12185
12186         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12187
12188 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12189
12190         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12191
12192         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12193
12194         * gnus-sum.el (gnus-summary-limit-to-age)
12195         (gnus-summary-limit-children): do.
12196
12197         * gnus-int.el (gnus-request-scan): do.
12198
12199         * gnus-group.el (gnus-group-suspend): do.
12200
12201         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12202
12203         * gnus-cite.el (gnus-cite-parse-attributions): do.
12204
12205         * gnus-agent.el (gnus-summary-set-agent-mark)
12206         (gnus-agent-regenerate-group): do.
12207
12208         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12209
12210         * binhex.el (binhex-decode-region-internal): do.
12211
12212 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12213
12214         * gnus-fun.el (gnus-face-properties-alist): New user option.
12215         (gnus-display-x-face-in-from): Use it.
12216
12217         * gnus-art.el (article-display-face): Ditto.
12218
12219         * compface.el (uncompface-use-external): Default to nil.
12220
12221 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12222
12223         * nntp.el (nntp-erase-buffer): New function.
12224         (nntp-retrieve-data, nntp-send-command)
12225         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12226         (nntp-possibly-change-group): Use it.
12227
12228         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12229         with-current-buffer.
12230
12231 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12232
12233         * compface.el: Merge the ELisp-based uncompface program.
12234         (compface): New customization group.
12235         (uncompface-use-external): New user option.
12236         (uncompface): Call uncompface-internal if uncompface-use-external
12237         is nil.
12238         (uncompface-internal): New function.  Note that there are also
12239         some other functions and variables added for this function.
12240
12241 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12242
12243         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12244         if necessary.
12245
12246 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12247
12248         * spam-report.el (spam-report-unplug-agent)
12249         (spam-report-plug-agent, spam-report-deagentize)
12250         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12251         Add support for the Agent in spam-report: when unplugged, report to a
12252         file; when plugged, submit all the requests.
12253
12254         * spam.el (spam-register-routine): Fix message about
12255         registration.
12256
12257 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12258
12259         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12260         dependencies.
12261         (rfc2047-encode): Use it.
12262
12263         * gnus-art.el (gnus-button-marker-list): Move before first
12264         reference.
12265
12266         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12267         (imap-parse-body): Fix format string mismatch.
12268
12269         * gnus-score.el (gnus-summary-increase-score): do.
12270
12271         * nnrss.el (nnrss-close): New function.
12272
12273 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12274
12275         * nnrss.el (nnrss-make-filename): New function.
12276         (nnrss-request-delete-group, nnrss-read-server-data)
12277         (nnrss-save-server-data, nnrss-read-group-data)
12278         (nnrss-save-group-data): Use it.
12279         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12280         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12281         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12282
12283 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12284
12285         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12286
12287 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12288
12289         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12290         files.
12291
12292         * message.el (message-generate-headers-first): Don't quote nil
12293         and t in docstrings.
12294
12295         * imap.el (imap-id): do.
12296
12297         * gnus-agent.el (gnus-agent-consider-all-articles)
12298         (gnus-agent-queue-mail): do.
12299
12300 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12301
12302         * spam-report.el (spam-report-process-queue): New function.
12303         Process requests from `spam-report-requests-file'.
12304         (spam-report-process-queue): Doc fix.
12305
12306 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12307
12308         * spam.el (spam-register-routine)
12309         (spam-log-processing-to-registry, spam-log-registered-p)
12310         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12311         Change "check" to "spam-check" for semi-clarity.
12312
12313 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12314
12315         * pop3.el: Require nnheader.
12316
12317         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12318
12319         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12320
12321         * gnus-picon.el: Require cl.
12322
12323         * gnus-fun.el: Require gnus-ems and gnus-util.
12324
12325         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12326
12327         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12328
12329         * gnus-art.el (gnus-article-edit-mode): Define before first
12330         reference.
12331
12332 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12333
12334         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12335         (gnus-uu-post-encoded): Use point-at-bol.
12336
12337         * gnus-topic.el (gnus-group-active-topic-p): do.
12338
12339         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12340
12341         * gnus-group.el (gnus-group-kill-region): do.
12342
12343         * gnus-art.el (article-date-ut): do.
12344
12345         * message.el (message-fetch-field): Remove redundant
12346         case-fold-search binding.
12347         (message-narrow-to-field): Simplify.
12348
12349 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12350
12351         * spam.el (spam-directory): Derive from `gnus-directory'.
12352
12353         * spam-report.el (spam-report-url-to-file)
12354         (spam-report-requests-file): New function and variable for offline
12355         reporting.
12356         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12357         and user defined function.
12358         (spam-report-url-ping-mm-url): Remove doubled slash.
12359
12360 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12361
12362         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12363
12364 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12365
12366         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12367         format string mismatch.
12368
12369         * sieve.el (sieve-deactivate-all): do.
12370
12371         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12372
12373         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12374
12375         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12376
12377         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12378
12379 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12380
12381         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12382         the list of checks.
12383
12384 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12385
12386         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12387         padding.
12388
12389 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12390
12391         * mm-view.el (mm-fill-flowed): New variable.
12392         (mm-inline-text): Use it.
12393
12394 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12395
12396         * spam.el (spam-spamassassin-register-ham-routine)
12397         (spam-spamassassin-register-spam-routine): Fix function names.
12398
12399 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * gnus.el (gnus-tmp-grouplens): Remove.
12402         (gnus-summary-line-format): Remove grouplens.
12403
12404         * gnus-group.el (gnus-group-line-format): Ditto.
12405
12406         * gnus-spec.el (gnus-format-specs): Ditto.
12407         (gnus-update-format-specifications): Flush the group format spec
12408         cache if there's the grouplens stuff.
12409         (gnus-parse-simple-format): Replace %l with the empty string.
12410
12411 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12412
12413         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12414         omission.
12415
12416 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12417
12418         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12419         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12420
12421 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12422
12423         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12424         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12425         New macros and functions.
12426         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12427         Handle > NLINK_MAX messages.
12428         * nnmaildir.el (nnmaildir-request-set-mark): Use
12429         nnmaildir--emlink-p and nnmaildir--eexist-p.
12430
12431 2004-01-25  Alex Schroeder  <alex@gnu.org>
12432
12433         * spam-stat.el (spam-stat-process-directory-age): New option.
12434         (spam-stat-process-directory): Use it.
12435
12436 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12437
12438         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12439         (spam-stat-save): Accept prefix argument.
12440
12441 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12442
12443         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12444         links" error.
12445
12446 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12449         the rest of the and/or forms.
12450
12451 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12452
12453         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12454         compatibility with old .newsrc.eld files.
12455
12456         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12457
12458         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12459
12460         * gnus-start.el (gnus-1): do.
12461
12462         * gnus-group.el (gnus-group-line-format-alist): do.
12463
12464         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12465
12466         * gnus-gl.el: Remove.
12467
12468 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12469
12470         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12471         marks consisting of a single range {for example, (3 . 5)} rather
12472         than a list of a single range { ((3 . 5)) }.
12473
12474 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12475
12476         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12477         with-current-buffer.
12478         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12479         avoid consing a string.
12480
12481         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12482         Remove obsolete entries for big5 and gb2312.
12483
12484 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12485
12486         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12487         uncompressed list.
12488
12489 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12490
12491         * spam-stat.el (spam-stat-strip-xref): New function.
12492         (spam-stat-process-directory): Use it.
12493
12494         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12495         here -- it's done in message-fetch-field.
12496
12497 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12498
12499         * gnus-agent.el (gnus-agent-queue-mail)
12500         (gnus-agent-prompt-send-queue): New variables.
12501         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12502         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12503         "nndraft:queue" along to gnus-draft-send.  Use
12504         gnus-agent-prompt-send-queue.
12505         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12506         is "nndraft:queue".  Suggested by Gaute Strokkenes
12507         <gs234@srcf.ucam.org>
12508
12509         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12510         (agent-enable-undownloaded-faces): Added
12511         (gnus-agent-cat-groups): Use eval-and-compile, not
12512         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12513         method of gnus-agent-cat-groups even when the buffer has been
12514         evaled.
12515         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12516         delete gnus-agent-save-active-1.
12517         (gnus-agent-save-groups): Deleted.  Identical to
12518         gnus-agent-save-active.
12519         (gnus-agent-write-active): No longer adjust agent's copy of active
12520         file as agent's adjustments are now stored in their own
12521         file.  Removed optional parameter.
12522         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12523         servers.  Add use of min/max range limits from server's local
12524         file.
12525         (gnus-agent-save-alist): Removed unused optional argument.
12526         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12527         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12528         (gnus-agent-set-local): A per-server file that keeps min/max range
12529         limits for articles known to the agent.  Provides a fast mechanism
12530         for altering many active ranges.
12531         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12532         active file (local makes it unnecessary).
12533         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12534
12535         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12536         (agent-enable-undownloaded-faces): Added
12537
12538         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12539         disable it when sending to "nndraft:queue".
12540         (gnus-group-send-queue): Add safety check to avoid sending queue
12541         when unplugged.
12542
12543         * gnus-group.el (gnus-group-catchup): Use new
12544         gnus-sequence-of-unread-articles, not
12545         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12546         numbers of articles.  Use gnus-range-map to avoid having to
12547         uncompress the unread list.
12548         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12549         Fixed invalid ange-ftp reference.
12550
12551         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12552         (gnus-sorted-range-intersection): Intersection of two ranges
12553         without requiring that they first be uncompressed.
12554
12555         * gnus-start.el (gnus-activate-group): Unless blocked by the
12556         caller, possibly expand the active range to include both cached
12557         and agentized articles.
12558         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12559         multiple version-dependent converters.
12560         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12561         gnus-agent-save-active.
12562         (gnus-save-newsrc-file): Save dirty agent range limits.
12563
12564         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12565         gnus-agent-possibly-alter-active.
12566         (gnus-adjust-marked-articles): Faster handling of simple lists
12567
12568 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12569
12570         * spam-stat.el (spam-stat-test-directory): New optional argument
12571         displays a list of files detected.  Suggested by Andrew Cohen
12572         <cohen@andy.bu.edu>.
12573         (spam-stat-buffer-words-with-scores): Don't narrow and change
12574         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12575
12576 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12577
12578         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12579         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12580         (spam-spamassassin-arguments)
12581         (spam-spamassassin-spam-flag-header)
12582         (spam-spamassassin-positive-spam-flag-header)
12583         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12584         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12585         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12586         (spam-list-of-processors, spam-list-of-checks)
12587         (spam-list-of-statistical-checks, spam-registration-functions)
12588         (spam-check-spamassassin-headers, spam-check-spamassassin)
12589         (spam-spamassassin-score)
12590         (spam-spamassassin-register-with-sa-learn)
12591         (spam-spamassassin-register-spam-routine)
12592         (spam-spamassassin-register-ham-routine)
12593         (spam-assassin-register-spam-routine)
12594         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12595         (spam-bogofilter-score): Fix to show article before scoring.
12596
12597 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12598
12599         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12600         default scoring function.
12601         (spam-generic-score): Call spam-spamassassin-score if
12602         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12603         spam-bogofilter-score otherwise.
12604
12605         * gnus.el (spam-process, spam-autodetect-methods): Add
12606         spamassassin and spamassassin-headers.
12607
12608 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12609
12610         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12611         Suppress unnecessary messages.
12612
12613 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12614
12615         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12616         make-hash-table.
12617
12618 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * canlock.el (base64-encode-string): Don't autoload it.
12621
12622 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * run-at-time.el: Remove useless (require 'itimer),
12625         eval-and-compile and (featurep 'xemacs).
12626
12627 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12628
12629         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12630         GROUP is a virtual group.
12631
12632 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12633
12634         * gnus.el: Autoload `message-y-or-n-p'.
12635
12636 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12637
12638         * pgg-parse.el: Remove unnecessary (require 'custom).
12639
12640         * pgg-def.el: do.
12641
12642         * nnmail.el: do.
12643
12644         * gnus-undo.el: do.
12645
12646         * gnus-picon.el: do.
12647
12648         * gnus-util.el: do.
12649
12650 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12653
12654 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12655
12656         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12657         handle, as well as a list.
12658
12659         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12660         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12661         (mm-w3m-cid-retrieve): Simplify.
12662
12663 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12664
12665         * message.el (message-kill-to-signature): Allow prefix arg to
12666         specify number of lines to keep before signature.
12667
12668 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12669
12670         (message-kill-to-signature): Change docstring.
12671
12672 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12673
12674         * canlock.el: Always require sha1-el.
12675         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12676
12677         * message.el: Autoload sha1 only when compiling.
12678
12679         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
12680         eudc-expand-inline for XEmacs.
12681
12682 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * message.el (message-canlock-generate): Require sha1-el.
12685
12686 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12687
12688         * message.el (message-expand-name): Silence the byte compiler.
12689
12690         * lpath.el: Add detect-coding-system.
12691
12692         * dgnushack.el (dgnushack-compile): Remove obsolete check for
12693         cus-edit.
12694
12695 2004-01-13  Simon Josefsson  <jas@extundo.com>
12696
12697         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12698         Invoke gnus-score-mode.  Reported by
12699         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12700
12701         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12702         Jim Blandy <jimb@redhat.com> (tiny change).
12703
12704 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12705
12706         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12707
12708 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12709
12710         * spam.el (spam-get-article-as-string): Update to use
12711         gnus-request-article-this-buffer, much simpler.
12712         (spam-get-article-as-buffer): Remove.
12713
12714 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12715
12716         * message.el (message-expand-name): Use EUDC if the user uses that.
12717
12718 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12719
12720         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12721         character for the encoding to avoid consing a string.
12722
12723         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12724         unnecessarily.
12725
12726         * mm-util.el (mm-replace-chars-in-string): Remove.
12727
12728         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12729         of mm-replace-chars-in-string.
12730
12731 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12732
12733         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12734
12735         * mm-util.el (mm-subst-char-in-string): Support inplace.
12736
12737         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12738         a new string in every iteration.  Use shy groups.
12739
12740 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12741
12742         * gnus-srvr.el (gnus-browse-unsubscribe-group):
12743         * gnus-soup.el (gnus-soup-group-brew):
12744         * gnus-msg.el (gnus-put-message):
12745         * gnus-move.el (gnus-group-move-group-to-server):
12746         * gnus-kill.el (gnus-batch-score):
12747         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12748         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12749         (gnus-group-update-group, gnus-group-read-group)
12750         (gnus-group-make-group, gnus-group-make-help-group)
12751         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12752         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12753         (gnus-group-sort-by-unread, gnus-group-catchup)
12754         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12755         (gnus-group-yank-group, gnus-group-set-info)
12756         (gnus-group-list-groups):
12757         * gnus.el (gnus-generate-new-group-name):
12758         * gnus-delay.el (gnus-delay-send-queue):
12759         * nnvirtual.el (nnvirtual-catchup-group):
12760         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12761         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12762         (gnus-group-prepare-topics, gnus-topic-check-topology):
12763         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12764         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12765         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12766         (gnus-group-make-articles-read):
12767         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12768         (gnus-group-change-level, gnus-kill-newsgroup)
12769         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12770         (gnus-get-unread-articles, gnus-make-articles-unread)
12771         (gnus-make-ascending-articles-unread): Use accessor
12772         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12773         to get group information for improved readability.
12774
12775
12776 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12777
12778         * gnus-art.el (article-decode-mime-words, article-babel)
12779         (gnus-article-highlight-signature, gnus-article-add-buttons)
12780         (gnus-signature-toggle): Use gnus-with-article-buffer.
12781
12782         * gnus-art.el (gnus-article-highlight-headers)
12783         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12784
12785         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12786         (gnus-article-set-globals, gnus-request-article-this-buffer)
12787         (gnus-button-message-id, gnus-article-maybe-hide-headers)
12788         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12789         (gnus-mime-display-alternative): Use with-current-buffer.
12790
12791 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12792
12793         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12794         also under 80 char limit, and call gnus-error if needed.
12795         (spam-fetch-article-header): Fix - it was a
12796         buffer-local variable (gnus-newsgroup-data).
12797         (spam-find-spam): Use spam-generate-fake-headers, forget about
12798         spam-insert-fake-headers.
12799         (spam-insert-fake-headers): Remove.
12800
12801 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12802
12803         * deuglify.el (gnus-article-outlook-unwrap-lines)
12804         (gnus-outlook-rearrange-article)
12805         (gnus-outlook-repair-attribution-outlook)
12806         (gnus-outlook-repair-attribution-block)
12807         (gnus-outlook-repair-attribution-other): Remove redundant
12808         save-excursion.
12809
12810 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12811
12812         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12813         (spam-fetch-field-subject-fast)
12814         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12815         (spam-fetch-article-header): Add functions to deal with Gnus
12816         internals for fast retrieval of article header data.
12817         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12818
12819 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12820
12821         * pop3.el (pop3-md5): Remove.
12822         (pop3-apop): Replace pop3-md5 with md5.
12823
12824         * mm-bodies.el: base64 is always built-in.
12825
12826         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12827         with-current-buffer.
12828
12829 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * canlock.el (canlock-insert-header): Remove excessive grouping in
12832         regexp.
12833
12834         * gnus-sum.el (gnus-summary-read-document): Ditto.
12835
12836         * gnus-uu.el (gnus-uu-part-number): Ditto.
12837
12838         * html2text.el (html2text-remove-tags): Ditto.
12839         (html2text-format-tags): Ditto.
12840         (html2text-format-single-elements): Ditto.
12841
12842         * mml.el (mml-parse-1): Ditto.
12843
12844 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12845
12846         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12847
12848         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12849
12850         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12851
12852         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12853
12854 2003-11-15  Simon Josefsson  <jas@extundo.com>
12855
12856         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12857         (pgg-gpg-lookup-key): Use regexp match instead of
12858         split-string (split-string is different between emacs 21.2 and
12859         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
12860
12861 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12862
12863         * gnus-art.el (gnus-mime-view-all-parts)
12864         (gnus-article-part-wrapper, gnus-article-view-part): Use
12865         with-current-buffer.
12866
12867 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12868
12869         * spam.el (spam-disable-spam-split-during-ham-respool)
12870         (spam-spamoracle-database, spam-cache-lookups)
12871         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12872         (spam-group-ham-mark-p, spam-group-spam-mark-p)
12873         (spam-group-ham-marks, spam-group-spam-marks)
12874         (spam-group-spam-contents-p, spam-group-ham-contents-p)
12875         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12876         also add spam-use-blackholes to the statistical checks.
12877         (spam-fetch-field-fast): Add interface to fetching fields, may
12878         become a macro.
12879         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12880         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12881         (spam-insert-fake-headers): Fake an article when needed.
12882         (spam-find-spam): Fake article when possible.
12883         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12884         (spam-check-bogofilter-headers): Use message-fetch-field instead
12885         of nnmail-fetch-field.
12886
12887 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12888
12889         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12890
12891 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12892
12893         * spam.el (spam-split): Do not require spam-use-CHECK to be
12894         enabled if that check is passed to spam-split explicitly; also
12895         fix so 'spam doesn't get converted to spam-split-group when
12896         spam-split-symbolic-return is t.
12897         (spam-find-spam): Find registrations of the article and use those
12898         instead of re-running spam-split to find the spam/ham
12899         classification of the article.
12900         (spam-log-processing-to-registry, spam-log-registered-p)
12901         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12902         Use gnus-error instead of gnus-message.
12903         (spam-log-registration-type): Add function to determine the
12904         classification of a message based on registry entries; will
12905         return nil if both 'spam and 'ham are found.
12906         (spam-check-BBDB): Expand all the BBDB macros here so we can have
12907         a reasonably fast local cache without the loading errors.
12908         (spam-cache-lookups): Set to t by default.
12909         (spam-find-spam): Don't try to guess spam-cache-lookups.
12910         (spam-enter-whitelist, spam-enter-blacklist): Clear the
12911         spam-caches entry.
12912         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12913         caching of whitelist/blacklist entries.
12914         (spam-check-whitelist, spam-check-blacklist): Invoke
12915         spam-from-listed-p with a type, not a cache variable.
12916         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12917
12918 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12919
12920         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12921
12922         * nnmail.el (nnmail-split-fancy): do.
12923
12924         * mml.el (mml-parse): do.
12925
12926         * gnus-score.el (gnus-enter-score-words-into-hashtb)
12927         (gnus-score-adaptive): do.
12928
12929 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12932         (gnus-mime-button-map): Don't set keymap parent.
12933         (gnus-button-ctan-directory-regexp): Use shy grouping.
12934         (gnus-prev-page-map): Don't set keymap parent.
12935         (gnus-prev-page-map): Remove duplicated one.
12936         (gnus-next-page-map): Don't set keymap parent.
12937         (gnus-mime-security-button-map): Ditto.
12938
12939         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12940         version number.
12941
12942         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12943
12944 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * canlock.el (canlock-sha1-function): Remove.
12947         (canlock-sha1-function-for-verify): Remove.
12948         (canlock-openssl-program): Remove.
12949         (canlock-openssl-args): Remove.
12950         (canlock-ignore-errors): Remove.
12951         (canlock-sha1-with-openssl): Remove.
12952         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12953         (canlock-verify): Don't use canlock-ignore-errors.
12954
12955         * sha1-el.el (sha1-string-external): Make it can return a string
12956         in binary form.
12957         (sha1-region-external): Ditto.
12958         (sha1-string-internal): Ditto.
12959         (sha1-region-internal): Ditto.
12960         (sha1-region): Ditto.
12961         (sha1-string): Ditto.
12962         (sha1): Ditto.
12963
12964 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12965
12966         * spam.el (spam-report-articles-gmane): New command.
12967
12968 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * gnus.el: Don't make unnecessary *Group* buffer when loading.
12971
12972         * run-at-time.el (run-at-time-saved): Remove.
12973         (run-at-time): Doc fix.
12974
12975 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12976
12977         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12978         (gnus-summary-limit-map): Add it.
12979         (gnus-summary-make-menu-bar): do.
12980
12981 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
12982
12983         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12984         Make attempt at some caching support (done for BBDB only now).
12985         (spam-find-spam): Set spam-cache-lookups if there are more than 2
12986         addresses to be checked.
12987         (spam-clear-cache-BBDB): Add function, to be invoked by
12988         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12989         (spam-check-BBDB): Check and use the caches, if
12990         spam-cache-lookups is on, remove superfluous (provide).
12991
12992 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12993
12994         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12995
12996 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
12997
12998         * run-at-time.el (run-at-time-saved): Move to after the definition
12999         of `run-at-time'.
13000
13001         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13002
13003 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13004
13005         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13006         mm-w3m-local-map-property.
13007
13008         * mm-view.el (mm-w3m-mode-map): Remove.
13009         (mm-w3m-local-map-property): Remove.
13010         (mm-inline-text-html-render-with-w3m): Don't use
13011         mm-w3m-local-map-property.
13012
13013 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13014
13015         * run-at-time.el: New file.
13016
13017         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13018         under Emacs.
13019
13020         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13021         of gnus-set-text-properties.
13022
13023         * gnus-uu.el (gnus-uu-save-article): Ditto.
13024
13025         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13026
13027         * gnus-cite.el (gnus-cite-parse): Ditto.
13028
13029         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13030         of gnus-.
13031
13032         * gnus-xmas.el (run-at-time): Require run-at-time.
13033
13034         * gnus.el: Changed calls to nnheader-run-at-time and
13035         password-run-at-time throughout to use run-at-time directly.
13036
13037         * password.el: Removed definition of run-at-time.
13038
13039         * nnheaderxm.el: Remove definition of run-at-time.
13040
13041 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13042
13043         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13044         in prompt.
13045
13046 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13047
13048         * messagexmas.el (message-xmas-redefine): Alias
13049         `message-make-caesar-translation-table' to
13050         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13051         version.
13052
13053         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13054         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13055         `gnus-xmas-set-text-properties'.
13056         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13057         `gnus-xmas-completing-read'.
13058         (gnus-xmas-completing-read): Removed.
13059         (gnus-xmas-open-network-stream): Removed.
13060
13061         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13062         XEmacs version.
13063
13064         * dns.el (dns-make-network-process): Use `open-network-stream'
13065         instead of `gnus-xmas-open-network-stream'.
13066
13067         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13068
13069         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13070
13071 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13072
13073         * gnus-art.el (gnus-mime-display-alternative)
13074         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13075         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13076         Don't use gnus-local-map-property.
13077
13078         * gnus-util.el (gnus-local-map-property): Remove.
13079
13080         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13081         gnus-completing-read-maybe-default with completing-read.
13082
13083         * gnus-util.el (gnus-completing-read): do.
13084         (gnus-completing-read-maybe-default): Remove.
13085
13086 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13087
13088         * password.el: Only autoload `run-at-time' if not XEmacs.
13089         Only autoload the itimer functions if XEmacs.
13090
13091 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13094         XEmacsen.
13095
13096         * dgnushack.el: Autoload executable-find for XEmacs.
13097
13098 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13099
13100         * gnus-art.el (gnus-read-string): Remove.
13101         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13102         read-string.
13103
13104 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13105
13106         * netrc.el: Autoload password-read.
13107         (netrc): Add configuration group.
13108         (netrc-encoding-method, netrc-openssl-path): Add
13109         variables for encoding and decoding of files with symmetric
13110         ciphers.
13111         (netrc-encode): Add assistant function to encode a file with
13112         netrc-encoding-method.
13113         (netrc-parse): Add interactive parameter, added optional
13114         decoding if netrc-encoding-method is non-nil but otherwise
13115         behavior is standard.
13116         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13117         Do s/encode/encrypt/ everywhere.
13118
13119         * spam.el: Remove executable-find autoload.
13120
13121 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13122
13123         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13124
13125         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13126
13127 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13128
13129         * gnus-art.el (gnus-treat-ansi-sequences,
13130         (article-treat-ansi-sequences): New variable and function.
13131         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13132
13133         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13134         Use it.
13135
13136 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13137
13138         * mm-util.el (mm-quote-arg): Remove.
13139
13140         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13141         shell-quote-argument.
13142
13143         * gnus-uu.el (gnus-uu-command): do.
13144
13145         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13146
13147         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13148         with make-char.
13149
13150         * mm-util.el (mm-make-char): Remove.
13151
13152         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13153         add-minor-mode.
13154
13155         * gnus-undo.el (gnus-undo-mode): do.
13156
13157         * gnus-topic.el (gnus-topic-mode): do.
13158
13159         * gnus-sum.el (gnus-dead-summary-mode): do.
13160
13161         * gnus-start.el (gnus-slave-mode): do.
13162
13163         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13164
13165         * gnus-ml.el (gnus-mailing-list-mode): do.
13166
13167         * gnus-gl.el (gnus-grouplens-mode): do.
13168
13169         * gnus-draft.el (gnus-draft-mode): do.
13170
13171         * gnus-dired.el (gnus-dired-mode): do.
13172
13173         * gnus-ems.el (gnus-add-minor-mode): Remove.
13174
13175         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13176         Replace gnus-char-width with char-width.
13177
13178         * gnus-ems.el (gnus-char-width): Remove.
13179
13180         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13181         Replace gnus-char-width with char-width.
13182
13183         * gnus-ems.el (gnus-char-width): Remove.
13184
13185         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13186         definition.
13187         Remove Emacs 20 hash table compatibility code.
13188
13189         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13190         20 compatibility code.
13191
13192         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13193
13194         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13195
13196         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13197         with point-at-{eol,bol}.
13198
13199         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13200
13201         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13202
13203         * flow-fill.el (fill-flowed-point-at-bol)
13204         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13205
13206         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13207         Replace with point-at-{eol,bol} throughout all files.
13208
13209 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13210
13211         * ntlm.el (ntlm-string-as-unibyte): New macro.
13212         (ntlm-build-auth-response): Use it.
13213
13214         Remove Emacs 20 stuff:
13215         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13216         (butlast, mapc, remove): Remove the compiler macros.
13217         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13218         of delq and copy-sequence.
13219         * gnus-art.el (popup-menu): Remove the compiler macro.
13220         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13221         Emacs 20.
13222
13223 2004-01-05  Simon Josefsson  <jas@extundo.com>
13224
13225         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13226         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13227         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13228         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13229         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13230         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13231         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13232         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13233         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13234         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13235         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13236         string-xor into ntlm-string-xor.  Suggested by
13237         Jesper Harder <harder@myrealbox.com>.
13238
13239         * ntlm.el: Don't include poem.
13240
13241         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13242         Jesper Harder <harder@myrealbox.com>.
13243
13244         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13245
13246         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13247         probably breaks emacs with DL patch, but do we care? Is anyone
13248         still using the DL stuff?)
13249
13250         * sieve-manage.el: Use the password package.
13251         (sieve-manage-read-passwd): Remove.
13252         (sieve-manage-interactive-login): Use password.  Re-add
13253         condition-case around loop.
13254
13255         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13256         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13257         the password package.
13258
13259 2003-02-19  Simon Josefsson  <jas@extundo.com>
13260
13261         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13262         token.
13263
13264 2002-08-07  Simon Josefsson  <jas@extundo.com>
13265
13266         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13267         (sieve-manage-authenticators):
13268         (sieve-manage-authenticator-alist): Add some SASL mechs.
13269         (sieve-sasl-auth): New function.
13270         (sieve-manage-cram-md5-auth):
13271         (sieve-manage-plain-auth): Rewrite using SASL library.
13272         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13273         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13274         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13275         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13276
13277 2004-01-05  Simon Josefsson  <jas@extundo.com>
13278
13279         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13280         New files.
13281
13282 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13283
13284         * gnus-group.el (gnus-no-groups-message): Update.
13285
13286         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13287
13288 2003-11-09  Simon Josefsson  <jas@extundo.com>
13289
13290         * imap.el: Support for ID IMAP extension (RFC 2971).
13291         (imap-local-variables): Add imap-id.
13292         (imap-id): New variable.
13293         (imap-id): New function.
13294         (imap-parse-response): Parse untagged ID response.
13295         * nnimap.el (nnimap-id): New variable.
13296         (nnimap-open-connection): Use it.
13297
13298 2003-12-28  Simon Josefsson  <jas@extundo.com>
13299
13300         * gnus-score.el (gnus-score-edit-all-score): New.
13301         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13302
13303 2004-01-04  Simon Josefsson  <jas@extundo.com>
13304
13305         * password.el: Add.
13306
13307 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13308
13309         * dns.el: Add support for AAAA records (see RFC 3596)
13310
13311         * Fix typo PRT -> PTR
13312
13313         * Parse MX, PTR and SOA replies (see RFC 1035)
13314
13315 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13316
13317         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13318
13319         * Moved to Changelog.2.
13320
13321 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13322
13323         * gnus.el (gnus-version-number): Bump version.
13324
13325 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13326
13327         * gnus.el: No Gnus v0.1 is released.
13328
13329 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13330
13331         * gnus.el: No Gnus v0.0 is released.
13332
13333 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13334
13335         * gnus.el (gnus-version-number): Bump.
13336         (gnus-version): No.
13337
13338 See ChangeLog.2 for earlier changes.
13339
13340     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13341
13342   This file is part of GNU Emacs.
13343
13344   GNU Emacs is free software: you can redistribute it and/or modify
13345   it under the terms of the GNU General Public License as published by
13346   the Free Software Foundation, either version 3 of the License, or
13347   (at your option) any later version.
13348
13349   GNU Emacs is distributed in the hope that it will be useful,
13350   but WITHOUT ANY WARRANTY; without even the implied warranty of
13351   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13352   GNU General Public License for more details.
13353
13354   You should have received a copy of the GNU General Public License
13355   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13356
13357 ;; Local Variables:
13358 ;; coding: utf-8
13359 ;; fill-column: 79
13360 ;; add-log-time-zone-rule: t
13361 ;; End:
13362
13363 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4