* gnus-util.el (gnus-put-display-table, gnus-get-display-table): New
[gnus] / lisp / ChangeLog
1 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2
3         * gnus-util.el (gnus-put-display-table, gnus-get-display-table): New
4         macros that expand to an `aset'/`aref' call under Emacs, and to a
5         runtime choice under XEmacs.
6
7         * gnus-sum.el (gnus-summary-set-display-table): Use
8         `gnus-put-display-table', `gnus-get-display-table',
9         `gnus-set-display-table' for the display table, instead of `aset'.
10
11         * gnus-xmas.el (gnus-xmas-summary-set-display-table): Use
12         `gnus-put-display-table', `gnus-get-display-table',
13         `gnus-set-display-table' for the display table.
14
15 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
16
17         * nnmairix.el: Add autoloads.
18
19 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
20
21         * nnmairix.el (nnmairix-delete-recreate-group)
22         (nnmairix-update-and-clear-marks): Fix error messages.
23
24 2008-06-14  David Engster  <dengste@eml.cc>
25
26         * nnmairix.el: Upgrade to version 0.6.  FIXME: Add entry on
27         function/variable level.
28
29         - It is now possible to propagate marks from the nnmairix groups
30           to the original messages (and for maildir also vice versa). See
31           the docs for details on this feature - it's pretty delicate
32           and currently needs a patched mairix binary to work smoothly.
33
34         - Keep messages in nnmairix groups always read/unread
35           (bound to `G b r').
36
37         - Recreate back end folder for nnmairix groups in case you
38           somehow get wrong article counts (bound to `G b d').
39
40         - New group parameter `allow-fast'. Toggling of parameter bound to `G b
41           a'.  The default is nil, meaning that the group will always be
42           updated with a mairix search, even when only entered.
43
44         - More/Better use of the registry (if available).  Can now also deal
45           with duplicate messages in different groups.
46
47 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
48
49         * nnir.el: Require edmacro when compiling with XEmacs.
50         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
51         available in Emacs 21.
52
53 2008-06-11  Glenn Morris  <rgm@gnu.org>
54
55         * gnus-util.el (x-focus-frame):
56         * gnus.el (image-size):
57         * mm-decode.el (image-size): Declare.
58
59         * gnus-picon.el (declare-function): Add compat definition.
60         (image-size): Declare.
61
62         * gnus-group.el (tool-bar-map):
63         * gnus-sum.el (tool-bar-map): Define for compiler.
64
65         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
66
67         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
68
69         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
70         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
71         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
72         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
73         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
74         * sieve-manage.el, spam-report.el, spam.el:
75         Remove unnecessary eval-and-compile of autoloads.
76
77 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
78
79         * auth-source.el: Precise Tramp doc.
80
81 2008-06-07  Glenn Morris  <rgm@gnu.org>
82
83         * nnmairix.el: Remove unnecessary eval-when-compile.
84
85 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * lpath.el: Fbind propertize for XEmacs 21.4.
88
89 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
90
91         * nnir.el: Move here from ../contrib.
92
93 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
94
95         * gnus-util.el (gnus-read-shell-command): New function.
96         * mm-decode.el (mm-pipe-part):
97         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
98
99 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
100
101         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
102
103 2008-06-03  Glenn Morris  <rgm@gnu.org>
104
105        * pop3.el (nnheader-accept-process-output): Autoload it.
106
107 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
110         are not 2-digit hexadecimal characters that follow `%'s.
111
112 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
113
114         * message.el (message-bogus-recipient-p): Fix type in doc string.
115         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
116         (message-bogus-addresses): Rename from message-bogus-address-regexp.
117         Improve custom options.
118         (message-bogus-recipient-p): Adjust accordingly.
119
120 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
121
122         * parse-time.el (parse-time-months, parse-time-weekdays): Add
123         long-form month and day names.
124
125 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * dgnushack.el: Autoload debug, eudc-expand-inline and
128         pgg-snarf-keys-region for XEmacs.
129
130         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
131
132         * nnmairix.el: Require edmacro when compiling with XEmacs.
133
134 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
135
136         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
137         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
138
139 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
140
141         * auth-source.el: Add more docs.
142
143         * netrc.el (netrc-machine): Always match if the port is not given.
144
145 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * nnheader.el (nnheader-read-timeout): Change the default timeout from
148         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
149         retrieval faster in some cases, but might make CPU usage larger.  If
150         this has any bad side effects, we might revert this change.
151
152         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
153         seems to make mail retrieval much, much faster.
154         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
155         unconditionally.
156
157         * gnus-draft.el (gnus-group-send-queue): Bind
158         message-send-mail-partially-limit to nil to avoid being prompted.
159
160 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
161
162         * mml.el (mml-attach-buffer): Prompt for `disposition'.
163
164         * message.el (message-bogus-address-regexp): Fix and improve custom
165         type.
166         (message-setup-hook): Add message-check-recipients as custom option.
167
168 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
169
170         * message.el (message-cite-function): Remove bogus autoload which crept
171         in during merge from v5-10.
172
173 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
174
175         * nnimap.el (nnimap-open-connection): Fix login/password bug.
176
177         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
178
179         * auth-source.el: Preliminary Tramp docs.
180         (auth-sources): Change the default auth-sources to use
181         EPA .gpg files.
182
183 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
184
185         * nntp.el: Autoload `auth-source-user-or-password'.
186         (nntp-send-authinfo): Use it.
187
188         * nnimap.el: Autoload `auth-source-user-or-password'.
189         (nnimap-open-connection): Use it.
190
191         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
192         for the gnus-message function.
193         (auth-source-user-or-password): Use it.
194
195 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
196
197         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
198         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
199         (rfc2104-hash): Use it.
200
201 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
202
203         * gnus-art.el (gnus-article-toggle-truncate-lines):
204         Don't use `iff' in docstring.
205
206 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
207
208         * gnus-registry.el: Adjusted copyright dates and added a keyword.
209
210         * gnus-util.el (gnus-extract-address-component-name)
211         (gnus-extract-address-component-email): Convenience functions around
212         `gnus-extract-address-components'.
213
214         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
215         Use `gnus-extract-address-component-email' to fix bug of comparing full
216         sender name to `user-mail-address'.
217
218 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
219
220         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
221         catch/throw to optimize.
222         (gnus-registry-find-keywords): Just use member to find a keyword.
223
224 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
225
226         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
227         is current before calling gnus-server-prepare.
228         (gnus-server-setup-buffer, gnus-server-update-server)
229         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
230
231 2008-05-04  Juri Linkov  <juri@jurta.org>
232
233         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
234         (mailcap-file-default-commands): Use mailcap-replace-in-string
235         instead of replace-regexp-in-string, and mailcap-delete-duplicates
236         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
237
238 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
239
240         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
241
242 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
243
244         * gnus.el: Bump version to 0.11
245
246 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
247
248         * gnus.el: No Gnus v0.10 is released.
249
250 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
253         hooks.
254         (gnus-update-read-articles): Speed up non-marks-using users.
255         (gnus-use-marks): Define gnus-use-marks.
256         (gnus-propagate-marks): Rename variable to something more sensible.
257
258 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
259
260         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
261         (gmm-image-load-path-for-library): Fix typos in docstrings.
262         (gmm-message): Reflow docstring.
263
264 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
265
266         * mail-source.el (mail-source-set-1, mail-source-bind):
267         Move auth-source code out of the macro to clean it up and fix bugs.
268
269 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
270
271         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
272         by sender if it's equal to user-mail-address, it's likely to be
273         useless.
274
275         * mail-source.el (mail-source-bind): Don't use user or password if they
276         are not bound.  Unintern them if they are nil.  Don't use server unless
277         it's bound, and default it to empty string otherwise.
278
279 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
280
281         * mail-source.el: Load auth-source.el.
282         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
283         get user name or password, if auth-sources is set up.
284
285         * gnus-registry.el (gnus-registry-split-strategy): New variable for
286         strategy of splitting with parent.
287         (gnus-registry-split-fancy-with-parent)
288         (gnus-registry-post-process-groups): Use it and fix prior
289         bug (returning a list as the split result).
290
291         * auth-source.el (auth-sources): Remove server parameter.
292         (auth-source-pick, auth-source-user-or-password)
293         (auth-source-user-or-password-imap)
294         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
295         (auth-source-user-or-password-sftp)
296         (auth-source-user-or-password-smtp): Remove server parameter.
297
298 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
299
300         * smime.el (smime-sign-region, smime-encrypt-region)
301         (smime-decrypt-region):
302         Remove redundant calls to `generate-new-buffer-name'.
303
304 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
305
306         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
307         Don't use QP for message/rfc822.
308         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
309
310 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
311
312         * sieve-manage.el (sieve-string-bytes): Remove.
313         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
314         correct byte-length only if the process's coding-system is the same as
315         the one used internally by Emacs to represent strings.
316
317 2008-04-22  Juri Linkov  <juri@jurta.org>
318
319         * mailcap.el (mailcap-file-default-commands): New function.
320
321 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
322
323         * message.el (message-signature-separator, message-cite-function):
324         Change custom version.
325
326 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
327
328         * tls.el (tls-program): Add -ign_eof argument to call the openssl
329         commands.
330         (tls-checktrust): Ditto.
331
332 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
333
334         * mm-decode.el (mm-display-external): Make temp file read-only.
335
336 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
337
338         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
339         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
340         `C-c C-f d'.
341
342 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
343
344         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
345
346 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
347
348         * gnus.el: Bump version to 0.9.
349
350 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
351
352         * gnus.el: No Gnus v0.8 is released.
353
354 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
355
356         * mail-source.el (mail-source-value):
357         Prefer fboundp to functionp so it works with macros as well.
358
359 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
360
361         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
362         Fix last change in case the element is not even a symbol.
363
364 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
365
366         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
367         Prefer fboundp to functionp so it works with macros as well.
368
369 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
370
371         * auth-source.el: Added docs.
372         (auth-sources): Modify format to support server.
373         (auth-source-pick, auth-source-user-or-password)
374         (auth-source-user-or-password-imap)
375         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
376         (auth-source-user-or-password-sftp)
377         (auth-source-user-or-password-smtp): Add server parameter.
378
379 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
380
381         * gnus-registry.el: Initialize the registry when gnus-registry-install
382         is t.
383
384 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * compface.el (uncompface): Make buffer unibyte.
387
388 2008-04-05  Glenn Morris  <rgm@gnu.org>
389
390         * gnus-ems.el (mm-disable-multibyte): Autoload it.
391
392 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
393
394         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
395         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
396
397         * nnheader.el (nnheader-init-server-buffer): Change buffer's
398         multibyteness after rather than before erasing it.
399
400         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
401         mm-with-multibyte.
402         (gnus-request-article-this-buffer): Make sure the proper decoding is
403         used if gnus-original-article-buffer happens to be unibyte.
404
405         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
406         default-enable-multibyte-characters.
407
408         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
409         default-enable-multibyte-characters.
410
411         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
412
413         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
414
415 2008-04-02  Simon Josefsson  <simon@josefsson.org>
416
417         * imap.el (imap-enable-exchange-bug-workaround): New variable.
418         (imap-message-copyuid-1): Use it.
419         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
420         J. Williams in
421         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
422
423         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
424         imap-enable-exchange-bug-workaround.
425         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
426
427 2008-04-01  Simon Josefsson  <simon@josefsson.org>
428
429         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
430         a 100 byte status-checks into a 2-3MB transfer for each group.
431         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
432         to enable bug workaround or not.
433         (nnimap-find-minmax-uid): Only enable workaround conditionally.
434
435 2008-03-31  Glenn Morris  <rgm@gnu.org>
436
437         * message.el (mml2015-use): Declare for compiler.
438         (message-info): Require mml2015 when appropriate.
439
440 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
441
442         * Makefile.in (EMACS_COMP): Quote directory name that might contain
443         whitespace.
444
445 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
446
447         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
448         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
449         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
450         (nntp-service-to-port): New function.
451         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
452         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
453         (nntp-open-netcat-stream): New function.
454         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
455
456 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
457
458         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
459
460 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
461
462         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
463
464 2008-03-28  Magnus Henoch  <mange@freemail.hu>
465
466         * dns.el (dns-write): Use set-buffer-multibyte.
467
468 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
469
470         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
471
472 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
473
474         * message.el (message-signature-separator): Change default.
475         Improve custom type.
476         (message-cite-function): Change default to
477         message-cite-original-without-signature.
478
479         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
480         toggle.
481
482         * message.el (message-check-news-body-syntax): Fix signature check.
483         (message-setup-1): Mark buffer as unmodified _after_ running
484         message-setup-hook and handling message-alternative-emails.
485         (message-shorten-references): Be more strict when building list of
486         valid references to comply with GNKSA.
487
488         * gnus-group.el (gnus-read-ephemeral-bug-group)
489         (gnus-read-ephemeral-debian-bug-group)
490         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
491
492         * message.el (message-info): Don't use booleanp which isn't supported
493         in Emacs 21 and XEmacs.
494
495 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
496
497         * gnus-group.el (gnus-gmane-group-download-format): Rename from
498         gnus-group-gmane-group-download-format.
499         (gnus-group-read-ephemeral-gmane-group): Rename from
500         gnus-group-read-ephemeral-gmane-group.
501         (gnus-read-ephemeral-gmane-group-url): Rename from
502         gnus-group-read-ephemeral-gmane-group-url.
503         (gnus-bug-group-download-format-alist):  New variable.
504         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
505         (gnus-read-ephemeral-emacs-bug-group): New commands.
506
507 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
508
509         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
510         (gnus-visible-headers): Improve custom type.
511
512 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
513
514         * mml.el (mml-menu): Add workarounds for XEmacs.
515
516         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
517         X-Boundary header.
518
519         * message.el (message-simplify-recipients): Fix previous commit.
520
521 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
522
523         * mm-util.el (mm-set-buffer-multibyte): New function.
524         * mm-decode.el (mm-copy-to-buffer): Use it.
525
526 2008-03-19  Glenn Morris  <rgm@gnu.org>
527
528         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
529         Accidentally removed in the sync process with Emacs.
530
531 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
532
533         * message.el (message-alter-recipients-discard-bogus-full-name):
534         New function.
535         (message-alter-recipients-function): New variable.
536         (message-get-reply-headers): Use it.
537         (message-replace-header): New helper function.
538         (message-recipients-without-full-name): New variable.
539         (message-simplify-recipients): New command.
540
541         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
542
543         * message.el (message-info): Handle EasyPG manual.
544
545         * mml.el (mml-menu): Add entry for EasyPG.
546
547 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
548
549         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
550         parameter.
551
552         * message.el (message-disassociate-draft): Specify drafts group name
553         fully.
554
555 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
556
557         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
558         unnecessary duplicates from the match list.
559
560 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
561
562         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
563
564         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
565
566         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
567         args of `how-many' of which the XEmacs version doesn't take; declare
568         Info-index-next as function.
569
570 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
571
572         * gnus-score.el (gnus-score-headers): Fix handling of
573         gnus-inhibit-slow-scoring.
574
575         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
576         string.
577         (gnus-button-url-regexp): Improve handling of parenthesis.
578         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
579         (gnus-button-handle-info-keystrokes): Handle index entries.
580
581 2008-03-15  Glenn Morris  <rgm@gnu.org>
582
583         * parse-time.el (parse-time-string): Simplify.
584
585 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
588         Incoming* files.
589
590 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
591
592         * auth-source.el (auth-sources): Renamed from auth-source-choices.
593         (auth-source-pick): Use it.
594
595 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
596
597         * binhex.el (binhex-decode-region-internal):
598         * uudecode.el (uudecode-decode-region-internal):
599         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
600         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
601         setting default-enable-multibyte-characters.
602
603 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
604
605         * auth-source.el (auth-source-protocols)
606         (auth-source-protocols-customize, auth-source-choices): Added and
607         modified variable customizations and defaults.
608         (auth-source-pick, auth-source-user-or-password)
609         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
610         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
611         (auth-source-user-or-password-sftp)
612         (auth-source-user-or-password-smtp): Use new variables and provide an
613         interface to netrc.el.
614
615 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
618         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
619         Make sure the nntp port to specify is a string.
620
621 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
622
623         * nntp.el: Use with-current-buffer.
624         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
625         dubious mm-with-unibyte-current-buffer.
626         (nntp-with-open-group-function): New function extracted from
627         nntp-with-open-group macro.
628         (nntp-with-open-group): Use the function, so it's easier to debug.
629         Add indentation and debugging info.
630         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
631         the use of the netcat alternatives.
632
633         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
634         Avoid mm-string-as-multibyte as well.
635
636         * nnweb.el (nnweb-insert-html):
637         Remove use of nnheader-string-as-multibyte.
638
639         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
640         (nnheader-string-as-multibyte): Remove.
641
642         * mm-view.el: Use inhibit-read-only.
643         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
644         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
645         or unibyte-string.
646
647         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
648         (mm-uu-yenc-extract): Use with-current-buffer.
649
650         * gnus-soup.el (gnus-soup-send-packet): Don't use
651         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
652
653         * nnmh.el: Use with-current-buffer.
654         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
655         mm-string-as-multibyte on the output of mm-encode-coding-string.
656
657         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
658         (nnimap-request-move-article): Use with-current-buffer.
659
660         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
661         inserting the handle-buffer's text, so the implicit multibyte->unibyte
662         conversion uses string-make-unibyte rather than string-as-unibyte.
663
664         * gnus-msg.el: Use with-current-buffer.
665
666         * message.el (message-ignored-resent-headers): Add "Delivered-To".
667
668 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
669
670         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
671         string for caching if it is 'PIN.
672
673 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * lpath.el: Consider the case without Emacs/W3.
676
677 2008-03-08  Glenn Morris  <rgm@gnu.org>
678
679         * time-date.el (date-to-time, time-subtract, time-add)
680         (safe-date-to-time): Doc fixes.
681
682 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
683
684         * mail-source.el (mail-source-delete-old-incoming-confirm):
685         Change default to nil.
686         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
687
688 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
689
690         * lpath.el: Rearrange.
691
692         * gnus-art.el (gnus-narrow-to-page): Position point properly.
693         (gnus-article-goto-prev-page): Work for articles having ^L's.
694
695         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
696
697         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
698
699 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
700
701         * gnus-bookmark.el: Adjust for renames in bookmark.el.
702         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
703         (gnus-bookmark-jump): Adjust some variable names.
704
705 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
706
707         * auth-source.el: New package.
708         (auth-source-choices): Add customization entry point variable.
709
710         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
711         bug.
712
713 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
714
715         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
716         (gnus-registry-initialize, gnus-registry-install-p): Use it.
717         (gnus-registry-install-shortcuts): Rename from
718         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
719         the `gnus-registry-mark-map' keymap dynamically from
720         `gnus-registry-marks'.  The generated functions update the summary line
721         when a registry mark is added or deleted, and will call
722         `gnus-registry-install-p' (see the comments in the code).
723         (gnus-registry-user-format-function-M): Use concat intelligently.
724
725         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
726         the registry mark functions.
727
728 2008-03-05  Glenn Morris  <rgm@gnu.org>
729
730         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
731         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
732         gnus-art.
733         (top-level): No need to load own source when compiling.
734
735 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
736
737         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
738         Suggested by <chris.anderton@zetnet.co.uk>.
739
740 2008-03-04  Glenn Morris  <rgm@gnu.org>
741
742         * gnus-sum.el (top-level): No need to require gnus when compiling,
743         since unconditionally required near start of file.
744         (gnus-summary-display-while-building): Move definition before use.
745
746 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
747
748         * gnus-registry.el (gnus-registry-user-format-function-M): Add
749         formatting function.
750
751 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
752
753         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
754         with plists.
755         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
756         Use new format.
757
758 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
759
760         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
761         `where-is-internal' that returns a range of key sequences.
762
763 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
764
765         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
766
767         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
768         (gnus-summary-jump-to-group): Consider windows on other displayed
769         frames as well.  Similar changes might be needed elsewhere, but that's
770         the one I've bumped into during my use.
771
772         * nndoc.el (nndoc-oe-dbx-type-p):
773         * gnus-msg.el (gnus-debug):
774         * gnus-group.el (gnus-update-group-mark-positions):
775         Use mm-string-to-multibyte.
776
777 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
778
779         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
780         doesn't handle NotDashEscaped.
781
782         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
783         (mml-dnd-attach-options): Fix typo in custom choice.
784
785         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
786         nndoc-article-type to mbox.
787         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
788
789         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
790         to nil, instead of html2text.
791
792         * imap.el (imap-debug): Add `imap-ping-server'.
793
794         * gnus-bookmark.el: Add FIXMEs.
795
796         * message.el (message-form-letter-separator)
797         (message-send-form-letter-delay): New variables.
798         (message-send-form-letter): Use them.  New command to send form
799         letters.  Requested by Uwe Siart.
800         (message-send-mail-function): Doc fix.  Add "Other" custom option.
801
802 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
803
804         * Update copyright years.
805
806 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
807
808         Sync from EMACS_22_BASE.
809
810         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
811
812 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
813
814         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
815         empty author.
816
817 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
818
819         * gnus-registry.el (gnus-registry-marks): Add variable for
820         customization of marks and their appearance.
821         (gnus-registry-read-mark): Use it.
822         (gnus-registry-do-marks): Add utility function to loop through
823         `gnus-registry-marks'.
824         (gnus-registry-install-shortcuts-and-menus): Add function to install
825         shortcuts and menus.
826         (gnus-registry-initialize): Use it.
827         (gnus-registry-default-mark): Clarify documentation.
828
829 2008-02-29  Glenn Morris  <rgm@gnu.org>
830
831         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
832         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
833         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
834         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
835         Change defcustom :version from 23.0 to 23.1.
836
837 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
838
839         * gnus-registry.el (gnus-registry-follow-group-p)
840         (gnus-registry-post-process-groups): Add functions to aid registry
841         splitting and improve logging.  Clarify behavior in function
842         documentation.
843         (gnus-registry-split-fancy-with-parent): Use them.
844
845 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
846
847         * gnus-art.el: Use with-current-buffer.
848
849 2008-02-27  David Engster  <dengste@eml.cc>
850
851         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
852         Express real group name in the response.
853
854 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
855
856         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
857         (nnmairix-last-server, nnmairix-current-server): Defvar them.
858         (nnmairix-goto-original-article): Defvar gnus-registry-install and
859         autoload gnus-registry-fetch-group when compiling.
860         (nnmairix-request-group-with-article-number-correction): Remove
861         unreferenced argument passed to nnmairix-call-backend.
862
863 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
864
865         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
866         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
867         Wilde.
868
869 2008-02-27  Glenn Morris  <rgm@gnu.org>
870
871         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
872         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
873         variables to defconsts.  Convert comments to doc-strings.
874         (nnmairix-last-server, nnmairix-current-server): Convert from free
875         variables to defvars.  Convert comments to doc-strings.
876         (gnus-registry-fetch-group): Autoload.
877         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
878         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
879         (nnmairix-widget-build-editable-fields): Use car cddr rather than
880         caddr.
881         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
882         nnmairix-request-group-with-article-number-correction call.
883         (nnmairix-fast, nnmairix-group): New, less general names, for free
884         variables passed from nnmairix-request-group to
885         nnmairix-request-group-with-article-number-correction.  Declare.
886         (nnmairix-request-group-with-article-number-correction):
887         Use nnmairix-fast, nnmairix-group rather than fast, group.
888
889 2008-02-26  David Engster  <dengste@eml.cc>
890
891         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
892         version 0.5.
893
894 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
895
896         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
897         instead of making an extra function call.  Don't add the current group
898         to articles only when they have the group.  Use
899         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
900         Reported by David <de_bb@arcor.de>.
901
902 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
903
904         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
905         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
906
907 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
908
909         * mail-source.el (mail-source-delete-incoming): Change default.
910         Supplement doc string.
911
912         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
913
914 2008-02-14  Glenn Morris  <rgm@gnu.org>
915
916         * time-date.el (format-seconds): New function.
917
918 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
919
920         * nnmail.el (nnmail-message-id-cache-file): Derive from
921         `gnus-home-directory'.
922
923 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
924
925         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
926         Document negative prefix.
927
928         * gnus-group.el (gnus-group-read-group): Document negative prefix.
929
930 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
931
932         * message.el (message-unsent-separator): Add the Exim bounce
933         separator.
934
935 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
936
937         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
938         list.
939         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
940         recipient/signer list.
941
942 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
943
944         * Makefile.in (datarootdir): Define.
945         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
946         name that might contain whitespace.
947
948 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
949
950         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
951         fbound (Emacs 23 unicode), signal an error.
952
953 2008-02-08  Glenn Morris  <rgm@gnu.org>
954
955         * gnus-art.el (pgg-display-output-buffer): Declare as function.
956
957 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
958
959         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
960         ports to the calls to `netrc-machine-user-or-password' in addition to
961         "imap" and "imaps".
962
963 2008-02-01  Zhang Wei  <id.brep@gmail.com>
964
965         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
966
967         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
968
969 2008-02-01  Kenichi Handa  <handa@m17n.org>
970
971         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
972         rfc2104-hexstring-to-bitstring and changed to return a byte list.
973         (rfc2104-hash): Convert the result of concat to unibyte string.
974
975 2008-02-01  Dave Love  <fx@gnu.org>
976
977         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
978         coding-system-for-read.
979         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
980
981 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
982
983         * gnus.el (gnus-group-startup-message): Add `find-image' call before
984         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
985         <hanche@math.ntnu.no>.
986
987 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
990
991         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
992
993 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
994
995         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
996         * message.el (message-beginning-of-line): Use featurep instead of bound
997         tests in order to resolve conditionals at compile time.
998
999 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1000
1001         * mail-source.el (mail-sources): Add `group' choice.
1002
1003         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1004         parameter `in-group' to control into which group the articles go.
1005         Add treatment of `group' mail-source.
1006
1007 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1008
1009         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1010
1011         * mm-decode.el (mm-dissect-buffer): Decode description.
1012
1013         * mml.el (mml-to-mime): Encode message header first.
1014
1015 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1018         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1019
1020         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1021         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1022
1023 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1024
1025         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1026
1027 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1030         prefix keys.
1031         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1032         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1033         gnus-xmas.el.
1034
1035         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1036         (gnus-xmas-article-describe-bindings): New function.
1037         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1038         gnus-xmas-article-describe-bindings.
1039
1040         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1041
1042 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1043
1044         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1045         Add new variables for article mark management.
1046         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1047         list of extra data entries which, when present, will indicate that the
1048         article ID should not be trimmed from the registry.
1049         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1050         functions.
1051         (gnus-registry-read-mark): New function to read a mark name from the
1052         user.
1053         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1054         (gnus-registry-set-article-mark-internal): New functions to add and
1055         remove marks.
1056         (gnus-registry-get-article-marks): New function to show the marks for
1057         an article, or retrieve them for further use.
1058
1059 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1060
1061         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1062         keys when no argument is given.
1063
1064 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1065
1066         * imap.el (imap-ping-server): New variable.
1067         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1068         (imap-ping-server): Minor doc string fixes.
1069
1070 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1071
1072         * imap.el (imap-ping-server): New function.
1073         (imap-opened): Call imap-ping-server.
1074
1075 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1076
1077         * gnus-sum.el (gnus-article-sort-by-random)
1078         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1079         jidanni@jidanni.org.
1080
1081 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1082
1083         * gnus-art.el (gnus-article-describe-bindings): New function.
1084         (gnus-article-read-summary-keys): Use it.
1085         (gnus-article-mode-map): Bind `C-h b' to it.
1086
1087 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1090         XEmacs.
1091         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1092         against non-character events.
1093
1094         * lpath.el: Fbind map-keymap for Emacs 21.
1095
1096 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1097
1098         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1099         command.
1100         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1101         instead of END.  Change name of the temp file.
1102         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1103         customizable.
1104
1105 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1106
1107         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1108         bind `S W' to gnus-article-wide-reply-with-original; set default
1109         binding to gnus-article-read-summary-send-keys.
1110         (gnus-article-read-summary-keys): Fix the order of keys; display
1111         continuation keys correctly in the echo area; describe bindings
1112         correctly when keys end with `C-h'.
1113         (gnus-article-read-summary-send-keys): New function.
1114         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1115         for gnus-article-read-summary-send-keys; display continuation keys
1116         correctly in the echo area.
1117         (gnus-article-reply-with-original): Ignore prefix argument.
1118         (gnus-article-wide-reply-with-original): New function.
1119
1120         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1121         Emacs 21.
1122
1123 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1124
1125         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1126         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1127
1128 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1129
1130         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1131         (gnus-group-read-ephemeral-gmane-group): New command.
1132
1133 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1134
1135         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1136
1137 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1138
1139         * message.el (message-send-mail-function): Increase custom version.
1140
1141         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1142         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1143
1144 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1145
1146         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1147         for the cases where imap-authenticate is called with a nil buffer
1148         parameter.
1149
1150 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1153         html parts correctly; support forwarded messages.
1154         (gnus-article-browse-html-article): Remove work buffers.
1155
1156         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1157         compiling.
1158         (netrc-bound-and-true-p): New macro.
1159         (netrc-parse): Use it instead of bound-and-true-p that is not available
1160         in XEmacs 21.4.
1161
1162 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1163
1164         * gnus-registry.el (gnus-registry-mark-article)
1165         (gnus-registry-article-marks): Add functionality to mark articles
1166         through the Gnus registry.
1167
1168         * encrypt.el: Clarify documentation for the new pgg method.
1169         (encrypt-file-alist): Add PGG option.
1170         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1171         functionality.  Abstract password key and messaging to external
1172         functions.
1173         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1174         (encrypt-message-method-and-cipher): Add new convenience external
1175         functions.
1176         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1177         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1178
1179         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1180         (netrc-parse): Use encrypt-file-alist to determine if
1181         encrypt-find-model or encrypt-insert-file-contents should be used.
1182
1183         * encrypt.el: Clarify documentation.  Load password-cache or
1184         password, whichever one is found first, instead of autoloading.
1185
1186 2007-12-19  Glenn Morris  <rgm@gnu.org>
1187
1188         * mml.el (message-options-set, message-narrow-to-head)
1189         (message-in-body-p, message-mail-p, message-encode-message-body):
1190         Autoload.
1191         (message-remove-header, message-narrow-to-headers-or-head)
1192         (message-subscribed-p, message-make-mail-followup-to)
1193         (message-position-on-field, message-news-p)
1194         (message-options-set-recipient, message-generate-headers)
1195         (message-sort-headers): Declare as functions.
1196
1197 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1198
1199         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1200         convention in doc string.
1201
1202 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1203
1204         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1205         title to html parts.
1206         (gnus-article-browse-html-article): Pass message header to it.
1207
1208         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1209
1210 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1211
1212         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1213         or password compatible with XEmacs.
1214
1215 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1216
1217         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1218         format document.
1219         (gnus-mime-delete-part): Don't write description line if empty.
1220         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1221
1222 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1223
1224         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1225         (gnus-summary-mark-read-and-unread-as-read)
1226         (gnus-summary-mark-current-read-and-unread-as-read)
1227         (gnus-summary-mark-unread-as-ticked): Doc fix.
1228         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1229
1230 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1231
1232         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1233         Christoph Conrad <christoph.conrad@gmx.de>.
1234
1235 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1236
1237         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1238         yes-or-no-p.
1239
1240 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1241
1242         * mm-decode.el (mm-add-meta-html-tag): New function.
1243         (mm-save-part-to-file, mm-pipe-part): Use it.
1244
1245         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1246         gnus-y-or-n-p instead of y-or-n-p.
1247         (gnus-article-browse-html-parts): Work with message/external-body; use
1248         mm-add-meta-html-tag.
1249
1250 2007-12-11  Glenn Morris  <rgm@gnu.org>
1251
1252         * gnus-cache.el: Require gnus-sum not just when compiling.
1253
1254         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1255
1256         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1257         definitions before use.
1258
1259         * mm-decode.el: Require gnus-util.
1260         (mm-remove-part): Only call delete-annotation on XEmacs.
1261
1262         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1263
1264         * nnmail.el: Require gnus-int.
1265
1266         * spam.el: Move `require's before `eval-when-compile's.
1267
1268         * gnus-ems.el (gnus-alive-p):
1269         * gnus-fun.el (message-goto-eoh):
1270         * gnus-util.el (gnus-group-name-decode):
1271         * mail-source.el (gnus-compress-sequence):
1272         * message.el (Info-goto-node, format-spec):
1273         * mm-bodies.el (message-options-get):
1274         * mm-decode.el (mm-view-pkcs7):
1275         * mm-util.el (gmm-write-region):
1276         * mml-smime.el (mml-compute-boundary)
1277         (gnus-completing-read-with-default):
1278         * mml.el (widget-button-press, gnus-make-hashtable):
1279         * mml1991.el (mm-decode-content-transfer-encoding)
1280         (mm-encode-content-transfer-encoding)
1281         (message-options-get, message-options-set):
1282         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1283         * nnfolder.el (gnus-request-group):
1284         * nnheader.el (ietf-drums-unfold-fws):
1285         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1286         * smime.el (gnus-run-mode-hooks):
1287         * spam-stat.el (gnus-message): Autoload.
1288
1289         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1290         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1291         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1292         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1293         Add declare-function compatibility definition.
1294
1295         * gnus-cache.el (nnvirtual-find-group-art):
1296         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1297         (gnus-add-image, gnus-add-wash-type):
1298         * gnus-group.el (nnkiboze-score-file):
1299         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1300         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1301         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1302         (message-tokenize-header, gnus-get-buffer-create)
1303         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1304         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1305         * gnus.el (gnus-group-decoded-name):
1306         * mail-source.el (imap-capability):
1307         * mm-bodies.el (message-options-set):
1308         * mm-decode.el (gnus-configure-windows):
1309         * mm-extern.el (message-goto-body):
1310         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1311         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1312         (epg-sub-key-validity, message-options-set):
1313         * mml.el (widget-event-point, gnus-configure-windows):
1314         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1315         * mml2015.el (epg-check-configuration, epg-configuration)
1316         (message-options-set):
1317         * nndb.el (nndb-request-article):
1318         * nnfolder.el (gnus-request-create-group):
1319         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1320         * nnmaildir.el (gnus-group-mark-article-read):
1321         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1322         * rfc1843.el (message-fetch-field):
1323         * spam.el (gnus-extract-address-components):
1324         Declare as functions.
1325
1326 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1329
1330         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1331
1332         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1333         bind show-trailing-whitespace for XEmacs.
1334
1335 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1336
1337         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1338         new no-op macro for backward compatibility.
1339
1340         * imap.el (imap-string-to-integer): New function.
1341
1342 2007-12-09  Glenn Morris  <rgm@gnu.org>
1343
1344         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1345
1346         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1347         * message.el, mm-view.el, sieve-manage, smime.el:
1348         Add declare-function compatibility definition.
1349
1350         * gnus-art.el (w3-region, w3m-region, Info-menu):
1351         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1352         * gnus-sum.el (gnus-get-predicate):
1353         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1354         * message.el (mail-abbrev-in-expansion-header-p):
1355         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1356         (w3m-detect-meta-charset, w3m-region):
1357         * sieve-manage.el (password-read, password-cache-add)
1358         (password-cache-remove):
1359         * smime.el (password-read-and-add): Declare as functions.
1360
1361 2007-12-08  David Kastrup  <dak@gnu.org>
1362
1363         * gnus-sum.el (gnus-summary-simplify-subject-query):
1364         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1365         `message'.
1366
1367 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1368
1369         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1370         it to bind idna-program, installation-directory, defined-colors, and
1371         face-attribute for XEmacs of the version that compiles defcustom forms.
1372
1373 2007-12-07  Glenn Morris  <rgm@gnu.org>
1374
1375         * gnus-art.el (article-make-date-line): Revert previous change.
1376
1377 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1378
1379         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1380
1381 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1382
1383         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1384         Call gnus-add-to-range ranges only once with a prepared article-list.
1385
1386 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1387
1388         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1389         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1390         group names with backslashes.  Reported by Tassilo Horn
1391         <tassilo@member.fsf.org>.
1392
1393 2007-12-06  D. Goel  <deego3@gmail.com>
1394
1395         * gnus-art.el (article-make-date-line):
1396         * gnus-start.el (gnus-load):
1397         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1398
1399 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * gnus-art.el (gnus-use-idna)
1402         * gnus-start.el (gnus-site-init-file)
1403         * message.el (message-use-idna)
1404         * mm-uu.el (mm-uu-hide-markers)
1405         * smiley.el (smiley-style): Revert changes that suppress warnings.
1406
1407 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1410         specify charset to html source.  Reported by Christoph Conrad
1411         <christoph.conrad@gmx.de>.
1412
1413 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1416         idna-program in order to suppress byte compile warning issued by XEmacs
1417         that came to byte compile the default value section of defcustom forms
1418         recently.
1419
1420         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1421         value of installation-directory.
1422
1423         * message.el (message-use-idna): Don't directly refer to the value of
1424         idna-program.
1425
1426         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1427
1428         * smiley.el (smiley-style): Don't directly call face-attribute.
1429
1430 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1431
1432         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1433
1434         * gnus-dired.el: Reduce Gnus dependencies.
1435         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1436         require.  Use autoloads instead.
1437         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1438         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1439         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1440         (gnus-dired-mode): Adjust doc string.
1441         (gnus-dired-mail-mode): New variable.
1442         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1443         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1444         (gnus-dired-mail-buffers): New function.  Return mail or message
1445         composition buffers.
1446         (gnus-dired-attach): Use it.
1447         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1448         NO-DECODE.
1449         (gnus-dired-print): Use `gnus-print-buffer' depending on
1450         `gnus-dired-mail-mode'.
1451
1452 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1453
1454         * rfc2047.el (rfc2047-encoded-word-regexp)
1455         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1456         explaining what regexp patterns are for.
1457
1458 2007-12-04  Glenn Morris  <rgm@gnu.org>
1459
1460         * password.el: Move to password-cache.el.
1461
1462         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1463         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1464         * mml-smime.el (password-read, password-cache-add)
1465         (password-cache-remove):
1466         No need to autoload, since mml-sec requires password.
1467
1468         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1469         * message.el (gnus-extract-address-components):
1470         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1471
1472         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1473         password.
1474
1475 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1476
1477         * mailcap.el: Reduce dependencies.
1478         (mail-header-parse-content-type): Autoload.
1479         (mailcap-delete-duplicates): New alias.
1480         (mailcap-mime-info): Add optional argument NO-DECODE.
1481         (mailcap-mime-types): Use mailcap-delete-duplicates.
1482
1483         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1484
1485 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1486
1487         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1488         (imap-parse-status): Upcase status-att for servers that sends them
1489         lower-case (e.g., MS Exchange 2007).
1490
1491 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1492
1493         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1494         function.
1495
1496         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1497         (gnus-uu-yenc-article): New function.
1498
1499         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1500
1501         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1502         buffer.
1503
1504 2007-12-02  Glenn Morris  <rgm@gnu.org>
1505
1506         * binhex.el (binhex): New custom group.
1507         (binhex-decoder-program, binhex-decoder-switches)
1508         (binhex-use-external): Move to the binhex custom group.
1509
1510         * uudecode.el (uudecode): New custom group.
1511         (uudecode-decoder-program, uudecode-decoder-switches)
1512         (uudecode-use-external): Move to the uudecode custom group.
1513
1514         * netrc.el (top-level): Don't load `encrypt' features.
1515         (netrc-parse): Don't use encrypt.
1516         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1517
1518         * encrypt.el: Remove file.
1519
1520 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1521
1522         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1523         matches on patches.
1524
1525         * gnus-art.el (gnus-article-browse-html-article): Mention
1526         `mm-text-html-renderer' in the doc string.
1527
1528         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1529         string.  Add comments.
1530
1531         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1532         if rhs is ASCII.
1533
1534 2007-12-01  Glenn Morris  <rgm@gnu.org>
1535
1536         * mail-source.el (top-level): Require format-spec before
1537         eval-when-compile.
1538
1539 2007-11-30  Glenn Morris  <rgm@gnu.org>
1540
1541         * encrypt.el: Require password, rather than autoloading password-read.
1542
1543 2007-11-29  Glenn Morris  <rgm@gnu.org>
1544
1545         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1546         (sasl-make-client, sasl-next-step, sasl-step-data)
1547         (sasl-step-set-data): Declare as functions.
1548
1549 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1550
1551         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1552
1553 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1554
1555         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
1556         certs should be verified and what is to be done in the event of a
1557         verification failure.
1558
1559         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1560         caller can indicate whether the cache should be disregarded for this
1561         call.  This way the result of the call is reproducible at all times and
1562         can be considered a canonical server name for the supplied method.
1563         (gnus-agent-method-p): Canonicalize server names by pushing their
1564         method through `gnus-method-to-server' using the no-cache argument.
1565
1566         * gnus-srvr.el (gnus-server-insert-server-line): Call
1567         `gnus-method-to-server' with `no-cache' argument.
1568
1569         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1570         gnus-agent-possibly-synchronize-flags as this should be called when the
1571         server is actually being opened.
1572         (gnus-agent-possibly-synchronize-flags)
1573         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1574         flags file of an agentized server to the latter function.
1575
1576         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1577         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1578         after a connection has been established successfully.
1579
1580 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * gnus-art.el (article-display-face): Force to display face if called
1583         interactively; check if gnus-article-x-face-too-ugly matches author.
1584         (article-display-x-face): Display face even if From header is missing
1585         as article-display-face does.
1586
1587 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1588
1589         * hashcash.el (message-narrow-to-headers-or-head)
1590         (message-fetch-field, message-goto-eoh)
1591         (message-narrow-to-headers): Declare as functions.
1592
1593 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1594
1595         * mail-source.el (mail-sources): Default to fetch from file for
1596         compatibility with default of nnmail-spool-file.
1597
1598 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1599
1600         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1601         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1602         to look for encoded word that should be encoded again.
1603         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1604         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1605         encoding pattern.
1606         (rfc2047-decode-region): Switch strict regexp and loose one according
1607         to rfc2047-allow-irregular-q-encoded-words.
1608
1609 2007-11-25  Romain Francoise  <romain@orebokech.com>
1610
1611         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1612
1613 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1614
1615         * tls.el (tls-program): Provide more custom choices from
1616         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1617         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1618
1619 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1620
1621         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1622         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1623
1624         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1625         `nnmail-spool-file'.
1626
1627         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1628         `nnmail-spool-file'.
1629
1630         * gnus-move.el (gnus-change-server): Ditto.
1631
1632         * gnus-kill.el (gnus-batch-score): Ditto.
1633
1634         * gnus-cache.el (gnus-jog-cache): Ditto.
1635
1636         * gnus-msg.el (gnus-summary-reply):
1637         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1638
1639 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1640
1641         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1642         version.  Minor improvement to doc strings.
1643         (tls-program): Add comment.
1644
1645 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
1646
1647         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1648         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1649         mismatch between the hostname provided in the certificate and the name
1650         of the host connnecting to.
1651         (open-tls-stream): Use them.  Check certificates against trusted root
1652         certificates.
1653
1654 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1655
1656         * gnus-cache.el (gnus-cache-generate-nov-databases):
1657         Use nnml-generate-nov-databases-directory instead of
1658         nnml-generate-nov-databases-1.
1659
1660 2007-11-24  Glenn Morris  <rgm@gnu.org>
1661
1662         * message.el (message-tool-bar-retro): Update for rename
1663         mail_send.xpm->mail-send.xpm.
1664
1665 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1666
1667         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1668         `smime-ldap-search' for Emacs 22 and up.
1669
1670 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1671
1672         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1673
1674         * message.el (message-send-mail-function): Fix error convention.
1675         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1676         (message-widen-reply, message-send-mail, message-talkative-question)
1677         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1678         (message-clone-locals, message-send-news): Use with-current-buffer.
1679         (message-insert-or-toggle-importance): Remove unused var `valid'.
1680         (message-make-references): Remove unused var `new-references'.
1681         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1682
1683 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1684
1685         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1686         (spam-split-symbolic-return-positive): Reflow docstring.
1687         (spam-backends, spam-summary-exit-behavior)
1688         (spam-mark-ham-unread-before-move-from-spam-group)
1689         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1690         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1691         (spam-clear-cache, spam-backend-check, spam-install-backend)
1692         (spam-install-statistical-backend, spam-list-of-processors)
1693         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1694         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1695         (spam-check-crm114, spam-initialize, spam-unload-hook):
1696         Fix typos in docstrings.
1697
1698 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1701         been checked if they have never been read and those group levels are
1702         higher than the one that a user specified.
1703
1704 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1707         foreign groups unless a group level is specified by a user.
1708         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1709
1710 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1711
1712         * message.el (message-send-mail-function): Require sendmail.
1713
1714 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1715
1716         * message.el (message-send-mail-function): Check for smtpmail too.
1717
1718         * utf7.el (utf7-encode, utf7-decode): Use coding system
1719         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1720
1721         * message.el (message-send-mail-function): New function.
1722         (message-send-mail-function): Set default using
1723         message-send-mail-function.  Adjust doc string.
1724         (message-send-mail-with-mailclient): New function.
1725
1726 2007-11-17  Richard Stallman  <rms@gnu.org>
1727
1728         * assistant.el: Remove file.
1729
1730 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1731
1732         * smime.el (from):
1733         * rfc2047.el (message-posting-charset):
1734         * qp.el (mm-use-ultra-safe-encoding):
1735         * pop3.el (parse-time-months):
1736         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1737         * nnml.el (files):
1738         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1739         (jka-compr-compression-info-list, ange-ftp-path-format)
1740         (efs-path-regexp):
1741         * nndiary.el (files):
1742         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1743         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1744         (epg-digest-algorithm-alist, inhibit-redisplay)
1745         (password-cache-expiry):
1746         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1747         (pgg-output-buffer, password-cache-expiry):
1748         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1749         (efs-path-regexp):
1750         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1751         (inhibit-redisplay):
1752         * mm-uu.el (file-name, start-point, end-point, entry)
1753         (gnus-newsgroup-name, gnus-newsgroup-charset):
1754         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1755         (latin-unity-ucs-list):
1756         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1757         (mm-uu-binhex-decode-function):
1758         * message.el (gnus-message-group-art, gnus-list-identifiers, )
1759         (rmail-enable-mime-composing, gnus-local-organization)
1760         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1761         (gnus-read-active-file, facemenu-add-face-function)
1762         (facemenu-remove-face-function, gnus-article-decoded-p)
1763         (tool-bar-mode):
1764         * mail-source.el (display-time-mail-function):
1765         * gnus-util.el (nnmail-pathname-coding-system)
1766         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1767         (gnus-original-article-buffer, gnus-user-agent)
1768         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1769         (xemacs-codename, sxemacs-codename, emacs-program-version):
1770         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1771         * gnus-start.el (gnus-agent-covered-methods)
1772         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1773         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1774         (gnus-newsgroup-headers, gnus-group-list-mode)
1775         (gnus-group-mark-positions, gnus-newsgroup-data)
1776         (gnus-newsgroup-unreads, nnoo-state-alist)
1777         (gnus-current-select-method, mail-sources)
1778         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1779         (nnmail-spool-file, gnus-cache-active-hashtb):
1780         * gnus-mh.el (mh-lib-progs):
1781         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1782         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1783         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1784         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1785         (gnus-group-buffer):
1786         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1787         (font-lock-set-defaults):
1788         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1789         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1790         (gnus-summary-post-menu, total-parts, type, condition, length):
1791         * gnus-agent.el (gnus-agent-read-agentview):
1792         * flow-fill.el (show-trailing-whitespace):
1793         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1794         eval-and-compile wrappers for byte compiler pacifiers.
1795
1796         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1797         (mm-display-inline-fontify): Check for featurep 'xemacs not
1798         extent-list.
1799
1800         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1801         itimer-list.
1802         (mm-create-image-xemacs): Only do something for XEmacs.
1803         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1804
1805         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1806
1807         * gnus-registry.el (gnus-adaptive-word-syntax-table):
1808         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1809
1810 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1811
1812         * nnimap.el (nnimap-split-download-body):
1813         * gnus-demon.el (gnus-demon):
1814         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1815
1816 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1819         macros.
1820         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1821         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1822         copy data from unibyte buffer to multibyte current buffer.
1823         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1824         to copy data from unibyte current buffer to multibyte buffer.
1825         (nntp-make-process-buffer): Make process buffer unibyte.
1826
1827         * pop3.el (pop3-open-server): Fix typo in Lisp code.
1828
1829 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
1830
1831         * pop3.el (pop3-open-server): Accept and process data more robustly at
1832         connexion start to avoid spurious "POP SSL connexion failed" errors.
1833
1834 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1837         read group names.
1838
1839 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
1840
1841         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1842
1843 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         * nnmail.el (nnmail-parse-active): Make group names unibyte.
1846         (nnmail-save-active): Use a unibyte buffer when saving active file,
1847         which may contain non-ASCII group names.
1848
1849         * nnml.el (nnml-request-group): Decode group names in messages.
1850
1851 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
1852
1853         * message.el (message-citation-line-function)
1854         (message-insert-formatted-citation-line): Fix spelling of
1855         `message-insert-formated-citation-line'.
1856
1857 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
1858
1859         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1860
1861 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1864         nnmail-pathname-coding-system.
1865
1866         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1867         that a user enters; decode group names in messages.
1868
1869         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1870
1871 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1872
1873         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1874
1875         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1876
1877         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1878         risky local variable.
1879
1880         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1881
1882 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1883
1884         * encrypt.el: Improve documentation to fix function name typo.
1885         Reported by Daiki Ueno <ueno@unixuser.org>.
1886
1887 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1890         even if the point is not in the last page of an article.
1891         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1892         back to the previous page.
1893
1894 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
1895
1896         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1897
1898 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1899
1900         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1901
1902 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1903
1904         * message.el (message-check-news-body-syntax): Avoid
1905         mm-string-as-multibyte.
1906         (message-hide-headers): Don't assume (point-min)==1.
1907
1908 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1909
1910         * message.el (message-remove-blank-cited-lines): Fix if remove is
1911         given.
1912         (message-bogus-address-regexp): New variable.
1913         (message-bogus-recipient-p): New function.
1914         (message-check-recipients): New command.
1915         (message-syntax-checks): Add `bogus-recipient'.
1916         (message-fix-before-sending): Add `bogus-recipient'.
1917
1918         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1919         (gnus-treat-body-boundary): Don't test window-system.
1920
1921 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
1922
1923         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1924
1925 2007-10-28  Miles Bader  <miles@gnu.org>
1926
1927         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1928         at compile-time too.
1929
1930 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1931
1932         * gnus-msg.el (gnus-message-setup-hook): Add
1933         `message-remove-blank-cited-lines' to options.
1934
1935 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1936
1937         * message.el (message-remove-blank-cited-lines): New function.
1938         Suggested by Karl Plästerer.
1939
1940 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1941
1942         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1943         mapc.
1944
1945         * imap.el (imap-open): Replace mapcar called for effect with mapc.
1946         (top-level): Use mapc to set functions to be traced for debugging.
1947
1948         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1949         called for effect with while loop.
1950
1951         * message.el (message-talkative-question): Replace mapcar called for
1952         effect with mapc.
1953
1954         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1955         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1956         called for effect with dolist.
1957
1958         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1959
1960         * nndiary.el: Use dolist instead of mapcar to add diary headers to
1961         gnus-extra-headers and nnmail-extra-headers.
1962
1963         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1964         called for effect with dolist.
1965         (top-level): Use mapc to set functions to be traced for debugging.
1966
1967         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1968         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1969         dolist.
1970
1971         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1972         Replace mapcar called for effect with mapc.
1973         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1974         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1975         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1976         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1977
1978         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1979         remove-if that's a cl function.
1980
1981         * webmail.el (webmail-debug): Replace mapcar called for effect with
1982         dolist.
1983
1984         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
1985         with mapc.
1986
1987 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1990         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1991         with while loop.
1992
1993         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1994         functions from article-* functions.
1995         (gnus-multi-decode-header): Replace mapcar called for effect with
1996         dolist.
1997
1998         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1999         (gnus-bookmark-show-details): Replace mapcar called for effect with
2000         while loop.
2001
2002         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2003         called for effect with while loop.
2004
2005         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2006         with dolist.
2007
2008         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2009         mapcar called for effect with dolist.
2010
2011         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2012
2013         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2014         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2015         Replace mapcar called for effect with dolist.
2016         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2017         mapc.
2018
2019         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2020         Replace mapcar called for effect with dolist.
2021         (gnus-topic-list): Replace mapcar called for effect with mapc.
2022
2023         * gnus.el: Use mapc instead of mapcar to add autoloads.
2024
2025 2007-10-23  Richard Stallman  <rms@gnu.org>
2026
2027         * gnus-group.el (gnus-group-highlight): Mark as risky.
2028
2029 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2030
2031         * gnus.el (gnus-server-to-method): Return method found first in
2032         gnus-newsrc-alist.
2033
2034         * gnus-art.el (gnus-article-highlight-signature)
2035         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2036         button overlay without the front stickiness.
2037
2038 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2039
2040         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2041         overview buffer needed a catch to receive its throw.
2042         (gnus-agent-flush-cache): Declared as interactive to make this function
2043         easier to use.
2044
2045 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2046
2047         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2048         `next-line'.
2049
2050 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2051
2052         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2053         exclude address matching message-dont-reply-to-names.
2054
2055 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * gnus-util.el (gnus-string<): New function.
2058
2059         * gnus-sum.el (gnus-article-sort-by-author)
2060         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2061
2062 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2065         the frame-focus tag is set in gnus-buffer-configuration.
2066
2067 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2070         the front stickiness.
2071
2072 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2075         url pattern; remove duplicate one.
2076         (gnus-article-extend-url-button): New function.
2077         (gnus-article-add-buttons): Use it.
2078         (gnus-button-push): Use concatenated url that it makes.
2079
2080 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2081
2082         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2083
2084 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2085
2086         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2087         Don't hardcode point-min==1.
2088
2089 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2090
2091         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2092         Fix comment about "iso8859-1".
2093
2094 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
2095
2096         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2097         ones returned from the verify-function.
2098
2099         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2100         mml2015-extract-cleartext-signature if extraction failed.
2101
2102 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2103
2104         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2105         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2106         failed.
2107
2108 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2109
2110         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2111
2112 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2113
2114         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2115         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2116         recommends to use EasyPG instead of PGG.
2117
2118         * pgg.el: Revert to revision 6.23.2.16
2119
2120         * pgg-def.el: Revert to revision 6.6.2.14.
2121
2122         * pgg-gpg.el: Revert to revision 6.23.2.34.
2123
2124 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2125
2126         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2127         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2128         thread for both the null and zero (kill/expire thread) universal prefix
2129         cases.
2130         (gnus-summary-expire-thread): Add new function to expire a thread,
2131         using gnus-summary-kill-thread.
2132         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2133         shortcuts for gnus-summary-expire-thread.
2134         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2135         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2136
2137 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2138
2139         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2140         extras value, so an extras entry can be deleted.
2141         (gnus-registry-delete-extra-entry): Use it.
2142         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2143         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2144         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2145         storage through the gnus-registry, and provide an appropriate API for
2146         it.
2147
2148 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2151         Suggested by Leo <sdl.web@gmail.com>.
2152
2153         * gnus.el: Do.
2154
2155 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2156
2157         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2158         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2159
2160         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2161
2162         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2163         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2164
2165 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2168         newline.
2169         (nnmbox-request-accept-article): Don't change article in source buffer;
2170         narrow to header to use message-fetch-field rather than
2171         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2172         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2173         as delimiters; make sure article ends with newline.
2174         (nnmbox-delete-mail): Correct last position of article to be deleted;
2175         ignore X-Gnus-Newsgroup header in article body.
2176         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2177         positions; make sure article ends with newline.
2178
2179         * message.el (message-display-abbrev): Don't infloop when a user
2180         inserts SPC in the beginning of header.
2181
2182         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2183         coding-system-for-read and coding-system-for-write for XEmacs having no
2184         file-coding feature.
2185
2186         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2187
2188 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2189
2190         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2191         list of groups not followed by default.  Fix type to be regexp.
2192         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2193
2194 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2195
2196         * hmac-def.el (define-hmac-function): Switch from old-style to
2197         new-style backquotes.
2198
2199         * md4.el (md4-make-step): Likewise.
2200
2201 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2204         raw-text coding system when saving .newsrc file, which may contain
2205         non-ASCII group names.
2206
2207 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * gnus-cus.el (gnus-score-extra): New widget.
2210         (gnus-score-extra-convert): New function.
2211         (gnus-score-customize): Use it for Extra.
2212
2213 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2214
2215         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2216         (mml2015-mailcrypt-clear-verify): Use it.
2217         (mml2015-gpg-clear-verify): Use it.
2218         (mml2015-pgg-clear-verify): Use it.
2219         (mml2015-epg-clear-verify): Replace the current part with the output
2220         from GnuPG; don't extract the plaintext by itself.
2221
2222         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2223         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2224         mml2015-clear-verify-function; don't touch the armor headers or
2225         dash-escaped text here.
2226
2227 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2228
2229         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2230         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2231         parts, or application/octet-stream as a last resort.
2232         (gnus-mime-view-part-as-type): Don't toggle display.
2233         (gnus-mime-view-part-as-charset): Don't turn off display before
2234         querying charset.
2235
2236         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2237         stuff to undisplayer function in Emacs.
2238         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2239
2240         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2241         text/calendar parts.
2242
2243 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2246         decoding text/calendar parts.
2247
2248         * message.el (message-forward-make-body-mime): Always mark body as
2249         having no illegible text; remove signed-or-encrypted argument.
2250         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2251
2252         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2253         (mml-generate-mime-1): Don't encode body if it is specified to be in
2254         raw form; don't make buffer be unibyte when inserting multibyte string.
2255
2256 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2257
2258         * sha1.el: Fix up comment style.
2259         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2260         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2261
2262         * hex-util.el: Fix up comment style.
2263         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2264
2265         * gnus-salt.el: Use with-current-buffer.
2266         (gnus-pick-setup-message): Fix long-standing typo.
2267
2268 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * imap.el (imap-logout-timeout): New variable.
2271         (imap-logout, imap-logout-wait): New functions.
2272         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2273
2274         * nnimap.el (nnimap-logout-timeout): New server variable.
2275         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2276         nnimap-logout-timeout.
2277
2278         * gnus-art.el (gnus-article-summary-command-nosave)
2279         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2280
2281 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * gnus.el (gnus-maximum-newsgroup): New variable.
2284
2285         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2286         according to gnus-maximum-newsgroup.
2287
2288         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2289         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2290         Limit the range of articles according to gnus-maximum-newsgroup.
2291
2292 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2293
2294         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2295         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2296         Don't perform gnus-configure-windows here; reuse existing sticky
2297         article buffer.
2298
2299         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2300         it doesn't exist in gnus-article-mode.
2301
2302 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2303
2304         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2305         (gnus-agent-decoded-group-name): New function.
2306         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2307         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2308
2309 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2310
2311         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2312         Add binding for gnus-sticky-article.
2313         (gnus-summary-exit): Don't kill sticky article buffers.
2314
2315         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2316         article buffer.
2317         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2318         (gnus-kill-sticky-article-buffers): New commands.
2319
2320 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * nntp.el (nntp-xref-number-is-evil): New server variable.
2323         (nntp-find-group-and-number): If it is non-nil, don't trust article
2324         numbers in the Xref header.
2325
2326 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * gnus-agent.el (gnus-agent-read-group): New function.
2329         (gnus-agent-flush-group, gnus-agent-expire-group)
2330         (gnus-agent-regenerate-group): Use it.
2331         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2332         nnmail-pathname-coding-system.
2333
2334 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2337
2338         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2339         that are unread as unread, and also as selected so that information of
2340         marks having been changed by a user may be updated when exiting group.
2341
2342 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2345         calculated ignoring signature parts to gnus-treat-article.
2346
2347 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2350         a point here in order to keep the window start.
2351         (gnus-insert-mime-security-button): Make a button overlay without the
2352         front stickiness.
2353         (gnus-mime-display-security): Goto the end of a button.
2354
2355         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2356
2357 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2360         group-name-at-point.
2361         (gnus-group-completing-read): New function that offers decoded
2362         non-ASCII group names for completion.
2363         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2364         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2365         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2366         (gnus-group-fetch-control): Use it.
2367         (gnus-fetch-group): Use group-name-at-point for the initial value
2368         rather than the default value; use gnus-alive-p.
2369
2370         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2371         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2372         (gnus-summary-post-news): Use gnus-group-completing-read.
2373
2374         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2375         (gnus-read-move-group-name): Decode group name for completion.
2376
2377 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2378
2379         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2380         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2381         Yamaoka slightly modified the code).
2382
2383 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2384
2385         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2386         (nnmail-split-incoming): Bind it.
2387
2388         * nnml.el (nnml-group-name-charset): New function.
2389         (nnml-decoded-group-name): Use it; don't decode group name if
2390         nnmail-group-names-not-encoded-p is non-nil.
2391         (nnml-encoded-group-name): New function.
2392         (nnml-group-pathname): Inline nnml-decoded-group-name.
2393         (nnml-request-expire-articles): Decode group name in message.
2394         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2395         nnmail-pathname-coding-system.
2396         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2397         not decoded ones according to nnmail-group-names-not-encoded-p.
2398         (nnml-generate-active-info): Use nnml-encoded-group-name.
2399
2400 2007-08-08  Glenn Morris  <rgm@gnu.org>
2401
2402         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2403         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2404         doc-strings and comments.
2405
2406 2007-07-25  Glenn Morris  <rgm@gnu.org>
2407
2408         * Relicense all FSF files to GPLv3 or later.
2409
2410 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * gnus-sum.el (gnus-summary-move-article): Make
2413         gnus-summary-respool-article work.
2414
2415 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2416
2417         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2418         string.
2419
2420 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2421
2422         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2423         that should be ignored when comparing distant RSS articles with local
2424         ones.
2425         (nnrss-make-hash-index): New function.  Create a hash index according
2426         to the ignored fields.
2427         (nnrss-check-group): Use it.
2428
2429 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2432
2433         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2434
2435         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2436         the new optional argument ENCODED is non-nil.
2437         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2438         coding system for encoding group name.
2439         (gnus-group-make-rss-group): Pass un-encoded group name to
2440         gnus-group-make-group.
2441         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2442         encoded.
2443
2444         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2445         Encode group name to which articles are moved or copied.
2446         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2447         coding system for encoding Newsgroup, Followup-To and Xref headers.
2448
2449         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2450         marks; use nnheader-file-coding-system to write a file.
2451         (nnagent-retrieve-headers): Bind file-name-coding-system to
2452         nnmail-pathname-coding-system.
2453
2454         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2455
2456         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2457         (nnml-request-article, nnml-request-create-group)
2458         (nnml-request-rename-group, nnml-find-id)
2459         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2460         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2461         (nnml-save-marks): Use nnml-group-pathname instead of
2462         nnmail-group-pathname.
2463
2464         (nnml-request-create-group, nnml-request-expire-articles)
2465         (nnml-request-move-article, nnml-request-delete-group)
2466         (nnml-deletable-article-p, nnml-possibly-create-directory)
2467         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2468         (nnml-open-marks): Bind file-name-coding-system to
2469         nnmail-pathname-coding-system.
2470
2471         (nnml-request-article): Pass server argument to nnml-find-group-number.
2472         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2473         server argument to nnml-possibly-create-directory.
2474         (nnml-request-accept-article): Pass server argument to
2475         nnml-active-number and nnml-save-mail.
2476         (nnml-find-group-number): Pass server argument to nnml-find-id.
2477         (nnml-request-update-info): Pass server argument to
2478         nnml-marks-changed-p.
2479
2480         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2481         (nnml-save-mail, nnml-active-number): Add server argument.
2482
2483         (nnml-request-delete-group): Warn if group is missing.
2484         (nnml-get-nov-buffer): Decode group name.
2485         (nnml-generate-active-info): Encode group name.
2486         (nnml-open-marks): Decode group name in messages.
2487
2488 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2491         if it is not specified.
2492         (gnus-article-pipe-part, gnus-article-save-part)
2493         (gnus-article-interactively-view-part, gnus-article-copy-part)
2494         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2495         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2496         (gnus-article-replace-part, gnus-article-delete-part)
2497         (gnus-article-view-part-as-type): Pass raw prefix argument to
2498         gnus-article-part-wrapper.
2499
2500 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * gnus-agent.el (gnus-agent-save-active): Bind
2503         nnheader-file-coding-system to gnus-agent-file-coding-system.
2504
2505         * gnus-cache.el (gnus-cache-save-buffers)
2506         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2507         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2508         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2509         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2510         (gnus-cache-generate-active, gnus-cache-rename-group)
2511         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2512         (gnus-cache-update-overview-total-fetched-for): Bind
2513         file-name-coding-system to nnmail-pathname-coding-system.
2514         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2515         variables.
2516         (gnus-cache-decoded-group-name): New function.
2517         (gnus-cache-file-name): Use it.
2518         (gnus-cache-generate-active): Use non-decoded group name for active.
2519
2520         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2521         right place.
2522         (gnus-write-active-file): Don't break non-ASCII group names.
2523
2524         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2525         nnmail-pathname-coding-system.
2526
2527         * lpath.el: Bind default-file-name-coding-system,
2528         file-name-coding-system and language-info-alist for XEmacs.
2529
2530         * gnus-uu.el (gnus-uu-decode-save): Typo.
2531
2532 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2535
2536 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2539         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2540         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2541         (gnus-agent-flush-group, gnus-agent-flush-cache)
2542         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2543         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2544         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2545         (gnus-agent-regenerate-group)
2546         (gnus-agent-update-files-total-fetched-for)
2547         (gnus-agent-update-view-total-fetched-for): Bind
2548         file-name-coding-system to nnmail-pathname-coding-system.
2549         (gnus-agent-group-pathname): Don't encode file names by
2550         nnmail-pathname-coding-system.
2551         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2552         coding-system-for-write instead of buffer-file-coding-system to
2553         gnus-agent-file-coding-system.
2554
2555         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2556         Decode group name.
2557
2558         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2559
2560         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2561         (gnus-read-newsrc-el-file): Make group names unibyte.
2562
2563         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2564         nnmail-pathname-coding-system.
2565
2566         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2567         (nnrss-request-delete-group): Bind file-name-coding-system to
2568         nnmail-pathname-coding-system.
2569         (nnrss-read-server-data, nnrss-read-group-data): Bind
2570         file-name-coding-system correctly.
2571         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2572
2573         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2574         (nntp-server-to-method-cache): New variable.
2575         (nntp-group-pathname): New function that decodes non-ASCII group names.
2576         (nntp-possibly-create-directory, nntp-marks-changed-p)
2577         (nntp-save-marks, nntp-open-marks): Use it.
2578         (nntp-possibly-create-directory, nntp-open-marks):
2579         Bind file-name-coding-system to nnmail-pathname-coding-system.
2580         (nntp-open-marks): Decode group names when bootstrapping marks.
2581
2582         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2583         Newsgroups and Folowup-To headers.
2584
2585 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2588         (gnus-server-closed-face, gnus-server-denied-face)
2589         (gnus-server-offline-face): Remove variable.
2590         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2591
2592         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2593         of modifying message-stack directly for XEmacs.
2594
2595         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2596         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2597         if the coding-system argument is nil for XEmacs.
2598
2599         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2600         mm-charset-override-alist.
2601
2602         * rfc2047.el: Don't require base64; require rfc2045 for the function
2603         rfc2045-encode-string.
2604         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2605         to quote the parameter value.
2606
2607 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2610         form in gnus-group-name-charset-method-alist.
2611
2612         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2613         overrides the default layout edit-form.
2614
2615         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2616
2617         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2618
2619 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2620
2621         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2622         as unfetched articles.
2623
2624 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2625
2626         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2627
2628 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2629
2630         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2631         original back end that keeps marks in the local system.
2632
2633 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2634
2635         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2636         arg of pop-to-buffer for XEmacs.
2637         (gnus-article-read-summary-keys): Ditto; don't restore window
2638         configuration if summary command ends up with neither article buffer
2639         nor summary buffer; describe bindings if summary keys end with C-h.
2640
2641 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2642
2643         * message.el (message-fix-before-sending): Skip raw message part to be
2644         forwarded while checking illegible text.
2645         (message-forward-make-body-mime, message-forward-make-body): Mark
2646         signed or encrypted raw message as having no illegible text.
2647
2648 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2651         (gnus-message-with-timestamp-1): New macro.
2652         (gnus-message-with-timestamp): New function.
2653         (gnus-message): Use them.
2654
2655         * nnheader.el (nnheader-message): Use them.
2656
2657 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2658
2659         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2660         .newsrc.eld file.
2661
2662 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2663
2664         * gnus-agent.el (gnus-agent-fetch-headers)
2665         (gnus-agent-retrieve-headers): Bind
2666         gnus-decode-encoded-address-function to identity.
2667
2668         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2669         available also when the server returns simply a dot.
2670
2671         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2672
2673 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2674
2675         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2676
2677 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2678
2679         * gnus-ems.el (gnus-x-splash): Make it work.
2680
2681         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2682         from being used.
2683
2684         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
2685
2686 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
2689         4th and the 5th arguments.
2690
2691         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2692         the front stickiness.
2693         (gnus-article-summary-command-nosave): Correct the order of the
2694         arguments passed to pop-to-buffer.
2695         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2696         summary command ends up with the article buffer.
2697
2698         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2699         the same faces.
2700
2701 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2702
2703         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2704
2705 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2706
2707         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2708         * gnus-sum.el (gnus-summary-highlight):
2709         * pgg.el (pgg-sign-region, pgg-sign):
2710         * mail-source.el (mail-source-delete-old-incoming-confirm):
2711         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2712
2713 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * gnus-art.el (gnus-mime-view-part-externally)
2716         (gnus-mime-view-part-internally): Fix predicate function passed to
2717         completing-read.
2718
2719         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2720
2721         * gnus.el (gnus-update-message-archive-method): Add :version.
2722
2723 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * gnus.el (gnus-update-message-archive-method): New variable.
2726
2727         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2728         according to gnus-message-archive-method if
2729         gnus-update-message-archive-method is non-nil.
2730
2731 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2734         by Loic Dachary <loic@dachary.org>.
2735         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2736
2737 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * message.el (message-pop-to-buffer): Add switch-function argument.
2740         (message-mail): Pass switch-function argument to it.
2741
2742 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
2743
2744         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2745         Improve doc string.
2746
2747 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2748
2749         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2750         (gnus-header-content)
2751         * gnus-cite.el (gnus-cite-10)
2752         * gnus-srvr.el (gnus-server-closed)
2753         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2754         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2755         (gnus-group-mail-3-empty, gnus-group-mail-low)
2756         (gnus-group-mail-low-empty, gnus-splash)
2757         * message.el (message-header-to, message-header-cc)
2758         (message-header-subject, message-header-other, message-header-name)
2759         (message-header-xheader, message-separator, message-cited-text)
2760         (message-mml): Lighten colors of faces used for dark background.
2761
2762 2007-05-24  Simon Josefsson  <simon@josefsson.org>
2763
2764         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2765         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
2766
2767 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2768
2769         * message.el (message-narrow-to-headers-or-head):
2770         Ignore mail-header-separator in the body.
2771
2772 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2775         same as window size.
2776
2777 2007-05-22  Kevin Ryde  <user42@zip.com.au>
2778
2779         * message.el (message-font-lock-keywords): Use message-header-xheader
2780         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
2781         ahead of the anything pattern, to get it recognised.
2782
2783 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2784
2785         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
2786         spam.el loads uses it in the compiled defadvice form.
2787
2788 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
2789
2790         * gnus-sum.el (gnus-articles-to-read)
2791         (gnus-summary-insert-old-articles): Don't truncate group name for
2792         `read-string'.
2793
2794         * gnus-util.el (gnus-limit-string): Delete this function.
2795
2796         * gnus-sum.el (gnus-simplify-subject-fully): Use
2797         `truncate-string-to-width' instead.
2798
2799 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
2800
2801         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
2802         if, on summary exit, the next group has to be selected.
2803         (gnus-summary-exit): Use it.
2804
2805 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2806
2807         * gnus-art.el (gnus-article-mode): Fix comment about displaying
2808         non-break space.
2809
2810 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2813         Check if group is not a directory.
2814         (nnfolder-request-expire-articles): Don't delete articles if the target
2815         group is not available.
2816
2817         * nnml.el (nnml-request-create-group): Properly check if group is not a
2818         file.
2819         (nnml-request-expire-articles): Don't delete articles if the target
2820         group is not available.
2821
2822         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2823         Don't quote characters that are within parentheses.
2824
2825 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2826
2827         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2828         (gnus-handle-ephemeral-exit): Select article according to it.
2829
2830 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2831
2832         * message.el (message-insert-formated-citation-line): Remove newline.
2833         (message-citation-line-format): Add final \n here so that the user can
2834         avoid a blank line.
2835
2836 2007-05-03  Dan Christensen  <jdc@uwo.ca>
2837
2838         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2839         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2840         Update lanl/arXiv support.
2841
2842 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2843
2844         * gnus.el: Bump version number.
2845
2846 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2847
2848         * gnus.el (gnus-version-number): Bump version.
2849
2850 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2851
2852         * gnus.el: No Gnus v0.6 is released.
2853
2854 2007-04-27  Didier Verna  <didier@xemacs.org>
2855
2856         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2857         * gmm-utils.el (gmm-regexp-concat): here.
2858         * message.el: Don't require 'gnus-util.
2859         (message-dont-reply-to-names): Handle name change above.
2860         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2861
2862 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2865         since the initial value varies according to the system.
2866
2867 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2868
2869         * mm-util.el (mm-charset-synonym-alist): Defcustom.
2870
2871 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
2872
2873         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2874
2875 2007-04-24  Didier Verna  <didier@xemacs.org>
2876
2877         Improve the type of gnus-ignored-from-addresses.
2878         * gnus-util.el (gnus-orify-regexp): New function.
2879         * message.el (gnus-util): Require it.
2880         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2881         * gnus-sum.el (gnus-ignored-from-addresses): New function.
2882         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2883
2884 2007-04-24  Didier Verna  <didier@xemacs.org>
2885
2886         * gnus-sum.el:
2887         * gnus-utils.el: Fix some trailing whitespaces.
2888
2889 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2892         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2893         article's Message-ID; refer parent article in summary buffer.
2894
2895         * message.el (message-bounce): Call mime-to-mml.
2896
2897         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
2898         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
2899         optimize and/or forms properly.
2900
2901 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
2902
2903         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
2904         URL.
2905
2906 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2909
2910 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2913         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2914         displayed of multipart/alternative part if it is invoked from summary
2915         buffer.
2916
2917         * mm-view.el (mm-inline-text-html-render-with-w3m)
2918         (mm-inline-text-html-render-with-w3m-standalone)
2919         (mm-inline-render-with-function): Use mail-parse-charset by default.
2920
2921 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2922
2923         * parse-time.el (parse-time-string-chars): Check if CHAR
2924         is less than the length of parse-time-syntax.
2925
2926 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2929         from gnus-newsgroup-processable.
2930
2931 2007-04-16  Didier Verna  <didier@xemacs.org>
2932
2933         * gnus-msg.el (gnus-configure-posting-styles): Handle
2934         message-signature-directory properly with :file syntax.  Reported by
2935         "Leo".
2936
2937 2007-04-11  Didier Verna  <didier@xemacs.org>
2938
2939         New user option: message-signature-directory.
2940         * gnus-msg.el (gnus-configure-posting-styles): Support it.
2941         * message.el (message-insert-signature): Ditto.
2942         * message.el (message-signature-file): Doc update.
2943         * message.el (message-signature-directory): New.
2944
2945 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * gnus-msg.el (gnus-inews-yank-articles): Use
2948         message-exchange-point-and-mark instead of exchange-point-and-mark.
2949
2950 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * message.el (message-yank-original): Make sure cited text ends with
2953         newline; don't exchange point and mark.
2954
2955 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2956
2957         * tls.el (open-tls-stream): Properly handle case where there
2958         is no associated buffer.
2959
2960 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
2961
2962         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2963         message-yank-original, make sure (< mark TEXT point).
2964
2965 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2966
2967         * message.el (message-fill-column): New variable.
2968         (message-mode): Use it.  Add comment on a possible new hook.
2969
2970         * nnmail.el (nnmail-spool-file): Mark as obsolete.
2971         (nnmail-get-new-mail): Reformat.
2972
2973         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2974
2975         * gmm-utils.el: Fix Commentary.
2976         (gmm-tool-bar-from-list): Fix typo in doc string.
2977
2978 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
2979
2980         * message.el (message-yank-original): Don't switch point and mark
2981         unnecessarily to put point and mark as documented.
2982
2983 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2984
2985         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2986         from the message heads.
2987
2988 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
2989
2990         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2991         article buffer does not have a window.  This may not be the best
2992         solution but is certainly better than setting the start of the null,
2993         that is the current, window.
2994
2995 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2996
2997         * gnus-draft.el (gnus-draft-setup-hook): New hook.
2998         (gnus-draft-setup): Run it.
2999
3000         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3001         gnus-score-fast-scoring.  Allow regexp.
3002         (gnus-score-headers): Use it.
3003
3004         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3005         XEmacs.
3006
3007         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3008         string.
3009         (gnus-button-alist): Also catch `<f1> k ...'.
3010         (gnus-treat-display-x-face): Fix doc string.
3011
3012 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3013
3014         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3015         evaluation of gnus-extended-version to ensure correct generation of the
3016         User-Agent header when message-generate-headers-first is used.
3017
3018 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3019
3020         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3021         hashcash-path is nil.  Don't call callback with incorrect number of
3022         parameters if val is 0.
3023
3024 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3025
3026         * message.el (message-required-news-headers):
3027         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3028
3029 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3030
3031         * tls.el (open-tls-stream): In handshake-waiting loop,
3032         don't wait more if there is output available to process.
3033
3034 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3035
3036         * tls.el (tls-program): Doc fix.
3037
3038 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3039
3040         * message.el (message-generate-new-buffers): Change the meaning of the
3041         nil value; add `standard' to the choices; treat t as `unique'; improve
3042         doc string.
3043         (gnus-select-frame-set-input-focus): Autoload.
3044         (message-buffer-name): Search for the existing message buffer if
3045         message-generate-new-buffers is nil or `standard'; treat the value t of
3046         message-generate-new-buffers as `unique'.
3047         (message-pop-to-buffer): Raise the frame already displaying the message
3048         buffer; clear the echo area after querying.
3049         (message-setup): Pass the `continue' argument to compose-mail.
3050         (message-mail): Prefer `switch-function' if it is given; search for the
3051         existing message buffer if the `continue' argument is non-nil; pass
3052         continue and switch-function arguments to compose-mail by way of
3053         message-setup.
3054         (message-mail-other-window): Adjust argument of message-setup.
3055         (message-mail-other-frame): Ditto.
3056
3057 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3060         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3061         to turn font-lock on when turning gnus-message-citation-mode on.
3062
3063 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3064
3065         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3066         (mml-smime-function-alist): New variable; add epg as the backend.
3067         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3068         mml-smime- functions instead.
3069         * mm-view.el: Require smime.
3070
3071 2007-03-05  Didier Verna  <didier@xemacs.org>
3072
3073         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3074         instead of just inheritance for posting styles.
3075         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3076
3077 2007-02-24  Chris Moore  <dooglus@gmail.com>
3078
3079         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3080         * pgg-pgp.el (pgg-pgp-encrypt-region):
3081         * pgg-gpg.el (pgg-gpg-encrypt-region):
3082         Check pgg-encrypt-for-me if no other recipients.
3083
3084 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3085
3086         * tls.el (tls-certtool-program): Fix custom type.
3087
3088 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3089
3090         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3091         and point-at-eol instead of line-(beginning|end)-position.
3092
3093         * assistant.el (assistant-parse-buffer): Ditto.
3094
3095         * netrc.el (netrc-parse-services): Ditto.
3096
3097 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3098
3099         * mml2015.el (mml2015-epg-find-usable-key): New function.
3100         (mml2015-epg-sign): Use it.
3101         (mml2015-epg-encrypt): Use it.
3102
3103 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * message.el (message-make-in-reply-to): Quote name containing
3106         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3107         if there are special characters.  Reported by NAKAJI Hiroyuki
3108         <nakaji@jp.freebsd.org>.
3109
3110 2007-02-27  Didier Verna  <didier@xemacs.org>
3111
3112         Include the group parameters as well as the topic ones in the
3113         inheritance filter process.
3114         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3115         argument GROUP-PARAMS-LIST.
3116         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3117
3118 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * nntp.el (nntp-never-echoes-commands)
3121         (nntp-open-connection-functions-never-echo-commands): New variables.
3122         (nntp-send-command): Use them.
3123
3124 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3125
3126         * mml2015.el (mml2015-epg-verify): Simplified.
3127
3128 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * mml.el (mml-content-disposition-alist): New user option.
3131         (mml-content-disposition): New function.
3132         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3133         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3134
3135 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3136
3137         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3138         verification.
3139
3140 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3141
3142         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3143         articles posted in the last 24 hours.
3144
3145 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3146
3147         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3148
3149 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3150
3151         * nntp.el (nntp-send-command): Don't wait for echoes when
3152         nntp-open-ssl-stream is used.
3153
3154 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3157         (gnus-message-add-citation-keywords)
3158         (gnus-message-remove-citation-keywords): Remove.
3159         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3160         directly, make the variables in font-lock-defaults buffer-local, add
3161         gnus-message-citation-keywords to them and then update the value of
3162         font-lock-keywords.
3163
3164 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * message.el (message-cite-original-1): Don't call
3167         gnus-article-highlight-citation.
3168
3169         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3170         citations; fix line count.
3171
3172 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3173
3174         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3175         (gnus-message-add-citation-keywords)
3176         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3177         versions of font-lock-add-keywords and font-lock-remove-keywords to
3178         work with XEmacs correctly.
3179
3180 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3181
3182         * gnus-cite.el (gnus-cite-face-list): Set the values of
3183         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3184         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3185         (gnus-message-cite-prefix-regexp): New variable.
3186         (gnus-message-search-citation-line): Use it; protect against long
3187         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3188         the 0th match data for Emacs.
3189         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3190         (gnus-message-add-citation-keywords): Append keywords rather than
3191         prepending; emulate font-lock-add-keywords if it is not available.
3192         (gnus-message-remove-citation-keywords): Emulate
3193         font-lock-remove-keywords if it is not available.
3194
3195         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3196
3197         * message.el (message-cite-prefix-regexp): Set the value of
3198         gnus-message-cite-prefix-regexp.
3199
3200 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3201
3202         * nnweb.el (nnweb-google-parse-1): Update parser.
3203
3204 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3205
3206         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3207
3208 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3209
3210         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3211         regexp.
3212
3213 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3216         string-to-multibyte.
3217         (uudecode-decode-region-internal): Use it.
3218
3219         * lpath.el: Fbind string-as-multibyte for XEmacs.
3220
3221 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3222
3223         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3224         custom choice.
3225
3226         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3227
3228 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3229
3230         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3231
3232         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3233         `write-region' to respect `mm-inhibit-file-name-handlers'.
3234
3235 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3236
3237         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3238         Use gnus-home-directory instead of "~/" or "$HOME".
3239
3240 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3241
3242         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3243         to mention filename.
3244         Add comments at beginning regarding usage.
3245         (encrypt-write-file-contents): Change interactive so a string is
3246         acceptable.  If the file has no associated model, show an error instead
3247         of a nonsense prompt.
3248
3249 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3250
3251         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3252         Thanks to Yoshihiko Yamada for kind notification of this typo.
3253
3254 2007-01-12  Kenichi Handa  <handa@m17n.org>
3255
3256         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3257         multibyte buffer.
3258
3259 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3260
3261         * gnus-score.el (gnus-score-fast-scoring): New variable.
3262         (gnus-score-headers): Use it.
3263
3264         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3265
3266         * message.el (message-cite-original-1): Call
3267         gnus-article-highlight-citation if requested.
3268         (message-make-from): Allow name and address as optional arguments.
3269
3270         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3271
3272         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3273         bugs to doc string.
3274         (gnus-button-alist): Add mid\\|message-id.
3275         (gnus-button-fetch-group): Extend for use in
3276         `browse-url-browser-function'.
3277         (gnus-button-url-regexp): Try to catch paired parentheses like in
3278         Wikipedia URLs.
3279
3280         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3281         Suggested by Simon Krahnke <overlord@gmx.li>.
3282
3283 2007-01-13  Romain Francoise  <romain@orebokech.com>
3284
3285         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3286         Update copyright.
3287
3288 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3289
3290         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3291
3292 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3293
3294         * gnus-registry.el (gnus-registry-unfollowed-groups)
3295         (gnus-registry-split-fancy-with-parent): Fix documentation.
3296
3297 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3300         from nnweb groups.
3301
3302 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3303
3304         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3305         Xref urls.  Erase buffer before requesting head.
3306
3307 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3308
3309         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3310         customizable.
3311
3312 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3313
3314         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3315         no signing key is found.
3316         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3317         no encrypting and/or signing key is found.
3318
3319 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3320
3321         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3322
3323 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3324
3325         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3326         headers read from disk with the ones newly found in the current search.
3327         This should no longer cause problems, because the article numbers in
3328         Gmane's `nov.php' output are ignored since the previous change.
3329
3330 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3331
3332         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3333
3334 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3337         replace-regexp-in-string; bind url-version; fbind display-images-p and
3338         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3339         find-face and set-itimer-function for Emacs; bind itimer-list for
3340         Emacs.
3341
3342         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3343
3344 2007-01-01  Romain Francoise  <romain@orebokech.com>
3345
3346         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3347
3348 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3349
3350         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3351         `define-minor-mode' macro definition expanded properly.
3352         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3353         exclude it there.
3354
3355         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3356         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3357         `fboundp' test.
3358         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3359         This is OK to autoload in (S)XEmacs now.
3360
3361 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3362
3363         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3364         keystroke.
3365         (gnus-summary-limit-to-singletons): Fix typo.
3366
3367         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3368         else fails.
3369
3370 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3371
3372         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3373         docstring.
3374
3375         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3376         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3377         (gnus-summary-insert-dormant-articles): Fix typo in message.
3378
3379 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3380
3381         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3382         nil for XEmacs.
3383         (gnus-message-citation-mode): Don't autoload in XEmacs.
3384
3385         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3386
3387 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3388
3389         * nnimap.el (nnimap-expunge-search-string): Mention
3390         nnimap-search-uids-not-since-is-evil in docstring.
3391
3392 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3393
3394         * spam.el: Revert to make-obsolete-variable because
3395         define-obsolete-variable-alias is not supported in Emacs 21.
3396
3397         * spam.el (spam-ifile-path, spam-ifile-database-path)
3398         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3399         make-obsolete-variable.
3400         (spam-bsfilter-path, spam-bsfilter-program)
3401         (spam-spamassassin-path, spam-spamassassin-program)
3402         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3403         use "path" inappropriately.
3404         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3405         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3406         variable names.
3407
3408 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3409
3410         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3411         summary buffer.
3412
3413         * password.el (password-cache-remove): Use clear-string to burn
3414         password, if available.
3415
3416 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3417
3418         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3419
3420         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3421
3422         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3423         (gnus-message-highlight-citation): Move defcustom here from
3424         gnus-cite.el.
3425         (gnus-message-citation-mode): Autoload.
3426
3427         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3428         checks to make it compile with XEmacs.
3429         (gnus-message-citation-mode): New minor mode.
3430         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3431         (gnus-message-highlight-citation): New variables.
3432         (gnus-message-search-citation-line)
3433         (gnus-message-add-citation-keywords)
3434         (gnus-message-remove-citation-keywords)
3435         (turn-on-gnus-message-citation-mode)
3436         (turn-off-gnus-message-citation-mode): New functions.
3437
3438 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3439
3440         * gnus-cite.el: Enable highlighting of different citation levels in
3441         message-mode.
3442
3443 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3444
3445         * message.el (message-make-fqdn): Fix comment.
3446         (message-bogus-system-names): Add ".local".
3447
3448         * spam.el (spam-ifile-path, spam-ifile-program)
3449         (spam-ifile-database-path, spam-ifile-database)
3450         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3451         Don't use "path" inappropriately.
3452         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3453         strings.
3454         (spam-check-ifile, spam-ifile-register-with-ifile)
3455         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3456         new variable names.
3457
3458         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3459         (gnus-treat-display-smileys): Simplify using
3460         gnus-image-type-available-p.
3461
3462         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3463         available.
3464
3465         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3466         `display-images-p' if available.
3467
3468 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3471         one after turning on the buffer's multibyteness instead of decoding
3472         them directly in the unibyte buffer that causes unexpected conversion
3473         in Emacs 23 (unicode).
3474
3475 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3476
3477         * message.el (message-generate-hashcash): Fix custom type.
3478
3479 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3480
3481         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3482
3483 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3484
3485         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3486         disconnect icons.  Add help text.
3487
3488 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3489
3490         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3491         negated to be consistent with the others we handle.
3492
3493 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494
3495         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3496         version of gnus-summary-buffer to something, so that we can use two
3497         article buffers at the same time.
3498
3499 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3500
3501         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3502         trigger all the extra headers.
3503         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3504         sorting.
3505
3506 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3507
3508         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3509         solid groups.
3510
3511 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3512
3513         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3514
3515 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3516
3517         * legacy-gnus-agent.el: Add Copyright notice.
3518
3519 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3520
3521         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3522
3523 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3526
3527         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3528         to make it work reliably in CVS Emacs.
3529         (gnus-summary-limit-strange-charsets-predicate)
3530         (gnus-summary-limit-to-predicate): New functions.
3531
3532 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3533
3534         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3535         specifying array size.
3536         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3537         array if it is too small.
3538         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3539         (gnus-sort-threads-loop): New function.
3540
3541 2006-12-06  Chris Moore  <dooglus@gmail.com>
3542
3543         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3544         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3545
3546 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3547
3548         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3549         options.
3550
3551 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3552
3553         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3554         DOS-ing the recipient.
3555
3556         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3557         the headers when creating the mapping to avoid mismappings.
3558         (nnweb-gmane-create-mapping): Always nix out old mapping.
3559
3560 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3563         and mm-verify-option to never.
3564
3565 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * message.el (message-signed-or-encrypted-p): New function.
3568         (message-forward-make-body): Use it.
3569
3570         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3571         Replace encode-coding-string with mm-encode-coding-string.
3572
3573 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * nneething.el (nneething-decode-file-name): Replace
3576         decode-coding-string with mm-decode-coding-string.
3577
3578         * gnus-int.el (gnus-open-server): Say failed server's name.
3579
3580 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3581
3582         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3583         strings to a single string.  Quote `errors-file-name'.
3584         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3585         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3586         Adjust calls.  Use `shell-quote-argument'.
3587
3588 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3589
3590         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3591         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3592
3593         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3594         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3595         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3596         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3597         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3598         (gnus-subscribe-newsgroup, gnus-1):
3599         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3600         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3601         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3602         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3603
3604 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3605
3606         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3607         keystroke.
3608         (gnus-summary-limit-to-bodies): Implement headersp.
3609
3610 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3611
3612         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3613
3614 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3615
3616         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3617
3618 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * message.el (message-generate-hashcash): Expand range of values to
3621         include `opportunistic'.
3622         (message-send-mail): Use it.
3623
3624 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3625
3626         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3627         and comment it.
3628
3629         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3630
3631 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3632
3633         * gnus-util.el (gnus-extract-address-components): Improve comment.
3634
3635 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3636
3637         * gnus-util.el (gnus-extract-address-components): Work with address in
3638         which the name portion contains @.
3639
3640         * lpath.el: Fbind custom-autoload.
3641
3642 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3643
3644         * gnus.el (gnus-start): Move custom group up.
3645         (gnus-select-method): Don't autoload, but make it available for
3646         `customize-variable'.
3647         (gnus-getenv-nntpserver): Don't autoload.
3648
3649 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3650
3651         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3652
3653 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3654
3655         * message.el (message-sendmail-extra-arguments): New variable.
3656         (message-send-mail-with-sendmail): Use it.
3657
3658 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3661         mm-with-unibyte-current-buffer to make string unibyte.
3662
3663         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3664         mm-string-as-multibyte.
3665
3666 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3667
3668         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3669         Reported by Werner Koch <wk@gnupg.org>.
3670
3671 2006-11-14  Daiki Ueno  <ueno@p360>
3672
3673         * mml2015.el: Autoload epa-select-keys when compiling.
3674
3675 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3676
3677         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3678         message-options.
3679         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3680
3681 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3682
3683         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3684         EasyPG (< 0.0.6).
3685         (mml2015-always-trust): New user option.
3686         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3687         prompt.
3688
3689 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * nntp.el (nntp-authinfo-force): New variable.
3692         (nntp-send-authinfo): Use it.
3693
3694 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3695
3696         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3697         decode encoded words.  Improve prompt.  Add comment about forwarding.
3698         (message-replacement-char): Move up.
3699
3700 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3701
3702         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3703         instead of gnus-intersection because arguments of gnus-sorted-nunion
3704         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3705
3706 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3707
3708         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3709         (message-simplify-subject-functions): Enable
3710         message-strip-subject-encoded-words by default.
3711
3712 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3713
3714         * message.el (message-strip-subject-encoded-words): New function
3715         (message-simplify-subject-functions): New variable.
3716         (message-simplify-subject): Use it.  Fix typo in doc string.
3717         Support message-strip-subject-encoded-words.
3718
3719 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3720
3721         * gnus-diary.el (gnus-diary-delay-format-function):
3722         * nndiary.el (nndiary-reminders):
3723         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3724
3725 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3726
3727         * gnus-art.el (article-hide-boring-headers): Fetch date from
3728         gnus-original-article-buffer to avoid problems with localized date
3729         strings.
3730
3731 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3734
3735 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3736
3737         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3738         New variables.
3739         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3740         (mm-charset-synonym-alist): Move some entries to
3741         mm-codepage-iso-8859-list.
3742         (mm-charset-synonym-alist, mm-charset-override-alist): Add
3743         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3744
3745 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3746
3747         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3748
3749 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3750
3751         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3752         with Emacs 21 and XEmacs.
3753
3754 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3755
3756         * spam.el (spam-parse-address): New function for better parsing,
3757         catching errors, etc.
3758         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3759
3760 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3761
3762         * mm-view.el: Add interactive arg to html2text autoload.
3763
3764 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3767
3768 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
3769
3770         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3771         variables.
3772         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3773         (mm-charset-synonym-alist): Move some entries to
3774         mm-codepage-iso-8859-list.
3775
3776         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3777
3778 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
3779
3780         * message.el (message-citation-line-format)
3781         (message-insert-formated-citation-line): Fix implementation of %E, %N
3782         and %n according to the doc string.
3783
3784 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
3785
3786         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3787         car-safe to avoid bad parses.
3788
3789 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3792         names.
3793
3794         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3795
3796 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3799         header.
3800
3801         * message.el (message-draft-headers): Add Date.
3802         (message-headers-to-generate): Fix typo in docstring.
3803
3804         * nndraft.el (nndraft-required-headers): New variable.
3805         (nndraft-generate-headers): Use it.
3806
3807         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3808
3809 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3810
3811         * gnus-registry.el (gnus-registry-wash-for-keywords)
3812         (gnus-registry-find-keywords): New functions to allow easy searching of
3813         articles that are in the registry.
3814
3815 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3816
3817         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3818         ietf-drums-parse-address instead of gnus-extract-address-components.
3819         Reported by Damien Elmes <damien@repose.cx>.
3820
3821 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3822
3823         * gnus.el (gnus-mime): Remove unused custom group.
3824
3825 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3826
3827         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3828         "blank line" when searching for end of armor headers.
3829
3830 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * gmm-utils.el (gmm-write-region): Fix variable name.
3833
3834 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
3835
3836         * gmm-utils.el (gmm-write-region): New function based on compatibility
3837         code from `mm-make-temp-file'.
3838
3839         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3840
3841         * nnmaildir.el (nnmaildir--update-nov)
3842         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3843         Use `gmm-write-region'.
3844
3845 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3846
3847         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3848         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3849
3850         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3851
3852         * message.el (message-replacement-char): New variable.
3853         (message-fix-before-sending): Use it.
3854         (message-simplify-subject): New function to remove duplicate code.
3855         (message-reply, message-followup): Use it.
3856
3857         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3858         gnus-summary-limit-to-articles.
3859
3860 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3861
3862         * gnus-util.el (gnus-with-local-quit): New macro.
3863
3864         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3865
3866 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
3867
3868         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3869         ignore non-string data.
3870
3871 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
3872
3873         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3874         non-string data (needs to be done in the registry too).
3875
3876 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3877
3878         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3879         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3880         (gnus-registry-split-fancy-with-parent)
3881         (gnus-registry-fetch-simplified-message-subject-fast)
3882         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3883         Remove text properties on ingress into the registry and when it's saved.
3884         (gnus-registry-clean-empty-function): Fix bug with cleaning the
3885         registry from entries with no groups.
3886
3887 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3888
3889         * gnus-util.el (gnus-string-remove-all-properties): Add utility
3890         function to remove string properties.
3891
3892 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3893
3894         * gmm-utils.el (gmm): Adjust custom version.
3895
3896         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3897         custom version.
3898
3899         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3900
3901 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3902
3903         * gnus-art.el (gnus-insert-prev-page-button)
3904         (gnus-insert-next-page-button): Simplify.  Reformat.
3905
3906 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3907
3908         * gnus-art.el (gnus-insert-prev-page-button)
3909         (gnus-insert-next-page-button): Apply gnus-article-button-face.
3910
3911 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
3912
3913         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3914
3915 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3916
3917         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3918         gnus-article-button-face to MIME and security buttons.
3919
3920 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
3921
3922         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3923         readable.
3924
3925 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
3928
3929 2006-09-20  Steve Youngs  <steve@sxemacs.org>
3930
3931         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3932         `browse-url-of-file' instead of `browse-url'.
3933
3934 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3935
3936         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3937         regexp.  Articles containing quotation were cut prematurely.
3938
3939 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3940
3941         * message.el (message-cite-original-1): Use nobody by default for the
3942         value of From header.
3943         (message-reply): Ditto.
3944
3945 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
3946
3947         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3948         to the gnus-info.  This fixes a bug of inline-PGP message verification.
3949         Reported by Michael Piotrowski <mxp@dynalabs.de>.
3950
3951 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
3952
3953         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3954         mails in the doc string.  Add some URLs in comment.
3955         (pop3-movemail): Warn about pop3-leave-mail-on-server.
3956
3957 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3960         backslashes handling and the way to find boundaries of quoted strings.
3961
3962 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
3963
3964         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3965         mml1991-encrypt-to-self is set and mml1991-signers is not set.
3966         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3967         mml2015-encrypt-to-self is set and mml2015-signers is not set.
3968
3969 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3970
3971         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
3972         doc string.
3973         (gnus-button-regexp, gnus-button-last): Remove unused variables.
3974
3975 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3976
3977         * lpath.el: Fbind epg-check-configuration.
3978
3979 2006-09-06  Simon Josefsson  <jas@extundo.com>
3980
3981         * mml2015.el (mml2015-use): Doc fix, mention epg.
3982
3983 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3984
3985         * mml2015.el (mml2015-use): Default to epg, if available.
3986
3987 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3988
3989         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3990         message-sender.
3991         (mml1991-epg-encrypt): Ditto.
3992         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3993         message-sender.
3994         (mml2015-epg-encrypt): Ditto.
3995
3996 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
3997
3998         * message.el (message-send-mail-with-sendmail): Look for sendmail in
3999         several common directories.
4000
4001 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4002
4003         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4004         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4005
4006 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * gnus-art.el (article-decode-encoded-words): Make it fast.
4009
4010 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4013
4014         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4015         in quoted string into `\'.
4016
4017 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4020         Use standard-syntax-table.
4021
4022 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * gnus-art.el (gnus-decode-address-function): New variable.
4025         (article-decode-encoded-words): Use it to decode headers which are
4026         assumed to contain addresses.
4027         (gnus-mime-delete-part): Remove useless `or'.
4028
4029         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4030         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4031         (gnus-nov-parse-line): Use it to decode From header.
4032         (gnus-get-newsgroup-headers): Ditto.
4033         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4034
4035         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4036         (mail-decode-encoded-address-string): New alias.
4037
4038         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4039         New function.
4040         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4041         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4042         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4043         (rfc2047-decode-string): Ditto.
4044         (rfc2047-decode-address-region): New function.
4045         (rfc2047-decode-address-string): New function.
4046
4047 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4048
4049         * message.el (message-caesar-buffer-body): Allow rotating headers.
4050
4051         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4052
4053         * message.el (message-insert-formated-citation-line): Fix %f.
4054         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4055
4056 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4057
4058         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4059         (gnus-bookmark-mouse-available-p): New macro.
4060         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4061         (gnus-bookmark-bmenu-show-infos): Use it.
4062         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4063         (gnus-bookmark-bmenu-hide-infos): Ditto.
4064         (gnus-bookmark-remove-properties): New function.
4065         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4066         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4067         (gnus-bookmark-write-file): Bind coding-system-for-write.
4068         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4069         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4070         group before selecting it.
4071         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4072         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4073         quit-window if it is not available; use gnus-mouse-2 and bind it to
4074         gnus-bookmark-bmenu-select-by-mouse.
4075         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4076         (gnus-bookmark-bmenu-select-by-mouse): New function.
4077
4078 2006-08-13  Romain Francoise  <romain@orebokech.com>
4079
4080         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4081         space.
4082
4083 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4084
4085         * compface.el (uncompface): Use binary rather than raw-text-unix.
4086
4087 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * compface.el (uncompface): Make sure the eol conversion doesn't take
4090         place when communicating with the external programs.  Reported by
4091         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4092
4093 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4094
4095         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4096
4097 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4098
4099         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4100         Make it more robust by parsing author and date independently.
4101
4102 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4105
4106 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4107
4108         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4109         first matching secret key.
4110         (mml2015-epg-encrypt): Ditto.
4111
4112         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4113         first matching secret key.
4114         (mml1991-epg-encrypt): Ditto.
4115
4116         * mml2015.el (mml2015-encrypt-to-self): New user option.
4117         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4118         mml2015-epg-encrypt-to-self is set.
4119
4120         * mml1991.el (mml1991-encrypt-to-self): New variable.
4121         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4122         mml1991-epg-encrypt-to-self is set.
4123
4124         * mml2015.el (mml2015-signers): New user option.
4125         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4126         (mml2015-epg-encrypt): Allow to select signing keys.
4127
4128         * mml1991.el (mml1991-signers): New variable.
4129         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4130         (mml1991-epg-encrypt): Allow to select signing keys.
4131
4132 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * nnheader.el (nnheader-insert-head): Make it work even if the file
4135         uses CRLF for the line-break code.
4136
4137 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4138
4139         * mml2015.el: Require mml-sec instead of password.
4140         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4141         (mml2015-cache-passphrase): Inherit the default value from
4142         mml-secure-cache-passphrase.
4143         (mml2015-passphrase-cache-expiry): Inherit the default value from
4144         mml-secure-passphrase-cache-expiry.
4145
4146         * mml1991.el: Require mml-sec instead of password.
4147         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4148         (mml1991-cache-passphrase): Inherit the default value from
4149         mml-secure-cache-passphrase.
4150         (mml1991-passphrase-cache-expiry): Inherit the default value from
4151         mml-secure-passphrase-cache-expiry.
4152
4153         * mml-sec.el: Require password.
4154         (mml-secure-verbose): New user option.
4155         (mml-secure-cache-passphrase): New user option.
4156         (mml-secure-passphrase-cache-expiry): New user option.
4157
4158 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4159
4160         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4161         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4162         andreas@altroot.de (Andreas Vögele).
4163
4164         FIXME: Use `tiny change'?
4165
4166 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4167
4168         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4169         workaround for the url package included with Emacs.
4170
4171         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4172
4173 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4176         correctly.  This fixes a bug caused by the 2006-05-12 change.
4177
4178 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4179
4180         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4181         some information about the error when saying that the `bogus' mail
4182         group will be used.
4183
4184 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4185
4186         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4187         string.
4188
4189 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4190
4191         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4192
4193 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4194
4195         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4196
4197 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4198
4199         * mml1991.el (mml1991-function-alist): Add epg.
4200         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4201         (mml1991-epg-encrypt): New functions.
4202
4203 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4204
4205         * mml2015.el (mml2015-verbose): New variable.
4206         (mml2015-cache-passphrase): Ditto.
4207         (mml2015-passphrase-cache-expiry): Ditto.
4208         (mml2015-function-alist): Add epg.
4209         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4210         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4211         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4212         functions.
4213
4214 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4215
4216         * message.el (message-cite-original-1): Preserve region when removing
4217         quoted text due to X-No-Archive in order to avoid bogus attribution
4218         when citing multiple messages.
4219
4220 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4221
4222         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4223         Kenneth Jacker <khj@be.cs.appstate.edu>.
4224
4225 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4226
4227         * gnus-diary.el (gnus-user-format-function-d)
4228         (gnus-user-format-function-D): Autoload.
4229
4230         * imap.el (Commentary): Fix typo.
4231
4232         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4233         2006-04-22 contribution.
4234
4235 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4236
4237         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4238         It didn't really fix the bogosity I'm seeing with solid web groups.
4239
4240 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4241
4242         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4243         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4244         created using server names.  If we use the feature without declaring
4245         it, Gnus does not properly manage server and group state.
4246
4247         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4248         bound.
4249
4250 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4251
4252         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4253         looking up the method using GROUP's prefix before inventing a new one.
4254         It is used on killed/unknown groups in various places where returning
4255         an all-new method isn't expected by the caller.
4256
4257         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4258         and match semantics of gnus-group-real-prefix.
4259
4260 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4261
4262         * nnmail.el (nnmail-broken-references-mailers): New variable.
4263         (nnmail-ignore-broken-references): New function generalizing
4264         nnmail-fix-eudora-headers.
4265         (nnmail-fix-eudora-headers): Now obsolete.
4266
4267         * gnus-art.el (gnus-button-handle-custom): Support
4268         `customize-apropos*'.
4269
4270 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271
4272         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4273
4274         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4275         articles.
4276
4277 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4278
4279         * message.el (message-cite-reply-above): New variable.
4280         (message-yank-original): Use it.
4281
4282 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4285
4286 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4287
4288         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4289         as read.
4290
4291         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4292
4293 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4294
4295         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4296         (gnus-bookmark-default-file): Use gnus-directory.
4297         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4298         Remove "*" in doc string.
4299         (gnus-bookmark-write-file): Simplify.
4300         (gnus-bookmark-maybe-sort-alist): Use `when'.
4301         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4302         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4303         FIXME about Emacs 21 and XEmacs compatibility.
4304         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4305         compatibility.
4306         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4307         compatibility.
4308         (gnus-bookmark-menu-heading): Fix version.
4309
4310 2006-06-19  Bastien Guerry  <bzg@altern.org>
4311
4312         * gnus-bookmark.el: New file.
4313
4314 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4315
4316         * message.el (message-syntax-checks): Doc fix.
4317
4318 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4319
4320         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4321         unsubscribed groups as if they were killed ones.  It causes duplicate
4322         entries in gnus-newsrc-alist.
4323
4324 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4325
4326         * message.el (message-syntax-checks): Doc fix.
4327         (message-send-mail): Add check for continuation headers.
4328         (message-check-news-header-syntax): Fix regexp used to check for
4329         continuation headers.
4330
4331 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4334
4335 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4336
4337         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4338
4339 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4340
4341         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4342         default-truncate-lines.
4343
4344 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4347         to fill the utf-8 entry.
4348
4349         * lpath.el: Fbind unicode-precedence-list.
4350
4351 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4352
4353         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4354
4355 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4356
4357         * gnus-agent.el (directory-files-and-attributes): Move all the way
4358         forward (the third and final move).
4359         (gnus-agent-read-agentview): Trap reconstruction errors due to
4360         nonexistant directory.  Handle by returning nil.
4361
4362 2006-05-30  Didier Verna  <didier@xemacs.org>
4363
4364         * message.el (message-dont-reply-to-names): Update the custom type.
4365         * message.el (message-dont-reply-to-names): New defsubst: potentially
4366         convert a list of regexps into a single one.
4367         * message.el (message-get-reply-headers): Use it.
4368         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4369
4370 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * gnus-agent.el (directory-files-and-attributes): Move forward.
4373
4374 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4375
4376         * gnus-ml.el (gnus-mailing-list-subscribe)
4377         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4378         (gnus-mailing-list-message): Fix doc strings.
4379
4380 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4381
4382         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4383         of doing it manually.
4384
4385 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4386
4387         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4388         comment.
4389
4390 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4391
4392         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4393         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4394         (gnus-agent-read-local): All symbols allocated in my-obarray
4395         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4396         (gnus-agent-regenerate-group): Check numeric names to see if they are
4397         messages or groups.
4398         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4399         better way of do this...)
4400
4401         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4402         'dummy.group' (there should be a better way of do this...)
4403
4404 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4405
4406         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4407         (gnus-saved-headers): Ditto.
4408         (gnus-default-article-saver): Mention functions may have properties.
4409         (gnus-article-save): Override gnus-save-all-headers and
4410         gnus-saved-headers by :headers property which saver function may have.
4411         (gnus-summary-save-in-file): Add :headers property.
4412         (gnus-summary-write-to-file): Ditto.
4413
4414         * gnus-sum.el (gnus-summary-save-article): Bind
4415         gnus-prompt-before-saving to t when saving many articles in a file;
4416         always show all headers.
4417
4418         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4419
4420 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4421
4422         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4423         marks.
4424
4425         * message.el (message-indent-citation): Add optional arguments to allow
4426         using it outside of message buffers.
4427
4428         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4429         (gnus-article-treat-unfold-headers): Use it.
4430         (gnus-article-truncate-lines): New variable.
4431         (gnus-article-mode): Use it.
4432         (gnus-article-toggle-truncate-lines): New function.
4433
4434         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4435         gnus-article-toggle-truncate-lines.
4436
4437         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4438         coding system in XEmacs, use binary.
4439
4440 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4443         after-load-alist.
4444
4445         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4446         this function should save decoded articles.
4447         (gnus-summary-write-to-file): Use property to specify this function
4448         should save decoded articles and specify gnus-summary-save-in-file
4449         should be used to save articles other than the first one when saving
4450         many articles.
4451         (gnus-summary-save-body-in-file): Use property to specify this
4452         function should save decoded articles.
4453         (gnus-summary-write-body-to-file): Use property to specify this
4454         function should save decoded articles and specify
4455         gnus-summary-save-body-in-file should be used to save articles other
4456         than the first one when saving many articles.
4457
4458         * gnus-sum.el (gnus-summary-save-article): Simplify.
4459
4460 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4461
4462         * gnus-art.el (gnus-default-article-saver): Add
4463         gnus-summary-write-body-to-file.
4464         (gnus-article-save-coding-system): Don't use coding system object
4465         in XEmacs.
4466         (gnus-read-save-file-name): Add optional `dir-var' argument which
4467         specifies directory in which files are saved; work even if optional
4468         `variable' argument is not specified.
4469         (gnus-summary-write-to-file): Read file name.
4470         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4471         (gnus-summary-write-body-to-file): New function.
4472
4473         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4474         (gnus-summary-local-variables): Add it.
4475         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4476         (gnus-summary-save-article): Remove optional `decode' argument;
4477         determine whether to decode articles by the value of
4478         gnus-default-article-saver; when saving many files using
4479         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4480         it first and use gnus-summary-save-in-file or
4481         gnus-summary-save-body-in-file thereafter unless
4482         gnus-prompt-before-saving is always; move point to article which
4483         will be saved.
4484         (gnus-summary-save-article-file): Revert.
4485         (gnus-summary-write-article-file): Revert.
4486         (gnus-summary-save-article-body-file): Revert.
4487         (gnus-summary-write-article-body-file): New function.
4488
4489 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * gnus-art.el (gnus-default-article-saver): Doc fix.
4492         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4493         from gnus-summary-save-article-coding-system, and default to a
4494         certain coding system.
4495         (gnus-output-to-file): Add coding cookie and encode text according
4496         to gnus-article-save-coding-system; don't use mm-append-to-file.
4497
4498         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4499         gnus-art.el and rename to gnus-article-save-coding-system.
4500         (gnus-summary-save-article): Require gnus-art; don't show all
4501         headers if it decodes articles; don't add coding cookie here;
4502         don't bind mm-text-coding-system-for-write.
4503         (gnus-summary-save-article-file): Save decoded articles.
4504         (gnus-summary-write-article-file): When saving many files, use
4505         gnus-summary-write-to-file first and gnus-summary-save-in-file
4506         thereafter unless gnus-prompt-before-saving is always.
4507         (gnus-summary-save-article-body-file): Save decoded articles.
4508
4509         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4510
4511 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4512
4513         * nnrss.el (nnrss-check-group): Bind hash-index.
4514
4515 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4516
4517         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4518         its hash index.  Store this hash in `nnrss-group-data'.
4519         (nnrss-read-group-data): Update accordingly.
4520
4521 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4522
4523         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4524         entry.
4525
4526         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4527         gnus-article-browse-html-article.
4528
4529 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4530
4531         * gnus-sum.el (gnus-summary-mime-map): Add
4532         gnus-article-browse-html-article.
4533
4534         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4535
4536 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4537
4538         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4539         suitable coding systems in customize.
4540
4541 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4542
4543         * mail-source.el (mail-sources): Fix custom type.
4544
4545 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4546
4547         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4548         (gnus-summary-expire-articles-now): Shorten prompt.
4549
4550         * gmm-utils.el (wid-edit): Require.
4551         (defun-gmm): Renamed from `gmm-defun-compat'.
4552         (gmm-image-search-load-path): Use it.
4553         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4554
4555 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4556
4557         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4558         variable.
4559         (gnus-summary-save-article): Add optional `decode' argument.  If
4560         it is set and gnus-summary-save-article-coding-system is non-nil,
4561         save decoded article.
4562         (gnus-summary-write-article-file): Save decoded article if
4563         gnus-summary-save-article-coding-system is non-nil.
4564
4565         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4566         type.
4567
4568 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4571
4572 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4575         first to test gnus-single-article-buffer which may be buffer-local.
4576
4577         * gnus-sum.el (gnus-summary-setup-buffer): Make
4578         gnus-single-article-buffer buffer-local and nil in ephemeral
4579         group; make gnus-article-buffer, gnus-article-current, and
4580         gnus-original-article-buffer always buffer-local.
4581         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4582         group.
4583         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4584
4585 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4586
4587         * nnml.el (nnml-request-compact-group): Compressed files might not
4588         have .gz extension.
4589
4590 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4591
4592         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4593         (mm-copy-to-buffer): Use with-current-buffer.
4594         (mm-display-part): Simplify.
4595         (mm-inlinable-p): Add optional arg `type'.
4596
4597 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4598
4599         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4600         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4601         Try harder to show the attachment internally or externally using
4602         gnus-mime-view-part-as-type.
4603
4604 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4605
4606         * message.el (message-from-style, message-signature-separator)
4607         (message-user-organization-file, message-send-mail-function)
4608         (message-citation-line-function, message-yank-prefix)
4609         (message-indent-citation-function, message-signature)
4610         (message-signature-file, message-signature-insert-empty-line):
4611         Remove autoloads.
4612
4613         * gnus-art.el (gnus-buttonized-mime-types): Remove
4614         "multipart/signed".  Revert 2006-04-26 change.
4615
4616 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4617
4618         * gnus.el (gnus-version-number): Bump version.
4619
4620 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4621
4622         * gnus.el: No Gnus v0.5 is released.
4623
4624 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4625
4626         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4627         fetching articles by message-id.
4628
4629 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4630
4631         * message.el (hashcash): Require hashcash as normal.
4632
4633         * ecomplete.el (ecomplete-highlight-match-line): Use
4634         point-at-eol.
4635         (ecomplete-highlight-match-line): Use `highlight', because that
4636         face exists in both Emacs and XEmacs.
4637
4638         * message.el (message-display-abbrev): Use point-at-bol.
4639
4640         * mail-source.el: Don't require timer/timer-funcs.
4641
4642         * gnus-async.el: Ditto.
4643
4644         * password.el: Ditto.
4645
4646         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
4647
4648         * mm-url.el: Ditto.
4649
4650         * gnus-xmas.el: Don't require timer-funcs.
4651
4652         * mm-util.el: Require timer/timer-funcs.
4653
4654 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4655
4656         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4657         Close.
4658
4659 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4662         unibyte after clear-decrypt function runs.
4663
4664         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4665         returns as a unibyte string.
4666
4667 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4668
4669         * lpath.el: Revert.
4670
4671         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
4672         (pgg-gpg-process-sentinel): Revert.
4673
4674         * pgg-pgp.el (pgg-pgp-process-region): Revert.
4675         (pgg-pgp-lookup-key): Revert.
4676
4677         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
4678         (pgg-pgp5-lookup-key): Revert.
4679
4680         * pgg.el (pgg-fetch-key): Revert.
4681
4682 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * lpath.el: Fbind string-as-multibyte for XEmacs.
4685
4686         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4687         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4688         (mml1991-pgg-encrypt): Ditto.
4689
4690         * pgg-gpg.el (pgg-string-to-multibyte): New function.
4691         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
4692         a multibyte buffer.
4693
4694         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
4695         (pgg-pgp-lookup-key): Ditto.
4696
4697         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4698         (pgg-pgp5-lookup-key): Ditto.
4699
4700         * pgg.el (pgg-fetch-key): Ditto.
4701
4702 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4703
4704         * message.el (message-user-organization-file): Check several
4705         locations of the organization file.
4706
4707         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4708         Add gnus-article-view-part-as-type.
4709
4710         * gnus-art.el (gnus-article-view-part-as-type): New function.
4711
4712         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4713         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4714
4715         * mml.el: Simplify autoload.
4716         (mml-mode): defvar dnd-protocol-alist instead of using
4717         symbol-value.
4718         (mml-default-directory): New variable.
4719         (mml-minibuffer-read-file): Use it.
4720         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4721
4722         * message.el (message-citation-line-format): New variable.
4723         (message-insert-formated-citation-line): New function.
4724         (message-citation-line-function): Add
4725         `message-insert-formated-citation-line' to custom type.
4726
4727         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4728         to doc string.
4729
4730         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4731         depending on mm-verify-option.
4732
4733 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4736         binding pgg-* variables; reimplement the section which prevents
4737         MIME header from being signed.
4738         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4739         pgg-text-mode; remove a blank line at the top of body.
4740
4741         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4742         lines at the top of body; use gnus-newsgroup-charset if there's no
4743         Charset header.
4744
4745 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4746
4747         * message.el (message-self-insert-commands): Doc fix.
4748
4749         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4750         (mm-uu-pgp-encrypted-test): Ditto.
4751         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4752         between header and body; return application/pgp-encrypted handle
4753         if decryption failed; decode decrypted body by charset.
4754
4755         * mm-decode.el (mm-automatic-display): Don't make application/pgp
4756         element match to application/pgp-*.
4757
4758 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4759
4760         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4761         HTML.
4762
4763 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4764
4765         * mail-source.el (mail-source-call-script): Message the error
4766         string.
4767
4768 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4769
4770         * gnus-util.el (gnus-byte-compile): Use it.
4771
4772 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
4773
4774         * gnus-util.el (kill-empty-logs): New function.
4775
4776 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4777
4778         * message.el (message-mail-alias-type): Doc fix.
4779         (message-mail-alias-type-p): New function.
4780         (message-send): Use it.
4781         (message-mode): Ditto.
4782         (message-strip-forbidden-properties): Ditto.
4783
4784         * ecomplete.el (ecomplete-database-file-coding-system): New
4785         variable.
4786         (ecomplete-save): Use it.
4787         (ecomplete-setup): Use it.
4788
4789 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4790
4791         * message.el (message-self-insert-commands): New variable.
4792         (message-strip-forbidden-properties): Use it.
4793
4794 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4795
4796         * message.el (message-put-addresses-in-ecomplete): Use a regexp
4797         that doesn't make XEmacs choke.
4798
4799 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
4800
4801         * gnus-util.el (gnus-replace-in-string):
4802         Prefer replace-regexp-in-string over of replace-in-string.
4803
4804 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * gnus-util.el (gnus-select-frame-set-input-focus):
4807         Use select-frame-set-input-focus if it is available in XEmacs; use
4808         definition defined in Emacs 22 for old Emacsen.
4809
4810         * dgnushack.el: Autoload unmorse-region for XEmacs.
4811
4812         * lpath.el: Bind cursor-in-non-selected-windows and
4813         select-frame-set-input-focus for XEmacs.
4814
4815 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4816
4817         * mm-view.el (mm-inline-text): Use equal instead of equalp.
4818
4819 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
4820
4821         * gnus-registry.el (gnus-registry-cache-save): Remove text
4822         properties when saving via the temp buffer.
4823
4824 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4825
4826         * message.el (message-generate-hashcash): Honor custom type.
4827
4828 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4829
4830         * message.el (message-generate-hashcash): Default to non-nil when
4831         hashcash is found.
4832
4833         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4834         (gnus-refer-thread-limit): Increase default to 500.
4835
4836         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4837
4838         * flow-fill.el (fill-flowed): Allow delete-space.
4839
4840 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4841
4842         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4843         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4844         Remove autoloads.
4845
4846 2006-04-18  Simon Josefsson  <jas@extundo.com>
4847
4848         * message.el (message-generate-hashcash): Default to.
4849
4850 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4853         concatenating segments rather than before concatenating them.
4854
4855 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4856
4857         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4858
4859 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4860
4861         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4862
4863         * message.el (message-forward-make-body-plain): Allow
4864         message-forward-ignored-headers to be a list.
4865         (message-remove-ignored-headers): Factor out into function.
4866         (message-forward-make-body-mml): Use it.
4867
4868         * imap.el (imap-quote-specials): New function.
4869         (imap-login-auth): Quote specials.
4870
4871         * rfc2231.el (rfc2231-parse-string): Remove dead code.
4872         (rfc2231-parse-string): Allow concatanation of parameters that
4873         aren't contiguous.  The test case is
4874           (mail-header-parse-content-type "message/external-body;
4875             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4876             access-type=LOCAL-FILE;
4877             name*1*=plugh%2fhello-sailor%2fbing.pdf")
4878
4879 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4880
4881         * nntp.el (nntp-accept-process-output): Return the value of
4882         `nnheader-accept-process-output'.
4883
4884 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4885
4886         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4887         (gnus-button-alist): Recognize more diff formats.
4888         (gnus-button-patch): Strip directory.
4889
4890 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4891
4892         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4893         Emacs 22 when setting focus.
4894
4895 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896
4897         * gnus-art.el (gnus-article-treat-types): Do treatment of
4898         text/x-verbatim parts.
4899         (gnus-button-patch): New command.
4900
4901         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4902         addresses that contain invalid characters.
4903
4904 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4905
4906         * message.el (message-put-addresses-in-ecomplete): Use
4907         gnus-replace-in-string.
4908         (message-is-yours-p): Use the more correct
4909         mail-header-parse-address instead of
4910         mail-extract-address-components.
4911         (message-put-addresses-in-ecomplete): Fix typo.
4912
4913         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4914         keystroke.
4915
4916         * gnus-art.el (gnus-treatment-function-alist): Change order of
4917         newsgroups/generic header folding to avoid double-folding.
4918
4919         * message.el (message-hidden-headers): Add X-Draft-From.
4920
4921         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4922         command.
4923         (gnus-summary-repeat-search-article-backward): New command.
4924
4925         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4926         groups in the parent topic.
4927
4928 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
4929
4930         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4931         (spam-extra-header-to-number): Return the CRM114 number as a
4932         number instead of a string.
4933
4934 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4935
4936         * gnus-art.el (gnus-face-properties-alist): Moved here from
4937         gnus-fun.
4938
4939         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4940
4941 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4942
4943         * message.el (message-strip-forbidden-properties): Only display on
4944         self-insert-command.
4945
4946         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4947         reindent.
4948         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4949
4950 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
4951
4952         * smiley.el (smiley-style): Fix typo.
4953
4954 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4955
4956         * hashcash.el (hashcash-insert-payment-async-2): Use
4957         message-goto-eoh instead of doing it manually.
4958         (mail-add-payment): Use message-narrow-to-header instead of trying
4959         to do the same itself.
4960
4961         * message.el (message-hidden-headers): Add Face.
4962
4963         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4964         reparenting code.
4965         (gnus-summary-reparent-children): Refactored out code.
4966         (gnus-summary-thread-map): New keystroke.
4967         (gnus-summary-reparent-children): Make into command.
4968
4969         * smiley.el (smiley-style): Default to `medium' if using a large
4970         font.
4971
4972         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4973         does it itself.
4974
4975         * message.el (message-point-in-header-p): Simplify definition.
4976
4977 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4978
4979         * nnagent.el (nnagent-request-set-mark): Silence log file
4980         writing.
4981         (nnagent-request-set-mark): Use write-region instead of
4982         append-to-file.
4983
4984         * gnus-sum.el (gnus-read-header): Fudge article number if using a
4985         strange select method.
4986
4987         * ecomplete.el (ecomplete-display-matches): Get highlightling
4988         right.
4989         (ecomplete-display-matches): Use literals.
4990         (ecomplete-display-matches): Disable message logging.
4991
4992         * message.el (message-display-abbrev): Small optimization.
4993
4994         * ecomplete.el (ecomplete-display-matches): Allow automatic
4995         display.
4996
4997         * message.el (message-strip-forbidden-properties): Display
4998         abbrevs.
4999         (message-display-abbrev): Get automatic display right.
5000
5001         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5002         keystrokes.
5003
5004 2006-04-13  Romain Francoise  <romain@orebokech.com>
5005
5006         TODO: Backport to v5-10!
5007
5008         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5009         Moved here (and renamed) from gnus-registry.el.
5010
5011         * gnus-registry.el: Require gnus-util.
5012         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5013
5014 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5015
5016         * gnus-group.el (gnus-group-catchup-current): Change
5017         if-then-else-if-then-else into cond.
5018         (gnus-group-catchup): Indent.
5019         (group-name-at-point): New function.
5020         (gnus-fetch-group): Provide default from thing at point.
5021
5022 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5023
5024         * message.el (message-display-abbrev): Fix regexp.
5025
5026         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5027         choosing.
5028         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5029         dead variables.
5030
5031         * message.el (message-newline-and-indent): Remove debugging.
5032         (message-display-abbrev): Use new implementation.
5033
5034 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5035
5036         * gnus-art.el (gnus-article-mode): Set
5037         cursor-in-non-selected-windows to nil.
5038
5039         * smiley.el: Revert previous change.
5040         (smiley-data-directory): defvar it before using it in the
5041         defcustom of `smiley-style'.
5042
5043 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5044
5045         * message.el (message-newline-and-indent): New function.
5046
5047         * ecomplete.el: Implement more bits.
5048
5049         * message.el (message-put-addresses-in-ecomplete): Clean up the
5050         string.
5051
5052         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5053
5054         * gnus-sum.el (gnus-summary-save-parts): Bind
5055         gnus-summary-save-parts-counter and use it to make unique file
5056         names.
5057
5058         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5059
5060         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5061         parameter to say whether to actually parse the individual
5062         addresses.
5063
5064         * message.el (message-put-addresses-in-ecomplete): New function.
5065         (ecomplete): Require.
5066         (message-mail-alias-type): Add ecomplete as an option.
5067
5068 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5069
5070         * flow-fill.el (fill-flowed): Remove trailing space from blank
5071         quoted lines.
5072
5073 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5074
5075         * smiley.el (smiley-style): Move definition later to avoid a
5076         compilation warning.
5077
5078 2006-04-12  Kenichi Handa  <handa@m17n.org>
5079
5080         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5081         buffer and then decode the buffer text if necessary.
5082         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5083         first, and after mm-encode-body, change the buffer to unibyte.
5084         Use mm-disable-multibyte instead of set-buffer-multibyte.
5085
5086 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5087
5088         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5089         Content-Type header instead of Content-Disposition header.
5090         (gnus-mime-inline-part): Ditto.
5091         (gnus-mime-view-part-as-charset): Ignore charset that the part
5092         specifies.
5093
5094         * mm-decode.el (mm-display-part): Work with external parts and
5095         usual parts similarly.
5096
5097         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5098         instead of gnus-display-mime.
5099
5100         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5101         instead of with-temp-buffer.
5102
5103         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5104         tag to summarized topics part in order to encode non-ASCII text.
5105
5106 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5107
5108         * smiley.el (smiley-style): New variable.
5109         (smiley-directory): New function.
5110         (smiley-data-directory): Derive from `smiley-style' using
5111         `smiley-directory'.
5112         (smiley-regexp-alist): Add new entries.
5113
5114         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5115         (gnus-article-browse-delete-temp): Add :version.
5116
5117 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5118
5119         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5120         the sieve region.
5121
5122 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5123
5124         * gnus.el (gnus-version-number): Bump version.
5125
5126 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5127
5128         * gnus.el: No Gnus v0.4 is released.
5129
5130 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5131
5132         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5133         layout.
5134
5135         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5136         unknown charset.
5137
5138         * message.el (message-header-synonyms): Add Original-To to the
5139         default.
5140
5141         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5142         optional parameter.
5143
5144 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5145
5146         * gnus-fun.el (gnus): Require it for gnus-directory.
5147
5148 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5151
5152 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5153
5154         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5155
5156 2006-04-05  Simon Josefsson  <jas@extundo.com>
5157
5158         * password.el (password-reset): New function.
5159
5160 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5161
5162         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5163         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5164
5165 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5166
5167         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5168         Some whitespace was matched into the url, which broke browsing hits
5169         > 100 when mm-url-use-external was nil.
5170
5171 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5172
5173         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5174         gnus-extra-headers for 'Newsgroups.
5175
5176         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5177         bound.
5178
5179 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5180
5181         * pgg-gpg.el: Clean up process buffers every time gpg processes
5182         complete.
5183
5184 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5185
5186         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5187         doc string.
5188
5189 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5190
5191         * pgg-gpg.el (pgg-gpg-process-filter)
5192         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5193
5194         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5195         lines, temporary fix.
5196
5197 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5198
5199         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5200
5201 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5202
5203         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5204         default-enable-multibyte-characters.  This reverts the change from
5205         revision 6.17 which is no longer necessary because the passphrase
5206         is sent separately now.  GnuPG messages are unreadable under
5207         multibyte locales with default-enable-multibyte-characters set to
5208         nil.
5209
5210 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5211
5212         * message.el (message-tool-bar-gnome): Move "spell".
5213
5214 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5215
5216         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5217         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5218         instead.
5219
5220 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5221
5222         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5223         newsgroups handling for NNTP overviews which don't include
5224         Newsgroups.
5225
5226 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5227
5228         * message.el (message-resend): Bind message-generate-hashcash to nil.
5229
5230 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5231
5232         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5233         when searching for already-paid recipients.
5234
5235 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5236
5237         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5238         passphrases when it is not needed.
5239         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5240         passphrase stuff from gpg, should only be necessary when you use
5241         gpg with a smartcard.
5242
5243 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * mml.el (mml-insert-mime): Ignore cached contents of
5246         message/external-body part.
5247
5248         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5249         (mm-insert-part): Ditto.
5250
5251 2006-03-23  Simon Josefsson  <jas@extundo.com>
5252
5253         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5254         Reiner.
5255         (pgg-gpg-use-agent-p): Use it again.
5256
5257 2006-03-23  Simon Josefsson  <jas@extundo.com>
5258
5259         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5260         older emacsen.
5261         (pgg-gpg-use-agent-p): Don't use it.
5262
5263 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5264
5265         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5266         if we can.
5267
5268 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5269
5270         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5271         (pgg-gpg-update-agent): New function.
5272         (pgg-gpg-use-agent-p): New function.
5273         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5274         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5275         (pgg-gpg-sign-region): Use it.
5276
5277 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5278
5279         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5280         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5281
5282 2006-03-21  Simon Josefsson  <jas@extundo.com>
5283
5284         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5285         <wilde@sha-bang.de>.
5286         (pgg-gpg-use-agent): New variable.
5287         (pgg-gpg-process-region): Use it.
5288         (pgg-gpg-encrypt-region): Likewise.
5289         (pgg-gpg-encrypt-symmetric-region): Likewise.
5290         (pgg-gpg-decrypt-region): Likewise.
5291         (pgg-gpg-sign-region): Likewise.
5292         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5293
5294 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5295
5296         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5297
5298         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5299         Add comment on version.
5300
5301 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5302
5303         * smiley.el: Add missing test smiley.
5304
5305 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * mm-decode.el (mm-with-part): New macro.
5308         (mm-get-part): Use it; work with message/external-body as well.
5309         (mm-save-part): Treat name and filename equally.
5310
5311         * mm-extern.el (mm-extern-cache-contents): New function.
5312         (mm-inline-external-body): Use it; force the part to be displayed;
5313         move undisplayer added to the cached handle to the parent.
5314
5315         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5316         (gnus-mime-view-part-as-type): Work with message/external-body.
5317
5318         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5319
5320 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5321
5322         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5323         images in image-load-path.  [Sync with image.el, revision 1.60, in
5324         Emacs.]
5325
5326 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5327
5328         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5329         path rather than symbol.  Always return list of directories.
5330         Guarantee that image directory comes first.  [Sync with image.el,
5331         revision 1.59, in Emacs.]
5332
5333         * message.el (message-make-tool-bar): Adjust to new API of
5334         `gmm-image-load-path-for-library'.
5335
5336         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5337
5338         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5339
5340 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5341
5342         * gnus-art.el (gnus-article-only-boring-p):
5343         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5344         intangible text.
5345         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5346
5347 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5348
5349         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5350         `defun' instead of `gmm-defun-compat'.
5351
5352 2006-03-14  Simon Josefsson  <jas@extundo.com>
5353
5354         * message.el (message-unique-id): Don't use message-number-base36
5355         if (user-uid) is a float.
5356         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5357
5358 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5359
5360         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5361
5362         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5363         empty line between a part and a message part.
5364
5365 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5366
5367         * smiley.el: Add more test smileys.
5368         (smiley-data-directory, smiley-regexp-alist)
5369         (gnus-smiley-file-types): Fix doc strings.
5370         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5371         adding new elements.
5372         (smiley-mouse-map): Unused code.  Make it a comment.
5373
5374 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5377         scan latest NoCeM messages instead of old ones.
5378         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5379         delimiters that are recently used.
5380         (gnus-nocem-load-cache): Add autoload cookie.
5381
5382         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5383
5384         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5385         level which is larger than gnus-use-nocem is specified.
5386
5387         * gnus-group.el (gnus-group-get-new-news): Ditto.
5388
5389 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5390
5391         * gnus-util.el (gnus-tool-bar-update): New function.
5392
5393         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5394         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5395
5396         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5397
5398         * gnus-group.el (gnus-group-redraw-when-idle)
5399         (gnus-group-redraw-check): Remove.
5400         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5401
5402 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5405         if optional last element is specified in splits (FIELD VALUE...).
5406
5407 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5408
5409         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5410         to gmm-image-load-path-for-library.  Call with no-error argument.
5411         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5412
5413         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5414
5415         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5416
5417         * gmm-utils.el (gmm-image-load-path): Remove alias.
5418
5419 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5420
5421         * gmm-utils.el (gmm-image-load-path): Add alias.
5422
5423         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5424         nnml-generate-nov-databases-1.
5425         (nnml-generate-nov-databases): Use it.
5426         (nnml-generate-nov-databases-directory): Document no-active
5427         argument.
5428
5429         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5430         directory if path is t.  Add no-error.
5431
5432         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5433         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5434
5435         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5436         resetting gnus-article-browse-html-temp-list.
5437
5438         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5439         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5440         Add example to docstring.  Rename local variables.  Move error
5441         checks to default case in cond and simplify.
5442
5443 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5446         handle is multipart when calling it recursively.
5447         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5448
5449 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5450
5451         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5452         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5453
5454 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5457         is loaded.
5458
5459         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5460         loaded.
5461
5462 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5465         to "Emacs 23 (unicode)" in doc string.
5466
5467         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5468         "Emacs 23 (unicode)" in comment.
5469
5470 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5473
5474         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5475         characters 160 through 255 in Emacs 23.
5476
5477 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5478
5479         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5480         gnus-article-browse-html-temp.
5481         (gnus-article-browse-delete-temp): Make it customizable.  Add
5482         `file'.  Adjust doc string.
5483         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5484         query for each file.  Adjust doc string.
5485         (gnus-article-browse-html-parts): Add
5486         `gnus-article-browse-delete-temp-files' to
5487         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5488
5489 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5490
5491         * gnus-art.el (gnus-article-browse-html-temp)
5492         (gnus-article-browse-delete-temp): New variables.
5493         (gnus-article-browse-delete-temp-files): New function.
5494         (gnus-article-browse-html-parts): Use it.
5495
5496 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5497
5498         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5499
5500         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5501         string.
5502
5503         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5504         gnus-summary-insert-new-articles when unplugged.  Remove
5505         gnus-summary-search-article-forward.
5506
5507         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5508         display-visual-class instead of display-color-cells.
5509
5510 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * dgnushack.el: Autoload customize-group for XEmacs.
5513
5514         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5515         message/* containing non-ASCII text properly.
5516
5517 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5518
5519         * message.el: Require gmm-utils, remove autoloads.
5520         (message-tool-bar): Set default based on
5521         gmm-tool-bar-style.
5522         (message-tool-bar-gnome): Add gmm-customize-mode.
5523
5524         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5525         gmm-tool-bar-style.
5526         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5527
5528         * gnus-group.el (gnus-group-tool-bar): Set default based on
5529         gmm-tool-bar-style.
5530         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5531
5532         * gmm-utils.el (gmm-image-directory): Rename variable from
5533         gmm-image-load-path.
5534         (gmm-image-load-path): Use gmm-image-directory.
5535         (gmm-customize-mode): New function.
5536         (gmm-tool-bar-style): New variable.
5537
5538         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5539         gnus-group-redraw-line-number.
5540         (gnus-group-redraw-check): Simplify.
5541         (gnus-group-tool-bar-update): Remove redraw check.
5542         (gnus-group-make-tool-bar): Add redraw check.
5543
5544 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5545
5546         * gnus-art.el (gnus-button): Add missing parentheses.
5547
5548 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5549
5550         * lpath.el: Fbind line-number-at-pos.
5551
5552 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5555
5556 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5557
5558         * gnus-art.el (gnus-button): New face.
5559         (gnus-article-button-face): Use it.
5560
5561         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5562         gnus-summary-next-page.  Re-order.
5563
5564         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5565         next-node are now included.
5566         (gnus-group-redraw-line-number): New internal variable.
5567         (gnus-group-redraw-check): Helper function for updating the tool
5568         bar.
5569         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5570
5571         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5572
5573         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5574         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5575         Use it to match format of Spamassassin 3.0 and later.  Reported by
5576         IRIE Tetsuya <irie@t.email.ne.jp>.
5577         (spam-check-bogofilter)
5578         (spam-bogofilter-register-with-bogofilter): Fix args of
5579         `gnus-error' calls.
5580
5581 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5582
5583         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5584         unnecessary interaction when sending queued mails.  Reported by
5585         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5586
5587 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5588
5589         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5590         first or last are nil.
5591
5592 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5593
5594         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5595
5596 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5597
5598         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5599
5600 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5601
5602         * dns.el (query-dns): Protect more against buggy tcp output.
5603
5604 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5605
5606         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5607         nov.php.
5608
5609 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5610
5611         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5612         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5613         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5614         output on the server side.
5615         (nnweb-google-create-mapping): Update regexps and add some
5616         progress indication.
5617
5618 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5619
5620         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5621         gnus-agent-toggle-plugged.  Re-order icons.
5622         (gnus-group-tool-bar-gnome): Add
5623         gnus-group-{prev,next}-unread-group.
5624         (gnus-group-tool-bar-gnome): Re-order icons.
5625
5626         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5627         gnus-summary-insert-new-articles.
5628
5629         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5630         comments.
5631
5632         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5633         also available in Emacs 21.3.
5634
5635         * message.el (message-fix-before-sending): Change "Emacs 22" to
5636         "Emacs 23 (unicode)" in comment.
5637
5638         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5639         "Emacs 23 (unicode)" in comment.
5640
5641         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5642         comment.
5643         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5644
5645         * mm-view.el (mm-fill-flowed): Add :version.
5646
5647 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5650         and load-path.
5651
5652 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5653
5654         * message.el: Autoload gmm-image-load-path.
5655         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5656         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5657         consitency.
5658
5659         * gmm-utils.el (gmm-image-load-path): Also search in
5660         "../etc/images".  Don't set gmm-image-load-path if we don't find
5661         the image.
5662
5663 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * gmm-utils.el (gmm-image-load-path): Don't make
5666         `gmm-image-load-path' include subdirectories which the second arg
5667         `image' might specify.
5668
5669         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5670         subdirectory to icon file names.
5671
5672         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5673
5674 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5675
5676         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5677         gmm-image-load-path calls.
5678
5679         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5680
5681         * message.el (message-make-tool-bar): Ditto.
5682
5683         * mml.el (mml-preview): Added comment concerning tool bar icons.
5684
5685         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5686         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5687
5688         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5689         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5690
5691         * message.el (message-tool-bar-gnome): Use new icon names.
5692         (message-make-tool-bar): Use `gmm-image-load-path'.
5693
5694         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5695         functions from MH-E.
5696         (gmm-image-load-path): New variable from MH-E.
5697         (gmm-image-load-path): New function from MH-E.  Added arguments
5698         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5699         *-image-load-path-called-flag.
5700
5701 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5702
5703         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5704
5705 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5706
5707         * nnimap.el (nnimap-request-move-article): Change folder back to
5708         source group before deleting.
5709
5710 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5711
5712         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5713
5714         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5715         mm-url.
5716
5717         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5718
5719 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5722         coding system which mm-charset-to-coding-system returns for a
5723         given charset is valid.
5724
5725 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5726
5727         * html2text.el (html2text-remove-tag-list):
5728         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5729
5730 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5731
5732         * gnus-cus.el: Revert 2005-10-17 change.
5733
5734 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * gnus-art.el (article-strip-banner): Call
5737         article-really-strip-banner only when the regexp match is made.
5738
5739 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5740
5741         * gnus-art.el (article-strip-banner): Use
5742         gnus-extract-address-components instead of
5743         mail-header-parse-addresses to make it work with non-ASCII text;
5744         remove mail-encode-encoded-word-string.
5745
5746         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5747         values which are surrounded with \"...\"; make it never cause a
5748         Lisp error; give up parsing of parameters if it failed in
5749         extracting type.
5750
5751 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
5752
5753         * smime.el (smime-cert-by-ldap-1): Fix bug where
5754         `smime-ldap-search' returns results without userCertificates.
5755
5756 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5759
5760 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5761
5762         * spam.el (spam-check-spamassassin-headers): Adapt format for
5763         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
5764         <ari@mbf.ocn.ne.jp>.
5765         (spam-list-of-processors): Add spam-use-gmane.
5766
5767 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5770         make-temp-file; make it work with XEmacs as well.
5771
5772         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5773         mm-make-temp-file.
5774
5775         * mm-decode.el (mm-display-external): Use the 3rd arg of
5776         mm-make-temp-file.
5777         (mm-create-image-xemacs): Ditto.
5778
5779 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5780
5781         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5782         with message-narrow-to-headers.
5783         (gnus-draft-setup): Narrow to header to run message-fetch-field.
5784         (gnus-draft-check-draft-articles): New function.
5785         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5786
5787 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * gnus-art.el (gnus-article-browse-html-parts):
5790         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5791         Don't use suffix argument for mm-make-temp-file for Emacs 21
5792         compatibility.  Remove useless `format'.
5793
5794 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5795
5796         * nnweb.el (nnweb-google-wash-article): Update regexps.
5797         (nnweb-group-alist): Use defvoo instead of defvar.
5798
5799 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5802         re-loading nn* modules.
5803
5804 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5805
5806         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5807         for `tool-bar-mode' and don't check it's default-value.
5808
5809         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5810
5811         * message.el (message-make-tool-bar): Ditto.
5812
5813         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5814         `substring'.  Shorten tmp-file name.
5815
5816         * gnus.el: Remove bogus comment.
5817
5818 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
5819
5820         * gnus-art.el (gnus-article-browse-html-parts): New function.
5821         (gnus-article-browse-html-article): New function for viewing html
5822         articles with a browser.
5823
5824 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
5825
5826         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
5827         in elisp.
5828         (pgg-gpg-encrypt-symmetric-region): Ditto.
5829         (pgg-gpg-sign-region): Ditto.
5830
5831         * pgg-def.el (pgg-text-mode): New variable.
5832
5833         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5834         (mml2015-pgg-encrypt): Ditto.
5835
5836         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5837         (mml1991-pgg-encrypt): Ditto.
5838
5839 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5842         message-make-date instead of current-time-string.
5843
5844         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5845         to gnus-decoded which mm-uu might set.
5846
5847 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5848
5849         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5850         don't decode quoted parameters; remove misimported Emacs code.
5851         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5852         (rfc2231-decode-encoded-string): Don't use split-string which
5853         behaves differently according to Emacs version; use
5854         mm-decode-coding-region to convert charset to coding-system.
5855         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5856         (rfc2231-encode-string): Remove misimported Emacs code.
5857
5858 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * gnus-art.el (article-decode-charset): Don't use ignore-errors
5861         when calling mail-header-parse-content-type.
5862         (article-de-quoted-unreadable): Ditto.
5863         (article-de-base64-unreadable): Ditto.
5864         (article-wash-html): Ditto.
5865
5866         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5867         calling mail-header-parse-content-type and
5868         mail-header-parse-content-disposition.
5869         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5870         mail-header-parse-content-type.
5871
5872         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5873         insert charset and format parameters; encode description after
5874         inserting it to buffer.
5875         (mml-insert-parameter): Fold lines properly even if a parameter is
5876         segmented into two or more lines; change the max column to 76.
5877
5878         * rfc1843.el (rfc1843-decode-article-body): Don't use
5879         ignore-errors when calling mail-header-parse-content-type.
5880
5881         * rfc2231.el (rfc2231-parse-string): Return at least type if
5882         possible; don't cause an error even if it fails in parsing of
5883         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5884         (rfc2231-encode-string): Don't break lines at the beginning, leave
5885         it to mml-insert-parameter.
5886
5887         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5888         calling mail-header-parse-content-type.
5889
5890 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
5891
5892         * spam-report.el (spam-report-gmane-use-article-number):
5893         Improve doc string.
5894         (spam-report-gmane-internal): Check if a suitable header was found
5895         in the article.
5896
5897 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5900         (rfc2231-encode-string): Make param*=value always begin with LWSP.
5901
5902 2006-02-05  Romain Francoise  <romain@orebokech.com>
5903
5904         Update copyright notices of all files in the gnus directory.
5905
5906 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5907
5908         * nnweb.el (nnweb-request-group): Avoid growing overview files.
5909
5910 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5913         segmented lines of parameter value to cope with Thunderbird 1.5
5914         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5915         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5916         (rfc2231-encode-string): Don't make lines exceeding 76 column.
5917
5918 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
5919
5920         * mml.el (mml-generate-mime-1): Correct the order of inline signed
5921         parts.
5922
5923 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5924
5925         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5926         there's only one active file for all servers.
5927         (nnweb-request-scan): Make sure nnweb-articles is initialized on
5928         solid groups.  Gnus might have used a FAST request to select the group.
5929         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5930         and nnweb-search redundantly in the active file.
5931         (nnweb-request-list): Don't list bogus groups.  There can only be one.
5932         (nnweb-request-create-group): Don't use ARGS.
5933         (nnweb-possibly-change-server, nnweb-request-group): Remove some
5934         initialisations.  Let nnoo do the work.
5935
5936 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5939         Say the part has been decoded.
5940
5941         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5942
5943 2006-01-31  Kevin Ryde  <user42@zip.com.au>
5944
5945         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5946         mailcap-viewer-test-cache when there's no 'test clause, since that
5947         will invert the meaning of a "nil" test previously determined by
5948         mailcap-mailcap-entry-passes-test.
5949
5950 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5953         compiling.
5954
5955         * gnus-sum.el: Ditto.
5956
5957         * message.el: Don't bind tool-bar-map when compiling.
5958
5959 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
5960
5961         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5962
5963 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5964
5965         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5966         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5967         current Google Groups.
5968
5969 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
5970
5971         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5972         and tool-bar-mode.
5973
5974         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5975         and tool-bar-mode.
5976
5977         * message.el (message-tool-bar-update): Simplify.
5978         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5979
5980         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5981         gnus-summary-buffer.
5982         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5983         gnus-summary-reply.
5984
5985         * gmm-utils.el (gmm): Add :version.
5986
5987 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * Makefile.in (clean): New rule.
5990         (distclean): Use it.
5991
5992 2006-01-26  Steve Youngs  <steve@sxemacs.org>
5993
5994         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5995         autoload.
5996
5997 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * gmm-utils.el (gmm-verbose): Add :group.
6000
6001 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6002
6003         * message.el: Change some comments WRT tool-bars.
6004
6005         * gnus-sum.el (gnus-summary-tool-bar)
6006         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6007         (gnus-summary-tool-bar-zap-list): New variables.
6008         (gnus-summary-make-tool-bar): Complete rewrite using
6009         `gmm-tool-bar-from-list'.
6010
6011         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6012         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6013         variables.
6014         (gnus-group-make-tool-bar): Complete rewrite using
6015         `gmm-tool-bar-from-list'.
6016         (gnus-group-tool-bar-update): New function.
6017
6018         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6019
6020 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6023         is dissected into a single part of which the type is the same as
6024         the given one; decode charset.
6025
6026 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6027
6028         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6029         into alists as symbol not string, since that's what
6030         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6031         look for.
6032
6033 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6034
6035         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6036         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6037
6038         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6039
6040 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6043         (gnus-xmas-mime-security-button-menu): New function.
6044
6045         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6046         (gnus-mime-security-button-menu): New definition.
6047         (gnus-mime-security-button-map): Use them.
6048         (gnus-mime-security-button-menu): New function.
6049         (gnus-insert-mime-security-button): Addition to help echo.
6050         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6051         (gnus-mime-security-pipe-part): New functions.
6052
6053         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6054         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6055
6056         * mm-decode.el (mm-handle-set-disposition): Remove.
6057         (mm-handle-set-description): Remove.
6058
6059 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6060
6061         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6062         (mm-w3m-standalone-supports-m17n-p): New function.
6063         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6064         w3m usage.
6065
6066         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6067         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6068
6069 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6070
6071         * message.el (message-tool-bar-zap-list): Use
6072         gmm-tool-bar-zap-list as custom type.
6073         (message-tool-bar-update): New function.
6074         (message-tool-bar, message-tool-bar-gnome)
6075         (message-tool-bar-retro): Add message-tool-bar-update.
6076         (message-tool-bar-gnome): Add flyspell-buffer.
6077
6078         * gnus-util.el (gnus-error): Describe `args'.
6079
6080         * gmm-utils.el (gmm-error): Describe `args'.
6081         (gmm-tool-bar-zap-list): New widget.
6082         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6083
6084 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6087         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6088         the number of recursive calls.
6089
6090         * mm-decode.el (mm-handle-set-disposition): New macro.
6091         (mm-handle-set-description): New macro.
6092
6093 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6094
6095         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6096         encoding.
6097
6098 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6099
6100         * message.el (message-tool-bar-zap-list, message-tool-bar)
6101         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6102         (message-tool-bar-local-item-from-menu): Remove.
6103         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6104         (message-make-tool-bar): New function.
6105         (message-mode): Use `message-make-tool-bar'.
6106
6107         * gmm-utils.el: New file.
6108         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6109         (gmm-lazy): New widget copied from `nnmail.el'.
6110         (gmm-tool-bar-from-list): New function for creating customizable
6111         tool bars.
6112         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6113         output.
6114         (gmm): Add :prefix to defgroup.
6115
6116 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6117
6118         * gmm-utils.el (gmm-widget-p): New function.
6119
6120 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6121
6122         * mml.el (mml-attach-file): Describe `description' in doc string.
6123         (mml-menu): Add Emacs MIME manual and PGG manual.
6124
6125 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6126
6127         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6128
6129 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6130
6131         * nntp.el (nntp-end-of-line): Doc fix.
6132
6133 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6134
6135         * imap.el (imap-open): Handle case where buffer is a buffer
6136         object.
6137
6138 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6139
6140         * gnus-delay.el (gnus-delay): Don't autoload.
6141         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6142         to be re-loaded when customizing the `gnus-delay' group.
6143
6144 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6145
6146         * message.el (message-insert-citation-line): Use newlines.
6147
6148 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6149
6150         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6151         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6152         these routines, so the passphrase can be managed externally and
6153         passed in to the system.
6154         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6155         pgg-add-passphrase-to-cache function.
6156
6157         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6158         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6159         these routines, so the passphrase can be managed externally and
6160         passed in to the system.
6161         (pgg-pgp5-sign-region): Use new name of
6162         pgg-add-passphrase-to-cache function.
6163
6164 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6165
6166         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6167         part of the decoded armor to find the key-identifier.
6168         (pgg-gpg-lookup-key-owner): New function to return the
6169         human-readable identifier of a key owner.
6170         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6171         itself.
6172         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6173         the key value) if we have a key and can match it against a secret
6174         key.  Also, added a note pointing out fact that the prompt only
6175         indicates the first matching key.
6176
6177         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6178         pgg-decrypt-region.
6179         (pgg-add-passphrase-to-cache): Rename from
6180         `pgg-add-passphrase-cache' to reduce confusion (all callers
6181         changed).
6182         (pgg-remove-passphrase-from-cache): Rename from
6183         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6184         changed).
6185         (pgg-read-passphrase, pgg-add-passphrase-cache)
6186         (pgg-remove-passphrase-cache): Add informative docstrings.
6187         (pgg-decrypt): Convey provided passphrase in subordinate call to
6188         pgg-decrypt-region.
6189
6190 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6191
6192         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6193         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6194         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6195         'passphrase' argument, so the passphrase can be managed externally
6196         and then passed in to the system.
6197
6198         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6199         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6200         so the passphrase cache can be used reliably with identifiers
6201         besides a pgp packet's key id.
6202
6203         * pgg-gpg.el (pgg-gpg-encrypt-region)
6204         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6205         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6206         these routines, so the passphrase can be managed externally and
6207         passed in to the system.
6208
6209         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6210         'notruncate' argument, so the passphrase cache can be used
6211         reliably with identifiers besides a pgp packet's key id.
6212
6213 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6214
6215         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6216         symmetric encryption.
6217         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6218         encrypted session key.
6219         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6220         message ask for the passphrase in a proper way.
6221
6222         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6223         New user commands for symmetric encryption.
6224
6225 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6228
6229         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6230
6231 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6232
6233         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6234
6235 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * mm-decode.el (mm-inlined-types): Add application/pgp.
6238         (mm-automatic-display): Ditto.
6239
6240         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6241         part as text.
6242
6243 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * nnrss.el: Update copyright.
6246         (nnrss-opml-import): Query whether to subscribe to each entry.
6247
6248         * gnus-art.el:
6249         * gnus-sum.el:
6250         * gnus-xmas.el:
6251         * messagexmas.el:
6252         * mm-uu.el:
6253         * mm-view.el: Update copyright.
6254
6255 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6256
6257         * message.el (message-info): New function.
6258         (message-mode-menu): Add it.
6259         Update copyright.
6260
6261         * ChangeLog: Fix and update copyright.
6262
6263 2006-01-13  Romain Francoise  <romain@orebokech.com>
6264
6265         * message.el (message-forward-subject-name-subject): Prefer the
6266         address to 'nowhere' if the sender has no name.
6267         Fix typo.  Update copyright year.
6268
6269 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * gnus-art.el (article-wash-html): Use
6272         gnus-summary-show-article-charset-alist if a numeric arg is given.
6273         (gnus-article-wash-html-with-w3m-standalone): New function.
6274
6275         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6276         mm-inline-text-html-render-with-w3m-standalone.
6277         (mm-text-html-washer-alist): Map w3m-standalone to
6278         gnus-article-wash-html-with-w3m-standalone.
6279         (mm-inline-text-html-render-with-w3m-standalone): New function.
6280
6281 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6282
6283         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6284         Improve LaTeX.
6285
6286 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6289         (nnrss-request-article): Render text/plain parts as HTML.
6290
6291         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6292         the buffer.
6293
6294 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6295
6296         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6297         custom definition of `gnus-posting-styles'.
6298
6299         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6300         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6301
6302 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6303
6304         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6305         Use nntp for bug archive.
6306
6307 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6310         parts.
6311         (nnrss-normalize-date): New function converts ISO 8601 date into
6312         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6313         (nnrss-check-group): Use it.
6314
6315 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6318
6319         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6320         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6321         (nnrss-insert-w3): Ditto.
6322
6323 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6326         the articles to be forwarded including the case where neither a
6327         number of articles nor a region is specified.
6328
6329 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * nnrss.el (nnrss-request-article): Fix last change; fill
6332         text/plain parts.
6333
6334 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6337         in text/plain part.
6338         (nnrss-check-group): Don't add excessive newline to dc:subject.
6339
6340 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6341
6342         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6343         article.
6344
6345 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6346
6347         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6348         (nnml-use-compressed-files, nnml-save-mail): Support other
6349         comression programs such as bzip2.
6350
6351 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6352
6353         * dns.el (query-dns): Make sure we check the buffer size before
6354         removing tcp headers.
6355
6356 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6359         remove MIME buttons associated with multipart/alternative parts.
6360         (gnus-mime-display-alternative): Tag buttons using `article-type'
6361         text property.
6362
6363         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6364         associated with multipart/alternative parts.
6365
6366         * gnus-art.el (gnus-signature-separator): Fix custom type.
6367
6368         * mm-decode.el (mm-inlined-types): Fix custom type.
6369         (mm-keep-viewer-alive-types): Ditto.
6370         (mm-automatic-display): Ditto.
6371         (mm-attachment-override-types): Ditto.
6372         (mm-inline-override-types): Ditto.
6373         (mm-automatic-external-display): Ditto.
6374
6375 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6376
6377         * spam-report.el (spam-report-user-mail-address)
6378         (spam-report-user-agent): New variables.
6379         (spam-report-url-ping-plain): Use spam-report-user-agent.
6380
6381 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6382
6383         * gnus-art.el (gnus-button-handle-custom): Do not just use
6384         `customize-apropos' for any "M-x customize-*" button but the
6385         function called for.  Accept both the function name and its
6386         argument in order to achieve this.
6387         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6388         function name to `gnus-button-handle-custom' in case of "M-x
6389         customize-*" buttons.
6390
6391 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6394         multipart/alternative and add xref to mm-discouraged-alternatives
6395         in doc string.
6396
6397         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6398         gnus-buttonized-mime-types in doc string.
6399
6400 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6401
6402         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6403         Suggest image/.* in the doc string.
6404
6405 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6406
6407         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6408         message-marks (Debian bug #342521).
6409
6410 2005-12-12  Simon Josefsson  <jas@extundo.com>
6411
6412         * password.el (password-read-from-cache): Add.
6413         (password-read): Use it.
6414
6415 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6418         us-ascii as a MIME charset.
6419
6420         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6421         against the case where the 2nd arg TYPE is nil.
6422
6423 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6424
6425         * pop3.el (pop3-stream-type): Fix custom version.
6426
6427         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6428
6429 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6430
6431         * mm-decode.el (mm-display-external): Add missing cdr.
6432
6433 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6436         RFC1524) if it is in mailcap or add a suffix according to
6437         mailcap-mime-extensions when generating a temp filename; postpone
6438         deleting a temp file for 2 seconds for some wrappers, shell
6439         scripts, and so on, which might exit right after having started a
6440         viewer command as a background job.
6441
6442 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6443
6444         * nntp.el (nntp-marks-directory): Fix custom group.
6445
6446         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6447         steps when < 10.
6448
6449         * gnus-start.el (gnus-no-server-1): Mention
6450         `gnus-level-default-subscribed' in doc string.
6451
6452 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6453
6454         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6455         parens.
6456
6457 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * gnus-xmas.el (gnus-use-toolbar): Revert.
6460         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6461         gnus-use-toolbar is default.
6462
6463         * messagexmas.el (message-use-toolbar): Revert.
6464         (message-setup-toolbar): Use global default-toolbar if
6465         message-use-toolbar is default.
6466
6467 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6470         according to default-toolbar-visible-p.
6471
6472         * messagexmas.el (message-use-toolbar): Ditto.
6473
6474 2005-11-26  Dave Love  <fx@gnu.org>
6475
6476         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6477         (tls-program, tls-success): Provide openssl alternative.
6478
6479         * starttls.el: Doc fixes.
6480         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6481         SERVICE to PORT.
6482
6483         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6484         port null or service name.
6485         (starttls-negotiate): Autoload.
6486
6487 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * message.el (message-kill-to-signature): Fix interactive spec.
6490
6491 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6492
6493         * pop3.el (pop3-open-server): Recognize a string as a service name.
6494
6495 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6496
6497         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6498
6499 2005-11-23  Dave Love  <fx@gnu.org>
6500
6501         Add pop3s, pop3/starttls.
6502
6503         * pop3.el (pop3-authentication-scheme): Clarify doc.
6504         (open-tls-stream, starttls-open-stream): Autoload.
6505         (pop3-stream-type): New.
6506         (pop3-open-server): Use it.
6507
6508         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6509         for POP.
6510         (mail-source-keyword-map): Add :stream for POP.
6511         (mail-source-fetch-pop): Use pop3-stream-type.
6512
6513 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6516         of current-time-string.
6517
6518 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6519
6520         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6521         date header.
6522
6523 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6524
6525         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6526         it can seriously impact performance as it bypasses the agent's
6527         local caches.
6528
6529 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6530
6531         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6532         must be explicitly online rather than "not explicitly offline" for
6533         its flags to be synchronized.
6534
6535         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6536         that gnus-uu-unmark-thread will function correctly.
6537
6538         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6539         1024K is instead displayed as 1M.
6540
6541 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6542
6543         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6544
6545 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6546
6547         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6548
6549 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6550
6551         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6552         error message to display actual error condition.
6553         (gnus-agent-save-local): Avoid saving symbols that are bound to
6554         nil as they simply result in a warning message in
6555         gnus-agent-read-local.
6556
6557 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6560         rather than make-variable-buffer-local for file-precious-flag.
6561
6562 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6563
6564         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6565         for duplicates which are removed.  The invalid sort check then
6566         triggers a rescan after the sort as sorting may have moved
6567         duplicate entries such that they can be cheaply detected.
6568
6569 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6570
6571         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6572
6573 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6574
6575         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6576         internal variable to a custom variable.  Changed default value
6577         from compressed(2) to uncompressed(1).
6578         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6579         support for uncompressed agentview files.  Taken together, reading
6580         the agentview file should now be 6-7 times faster.
6581
6582 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6583
6584         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6585         as a buffer-local variable.  This avoids creating truncated
6586         dribble files as a result of a hang up, eg.
6587
6588 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6589
6590         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6591         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6592         XEmacs.
6593
6594 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6595
6596         * gnus-start.el (gnus-start-draft-setup): Enforce
6597         `gnus-draft-mode' for nndraft:drafts at startup.
6598
6599         * gnus.el (gnus-splash): Change custom group.
6600         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6601         allow-list argument.
6602
6603         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6604         string.
6605
6606 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6607
6608         * gnus-art.el (gnus-default-article-saver): Add user-defined
6609         `function' to custom type.
6610
6611 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6612
6613         * imap.el (imap-open): Handle case where buffer is a buffer
6614         object.
6615
6616 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6617
6618         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6619         long lines.
6620         (gnus-cache-delete-group): Wrap doc strings.
6621
6622         * gnus-agent.el (gnus-agent-rename-group)
6623         (gnus-agent-delete-group): Wrap doc strings.
6624
6625 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * messagexmas.el (message-use-toolbar): Change the valid values
6628         into default, top, bottom, left, and right.
6629         (message-toolbar-thickness): New variable.
6630         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6631         well.
6632         (message-setup-toolbar): Make it work.
6633
6634         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
6635         (gnus-use-toolbar): Change the valid values into default, top,
6636         bottom, left, and right.
6637         (gnus-toolbar-thickness): New variable.
6638         (gnus-xmas-setup-toolbar): New function.
6639         (gnus-xmas-setup-group-toolbar): Use it.
6640         (gnus-xmas-setup-summary-toolbar): Use it.
6641
6642 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6643
6644         * gnus-start.el (gnus-1): Add "native" to
6645         gnus-predefined-server-alist.
6646
6647         * gnus.el (gnus-method-to-server): Don't add "native" to the
6648         lists here, because that leads to problems when
6649         gnus-select-method is bound.
6650
6651 2005-11-09  Simon Josefsson  <jas@extundo.com>
6652
6653         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6654         use (not sort-by-date) instead.
6655
6656 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6657
6658         * gnus-delay.el (gnus-delay-group): Don't autoload.
6659         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6660         to be re-loaded when customizing the `gnus-delay' group.
6661
6662 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6663
6664         * message.el: Revert last changes.
6665         (message-insert-citation-line): Use newlines.
6666
6667 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6668
6669         * message.el (message-courtesy-message)
6670         (message-mark-insert-begin, message-mark-insert-end)
6671         (message-elide-ellipsis, message-cancel-message)
6672         (message-add-header, message-change-subject)
6673         (message-cross-post-followup-to-header)
6674         (message-cross-post-insert-note, message-reduce-to-to-cc)
6675         (message-widen-reply, message-delete-not-region)
6676         (message-kill-to-signature, message-insert-signature)
6677         (message-insert-importance-high, message-insert-importance-low)
6678         (message-insert-or-toggle-importance)
6679         (message-insert-disposition-notification-to)
6680         (message-indent-citation, message-yank-original)
6681         (message-cite-original-without-signature, message-cite-original)
6682         (message-insert-citation-line, message-position-on-field)
6683         (message-fix-before-sending, message-send-mail-partially)
6684         (message-send-mail, message-send-mail-with-sendmail)
6685         (message-send-mail-with-qmail, message-send-news)
6686         (message-check-news-header-syntax, message-generate-headers)
6687         (message-insert-courtesy-copy, message-fill-address)
6688         (message-fill-header, message-shorten-references)
6689         (message-setup-1, message-cancel-news)
6690         (message-forward-make-body-plain, message-forward-make-body-mime)
6691         (message-forward-make-body-mml, message-encode-message-body)
6692         (message-forward-make-body-digest-plain)
6693         (message-forward-make-body-digest-mime)
6694         (message-use-alternative-email-as-from): Insert `hard-newline'
6695         instead of ordinary newlines.
6696
6697 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * message.el (message-generate-headers): Downcase the argument
6700         given to message-check-element.
6701
6702 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6703
6704         * nntp.el (nntp-authinfo-rejected): New error condition.
6705         (nntp-wait-for): Use new error condition to signal authentication
6706         error.
6707         (nntp-retrieve-data): Rethrow new error condition to break out of
6708         recursive call to nntp-send-authinfo.
6709
6710 2005-11-08  Romain Francoise  <romain@orebokech.com>
6711
6712         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6713         (gnus-summary-exit-map): Bind to `Z p'.
6714         (gnus-summary-make-menu-bar): Add menu item.
6715
6716 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6717
6718         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6719         (gnus-treat-*): Add `first' in all doc strings.
6720
6721         * gnus-group.el (gnus-group-compact-group): Fix typo.
6722
6723 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * gnus.el (gnus-parameters-case-fold-search): New variable.
6726         (gnus-parameters-get-parameter): Use it.
6727
6728         * gnus-score.el (gnus-home-score-file): Doc fix.
6729
6730 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6731
6732         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6733
6734 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * mm-util.el (mm-special-display-p): New function.
6737
6738         * mml.el (mml-preview): Use it; doc fix.
6739
6740 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6741
6742         * imap.el (imap-open): Handle case where buffer is a buffer object.
6743
6744 2005-10-29  Romain Francoise  <romain@orebokech.com>
6745
6746         * message.el (message-fix-before-sending): Fix comment.
6747
6748 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6749
6750         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6751
6752 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6753
6754         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6755         Used in gnus-score.el.
6756
6757 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6758
6759         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6760
6761 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6762
6763         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6764         whitespace removed in revision 7.8.  Use concatenated string to
6765         protect trailing whitespace.
6766
6767 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
6768
6769         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6770         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6771         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6772         Courier IMAP ("some version from 2004").  Mostly based on similar
6773         code in the same function.
6774
6775 2005-10-26  Didier Verna  <didier@xemacs.org>
6776
6777         * gnus-group.el (gnus-group-compact-group): Invalidate original
6778         article buffer.
6779         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6780         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6781         NOV database and in article itself.
6782         Invalidate article backlog.
6783
6784 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6785
6786         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6787
6788 2005-10-26  Simon Josefsson  <jas@extundo.com>
6789
6790         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6791         part of 2004-07-25 change.
6792
6793 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * message.el (message-display-completion-list): New function.
6796         (message-expand-group): Use it; make sure the Completions buffer
6797         is modifiable.
6798 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6799
6800         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6801         user-mail-name is an empty string.
6802
6803 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6804
6805         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6806         depending on gnus-score-decay-constant.
6807
6808         * encrypt.el (encrypt-insert-file-contents)
6809         (encrypt-write-file-contents): Don't use `gnus-message'.
6810
6811         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6812         arguments.
6813         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
6814         arguments to mm-uu-verbatim-marks-extract.
6815         (mm-uu-hide-markers): New variable.
6816         (mm-uu-extract): Use face similar to `gnus-cite-3'.
6817
6818         * gnus-fun.el (gnus-convert-image-to-x-face-command)
6819         (gnus-convert-image-to-face-command): Use "convert" by default to
6820         allow other input image formats.
6821         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6822         accordingly.
6823
6824 2005-10-23  Simon Josefsson  <jas@extundo.com>
6825
6826         * imap.el (imap-gssapi-program): Align command line parameters
6827         with latest GNU SASL.
6828         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6829
6830 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6831
6832         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6833         HTML.
6834         (nnslashdot-request-article): Ditto.
6835
6836         * lpath.el (featurep): Add nobreak-char-display.
6837
6838 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6839
6840         * mail-source.el (mail-source-fetch-pop): Require pop3.
6841         (mail-source-check-pop): Ditto.
6842
6843 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6846         errors.
6847
6848 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6849
6850         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6851         (gnus-treat-strip-leading-blank-lines): Improve doc string.
6852
6853         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6854
6855         * mm-bodies.el (mm-decode-string): Call
6856         `mm-charset-to-coding-system' with allow-override argument.
6857
6858 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6861         (rfc2047-charset-to-coding-system): New function.
6862         (rfc2047-decode-encoded-words): New function.
6863         (rfc2047-decode-region): Use them.
6864         (rfc2047-decode-cte): Remove.
6865         (rfc2047-parse-and-decode): Remove.
6866         (rfc2047-decode): Remove.
6867
6868 2005-10-15  Kenichi Handa  <handa@m17n.org>
6869
6870         * rfc2047.el (rfc2047-decode-cte): New function.
6871         (rfc2047-decode-region): Change the way to decode successive
6872         encoded-words: decode B- or Q-encoding in each encoded-word,
6873         concatenate them, and decode it as charset.
6874
6875 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * lpath.el: Fbind codepage-setup for XEmacs.
6878
6879 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6880
6881         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
6882         widget-move-and-invoke.
6883         (gnus-custom-mode): Use gnus-custom-map.
6884
6885 2005-10-15  Bill Wohler  <wohler@newt.com>
6886
6887         * message.el (message-tool-bar-map): Renamed image file from
6888         mail_send to mail/send.
6889
6890 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6891
6892         * message.el (message-expand-group): Pass the common
6893         prefix substring of completion to `display-completion-list'.
6894
6895 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
6896
6897         * mml-sec.el (mml-secure-method): New internal variable.
6898         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6899         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6900         functions using mml-secure-method.
6901
6902         * mml.el (mml-mode-map): Add key bindings for those functions.
6903         (mml-menu): Simplify security menu entries.  Suggested by Jesper
6904         Harder <harder@myrealbox.com>.
6905         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6906         end of message if point is the headers of the message.
6907
6908         * message.el (message-in-body-p): New function.
6909
6910         * assistant.el: Autoload gnus-util and netrc.
6911
6912         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6913         Use `mm-charset-override-alist' only when decoding.
6914
6915         * mm-bodies.el (mm-decode-body): Call
6916         `mm-charset-to-coding-system' with allow-override argument.
6917
6918         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6919         `filename' from Content-Disposition if Content-Type doesn't
6920         provide `name'.
6921         (gnus-mime-view-part-as-type): Set default instead of
6922         initial-input.
6923
6924 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6925
6926         * format-spec.el (format-spec): Propagate text properties of % spec.
6927
6928 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6929
6930         * gnus-art.el (gnus-treat-predicate): Add `first'.
6931
6932 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6933
6934         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6935         (mm-charset-override-alist): New variable.
6936         (mm-charset-to-coding-system): Use it.
6937         (mm-codepage-setup): New helper function.
6938         (mm-charset-eval-alist): New variable.
6939         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
6940         about unknown charsets.
6941
6942         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
6943
6944 2005-10-04  David Hansen  <david.hansen@gmx.net>
6945
6946         * nnrss.el (nnrss-request-article): Add support for the comments tag.
6947         (nnrss-check-group): Ditto.
6948
6949 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6950
6951         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6952         Rename x-gnus-verbatim to x-verbatim.
6953         (mm-uu-type-alist): Fix regexp for verbatim-marks.
6954
6955         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6956         x-verbatim.
6957
6958         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6959
6960         * gnus-util.el (gnus-remove-duplicates): Remove.
6961
6962         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6963         instead of gnus-remove-duplicates.
6964
6965         * message.el (message-remove-duplicates): Remove.
6966         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6967         message-remove-duplicates.
6968
6969         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6970         available, else use implementation from `delete-dups'.
6971
6972         * message.el (message-insert-expires): New function.
6973         (message-mode-map): Add key binding.
6974         (message-mode-field-menu): Add menu entry.
6975         (message-mode): Document it.
6976         (message-make-expires-date): Use `message-make-date'.
6977
6978 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
6979
6980         * message.el (message-make-expires-date): New function.
6981
6982 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * Makefile.in (list-installed-shadows): New entry.
6985         (install): Use it.
6986         (remove-installed-shadows): New entry.
6987
6988         * dgnushack.el (dgnushack-default-load-path): New variable.
6989         (dgnushack-find-lisp-shadows): New function.
6990         (dgnushack-remove-lisp-shadows): New function.
6991
6992 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6993
6994         * Makefile.in (install-el-elc): New entry.
6995         (install): Use it so that .el files are necessarily installed.
6996
6997 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7000
7001 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7002
7003         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7004         function rather than the diff-mode.el package.
7005         (mm-display-external): Use with-current-buffer.
7006         (mm-viewer-completion-map, mm-viewer-completion-map):
7007         Move initialization inside declaration.
7008
7009 2005-09-29  Simon Josefsson  <jas@extundo.com>
7010
7011         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7012         autoload mail-check-payment.
7013         (spam-check-hashcash): Define unconditionally, since hashcash.el
7014         is part of Gnus now.  Ignore errors from payment checking.
7015
7016 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7017
7018         * message.el (message-bold-region, message-unbold-region): Rename
7019         from `bold-region' and `unbold-region'.
7020
7021         * message.el: Remove useless autoloads.
7022
7023 2005-09-28  Simon Josefsson  <jas@extundo.com>
7024
7025         * message.el (message-use-idna): Default to t.
7026         (message-use-idna): Test whether encoding works too.  Doc fix.
7027
7028 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * nntp.el (nntp-warn-about-losing-connection): Remove.
7031
7032 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7033
7034         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7035         customizable.  Change default value.
7036         (mm-uu-diff-groups-regexp): Change default value.
7037         (mm-uu-type-alist): Add doc string.
7038         (mm-uu-configure): Add doc string.  Make it interactive.
7039         (mm-uu-tex-groups-regexp): New variable.
7040         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7041         (mm-uu-type-alist): Add LaTeX documents.
7042         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7043         of "text/verbatim".
7044         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7045
7046         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7047         instead of "text/verbatim".
7048
7049         * message.el (message-mark-inserted-region)
7050         (message-mark-insert-file): Use slrn style marks when called with
7051         prefix argument.
7052
7053 2005-09-27  Simon Josefsson  <jas@extundo.com>
7054
7055         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7056
7057 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7058
7059         * message.el (message-remove-duplicates): New function.
7060         Implementation borrowed from `gnus-remove-duplicates'.
7061         (message-idna-to-ascii-rhs): Also encode idna addresses in
7062         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7063         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7064         only ask about the same idna domain once per header and also tell
7065         in what header to replace the idna domain.
7066
7067         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7068         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7069         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7070         a header is decoded and not just the last one.
7071
7072 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7075         has been decoded.
7076
7077         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7078         (mm-insert-part): Don't modify text if it has been decoded.
7079
7080         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7081         decoded.
7082
7083         * mm-view.el (mm-inline-text): Don't strip text props unless
7084         decoding enriched or richtext parts.
7085
7086 2005-09-25  Romain Francoise  <romain@orebokech.com>
7087
7088         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7089         * gnus-start.el (gnus-subscribe-interactively):
7090         * gnus-uu.el (gnus-uu-grab-articles):
7091         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7092         space.
7093
7094 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7095
7096         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7097         * mm-view.el (mm-view-pkcs7-decrypt):
7098         * gnus-sum.el (gnus-summary-limit-to-extra)
7099         (gnus-summary-respool-article, gnus-read-move-group-name):
7100         * gnus-score.el (gnus-summary-increase-score):
7101         * gnus-util.el (gnus-completing-read-with-default):
7102         * gnus-art.el (gnus-read-save-file-name)
7103         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7104         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7105         * message.el (message-check-news-header-syntax):
7106         Follow convention for reading with the minibuffer.
7107
7108 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7109
7110         * spam-report.el (spam-report-url-ping-plain):
7111         Use gnus-extended-version as User-Agent.
7112
7113         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7114         default value is nil.
7115
7116         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7117         (mm-uu-verbatim-marks-extract): New function.
7118         (mm-uu-extract): New face.
7119         (mm-uu-copy-to-buffer): Use it.
7120
7121         * spam-report.el (spam-report-gmane-ham): Renamed from
7122         `spam-report-gmane-unspam'.
7123         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7124         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7125
7126         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7127         Autoload.
7128         (spam-report-gmane-unregister-routine): Renamed
7129         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7130
7131 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7132
7133         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7134         (spam-report-gmane-unregister-routine): Add support for gmane
7135         unregistration.
7136
7137         * spam-report.el (spam-report-gmane-unspam)
7138         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7139         (spam-report-gmane): Change to take a single article and do unspam
7140         registration.
7141
7142 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7143
7144         * mm-url.el (mm-url-decode-entities): Fix regexp.
7145
7146 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7147
7148         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7149         default to nil, to be able to use Gnus at all.  If the default
7150         switches to something else, then the function should be fixed not
7151         be exceedingly slow.
7152
7153 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7154
7155         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7156         fail hard.
7157
7158         * spam-report.el: Add better Keywords line.
7159
7160         * spam.el: Add Maintainer and better Keywords line.
7161
7162 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7163
7164         * gnus-art.el (gnus-article-replace-part)
7165         (gnus-mime-replace-part): New functions.
7166         (gnus-mime-action-alist, gnus-mime-button-commands)
7167         (gnus-mime-save-part-and-strip): Added file argument.
7168         (gnus-article-part-wrapper): Added interactive argument.
7169
7170         * gnus-sum.el (gnus-summary-mime-map): Add
7171         `gnus-article-replace-part'.
7172
7173 2005-09-19  Didier Verna  <didier@xemacs.org>
7174
7175         The nnml compaction feature:
7176         * nnml.el (nnml-request-compact-group): New function.
7177         * nnml.el (nnml-request-compact): New function.
7178         * gnus-int.el (gnus-request-compact-group): New function.
7179         * gnus-int.el (gnus-request-compact): New function.
7180         * gnus-group.el (gnus-group-compact-group): New function.
7181         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7182         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7183         * gnus-srvr.el (gnus-server-compact-server): New function.
7184         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7185         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7186
7187 2005-09-18  Deepak Goel  <deego@gnufans.org>
7188
7189         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7190         format spec.
7191
7192 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7195
7196 2005-09-15  Romain Francoise  <romain@orebokech.com>
7197
7198         * message.el (message-fill-paragraph): Clarify docstring.
7199
7200 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * gnus-art.el (gnus-mime-display-part): Protect against broken
7203         MIME messages.
7204
7205 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7208         before parsing header.
7209
7210 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7211
7212         * html2text.el (html2text-replace-list): Add new entities.
7213
7214 2005-09-11  Romain Francoise  <romain@orebokech.com>
7215
7216         * message.el (message-alternative-emails): Improve docstring.
7217         (message-setup-1): Call `message-use-alternative-email-as-from'
7218         after `message-setup-hook' to give it precedence over posting
7219         styles, etc.
7220         (message-use-alternative-email-as-from): Add docstring.  Remove
7221         the original From header if present.
7222
7223         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7224         (nnml-save-mail): Use it.
7225
7226         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7227         articles.  Add new argument `silent'.
7228         (gnus-uu-mark-all): Report the total number of marked articles.
7229
7230 2005-09-10  Romain Francoise  <romain@orebokech.com>
7231
7232         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7233         (gnus-uu-mark-series): Likewise.
7234
7235 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7236
7237         * spam-report.el (spam-report-gmane): Fix generation of spam
7238         report URL.
7239
7240 2005-09-10  Simon Josefsson  <jas@extundo.com>
7241
7242         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7243         t, based on discussion on the ding list with Robert Epprecht
7244         <epprecht@solnet.ch>.
7245
7246 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7247
7248         * spam-report.el (spam-report-gmane): Make it work without
7249         X-Report-Spam header.  Gmane now only provides Archived-At.
7250         This is only used if `spam-report-gmane-use-article-number' is nil.
7251         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7252
7253         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7254         make `gnus-summary-sort-by-recipient' work with threading.
7255
7256         * nnweb.el (nnweb-google-wash-article): Print a message if article
7257         is not available.
7258
7259 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7260
7261         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7262         change.  Decode text/* parts content before displaying.
7263
7264 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7265
7266         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7267
7268 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7271
7272         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7273         url-package-name, url-package-version,
7274         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7275         w3m-display-inline-images, and w3m-minor-mode-map.
7276
7277 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * message.el (message-tab-body-function): Fix mismatched custom type.
7280
7281         * gnus.el (gnus-group-change-level-function): Ditto.
7282
7283         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7284
7285         * gnus-art.el (gnus-signature-limit)
7286         (gnus-article-mime-part-function): Ditto.
7287
7288 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * mml.el (mml-mode): Silence the byte compiler.
7291
7292         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7293         using `(sit-for 0)' before moving the point to the specified part;
7294         skip unbuttonized parts.
7295         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7296         return to the summary window if gnus-auto-select-part is non-nil.
7297
7298 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7299
7300         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7301         variables.
7302         (mml-dnd-attach-file, mml-mode): Use them.
7303
7304         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7305         Make fetching article by MID work again for Google Groups.  Added
7306         FIXME concerning gnus-group-make-web-group.
7307
7308         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7309         Don't depend on Gnus by using mail-extract-address-components if
7310         gnus-extract-address-components is not bound.
7311
7312 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7313
7314         * gnus-art.el (gnus-mime-display-security): Don't display the
7315         signature, but only the signed part.
7316
7317 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7320
7321         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7322         list, not listp.
7323
7324 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7325
7326         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7327         when encoding.
7328
7329         * mm-bodies.el (mm-decode-content-transfer-encoding):
7330         De-canonicalize CRLF for all text content types, not just
7331         text/plain.
7332
7333 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7336         valid article; point arrow and cursor at the MIME button.
7337
7338 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7341         Suggested by Dan Christensen <jdc@uwo.ca>.
7342
7343         * mm-decode.el (mm-save-part): Enable change of prompt.
7344
7345 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7346
7347         * gnus-msg.el (gnus-inews-add-send-actions): Made
7348         `message-post-method' lambda parameter ARG `&optional'.
7349
7350 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7351
7352         * gnus-sum.el (gnus-summary-mime-map): Added
7353         gnus-article-save-part-and-strip, gnus-article-delete-part and
7354         gnus-article-jump-to-part.
7355
7356         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7357         (gnus-article-edit-part): Use it.
7358         (gnus-article-part-wrapper): Added no-handle argument.
7359         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7360         functions.
7361
7362 2005-08-29  Romain Francoise  <romain@orebokech.com>
7363
7364         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7365         docstring.
7366         (gnus-face-from-file): Likewise.
7367
7368 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7369
7370         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7371         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7372         non-nil.
7373         (gnus-auto-select-part): New variable.
7374         (gnus-article-jump-to-part): New function.
7375         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7376         (gnus-mime-delete-part): Allow selecting specified part after
7377         deleting or stripping parts.
7378         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7379         part if argument is bogus.
7380
7381 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7382
7383         * gnus-art.el (w3m-minor-mode-map):
7384         * gnus-spec.el (gnus-newsrc-file-version):
7385         * gnus-util.el (nnmail-active-file-coding-system)
7386         (gnus-original-article-buffer, gnus-user-agent):
7387         * gnus.el (gnus-ham-process-destinations)
7388         (gnus-parameter-ham-marks-alist)
7389         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7390         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7391         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7392         * mm-decode.el (gnus-current-window-configuration):
7393         * mm-extern.el (gnus-article-mime-handles):
7394         * mm-url.el (url-current-object, url-package-name)
7395         (url-package-version):
7396         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7397         (smime-keys, w3m-cid-retrieve-function-alist)
7398         (w3m-current-buffer, w3m-display-inline-images)
7399         (w3m-minor-mode-map):
7400         * mml-smime.el (gnus-extract-address-components):
7401         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7402         (gnus-newsrc-hashtb, message-default-charset)
7403         (message-deletable-headers, message-options)
7404         (message-posting-charset, message-required-mail-headers)
7405         (message-required-news-headers):
7406         * mml1991.el (mc-pgp-always-sign):
7407         * mml2015.el (mc-pgp-always-sign):
7408         * nnheader.el (nnmail-extra-headers):
7409         * rfc1843.el (gnus-decode-encoded-word-function)
7410         (gnus-decode-header-function, gnus-newsgroup-name):
7411         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7412
7413 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7414
7415         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7416         the end of the date treatments.
7417
7418 2005-08-15  Simon Josefsson  <jas@extundo.com>
7419
7420         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7421         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7422         Capello and Romain Francoise.
7423         (pgg-fetch-key-function): Removed, not used?
7424         (pgg-insert-url-with-w3): Require url, to get
7425         url-insert-file-contents regardless of where it is defined.
7426
7427 2005-08-13  Romain Francoise  <romain@orebokech.com>
7428
7429         * message.el (message-cite-original-1): New function.
7430         (message-cite-original): Use it.
7431         (message-cite-original-without-signature): Ditto.
7432
7433 2005-08-08  Romain Francoise  <romain@orebokech.com>
7434
7435         * message.el (message-yank-empty-prefix): New variable.
7436         (message-indent-citation): Use it.
7437         (message-cite-original-without-signature): Respect X-No-Archive.
7438
7439 2005-08-08  Simon Josefsson  <jas@extundo.com>
7440
7441         * pgg.el: Autoload url-insert-file-contents instead of loading
7442         w3/url.
7443         (pgg-insert-url-with-w3): Don't load url here.
7444
7445 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7446
7447         * message.el (message-kill-to-signature): Don't insert newline at
7448         bol.
7449         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7450
7451 2005-08-06  Romain Francoise  <romain@orebokech.com>
7452
7453         * message.el (message-user-fqdn): Fix typo in docstring.
7454
7455 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7456
7457         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7458
7459         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7460
7461 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * mm-bodies.el (mm-encode-body): Use coding system rather than
7464         charset to encode text.
7465
7466         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7467         number of charsets if utf-8 is available (XEmacs).
7468
7469 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7470
7471         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7472         taken from `gnus-button-mid-or-mail-regexp'.
7473         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7474         (gnus-button-alist): Improve regexp for domain part of the MIDs
7475         for news:localpart@domain buttons.
7476         (gnus-button-ctan-directory-regexp): Update.
7477
7478 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * sieve-manage.el (sieve-manage-interactive-login): Use
7481         make-local-variable rather than make-variable-buffer-local.
7482         (sieve-manage-open): Ditto.
7483         (sieve-manage-authenticate): Ditto.
7484
7485         * mml.el (mml-generate-mime-1): Make the content type default to
7486         text/plain if the filename is not specified.
7487
7488 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7491         instead of insert-buffer.
7492
7493         * message.el (message-yank-original): Ditto; set the mark at the
7494         end of the yanked message.
7495
7496 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7499         lines to scroll rather than to stop it.
7500
7501         * mml.el (mml-generate-default-type): Add doc string.
7502         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7503         default to application/octet-stream when determining the content
7504         type if it is not specified for the part or the mml contents; add
7505         a comment about mml-generate-default-type.
7506
7507 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7510         make it default to application/octet-stream when determining the
7511         content type if it is not specified for the external contents.
7512
7513 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7516         segmented parameter but also other parameters might be there.
7517
7518 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * mm-decode.el (mm-display-external): Delete temp file, directory
7521         and buffer immediately if the external process is exited.
7522
7523 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7526         fewer lines than that of scroll-margin.
7527         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7528
7529 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * gnus-art.el (gnus-article-next-page): Revert.
7532         (gnus-article-beginning-of-window): New macro.
7533         (gnus-article-next-page-1): Use it.
7534         (gnus-article-prev-page): Ditto.
7535         (gnus-article-edit-part): Use insert-buffer-substring instead of
7536         insert-buffer.
7537         (gnus-article-edit-exit): Ditto.
7538
7539         * gnus-util.el (gnus-beginning-of-window): Remove.
7540         (gnus-end-of-window): Remove.
7541
7542         * lpath.el: Don't bind header-line-format and scroll-margin.
7543
7544 2005-07-25  Simon Josefsson  <jas@extundo.com>
7545
7546         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7547         to have the url package without w3.  Reported by Daiki Ueno
7548         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7549
7550 2005-07-20  Didier Verna  <didier@xemacs.org>
7551
7552         * gnus-diary.el: Remove the description comment (nndiary is now
7553         properly documented in the Gnus manual).
7554         Fix the spelling of "Back End".
7555         * nndiary.el: Ditto.
7556         Fix the copyright notice.
7557
7558 2005-07-18  Romain Francoise  <romain@orebokech.com>
7559
7560         * gnus-sum.el (gnus-summary-to-prefix)
7561         (gnus-summary-newsgroup-prefix): New variables.
7562         (gnus-summary-from-or-to-or-newsgroups): Use them.
7563
7564 2005-07-17  Romain Francoise  <romain@orebokech.com>
7565
7566         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7567         space as it's generally not especially interesting to the user.
7568
7569 2005-07-16  Romain Francoise  <romain@orebokech.com>
7570
7571         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7572         nil to avoid prompting and file modification if one of the
7573         messages at the top of the nnfolder file contains a copyright
7574         notice.
7575         Update copyright notice.
7576
7577         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7578         instead of `current-time-string' as the latter creates a time
7579         string that is not RFC 2822 compliant (it lacks the zone).
7580         Update copyright notice.
7581
7582 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7583
7584         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7585         for text/rtf.  Display default in prompt.  Pass default for M-n.
7586
7587         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7588
7589 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7590
7591         * gnus-msg.el (gnus-button-mailto): Remove
7592         save-selected-window-window hackery because it relies on
7593         save-selected-window internals.
7594
7595 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7598         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7599         (gnus-article-prev-page): Ditto.
7600
7601         * gnus-util.el (gnus-beginning-of-window): New function.
7602         (gnus-end-of-window): New function.
7603
7604         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7605
7606 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7607
7608         * gnus-score.el (gnus-score-edit-all-score): Set
7609         gnus-score-edit-exit-function to gnus-score-edit-done and call
7610         gnus-message.
7611
7612 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7613
7614         * gnus-msg.el (gnus-button-mailto): Remove
7615         save-selected-window-window hackery because it relies on
7616         save-selected-window internals.
7617
7618 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7621         add-minor-mode.
7622         (gnus-binary-mode): Ditto.
7623
7624         * gnus-topic.el (gnus-topic-mode): Ditto.
7625
7626 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7627
7628         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7629         (gnus-article-prev-page): Take scroll-margin into consideration.
7630
7631 2005-07-04  Lute Kamstra  <lute@gnu.org>
7632
7633         Update FSF's address in GPL notices.
7634
7635 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7636
7637         * gnus.el (gnus-exit):
7638         * gnus-group.el (gnus-group-icons):
7639         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7640
7641         * gnus-nocem.el (gnus-nocem):
7642         * message.el (message-various, message-buffers, message-sending)
7643         (message-interface, message-forwarding, message-insertion)
7644         (message-headers, message-news, message-mail):
7645         * pgg-gpg.el (pgg-gpg):
7646         * pgg-parse.el (pgg-parse):
7647         * pgg-pgp.el (pgg-pgp):
7648         * pgg-pgp5.el (pgg-pgp5):
7649         * pop3.el (pop3): Finish `defgroup' description with period.
7650
7651 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * gnus-art.el (article-display-face): Improve the efficiency.
7654         (article-display-x-face): Ditto; remove grey x-face stuff.
7655
7656 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * gnus-art.el (article-display-face): Correct the position in
7659         which Faces are inserted.
7660
7661 2005-06-29  Didier Verna  <didier@xemacs.org>
7662
7663         * gnus-art.el (article-display-face): Display faces in correct
7664         order.
7665
7666 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7669         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7670         (gnus-nocem-check-article): Fetch the Type header.
7671         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7672         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7673         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7674         make sure gnus-nocem-hashtb is initialized.
7675         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7676         (gnus-nocem-unwanted-article-p): Ditto.
7677
7678         * pgg.el (pgg-verify): Return the verification result.
7679
7680 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7681
7682         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7683         is ascii.
7684
7685 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7686
7687         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7688         `show-nonbreak-escape'.
7689
7690 2005-06-23  Lute Kamstra  <lute@gnu.org>
7691
7692         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7693
7694         * dig.el (dig-mode):
7695         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7696
7697 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7698
7699         * nnimap.el (nnimap-split-download-body): Fix spellings.
7700
7701 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7702
7703         * gnus-art.el (gnus-article-encrypt-body):
7704         * gnus-cus.el (gnus-score-customize):
7705         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7706         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7707
7708 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7709
7710         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7711         header by looking for magic "MII" at the beginnig.
7712
7713 2005-06-16  Miles Bader  <miles@gnu.org>
7714
7715         * gnus-xmas.el (gnus-xmas-group-startup-message):
7716         Use renamed gnus-splash face.
7717
7718         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7719         (assistant-field-face): New backward-compatibility alias for renamed
7720         face.
7721         (assistant-render-text): Use renamed assistant-field face.
7722
7723         * spam.el (spam): Remove "-face" suffix from face name.
7724         (spam-face): New backward-compatibility alias for renamed face.
7725         (spam-face, spam-initialize): Use renamed spam face.
7726
7727         * message.el (message-header-to, message-header-cc)
7728         (message-header-subject, message-header-newsgroups)
7729         (message-header-other, message-header-name)
7730         (message-header-xheader, message-separator, message-cited-text)
7731         (message-mml): Remove "-face" suffix from face names.
7732         (message-header-to-face, message-header-cc-face)
7733         (message-header-subject-face, message-header-newsgroups-face)
7734         (message-header-other-face, message-header-name-face)
7735         (message-header-xheader-face, message-separator-face)
7736         (message-cited-text-face, message-mml-face):
7737         New backward-compatibility aliases for renamed faces.
7738         (message-font-lock-keywords): Use renamed message faces.
7739
7740         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7741         (sieve-test-commands, sieve-tagged-arguments):
7742         Remove "-face" suffix from face names.
7743         (sieve-control-commands-face, sieve-action-commands-face)
7744         (sieve-test-commands-face, sieve-tagged-arguments-face):
7745         New backward-compatibility aliases for renamed faces.
7746         (sieve-control-commands-face, sieve-action-commands-face)
7747         (sieve-test-commands-face, sieve-tagged-arguments-face):
7748         Use renamed sieve faces.
7749
7750         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7751         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7752         (gnus-group-news-3-empty, gnus-group-news-4)
7753         (gnus-group-news-4-empty, gnus-group-news-5)
7754         (gnus-group-news-5-empty, gnus-group-news-6)
7755         (gnus-group-news-6-empty, gnus-group-news-low)
7756         (gnus-group-news-low-empty, gnus-group-mail-1)
7757         (gnus-group-mail-1-empty, gnus-group-mail-2)
7758         (gnus-group-mail-2-empty, gnus-group-mail-3)
7759         (gnus-group-mail-3-empty, gnus-group-mail-low)
7760         (gnus-group-mail-low-empty, gnus-summary-selected)
7761         (gnus-summary-cancelled, gnus-summary-high-ticked)
7762         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7763         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7764         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7765         (gnus-summary-low-undownloaded)
7766         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7767         (gnus-summary-low-unread, gnus-summary-normal-unread)
7768         (gnus-summary-high-read, gnus-summary-low-read)
7769         (gnus-summary-normal-read, gnus-splash):
7770         Remove "-face" suffix from face names.
7771         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7772         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7773         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7774         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7775         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7776         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7777         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7778         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7779         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7780         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7781         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7782         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7783         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7784         (gnus-summary-normal-ticked-face)
7785         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7786         (gnus-summary-normal-ancient-face)
7787         (gnus-summary-high-undownloaded-face)
7788         (gnus-summary-low-undownloaded-face)
7789         (gnus-summary-normal-undownloaded-face)
7790         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7791         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7792         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7793         (gnus-splash-face):
7794         New backward-compatibility aliases for renamed faces.
7795         (gnus-group-startup-message): Use renamed gnus faces.
7796
7797         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7798         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7799         (gnus-server-agent): Remove "-face" suffix from face names.
7800         (gnus-server-agent-face, gnus-server-opened-face)
7801         (gnus-server-closed-face, gnus-server-denied-face)
7802         (gnus-server-offline-face):
7803         New backward-compatibility aliases for renamed faces.
7804         (gnus-server-agent-face, gnus-server-opened-face)
7805         (gnus-server-closed-face, gnus-server-denied-face)
7806         (gnus-server-offline-face): Use renamed gnus faces.
7807
7808         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7809         Remove "-face" suffix from face names.
7810         (gnus-picon-xbm-face, gnus-picon-face):
7811         New backward-compatibility aliases for renamed faces.
7812
7813         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7814         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7815         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7816         (gnus-cite-11): Remove "-face" suffix from face names.
7817         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7818         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7819         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7820         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7821         New backward-compatibility aliases for renamed faces.
7822         (gnus-cite-attribution-face, gnus-cite-face-list)
7823         (gnus-article-boring-faces): Use renamed gnus faces.
7824
7825         * gnus-art.el (gnus-signature, gnus-header-from)
7826         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7827         (gnus-header-content): Remove "-face" suffix from face names.
7828         (gnus-signature-face, gnus-header-from-face)
7829         (gnus-header-subject-face, gnus-header-newsgroups-face)
7830         (gnus-header-name-face, gnus-header-content-face):
7831         New backward-compatibility aliases for renamed faces.
7832         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7833
7834         * gnus-sum.el (gnus-summary-selected-face)
7835         (gnus-summary-highlight): Use renamed gnus faces.
7836         * gnus-group.el (gnus-group-highlight): Likewise.
7837
7838 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7839
7840         * gnus-sieve.el (gnus-sieve-article-add-rule):
7841         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7842         * spam-stat.el (spam-stat-buffer-change-to-spam)
7843         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7844
7845         * message.el (message-is-yours-p):
7846         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7847
7848 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * mm-view.el (mm-inline-text): Withdraw the last change.
7851
7852 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7855         executing enriched-decode.
7856
7857 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7860         charset of tar files.
7861
7862 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
7863
7864         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7865
7866 2005-06-04  Lute Kamstra  <lute@gnu.org>
7867
7868         * nnfolder.el (nnfolder-read-folder): Make sure that undo
7869         information is never recorded.
7870
7871 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7872
7873         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7874
7875 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7876
7877         * pop3.el (pop3-apop): Run md5 in the binary mode.
7878
7879         * starttls.el (starttls-set-process-query-on-exit-flag):
7880         Use eval-and-compile.
7881
7882 2005-05-31  Simon Josefsson  <jas@extundo.com>
7883
7884         * smime.el (smime-replace-in-string): Define.
7885         (smime-cert-by-ldap-1): Use it.
7886
7887 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * gnus-art.el (article-display-x-face): Replace
7890         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7891
7892         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7893         set-process-query-on-exit-flag or process-kill-without-query.
7894
7895         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7896         loop instead of replace-regexp.
7897
7898         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7899         instead of process-kill-without-query if it is available.
7900
7901         * lpath.el: Fbind ldap-search-entries.
7902
7903         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7904         instead of find-file-hooks if it is available.
7905
7906         * mml1991.el: Bind pgg-default-user-id when compiling.
7907
7908         * mml2015.el: Bind pgg-default-user-id when compiling.
7909
7910         * nndraft.el (nndraft-request-associate-buffer):
7911         Use write-contents-functions instead of write-contents-hooks if it is
7912         available.
7913
7914         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7915         instead of find-file-hooks if it is available.
7916
7917         * nntp.el (nntp-open-connection): Replace
7918         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7919         (nntp-open-ssl-stream): Ditto.
7920         (nntp-open-tls-stream): Ditto.
7921
7922         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7923         set-process-query-on-exit-flag or process-kill-without-query.
7924         (starttls-open-stream-gnutls): Use it instead of
7925         process-kill-without-query.
7926         (starttls-open-stream): Ditto.
7927
7928 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
7929
7930         * smime.el (smime-cert-by-ldap-1): Don't use
7931         replace-regexp-in-string.
7932
7933 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
7934
7935         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7936
7937         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7938         in PEM format.  Adjust to the XEmacs compability.
7939
7940 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7941
7942         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7943         by `string-to-number'.
7944         * gnus-agent.el (gnus-agent-regenerate-group)
7945         (gnus-agent-fetch-articles): Ditto.
7946         * gnus-art.el (gnus-button-fetch-group): Ditto.
7947         * gnus-cache.el (gnus-cache-generate-active)
7948         (gnus-cache-articles-in-group): Ditto.
7949         * gnus-group.el (gnus-group-set-current-level)
7950         (gnus-group-insert-group-line): Ditto.
7951         * gnus-score.el (gnus-score-set-expunge-below)
7952         (gnus-score-set-mark-below, gnus-summary-score-effect)
7953         (gnus-summary-score-entry): Ditto.
7954         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7955         (gnus-soup-pack): Ditto.
7956         * gnus-spec.el (gnus-xmas-format): Ditto.
7957         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7958         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7959         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7960         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7961         * nndb.el (nndb-get-remote-expire-response): Ditto.
7962         * nndiary.el (nndiary-parse-schedule-value)
7963         (nndiary-string-to-number, nndiary-request-replace-article)
7964         (nndiary-request-article): Ditto.
7965         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7966         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7967         * nneething.el (nneething-make-head): Ditto.
7968         * nnfolder.el (nnfolder-request-article)
7969         (nnfolder-retrieve-headers): Ditto.
7970         * nnheader.el (nnheader-file-to-number): Ditto.
7971         * nnkiboze.el (nnkiboze-request-article): Ditto.
7972         * nnmail.el (nnmail-process-unix-mail-format)
7973         (nnmail-process-babyl-mail-format): Ditto.
7974         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7975         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7976         (nnmh-request-create-group, nnmh-request-list-1)
7977         (nnmh-request-group, nnmh-request-article): Ditto.
7978         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7979         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7980         * nnsoup.el (nnsoup-make-active): Ditto.
7981         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7982         * nntp.el (nntp-find-group-and-number)
7983         (nntp-retrieve-headers-with-xover): Ditto.
7984         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7985         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7986         (pgg-format-key-identifier): Ditto.
7987         * pop3.el (pop3-last, pop3-stat): Ditto.
7988         * qp.el (quoted-printable-decode-region): Ditto.
7989
7990         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7991         of concat.
7992
7993 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7996
7997         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7998
7999         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8000
8001         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8002
8003         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8004
8005         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8006
8007         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8008         (gnus-carpal-mode): Ditto.
8009
8010         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8011         (gnus-browse-mode): Ditto.
8012
8013         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8014
8015         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8016
8017 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8018
8019         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8020
8021 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * gnus-util.el (gnus-run-mode-hooks): New function.
8024
8025         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8026
8027         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8028         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8029
8030 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8031
8032         * gnus-agent.el (gnus-agent-make-mode-line-string):
8033         Use mode-line-highlight as mouse-face.
8034
8035 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8036
8037         * canlock.el (canlock): Change the parent group to news.
8038
8039         * deuglify.el (gnus-outlook-deuglify): Add :group.
8040
8041         * dig.el (dig): Add :group.
8042
8043         * dns-mode.el (dns-mode): Add :group.
8044
8045         * encrypt.el (encrypt): Add :group.
8046
8047         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8048         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8049         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8050         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8051         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8052
8053         * gnus-diary.el (gnus-diary): Add :group.
8054
8055         * gnus.el (gnus-group-news-1-face): Add :group.
8056         (gnus-group-news-1-empty-face): Ditto.
8057         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8058         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8059         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8060         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8061         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8062         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8063         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8064         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8065         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8066         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8067         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8068         (gnus-summary-high-ticked-face): Ditto.
8069         (gnus-summary-low-ticked-face): Ditto.
8070         (gnus-summary-normal-ticked-face): Ditto.
8071         (gnus-summary-high-ancient-face): Ditto.
8072         (gnus-summary-low-ancient-face): Ditto.
8073         (gnus-summary-normal-ancient-face): Ditto.
8074         (gnus-summary-high-undownloaded-face): Ditto.
8075         (gnus-summary-low-undownloaded-face): Ditto.
8076         (gnus-summary-normal-undownloaded-face): Ditto.
8077         (gnus-summary-high-unread-face): Ditto.
8078         (gnus-summary-low-unread-face): Ditto.
8079         (gnus-summary-normal-unread-face): Ditto.
8080         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8081         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8082
8083         * hashcash.el (hashcash): New custom group.
8084         (hashcash-default-payment): Add :group.
8085         (hashcash-payment-alist): Ditto.
8086         (hashcash-default-accept-payment): Ditto.
8087         (hashcash-accept-resources): Ditto.
8088         (hashcash-path): Ditto.
8089         (hashcash-extra-generate-parameters): Ditto.
8090         (hashcash-double-spend-database): Ditto.
8091         (hashcash-in-news): Ditto.
8092
8093         * message.el (message-minibuffer-local-map): Add :group.
8094
8095         * netrc.el (netrc): Add :group.
8096
8097         * sieve-manage.el (sieve-manage-log): Add :group.
8098         (sieve-manage-default-user): Diito.
8099         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8100         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8101         (sieve-manage-authenticators): Ditto.
8102         (sieve-manage-authenticator-alist): Ditto.
8103         (sieve-manage-default-port): Ditto.
8104
8105         * sieve-mode.el (sieve-control-commands-face): Add :group.
8106         (sieve-action-commands-face): Ditto.
8107         (sieve-test-commands-face): Ditto.
8108         (sieve-tagged-arguments-face): Ditto.
8109
8110         * smime.el (smime): Add :group.
8111
8112         * spam-report.el (spam-report): Add :group.
8113
8114         * spam.el (spam, spam-face): Add :group.
8115
8116 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8117
8118         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8119         return \n.\n.\n at the end of articles.  Protect against that.
8120         (nntp-with-open-group): Allow debugging.
8121
8122         * nnheader.el (mail-header-set-extra): Make into a function
8123         because I just could't understand how to quote the list properly.
8124
8125         * dns.el (query-dns-cached): New function.
8126
8127 2005-05-26  Lute Kamstra  <lute@gnu.org>
8128
8129         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8130
8131 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8134
8135         * gnus-art.el: Don't autoload mail-extract-address-components.
8136
8137         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8138         eval-and-compile to evaluate it.
8139
8140         * hashcash.el: Don't autoload executable-find.
8141
8142         * nndb.el: Don't declare the nndb back end two or more times; don't
8143         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8144
8145         * nntp.el: Autoload format-spec instead of format; use
8146         eval-and-compile to evaluate autoload forms.
8147
8148 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8149
8150         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8151
8152 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8153
8154         * gnus.el (gnus-version-number): Bump version.
8155
8156 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8157
8158         * gnus.el: No Gnus v0.3 is released.
8159
8160 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8161
8162         * lpath.el (featurep): Bind show-nonbreak-escape.
8163
8164 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * gnus-art.el (gnus-article-edit-part): Disable undo.
8167
8168 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8171         gnus-article-date-lapsed-new-header is t if date timer is active;
8172         skip headers in which the original date value is empty.
8173         (gnus-article-save-original-date): Redefine it as a macro.
8174         (gnus-display-mime): Use it.
8175
8176 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * gnus-art.el (article-date-ut): Support converting date in
8179         forwarded parts as well.
8180         (gnus-article-save-original-date): New function.
8181         (gnus-display-mime): Use it.
8182
8183 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8184
8185         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8186         enclosure element of <item>.
8187
8188 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8189
8190         * message.el (message-kill-buffer-query): Renamed from
8191         `message-kill-buffer-query-if-modified'.  Added :version.
8192
8193 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8196         window layout.
8197
8198 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * mml.el: Autoload dnd when compiling.
8201
8202 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8203
8204         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8205         x-dnd-*.
8206
8207 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * qp.el (quoted-printable-encode-region): Save excursion.
8210
8211 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8212
8213         * message.el (message-kill-buffer-query-if-modified): Add new variable
8214         so the user can kill a modified message buffer quickly.
8215         (message-kill-buffer): Use it.
8216
8217 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8218
8219         * lpath.el: Fbind display-time-event-handler; don't fbind
8220         string-to-multibyte.
8221
8222         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8223
8224 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8227         contained in text because xml.el decodes entities) with LFs.
8228
8229 2005-04-11  Lute Kamstra  <lute@gnu.org>
8230
8231         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8232         differently.
8233
8234 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8235
8236         * mm-util.el (mm-detect-coding-region): Typo.
8237
8238 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8241
8242 2005-04-06  D Goel  <deego@gnufans.org>
8243
8244         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8245         user-function allow user modifications of the scores.
8246         (spam-stat-score-buffer-user): New function, to allow
8247         user-computed modifications to the score.
8248         (spam-stat-score-buffer-user-functions): List of additional
8249         scoring functions.
8250         (spam-stat-error-holder): Global temporary error holder.
8251         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8252         variable.
8253
8254 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8255
8256         * gnus-registry.el (gnus-registry-clean-empty-function)
8257         (gnus-registry-trim, gnus-registry-fetch-groups)
8258         (gnus-registry-delete-group): Groups that match
8259         `gnus-registry-ignored-groups' are removed from the registry
8260         entries, not just ignored for splitting.  This helps clean up the
8261         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8262         to get all the groups a message ID is in.
8263
8264         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8265         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8266         (spam-stat-score-buffer-user-functions): Add :number custom type.
8267
8268 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8271         argument in XEmacs.
8272
8273         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8274         (nnrss-request-group): Decode group name first.
8275         (nnrss-request-article): Make a text/plain article if mml-to-mime
8276         failed.
8277         (nnrss-get-encoding): Return a compatible encoding according to
8278         nnrss-compatible-encoding-alist.
8279         (nnrss-find-el): Use consp instead of listp.
8280         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8281
8282 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8283
8284         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8285         which Emacs 20 doesn't support.
8286         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8287
8288 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8289
8290         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8291         silence the byte compiler inside the defun.
8292
8293         * gnus-demon.el (parse-time-string): Add autoload.
8294
8295         * gnus-delay.el (parse-time-string): Add autoload.
8296
8297         * gnus-art.el (parse-time-string): Add autoload.
8298
8299         * nnultimate.el (parse-time): Require for `parse-time-string'.
8300
8301 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8302
8303         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8304
8305         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8306
8307         * smime.el (smime-ldap-host-list): Add :version.
8308
8309 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8310
8311         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8312         pass it to `gnus-browse-read-group'.
8313         (gnus-browse-read-group): Add NUMBER argument and pass it to
8314         `gnus-group-read-ephemeral-group'.
8315
8316         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8317         argument and pass it to `gnus-group-read-group'.
8318
8319 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8320
8321         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8322         mm-xemacs-find-mime-charset-1 if we have the mule feature
8323         available at runtime.
8324
8325 2005-03-25  Werner Lemberg  <wl@gnu.org>
8326
8327         * nnmaildir.el: Replace `illegal' with `invalid'.
8328
8329 2005-03-23  Lute Kamstra  <lute@gnu.org>
8330
8331         * time-date.el: Add comment on time value formats.
8332         Don't require parse-time.
8333         (with-decoded-time-value): New macro.
8334         (encode-time-value): New function.
8335         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8336         (days-to-time): Return a valid time value when arg is huge.
8337         (time-since): Use time-subtract.
8338         (time-to-number-of-days): Use time-to-seconds.
8339
8340 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8341
8342         * gnus-start.el (gnus-display-time-event-handler):
8343         Check display-time-timer at runtime rather than only at load time
8344         in case display-time-mode is turned off in the mean time.
8345
8346 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8347
8348         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8349         used.
8350
8351         * nneething.el (nneething-map-file-directory): Derive from
8352         `gnus-directory'.
8353
8354         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8355         the To/Cc button.
8356
8357 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8358
8359         * nnmaildir.el (nnmaildir-request-accept-article):
8360         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8361
8362 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8363
8364         * gnus-async.el: Require timer-funcs at compile time when in
8365         XEmacs for `run-with-idle-timer'.
8366
8367 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8368
8369         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8370         autoloaded function.
8371
8372 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8373
8374         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8375
8376 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8377
8378         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8379
8380 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8381
8382         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8383         gnus-expert-user to default.
8384
8385 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8386
8387         * nnimap.el (nnimap-open-server): Ditto.
8388
8389         * imap.el (imap-authenticate): Fix typo.
8390
8391 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8392
8393         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8394         buffer (since IMAP server might return FETCH response out of
8395         order, and the nntp buffer must be sorted).
8396
8397 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8398
8399         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8400         comparison on string.
8401
8402         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8403         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8404         (gnus-agent-summary-fetch-series): Modified to protect against
8405         gnus-agent-summary-fetch-group clearing processable flags.
8406         (gnus-agent-synchronize-group-flags): Update live group buffer as
8407         synchronization may occur due to the user toggle the plugged
8408         status.
8409         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8410         successfully downloaded.
8411         (gnus-agent-expire-group-1): Avoid using markers when the overview
8412         is in ascending order; greatly improves performance.
8413         (gnus-agent-regenerate-group): Use
8414         gnus-agent-synchronize-group-flags to reset read status in both
8415         gnus and server.
8416         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8417
8418 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8419
8420         * message.el: Don't autoload former message-utils variables.
8421         (message-strip-subject-trailing-was): Change doc string.
8422
8423         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8424         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8425         (nnweb-google-search): Add "hl=en" here.
8426         (nnweb-google-parse-1, nnweb-google-create-mapping):
8427         Don't hardcode URL.
8428
8429 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8430
8431         * message.el (message-get-reply-headers, message-followup):
8432         Mention related variables `message-use-followup-to' and
8433         `message-use-mail-followup-to', in the information buffer.
8434
8435         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8436         of broken groups(-beta).google.com.
8437
8438 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8439
8440         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8441         parameter to invoked gnus-request-move-article; remove the
8442         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8443         all at once instead of once per article.
8444         (gnus-summary-remove-process-mark): Accept a list of articles as
8445         well as a single article for processing.
8446
8447         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8448         parameter.
8449
8450         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8451
8452         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8453
8454         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8455         parameter.
8456
8457         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8458         parameter.
8459
8460         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8461         parameter and remove the gnus-sum-hint-move-is-internal variable.
8462
8463         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8464         parameter.
8465
8466         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8467         parameter.
8468
8469         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8470         parameter.
8471
8472         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8473
8474         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8475         parameter.
8476
8477         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8478         parameter.
8479
8480 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8481
8482         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8483         a more conservative way.
8484
8485 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8486
8487         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8488         buffer, so it moves the window's cursor.
8489
8490 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8491
8492         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8493         `mm-dissect-multipart' and receive the from field as an (optional)
8494         argument from `mm-dissect-multipart'.
8495         (mm-dissect-multipart): Receive the from field as an argument and
8496         pass it on when we call `mm-dissect-buffer' on MIME parts.
8497         Fixes verification/decryption of signed/encrypted MIME parts.
8498
8499 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8500
8501         * gnus-sum.el (gnus-summary-move-article): Set
8502         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8503         whatever it calls (right now, only nnimap-request-move article
8504         respects it).
8505
8506         * nnimap.el (nnimap-request-move-article): When
8507         gnus-sum-hint-move-is-internal is set, don't do the extra
8508         nnimap-request-article.
8509
8510 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8513
8514         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8515         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8516
8517         * gnus-sum.el (gnus-summary-caesar-message):
8518         Apply `gnus-treat-article' after rotation.
8519
8520         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8521         doc string.
8522
8523 2005-02-22  Simon Josefsson  <jas@extundo.com>
8524
8525         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8526         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8527         <arne@arnested.dk>.
8528         (encrypt): Add password-cache and password-cache-expiry as group
8529         members.
8530
8531 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8532
8533         * smime.el (smime-ldap-host-list): Doc fix.
8534         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8535         cache) password.
8536         (smime-sign-region): Use it.
8537         (smime-decrypt-region): Use it.
8538         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8539         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8540         fails.
8541         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8542         certificate from DER to PEM format rather than calling openssl.
8543
8544         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8545
8546         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8547         for signing/encryption.
8548
8549         * mml.el (mml-parse-1): Use them.
8550
8551 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8552
8553         * nnrss.el (nnrss-verbose): Removed.
8554         (nnrss-request-group): Use `nnheader-message' instead.
8555
8556 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8557
8558         * nnrss.el (nnrss-verbose): New variable.
8559         (nnrss-request-group): Make it say nnrss is requesting a group.
8560
8561 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8562
8563         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8564         Handle news URL with given port correctly.
8565
8566 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8567
8568         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8569         containing special characters.
8570
8571         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8572
8573         * mml.el (mime-to-mml): Ditto.
8574
8575         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8576         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8577         (rfc2047-decode-region): Quote decoded words containing special
8578         characters when rfc2047-quote-decoded-words-containing-tspecials
8579         is non-nil.
8580
8581 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8582
8583         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8584
8585         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8586
8587 2005-02-15  Simon Josefsson  <jas@extundo.com>
8588
8589         * nnimap.el (nnimap-debug): Doc fix.
8590
8591         * imap.el (imap-debug): Doc fix.
8592
8593 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8596
8597 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8598
8599         * gnus.el (spam-contents): Improve docs for spam-contents
8600         parameter in its variable incarnation.
8601
8602 2005-02-14  Simon Josefsson  <jas@extundo.com>
8603
8604         * smime-ldap.el: Use require instead of load-library for ldap.
8605         (smime-ldap-search): Indent.
8606         (smime-ldap-search-internal): Shorten line.
8607
8608         * smime.el (smime-cert-by-dns): Add doc-string.
8609         (smime-cert-by-ldap-1): Indent.
8610
8611         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8612         mml-smime-get-dns-ldap.
8613         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8614
8615 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8616
8617         * smime.el: Require smime-ldap.
8618         (smime-ldap-host-list): New variable.
8619         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8620
8621         * mml-smime.el (mml-smime-encrypt-query): New function.
8622         (mml-smime-encrypt-query): Use it.
8623
8624         * smime-ldap.el: New file.
8625
8626 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8629
8630 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8631
8632         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8633         argument in doc string.  Make query for type more clear.
8634
8635 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8636
8637         * gnus.el (gnus-group-startup-message): Search for gnus images in
8638         etc/images/gnus.
8639         * mm-util.el (mm-image-load-path): Likewise.
8640         * smiley.el (smiley-data-directory): Search for smilies in
8641         etc/images/smilies.
8642
8643 2005-02-09  Kim F. Storm  <storm@cua.dk>
8644
8645         Change Emacs release version from 21.4 to 22.1 throughout.
8646         Change Emacs development version from 21.3.50 to 22.0.50.
8647
8648 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8651
8652         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8653         non-Mule XEmacs as well.
8654         (mm-decompress-buffer): Signal an error intentionally if it does
8655         not decompress compressed data because auto-compression-mode is
8656         disabled.
8657
8658 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8659
8660         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8661         an ID in the registry even if it has no groups.
8662
8663 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8666         merge it into mm-decompress-buffer.
8667         (gnus-mime-copy-part): Use the MIME part charset, the value which
8668         a user specified or gnus-newsgroup-charset for decoding, like
8669         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8670         save-buffer what was used.  Suggested by Kevin Ryde
8671         <user42@zip.com.au>.
8672         (gnus-mime-inline-part): Allow the name parameter as well as the
8673         filename parameter; force decompressing of compressed data; always
8674         display contents being not decoded as unibyte.
8675
8676         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8677         as well as the filename parameter.
8678
8679         * mm-util.el (mm-decompress-buffer): Merge
8680         gnus-mime-jka-compr-maybe-uncompress.
8681         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8682         of compressed data.
8683
8684 2005-02-08  Simon Josefsson  <jas@extundo.com>
8685
8686         * imap.el (imap-log): Doc fix.
8687
8688 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8691         the coding cookies; decompress compressed parts.
8692
8693         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8694         to the value which a user specified manually or the coding cookie.
8695
8696         * mm-util.el (mm-string-to-multibyte): New function.
8697         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8698         (mm-coding-system-to-mime-charset): New function.
8699         (mm-decompress-buffer): New function.
8700         (mm-find-buffer-file-coding-system): New function.
8701
8702         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8703         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8704         parts.
8705
8706 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8707
8708         * mm-view.el (mm-display-inline-fontify): Decode a part according
8709         to the charset parameter.
8710
8711 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8714         prefix arg is neither nil nor a number, as info specifies.
8715
8716 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8719         timestamps.
8720
8721 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8722
8723         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8724         groups error checking and notify user.
8725
8726 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8727
8728         * message.el (message-send-mail-function): Check existence of
8729         sendmail-program first before using default value
8730         `message-send-mail-with-sendmail'.  Otherwise use more generic
8731         `smtpmail-send-it'.
8732
8733 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * nntp.el (nntp-request-update-info): Always return nil.
8736
8737 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8738
8739         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8740
8741 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8742
8743         * message.el (message-beginning-of-line): Change the behavior when
8744         invoked between BOL and : so that it first moves backward.
8745
8746 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8749         article buffer when editing of the article is discarded.
8750         (gnus-article-prepare): Revert.
8751
8752 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * gnus-art.el (gnus-article-prepare):
8755         Remove message-strip-forbidden-properties from the local hook.
8756
8757 2005-01-27  Simon Josefsson  <jas@extundo.com>
8758
8759         * password.el (password-cache-add): Only start one timer per key.
8760         Reported by Derek Atkins <warlord@MIT.EDU>.
8761
8762 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8763
8764         * run-at-time.el: Removed.  It is no longer needed as
8765         timer-funcs.el in the xemacs-base package has a working version of
8766         `run-at-time'.
8767
8768         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
8769
8770         * password.el: Require timer-funcs instead of run-at-time in
8771         XEmacs.
8772         Remove `password-run-at-time' macro.
8773         (password-cache-add): Use `run-at-time' instead of
8774         `password-run-at-time'.
8775
8776         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
8777         Remove `nnheader-cancel-function-timers' alias,
8778         `cancel-function-timers' exists in XEmacs in timer-funcs.
8779
8780         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8781         for `run-with-idle-timer'.
8782
8783         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8784         for `run-at-time'.
8785
8786         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8787         for `with-timeout'.
8788
8789         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
8790         the same as for XEmacs 21.4.
8791         No need to ignore `run-with-idle-timer', this function exists in
8792         XEmacs now in timer-funcs.el in the xemacs-base package.
8793         (dgnushack-compile): No need to delete
8794         run-at-time.el from the list of files to compile because it
8795         doesn't exist anymore.
8796
8797 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * mml.el (mml-generate-mime-1): Convert string into unibyte when
8800         inserting " *mml*" buffer's contents into a unibyte temp buffer.
8801
8802 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
8803
8804         * mail-source.el (mail-source-fetch-imap): Search for ^From case
8805         sensitively.
8806
8807 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
8808
8809         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8810
8811 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8814         which will be inserted according to the multibyteness of a buffer
8815         rather than the type of contents.  Suggested by ARISAWA Akihiro
8816         <ari@mbf.ocn.ne.jp>.
8817
8818         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8819         of string which old xml.el may return rather than a string.
8820
8821 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8824
8825 2005-01-16  Simon Josefsson  <jas@extundo.com>
8826
8827         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8828         idn/idna.el isn't available.
8829         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
8830         <michael@waxrat.com>.
8831
8832         * hashcash.el: Remove non-FSF copyright header.
8833
8834         * hashcash.el (hashcash-extra-generate-parameters): New variable.
8835         (hashcash-generate-payment): Use it.
8836         (hashcash-generate-payment-async): Use it.
8837
8838 2005-01-15  Simon Josefsson  <jas@extundo.com>
8839
8840         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8841         Suggested by Raymond Scholz <ray-2005@zonix.de>.
8842
8843         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8844         gnus-summary-idna-message.
8845         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8846         (gnus-summary-idna-message): New function.
8847
8848 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8849
8850         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8851         gnus-novice-user.
8852
8853 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * nnrss.el (nnrss-request-delete-group): Delete entries in
8856         nnrss-group-alist as well.
8857         (nnrss-save-server-data): Insert newline.
8858
8859 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
8860
8861         * gnus.el (gnus-user-agent): Use list of symbols instead of
8862         symbols.  Display full version number for (S)XEmacs.  Optionally
8863         display (S)XEmacs codename.
8864
8865         * gnus-util.el (gnus-emacs-version): Update for new
8866         `gnus-user-agent'.
8867
8868         * gnus-msg.el (gnus-extended-version): Make it possible to omit
8869         Gnus version.
8870
8871 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8872
8873         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
8874         which is unreadable in some setups.
8875
8876 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * gnus-spec.el (gnus-update-format-specifications): Flush the
8879         group format spec cache if it doesn't support decoded group names.
8880
8881 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8882
8883         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8884         Allow to apply decay on score files matching a regexp.
8885
8886 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8889         compatibility in %g and %c.
8890
8891 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8894         name for only %g and %c.
8895         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8896         of gnus-tmp-group to decoded group name.
8897         (gnus-group-make-rss-group): Exclude `/'s from group names.
8898
8899 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8900
8901         * nnrss.el (nnrss-get-encoding): Fix regexp.
8902
8903 2004-12-27  Simon Josefsson  <jas@extundo.com>
8904
8905         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8906         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8907         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
8908
8909 2004-12-17  Kim F. Storm  <storm@cua.dk>
8910
8911         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8912
8913         * gnus-sum.el (gnus-summary-mode-map): Likewise.
8914
8915 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8916
8917         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8918
8919 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * nnrss.el: Require rfc2047 and mml.
8922         (nnrss-file-coding-system): New variable.
8923         (nnrss-format-string): Redefine it as an inline function.
8924         (nnrss-decode-group-name): New function.
8925         (nnrss-string-as-multibyte): Remove.
8926         (nnrss-retrieve-headers): Decode group name; don't use
8927         nnrss-format-string.
8928         (nnrss-request-group): Decode group name.
8929         (nnrss-request-article): Decode group name; allow a Message-ID as
8930         well as an article number; don't use nnrss-format-string; encode a
8931         Message-ID string which may contain non-ASCII characters; use
8932         mml-to-mime to compose a MIME article.
8933         (nnrss-request-expire-articles): Decode group name.
8934         (nnrss-request-delete-group): Decode group name.
8935         (nnrss-fetch): Clarify error message.
8936         (nnrss-read-server-data): Use insert-file-contents instead of load;
8937         bind file-name-coding-system; use multibyte buffer.
8938         (nnrss-save-server-data): Bind coding-system-for-write to the
8939         value of nnrss-file-coding-system; bind file-name-coding-system;
8940         add coding cookie.
8941         (nnrss-read-group-data): Use insert-file-contents instead of load;
8942         bind file-name-coding-system; use multibyte buffer.
8943         (nnrss-save-group-data): Bind coding-system-for-write to the
8944         value of nnrss-file-coding-system; bind file-name-coding-system.
8945         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8946         make it work with non-ASCII text.
8947         (nnrss-find-el): Make it work with old xml.el as well.
8948
8949 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8950
8951         * nnrss.el (nnrss-get-encoding): New function.
8952         (nnrss-fetch): Use unibyte buffer initially; bind
8953         coding-system-for-read while performing mm-url-insert; remove ^Ms;
8954         decode contents according to the encoding attribute.
8955         (nnrss-save-group-data): Add coding cookie.
8956         (nnrss-mime-encode-string): New function.
8957         (nnrss-check-group): Use it to encode subject and author.
8958
8959 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
8960
8961         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8962         imaginary variable.
8963
8964 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8967         correctly even if there are wide characters.
8968
8969 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8970
8971         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8972         downcased symbol names; make a new cache instead of reusing
8973         bbdb-hashtable.
8974
8975 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8978         concatenating segments rather than before concatenating them.
8979         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8980
8981         * message.el (message-get-reply-headers): Bind `extra'.
8982
8983 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8984
8985         * message.el (message-extra-wide-headers): New variable.
8986         (message-get-reply-headers): Use it.
8987
8988 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * gnus-agent.el (gnus-agent-group-path): Decode group name.
8991         (gnus-agent-group-pathname): Ditto.
8992
8993         * gnus-cache.el (gnus-cache-file-name): Decode group name.
8994
8995         * gnus-group.el (gnus-group-make-group): Decode group name.
8996         (gnus-group-make-rss-group): Register the group data after opening
8997         the nnrss group.
8998
8999 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9000
9001         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9002         by expiry now get marked as read.
9003
9004 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9007
9008 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9009
9010         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9011         unify Latin characters in XEmacs.
9012         (mm-find-mime-charset-region): Use it.
9013
9014 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * gnus-util.el (gnus-delete-directory): New function.
9017
9018         * gnus-agent.el (gnus-agent-delete-group): Use it.
9019
9020         * gnus-cache.el (gnus-cache-delete-group): Use it.
9021
9022 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9025         names.
9026
9027 2004-12-16  Simon Josefsson  <jas@extundo.com>
9028
9029         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9030
9031 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9034
9035         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9036         (gnus-group-set-current-level): Decode group name.
9037
9038 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9039
9040         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9041         failed.
9042
9043 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9044
9045         * gnus-group.el (gnus-group-delete-group): Decode group name.
9046         (gnus-group-make-rss-group): Encode group name.
9047         (gnus-group-catchup-current): Decode group name.
9048         (gnus-group-kill-group): Decode group name.
9049
9050 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9051
9052         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9053
9054 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * gnus-group.el (gnus-group-make-rss-group):
9057         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9058
9059         * gnus-start.el (gnus-setup-news): Honor user's setting to
9060         gnus-message-archive-method.  Suggested by Lute Kamstra
9061         <lute@gnu.org>.
9062
9063 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9064
9065         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9066         global counterparts of the buffer-local variables.
9067
9068 2004-11-16  Romain Francoise  <romain@orebokech.com>
9069
9070         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9071         counterparts of the buffer-local variables.
9072
9073 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9074
9075         * message.el (message-forbidden-properties): Fixed typo in doc
9076         string.
9077
9078 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9079
9080         * gnus-util.el (gnus-replace-in-string): Added doc string.
9081
9082         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9083         to avoid problems when splitting mails with many recipients.
9084
9085 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9086
9087         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9088         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9089
9090 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9091
9092         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9093         if there is no hashtable in memory or file modification time is
9094         newer than cached timestamp.
9095
9096 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9097
9098         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9099         not-matching option.
9100
9101 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9102
9103         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9104         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9105         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9106         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9107         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9108         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9109
9110 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * message.el (message-forward-make-body-mml): Remove headers
9113         according to message-forward-ignored-headers if a message is decoded.
9114
9115 2004-12-02  Romain Francoise  <romain@orebokech.com>
9116
9117         * message.el (message-forward-make-body-plain): Always remove
9118         headers according to message-forward-ignored-headers.
9119
9120 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9121
9122         * spam.el (spam-summary-prepare-exit): Remove the
9123         gnus-summary-limit pop for now, it has problems with ham marks for
9124         me.
9125
9126 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9127
9128         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9129         correctly.
9130
9131 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9132
9133         * format-spec.el (format-spec): Message the char.
9134
9135 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9136
9137         * gnus-art.el (gnus-split-methods): Reformat comments.
9138
9139         * spam.el (spam-summary-prepare-exit): Remove article limits
9140         before exiting the summary buffer.
9141
9142 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9145         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9146
9147         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9148         order to silence the byte compiler.
9149
9150         * spam.el: Fix the way to silence the byte compiler, which
9151         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9152         bbdb-search-simple, spam-BBDB-register-routine,
9153         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9154         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9155         spam-stat-buffer-is-spam, spam-stat-load,
9156         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9157         spam-stat-save and spam-stat-split-fancy.
9158
9159 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9162         which may confuse users.
9163         (canlock-password-for-verify): Ditto.
9164
9165         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9166
9167         * gnus-art.el (gnus-emphasis-alist): Ditto.
9168
9169         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9170
9171         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9172
9173         * gnus-start.el (gnus-save-killed-list): Ditto.
9174
9175         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9176         (gnus-sum-thread-tree-root): Ditto.
9177         (gnus-sum-thread-tree-false-root): Ditto.
9178         (gnus-sum-thread-tree-single-indent): Ditto.
9179
9180         * message.el (message-courtesy-message): Ditto.
9181         (message-archive-note): Ditto.
9182         (message-subscribed-address-file): Ditto.
9183         (message-user-fqdn): Ditto.
9184
9185         * spam-report.el (spam-report-gmane-regex): Ditto.
9186
9187         * spam.el (spam-blackhole-good-server-regex): Ditto.
9188
9189 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * mml.el (mml-preview): Widen the message buffer before copying
9192         the contents to the preview buffer; sort headers before previewing.
9193
9194         * message.el (message-hidden-headers): Fix the way to avoid a bug
9195         in the `repeat' widget in Emacs 21.3 or earlier.
9196
9197 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9198
9199         * message.el (message-hidden-headers): Default to "^References:".
9200         Improve customization type.  Suggested by Reiner Steib
9201         <Reiner.Steib@gmx.de>.
9202
9203 2004-11-25  Romain Francoise  <romain@orebokech.com>
9204
9205         * message.el (message-strip-forbidden-properties): Remove check for
9206         obsolete `message-hidden' text property, hidden headers are not
9207         accessible in the buffer anymore.
9208
9209 2004-11-22  Romain Francoise  <romain@orebokech.com>
9210
9211         * message.el (message-header-format-alist): Add `From' in list
9212         so that it can be sorted.
9213         (message-fix-before-sending): Widen and sort headers before
9214         sending.
9215         (message-hide-headers): Use narrowing to hide headers by moving
9216         them to the top of the buffer and narrowing to the region
9217         underneath.
9218
9219 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9220
9221         * message.el (message-strip-forbidden-properties): Bind
9222         buffer-read-only (etc) to nil.
9223
9224 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9227         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9228
9229 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9230
9231         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9232
9233 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9234
9235         * dns.el (query-dns): Use sit-for to time instead of
9236         accept-process-output, since that doesn't seem to work on udp
9237         sockets.
9238
9239 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9242
9243 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9244
9245         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9246         doc string.  Improve doc string.
9247
9248 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * nntp.el (nntp-request-update-info): Return nil if
9251         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9252         may not call gnus-activate-group which uselessly issues the GROUP
9253         commands for all nntp groups and wastes time.  Reported by Romain
9254         Francoise <romain@orebokech.com>.
9255
9256         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9257
9258 2004-11-15  Simon Josefsson  <jas@extundo.com>
9259
9260         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9261         headers separately.
9262         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9263         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9264
9265 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9266
9267         * gnus-start.el (gnus-convert-old-newsrc):
9268         Assign legacy-gnus-agent to 5.10.7.
9269
9270 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9271
9272         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9273         start of the lines.
9274
9275 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9276
9277         * hashcash.el (hashcash-default-payment): Change default to 20
9278         (hashcash-default-accept-payment): Change default to 20
9279         (hashcash-process-alist): New variable
9280         (hashcash-generate-payment-async): Add
9281         (hashcash-already-paid-p): Add
9282         (hashcash-insert-payment): Don't generate payments twice
9283         (hashcash-insert-payment-async): Add
9284         (hashcash-insert-payment-async-2): Add
9285         (hashcash-cancel-async): Add
9286         (hashcash-wait-async): Add
9287         (hashcash-processes-running-p): Add
9288         (hashcash-wait-or-cancel): Add
9289         (mail-add-payment): New optional argument.  Conditionally start
9290         asynchronous calculation.
9291         (mail-add-payment-async): Add
9292
9293         * message.el (message-send-mail): Wait for asynchronous hashcash
9294         results.  Don't clobber existing X-Hashcash headers.
9295         (message-setup-1): Call mail-add-payment-async when
9296         message-generate-hashcash is non-nil.
9297
9298 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9299
9300         * message.el (message-use-alternative-email-as-from): Examine the
9301         From header as well; use message-make-from in order to include a
9302         user's full name.
9303
9304 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9307         default; improve customization type.
9308         (gnus-emphasis-custom-with-format): New macro.
9309         (gnus-emphasis-custom-value-to-external): New function.
9310         (gnus-emphasis-custom-value-to-internal): New function.
9311
9312 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9313
9314         * dns.el (query-dns): Resolve reverse addresses.
9315
9316 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9317
9318         * gnus-group.el (gnus-group-get-new-news): Use it.
9319
9320         * gnus-start.el (gnus-check-reasonable-setup): New function.
9321
9322 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9325         "Args out of range" error.  Reported by Arnaud Giersch
9326         <arnaud.giersch@free.fr>.
9327
9328 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9329
9330         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9331
9332 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9333
9334         * spam.el (spam group): Add :version.
9335
9336         * pgg-def.el (pgg group): Add :version.
9337
9338 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * gnus-art.el (gnus-article-edit-article): Don't associate the
9341         article buffer with a draft file.  This is a temporary measure
9342         against the 2004-08-22 change to gnus-article-edit-mode.
9343
9344 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9347         (html2text-format-tags): Remove unused variable `attr'.
9348
9349 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9350
9351         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9352
9353         * tls.el (tls-process-connection-type, tls-success)
9354         (tls-certtool-program): Add :version.
9355
9356         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9357         (starttls-extra-arguments, starttls-process-connection-type)
9358         (starttls-connect, starttls-failure, starttls-success):
9359
9360         * spam-stat.el (spam-stat): Add :version.
9361
9362         * sieve.el (sieve): Add :version.
9363
9364         * sha1.el (sha1): Add :version.
9365         (sha1-use-external): Remove redundant version.
9366
9367         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9368         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9369         (nnmail-split-fancy-match-partial-words)
9370         (nnmail-split-lowercase-expanded): Add :version.
9371
9372         * nndiary.el (nndiary): Add :version.
9373
9374         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9375
9376         * mml-sec.el (mml-default-sign-method)
9377         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9378         Add :version.
9379
9380         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9381
9382         * mm-url.el (mm-url-use-external, mm-url-program)
9383         (mm-url-arguments): Add :version.
9384
9385         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9386         (mm-attachment-file-modes, mm-decrypt-option)
9387         (mm-w3m-safe-url-regexp): Add :version.
9388
9389         * message.el (message-cite-prefix-regexp)
9390         (message-sendmail-envelope-from, message-minibuffer-local-map)
9391         (message-user-fqdn, message-completion-alist): Add :version.
9392
9393         * gnus-win.el (gnus-configure-windows-hook)
9394         (gnus-use-frames-on-any-display): Add :version.
9395
9396         * gnus-art.el (gnus-article-address-banner-alist)
9397         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9398         (gnus-treat-from-picon, gnus-treat-mail-picon)
9399         (gnus-treat-x-pgp-sig): Add :version.
9400
9401         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9402         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9403         (gnus-summary-article-delete-hook)
9404         (gnus-summary-display-while-building): Add :version.
9405
9406         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9407         (gnus-get-top-new-news-hook):Add :version.
9408
9409         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9410         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9411
9412         * gnus-registry.el (gnus-registry): Add :version.
9413
9414         * gnus-spec.el (gnus-use-correct-string-widths)
9415         (gnus-make-format-preserve-properties): Add :version.
9416
9417         * gnus.el (gnus-group-charter-alist)
9418         (gnus-group-fetch-control-use-browse-url)
9419         (gnus-install-group-spam-parameters): Add :version.
9420
9421         * gnus-diary.el (gnus-diary): Add :version.
9422
9423         * gnus-delay.el (gnus-delay): Add :version.
9424
9425         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9426         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9427         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9428         Add :version.
9429
9430         * gnus-agent.el (gnus-agent-max-fetch-size)
9431         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9432         (gnus-agent-prompt-send-queue): Add :version.
9433
9434         * deuglify.el (gnus-outlook-deuglify): Add :version.
9435
9436         * html2text.el: Beautify code.  Improve doc strings.  Some
9437         checkdoc cleanup.
9438         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9439
9440 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9441
9442         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9443
9444 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9445
9446         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9447         when package is loaded.
9448
9449         * spam.el (spam-summary-score-preferred-header): Add global preference
9450         for people who want to override the default SpamAssassin over
9451         Bogofilter preference (when both are set).
9452         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9453         (spam-user-format-function-S): Check
9454         spam-summary-score-preferred-header.
9455         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9456         (spam-user-format-function-S): Format the score correctly.
9457
9458 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9461         signature file.  Suggested by Manoj Srivastava
9462         <srivasta@golden-gryphon.com>.
9463
9464         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9465         iso-2022-jp even in the Japanese language environment.
9466         Suggested by Jason Rumney <jasonr@gnu.org>.
9467
9468 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9469
9470         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9471         use the same characters as the dummy marks; make it free from
9472         getting affected by the language environment.
9473         (gnus-summary-read-group-1): Update mark positions only when the
9474         format spec is updated.
9475
9476         * gnus-spec.el (gnus-update-format-specifications): Return a list
9477         of updated types.
9478
9479 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9482         of boundp to check if display-warning is available.
9483
9484 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9485
9486         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9487
9488 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * nnspool.el (nnspool-spool-directory): Use news-path if the
9491         news-directory variable is not bound.
9492
9493         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9494         function instead of display-warning if it is not available.
9495
9496 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9497
9498         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9499         v5-10: Use `point-at-bol'.
9500
9501 2004-10-26  Simon Josefsson  <jas@extundo.com>
9502
9503         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9504         <chenggao@gmail.com>.
9505
9506 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9507
9508         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9509         instead.
9510
9511 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9512
9513         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9514         to remove a server from the nnimap-server-buffer-alist.
9515         (nnimap-open-connection, nnimap-close-server): Use it.
9516
9517         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9518
9519 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9520
9521         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9522         running the major-mode function.
9523
9524 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9527         dummy marks in the right way.
9528
9529 2004-10-18  David Edmondson  <dme@dme.org>
9530
9531         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9532         excessively.
9533
9534 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9535
9536         * gnus-util.el (gnus-split-references): Accept a nil references
9537         string and go on blissfully.
9538
9539         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9540         cases where the references string is non-nil but has no references.
9541
9542         * encrypt.el: Add autoload tags.
9543
9544         * spam.el (spam-resolve-registrations-routine): Remove article
9545         from unregistration list too.  Reported by David Hanak
9546         <dhanak@isis.vanderbilt.edu>
9547
9548 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9549
9550         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9551         nil.  Changed custom type.
9552
9553 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9556
9557         * gnus-sum.el (gnus-summary-move-article): Use it.
9558
9559 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9560
9561         * encrypt.el: Add autoload cookies.
9562
9563         * spam.el (spam-backend-article-list-property)
9564         (spam-backend-get-article-todo-list)
9565         (spam-backend-put-article-todo-list, )
9566         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9567         Resolve registrations separately.
9568         (spam-register-routine): Format comments.
9569         (spam-unregister-routine, spam-register-routine): Always call with
9570         specific-articles, no default list.
9571         (spam-summary-prepare-exit): Use the spam-classifications function.
9572
9573         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9574         gnus-encrypt.el.
9575
9576         * encrypt.el: Copied from gnus-encrypt.el.
9577
9578         * gnus-encrypt.el: Commented that it's obsolete.
9579
9580 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9581
9582         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9583         (gnus-score-save): Use it.
9584
9585         * message.el (message-bury): Use `window-dedicated-p'.
9586
9587 2004-10-15  Simon Josefsson  <jas@extundo.com>
9588
9589         * pop3.el (top-level): Don't require nnheader.
9590         (pop3-read-timeout): Add.
9591         (pop3-accept-process-output): Add.
9592         (pop3-read-response, pop3-retr): Use it.
9593
9594 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9595
9596         * spam.el (spam-register-routine): Move comment.
9597         (spam-verify-bogofilter): Use 'unknown for the initial
9598         spam-bogofilter-valid state, not 'never.
9599
9600         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9601         for netrc-machine.
9602
9603         * nnimap.el (nnimap-open-connection): Use
9604         netrc-machine-user-or-password.
9605
9606 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9607
9608         * gnus-registry.el (gnus-registry-unload-hook):
9609         Set as a variable with add-hook.
9610
9611         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9612         of news-path.
9613
9614         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9615
9616         * spam.el: Delete duplicate `provide'.
9617         (spam-unload-hook): Set as a variable with add-hook.
9618
9619 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9620
9621         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9622         in the doc string.
9623
9624         * message.el (message-ignored-news-headers)
9625         (message-ignored-supersedes-headers)
9626         (message-ignored-resent-headers)
9627         (message-forward-ignored-headers): Improve custom type.
9628
9629 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * message.el (message-tokenize-header): Fix 2004-09-06 change
9632         which used point-min in the wrong place.
9633
9634 2004-10-12  Simon Josefsson  <jas@extundo.com>
9635
9636         * tls.el (tls-certtool-program): New variable.
9637         (tls-certificate-information): New function, based on
9638         ssl-certificate-information.
9639
9640 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * compface.el: Move the version of ELisp-based uncompface program
9643         to the contrib directory because of the copyright problem.
9644
9645 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9646
9647         * message.el (message-kill-buffer): Raise the current frame.
9648
9649 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9652
9653         * gnus.el (message-y-or-n-p): Autoload.
9654
9655         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9656         (pop3-password-required, pop3-authentication-scheme)
9657         (pop3-leave-mail-on-server): Made customizable.
9658         (pop3): New custom group.
9659         (pop3-retr): Remove `sleep-for' statements.
9660         Suggested by Dave Love <fx@gnu.org>.
9661
9662         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9663         Windows/DOS.
9664
9665         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9666         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9667         Dave Love <fx@gnu.org>.
9668
9669         * mml.el (mml-minibuffer-read-disposition): Require match.
9670         Suggested by Dave Love <fx@gnu.org>.
9671
9672 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9675         doc string.
9676
9677 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9678
9679         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9680
9681 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9682
9683         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9684         instead of calling `mm-insert-inline', to decode text/* parts
9685         before displaying them.
9686
9687 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * mm-uu.el (mm-uu-text-plain-type): New variable.
9690         (mm-uu-pgp-signed-extract-1): Use it.
9691         (mm-uu-pgp-encrypted-extract-1): Use it.
9692         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9693         bind mm-uu-text-plain-type with that value.
9694         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9695         mm-uu-dissect.
9696
9697 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * gnus-group.el (gnus-update-group-mark-positions):
9700         * gnus-sum.el (gnus-update-summary-mark-positions):
9701         * message.el (message-check-news-body-syntax):
9702         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9703         of string-as-multibyte.
9704
9705 2004-10-05  Juri Linkov  <juri@jurta.org>
9706
9707         * gnus-group.el (gnus-update-group-mark-positions):
9708         * gnus-sum.el (gnus-update-summary-mark-positions):
9709         * message.el (message-check-news-body-syntax):
9710         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9711         8-bit unibyte values to a multibyte string for search functions.
9712
9713 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9716         (mm-uu-dissect-text-parts): New function.
9717
9718         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9719         dissect text parts.
9720
9721         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9722         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9723
9724         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9725
9726         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9727         gnus-current-topics instead of gnus-current-topic.
9728
9729 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9730
9731         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9732
9733 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9734
9735         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9736         where approriate.
9737
9738         * nnml.el (nnml-generate-active-info): do.
9739
9740         * nndiary.el (nndiary-generate-active-info): do.
9741
9742         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9743         (gnus-topic-move): do.
9744
9745         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9746         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9747
9748         * gnus-srvr.el (gnus-server-prepare)
9749         (gnus-server-open-all-servers): do.
9750
9751         * gnus-msg.el (gnus-summary-cancel-article)
9752         (gnus-summary-resend-message)
9753         (gnus-summary-mail-crosspost-complaint): do.
9754
9755         * gnus-move.el (gnus-change-server): do.
9756
9757         * gnus-group.el (gnus-group-unmark-all-groups)
9758         (gnus-group-set-current-level): do.
9759
9760 2004-10-04  Simon Josefsson  <jas@extundo.com>
9761
9762         * message.el (message-generate-hashcash): Doc fix.
9763
9764 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9765
9766         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9767         avoid infinite recursion via gnus-get-function.
9768
9769 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9770
9771         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9772
9773         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9774
9775         * nnmail.el (nnmail-split-history): do.
9776
9777         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9778         (nnml-request-delete-group): do.
9779
9780         * nnslashdot.el (nnslashdot-read-groups): do.
9781
9782         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9783         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9784
9785         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9786         (nnspool-sift-nov-with-sed): Use last
9787         (nnspool-retrieve-headers-with-nov): Use mapc.
9788         (nnspool-request-newgroups): Use dolist.
9789         (nnspool-request-group): Use last.
9790
9791         * nntp.el (nntp-read-server-type): Use dolist.
9792
9793         * nnvirtual.el (nnvirtual-create-mapping)
9794         (nnvirtual-update-read-and-marked): Use dolist.
9795         (nnvirtual-convert-headers): Simplify.
9796
9797 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9798
9799         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9800         support for sync'ing tick marks.
9801
9802 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9805         there's no visible header.
9806
9807 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9808
9809         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9810         necessary, pass full group name to gnus-request-set-marks.
9811
9812 2004-10-01  Simon Josefsson  <jas@extundo.com>
9813
9814         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
9815         acroread.
9816
9817 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9818
9819         * spam-report.el (spam-report-gmane): Fix interactive.
9820
9821         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9822
9823         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9824         when writing file.
9825         (gnus-agent-synchronize-flags): Don't default to being
9826         interactive.
9827
9828 2004-09-30  Simon Josefsson  <jas@extundo.com>
9829
9830         * message.el (message-generate-hashcash): Add.
9831         (message-send-mail): Use it, call mail-add-payment.
9832
9833 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9834
9835         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9836
9837 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
9838
9839         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9840         gnus-requst-update-info with explicit code to sync the in-memory
9841         info read flags with the marks being sync'd to the backend.
9842
9843         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9844
9845 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9846
9847         * spam.el (spam-verify-bogofilter): Add new function.
9848         (spam-check-bogofilter)
9849         (spam-bogofilter-register-with-bogofilter): Use it.
9850         (spam-verify-bogofilter): Add small fixes.
9851
9852 2004-09-28  Simon Josefsson  <jas@extundo.com>
9853
9854         * hashcash.el (hashcash-generate-payment): Revert.
9855
9856 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9857
9858         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9859         gnus-extract-references instead of gnus-split-references.
9860
9861         * gnus-util.el (gnus-extract-references): Add new function, analogous
9862         to gnus-split-references but extracts only the message-ID without
9863         anything extra.
9864
9865         * hashcash.el (hashcash-generate-payment)
9866         (hashcash-check-payment): Do the right thing if hashcash-path is
9867         nil (because the hashcash program could not be found).
9868
9869         * spam.el (spam-use-hashcash): Remove comment.
9870
9871 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
9872
9873         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9874         (gnus-cache-enter-article, gnus-cache-remove-article)
9875         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9876
9877         * gnus-async.el (gnus-async-prefetch-remove-group): do.
9878
9879         * gnus-art.el (article-hide-boring-headers)
9880         (article-translate-strings, article-display-face)
9881         (gnus-article-mime-match-handle-first)
9882         (gnus-article-highlight-headers)
9883         (gnus-article-add-buttons-to-head): do.
9884
9885 2004-09-27  Simon Josefsson  <jas@extundo.com>
9886
9887         * hashcash.el: New version, from
9888         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
9889         ../contrib/.
9890
9891 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9894
9895 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
9896
9897         * gnus-dup.el (gnus-dup-open): Use mapc.
9898         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9899
9900         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9901         Reported by Stefan Wiens <s.wi@gmx.net>.
9902
9903         * gnus.el (gnus-shutdown): Use dolist.
9904
9905         * gnus-undo.el (gnus-undo): Use mapc.
9906
9907         * nnrss.el (nnrss-generate-active): do.
9908
9909         * message.el (message-cite-original-without-signature)
9910         (message-cite-original): Use mapc.
9911         (message-do-actions, message-make-forward-subject): Use dolist.
9912
9913 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9914
9915         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9916         deletion to remove entire duplicate line.  Fixes merged article
9917         number bug.
9918
9919 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9920
9921         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9922         servers that are offline.  Avoids having gnus-agent-toggle-plugged
9923         first ask if you want to open a server and then, even when you
9924         responded with no, asking if you want to synchronize the server's
9925         flags.
9926         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9927         multi-line expressions.
9928         (gnus-agent-synchronize-group-flags): New internal function.
9929         Updates marks in memory (in the info structure) AND in the
9930         backend.
9931
9932         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9933
9934         * nnagent.el (nnagent-request-set-mark): Use
9935         gnus-agent-synchronize-group-flags, not backend's request-set-mark
9936         method, to ensure that synchronization updates marks in the
9937         backend and in the info (in memory) structure.
9938
9939 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9942         convention fully; don't miss the root article of a thread; make
9943         the X-Draft-From header with correct article numbers.
9944
9945 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
9946
9947         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9948         unless plugged.  Disable the agent so that an open failure causes
9949         an error.
9950
9951         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9952         Reverted 2004-09-21 change.  The backend must be opened while
9953         synchronizing flags even when the backend stores the flags
9954         locally.
9955
9956 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
9957
9958         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9959         in `header' match.  Reported by Svend Tollak Munkejord.
9960
9961         * message.el (message-cite-original): Fix use of
9962         `message-cite-articles-with-x-no-archive'.
9963
9964 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9967         (gnus-window-to-buffer): Ditto.
9968
9969         * mml.el (mml-preview-buffer): New variable.
9970         (mml-preview): Manage window layout with gnus-buffer-configuration.
9971
9972         * gnus-msg.el (gnus-setup-message): Put article numbers into the
9973         X-Draft-From header even if those articles aren't quoted.
9974
9975 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
9976
9977         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9978         (gnus-request-set-mark, gnus-request-update-mark): Use new
9979         g-s-t-u-l-m to decide to use backend even when unplugged.
9980
9981 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9984         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
9985
9986 2004-09-20  Simon Josefsson  <jas@extundo.com>
9987
9988         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9989         "utf-16-le".
9990
9991 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9992
9993         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9994
9995 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * uudecode.el (uudecode-use-external): Add :version.
9998
9999         * smime.el (smime-CA-file, smime-encrypt-cipher)
10000         (smime-dns-server): Add :version.
10001
10002         * smiley.el (gnus-smiley-file-types): Add :version.
10003
10004         * sha1.el (sha1-use-external): Add :version.
10005
10006         * pgg-def.el (pgg-query-keyserver): Add :version.
10007
10008         * nnmail.el (nnmail-fancy-expiry-targets)
10009         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10010         Add :version.
10011
10012         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10013         (nnimap-retrieve-groups-asynchronous): Add :version.
10014         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10015
10016         * mml.el (mml-content-disposition-parameters)
10017         (mml-insert-mime-headers-always): Add :version.
10018
10019         * mm-util.el (mm-coding-system-priorities): Add :version.
10020
10021         * mm-decode.el (mm-inline-text-html-with-images)
10022         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10023         (mm-verify-option): Add :version.
10024         (mm-text-html-renderer): Change :version.
10025
10026         * message.el (message-fcc-externalize-attachments)
10027         (message-required-headers, message-draft-headers)
10028         (message-subject-trailing-was-query)
10029         (message-subject-trailing-was-ask-regexp)
10030         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10031         (message-mark-insert-end, message-archive-header)
10032         (message-archive-note, message-cross-post-default)
10033         (message-cross-post-note, message-followup-to-note)
10034         (message-cross-post-note-function, message-use-mail-followup-to)
10035         (message-subscribed-address-functions)
10036         (message-subscribed-address-file, message-subscribed-addresses)
10037         (message-subscribed-regexps, message-allow-no-recipients)
10038         (message-yank-cited-prefix, message-signature-insert-empty-line)
10039         (message-hidden-headers, message-hierarchical-addresses)
10040         (message-mail-user-agent, message-use-idna)
10041         (message-valid-fqdn-regexp)
10042         (message-strip-special-text-properties, message-header-synonyms)
10043         (message-beginning-of-line, message-tab-body-function): Add :version.
10044         (message-insert-canlock, message-wide-reply-confirm-recipients):
10045         Change :version.
10046
10047         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10048         and :version.
10049         (mail-source-delete-old-incoming-confirm)
10050         (mail-source-movemail-program): Add :version.
10051
10052         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10053         (gnus-agent-cache, gnus-agent): Change :version.
10054
10055         * gnus-util.el (gnus-use-byte-compile): Change :version.
10056
10057         * gnus-sum.el (gnus-summary-make-false-root-always)
10058         (gnus-summary-default-high-score)
10059         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10060         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10061         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10062         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10063         (gnus-sum-thread-tree-single-indent)
10064         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10065         (gnus-sum-thread-tree-leaf-with-other)
10066         (gnus-sum-thread-tree-single-leaf): Add :version.
10067         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10068         (gnus-article-loose-mime): Change :version.
10069
10070         * gnus-start.el (gnus-backup-startup-file)
10071         (gnus-save-startup-file-via-temp-buffer): Add :version.
10072
10073         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10074         (gnus-server-offline-face): Add :version.
10075
10076         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10077
10078         * gnus-msg.el (gnus-gcc-externalize-attachments)
10079         (gnus-debug-files, gnus-debug-exclude-variables)
10080         (gnus-discouraged-post-methods): Change :version.
10081         (gnus-confirm-mail-reply-to-news)
10082         (gnus-confirm-treat-mail-like-news): Add :version.
10083
10084         * gnus-int.el (gnus-server-unopen-status): Add :version.
10085
10086         * gnus-group.el (gnus-group-jump-to-group-prompt)
10087         (gnus-large-ephemeral-newsgroup)
10088         (gnus-fetch-old-ephemeral-headers): Add :version.
10089
10090         * gnus-fun.el (gnus-x-face-directory)
10091         (gnus-convert-pbm-to-x-face-command)
10092         (gnus-convert-image-to-x-face-command)
10093         (gnus-convert-image-to-face-command): Add :version.
10094
10095         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10096
10097         * gnus-cite.el (gnus-cite-blank-line-after-header)
10098         (gnus-article-boring-faces): Add :version.
10099
10100         * gnus-art.el (gnus-buttonized-mime-types)
10101         (gnus-inhibit-mime-unbuttonizing)
10102         (gnus-treat-display-face)
10103         (gnus-treat-body-boundary): Change :version.
10104         (gnus-body-boundary-delimiter, gnus-picon-databases)
10105         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10106         (gnus-treat-date-english, gnus-treat-fold-headers)
10107         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10108         (gnus-treat-mail-picon, gnus-treat-wash-html)
10109         (gnus-article-encrypt-protocol)
10110         (gnus-use-idna, gnus-article-over-scroll)
10111         (gnus-mime-display-multipart-alternative-as-mixed)
10112         (gnus-mime-display-multipart-related-as-mixed)
10113         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10114         (gnus-ctan-url, gnus-button-ctan-handler)
10115         (gnus-button-handle-ctan-bogus-regexp)
10116         (gnus-button-ctan-directory-regexp)
10117         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10118         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10119         (gnus-button-man-level, gnus-button-emacs-level)
10120         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10121
10122         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10123         (gnus-agent-go-online): Change :version.
10124         (gnus-agent-expire-unagentized-dirs)
10125         (gnus-agent-auto-agentize-methods): Add :version.
10126
10127         * flow-fill.el (fill-flowed-display-column)
10128         (fill-flowed-encode-column): Add :version.
10129
10130         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10131         (gnus-outlook-deuglify-unwrap-max)
10132         (gnus-outlook-deuglify-cite-marks)
10133         (gnus-outlook-deuglify-unwrap-stop-chars)
10134         (gnus-outlook-deuglify-no-wrap-chars)
10135         (gnus-outlook-deuglify-attrib-cut-regexp)
10136         (gnus-outlook-deuglify-attrib-verb-regexp)
10137         (gnus-outlook-deuglify-attrib-end-regexp)
10138         (gnus-outlook-display-hook): Add :version.
10139
10140         * binhex.el (binhex-use-external): Add :version.
10141
10142 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10143
10144         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10145         and `invisible'.
10146
10147 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10148
10149         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10150         in gnus-registry-trim.
10151
10152 2004-09-13  Simon Josefsson  <jas@extundo.com>
10153
10154         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10155
10156         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10157
10158         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10159         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10160         <yamaoka@jpl.org>.
10161         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10162         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10163         <yamaoka@jpl.org>.
10164
10165         * sieve.el (sieve-manage-mode): Ditto.
10166
10167 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10168
10169         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10170
10171 2004-09-11  Simon Josefsson  <jas@extundo.com>
10172
10173         * dns-mode.el: Add.
10174
10175         * mm-view.el (mm-display-dns-inline): Add.
10176
10177         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10178         (mm-automatic-display): Ditto.
10179
10180         * mailcap.el (mailcap-mime-data): Add text/dns.
10181         (mailcap-mime-extensions): Map .soa to text/dns.
10182
10183 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10184
10185         * gnus-art.el (article-decode-mime-words, article-babel)
10186         (gnus-article-highlight-signature, gnus-article-add-buttons)
10187         (gnus-signature-toggle): Remove unnecessary bindings of
10188         `inhibit-read-only' inherited from v5.10 merge.
10189
10190 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * nntp.el (nntp): New customization group.
10193         (nntp-authinfo-file): Add customization group.
10194
10195         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10196
10197         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10198
10199         * gnus.el (to-address, to-list, subscribed)
10200         (large-newsgroup-initial): Ditto.
10201
10202         * flow-fill.el (fill-flowed-display-column)
10203         (fill-flowed-encode-column): Ditto.
10204
10205 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10206
10207         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10208         Use point-min rather than 1.
10209         (message-send-mail): Use buffer-size rather than point-max.
10210
10211         * gnus-sum.el (gnus-summary-search-article-forward):
10212         Signal a specific `search-failed' rather than a generic `error'.
10213
10214         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10215         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10216         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10217
10218 2004-09-10  Simon Josefsson  <jas@extundo.com>
10219
10220         * nndb.el (require): Remove tcp and duplicate cl.
10221
10222 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * gnus-agent.el (directory-files-and-attributes): Move forward.
10225
10226 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10227
10228         * gnus-agent.el (directory-files-and-attributes): Optionally
10229         defined to support XEmacs.
10230
10231 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10232
10233         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10234         to avoid run-time CL dependencies.
10235         (gnus-agent-unfetch-articles): New function.
10236         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10237         article numbers even when local .overview file is missing.
10238         (gnus-agent-read-article-number): New function.  Only accepts
10239         27-bit article numbers.
10240         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10241         gnus-agent-read-article-number.
10242         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10243         from backend while recognizing that article numbers in .overview
10244         must be valid.
10245         (gnus-agent-update-files-total-fetched-for): Use
10246         directory-files-and-attributes to improve performance.
10247         * gnus-int.el (gnus-request-move-article): Use
10248         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10249         improve performance.
10250
10251         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10252         some users confused by references to .newsrc when they only have a
10253         .newsrc.eld file.
10254         (gnus-convert-mark-converter-prompt)
10255         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10256         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10257         New function.  Used internally to only display 'gnus converting
10258         files' message when actually necessary.
10259
10260         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10261         methods now autoloaded.
10262
10263 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10266         identifiers.
10267
10268 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10269
10270         * gnus-picon.el: Fix indentation and closing parenthesis.
10271
10272 2004-09-01  Simon Josefsson  <jas@extundo.com>
10273
10274         * message.el (message-canlock-generate): Require sha1, not
10275         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
10276         to require within a function.  Sadly, if sha1.el isn't loaded, the
10277         let binding in m-c-g will hide the defcustom definition, which is
10278         bad.)
10279
10280         * canlock.el: Require sha1, not sha1-el.
10281
10282         * message.el: Don't autoload sha1 (there is a autoload cookie in
10283         sha1.el).
10284
10285         * sha1-el.el: Renamed to sha1.el.
10286
10287 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10288
10289         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10290
10291 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10292
10293         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10294
10295 2004-08-30  Kim F. Storm  <storm@cua.dk>
10296
10297         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10298
10299         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10300         Add :group 'nnimap.
10301
10302 2004-08-30  Andreas Schwab  <schwab@suse.de>
10303
10304         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10305         ?* and ?\;.
10306
10307         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10308         and ?\' to symbol instead of whitespace.
10309
10310 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10311
10312         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10313
10314         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10315         instead of re-search-forward.
10316
10317         * gnus-uu.el (gnus-uu-save-article): Ditto.
10318         (gnus-uu-post-encode-uuencode): Ditto.
10319
10320         * html2text.el (html2text-clean-list-items): Ditto.
10321         (html2text-clean-dtdd): Ditto.
10322         (html2text-format-tags): Ditto.
10323
10324         * message.el (message-send-mail-with-sendmail): Fix regexp.
10325         (message-fill-field-general): Use search-forward instead of
10326         re-search-forward.
10327         (unbold-region): Ditto.
10328
10329         * nnrss.el (nnrss-request-article): Ditto.
10330
10331         * nnslashdot.el (nnslashdot-request-article): Ditto.
10332
10333         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10334
10335         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10336         "Unrecognized menu descriptor" error in XEmacs.
10337
10338 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10339
10340         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10341         parent article of a sparse article in the thread hashtb.
10342
10343 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10344
10345         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10346         (nnmail-expand-newtext): Lowercase expanded entries if
10347         nnmail-split-lowercase-expanded is non-nil.
10348
10349 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10352
10353         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10354         of gnus-tmp-news-method into string under XEmacs.  It will be
10355         passed to gnus-correct-length which takes only a string argument.
10356
10357 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * gnus-util.el (gnus-bind-print-variables): New macro.
10360         (gnus-prin1): Use it.
10361         (gnus-prin1-to-string): Use it.
10362         (gnus-pp): New function.
10363         (gnus-pp-to-string): New function.
10364
10365         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10366         Replace pp-to-string with gnus-pp-to-string.
10367         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10368         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10369         * gnus-msg.el (gnus-debug): Ditto.
10370         * gnus-score.el (gnus-score-save): Ditto.
10371         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10372         gnus-pp-to-string.
10373         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10374         with gnus-pp.
10375         * score-mode.el (gnus-score-pretty-print): Ditto.
10376         * webmail.el (webmail-debug): Ditto.
10377
10378 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * gnus-art.el (article-display-face, article-display-x-face):
10381         Use buffer-read-only.
10382
10383 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * gnus-art.el (article-hide-list-identifiers):
10386         Bind inhibit-read-only as t.
10387
10388 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10389
10390         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10391
10392 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10393
10394         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10395         (gnus-narrow-to-page): Don't assume point-min == 1.
10396         (gnus-article-edit-mode): Derive from message-mode.
10397
10398         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10399         point-min == 1.
10400
10401         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10402         Disable incorrect use of `assert'.
10403
10404         * message.el (message-mode): Set comment-start-skip.
10405
10406
10407 2004-08-22  Sam Steingold  <sds@gnu.org>
10408
10409         * pop3.el (pop3-leave-mail-on-server): New user variable.
10410         (pop3-movemail): Delete mail only when it is nil.
10411
10412 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10413
10414         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10415
10416         * mml.el (mml-preview): Use `pop-to-buffer'.
10417
10418         * message.el (message-goto-mail-followup-to): Insert after "To".
10419         (message-carefully-insert-headers): Add comment.
10420
10421         * gnus.el: Remove unused variable `gnus-article-check-size'.
10422
10423         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10424
10425         * gnus-art.el (gnus-button-alist): Improve
10426         `gnus-button-handle-library' entry.
10427
10428 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10429
10430         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10431         downcase, since XEmacs capitalizes error messages differently.
10432
10433 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10434
10435         * nntp.el: Add (require 'gnus) due to reference to
10436         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10437
10438 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10439
10440         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10441         `mm-fill-flowed'.
10442
10443         * mm-decode.el (mm-dissect-singlepart): Check it.
10444
10445 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10446
10447         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10448         'imap' for netrc parsing.
10449
10450 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10451
10452         * mailcap.el (mailcap-mime-data): Mark as risky.
10453
10454 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10457         may be included in the encoded word.
10458         (rfc2047-encode): Don't append a space if the encoded word
10459         includes close parenthesis.
10460
10461 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10464         of text within parentheses.
10465
10466 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10467
10468         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10469         (gnus-encrypt-write-file-contents): Make the password key the file
10470         name PLUS the cipher, not just the cipher.  Also remove failed
10471         passwords from the cache.
10472
10473 2004-08-06  Simon Josefsson  <jas@extundo.com>
10474
10475         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10476         fix.
10477
10478 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10481         LWSP.
10482
10483 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10484
10485         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10486         to append in-reply-to: data to the references: header.
10487
10488         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10489         (netrc-parse): Use gnus-encrypt.el functions.
10490
10491         * gnus-encrypt.el: Add new file for encryption support; currently
10492         does only a few GPG ciphers and an internal XOR cipher.
10493
10494         * password.el: Add comments on using password-read-and-add.
10495         (password-read-and-add): Add function to read and add the
10496         password to the cache at once.
10497
10498 2004-07-28  Simon Josefsson  <jas@extundo.com>
10499
10500         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10501         parameter (but don't use it, for now).
10502
10503         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10504         instead of hard coding to nil.
10505
10506 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10509         as mm-inline-image-xemacs does.
10510
10511 2004-07-26  Simon Josefsson  <jas@extundo.com>
10512
10513         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10514         Revert part of 2004-07-17 change below.
10515
10516 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10519         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10520
10521 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10522
10523         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10524         quotes that actually start with ">" at the beginning of the
10525         lines.
10526
10527 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * rfc2047.el (rfc2047-encode-region): Fix last change.
10530         (rfc2047-encode-parameter): Remove useless concat.
10531
10532 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10533
10534         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10535         encode special characters; fix some kind of misconfigured headers;
10536         signal a real error if debug-on-quit or debug-on-error is non-nil.
10537         (rfc2047-encode-max-chars): New variable.
10538         (rfc2047-encode-1): Use it.
10539         (rfc2047-encode-parameter): New function.
10540
10541         * mml.el (mml-insert-parameter): Remove an excessive space.
10542
10543 2004-07-17  Simon Josefsson  <jas@extundo.com>
10544
10545         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10546         Kai Grossjohann <kai@emptydomain.de>.
10547         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10548         (gnus-group-make-menu-bar): Ditto.
10549
10550         * gnus-util.el (gnus-group-server): Add.
10551
10552 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10553
10554         * message.el (message-clone-locals): Clone sendmail and smtp
10555         variables.
10556
10557 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * rfc2047.el (rfc2047-encode-region): Fix last change.
10560
10561 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10564         characters as non-special.
10565
10566 2004-07-09  Simon Josefsson  <jas@extundo.com>
10567
10568         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10569         Users will lose all flag changes made while unplugged with
10570         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10571         good default.  See numerous reports on ding mailing list.
10572
10573 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10576         add generate-head-function and generate-article-function to the
10577         rfc822-forward entry.
10578         (nndoc-rfc822-forward-generate-article): New function.
10579         (nndoc-rfc822-forward-generate-head): New function.
10580
10581         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10582
10583 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10584
10585         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10586         respect display group parameter and gnus-summary-expunge-below.
10587         (gnus-articles-to-read): Remove unused reference to display group
10588         parameter.
10589
10590 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10591
10592         * nnheader.el (nnheader-uniquify-message-id): New experimental
10593         variable.
10594         (nnheader-nov-read-message-id): Use it.
10595
10596         * spam-report.el (spam-report-gmane): Add interactive.
10597
10598 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10599
10600         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10601         qp-or-base64 for the application/* types.
10602
10603 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10604
10605         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10606
10607 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10608
10609         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10610         trim value.
10611
10612 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10613
10614         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10615         New macro and function.
10616         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10617
10618 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10619
10620         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10621         after-load-alist.
10622
10623 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10624
10625         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10626         update info that isn't there.
10627
10628 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10629
10630         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10631         entry.
10632
10633 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10634
10635         * mm-view.el (mm-inline-render-with-function): Use multibyte
10636         buffer; decode html source by charset.
10637
10638         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10639
10640         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10641         Mule-UCS is loaded under XEmacs.
10642         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10643
10644 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10645
10646         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10647
10648 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * mm-util.el (mm-coding-system-p): Return a coding-system.
10651         (mm-mime-mule-charset-alist): Use shift_jis instead of
10652         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10653         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10654         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10655         instead of japanese-shift-jis and iso-latin-1 respectively in
10656         order to share the default value with both Emacs and XEmacs-mule.
10657         (mm-mule-charset-to-mime-charset): Make
10658         mm-coding-system-priorities effective.
10659         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10660         while predicating of candidates upon the priorities.
10661
10662 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10663
10664         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10665         gnus-uu-invert-processable.
10666
10667         * gnus.el: Autoload gnus-uu-invert-processable.
10668
10669 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * mm-util.el (mm-with-multibyte-buffer): New macro.
10672
10673         * rfc2047.el (rfc2047-encode-string): Use it.
10674         (rfc2047-encode-region): Move point to the end of the region after
10675         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10676
10677 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10680         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10681
10682 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10685         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10686         Karl Chen <quarl@nospam.quarl.org>.
10687
10688 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10689
10690         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10691         invalid addresses.
10692
10693 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10694
10695         * spam.el: Change section markers, revise TODO list.
10696         (spam-backends): Make new master list of all installed backends.
10697         (spam-summary-exit-behavior): Add new variable to determine how
10698         messages moves are done at summary exit.
10699         (spam-move-spam-nonspam-groups-only)
10700         (spam-process-ham-in-nonham-groups)
10701         (spam-process-ham-in-spam-groups): Remove variables, the
10702         spam-summary-exit-behavior variable should be used to manage this
10703         behavior.
10704         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10705         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10706         and spam-old-spam-articles.
10707         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10708         Add empty variables, placeholders for the backends they represent.
10709         (spam-set-difference): Move, unchanged.
10710         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10711         unless the user has a processor variable.
10712         (spam-classifications, spam-classification-valid-p)
10713         (spam-backend-properties, spam-backend-property-valid-p)
10714         (spam-backend-function-type-valid-p)
10715         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10716         (spam-report-articles-gmane, spam-report-articles-resend):
10717         Remove functions, they are not needed.
10718         (spam-install-backend-super, spam-backend-list)
10719         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10720         (spam-backend-function, spam-backend-ham-registration-function)
10721         (spam-backend-spam-registration-function)
10722         (spam-backend-ham-unregistration-function)
10723         (spam-backend-spam-unregistration-function)
10724         (spam-backend-statistical-p, spam-backend-mover-p)
10725         (spam-install-backend-alias, spam-install-checkonly-backend)
10726         (spam-install-mover-backend, spam-install-nocheck-backend)
10727         (spam-install-backend, spam-install-statistical-backend)
10728         (spam-install-statistical-checkonly-backend): Add backend installation
10729         support.
10730         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10731         (spam-group-processor-p): Use the new backend code and respect the
10732         summary exit behavior.
10733         (spam-mark-spam-as-expired-and-move-routine): Remove.
10734         (spam-summary-prepare): Change to use the new spam-old-articles
10735         variable.
10736         (spam-copy-or-move-routine, spam-copy-spam-routine)
10737         (spam-move-spam-routine, spam-copy-ham-routine)
10738         (spam-move-ham-routine): Add code to copy/move ham or spam.
10739         (spam-fetch-field-fast): Improve doc and code, plus allow the
10740         'number request.
10741         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10742         variables.
10743         (spam-split, spam-find-spam): Use the new backend code.
10744         (spam-registration-functions): Remove variable.
10745         (spam-unregister-routine): Add convenience wrapper.
10746         (spam-log-undo-registration, spam-register-routine)
10747         (spam-log-processing-to-registry)
10748         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10749         where possible.
10750         (spam-check-gmane-xref, spam-check-regex-headers)
10751         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10752         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10753         (spam-check-bogofilter-headers, spam-check-spamoracle)
10754         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10755         (spam-check-crm114-headers): Use the spam-split-group that
10756         spam-split prepares, no need to determine it every time.
10757
10758         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10759         to the nnheader-parse-naked-head call.
10760
10761         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10762
10763         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10764         the nnheader-nov-read-message-id call.
10765
10766 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10767
10768         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10769         gnus-activate-group twice.  Suggested by Markus Peter
10770         <warp@spin.de>.
10771
10772 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10773
10774         * gnus-art.el (gnus-article-time-format): Exchange the order of
10775         day and month in the default value; fix customization type.
10776         (article-date-ut): Use add-text-properties.
10777         (article-make-date-line): Use message-make-date instead of
10778         current-time-string.
10779
10780         * message.el (message-fetch-field): Don't use set-text-properties.
10781         (message-make-date): Simplify.
10782
10783         * messagexmas.el (message-xmas-make-date): New function.
10784         (message-xmas-redefine): Defalias message-make-date to it.
10785
10786 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10789         (rfc2047-encode-region): Treat text within parentheses as special;
10790         show the original text when error has occurred.
10791
10792         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10793         already-computed method to gnus-activate-group.
10794
10795         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10796         same select-methods identical Lisp objects.
10797
10798         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10799         object when modifying the info.
10800
10801 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * gnus-srvr.el (gnus-server-set-info): Remove the server from
10804         gnus-opened-servers since it has never been opened with the new
10805         configuration yet.
10806
10807 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10810         arg to nnheader-generate-fake-message-id.
10811
10812 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
10813
10814         * nnheader.el (nnheader-generate-fake-message-id): Accept a
10815         number and build a fake message ID localized to a group and
10816         article number (so it's repeatable from that point on).
10817         (nnheader-fake-message-id-p): Change regex to accomodate new fake
10818         ID format.
10819
10820         * gnus-sum.el (gnus-get-newsgroup-headers): Call
10821         nnheader-generate-fake-message-id with the article number.
10822
10823 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
10824
10825         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10826         end-of-buffer.
10827
10828 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10829
10830         * message.el (message-ignored-supersedes-headers): Add Approved.
10831
10832 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10833
10834         * rfc2047.el (rfc2047-encode-message-header): Remove useless
10835         goto-char.
10836         (rfc2047-encode): Fold the line before encoding.
10837
10838 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10839
10840         * rfc2047.el (rfc2047-encode-message-header): Disabled header
10841         folding -- not all headers can be folded, and this should be done
10842         by the message composition mode.  Probably.  I think.
10843
10844 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10845
10846         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10847         fast.
10848
10849         * gnus-ems.el (gnus-remove-image): Don't use
10850         message-text-with-property; remove only the image found first.
10851
10852         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
10853         found first.
10854
10855 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
10856
10857         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10858
10859 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * message.el (message-text-with-property): Make it fast and accept
10862         optional arguments.
10863         (message-strip-forbidden-properties): Use it.
10864         (message-fix-before-sending): Follow the m-t-w-p change.
10865
10866         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10867
10868 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10869
10870         * gnus-art.el (article-hide-headers): Don't change the buffer
10871         mistakenly when performing mml-preview even if
10872         gnus-single-article-buffer is nil.
10873
10874 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
10875
10876         * message.el (message-expand-name-databases): New user option.
10877         (message-expand-name): Use it.
10878
10879 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
10880
10881         * spam.el (spam-report-articles-resend)
10882         (spam-report-resend-register-routine): Allow ham reporting.
10883         (spam-report-resend-register-ham-routine): Add wrapper.
10884         (spam-registration-functions): Add ham resending functions.
10885         (spam-list-of-processors): Add ham resend processor.
10886
10887         * gnus.el (ham-resend-to): Add new group parameter.
10888         (spam-process): Add ham resend option.
10889
10890         * spam-report.el (spam-report-resend): Allow reporting ham.
10891         (spam-report-resend-ham): Add wrapper.
10892
10893 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10894
10895         * message.el (message-cite-articles-with-x-no-archive): New
10896         variable.
10897         (message-cite-original): Use it.
10898
10899 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10900
10901         * message.el (message-cite-original): Respect X-No-Archive.
10902
10903 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10904
10905         * gnus-art.el (article-hide-headers): Refer to the values for
10906         gnus-ignored-headers and gnus-visible-headers in the summary
10907         buffer since a user may have set them as group parameters.
10908
10909 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
10910
10911         * assistant.el (assistant-node-name): Add convenience function.
10912         (assistant-render-text, assistant-render-node): Add error handling,
10913         plus handle multiple next nodes.
10914         (assistant-find-next-node): Comment out for now.
10915         (assistant-find-next-nodes): Add function, returns list of next
10916         nodes.
10917
10918 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
10919
10920         * mail-source.el (mail-source-directory): Fix doc-string.
10921
10922 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
10923
10924         * assistant.el (assistant-render-text, assistant-eval): Add :set
10925         widget type, which is different because it takes and returns a
10926         list.  Much hilarity ensues.
10927
10928 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
10929
10930         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10931
10932         * gnus-group.el (gnus-group-get-new-news-this-group): Added
10933         doc-string.
10934
10935         * gnus-start.el (gnus-activate-group): Added doc-string.
10936
10937 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10940
10941 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
10942
10943         * assistant.el (assistant-render-text): Try to add a :set
10944         widget, more to come.
10945
10946         * spam.el (spam-group-spam-contents-p): Handle empty groupname
10947         strings.
10948         (spam-report-articles-resend)
10949         (spam-register-routine): Do registration iff any articles warrant
10950         it.
10951         (spam-summary-prepare-exit): Change log message for nil group
10952         destinations.
10953
10954 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
10955
10956         * spam.el (spam-report-resend-register-routine): Allow
10957         spam-report-resend-to to be a group parameter or a global value.
10958
10959 2004-05-26  Simon Josefsson  <jas@extundo.com>
10960
10961         * starttls.el: Merge with my GNUTLS based starttls.el.
10962         (starttls-gnutls-program, starttls-use-gnutls)
10963         (starttls-extra-arguments, starttls-process-connection-type)
10964         (starttls-connect, starttls-failure, starttls-success): New
10965         variables.
10966         (starttls-program, starttls-extra-args): Doc fix.
10967         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10968         functions.
10969         (starttls-negotiate, starttls-open-stream): Check
10970         `starttls-use-gnutls' and pass on to corresponding *-gnutls
10971         function if it is set.
10972
10973 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10976         structured fields.
10977
10978 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10981
10982 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
10983
10984         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10985         variable.
10986         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
10987         assigning the spam-mark to new messages.
10988
10989 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
10990
10991         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10992
10993 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10994
10995         * dgnushack.el: Autoload customize-set-variable for XEmacs.
10996
10997         * rfc2047.el (rfc2047-encodable-p): Don't move point.
10998         (rfc2047-decode): Treat the ascii coding-system as raw-text by
10999         default.
11000
11001 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11002
11003         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11004         correct data.
11005
11006 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11007
11008         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11009         (spam-group-processor-p): Fix function.
11010         (spam-group-processor-multiple-p)
11011         (spam-group-spam-processor-report-gmane-p)
11012         (spam-group-spam-processor-report-resend-p)
11013         (spam-group-spam-processor-bogofilter-p)
11014         (spam-group-spam-processor-blacklist-p)
11015         (spam-group-spam-processor-ifile-p)
11016         (spam-group-ham-processor-ifile-p)
11017         (spam-group-spam-processor-spamoracle-p)
11018         (spam-group-spam-processor-crm114-p)
11019         (spam-group-ham-processor-bogofilter-p)
11020         (spam-group-spam-processor-stat-p)
11021         (spam-group-ham-processor-stat-p)
11022         (spam-group-ham-processor-whitelist-p)
11023         (spam-group-ham-processor-BBDB-p)
11024         (spam-group-ham-processor-spamoracle-p)
11025         (spam-group-ham-processor-copy-p): Remove functions with some
11026         prejudice against unneeded code.
11027         (spam-report-articles-resend)
11028         (spam-report-resend-register-routine): Allow the group/topic
11029         spam-resend-to value to override spam-report-resend-to.
11030         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11031         properly now.
11032
11033         * gnus.el (spam-resend-to): Add group/topic parameter.
11034         (spam-process): Move the OBSOLETE processors to the end of the
11035         choices.
11036
11037 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11038
11039         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11040         with resend-to set to nil, and then ask the user if necessary.
11041         (spam-report-resend): spam-report-resend takes a list of articles, not
11042         separate article numbers.
11043
11044 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11047         addition to emacs-w3m.
11048
11049 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11050
11051         * assistant.el (assistant-authinfo-data): New function.
11052         (assistant-eval): Eval for entire assistant.
11053
11054         * netrc.el (netrc-services-file): New variable.
11055         (netrc-parse-services): New function.
11056         (netrc-find-service-name): New function.
11057         (netrc-find-service-number): New function.
11058         (netrc-port-equal): New function.
11059         (netrc-machine): Use it.
11060
11061         * nnimap.el (nnimap-open-connection): Use netrc.
11062
11063         * gnus-util.el (gnus-netrc-get): Remove aliases.
11064
11065         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11066
11067         * assistant.el (wid-edit): Fix compilation.
11068
11069         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11070
11071 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11072
11073         * gnus-util.el (gnus-set-file-modes): New function.  (small
11074         patch).
11075
11076 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11077
11078         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11079
11080         * assistant.el (assistant-render-node): Fix up rendering and
11081         read-only text.
11082         (assistant-render-node): Reset.
11083         (assistant-make-read-only): Not sticky.
11084
11085 2004-05-20  Danny Siu  <dsiu@adobe.com>
11086
11087         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11088         centered even when gnus-auto-center-summary is t
11089
11090 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11091
11092         * dns.el (dns-get-txt-answer): New function.
11093         (dns-read-txt): Ditto.
11094         (query-dns): Use it.
11095
11096 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11099         active for foreign groups even if the group level is higher than
11100         the specified value.
11101
11102 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11103
11104         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11105         non-active groups.
11106
11107         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11108
11109 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11110
11111         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11112
11113 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11114
11115         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11116         (spam-crm114-header, spam-crm114-spam-switch)
11117         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11118         (spam-crm114-positive-spam-header)
11119         (spam-crm114-database-directory, spam-list-of-processors)
11120         (spam-group-spam-processor-crm114-p)
11121         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11122         (spam-generic-score, spam-list-of-checks)
11123         (spam-list-of-statistical-checks, spam-registration-functions)
11124         (spam-check-crm114-headers, spam-crm114-score)
11125         (spam-check-crm114, spam-crm114-register-with-crm114)
11126         (spam-crm114-register-spam-routine)
11127         (spam-crm114-unregister-spam-routine)
11128         (spam-crm114-register-ham-routine)
11129         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11130         asjo@koldfront.dk (Adam Sjøgren).
11131
11132         * gnus.el: Add spam-use-crm114.
11133
11134         * spam.el (spam-list-of-processors, spam-registration-functions):
11135         Add spam-use-resend.
11136         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11137         (spam-report-articles-gmane): Add doc fix.
11138         (spam-report-articles-resend, spam-report-resend-register-routine):
11139         Add wrappers around spam-report-resend-to.
11140
11141         * spam-report.el (spam-report-resend-to, spam-report-resend):
11142         Add support for resending spam.
11143         (spam-report-gmane): Fix line length >80.
11144
11145         * gnus.el (spam-process): Add spam-use-resend.
11146
11147 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11148
11149         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11150         number of processed spam messages.
11151         (spam-ham-copy-or-move-routine): Return the number of processed
11152         ham messages.
11153         (spam-summary-prepare-exit): Use the above values to decide
11154         whether status messages shouled be displayed.
11155
11156 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11157
11158         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11159         `rfc2047-encoding-function-alist' in order to avoid conflicting
11160         with the old version.
11161         (rfc2047-encode-region): Concatenate words containing non-ASCII
11162         characters in structured fields; don't encode space-delimited
11163         ASCII words even in unstructured fields; don't break words at
11164         char-category boundaries.
11165         (rfc2047-encode-1): New function.
11166         (rfc2047-encode): Use it; encode text so that it occupies the
11167         maximum width within 76-column; work correctly on Q encoding for
11168         iso-2022-* charsets.
11169         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11170         sure not to break a line just after the header name.
11171         (rfc2047-b-encode-region): Removed.
11172         (rfc2047-b-encode-string): New function.
11173         (rfc2047-q-encode-region): Removed.
11174         (rfc2047-q-encode-string): New function.
11175
11176         * mm-util.el (mm-replace-in-string): New function.
11177
11178 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11179
11180         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11181         get it right.
11182         (gnus-inews-make-draft): Really.
11183
11184 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11185
11186         * nnmh.el (nnmh-request-list-1): Don't check the link count
11187         before descending.  (small patch)
11188
11189 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11190
11191         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11192         stuff.
11193
11194         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11195         on real group name.
11196
11197         * gnus-art.el (gnus-signature-limit): Doc fix.
11198
11199         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11200
11201         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11202
11203 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11204
11205         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11206         isn't a string.
11207
11208 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11209
11210         * gnus-draft.el (gnus-draft-send): Bind
11211         rfc2047-encode-encoded-words.
11212
11213         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11214         (rfc2047-encodable-p): Say that =? needs encoding.
11215         (rfc2047-encode-encoded-words): New variable.
11216
11217         * gnus-group.el (gnus-group-select-group): Doc fix.
11218
11219         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11220
11221         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11222         to nil.
11223
11224         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11225
11226         * nnheader.el (nnheader-get-lines-and-char): New function.
11227
11228 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11229
11230         * gnus-msg.el (gnus-summary-followup-with-original): Document
11231         yanking of region when active.
11232
11233 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11236         groups if the group level is higher than the specified value.
11237
11238 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11241         (gnus-group-jump-to-group): Added prefix argument using
11242         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11243         non-active group.
11244
11245         * compface.el (uncompface): Be verbose when changing
11246         `uncompface-use-external'.
11247
11248         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11249         handle manual section.
11250
11251 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11252
11253         * gnus-art.el (gnus-button-alist): Revert previous change.
11254
11255 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11256
11257         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11258
11259 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11260
11261         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11262         whether backend can accept message.
11263
11264         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11265
11266 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11267
11268         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11269         Avoid creating directory when nntp-marks-is-evil is true.
11270         Reported by Reiner Steib.
11271
11272 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * gnus-picon.el (gnus-picon-style): New variable.
11275         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11276         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11277         Jesper Harder <harder@ifa.au.dk>.
11278
11279 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11280
11281         * message.el (message-fill-field): Return point.
11282         (message-generate-headers): Go to end of field.
11283
11284         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11285         stuff for non-living groups.
11286
11287 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11288
11289         * gnus-art.el (gnus-article-followup-with-original)
11290         (gnus-article-reply-with-original): gnus-mark-active-p ->
11291         gnus-region-active-p.
11292
11293 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11294
11295         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11296         only when there is spam or ham to be processed.
11297
11298 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11299
11300         * mail-source.el (mail-source-delete-crash-box): Refactor.
11301         (mail-source-fetch): Use it.
11302         (mail-source-fetch-file): Ditto.
11303         (mail-source-fetch-directory): Run postscript in loop.
11304         (mail-source-fetch-pop): Delete.
11305         (mail-source-fetch-maildir): Ditto.
11306         (mail-source-fetch-imap): Ditto.
11307
11308         * imap.el (imap-authenticators): Comment out sasl.
11309
11310         * message.el (message-skip-to-next-address): New function.
11311         (message-fill-header-address): Refactor.
11312         (message-fill-address): Use it.
11313         (message-delete-address): Use it.
11314         (message-fill-header-general): Refactor.
11315         (message-fill-field-address): Rename.
11316         (message-narrow-to-field): Find the start of the header.
11317         (message-header-format-alist): Don't pre-fill.
11318         (message-fill-header): Removed.
11319         (message-insert-header): New function.
11320         (message-shorten-references): Use it.
11321
11322         * rfc2047.el (rfc2047-field-value): Strip props.
11323
11324         * mail-parse.el (mail-header-make-address): New alias.
11325
11326         * ietf-drums.el (ietf-drums-make-address): New function.
11327
11328         * imap.el: Add compiler directives.
11329
11330         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11331
11332         * gnus-art.el (article-decode-idna-rhs): Don't use
11333         message-idna-inside-rhs-p.
11334
11335 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11336
11337         * message.el (message-idna-inside-rhs-p): Removed.
11338         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11339
11340         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11341         false positives.
11342
11343 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11344
11345         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11346
11347 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11348
11349         * nneething.el (nneething-file-name): Don't create spurious
11350         files.
11351
11352         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11353         (gnus-inews-do-gcc): Remove sleep.
11354
11355         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11356         part under point.
11357
11358         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11359         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11360
11361 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11362
11363         * spam.el (spam-summary-prepare-exit): Fixed (length).
11364
11365 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11366
11367         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11368         as expired without moving it" message when there are spam
11369         messages left.
11370
11371 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11372
11373         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11374         header is not nil.
11375
11376 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11377
11378         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11379         nntp-possibly-create-directory, not nntp-possibly-change-group.
11380         (nntp-marks-changed-p): New arg SERVER.
11381         (nntp-request-update-info): Adjust caller.
11382
11383 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11384
11385         * nntp.el (nntp-save-marks): Pass missing arg.
11386
11387 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11388
11389         * nntp.el: Support marks.
11390         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11391         (nntp-marks-modtime, nntp-marks-directory): New variables.
11392         (nntp-request-set-mark, nntp-request-update-info)
11393         (nntp-possibly-create-directory, nntp-marks-changed-p)
11394         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11395         functions.
11396
11397 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11398
11399         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11400         (gnus-xmas-redefine): Rename.
11401
11402         * gnus-score.el (gnus-score-insert-help): Use
11403         gnus-select-lowest-window.
11404
11405         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11406         appt-select-lowest-window and rename to gnus-select-lowest-window.
11407
11408         * gnus.el: do.
11409
11410 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11411
11412         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11413         encodings of MIME-encoded words, in order to improve
11414         interoperability with several broken MUAs.
11415
11416 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11417
11418         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11419         tags, only when charsets are not specified in headers.
11420         (mm-inline-text-html-render-with-w3m): Ditto.
11421
11422         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11423         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11424
11425 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11426
11427         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11428         instead of MIME-decoded from fields when checking
11429         `gnus-article-address-banner-alist'.
11430
11431 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11432
11433         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11434         description rather than subject.
11435
11436 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11437
11438         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11439
11440 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11441
11442         * gnus.el (gnus-version-number): Bump.
11443
11444 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11445
11446         * gnus.el: No Gnus v0.2 is released.
11447
11448 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11449
11450         * gnus-agent.el (gnus-agent-read-agentview): Inline
11451         gnus-uncompress-range.
11452
11453 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11454
11455         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11456         `exec-installed-p'.
11457
11458 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11459
11460         * gnus.el (spam-process, spam-autodetect-methods): Add
11461         bsfilter and bsfilter-headers.
11462
11463         * spam.el (spam-bsfilter): New customize group.
11464         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11465         (spam-bsfilter-header, spam-bsfilter-probability-header)
11466         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11467         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11468         (spam-bsfilter-database-directory): New options.
11469         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11470         (spam-list-of-statistical-checks, spam-registration-functions):
11471         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11472         (spam-bsfilter-score): New command.
11473         (spam-check-bsfilter-headers, spam-check-bsfilter)
11474         (spam-bsfilter-register-with-bsfilter)
11475         (spam-bsfilter-register-spam-routine)
11476         (spam-bsfilter-unregister-spam-routine)
11477         (spam-bsfilter-register-ham-routine)
11478         (spam-bsfilter-unregister-ham-routine): New functions.
11479         (spam-generic-score): Support bsfilter; Accept an optional argument
11480         to recalcurate spam score even if scoring header has already been
11481         added.
11482         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11483         optional argument to recalcurate spam score even if scoring header
11484         has already been added.
11485
11486 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11487
11488         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11489         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11490         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11491         link is missing.
11492
11493 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11494
11495         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11496         (html2text-get-attr): Rewrite.
11497
11498         * message.el (message-setup-1): Remove redundant put-text-property
11499         on mail-header-separator.
11500
11501 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11502
11503         * gnus-registry.el (gnus-registry-cache-whitespace)
11504         (gnus-registry-action, gnus-registry-spool-action)
11505         (gnus-registry-split-fancy-with-parent): Change message levels
11506         from 5 to 3 or 7, as needed.
11507
11508         * spam.el (spam-summary-prepare-exit)
11509         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11510         (spam-split, spam-find-spam, spam-log-undo-registration)
11511         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11512         level from 5 to 6.
11513
11514 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11517         2004-03-04 change).
11518
11519 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11520
11521         * sieve-manage.el (sieve-manage-open):
11522         * nnweb.el (nnweb-insert-html):
11523         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11524         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11525         * nnspool.el (nnspool-request-group):
11526         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11527         * nnml.el (nnml-request-update-info):
11528         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11529         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11530         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11531         (nnimap-request-set-mark):
11532         * nnfolder.el (nnfolder-request-update-info):
11533         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11534         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11535         * gnus-uu.el (gnus-uu-find-articles-matching):
11536         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11537         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11538         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11539         * gnus-nocem.el (gnus-nocem-scan-groups):
11540         * gnus-int.el (gnus-start-news-server):
11541         * gnus-group.el (gnus-group-make-kiboze-group)
11542         (gnus-group-browse-foreign-server):
11543         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11544         Use mapc when appropriate.
11545
11546 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11547
11548         FIXME: Make separate entries for each person.
11549
11550         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11551         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11552         <shields@msrl.com>:
11553
11554         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11555         may need for spam sorting and scoring.
11556         (spam-user-format-function-S): Add user format function suitable for
11557         general use.
11558         (spam-article-sort-by-spam-status): Add sorting function for summary
11559         sorting.
11560         (spam-extra-header-to-number): Add function to get a score from a
11561         header.
11562         (spam-summary-score): Add function to  get a numeric score from the
11563         headers.
11564         (spam-generic-score): Fix function doc, was in wrong place.
11565         (spam-initialize): Take symbols when it's run, and install the
11566         extra headers that spam-necessary-extra-headers thinks we need.
11567
11568 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11569
11570         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11571         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11572
11573 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11574
11575         * gnus-sum.el (gnus-set-global-variables)
11576         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11577         (gnus-article-get-xrefs, gnus-summary-best-group)
11578         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11579         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11580         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11581         Use with-current-buffer.
11582
11583 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11584
11585         * spam.el (spam-summary-prepare-exit): Simplify logic.
11586         (spam-fetch-article-header): Read the article header if it's not
11587         available.
11588         (spam-list-articles): Simplify logic.
11589         (spam-filelist-register-routine): Fix bug with unregister-list.
11590
11591         * gnus-registry.el: Fix comments at beginning.
11592
11593 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11594
11595         * message.el (message-cater-to-broken-inn): Remove.
11596         (message-shorten-references): Make sure the total folded length of
11597         References is shorter than 998 characters to cater to a bug in INN
11598         2.3.  Also, don't pretend that references aren't folded -- this
11599         hasn't worked for a while.
11600
11601 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11602
11603         * gnus-agent.el (gnus-agentize):
11604         gnus-agent-send-mail-real-function no longer set to current value
11605         of message-send-mail-function but rather a lambda that calls
11606         message-send-mail-function.  The change makes the agent real-time
11607         responsive to user changes to message-send-mail-function.
11608
11609 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11610
11611         * legacy-gnus-agent.el
11612         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11613         help from Florian Weimer <fw@deneb.enyo.de>
11614
11615 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * nnmail.el (nnmail-cache-insert): Revert last change.
11618
11619 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * nnmail.el (nnmail-cache-insert): Always check whether
11622         nnmail-cache-ignore-groups matches a group name.
11623
11624 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11625
11626         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11627         (spam-find-spam, spam-log-processing-to-registry)
11628         (spam-log-registered-p, spam-log-unregistration-needed-p)
11629         (spam-log-undo-registration): Use gnus-message instead of
11630         gnus-error, none of these errors are fatal.
11631
11632         * gnus-registry.el (gnus-registry-clean-empty-function)
11633         (gnus-registry-clean-empty): Remove only empty entries without
11634         extra data.
11635
11636 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11637
11638         * spam-stat.el (spam-stat-buffer-change-to-spam)
11639         (spam-stat-buffer-change-to-non-spam): Change (error) to
11640         (gnus-message 8) invocation.
11641
11642 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11643
11644         * nntp.el (nntp-via-netcat-command): New variable.
11645         (nntp-via-netcat-switches): New variable.
11646         (nntp-open-via-rlogin-and-netcat): New function.
11647         (nntp-open-connection-function): Doc fix.
11648         (nntp-telnet-command): Doc fix.
11649         (nntp-end-of-line): Doc fix.
11650         (nntp-via-rlogin-command): Doc fix.
11651         (nntp-via-user-name): Doc fix.
11652         (nntp-via-address): Doc fix.
11653
11654 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11657         error in Emacs 21.1.
11658
11659 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11660
11661         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11662
11663 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11664         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11665         (gnus-agent-with-refreshed-group): New macro.
11666         (gnus-agent-rename-group): New function.
11667         (gnus-agent-delete-group): New function.
11668         (gnus-agent-save-group-info): Use gnus-command-method when
11669         `method' parameter is nil.  Don't write nil entries into the
11670         active file.
11671         (gnus-agent-get-group-info): New function.
11672         (gnus-agent-fetch-articles): Use
11673         gnus-agent-update-files-total-fetched-for to increment disk space
11674         used.
11675         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11676         gnus-agent-update-view-total-fetched-for to increment disk space
11677         used.
11678         (gnus-agent-get-local): Added optional parameters to avoid calling
11679         gnus-group-real-name and gnus-find-method-for-group.
11680         (gnus-agent-set-local): Delete stored entry if either min, or max,
11681         are nil.
11682         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11683         quit, use gnus-agent-regenerate-group to record existance of any
11684         articles fetched to disk before the quit occurred.
11685         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11686         gnus-agent-update-view-total-fetched-for, and
11687         gnus-agent-update-files-total-fetched-for to decrement disk space
11688         used.
11689         (gnus-agent-retrieve-headers): Use
11690         gnus-agent-update-view-total-fetched-for to increment disk space
11691         used.
11692         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11693         with gnus-agent-update-files-total-fetched-for to decrement disk
11694         space and fresh group buffer.
11695         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11696         (gnus-agent-need-update-total-fetched-for): New variable.
11697         (gnus-agent-update-files-total-fetched-for): New function.
11698         (gnus-agent-update-view-total-fetched-for): New function.
11699         (gnus-agent-total-fetched-for): New function.
11700
11701         * gnus-cache.el (gnus-cache-save-buffers): Use
11702         gnus-cache-update-overview-total-fetched-for to change disk space
11703         used by this group.
11704         (gnus-cache-possibly-enter-article): Use
11705         gnus-cache-update-file-total-fetched-for to increment disk space
11706         used by this group.
11707         (gnus-cache-possibly-remove-article): Use
11708         gnus-cache-update-file-total-fetched-for to decrement disk space
11709         used by this group.
11710         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11711         (gnus-cache-rename-group): New function.
11712         (gnus-cache-delete-group): New function.
11713         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11714         (gnus-cache-need-update-total-fetched-for): New variable.
11715         (gnus-cache-with-refreshed-group): New macro.
11716         (gnus-cache-update-file-total-fetched-for): New function.
11717         (gnus-cache-update-overview-total-fetched-for): New function.
11718         (gnus-cache-rename-group-total-fetched-for): New function.
11719         (gnus-cache-delete-group-total-fetched-for): New function.
11720         (gnus-cache-total-fetched-for): New function.
11721
11722         * gnus-group.el: Require gnus-sum and autoload functions to
11723         resolve warnings when gnus-group.el compiled alone.
11724         (gnus-group-line-format): Documented new %F
11725         (size of Fetched data) group line format; identifies disk space
11726         used by agent and cache.
11727         (gnus-group-line-format-alist): Defined new F format.
11728         (gnus-total-fetched-for): New function.
11729         (gnus-group-delete-group): No longer update
11730         gnus-cache-active-altered as gnus-request-delete-group now keeps
11731         the cache in sync.
11732         (gnus-group-list-active): Let the agent store a server's active
11733         list if currently plugged.
11734
11735         * gnus-int.el (gnus-request-delete-group):
11736         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11737         local disk in sync with the server.
11738         (gnus-request-rename-group):
11739         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11740         local disk in sync with the server.
11741
11742         * gnus-start.el (gnus-get-unread-articles):
11743         Cosmetic simplification to logic.
11744
11745         * gnus-util.el (gnus-rename-file): New function.
11746
11747 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11748
11749         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11750
11751 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11752
11753         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11754         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11755
11756 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11757
11758         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11759         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11760
11761 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11762
11763         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11764
11765 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11766
11767         * spam.el (spam-set-difference): Add function to replace
11768         gnus-set-difference in spam.el.
11769         (spam-summary-prepare-exit): Use spam-set-difference.
11770
11771 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11772
11773         * gnus-registry.el (gnus-registry-cache-file): Update to use
11774         gnus-dribble-directory OR gnus-home-directory OR ~.
11775         (gnus-registry-split-fancy-with-parent): Fix doc.
11776
11777 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * message.el (message-exchange-point-and-mark): Use
11780         message-mark-active-p.  Suggested by Jesper Harder
11781         <harder@ifa.au.dk>.
11782
11783 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * message.el (message-exchange-point-and-mark): Don't activate
11786         region if it was inactive.  Suggested by Hiroshi Fujishima
11787         <pooh@nature.tsukuba.ac.jp>.
11788
11789 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * gnus-art.el (article-display-face): Display Faces in the same
11792         order as X-Faces.
11793
11794 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11797
11798 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11801         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11802         (gnus-article-mime-hierarchy): Remove.
11803         (gnus-article-mime-hierarchy-next): Remove.
11804         (gnus-article-mode): Revert 2004-03-19 change.
11805         (gnus-article-setup-buffer): Revert 2004-03-19 change.
11806         (gnus-insert-mime-button): Revert 2004-03-19 change.
11807         (gnus-mime-accumulate-hierarchy): Remove.
11808         (gnus-mime-enter-multipart): Remove.
11809         (gnus-mime-leave-multipart): Remove.
11810         (gnus-mime-display-part): Revert 2004-03-19 change.
11811         (gnus-mime-display-alternative): Revert 2004-03-19 change.
11812
11813         * mml.el (mml-preview): Revert 2004-03-19 change.
11814
11815 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
11816
11817         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11818
11819 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11820
11821         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11822         t while entering a file name using the mm-with-multibyte macro.
11823         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11824
11825         * mm-util.el (mm-with-multibyte): New macro.
11826
11827 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11830         user option.
11831         (gnus-mime-multipart-functions): Doc and customization fix.
11832         (gnus-article-mime-hierarchy): New variable.
11833         (gnus-article-mime-hierarchy-next): New variable.
11834         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11835         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11836         gnus-article-mime-hierarchy-next to nil.
11837         (gnus-insert-mime-button): Show hierarchy numbers.
11838         (gnus-mime-accumulate-hierarchy): New function.
11839         (gnus-mime-enter-multipart): New function.
11840         (gnus-mime-leave-multipart): New function.
11841         (gnus-mime-display-part): Recompute hierarchical MIME structure.
11842         (gnus-mime-display-alternative): Show hierarchy numbers.
11843
11844         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11845         gnus-article-mime-hierarchy-next to nil.
11846
11847 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
11848
11849         * dns.el: Don't require gnus-xmas.
11850
11851 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
11852
11853         * mml.el (mml-generate-mime-1): Don't use format=flowed with
11854         inline PGP.
11855         (mml-menu): Disable mml-quote-region if mark is inactive.
11856
11857 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11860         when the group's active is not available.
11861
11862 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11865         error.
11866
11867 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
11868
11869         * imap.el (imap-store-password): New variable.
11870         (imap-interactive-login): Use it.
11871         Suggested by Mark Plaksin <happy@mcplaksin.org>.
11872
11873 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * gnus-art.el (gnus-article-read-summary-keys): Restore new
11876         window-start and hscroll to summary window.
11877
11878 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11879
11880         * gnus-start.el (gnus-convert-old-newsrc): Only write the
11881         conversion message to newsrc-dribble when an actual conversion is
11882         performed.
11883
11884 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
11885
11886         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11887
11888 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * mm-decode.el (mm-complicated-handles): New function reviving
11891         former definition of mm-multiple-handles.
11892
11893         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11894         (gnus-mime-delete-part): Use it.
11895
11896 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11897
11898         * gnus-agent.el (gnus-agent-read-local): Bind
11899         nnheader-file-coding-system to gnus-agent-file-coding-system to
11900         avoid the implicit assumption that they will always be equal.
11901         (gnus-agent-save-local): Bind buffer-file-coding-system, not
11902         coding-system-for-write, as the with-temp-file macro first prints
11903         to a buffer then saves the buffer.
11904
11905 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * gnus-art.el (gnus-article-edit-part): New function.
11908         (gnus-mime-save-part-and-strip): Use it; do query instead of
11909         signaling an error; don't use mm-multiple-handles.
11910         (gnus-mime-delete-part): Ditto.
11911
11912 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11913
11914         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11915         old file versions.
11916         (gnus-group-prepare-hook): Removed function that converted list
11917         form of gnus-agent-expire-days to group properties.
11918
11919         * gnus-int.el: Autoload gnus-agent-regenerate-group.
11920         (gnus-request-accept-article): Re-indented.
11921
11922         * gnus-start.el (gnus-convert-old-newsrc): Registered new
11923         converters to handle old agent file formats.  Added logic for a
11924         "backup before upgrading warning".
11925         (gnus-convert-mark-converter-prompt): Developers can mark
11926         functions as needing (default), or not needing,
11927         gnus-convert-old-newsrc's "backup before upgrading warning".
11928         (gnus-convert-converter-needs-prompt): Tests whether the user
11929         should be protected from potentially irreversable changes by the
11930         function.
11931
11932         * legacy-gnus-agent.el: New.  Provides converters that are only
11933         loaded when gnus-convert-old-newsrc needs to call them.
11934
11935 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * mail-source.el (mail-source-touch-pop): Doc fix.
11938
11939         * message.el (message-smtpmail-send-it): Doc fix.
11940
11941 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
11942
11943         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11944
11945         * nnmail.el (nnmail-split-fancy): do.
11946
11947         * gnus-kill.el (gnus-kill, gnus-execute): do.
11948
11949 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11950
11951         * gnus-sum.el (gnus-widget-reversible-match)
11952         (gnus-widget-reversible-to-internal)
11953         (gnus-widget-reversible-to-external): New functions.
11954         (gnus-widget-reversible): New widget.
11955         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11956
11957 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
11958
11959         * gnus-sum.el (gnus-thread-sort-functions)
11960         (gnus-article-sort-functions): Document `(not F)' items.
11961
11962 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11963
11964         * spam.el (spam-use-gmane-xref): Add new backend.
11965         (spam-gmane-xref-spam-group): Add variable to control the name of the
11966         Gmane spam group.
11967         (spam-blackhole-servers, spam-blackhole-good-server-regex)
11968         (spam-regex-headers-spam, spam-regex-headers-ham)
11969         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11970         (spam-list-of-checks): Add spam-use-gmane-xref to list of
11971         backends and checks.
11972         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11973
11974         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11975         an autodetect method.
11976
11977 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11978
11979         * gnus-int.el (gnus-request-accept-article): Inform the agent that
11980         articles are being added to a group.
11981         (gnus-request-replace-article): Inform the agent that articles
11982         need to be uncached as the cached contents are no longer valid.
11983
11984 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11985
11986         * binhex.el: Don't autoload executable-find.
11987
11988         * canlock.el: Don't autoload mail-fetch-field.
11989
11990         * dgnushack.el: Autoload c-mode for XEmacs.
11991
11992         * gnus-ems.el: Don't autoload appt-select-lowest-window.
11993
11994         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11995         rmail-dont-reply-to and rmail-output.
11996
11997         * gnus-score.el: Don't autoload ffap-string-at-point.
11998
11999         * gnus-setup.el: Don't autoload sc-cite-original.
12000
12001         * imap.el: Don't autoload base64-decode-string,
12002         base64-encode-string and md5.
12003
12004         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12005         and rmail-msg-restore-non-pruned-header.
12006
12007         * mm-decode.el: Don't autoload executable-find.
12008
12009         * mm-url.el: Don't autoload executable-find.
12010
12011         * mm-view.el: Don't autoload diff-mode.
12012
12013         * nndb.el: Don't autoload news-reply-mode, news-setup,
12014         cancel-timer and telnet.
12015
12016         * password.el: Don't autoload run-at-time for Emacs.
12017
12018         * sha1-el.el: Don't autoload executable-find.
12019
12020         * sieve-mode.el: Don't autoload c-mode.
12021
12022         * uudecode.el: Don't autoload executable-find.
12023
12024 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12025
12026         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12027         (gnus-agent-possibly-alter-active): Avoid null in numeric
12028         comparison.
12029         (gnus-agent-set-local): Refuse to save null in local object table.
12030         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12031         list of articles that will be marked as unread.
12032
12033 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12034
12035         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12036
12037 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12038
12039         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12040         language tags.
12041
12042 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12043
12044         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12045         Don't bind "obarray".
12046
12047         * gnus-sum.el (gnus-thread-sort-functions): Added
12048         `gnus-thread-sort-by-most-recent-number' and
12049         `gnus-thread-sort-by-most-recent-date'.
12050         Reported by Kai Grossjohann <kai@emptydomain.de>.
12051
12052 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12053
12054         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12055
12056 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12057
12058         * gnus-cus.el (gnus-agent-customize-category): Removed
12059         ignore-errors macro reference that required cl to be loaded at
12060         run-time.
12061
12062         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12063         single-interval range of the form (min . max).  Previously the
12064         range had to look like ((min . max)).  Likewise, return
12065         (min . max) rather than ((min . max)).
12066         (gnus-range-map): Use gnus-range-normalize to accept
12067         single-interval range.
12068
12069         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12070         the cache, but not the agent, now appear with their usual face.
12071
12072         * dgnushack.el (loaddir): New variable that is bound to the
12073         directory containing the dgnushack.el file. Use loaddir, rather
12074         than srcdir, to update load-path. Change lets dgnushack compile
12075         code in directories other than GNUS/lisp.
12076
12077 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12078
12079         * lpath.el: Don't bind w3m-safe-url-regexp.
12080
12081         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12082         w3m-safe-url-regexp variable buffer-local.
12083
12084         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12085
12086 2004-02-27  Simon Josefsson  <jas@extundo.com>
12087
12088         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12089         gnus-group-real-prefix.
12090         (gnus-summary-move-article): Use it, instead of
12091         gnus-group-real-prefix.
12092
12093 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12094
12095         * lpath.el: Bind w3m-safe-url-regexp.
12096
12097         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12098         w3m-safe-url-regexp variable buffer-local and set it as the value
12099         of mm-w3m-safe-url-regexp.
12100
12101         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12102
12103         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12104         parsing gnus-posting-styles when the message is not for replying.
12105
12106         * dgnushack.el: Autoload sgml-mode for XEmacs.
12107
12108         * nnrss.el (nnrss-opml-export): Use
12109         mm-set-buffer-file-coding-system instead of
12110         set-buffer-file-coding-system.
12111
12112 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12113
12114         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12115         of checkdoc.el).
12116         * nnrss.el: do.
12117         * gnus-mlspl.el: do.
12118         * gnus-ml.el: do.
12119         * gnus-srvr.el: do.
12120
12121         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12122
12123 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12124
12125         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12126         Corrections to custom-manual links.
12127
12128         * gnus-art.el (gnus-article): Ditto.
12129
12130         * mm-decode.el (mime-display, mime-security): Ditto.
12131
12132 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12133
12134         * flow-fill.el: Typo.
12135
12136 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12137
12138         * spam-wash.el: New file.
12139
12140 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12141
12142         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12143
12144 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12145
12146         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12147         to be run with new-articles as LIST1, not LIST2.
12148         (spam-registration-functions): Add spam-use-ham-copy as a nil
12149         registration backend.
12150
12151 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12152
12153         * spam-stat.el (spam-stat-washing-hook): New option.
12154         (spam-stat-buffer-words): Use it.
12155         (spam-stat-process-directory, spam-stat-test-directory): Use
12156         insert-file-contents-literally.
12157         (spam-stat-coding-system): New variable.
12158         (spam-stat-load, spam-stat-save): Use it.
12159
12160 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * spam-report.el (spam-report-plug-agent): Quote
12163         spam-report-url-to-file and spam-report-url-ping-plain.
12164
12165 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12166
12167         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12168         / in mailto URLs.
12169
12170 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12171
12172         * spam-report.el (spam-report-process-queue): Fix interactive use.
12173         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12174         (spam-report-unplug-agent): Doc fixes.
12175         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12176         (spam-report-agentize, spam-report-deagentize): Autoload
12177
12178 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12179
12180         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12181
12182         * message.el (message-setup-fill-variables): Add mml tags to
12183         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12184         <ajk@iu.edu>.
12185         (message-mode): Don't modify paragraph-separate there.
12186
12187 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12188
12189         * compface.el (uncompface-use-external): Default to undecided.
12190         (uncompface-use-external-threshold): New variable.
12191         (uncompface-float-time): New macro.
12192         (uncompface): Determine whether to use the external decoder if
12193         uncompface-use-external is undecided.
12194
12195 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12196
12197         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12198         after images.
12199
12200         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12201
12202 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12203
12204         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12205
12206         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12207
12208         * gnus-sum.el (gnus-summary-limit-to-age)
12209         (gnus-summary-limit-children): do.
12210
12211         * gnus-int.el (gnus-request-scan): do.
12212
12213         * gnus-group.el (gnus-group-suspend): do.
12214
12215         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12216
12217         * gnus-cite.el (gnus-cite-parse-attributions): do.
12218
12219         * gnus-agent.el (gnus-summary-set-agent-mark)
12220         (gnus-agent-regenerate-group): do.
12221
12222         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12223
12224         * binhex.el (binhex-decode-region-internal): do.
12225
12226 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * gnus-fun.el (gnus-face-properties-alist): New user option.
12229         (gnus-display-x-face-in-from): Use it.
12230
12231         * gnus-art.el (article-display-face): Ditto.
12232
12233         * compface.el (uncompface-use-external): Default to nil.
12234
12235 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12236
12237         * nntp.el (nntp-erase-buffer): New function.
12238         (nntp-retrieve-data, nntp-send-command)
12239         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12240         (nntp-possibly-change-group): Use it.
12241
12242         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12243         with-current-buffer.
12244
12245 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12246
12247         * compface.el: Merge the ELisp-based uncompface program.
12248         (compface): New customization group.
12249         (uncompface-use-external): New user option.
12250         (uncompface): Call uncompface-internal if uncompface-use-external
12251         is nil.
12252         (uncompface-internal): New function.  Note that there are also
12253         some other functions and variables added for this function.
12254
12255 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12256
12257         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12258         if necessary.
12259
12260 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12261
12262         * spam-report.el (spam-report-unplug-agent)
12263         (spam-report-plug-agent, spam-report-deagentize)
12264         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12265         Add support for the Agent in spam-report: when unplugged, report to a
12266         file; when plugged, submit all the requests.
12267
12268         * spam.el (spam-register-routine): Fix message about
12269         registration.
12270
12271 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12272
12273         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12274         dependencies.
12275         (rfc2047-encode): Use it.
12276
12277         * gnus-art.el (gnus-button-marker-list): Move before first
12278         reference.
12279
12280         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12281         (imap-parse-body): Fix format string mismatch.
12282
12283         * gnus-score.el (gnus-summary-increase-score): do.
12284
12285         * nnrss.el (nnrss-close): New function.
12286
12287 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12288
12289         * nnrss.el (nnrss-make-filename): New function.
12290         (nnrss-request-delete-group, nnrss-read-server-data)
12291         (nnrss-save-server-data, nnrss-read-group-data)
12292         (nnrss-save-group-data): Use it.
12293         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12294         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12295         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12296
12297 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12298
12299         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12300
12301 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12302
12303         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12304         files.
12305
12306         * message.el (message-generate-headers-first): Don't quote nil
12307         and t in docstrings.
12308
12309         * imap.el (imap-id): do.
12310
12311         * gnus-agent.el (gnus-agent-consider-all-articles)
12312         (gnus-agent-queue-mail): do.
12313
12314 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12315
12316         * spam-report.el (spam-report-process-queue): New function.
12317         Process requests from `spam-report-requests-file'.
12318         (spam-report-process-queue): Doc fix.
12319
12320 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12321
12322         * spam.el (spam-register-routine)
12323         (spam-log-processing-to-registry, spam-log-registered-p)
12324         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12325         Change "check" to "spam-check" for semi-clarity.
12326
12327 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12328
12329         * pop3.el: Require nnheader.
12330
12331         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12332
12333         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12334
12335         * gnus-picon.el: Require cl.
12336
12337         * gnus-fun.el: Require gnus-ems and gnus-util.
12338
12339         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12340
12341         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12342
12343         * gnus-art.el (gnus-article-edit-mode): Define before first
12344         reference.
12345
12346 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12347
12348         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12349         (gnus-uu-post-encoded): Use point-at-bol.
12350
12351         * gnus-topic.el (gnus-group-active-topic-p): do.
12352
12353         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12354
12355         * gnus-group.el (gnus-group-kill-region): do.
12356
12357         * gnus-art.el (article-date-ut): do.
12358
12359         * message.el (message-fetch-field): Remove redundant
12360         case-fold-search binding.
12361         (message-narrow-to-field): Simplify.
12362
12363 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12364
12365         * spam.el (spam-directory): Derive from `gnus-directory'.
12366
12367         * spam-report.el (spam-report-url-to-file)
12368         (spam-report-requests-file): New function and variable for offline
12369         reporting.
12370         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12371         and user defined function.
12372         (spam-report-url-ping-mm-url): Remove doubled slash.
12373
12374 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12375
12376         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12377
12378 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12379
12380         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12381         format string mismatch.
12382
12383         * sieve.el (sieve-deactivate-all): do.
12384
12385         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12386
12387         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12388
12389         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12390
12391         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12392
12393 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12394
12395         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12396         the list of checks.
12397
12398 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12399
12400         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12401         padding.
12402
12403 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12404
12405         * mm-view.el (mm-fill-flowed): New variable.
12406         (mm-inline-text): Use it.
12407
12408 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12409
12410         * spam.el (spam-spamassassin-register-ham-routine)
12411         (spam-spamassassin-register-spam-routine): Fix function names.
12412
12413 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * gnus.el (gnus-tmp-grouplens): Remove.
12416         (gnus-summary-line-format): Remove grouplens.
12417
12418         * gnus-group.el (gnus-group-line-format): Ditto.
12419
12420         * gnus-spec.el (gnus-format-specs): Ditto.
12421         (gnus-update-format-specifications): Flush the group format spec
12422         cache if there's the grouplens stuff.
12423         (gnus-parse-simple-format): Replace %l with the empty string.
12424
12425 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12426
12427         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12428         omission.
12429
12430 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12433         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12434
12435 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12436
12437         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12438         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12439         New macros and functions.
12440         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12441         Handle > NLINK_MAX messages.
12442         * nnmaildir.el (nnmaildir-request-set-mark): Use
12443         nnmaildir--emlink-p and nnmaildir--eexist-p.
12444
12445 2004-01-25  Alex Schroeder  <alex@gnu.org>
12446
12447         * spam-stat.el (spam-stat-process-directory-age): New option.
12448         (spam-stat-process-directory): Use it.
12449
12450 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12451
12452         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12453         (spam-stat-save): Accept prefix argument.
12454
12455 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12456
12457         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12458         links" error.
12459
12460 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12463         the rest of the and/or forms.
12464
12465 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12466
12467         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12468         compatibility with old .newsrc.eld files.
12469
12470         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12471
12472         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12473
12474         * gnus-start.el (gnus-1): do.
12475
12476         * gnus-group.el (gnus-group-line-format-alist): do.
12477
12478         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12479
12480         * gnus-gl.el: Remove.
12481
12482 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12483
12484         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12485         marks consisting of a single range {for example, (3 . 5)} rather
12486         than a list of a single range { ((3 . 5)) }.
12487
12488 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12489
12490         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12491         with-current-buffer.
12492         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12493         avoid consing a string.
12494
12495         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12496         Remove obsolete entries for big5 and gb2312.
12497
12498 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12499
12500         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12501         uncompressed list.
12502
12503 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12504
12505         * spam-stat.el (spam-stat-strip-xref): New function.
12506         (spam-stat-process-directory): Use it.
12507
12508         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12509         here -- it's done in message-fetch-field.
12510
12511 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12512
12513         * gnus-agent.el (gnus-agent-queue-mail)
12514         (gnus-agent-prompt-send-queue): New variables.
12515         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12516         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12517         "nndraft:queue" along to gnus-draft-send.  Use
12518         gnus-agent-prompt-send-queue.
12519         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12520         is "nndraft:queue".  Suggested by Gaute Strokkenes
12521         <gs234@srcf.ucam.org>
12522
12523         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12524         (agent-enable-undownloaded-faces): Added
12525         (gnus-agent-cat-groups): Use eval-and-compile, not
12526         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12527         method of gnus-agent-cat-groups even when the buffer has been
12528         evaled.
12529         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12530         delete gnus-agent-save-active-1.
12531         (gnus-agent-save-groups): Deleted.  Identical to
12532         gnus-agent-save-active.
12533         (gnus-agent-write-active): No longer adjust agent's copy of active
12534         file as agent's adjustments are now stored in their own
12535         file.  Removed optional parameter.
12536         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12537         servers.  Add use of min/max range limits from server's local
12538         file.
12539         (gnus-agent-save-alist): Removed unused optional argument.
12540         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12541         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12542         (gnus-agent-set-local): A per-server file that keeps min/max range
12543         limits for articles known to the agent.  Provides a fast mechanism
12544         for altering many active ranges.
12545         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12546         active file (local makes it unnecessary).
12547         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12548
12549         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12550         (agent-enable-undownloaded-faces): Added
12551
12552         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12553         disable it when sending to "nndraft:queue".
12554         (gnus-group-send-queue): Add safety check to avoid sending queue
12555         when unplugged.
12556
12557         * gnus-group.el (gnus-group-catchup): Use new
12558         gnus-sequence-of-unread-articles, not
12559         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12560         numbers of articles.  Use gnus-range-map to avoid having to
12561         uncompress the unread list.
12562         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12563         Fixed invalid ange-ftp reference.
12564
12565         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12566         (gnus-sorted-range-intersection): Intersection of two ranges
12567         without requiring that they first be uncompressed.
12568
12569         * gnus-start.el (gnus-activate-group): Unless blocked by the
12570         caller, possibly expand the active range to include both cached
12571         and agentized articles.
12572         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12573         multiple version-dependent converters.
12574         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12575         gnus-agent-save-active.
12576         (gnus-save-newsrc-file): Save dirty agent range limits.
12577
12578         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12579         gnus-agent-possibly-alter-active.
12580         (gnus-adjust-marked-articles): Faster handling of simple lists
12581
12582 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12583
12584         * spam-stat.el (spam-stat-test-directory): New optional argument
12585         displays a list of files detected.  Suggested by Andrew Cohen
12586         <cohen@andy.bu.edu>.
12587         (spam-stat-buffer-words-with-scores): Don't narrow and change
12588         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12589
12590 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12591
12592         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12593         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12594         (spam-spamassassin-arguments)
12595         (spam-spamassassin-spam-flag-header)
12596         (spam-spamassassin-positive-spam-flag-header)
12597         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12598         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12599         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12600         (spam-list-of-processors, spam-list-of-checks)
12601         (spam-list-of-statistical-checks, spam-registration-functions)
12602         (spam-check-spamassassin-headers, spam-check-spamassassin)
12603         (spam-spamassassin-score)
12604         (spam-spamassassin-register-with-sa-learn)
12605         (spam-spamassassin-register-spam-routine)
12606         (spam-spamassassin-register-ham-routine)
12607         (spam-assassin-register-spam-routine)
12608         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12609         (spam-bogofilter-score): Fix to show article before scoring.
12610
12611 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12612
12613         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12614         default scoring function.
12615         (spam-generic-score): Call spam-spamassassin-score if
12616         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12617         spam-bogofilter-score otherwise.
12618
12619         * gnus.el (spam-process, spam-autodetect-methods): Add
12620         spamassassin and spamassassin-headers.
12621
12622 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12623
12624         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12625         Suppress unnecessary messages.
12626
12627 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12628
12629         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12630         make-hash-table.
12631
12632 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12633
12634         * canlock.el (base64-encode-string): Don't autoload it.
12635
12636 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12637
12638         * run-at-time.el: Remove useless (require 'itimer),
12639         eval-and-compile and (featurep 'xemacs).
12640
12641 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12642
12643         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12644         GROUP is a virtual group.
12645
12646 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12647
12648         * gnus.el: Autoload `message-y-or-n-p'.
12649
12650 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12651
12652         * pgg-parse.el: Remove unnecessary (require 'custom).
12653
12654         * pgg-def.el: do.
12655
12656         * nnmail.el: do.
12657
12658         * gnus-undo.el: do.
12659
12660         * gnus-picon.el: do.
12661
12662         * gnus-util.el: do.
12663
12664 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12665
12666         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12667
12668 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12671         handle, as well as a list.
12672
12673         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12674         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12675         (mm-w3m-cid-retrieve): Simplify.
12676
12677 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12678
12679         * message.el (message-kill-to-signature): Allow prefix arg to
12680         specify number of lines to keep before signature.
12681
12682 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12683
12684         (message-kill-to-signature): Change docstring.
12685
12686 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12687
12688         * canlock.el: Always require sha1-el.
12689         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12690
12691         * message.el: Autoload sha1 only when compiling.
12692
12693         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
12694         eudc-expand-inline for XEmacs.
12695
12696 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * message.el (message-canlock-generate): Require sha1-el.
12699
12700 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12701
12702         * message.el (message-expand-name): Silence the byte compiler.
12703
12704         * lpath.el: Add detect-coding-system.
12705
12706         * dgnushack.el (dgnushack-compile): Remove obsolete check for
12707         cus-edit.
12708
12709 2004-01-13  Simon Josefsson  <jas@extundo.com>
12710
12711         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12712         Invoke gnus-score-mode.  Reported by
12713         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12714
12715         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12716         Jim Blandy <jimb@redhat.com> (tiny change).
12717
12718 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12719
12720         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12721
12722 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12723
12724         * spam.el (spam-get-article-as-string): Update to use
12725         gnus-request-article-this-buffer, much simpler.
12726         (spam-get-article-as-buffer): Remove.
12727
12728 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12729
12730         * message.el (message-expand-name): Use EUDC if the user uses that.
12731
12732 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12733
12734         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12735         character for the encoding to avoid consing a string.
12736
12737         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12738         unnecessarily.
12739
12740         * mm-util.el (mm-replace-chars-in-string): Remove.
12741
12742         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12743         of mm-replace-chars-in-string.
12744
12745 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12746
12747         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12748
12749         * mm-util.el (mm-subst-char-in-string): Support inplace.
12750
12751         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12752         a new string in every iteration.  Use shy groups.
12753
12754 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12755
12756         * gnus-srvr.el (gnus-browse-unsubscribe-group):
12757         * gnus-soup.el (gnus-soup-group-brew):
12758         * gnus-msg.el (gnus-put-message):
12759         * gnus-move.el (gnus-group-move-group-to-server):
12760         * gnus-kill.el (gnus-batch-score):
12761         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12762         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12763         (gnus-group-update-group, gnus-group-read-group)
12764         (gnus-group-make-group, gnus-group-make-help-group)
12765         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12766         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12767         (gnus-group-sort-by-unread, gnus-group-catchup)
12768         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12769         (gnus-group-yank-group, gnus-group-set-info)
12770         (gnus-group-list-groups):
12771         * gnus.el (gnus-generate-new-group-name):
12772         * gnus-delay.el (gnus-delay-send-queue):
12773         * nnvirtual.el (nnvirtual-catchup-group):
12774         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12775         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12776         (gnus-group-prepare-topics, gnus-topic-check-topology):
12777         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12778         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12779         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12780         (gnus-group-make-articles-read):
12781         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12782         (gnus-group-change-level, gnus-kill-newsgroup)
12783         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12784         (gnus-get-unread-articles, gnus-make-articles-unread)
12785         (gnus-make-ascending-articles-unread): Use accessor
12786         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12787         to get group information for improved readability.
12788
12789
12790 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12791
12792         * gnus-art.el (article-decode-mime-words, article-babel)
12793         (gnus-article-highlight-signature, gnus-article-add-buttons)
12794         (gnus-signature-toggle): Use gnus-with-article-buffer.
12795
12796         * gnus-art.el (gnus-article-highlight-headers)
12797         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12798
12799         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12800         (gnus-article-set-globals, gnus-request-article-this-buffer)
12801         (gnus-button-message-id, gnus-article-maybe-hide-headers)
12802         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12803         (gnus-mime-display-alternative): Use with-current-buffer.
12804
12805 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12806
12807         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12808         also under 80 char limit, and call gnus-error if needed.
12809         (spam-fetch-article-header): Fix - it was a
12810         buffer-local variable (gnus-newsgroup-data).
12811         (spam-find-spam): Use spam-generate-fake-headers, forget about
12812         spam-insert-fake-headers.
12813         (spam-insert-fake-headers): Remove.
12814
12815 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12816
12817         * deuglify.el (gnus-article-outlook-unwrap-lines)
12818         (gnus-outlook-rearrange-article)
12819         (gnus-outlook-repair-attribution-outlook)
12820         (gnus-outlook-repair-attribution-block)
12821         (gnus-outlook-repair-attribution-other): Remove redundant
12822         save-excursion.
12823
12824 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12825
12826         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12827         (spam-fetch-field-subject-fast)
12828         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12829         (spam-fetch-article-header): Add functions to deal with Gnus
12830         internals for fast retrieval of article header data.
12831         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12832
12833 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12834
12835         * pop3.el (pop3-md5): Remove.
12836         (pop3-apop): Replace pop3-md5 with md5.
12837
12838         * mm-bodies.el: base64 is always built-in.
12839
12840         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12841         with-current-buffer.
12842
12843 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * canlock.el (canlock-insert-header): Remove excessive grouping in
12846         regexp.
12847
12848         * gnus-sum.el (gnus-summary-read-document): Ditto.
12849
12850         * gnus-uu.el (gnus-uu-part-number): Ditto.
12851
12852         * html2text.el (html2text-remove-tags): Ditto.
12853         (html2text-format-tags): Ditto.
12854         (html2text-format-single-elements): Ditto.
12855
12856         * mml.el (mml-parse-1): Ditto.
12857
12858 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12859
12860         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12861
12862         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12863
12864         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12865
12866         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12867
12868 2003-11-15  Simon Josefsson  <jas@extundo.com>
12869
12870         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12871         (pgg-gpg-lookup-key): Use regexp match instead of
12872         split-string (split-string is different between emacs 21.2 and
12873         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
12874
12875 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12876
12877         * gnus-art.el (gnus-mime-view-all-parts)
12878         (gnus-article-part-wrapper, gnus-article-view-part): Use
12879         with-current-buffer.
12880
12881 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12882
12883         * spam.el (spam-disable-spam-split-during-ham-respool)
12884         (spam-spamoracle-database, spam-cache-lookups)
12885         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12886         (spam-group-ham-mark-p, spam-group-spam-mark-p)
12887         (spam-group-ham-marks, spam-group-spam-marks)
12888         (spam-group-spam-contents-p, spam-group-ham-contents-p)
12889         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12890         also add spam-use-blackholes to the statistical checks.
12891         (spam-fetch-field-fast): Add interface to fetching fields, may
12892         become a macro.
12893         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12894         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12895         (spam-insert-fake-headers): Fake an article when needed.
12896         (spam-find-spam): Fake article when possible.
12897         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12898         (spam-check-bogofilter-headers): Use message-fetch-field instead
12899         of nnmail-fetch-field.
12900
12901 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12902
12903         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12904
12905 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12906
12907         * spam.el (spam-split): Do not require spam-use-CHECK to be
12908         enabled if that check is passed to spam-split explicitly; also
12909         fix so 'spam doesn't get converted to spam-split-group when
12910         spam-split-symbolic-return is t.
12911         (spam-find-spam): Find registrations of the article and use those
12912         instead of re-running spam-split to find the spam/ham
12913         classification of the article.
12914         (spam-log-processing-to-registry, spam-log-registered-p)
12915         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12916         Use gnus-error instead of gnus-message.
12917         (spam-log-registration-type): Add function to determine the
12918         classification of a message based on registry entries; will
12919         return nil if both 'spam and 'ham are found.
12920         (spam-check-BBDB): Expand all the BBDB macros here so we can have
12921         a reasonably fast local cache without the loading errors.
12922         (spam-cache-lookups): Set to t by default.
12923         (spam-find-spam): Don't try to guess spam-cache-lookups.
12924         (spam-enter-whitelist, spam-enter-blacklist): Clear the
12925         spam-caches entry.
12926         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12927         caching of whitelist/blacklist entries.
12928         (spam-check-whitelist, spam-check-blacklist): Invoke
12929         spam-from-listed-p with a type, not a cache variable.
12930         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12931
12932 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12933
12934         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12935
12936         * nnmail.el (nnmail-split-fancy): do.
12937
12938         * mml.el (mml-parse): do.
12939
12940         * gnus-score.el (gnus-enter-score-words-into-hashtb)
12941         (gnus-score-adaptive): do.
12942
12943 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12946         (gnus-mime-button-map): Don't set keymap parent.
12947         (gnus-button-ctan-directory-regexp): Use shy grouping.
12948         (gnus-prev-page-map): Don't set keymap parent.
12949         (gnus-prev-page-map): Remove duplicated one.
12950         (gnus-next-page-map): Don't set keymap parent.
12951         (gnus-mime-security-button-map): Ditto.
12952
12953         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12954         version number.
12955
12956         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12957
12958 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12959
12960         * canlock.el (canlock-sha1-function): Remove.
12961         (canlock-sha1-function-for-verify): Remove.
12962         (canlock-openssl-program): Remove.
12963         (canlock-openssl-args): Remove.
12964         (canlock-ignore-errors): Remove.
12965         (canlock-sha1-with-openssl): Remove.
12966         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12967         (canlock-verify): Don't use canlock-ignore-errors.
12968
12969         * sha1-el.el (sha1-string-external): Make it can return a string
12970         in binary form.
12971         (sha1-region-external): Ditto.
12972         (sha1-string-internal): Ditto.
12973         (sha1-region-internal): Ditto.
12974         (sha1-region): Ditto.
12975         (sha1-string): Ditto.
12976         (sha1): Ditto.
12977
12978 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12979
12980         * spam.el (spam-report-articles-gmane): New command.
12981
12982 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12983
12984         * gnus.el: Don't make unnecessary *Group* buffer when loading.
12985
12986         * run-at-time.el (run-at-time-saved): Remove.
12987         (run-at-time): Doc fix.
12988
12989 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12990
12991         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12992         (gnus-summary-limit-map): Add it.
12993         (gnus-summary-make-menu-bar): do.
12994
12995 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
12996
12997         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12998         Make attempt at some caching support (done for BBDB only now).
12999         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13000         addresses to be checked.
13001         (spam-clear-cache-BBDB): Add function, to be invoked by
13002         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13003         (spam-check-BBDB): Check and use the caches, if
13004         spam-cache-lookups is on, remove superfluous (provide).
13005
13006 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13007
13008         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13009
13010 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13011
13012         * run-at-time.el (run-at-time-saved): Move to after the definition
13013         of `run-at-time'.
13014
13015         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13016
13017 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13018
13019         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13020         mm-w3m-local-map-property.
13021
13022         * mm-view.el (mm-w3m-mode-map): Remove.
13023         (mm-w3m-local-map-property): Remove.
13024         (mm-inline-text-html-render-with-w3m): Don't use
13025         mm-w3m-local-map-property.
13026
13027 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13028
13029         * run-at-time.el: New file.
13030
13031         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13032         under Emacs.
13033
13034         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13035         of gnus-set-text-properties.
13036
13037         * gnus-uu.el (gnus-uu-save-article): Ditto.
13038
13039         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13040
13041         * gnus-cite.el (gnus-cite-parse): Ditto.
13042
13043         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13044         of gnus-.
13045
13046         * gnus-xmas.el (run-at-time): Require run-at-time.
13047
13048         * gnus.el: Changed calls to nnheader-run-at-time and
13049         password-run-at-time throughout to use run-at-time directly.
13050
13051         * password.el: Removed definition of run-at-time.
13052
13053         * nnheaderxm.el: Remove definition of run-at-time.
13054
13055 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13056
13057         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13058         in prompt.
13059
13060 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13061
13062         * messagexmas.el (message-xmas-redefine): Alias
13063         `message-make-caesar-translation-table' to
13064         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13065         version.
13066
13067         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13068         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13069         `gnus-xmas-set-text-properties'.
13070         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13071         `gnus-xmas-completing-read'.
13072         (gnus-xmas-completing-read): Removed.
13073         (gnus-xmas-open-network-stream): Removed.
13074
13075         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13076         XEmacs version.
13077
13078         * dns.el (dns-make-network-process): Use `open-network-stream'
13079         instead of `gnus-xmas-open-network-stream'.
13080
13081         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13082
13083         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13084
13085 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13086
13087         * gnus-art.el (gnus-mime-display-alternative)
13088         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13089         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13090         Don't use gnus-local-map-property.
13091
13092         * gnus-util.el (gnus-local-map-property): Remove.
13093
13094         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13095         gnus-completing-read-maybe-default with completing-read.
13096
13097         * gnus-util.el (gnus-completing-read): do.
13098         (gnus-completing-read-maybe-default): Remove.
13099
13100 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13101
13102         * password.el: Only autoload `run-at-time' if not XEmacs.
13103         Only autoload the itimer functions if XEmacs.
13104
13105 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13108         XEmacsen.
13109
13110         * dgnushack.el: Autoload executable-find for XEmacs.
13111
13112 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13113
13114         * gnus-art.el (gnus-read-string): Remove.
13115         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13116         read-string.
13117
13118 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13119
13120         * netrc.el: Autoload password-read.
13121         (netrc): Add configuration group.
13122         (netrc-encoding-method, netrc-openssl-path): Add
13123         variables for encoding and decoding of files with symmetric
13124         ciphers.
13125         (netrc-encode): Add assistant function to encode a file with
13126         netrc-encoding-method.
13127         (netrc-parse): Add interactive parameter, added optional
13128         decoding if netrc-encoding-method is non-nil but otherwise
13129         behavior is standard.
13130         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13131         Do s/encode/encrypt/ everywhere.
13132
13133         * spam.el: Remove executable-find autoload.
13134
13135 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13136
13137         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13138
13139         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13140
13141 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13142
13143         * gnus-art.el (gnus-treat-ansi-sequences,
13144         (article-treat-ansi-sequences): New variable and function.
13145         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13146
13147         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13148         Use it.
13149
13150 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13151
13152         * mm-util.el (mm-quote-arg): Remove.
13153
13154         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13155         shell-quote-argument.
13156
13157         * gnus-uu.el (gnus-uu-command): do.
13158
13159         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13160
13161         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13162         with make-char.
13163
13164         * mm-util.el (mm-make-char): Remove.
13165
13166         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13167         add-minor-mode.
13168
13169         * gnus-undo.el (gnus-undo-mode): do.
13170
13171         * gnus-topic.el (gnus-topic-mode): do.
13172
13173         * gnus-sum.el (gnus-dead-summary-mode): do.
13174
13175         * gnus-start.el (gnus-slave-mode): do.
13176
13177         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13178
13179         * gnus-ml.el (gnus-mailing-list-mode): do.
13180
13181         * gnus-gl.el (gnus-grouplens-mode): do.
13182
13183         * gnus-draft.el (gnus-draft-mode): do.
13184
13185         * gnus-dired.el (gnus-dired-mode): do.
13186
13187         * gnus-ems.el (gnus-add-minor-mode): Remove.
13188
13189         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13190         Replace gnus-char-width with char-width.
13191
13192         * gnus-ems.el (gnus-char-width): Remove.
13193
13194         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13195         Replace gnus-char-width with char-width.
13196
13197         * gnus-ems.el (gnus-char-width): Remove.
13198
13199         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13200         definition.
13201         Remove Emacs 20 hash table compatibility code.
13202
13203         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13204         20 compatibility code.
13205
13206         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13207
13208         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13209
13210         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13211         with point-at-{eol,bol}.
13212
13213         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13214
13215         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13216
13217         * flow-fill.el (fill-flowed-point-at-bol)
13218         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13219
13220         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13221         Replace with point-at-{eol,bol} throughout all files.
13222
13223 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * ntlm.el (ntlm-string-as-unibyte): New macro.
13226         (ntlm-build-auth-response): Use it.
13227
13228         Remove Emacs 20 stuff:
13229         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13230         (butlast, mapc, remove): Remove the compiler macros.
13231         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13232         of delq and copy-sequence.
13233         * gnus-art.el (popup-menu): Remove the compiler macro.
13234         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13235         Emacs 20.
13236
13237 2004-01-05  Simon Josefsson  <jas@extundo.com>
13238
13239         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13240         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13241         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13242         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13243         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13244         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13245         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13246         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13247         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13248         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13249         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13250         string-xor into ntlm-string-xor.  Suggested by
13251         Jesper Harder <harder@myrealbox.com>.
13252
13253         * ntlm.el: Don't include poem.
13254
13255         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13256         Jesper Harder <harder@myrealbox.com>.
13257
13258         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13259
13260         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13261         probably breaks emacs with DL patch, but do we care? Is anyone
13262         still using the DL stuff?)
13263
13264         * sieve-manage.el: Use the password package.
13265         (sieve-manage-read-passwd): Remove.
13266         (sieve-manage-interactive-login): Use password.  Re-add
13267         condition-case around loop.
13268
13269         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13270         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13271         the password package.
13272
13273 2003-02-19  Simon Josefsson  <jas@extundo.com>
13274
13275         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13276         token.
13277
13278 2002-08-07  Simon Josefsson  <jas@extundo.com>
13279
13280         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13281         (sieve-manage-authenticators):
13282         (sieve-manage-authenticator-alist): Add some SASL mechs.
13283         (sieve-sasl-auth): New function.
13284         (sieve-manage-cram-md5-auth):
13285         (sieve-manage-plain-auth): Rewrite using SASL library.
13286         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13287         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13288         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13289         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13290
13291 2004-01-05  Simon Josefsson  <jas@extundo.com>
13292
13293         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13294         New files.
13295
13296 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13297
13298         * gnus-group.el (gnus-no-groups-message): Update.
13299
13300         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13301
13302 2003-11-09  Simon Josefsson  <jas@extundo.com>
13303
13304         * imap.el: Support for ID IMAP extension (RFC 2971).
13305         (imap-local-variables): Add imap-id.
13306         (imap-id): New variable.
13307         (imap-id): New function.
13308         (imap-parse-response): Parse untagged ID response.
13309         * nnimap.el (nnimap-id): New variable.
13310         (nnimap-open-connection): Use it.
13311
13312 2003-12-28  Simon Josefsson  <jas@extundo.com>
13313
13314         * gnus-score.el (gnus-score-edit-all-score): New.
13315         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13316
13317 2004-01-04  Simon Josefsson  <jas@extundo.com>
13318
13319         * password.el: Add.
13320
13321 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13322
13323         * dns.el: Add support for AAAA records (see RFC 3596)
13324
13325         * Fix typo PRT -> PTR
13326
13327         * Parse MX, PTR and SOA replies (see RFC 1035)
13328
13329 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13330
13331         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13332
13333         * Moved to Changelog.2.
13334
13335 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13336
13337         * gnus.el (gnus-version-number): Bump version.
13338
13339 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13340
13341         * gnus.el: No Gnus v0.1 is released.
13342
13343 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13344
13345         * gnus.el: No Gnus v0.0 is released.
13346
13347 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13348
13349         * gnus.el (gnus-version-number): Bump.
13350         (gnus-version): No.
13351
13352 See ChangeLog.2 for earlier changes.
13353
13354     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13355
13356   This file is part of GNU Emacs.
13357
13358   GNU Emacs is free software: you can redistribute it and/or modify
13359   it under the terms of the GNU General Public License as published by
13360   the Free Software Foundation, either version 3 of the License, or
13361   (at your option) any later version.
13362
13363   GNU Emacs is distributed in the hope that it will be useful,
13364   but WITHOUT ANY WARRANTY; without even the implied warranty of
13365   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13366   GNU General Public License for more details.
13367
13368   You should have received a copy of the GNU General Public License
13369   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13370
13371 ;; Local Variables:
13372 ;; coding: utf-8
13373 ;; fill-column: 79
13374 ;; add-log-time-zone-rule: t
13375 ;; End:
13376
13377 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4