* dgnushack.el: Autoload debug, eudc-expand-inline and pgg-snarf-keys-region
[gnus] / lisp / ChangeLog
1 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * dgnushack.el: Autoload debug, eudc-expand-inline and
4         pgg-snarf-keys-region for XEmacs.
5
6         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7
8         * nnmairix.el: Require edmacro when compiling with XEmacs.
9
10 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11
12         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14
15 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16
17         * auth-source.el: Add more docs.
18
19         * netrc.el (netrc-machine): Always match if the port is not given.
20
21 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22
23         * nnheader.el (nnheader-read-timeout): Change the default timeout from
24         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
25         retrieval faster in some cases, but might make CPU usage larger.  If
26         this has any bad side effects, we might revert this change.
27
28         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
29         seems to make mail retrieval much, much faster.
30         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
31         unconditionally.
32
33         * gnus-draft.el (gnus-group-send-queue): Bind
34         message-send-mail-partially-limit to nil to avoid being prompted.
35
36 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
37
38         * mml.el (mml-attach-buffer): Prompt for `disposition'.
39
40         * message.el (message-bogus-address-regexp): Fix and improve custom
41         type.
42         (message-setup-hook): Add message-check-recipients as custom option.
43
44 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
45
46         * message.el (message-cite-function): Remove bogus autoload which crept
47         in during merge from v5-10.
48
49 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
50
51         * nnimap.el (nnimap-open-connection): Fix login/password bug.
52
53         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
54
55         * auth-source.el: Preliminary Tramp docs.
56         (auth-sources): Change the default auth-sources to use
57         EPA .gpg files.
58
59 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
60
61         * nntp.el: Autoload `auth-source-user-or-password'.
62         (nntp-send-authinfo): Use it.
63
64         * nnimap.el: Autoload `auth-source-user-or-password'.
65         (nnimap-open-connection): Use it.
66
67         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
68         for the gnus-message function.
69         (auth-source-user-or-password): Use it.
70
71 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
72
73         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
74         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
75         (rfc2104-hash): Use it.
76
77 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
78
79         * gnus-art.el (gnus-article-toggle-truncate-lines):
80         Don't use `iff' in docstring.
81
82 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
83
84         * gnus-registry.el: Adjusted copyright dates and added a keyword.
85
86         * gnus-util.el (gnus-extract-address-component-name)
87         (gnus-extract-address-component-email): Convenience functions around
88         `gnus-extract-address-components'.
89
90         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
91         Use `gnus-extract-address-component-email' to fix bug of comparing full
92         sender name to `user-mail-address'.
93
94 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
95
96         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
97         catch/throw to optimize.
98         (gnus-registry-find-keywords): Just use member to find a keyword.
99
100 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
101
102         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
103         is current before calling gnus-server-prepare.
104         (gnus-server-setup-buffer, gnus-server-update-server)
105         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
106
107 2008-05-04  Juri Linkov  <juri@jurta.org>
108
109         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
110         (mailcap-file-default-commands): Use mailcap-replace-in-string
111         instead of replace-regexp-in-string, and mailcap-delete-duplicates
112         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
113
114 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
115
116         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
117
118 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
119
120         * gnus.el: Bump version to 0.11
121
122 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
123
124         * gnus.el: No Gnus v0.10 is released.
125
126 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
127
128         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
129         hooks.
130         (gnus-update-read-articles): Speed up non-marks-using users.
131         (gnus-use-marks): Define gnus-use-marks.
132         (gnus-propagate-marks): Rename variable to something more sensible.
133
134 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
135
136         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
137         (gmm-image-load-path-for-library): Fix typos in docstrings.
138         (gmm-message): Reflow docstring.
139
140 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
141
142         * mail-source.el (mail-source-set-1, mail-source-bind):
143         Move auth-source code out of the macro to clean it up and fix bugs.
144
145 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
146
147         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
148         by sender if it's equal to user-mail-address, it's likely to be
149         useless.
150
151         * mail-source.el (mail-source-bind): Don't use user or password if they
152         are not bound.  Unintern them if they are nil.  Don't use server unless
153         it's bound, and default it to empty string otherwise.
154
155 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
156
157         * mail-source.el: Load auth-source.el.
158         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
159         get user name or password, if auth-sources is set up.
160
161         * gnus-registry.el (gnus-registry-split-strategy): New variable for
162         strategy of splitting with parent.
163         (gnus-registry-split-fancy-with-parent)
164         (gnus-registry-post-process-groups): Use it and fix prior
165         bug (returning a list as the split result).
166
167         * auth-source.el (auth-sources): Remove server parameter.
168         (auth-source-pick, auth-source-user-or-password)
169         (auth-source-user-or-password-imap)
170         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
171         (auth-source-user-or-password-sftp)
172         (auth-source-user-or-password-smtp): Remove server parameter.
173
174 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
175
176         * smime.el (smime-sign-region, smime-encrypt-region)
177         (smime-decrypt-region):
178         Remove redundant calls to `generate-new-buffer-name'.
179
180 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
181
182         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
183         Don't use QP for message/rfc822.
184         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
185
186 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
187
188         * sieve-manage.el (sieve-string-bytes): Remove.
189         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
190         correct byte-length only if the process's coding-system is the same as
191         the one used internally by Emacs to represent strings.
192
193 2008-04-22  Juri Linkov  <juri@jurta.org>
194
195         * mailcap.el (mailcap-file-default-commands): New function.
196
197 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
198
199         * message.el (message-signature-separator, message-cite-function):
200         Change custom version.
201
202 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
203
204         * tls.el (tls-program): Add -ign_eof argument to call the openssl
205         commands.
206         (tls-checktrust): Ditto.
207
208 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
209
210         * mm-decode.el (mm-display-external): Make temp file read-only.
211
212 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
213
214         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
215         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
216         `C-c C-f d'.
217
218 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
219
220         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
221
222 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
223
224         * gnus.el: Bump version to 0.9.
225
226 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
227
228         * gnus.el: No Gnus v0.8 is released.
229
230 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
231
232         * mail-source.el (mail-source-value):
233         Prefer fboundp to functionp so it works with macros as well.
234
235 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
236
237         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
238         Fix last change in case the element is not even a symbol.
239
240 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
241
242         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
243         Prefer fboundp to functionp so it works with macros as well.
244
245 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
246
247         * auth-source.el: Added docs.
248         (auth-sources): Modify format to support server.
249         (auth-source-pick, auth-source-user-or-password)
250         (auth-source-user-or-password-imap)
251         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
252         (auth-source-user-or-password-sftp)
253         (auth-source-user-or-password-smtp): Add server parameter.
254
255 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
256
257         * gnus-registry.el: Initialize the registry when gnus-registry-install
258         is t.
259
260 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
261
262         * compface.el (uncompface): Make buffer unibyte.
263
264 2008-04-05  Glenn Morris  <rgm@gnu.org>
265
266         * gnus-ems.el (mm-disable-multibyte): Autoload it.
267
268 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
269
270         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
271         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
272
273         * nnheader.el (nnheader-init-server-buffer): Change buffer's
274         multibyteness after rather than before erasing it.
275
276         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
277         mm-with-multibyte.
278         (gnus-request-article-this-buffer): Make sure the proper decoding is
279         used if gnus-original-article-buffer happens to be unibyte.
280
281         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
282         default-enable-multibyte-characters.
283
284         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
285         default-enable-multibyte-characters.
286
287         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
288
289         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
290
291 2008-04-02  Simon Josefsson  <simon@josefsson.org>
292
293         * imap.el (imap-enable-exchange-bug-workaround): New variable.
294         (imap-message-copyuid-1): Use it.
295         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
296         J. Williams in
297         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
298
299         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
300         imap-enable-exchange-bug-workaround.
301         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
302
303 2008-04-01  Simon Josefsson  <simon@josefsson.org>
304
305         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
306         a 100 byte status-checks into a 2-3MB transfer for each group.
307         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
308         to enable bug workaround or not.
309         (nnimap-find-minmax-uid): Only enable workaround conditionally.
310
311 2008-03-31  Glenn Morris  <rgm@gnu.org>
312
313         * message.el (mml2015-use): Declare for compiler.
314         (message-info): Require mml2015 when appropriate.
315
316 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
317
318         * Makefile.in (EMACS_COMP): Quote directory name that might contain
319         whitespace.
320
321 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
322
323         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
324         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
325         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
326         (nntp-service-to-port): New function.
327         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
328         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
329         (nntp-open-netcat-stream): New function.
330         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
331
332 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
333
334         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
335
336 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
337
338         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
339
340 2008-03-28  Magnus Henoch  <mange@freemail.hu>
341
342         * dns.el (dns-write): Use set-buffer-multibyte.
343
344 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
345
346         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
347
348 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
349
350         * message.el (message-signature-separator): Change default.
351         Improve custom type.
352         (message-cite-function): Change default to
353         message-cite-original-without-signature.
354
355         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
356         toggle.
357
358         * message.el (message-check-news-body-syntax): Fix signature check.
359         (message-setup-1): Mark buffer as unmodified _after_ running
360         message-setup-hook and handling message-alternative-emails.
361         (message-shorten-references): Be more strict when building list of
362         valid references to comply with GNKSA.
363
364         * gnus-group.el (gnus-read-ephemeral-bug-group)
365         (gnus-read-ephemeral-debian-bug-group)
366         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
367
368         * message.el (message-info): Don't use booleanp which isn't supported
369         in Emacs 21 and XEmacs.
370
371 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
372
373         * gnus-group.el (gnus-gmane-group-download-format): Rename from
374         gnus-group-gmane-group-download-format.
375         (gnus-group-read-ephemeral-gmane-group): Rename from
376         gnus-group-read-ephemeral-gmane-group.
377         (gnus-read-ephemeral-gmane-group-url): Rename from
378         gnus-group-read-ephemeral-gmane-group-url.
379         (gnus-bug-group-download-format-alist):  New variable.
380         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
381         (gnus-read-ephemeral-emacs-bug-group): New commands.
382
383 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
384
385         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
386         (gnus-visible-headers): Improve custom type.
387
388 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
389
390         * mml.el (mml-menu): Add workarounds for XEmacs.
391
392         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
393         X-Boundary header.
394
395         * message.el (message-simplify-recipients): Fix previous commit.
396
397 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
398
399         * mm-util.el (mm-set-buffer-multibyte): New function.
400         * mm-decode.el (mm-copy-to-buffer): Use it.
401
402 2008-03-19  Glenn Morris  <rgm@gnu.org>
403
404         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
405         Accidentally removed in the sync process with Emacs.
406
407 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
408
409         * message.el (message-alter-recipients-discard-bogus-full-name):
410         New function.
411         (message-alter-recipients-function): New variable.
412         (message-get-reply-headers): Use it.
413         (message-replace-header): New helper function.
414         (message-recipients-without-full-name): New variable.
415         (message-simplify-recipients): New command.
416
417         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
418
419         * message.el (message-info): Handle EasyPG manual.
420
421         * mml.el (mml-menu): Add entry for EasyPG.
422
423 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
424
425         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
426         parameter.
427
428         * message.el (message-disassociate-draft): Specify drafts group name
429         fully.
430
431 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
432
433         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
434         unnecessary duplicates from the match list.
435
436 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
439
440         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
441
442         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
443         args of `how-many' of which the XEmacs version doesn't take; declare
444         Info-index-next as function.
445
446 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
447
448         * gnus-score.el (gnus-score-headers): Fix handling of
449         gnus-inhibit-slow-scoring.
450
451         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
452         string.
453         (gnus-button-url-regexp): Improve handling of parenthesis.
454         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
455         (gnus-button-handle-info-keystrokes): Handle index entries.
456
457 2008-03-15  Glenn Morris  <rgm@gnu.org>
458
459         * parse-time.el (parse-time-string): Simplify.
460
461 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
462
463         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
464         Incoming* files.
465
466 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
467
468         * auth-source.el (auth-sources): Renamed from auth-source-choices.
469         (auth-source-pick): Use it.
470
471 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
472
473         * binhex.el (binhex-decode-region-internal):
474         * uudecode.el (uudecode-decode-region-internal):
475         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
476         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
477         setting default-enable-multibyte-characters.
478
479 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
480
481         * auth-source.el (auth-source-protocols)
482         (auth-source-protocols-customize, auth-source-choices): Added and
483         modified variable customizations and defaults.
484         (auth-source-pick, auth-source-user-or-password)
485         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
486         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
487         (auth-source-user-or-password-sftp)
488         (auth-source-user-or-password-smtp): Use new variables and provide an
489         interface to netrc.el.
490
491 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
492
493         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
494         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
495         Make sure the nntp port to specify is a string.
496
497 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
498
499         * nntp.el: Use with-current-buffer.
500         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
501         dubious mm-with-unibyte-current-buffer.
502         (nntp-with-open-group-function): New function extracted from
503         nntp-with-open-group macro.
504         (nntp-with-open-group): Use the function, so it's easier to debug.
505         Add indentation and debugging info.
506         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
507         the use of the netcat alternatives.
508
509         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
510         Avoid mm-string-as-multibyte as well.
511
512         * nnweb.el (nnweb-insert-html):
513         Remove use of nnheader-string-as-multibyte.
514
515         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
516         (nnheader-string-as-multibyte): Remove.
517
518         * mm-view.el: Use inhibit-read-only.
519         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
520         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
521         or unibyte-string.
522
523         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
524         (mm-uu-yenc-extract): Use with-current-buffer.
525
526         * gnus-soup.el (gnus-soup-send-packet): Don't use
527         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
528
529         * nnmh.el: Use with-current-buffer.
530         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
531         mm-string-as-multibyte on the output of mm-encode-coding-string.
532
533         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
534         (nnimap-request-move-article): Use with-current-buffer.
535
536         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
537         inserting the handle-buffer's text, so the implicit multibyte->unibyte
538         conversion uses string-make-unibyte rather than string-as-unibyte.
539
540         * gnus-msg.el: Use with-current-buffer.
541
542         * message.el (message-ignored-resent-headers): Add "Delivered-To".
543
544 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
545
546         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
547         string for caching if it is 'PIN.
548
549 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
550
551         * lpath.el: Consider the case without Emacs/W3.
552
553 2008-03-08  Glenn Morris  <rgm@gnu.org>
554
555         * time-date.el (date-to-time, time-subtract, time-add)
556         (safe-date-to-time): Doc fixes.
557
558 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
559
560         * mail-source.el (mail-source-delete-old-incoming-confirm):
561         Change default to nil.
562         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
563
564 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
565
566         * lpath.el: Rearrange.
567
568         * gnus-art.el (gnus-narrow-to-page): Position point properly.
569         (gnus-article-goto-prev-page): Work for articles having ^L's.
570
571         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
572
573         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
574
575 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
576
577         * gnus-bookmark.el: Adjust for renames in bookmark.el.
578         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
579         (gnus-bookmark-jump): Adjust some variable names.
580
581 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
582
583         * auth-source.el: New package.
584         (auth-source-choices): Add customization entry point variable.
585
586         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
587         bug.
588
589 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
590
591         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
592         (gnus-registry-initialize, gnus-registry-install-p): Use it.
593         (gnus-registry-install-shortcuts): Rename from
594         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
595         the `gnus-registry-mark-map' keymap dynamically from
596         `gnus-registry-marks'.  The generated functions update the summary line
597         when a registry mark is added or deleted, and will call
598         `gnus-registry-install-p' (see the comments in the code).
599         (gnus-registry-user-format-function-M): Use concat intelligently.
600
601         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
602         the registry mark functions.
603
604 2008-03-05  Glenn Morris  <rgm@gnu.org>
605
606         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
607         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
608         gnus-art.
609         (top-level): No need to load own source when compiling.
610
611 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
612
613         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
614         Suggested by <chris.anderton@zetnet.co.uk>.
615
616 2008-03-04  Glenn Morris  <rgm@gnu.org>
617
618         * gnus-sum.el (top-level): No need to require gnus when compiling,
619         since unconditionally required near start of file.
620         (gnus-summary-display-while-building): Move definition before use.
621
622 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
623
624         * gnus-registry.el (gnus-registry-user-format-function-M): Add
625         formatting function.
626
627 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
628
629         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
630         with plists.
631         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
632         Use new format.
633
634 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
635
636         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
637         `where-is-internal' that returns a range of key sequences.
638
639 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
640
641         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
642
643         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
644         (gnus-summary-jump-to-group): Consider windows on other displayed
645         frames as well.  Similar changes might be needed elsewhere, but that's
646         the one I've bumped into during my use.
647
648         * nndoc.el (nndoc-oe-dbx-type-p):
649         * gnus-msg.el (gnus-debug):
650         * gnus-group.el (gnus-update-group-mark-positions):
651         Use mm-string-to-multibyte.
652
653 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
654
655         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
656         doesn't handle NotDashEscaped.
657
658         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
659         (mml-dnd-attach-options): Fix typo in custom choice.
660
661         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
662         nndoc-article-type to mbox.
663         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
664
665         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
666         to nil, instead of html2text.
667
668         * imap.el (imap-debug): Add `imap-ping-server'.
669
670         * gnus-bookmark.el: Add FIXMEs.
671
672         * message.el (message-form-letter-separator)
673         (message-send-form-letter-delay): New variables.
674         (message-send-form-letter): Use them.  New command to send form
675         letters.  Requested by Uwe Siart.
676         (message-send-mail-function): Doc fix.  Add "Other" custom option.
677
678 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
679
680         * Update copyright years.
681
682 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
683
684         Sync from EMACS_22_BASE.
685
686         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
687
688 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
689
690         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
691         empty author.
692
693 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
694
695         * gnus-registry.el (gnus-registry-marks): Add variable for
696         customization of marks and their appearance.
697         (gnus-registry-read-mark): Use it.
698         (gnus-registry-do-marks): Add utility function to loop through
699         `gnus-registry-marks'.
700         (gnus-registry-install-shortcuts-and-menus): Add function to install
701         shortcuts and menus.
702         (gnus-registry-initialize): Use it.
703         (gnus-registry-default-mark): Clarify documentation.
704
705 2008-02-29  Glenn Morris  <rgm@gnu.org>
706
707         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
708         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
709         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
710         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
711         Change defcustom :version from 23.0 to 23.1.
712
713 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
714
715         * gnus-registry.el (gnus-registry-follow-group-p)
716         (gnus-registry-post-process-groups): Add functions to aid registry
717         splitting and improve logging.  Clarify behavior in function
718         documentation.
719         (gnus-registry-split-fancy-with-parent): Use them.
720
721 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
722
723         * gnus-art.el: Use with-current-buffer.
724
725 2008-02-27  David Engster  <dengste@eml.cc>
726
727         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
728         Express real group name in the response.
729
730 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
733         (nnmairix-last-server, nnmairix-current-server): Defvar them.
734         (nnmairix-goto-original-article): Defvar gnus-registry-install and
735         autoload gnus-registry-fetch-group when compiling.
736         (nnmairix-request-group-with-article-number-correction): Remove
737         unreferenced argument passed to nnmairix-call-backend.
738
739 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
740
741         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
742         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
743         Wilde.
744
745 2008-02-27  Glenn Morris  <rgm@gnu.org>
746
747         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
748         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
749         variables to defconsts.  Convert comments to doc-strings.
750         (nnmairix-last-server, nnmairix-current-server): Convert from free
751         variables to defvars.  Convert comments to doc-strings.
752         (gnus-registry-fetch-group): Autoload.
753         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
754         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
755         (nnmairix-widget-build-editable-fields): Use car cddr rather than
756         caddr.
757         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
758         nnmairix-request-group-with-article-number-correction call.
759         (nnmairix-fast, nnmairix-group): New, less general names, for free
760         variables passed from nnmairix-request-group to
761         nnmairix-request-group-with-article-number-correction.  Declare.
762         (nnmairix-request-group-with-article-number-correction):
763         Use nnmairix-fast, nnmairix-group rather than fast, group.
764
765 2008-02-26  David Engster  <dengste@eml.cc>
766
767         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
768         version 0.5.
769
770 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
771
772         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
773         instead of making an extra function call.  Don't add the current group
774         to articles only when they have the group.  Use
775         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
776         Reported by David <de_bb@arcor.de>.
777
778 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
779
780         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
781         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
782
783 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
784
785         * mail-source.el (mail-source-delete-incoming): Change default.
786         Supplement doc string.
787
788         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
789
790 2008-02-14  Glenn Morris  <rgm@gnu.org>
791
792         * time-date.el (format-seconds): New function.
793
794 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
795
796         * nnmail.el (nnmail-message-id-cache-file): Derive from
797         `gnus-home-directory'.
798
799 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
800
801         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
802         Document negative prefix.
803
804         * gnus-group.el (gnus-group-read-group): Document negative prefix.
805
806 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * message.el (message-unsent-separator): Add the Exim bounce
809         separator.
810
811 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
812
813         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
814         list.
815         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
816         recipient/signer list.
817
818 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
819
820         * Makefile.in (datarootdir): Define.
821         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
822         name that might contain whitespace.
823
824 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
825
826         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
827         fbound (Emacs 23 unicode), signal an error.
828
829 2008-02-08  Glenn Morris  <rgm@gnu.org>
830
831         * gnus-art.el (pgg-display-output-buffer): Declare as function.
832
833 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
834
835         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
836         ports to the calls to `netrc-machine-user-or-password' in addition to
837         "imap" and "imaps".
838
839 2008-02-01  Zhang Wei  <id.brep@gmail.com>
840
841         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
842
843         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
844
845 2008-02-01  Kenichi Handa  <handa@m17n.org>
846
847         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
848         rfc2104-hexstring-to-bitstring and changed to return a byte list.
849         (rfc2104-hash): Convert the result of concat to unibyte string.
850
851 2008-02-01  Dave Love  <fx@gnu.org>
852
853         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
854         coding-system-for-read.
855         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
856
857 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
858
859         * gnus.el (gnus-group-startup-message): Add `find-image' call before
860         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
861         <hanche@math.ntnu.no>.
862
863 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
864
865         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
866
867         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
868
869 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
870
871         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
872         * message.el (message-beginning-of-line): Use featurep instead of bound
873         tests in order to resolve conditionals at compile time.
874
875 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
876
877         * mail-source.el (mail-sources): Add `group' choice.
878
879         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
880         parameter `in-group' to control into which group the articles go.
881         Add treatment of `group' mail-source.
882
883 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
886
887         * mm-decode.el (mm-dissect-buffer): Decode description.
888
889         * mml.el (mml-to-mime): Encode message header first.
890
891 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
892
893         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
894         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
895
896         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
897         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
898
899 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
900
901         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
902
903 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
904
905         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
906         prefix keys.
907         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
908         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
909         gnus-xmas.el.
910
911         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
912         (gnus-xmas-article-describe-bindings): New function.
913         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
914         gnus-xmas-article-describe-bindings.
915
916         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
917
918 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
919
920         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
921         Add new variables for article mark management.
922         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
923         list of extra data entries which, when present, will indicate that the
924         article ID should not be trimmed from the registry.
925         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
926         functions.
927         (gnus-registry-read-mark): New function to read a mark name from the
928         user.
929         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
930         (gnus-registry-set-article-mark-internal): New functions to add and
931         remove marks.
932         (gnus-registry-get-article-marks): New function to show the marks for
933         an article, or retrieve them for further use.
934
935 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
936
937         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
938         keys when no argument is given.
939
940 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
941
942         * imap.el (imap-ping-server): New variable.
943         (imap-opened): On add extra ping if imap-ping-server is non-nil.
944         (imap-ping-server): Minor doc string fixes.
945
946 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
947
948         * imap.el (imap-ping-server): New function.
949         (imap-opened): Call imap-ping-server.
950
951 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
952
953         * gnus-sum.el (gnus-article-sort-by-random)
954         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
955         jidanni@jidanni.org.
956
957 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
958
959         * gnus-art.el (gnus-article-describe-bindings): New function.
960         (gnus-article-read-summary-keys): Use it.
961         (gnus-article-mode-map): Bind `C-h b' to it.
962
963 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
964
965         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
966         XEmacs.
967         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
968         against non-character events.
969
970         * lpath.el: Fbind map-keymap for Emacs 21.
971
972 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
973
974         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
975         command.
976         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
977         instead of END.  Change name of the temp file.
978         (gnus-group-gmane-group-download-format): Add doc string.  Make it
979         customizable.
980
981 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
982
983         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
984         bind `S W' to gnus-article-wide-reply-with-original; set default
985         binding to gnus-article-read-summary-send-keys.
986         (gnus-article-read-summary-keys): Fix the order of keys; display
987         continuation keys correctly in the echo area; describe bindings
988         correctly when keys end with `C-h'.
989         (gnus-article-read-summary-send-keys): New function.
990         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
991         for gnus-article-read-summary-send-keys; display continuation keys
992         correctly in the echo area.
993         (gnus-article-reply-with-original): Ignore prefix argument.
994         (gnus-article-wide-reply-with-original): New function.
995
996         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
997         Emacs 21.
998
999 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1000
1001         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1002         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1003
1004 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1005
1006         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1007         (gnus-group-read-ephemeral-gmane-group): New command.
1008
1009 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1010
1011         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1012
1013 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1014
1015         * message.el (message-send-mail-function): Increase custom version.
1016
1017         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1018         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1019
1020 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1021
1022         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1023         for the cases where imap-authenticate is called with a nil buffer
1024         parameter.
1025
1026 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1027
1028         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1029         html parts correctly; support forwarded messages.
1030         (gnus-article-browse-html-article): Remove work buffers.
1031
1032         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1033         compiling.
1034         (netrc-bound-and-true-p): New macro.
1035         (netrc-parse): Use it instead of bound-and-true-p that is not available
1036         in XEmacs 21.4.
1037
1038 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1039
1040         * gnus-registry.el (gnus-registry-mark-article)
1041         (gnus-registry-article-marks): Add functionality to mark articles
1042         through the Gnus registry.
1043
1044         * encrypt.el: Clarify documentation for the new pgg method.
1045         (encrypt-file-alist): Add PGG option.
1046         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1047         functionality.  Abstract password key and messaging to external
1048         functions.
1049         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1050         (encrypt-message-method-and-cipher): Add new convenience external
1051         functions.
1052         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1053         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1054
1055         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1056         (netrc-parse): Use encrypt-file-alist to determine if
1057         encrypt-find-model or encrypt-insert-file-contents should be used.
1058
1059         * encrypt.el: Clarify documentation.  Load password-cache or
1060         password, whichever one is found first, instead of autoloading.
1061
1062 2007-12-19  Glenn Morris  <rgm@gnu.org>
1063
1064         * mml.el (message-options-set, message-narrow-to-head)
1065         (message-in-body-p, message-mail-p, message-encode-message-body):
1066         Autoload.
1067         (message-remove-header, message-narrow-to-headers-or-head)
1068         (message-subscribed-p, message-make-mail-followup-to)
1069         (message-position-on-field, message-news-p)
1070         (message-options-set-recipient, message-generate-headers)
1071         (message-sort-headers): Declare as functions.
1072
1073 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1074
1075         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1076         convention in doc string.
1077
1078 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1079
1080         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1081         title to html parts.
1082         (gnus-article-browse-html-article): Pass message header to it.
1083
1084         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1085
1086 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1087
1088         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1089         or password compatible with XEmacs.
1090
1091 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1092
1093         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1094         format document.
1095         (gnus-mime-delete-part): Don't write description line if empty.
1096         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1097
1098 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1099
1100         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1101         (gnus-summary-mark-read-and-unread-as-read)
1102         (gnus-summary-mark-current-read-and-unread-as-read)
1103         (gnus-summary-mark-unread-as-ticked): Doc fix.
1104         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1105
1106 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1107
1108         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1109         Christoph Conrad <christoph.conrad@gmx.de>.
1110
1111 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1112
1113         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1114         yes-or-no-p.
1115
1116 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * mm-decode.el (mm-add-meta-html-tag): New function.
1119         (mm-save-part-to-file, mm-pipe-part): Use it.
1120
1121         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1122         gnus-y-or-n-p instead of y-or-n-p.
1123         (gnus-article-browse-html-parts): Work with message/external-body; use
1124         mm-add-meta-html-tag.
1125
1126 2007-12-11  Glenn Morris  <rgm@gnu.org>
1127
1128         * gnus-cache.el: Require gnus-sum not just when compiling.
1129
1130         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1131
1132         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1133         definitions before use.
1134
1135         * mm-decode.el: Require gnus-util.
1136         (mm-remove-part): Only call delete-annotation on XEmacs.
1137
1138         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1139
1140         * nnmail.el: Require gnus-int.
1141
1142         * spam.el: Move `require's before `eval-when-compile's.
1143
1144         * gnus-ems.el (gnus-alive-p):
1145         * gnus-fun.el (message-goto-eoh):
1146         * gnus-util.el (gnus-group-name-decode):
1147         * mail-source.el (gnus-compress-sequence):
1148         * message.el (Info-goto-node, format-spec):
1149         * mm-bodies.el (message-options-get):
1150         * mm-decode.el (mm-view-pkcs7):
1151         * mm-util.el (gmm-write-region):
1152         * mml-smime.el (mml-compute-boundary)
1153         (gnus-completing-read-with-default):
1154         * mml.el (widget-button-press, gnus-make-hashtable):
1155         * mml1991.el (mm-decode-content-transfer-encoding)
1156         (mm-encode-content-transfer-encoding)
1157         (message-options-get, message-options-set):
1158         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1159         * nnfolder.el (gnus-request-group):
1160         * nnheader.el (ietf-drums-unfold-fws):
1161         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1162         * smime.el (gnus-run-mode-hooks):
1163         * spam-stat.el (gnus-message): Autoload.
1164
1165         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1166         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1167         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1168         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1169         Add declare-function compatibility definition.
1170
1171         * gnus-cache.el (nnvirtual-find-group-art):
1172         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1173         (gnus-add-image, gnus-add-wash-type):
1174         * gnus-group.el (nnkiboze-score-file):
1175         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1176         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1177         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1178         (message-tokenize-header, gnus-get-buffer-create)
1179         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1180         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1181         * gnus.el (gnus-group-decoded-name):
1182         * mail-source.el (imap-capability):
1183         * mm-bodies.el (message-options-set):
1184         * mm-decode.el (gnus-configure-windows):
1185         * mm-extern.el (message-goto-body):
1186         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1187         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1188         (epg-sub-key-validity, message-options-set):
1189         * mml.el (widget-event-point, gnus-configure-windows):
1190         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1191         * mml2015.el (epg-check-configuration, epg-configuration)
1192         (message-options-set):
1193         * nndb.el (nndb-request-article):
1194         * nnfolder.el (gnus-request-create-group):
1195         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1196         * nnmaildir.el (gnus-group-mark-article-read):
1197         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1198         * rfc1843.el (message-fetch-field):
1199         * spam.el (gnus-extract-address-components):
1200         Declare as functions.
1201
1202 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1203
1204         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1205
1206         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1207
1208         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1209         bind show-trailing-whitespace for XEmacs.
1210
1211 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1212
1213         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1214         new no-op macro for backward compatibility.
1215
1216         * imap.el (imap-string-to-integer): New function.
1217
1218 2007-12-09  Glenn Morris  <rgm@gnu.org>
1219
1220         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1221
1222         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1223         * message.el, mm-view.el, sieve-manage, smime.el:
1224         Add declare-function compatibility definition.
1225
1226         * gnus-art.el (w3-region, w3m-region, Info-menu):
1227         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1228         * gnus-sum.el (gnus-get-predicate):
1229         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1230         * message.el (mail-abbrev-in-expansion-header-p):
1231         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1232         (w3m-detect-meta-charset, w3m-region):
1233         * sieve-manage.el (password-read, password-cache-add)
1234         (password-cache-remove):
1235         * smime.el (password-read-and-add): Declare as functions.
1236
1237 2007-12-08  David Kastrup  <dak@gnu.org>
1238
1239         * gnus-sum.el (gnus-summary-simplify-subject-query):
1240         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1241         `message'.
1242
1243 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1246         it to bind idna-program, installation-directory, defined-colors, and
1247         face-attribute for XEmacs of the version that compiles defcustom forms.
1248
1249 2007-12-07  Glenn Morris  <rgm@gnu.org>
1250
1251         * gnus-art.el (article-make-date-line): Revert previous change.
1252
1253 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1254
1255         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1256
1257 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1258
1259         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1260         Call gnus-add-to-range ranges only once with a prepared article-list.
1261
1262 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1263
1264         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1265         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1266         group names with backslashes.  Reported by Tassilo Horn
1267         <tassilo@member.fsf.org>.
1268
1269 2007-12-06  D. Goel  <deego3@gmail.com>
1270
1271         * gnus-art.el (article-make-date-line):
1272         * gnus-start.el (gnus-load):
1273         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1274
1275 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1276
1277         * gnus-art.el (gnus-use-idna)
1278         * gnus-start.el (gnus-site-init-file)
1279         * message.el (message-use-idna)
1280         * mm-uu.el (mm-uu-hide-markers)
1281         * smiley.el (smiley-style): Revert changes that suppress warnings.
1282
1283 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1286         specify charset to html source.  Reported by Christoph Conrad
1287         <christoph.conrad@gmx.de>.
1288
1289 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1292         idna-program in order to suppress byte compile warning issued by XEmacs
1293         that came to byte compile the default value section of defcustom forms
1294         recently.
1295
1296         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1297         value of installation-directory.
1298
1299         * message.el (message-use-idna): Don't directly refer to the value of
1300         idna-program.
1301
1302         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1303
1304         * smiley.el (smiley-style): Don't directly call face-attribute.
1305
1306 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1307
1308         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1309
1310         * gnus-dired.el: Reduce Gnus dependencies.
1311         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1312         require.  Use autoloads instead.
1313         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1314         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1315         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1316         (gnus-dired-mode): Adjust doc string.
1317         (gnus-dired-mail-mode): New variable.
1318         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1319         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1320         (gnus-dired-mail-buffers): New function.  Return mail or message
1321         composition buffers.
1322         (gnus-dired-attach): Use it.
1323         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1324         NO-DECODE.
1325         (gnus-dired-print): Use `gnus-print-buffer' depending on
1326         `gnus-dired-mail-mode'.
1327
1328 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1329
1330         * rfc2047.el (rfc2047-encoded-word-regexp)
1331         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1332         explaining what regexp patterns are for.
1333
1334 2007-12-04  Glenn Morris  <rgm@gnu.org>
1335
1336         * password.el: Move to password-cache.el.
1337
1338         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1339         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1340         * mml-smime.el (password-read, password-cache-add)
1341         (password-cache-remove):
1342         No need to autoload, since mml-sec requires password.
1343
1344         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1345         * message.el (gnus-extract-address-components):
1346         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1347
1348         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1349         password.
1350
1351 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1352
1353         * mailcap.el: Reduce dependencies.
1354         (mail-header-parse-content-type): Autoload.
1355         (mailcap-delete-duplicates): New alias.
1356         (mailcap-mime-info): Add optional argument NO-DECODE.
1357         (mailcap-mime-types): Use mailcap-delete-duplicates.
1358
1359         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1360
1361 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1362
1363         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1364         (imap-parse-status): Upcase status-att for servers that sends them
1365         lower-case (e.g., MS Exchange 2007).
1366
1367 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1370         function.
1371
1372         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1373         (gnus-uu-yenc-article): New function.
1374
1375         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1376
1377         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1378         buffer.
1379
1380 2007-12-02  Glenn Morris  <rgm@gnu.org>
1381
1382         * binhex.el (binhex): New custom group.
1383         (binhex-decoder-program, binhex-decoder-switches)
1384         (binhex-use-external): Move to the binhex custom group.
1385
1386         * uudecode.el (uudecode): New custom group.
1387         (uudecode-decoder-program, uudecode-decoder-switches)
1388         (uudecode-use-external): Move to the uudecode custom group.
1389
1390         * netrc.el (top-level): Don't load `encrypt' features.
1391         (netrc-parse): Don't use encrypt.
1392         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1393
1394         * encrypt.el: Remove file.
1395
1396 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1397
1398         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1399         matches on patches.
1400
1401         * gnus-art.el (gnus-article-browse-html-article): Mention
1402         `mm-text-html-renderer' in the doc string.
1403
1404         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1405         string.  Add comments.
1406
1407         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1408         if rhs is ASCII.
1409
1410 2007-12-01  Glenn Morris  <rgm@gnu.org>
1411
1412         * mail-source.el (top-level): Require format-spec before
1413         eval-when-compile.
1414
1415 2007-11-30  Glenn Morris  <rgm@gnu.org>
1416
1417         * encrypt.el: Require password, rather than autoloading password-read.
1418
1419 2007-11-29  Glenn Morris  <rgm@gnu.org>
1420
1421         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1422         (sasl-make-client, sasl-next-step, sasl-step-data)
1423         (sasl-step-set-data): Declare as functions.
1424
1425 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1426
1427         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1428
1429 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1430
1431         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
1432         certs should be verified and what is to be done in the event of a
1433         verification failure.
1434
1435         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1436         caller can indicate whether the cache should be disregarded for this
1437         call.  This way the result of the call is reproducible at all times and
1438         can be considered a canonical server name for the supplied method.
1439         (gnus-agent-method-p): Canonicalize server names by pushing their
1440         method through `gnus-method-to-server' using the no-cache argument.
1441
1442         * gnus-srvr.el (gnus-server-insert-server-line): Call
1443         `gnus-method-to-server' with `no-cache' argument.
1444
1445         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1446         gnus-agent-possibly-synchronize-flags as this should be called when the
1447         server is actually being opened.
1448         (gnus-agent-possibly-synchronize-flags)
1449         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1450         flags file of an agentized server to the latter function.
1451
1452         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1453         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1454         after a connection has been established successfully.
1455
1456 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1457
1458         * gnus-art.el (article-display-face): Force to display face if called
1459         interactively; check if gnus-article-x-face-too-ugly matches author.
1460         (article-display-x-face): Display face even if From header is missing
1461         as article-display-face does.
1462
1463 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1464
1465         * hashcash.el (message-narrow-to-headers-or-head)
1466         (message-fetch-field, message-goto-eoh)
1467         (message-narrow-to-headers): Declare as functions.
1468
1469 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1470
1471         * mail-source.el (mail-sources): Default to fetch from file for
1472         compatibility with default of nnmail-spool-file.
1473
1474 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1477         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1478         to look for encoded word that should be encoded again.
1479         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1480         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1481         encoding pattern.
1482         (rfc2047-decode-region): Switch strict regexp and loose one according
1483         to rfc2047-allow-irregular-q-encoded-words.
1484
1485 2007-11-25  Romain Francoise  <romain@orebokech.com>
1486
1487         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1488
1489 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1490
1491         * tls.el (tls-program): Provide more custom choices from
1492         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1493         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1494
1495 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1496
1497         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1498         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1499
1500         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1501         `nnmail-spool-file'.
1502
1503         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1504         `nnmail-spool-file'.
1505
1506         * gnus-move.el (gnus-change-server): Ditto.
1507
1508         * gnus-kill.el (gnus-batch-score): Ditto.
1509
1510         * gnus-cache.el (gnus-jog-cache): Ditto.
1511
1512         * gnus-msg.el (gnus-summary-reply):
1513         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1514
1515 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1516
1517         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1518         version.  Minor improvement to doc strings.
1519         (tls-program): Add comment.
1520
1521 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
1522
1523         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1524         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1525         mismatch between the hostname provided in the certificate and the name
1526         of the host connnecting to.
1527         (open-tls-stream): Use them.  Check certificates against trusted root
1528         certificates.
1529
1530 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1531
1532         * gnus-cache.el (gnus-cache-generate-nov-databases):
1533         Use nnml-generate-nov-databases-directory instead of
1534         nnml-generate-nov-databases-1.
1535
1536 2007-11-24  Glenn Morris  <rgm@gnu.org>
1537
1538         * message.el (message-tool-bar-retro): Update for rename
1539         mail_send.xpm->mail-send.xpm.
1540
1541 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1542
1543         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1544         `smime-ldap-search' for Emacs 22 and up.
1545
1546 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1547
1548         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1549
1550         * message.el (message-send-mail-function): Fix error convention.
1551         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1552         (message-widen-reply, message-send-mail, message-talkative-question)
1553         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1554         (message-clone-locals, message-send-news): Use with-current-buffer.
1555         (message-insert-or-toggle-importance): Remove unused var `valid'.
1556         (message-make-references): Remove unused var `new-references'.
1557         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1558
1559 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1560
1561         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1562         (spam-split-symbolic-return-positive): Reflow docstring.
1563         (spam-backends, spam-summary-exit-behavior)
1564         (spam-mark-ham-unread-before-move-from-spam-group)
1565         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1566         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1567         (spam-clear-cache, spam-backend-check, spam-install-backend)
1568         (spam-install-statistical-backend, spam-list-of-processors)
1569         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1570         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1571         (spam-check-crm114, spam-initialize, spam-unload-hook):
1572         Fix typos in docstrings.
1573
1574 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1575
1576         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1577         been checked if they have never been read and those group levels are
1578         higher than the one that a user specified.
1579
1580 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1583         foreign groups unless a group level is specified by a user.
1584         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1585
1586 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1587
1588         * message.el (message-send-mail-function): Require sendmail.
1589
1590 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1591
1592         * message.el (message-send-mail-function): Check for smtpmail too.
1593
1594         * utf7.el (utf7-encode, utf7-decode): Use coding system
1595         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1596
1597         * message.el (message-send-mail-function): New function.
1598         (message-send-mail-function): Set default using
1599         message-send-mail-function.  Adjust doc string.
1600         (message-send-mail-with-mailclient): New function.
1601
1602 2007-11-17  Richard Stallman  <rms@gnu.org>
1603
1604         * assistant.el: Remove file.
1605
1606 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1607
1608         * smime.el (from):
1609         * rfc2047.el (message-posting-charset):
1610         * qp.el (mm-use-ultra-safe-encoding):
1611         * pop3.el (parse-time-months):
1612         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1613         * nnml.el (files):
1614         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1615         (jka-compr-compression-info-list, ange-ftp-path-format)
1616         (efs-path-regexp):
1617         * nndiary.el (files):
1618         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1619         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1620         (epg-digest-algorithm-alist, inhibit-redisplay)
1621         (password-cache-expiry):
1622         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1623         (pgg-output-buffer, password-cache-expiry):
1624         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1625         (efs-path-regexp):
1626         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1627         (inhibit-redisplay):
1628         * mm-uu.el (file-name, start-point, end-point, entry)
1629         (gnus-newsgroup-name, gnus-newsgroup-charset):
1630         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1631         (latin-unity-ucs-list):
1632         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1633         (mm-uu-binhex-decode-function):
1634         * message.el (gnus-message-group-art, gnus-list-identifiers, )
1635         (rmail-enable-mime-composing, gnus-local-organization)
1636         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1637         (gnus-read-active-file, facemenu-add-face-function)
1638         (facemenu-remove-face-function, gnus-article-decoded-p)
1639         (tool-bar-mode):
1640         * mail-source.el (display-time-mail-function):
1641         * gnus-util.el (nnmail-pathname-coding-system)
1642         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1643         (gnus-original-article-buffer, gnus-user-agent)
1644         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1645         (xemacs-codename, sxemacs-codename, emacs-program-version):
1646         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1647         * gnus-start.el (gnus-agent-covered-methods)
1648         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1649         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1650         (gnus-newsgroup-headers, gnus-group-list-mode)
1651         (gnus-group-mark-positions, gnus-newsgroup-data)
1652         (gnus-newsgroup-unreads, nnoo-state-alist)
1653         (gnus-current-select-method, mail-sources)
1654         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1655         (nnmail-spool-file, gnus-cache-active-hashtb):
1656         * gnus-mh.el (mh-lib-progs):
1657         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1658         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1659         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1660         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1661         (gnus-group-buffer):
1662         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1663         (font-lock-set-defaults):
1664         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1665         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1666         (gnus-summary-post-menu, total-parts, type, condition, length):
1667         * gnus-agent.el (gnus-agent-read-agentview):
1668         * flow-fill.el (show-trailing-whitespace):
1669         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1670         eval-and-compile wrappers for byte compiler pacifiers.
1671
1672         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1673         (mm-display-inline-fontify): Check for featurep 'xemacs not
1674         extent-list.
1675
1676         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1677         itimer-list.
1678         (mm-create-image-xemacs): Only do something for XEmacs.
1679         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1680
1681         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1682
1683         * gnus-registry.el (gnus-adaptive-word-syntax-table):
1684         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1685
1686 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1687
1688         * nnimap.el (nnimap-split-download-body):
1689         * gnus-demon.el (gnus-demon):
1690         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1691
1692 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1695         macros.
1696         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1697         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1698         copy data from unibyte buffer to multibyte current buffer.
1699         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1700         to copy data from unibyte current buffer to multibyte buffer.
1701         (nntp-make-process-buffer): Make process buffer unibyte.
1702
1703         * pop3.el (pop3-open-server): Fix typo in Lisp code.
1704
1705 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
1706
1707         * pop3.el (pop3-open-server): Accept and process data more robustly at
1708         connexion start to avoid spurious "POP SSL connexion failed" errors.
1709
1710 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1713         read group names.
1714
1715 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
1716
1717         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1718
1719 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1720
1721         * nnmail.el (nnmail-parse-active): Make group names unibyte.
1722         (nnmail-save-active): Use a unibyte buffer when saving active file,
1723         which may contain non-ASCII group names.
1724
1725         * nnml.el (nnml-request-group): Decode group names in messages.
1726
1727 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
1728
1729         * message.el (message-citation-line-function)
1730         (message-insert-formatted-citation-line): Fix spelling of
1731         `message-insert-formated-citation-line'.
1732
1733 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
1734
1735         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1736
1737 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1740         nnmail-pathname-coding-system.
1741
1742         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1743         that a user enters; decode group names in messages.
1744
1745         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1746
1747 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1748
1749         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1750
1751         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1752
1753         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1754         risky local variable.
1755
1756         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1757
1758 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1759
1760         * encrypt.el: Improve documentation to fix function name typo.
1761         Reported by Daiki Ueno <ueno@unixuser.org>.
1762
1763 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1764
1765         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1766         even if the point is not in the last page of an article.
1767         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1768         back to the previous page.
1769
1770 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
1771
1772         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1773
1774 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1775
1776         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1777
1778 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1779
1780         * message.el (message-check-news-body-syntax): Avoid
1781         mm-string-as-multibyte.
1782         (message-hide-headers): Don't assume (point-min)==1.
1783
1784 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1785
1786         * message.el (message-remove-blank-cited-lines): Fix if remove is
1787         given.
1788         (message-bogus-address-regexp): New variable.
1789         (message-bogus-recipient-p): New function.
1790         (message-check-recipients): New command.
1791         (message-syntax-checks): Add `bogus-recipient'.
1792         (message-fix-before-sending): Add `bogus-recipient'.
1793
1794         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1795         (gnus-treat-body-boundary): Don't test window-system.
1796
1797 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
1798
1799         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1800
1801 2007-10-28  Miles Bader  <miles@gnu.org>
1802
1803         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1804         at compile-time too.
1805
1806 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1807
1808         * gnus-msg.el (gnus-message-setup-hook): Add
1809         `message-remove-blank-cited-lines' to options.
1810
1811 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1812
1813         * message.el (message-remove-blank-cited-lines): New function.
1814         Suggested by Karl Plästerer.
1815
1816 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1819         mapc.
1820
1821         * imap.el (imap-open): Replace mapcar called for effect with mapc.
1822         (top-level): Use mapc to set functions to be traced for debugging.
1823
1824         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1825         called for effect with while loop.
1826
1827         * message.el (message-talkative-question): Replace mapcar called for
1828         effect with mapc.
1829
1830         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1831         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1832         called for effect with dolist.
1833
1834         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1835
1836         * nndiary.el: Use dolist instead of mapcar to add diary headers to
1837         gnus-extra-headers and nnmail-extra-headers.
1838
1839         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1840         called for effect with dolist.
1841         (top-level): Use mapc to set functions to be traced for debugging.
1842
1843         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1844         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1845         dolist.
1846
1847         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1848         Replace mapcar called for effect with mapc.
1849         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1850         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1851         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1852         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1853
1854         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1855         remove-if that's a cl function.
1856
1857         * webmail.el (webmail-debug): Replace mapcar called for effect with
1858         dolist.
1859
1860         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
1861         with mapc.
1862
1863 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1866         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1867         with while loop.
1868
1869         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1870         functions from article-* functions.
1871         (gnus-multi-decode-header): Replace mapcar called for effect with
1872         dolist.
1873
1874         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1875         (gnus-bookmark-show-details): Replace mapcar called for effect with
1876         while loop.
1877
1878         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1879         called for effect with while loop.
1880
1881         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1882         with dolist.
1883
1884         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1885         mapcar called for effect with dolist.
1886
1887         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1888
1889         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1890         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1891         Replace mapcar called for effect with dolist.
1892         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1893         mapc.
1894
1895         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1896         Replace mapcar called for effect with dolist.
1897         (gnus-topic-list): Replace mapcar called for effect with mapc.
1898
1899         * gnus.el: Use mapc instead of mapcar to add autoloads.
1900
1901 2007-10-23  Richard Stallman  <rms@gnu.org>
1902
1903         * gnus-group.el (gnus-group-highlight): Mark as risky.
1904
1905 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         * gnus.el (gnus-server-to-method): Return method found first in
1908         gnus-newsrc-alist.
1909
1910         * gnus-art.el (gnus-article-highlight-signature)
1911         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1912         button overlay without the front stickiness.
1913
1914 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
1915
1916         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1917         overview buffer needed a catch to receive its throw.
1918         (gnus-agent-flush-cache): Declared as interactive to make this function
1919         easier to use.
1920
1921 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
1922
1923         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1924         `next-line'.
1925
1926 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1927
1928         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1929         exclude address matching message-dont-reply-to-names.
1930
1931 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1932
1933         * gnus-util.el (gnus-string<): New function.
1934
1935         * gnus-sum.el (gnus-article-sort-by-author)
1936         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1937
1938 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1939
1940         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1941         the frame-focus tag is set in gnus-buffer-configuration.
1942
1943 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * gnus-art.el (gnus-article-add-button): Make a button overlay without
1946         the front stickiness.
1947
1948 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1951         url pattern; remove duplicate one.
1952         (gnus-article-extend-url-button): New function.
1953         (gnus-article-add-buttons): Use it.
1954         (gnus-button-push): Use concatenated url that it makes.
1955
1956 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
1957
1958         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1959
1960 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1961
1962         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1963         Don't hardcode point-min==1.
1964
1965 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
1966
1967         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1968         Fix comment about "iso8859-1".
1969
1970 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
1971
1972         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1973         ones returned from the verify-function.
1974
1975         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1976         mml2015-extract-cleartext-signature if extraction failed.
1977
1978 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
1979
1980         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1981         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1982         failed.
1983
1984 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1985
1986         * Relicense "GPLv2 or later" files to "GPLv3 or later".
1987
1988 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
1989
1990         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
1991         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
1992         recommends to use EasyPG instead of PGG.
1993
1994         * pgg.el: Revert to revision 6.23.2.16
1995
1996         * pgg-def.el: Revert to revision 6.6.2.14.
1997
1998         * pgg-gpg.el: Revert to revision 6.23.2.34.
1999
2000 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2001
2002         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2003         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2004         thread for both the null and zero (kill/expire thread) universal prefix
2005         cases.
2006         (gnus-summary-expire-thread): Add new function to expire a thread,
2007         using gnus-summary-kill-thread.
2008         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2009         shortcuts for gnus-summary-expire-thread.
2010         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2011         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2012
2013 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2014
2015         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2016         extras value, so an extras entry can be deleted.
2017         (gnus-registry-delete-extra-entry): Use it.
2018         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2019         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2020         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2021         storage through the gnus-registry, and provide an appropriate API for
2022         it.
2023
2024 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2025
2026         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2027         Suggested by Leo <sdl.web@gmail.com>.
2028
2029         * gnus.el: Do.
2030
2031 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2032
2033         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2034         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2035
2036         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2037
2038         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2039         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2040
2041 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2044         newline.
2045         (nnmbox-request-accept-article): Don't change article in source buffer;
2046         narrow to header to use message-fetch-field rather than
2047         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2048         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2049         as delimiters; make sure article ends with newline.
2050         (nnmbox-delete-mail): Correct last position of article to be deleted;
2051         ignore X-Gnus-Newsgroup header in article body.
2052         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2053         positions; make sure article ends with newline.
2054
2055         * message.el (message-display-abbrev): Don't infloop when a user
2056         inserts SPC in the beginning of header.
2057
2058         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2059         coding-system-for-read and coding-system-for-write for XEmacs having no
2060         file-coding feature.
2061
2062         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2063
2064 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2065
2066         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2067         list of groups not followed by default.  Fix type to be regexp.
2068         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2069
2070 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2071
2072         * hmac-def.el (define-hmac-function): Switch from old-style to
2073         new-style backquotes.
2074
2075         * md4.el (md4-make-step): Likewise.
2076
2077 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2080         raw-text coding system when saving .newsrc file, which may contain
2081         non-ASCII group names.
2082
2083 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2084
2085         * gnus-cus.el (gnus-score-extra): New widget.
2086         (gnus-score-extra-convert): New function.
2087         (gnus-score-customize): Use it for Extra.
2088
2089 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2090
2091         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2092         (mml2015-mailcrypt-clear-verify): Use it.
2093         (mml2015-gpg-clear-verify): Use it.
2094         (mml2015-pgg-clear-verify): Use it.
2095         (mml2015-epg-clear-verify): Replace the current part with the output
2096         from GnuPG; don't extract the plaintext by itself.
2097
2098         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2099         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2100         mml2015-clear-verify-function; don't touch the armor headers or
2101         dash-escaped text here.
2102
2103 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2104
2105         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2106         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2107         parts, or application/octet-stream as a last resort.
2108         (gnus-mime-view-part-as-type): Don't toggle display.
2109         (gnus-mime-view-part-as-charset): Don't turn off display before
2110         querying charset.
2111
2112         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2113         stuff to undisplayer function in Emacs.
2114         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2115
2116         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2117         text/calendar parts.
2118
2119 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2120
2121         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2122         decoding text/calendar parts.
2123
2124         * message.el (message-forward-make-body-mime): Always mark body as
2125         having no illegible text; remove signed-or-encrypted argument.
2126         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2127
2128         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2129         (mml-generate-mime-1): Don't encode body if it is specified to be in
2130         raw form; don't make buffer be unibyte when inserting multibyte string.
2131
2132 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2133
2134         * sha1.el: Fix up comment style.
2135         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2136         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2137
2138         * hex-util.el: Fix up comment style.
2139         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2140
2141         * gnus-salt.el: Use with-current-buffer.
2142         (gnus-pick-setup-message): Fix long-standing typo.
2143
2144 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * imap.el (imap-logout-timeout): New variable.
2147         (imap-logout, imap-logout-wait): New functions.
2148         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2149
2150         * nnimap.el (nnimap-logout-timeout): New server variable.
2151         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2152         nnimap-logout-timeout.
2153
2154         * gnus-art.el (gnus-article-summary-command-nosave)
2155         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2156
2157 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * gnus.el (gnus-maximum-newsgroup): New variable.
2160
2161         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2162         according to gnus-maximum-newsgroup.
2163
2164         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2165         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2166         Limit the range of articles according to gnus-maximum-newsgroup.
2167
2168 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2169
2170         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2171         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2172         Don't perform gnus-configure-windows here; reuse existing sticky
2173         article buffer.
2174
2175         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2176         it doesn't exist in gnus-article-mode.
2177
2178 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2181         (gnus-agent-decoded-group-name): New function.
2182         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2183         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2184
2185 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2186
2187         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2188         Add binding for gnus-sticky-article.
2189         (gnus-summary-exit): Don't kill sticky article buffers.
2190
2191         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2192         article buffer.
2193         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2194         (gnus-kill-sticky-article-buffers): New commands.
2195
2196 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2197
2198         * nntp.el (nntp-xref-number-is-evil): New server variable.
2199         (nntp-find-group-and-number): If it is non-nil, don't trust article
2200         numbers in the Xref header.
2201
2202 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * gnus-agent.el (gnus-agent-read-group): New function.
2205         (gnus-agent-flush-group, gnus-agent-expire-group)
2206         (gnus-agent-regenerate-group): Use it.
2207         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2208         nnmail-pathname-coding-system.
2209
2210 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2211
2212         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2213
2214         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2215         that are unread as unread, and also as selected so that information of
2216         marks having been changed by a user may be updated when exiting group.
2217
2218 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2219
2220         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2221         calculated ignoring signature parts to gnus-treat-article.
2222
2223 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2226         a point here in order to keep the window start.
2227         (gnus-insert-mime-security-button): Make a button overlay without the
2228         front stickiness.
2229         (gnus-mime-display-security): Goto the end of a button.
2230
2231         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2232
2233 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2236         group-name-at-point.
2237         (gnus-group-completing-read): New function that offers decoded
2238         non-ASCII group names for completion.
2239         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2240         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2241         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2242         (gnus-group-fetch-control): Use it.
2243         (gnus-fetch-group): Use group-name-at-point for the initial value
2244         rather than the default value; use gnus-alive-p.
2245
2246         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2247         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2248         (gnus-summary-post-news): Use gnus-group-completing-read.
2249
2250         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2251         (gnus-read-move-group-name): Decode group name for completion.
2252
2253 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2254
2255         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2256         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2257         Yamaoka slightly modified the code).
2258
2259 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2260
2261         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2262         (nnmail-split-incoming): Bind it.
2263
2264         * nnml.el (nnml-group-name-charset): New function.
2265         (nnml-decoded-group-name): Use it; don't decode group name if
2266         nnmail-group-names-not-encoded-p is non-nil.
2267         (nnml-encoded-group-name): New function.
2268         (nnml-group-pathname): Inline nnml-decoded-group-name.
2269         (nnml-request-expire-articles): Decode group name in message.
2270         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2271         nnmail-pathname-coding-system.
2272         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2273         not decoded ones according to nnmail-group-names-not-encoded-p.
2274         (nnml-generate-active-info): Use nnml-encoded-group-name.
2275
2276 2007-08-08  Glenn Morris  <rgm@gnu.org>
2277
2278         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2279         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2280         doc-strings and comments.
2281
2282 2007-07-25  Glenn Morris  <rgm@gnu.org>
2283
2284         * Relicense all FSF files to GPLv3 or later.
2285
2286 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * gnus-sum.el (gnus-summary-move-article): Make
2289         gnus-summary-respool-article work.
2290
2291 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2292
2293         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2294         string.
2295
2296 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2297
2298         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2299         that should be ignored when comparing distant RSS articles with local
2300         ones.
2301         (nnrss-make-hash-index): New function.  Create a hash index according
2302         to the ignored fields.
2303         (nnrss-check-group): Use it.
2304
2305 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2308
2309         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2310
2311         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2312         the new optional argument ENCODED is non-nil.
2313         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2314         coding system for encoding group name.
2315         (gnus-group-make-rss-group): Pass un-encoded group name to
2316         gnus-group-make-group.
2317         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2318         encoded.
2319
2320         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2321         Encode group name to which articles are moved or copied.
2322         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2323         coding system for encoding Newsgroup, Followup-To and Xref headers.
2324
2325         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2326         marks; use nnheader-file-coding-system to write a file.
2327         (nnagent-retrieve-headers): Bind file-name-coding-system to
2328         nnmail-pathname-coding-system.
2329
2330         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2331
2332         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2333         (nnml-request-article, nnml-request-create-group)
2334         (nnml-request-rename-group, nnml-find-id)
2335         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2336         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2337         (nnml-save-marks): Use nnml-group-pathname instead of
2338         nnmail-group-pathname.
2339
2340         (nnml-request-create-group, nnml-request-expire-articles)
2341         (nnml-request-move-article, nnml-request-delete-group)
2342         (nnml-deletable-article-p, nnml-possibly-create-directory)
2343         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2344         (nnml-open-marks): Bind file-name-coding-system to
2345         nnmail-pathname-coding-system.
2346
2347         (nnml-request-article): Pass server argument to nnml-find-group-number.
2348         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2349         server argument to nnml-possibly-create-directory.
2350         (nnml-request-accept-article): Pass server argument to
2351         nnml-active-number and nnml-save-mail.
2352         (nnml-find-group-number): Pass server argument to nnml-find-id.
2353         (nnml-request-update-info): Pass server argument to
2354         nnml-marks-changed-p.
2355
2356         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2357         (nnml-save-mail, nnml-active-number): Add server argument.
2358
2359         (nnml-request-delete-group): Warn if group is missing.
2360         (nnml-get-nov-buffer): Decode group name.
2361         (nnml-generate-active-info): Encode group name.
2362         (nnml-open-marks): Decode group name in messages.
2363
2364 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2365
2366         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2367         if it is not specified.
2368         (gnus-article-pipe-part, gnus-article-save-part)
2369         (gnus-article-interactively-view-part, gnus-article-copy-part)
2370         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2371         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2372         (gnus-article-replace-part, gnus-article-delete-part)
2373         (gnus-article-view-part-as-type): Pass raw prefix argument to
2374         gnus-article-part-wrapper.
2375
2376 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2377
2378         * gnus-agent.el (gnus-agent-save-active): Bind
2379         nnheader-file-coding-system to gnus-agent-file-coding-system.
2380
2381         * gnus-cache.el (gnus-cache-save-buffers)
2382         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2383         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2384         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2385         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2386         (gnus-cache-generate-active, gnus-cache-rename-group)
2387         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2388         (gnus-cache-update-overview-total-fetched-for): Bind
2389         file-name-coding-system to nnmail-pathname-coding-system.
2390         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2391         variables.
2392         (gnus-cache-decoded-group-name): New function.
2393         (gnus-cache-file-name): Use it.
2394         (gnus-cache-generate-active): Use non-decoded group name for active.
2395
2396         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2397         right place.
2398         (gnus-write-active-file): Don't break non-ASCII group names.
2399
2400         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2401         nnmail-pathname-coding-system.
2402
2403         * lpath.el: Bind default-file-name-coding-system,
2404         file-name-coding-system and language-info-alist for XEmacs.
2405
2406         * gnus-uu.el (gnus-uu-decode-save): Typo.
2407
2408 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2411
2412 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2415         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2416         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2417         (gnus-agent-flush-group, gnus-agent-flush-cache)
2418         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2419         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2420         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2421         (gnus-agent-regenerate-group)
2422         (gnus-agent-update-files-total-fetched-for)
2423         (gnus-agent-update-view-total-fetched-for): Bind
2424         file-name-coding-system to nnmail-pathname-coding-system.
2425         (gnus-agent-group-pathname): Don't encode file names by
2426         nnmail-pathname-coding-system.
2427         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2428         coding-system-for-write instead of buffer-file-coding-system to
2429         gnus-agent-file-coding-system.
2430
2431         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2432         Decode group name.
2433
2434         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2435
2436         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2437         (gnus-read-newsrc-el-file): Make group names unibyte.
2438
2439         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2440         nnmail-pathname-coding-system.
2441
2442         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2443         (nnrss-request-delete-group): Bind file-name-coding-system to
2444         nnmail-pathname-coding-system.
2445         (nnrss-read-server-data, nnrss-read-group-data): Bind
2446         file-name-coding-system correctly.
2447         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2448
2449         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2450         (nntp-server-to-method-cache): New variable.
2451         (nntp-group-pathname): New function that decodes non-ASCII group names.
2452         (nntp-possibly-create-directory, nntp-marks-changed-p)
2453         (nntp-save-marks, nntp-open-marks): Use it.
2454         (nntp-possibly-create-directory, nntp-open-marks):
2455         Bind file-name-coding-system to nnmail-pathname-coding-system.
2456         (nntp-open-marks): Decode group names when bootstrapping marks.
2457
2458         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2459         Newsgroups and Folowup-To headers.
2460
2461 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2462
2463         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2464         (gnus-server-closed-face, gnus-server-denied-face)
2465         (gnus-server-offline-face): Remove variable.
2466         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2467
2468         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2469         of modifying message-stack directly for XEmacs.
2470
2471         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2472         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2473         if the coding-system argument is nil for XEmacs.
2474
2475         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2476         mm-charset-override-alist.
2477
2478         * rfc2047.el: Don't require base64; require rfc2045 for the function
2479         rfc2045-encode-string.
2480         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2481         to quote the parameter value.
2482
2483 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2486         form in gnus-group-name-charset-method-alist.
2487
2488         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2489         overrides the default layout edit-form.
2490
2491         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2492
2493         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2494
2495 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2496
2497         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2498         as unfetched articles.
2499
2500 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2501
2502         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2503
2504 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2507         original back end that keeps marks in the local system.
2508
2509 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2512         arg of pop-to-buffer for XEmacs.
2513         (gnus-article-read-summary-keys): Ditto; don't restore window
2514         configuration if summary command ends up with neither article buffer
2515         nor summary buffer; describe bindings if summary keys end with C-h.
2516
2517 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * message.el (message-fix-before-sending): Skip raw message part to be
2520         forwarded while checking illegible text.
2521         (message-forward-make-body-mime, message-forward-make-body): Mark
2522         signed or encrypted raw message as having no illegible text.
2523
2524 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2525
2526         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2527         (gnus-message-with-timestamp-1): New macro.
2528         (gnus-message-with-timestamp): New function.
2529         (gnus-message): Use them.
2530
2531         * nnheader.el (nnheader-message): Use them.
2532
2533 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2534
2535         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2536         .newsrc.eld file.
2537
2538 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * gnus-agent.el (gnus-agent-fetch-headers)
2541         (gnus-agent-retrieve-headers): Bind
2542         gnus-decode-encoded-address-function to identity.
2543
2544         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2545         available also when the server returns simply a dot.
2546
2547         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2548
2549 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2550
2551         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2552
2553 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * gnus-ems.el (gnus-x-splash): Make it work.
2556
2557         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2558         from being used.
2559
2560         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
2561
2562 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2563
2564         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
2565         4th and the 5th arguments.
2566
2567         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2568         the front stickiness.
2569         (gnus-article-summary-command-nosave): Correct the order of the
2570         arguments passed to pop-to-buffer.
2571         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2572         summary command ends up with the article buffer.
2573
2574         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2575         the same faces.
2576
2577 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2578
2579         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2580
2581 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2582
2583         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2584         * gnus-sum.el (gnus-summary-highlight):
2585         * pgg.el (pgg-sign-region, pgg-sign):
2586         * mail-source.el (mail-source-delete-old-incoming-confirm):
2587         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2588
2589 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2590
2591         * gnus-art.el (gnus-mime-view-part-externally)
2592         (gnus-mime-view-part-internally): Fix predicate function passed to
2593         completing-read.
2594
2595         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2596
2597         * gnus.el (gnus-update-message-archive-method): Add :version.
2598
2599 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2600
2601         * gnus.el (gnus-update-message-archive-method): New variable.
2602
2603         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2604         according to gnus-message-archive-method if
2605         gnus-update-message-archive-method is non-nil.
2606
2607 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2610         by Loic Dachary <loic@dachary.org>.
2611         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2612
2613 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * message.el (message-pop-to-buffer): Add switch-function argument.
2616         (message-mail): Pass switch-function argument to it.
2617
2618 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
2619
2620         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2621         Improve doc string.
2622
2623 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2626         (gnus-header-content)
2627         * gnus-cite.el (gnus-cite-10)
2628         * gnus-srvr.el (gnus-server-closed)
2629         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2630         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2631         (gnus-group-mail-3-empty, gnus-group-mail-low)
2632         (gnus-group-mail-low-empty, gnus-splash)
2633         * message.el (message-header-to, message-header-cc)
2634         (message-header-subject, message-header-other, message-header-name)
2635         (message-header-xheader, message-separator, message-cited-text)
2636         (message-mml): Lighten colors of faces used for dark background.
2637
2638 2007-05-24  Simon Josefsson  <simon@josefsson.org>
2639
2640         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2641         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
2642
2643 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * message.el (message-narrow-to-headers-or-head):
2646         Ignore mail-header-separator in the body.
2647
2648 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2651         same as window size.
2652
2653 2007-05-22  Kevin Ryde  <user42@zip.com.au>
2654
2655         * message.el (message-font-lock-keywords): Use message-header-xheader
2656         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
2657         ahead of the anything pattern, to get it recognised.
2658
2659 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2660
2661         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
2662         spam.el loads uses it in the compiled defadvice form.
2663
2664 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
2665
2666         * gnus-sum.el (gnus-articles-to-read)
2667         (gnus-summary-insert-old-articles): Don't truncate group name for
2668         `read-string'.
2669
2670         * gnus-util.el (gnus-limit-string): Delete this function.
2671
2672         * gnus-sum.el (gnus-simplify-subject-fully): Use
2673         `truncate-string-to-width' instead.
2674
2675 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
2676
2677         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
2678         if, on summary exit, the next group has to be selected.
2679         (gnus-summary-exit): Use it.
2680
2681 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2682
2683         * gnus-art.el (gnus-article-mode): Fix comment about displaying
2684         non-break space.
2685
2686 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2689         Check if group is not a directory.
2690         (nnfolder-request-expire-articles): Don't delete articles if the target
2691         group is not available.
2692
2693         * nnml.el (nnml-request-create-group): Properly check if group is not a
2694         file.
2695         (nnml-request-expire-articles): Don't delete articles if the target
2696         group is not available.
2697
2698         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2699         Don't quote characters that are within parentheses.
2700
2701 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2704         (gnus-handle-ephemeral-exit): Select article according to it.
2705
2706 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2707
2708         * message.el (message-insert-formated-citation-line): Remove newline.
2709         (message-citation-line-format): Add final \n here so that the user can
2710         avoid a blank line.
2711
2712 2007-05-03  Dan Christensen  <jdc@uwo.ca>
2713
2714         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2715         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2716         Update lanl/arXiv support.
2717
2718 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2719
2720         * gnus.el: Bump version number.
2721
2722 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723
2724         * gnus.el (gnus-version-number): Bump version.
2725
2726 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2727
2728         * gnus.el: No Gnus v0.6 is released.
2729
2730 2007-04-27  Didier Verna  <didier@xemacs.org>
2731
2732         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2733         * gmm-utils.el (gmm-regexp-concat): here.
2734         * message.el: Don't require 'gnus-util.
2735         (message-dont-reply-to-names): Handle name change above.
2736         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2737
2738 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2739
2740         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2741         since the initial value varies according to the system.
2742
2743 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * mm-util.el (mm-charset-synonym-alist): Defcustom.
2746
2747 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
2748
2749         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2750
2751 2007-04-24  Didier Verna  <didier@xemacs.org>
2752
2753         Improve the type of gnus-ignored-from-addresses.
2754         * gnus-util.el (gnus-orify-regexp): New function.
2755         * message.el (gnus-util): Require it.
2756         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2757         * gnus-sum.el (gnus-ignored-from-addresses): New function.
2758         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2759
2760 2007-04-24  Didier Verna  <didier@xemacs.org>
2761
2762         * gnus-sum.el:
2763         * gnus-utils.el: Fix some trailing whitespaces.
2764
2765 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2768         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2769         article's Message-ID; refer parent article in summary buffer.
2770
2771         * message.el (message-bounce): Call mime-to-mml.
2772
2773         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
2774         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
2775         optimize and/or forms properly.
2776
2777 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
2778
2779         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
2780         URL.
2781
2782 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2783
2784         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2785
2786 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2789         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2790         displayed of multipart/alternative part if it is invoked from summary
2791         buffer.
2792
2793         * mm-view.el (mm-inline-text-html-render-with-w3m)
2794         (mm-inline-text-html-render-with-w3m-standalone)
2795         (mm-inline-render-with-function): Use mail-parse-charset by default.
2796
2797 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2798
2799         * parse-time.el (parse-time-string-chars): Check if CHAR
2800         is less than the length of parse-time-syntax.
2801
2802 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2803
2804         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2805         from gnus-newsgroup-processable.
2806
2807 2007-04-16  Didier Verna  <didier@xemacs.org>
2808
2809         * gnus-msg.el (gnus-configure-posting-styles): Handle
2810         message-signature-directory properly with :file syntax.  Reported by
2811         "Leo".
2812
2813 2007-04-11  Didier Verna  <didier@xemacs.org>
2814
2815         New user option: message-signature-directory.
2816         * gnus-msg.el (gnus-configure-posting-styles): Support it.
2817         * message.el (message-insert-signature): Ditto.
2818         * message.el (message-signature-file): Doc update.
2819         * message.el (message-signature-directory): New.
2820
2821 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * gnus-msg.el (gnus-inews-yank-articles): Use
2824         message-exchange-point-and-mark instead of exchange-point-and-mark.
2825
2826 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2827
2828         * message.el (message-yank-original): Make sure cited text ends with
2829         newline; don't exchange point and mark.
2830
2831 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2832
2833         * tls.el (open-tls-stream): Properly handle case where there
2834         is no associated buffer.
2835
2836 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
2837
2838         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2839         message-yank-original, make sure (< mark TEXT point).
2840
2841 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2842
2843         * message.el (message-fill-column): New variable.
2844         (message-mode): Use it.  Add comment on a possible new hook.
2845
2846         * nnmail.el (nnmail-spool-file): Mark as obsolete.
2847         (nnmail-get-new-mail): Reformat.
2848
2849         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2850
2851         * gmm-utils.el: Fix Commentary.
2852         (gmm-tool-bar-from-list): Fix typo in doc string.
2853
2854 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
2855
2856         * message.el (message-yank-original): Don't switch point and mark
2857         unnecessarily to put point and mark as documented.
2858
2859 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2860
2861         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2862         from the message heads.
2863
2864 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
2865
2866         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2867         article buffer does not have a window.  This may not be the best
2868         solution but is certainly better than setting the start of the null,
2869         that is the current, window.
2870
2871 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2872
2873         * gnus-draft.el (gnus-draft-setup-hook): New hook.
2874         (gnus-draft-setup): Run it.
2875
2876         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2877         gnus-score-fast-scoring.  Allow regexp.
2878         (gnus-score-headers): Use it.
2879
2880         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2881         XEmacs.
2882
2883         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2884         string.
2885         (gnus-button-alist): Also catch `<f1> k ...'.
2886         (gnus-treat-display-x-face): Fix doc string.
2887
2888 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2889
2890         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2891         evaluation of gnus-extended-version to ensure correct generation of the
2892         User-Agent header when message-generate-headers-first is used.
2893
2894 2007-03-24  Simon Josefsson  <simon@josefsson.org>
2895
2896         * hashcash.el (hashcash-generate-payment-async): Don't crash if
2897         hashcash-path is nil.  Don't call callback with incorrect number of
2898         parameters if val is 0.
2899
2900 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2901
2902         * message.el (message-required-news-headers):
2903         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2904
2905 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
2906
2907         * tls.el (open-tls-stream): In handshake-waiting loop,
2908         don't wait more if there is output available to process.
2909
2910 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
2911
2912         * tls.el (tls-program): Doc fix.
2913
2914 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * message.el (message-generate-new-buffers): Change the meaning of the
2917         nil value; add `standard' to the choices; treat t as `unique'; improve
2918         doc string.
2919         (gnus-select-frame-set-input-focus): Autoload.
2920         (message-buffer-name): Search for the existing message buffer if
2921         message-generate-new-buffers is nil or `standard'; treat the value t of
2922         message-generate-new-buffers as `unique'.
2923         (message-pop-to-buffer): Raise the frame already displaying the message
2924         buffer; clear the echo area after querying.
2925         (message-setup): Pass the `continue' argument to compose-mail.
2926         (message-mail): Prefer `switch-function' if it is given; search for the
2927         existing message buffer if the `continue' argument is non-nil; pass
2928         continue and switch-function arguments to compose-mail by way of
2929         message-setup.
2930         (message-mail-other-window): Adjust argument of message-setup.
2931         (message-mail-other-frame): Ditto.
2932
2933 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2936         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2937         to turn font-lock on when turning gnus-message-citation-mode on.
2938
2939 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
2940
2941         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2942         (mml-smime-function-alist): New variable; add epg as the backend.
2943         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2944         mml-smime- functions instead.
2945         * mm-view.el: Require smime.
2946
2947 2007-03-05  Didier Verna  <didier@xemacs.org>
2948
2949         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2950         instead of just inheritance for posting styles.
2951         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2952
2953 2007-02-24  Chris Moore  <dooglus@gmail.com>
2954
2955         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
2956         * pgg-pgp.el (pgg-pgp-encrypt-region):
2957         * pgg-gpg.el (pgg-gpg-encrypt-region):
2958         Check pgg-encrypt-for-me if no other recipients.
2959
2960 2007-02-24  John Paul Wallington  <jpw@pobox.com>
2961
2962         * tls.el (tls-certtool-program): Fix custom type.
2963
2964 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2967         and point-at-eol instead of line-(beginning|end)-position.
2968
2969         * assistant.el (assistant-parse-buffer): Ditto.
2970
2971         * netrc.el (netrc-parse-services): Ditto.
2972
2973 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
2974
2975         * mml2015.el (mml2015-epg-find-usable-key): New function.
2976         (mml2015-epg-sign): Use it.
2977         (mml2015-epg-encrypt): Use it.
2978
2979 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2980
2981         * message.el (message-make-in-reply-to): Quote name containing
2982         non-ASCII characters.  It will make the RFC2047 encoder cause an error
2983         if there are special characters.  Reported by NAKAJI Hiroyuki
2984         <nakaji@jp.freebsd.org>.
2985
2986 2007-02-27  Didier Verna  <didier@xemacs.org>
2987
2988         Include the group parameters as well as the topic ones in the
2989         inheritance filter process.
2990         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2991         argument GROUP-PARAMS-LIST.
2992         * gnus-topic.el (gnus-group-topic-parameters): Use it.
2993
2994 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2995
2996         * nntp.el (nntp-never-echoes-commands)
2997         (nntp-open-connection-functions-never-echo-commands): New variables.
2998         (nntp-send-command): Use them.
2999
3000 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3001
3002         * mml2015.el (mml2015-epg-verify): Simplified.
3003
3004 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3005
3006         * mml.el (mml-content-disposition-alist): New user option.
3007         (mml-content-disposition): New function.
3008         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3009         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3010
3011 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3012
3013         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3014         verification.
3015
3016 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3017
3018         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3019         articles posted in the last 24 hours.
3020
3021 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3022
3023         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3024
3025 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3026
3027         * nntp.el (nntp-send-command): Don't wait for echoes when
3028         nntp-open-ssl-stream is used.
3029
3030 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3031
3032         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3033         (gnus-message-add-citation-keywords)
3034         (gnus-message-remove-citation-keywords): Remove.
3035         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3036         directly, make the variables in font-lock-defaults buffer-local, add
3037         gnus-message-citation-keywords to them and then update the value of
3038         font-lock-keywords.
3039
3040 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * message.el (message-cite-original-1): Don't call
3043         gnus-article-highlight-citation.
3044
3045         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3046         citations; fix line count.
3047
3048 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3049
3050         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3051         (gnus-message-add-citation-keywords)
3052         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3053         versions of font-lock-add-keywords and font-lock-remove-keywords to
3054         work with XEmacs correctly.
3055
3056 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * gnus-cite.el (gnus-cite-face-list): Set the values of
3059         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3060         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3061         (gnus-message-cite-prefix-regexp): New variable.
3062         (gnus-message-search-citation-line): Use it; protect against long
3063         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3064         the 0th match data for Emacs.
3065         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3066         (gnus-message-add-citation-keywords): Append keywords rather than
3067         prepending; emulate font-lock-add-keywords if it is not available.
3068         (gnus-message-remove-citation-keywords): Emulate
3069         font-lock-remove-keywords if it is not available.
3070
3071         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3072
3073         * message.el (message-cite-prefix-regexp): Set the value of
3074         gnus-message-cite-prefix-regexp.
3075
3076 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3077
3078         * nnweb.el (nnweb-google-parse-1): Update parser.
3079
3080 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3081
3082         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3083
3084 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3085
3086         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3087         regexp.
3088
3089 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3092         string-to-multibyte.
3093         (uudecode-decode-region-internal): Use it.
3094
3095         * lpath.el: Fbind string-as-multibyte for XEmacs.
3096
3097 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3098
3099         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3100         custom choice.
3101
3102         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3103
3104 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3105
3106         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3107
3108         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3109         `write-region' to respect `mm-inhibit-file-name-handlers'.
3110
3111 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3112
3113         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3114         Use gnus-home-directory instead of "~/" or "$HOME".
3115
3116 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3117
3118         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3119         to mention filename.
3120         Add comments at beginning regarding usage.
3121         (encrypt-write-file-contents): Change interactive so a string is
3122         acceptable.  If the file has no associated model, show an error instead
3123         of a nonsense prompt.
3124
3125 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3126
3127         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3128         Thanks to Yoshihiko Yamada for kind notification of this typo.
3129
3130 2007-01-12  Kenichi Handa  <handa@m17n.org>
3131
3132         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3133         multibyte buffer.
3134
3135 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3136
3137         * gnus-score.el (gnus-score-fast-scoring): New variable.
3138         (gnus-score-headers): Use it.
3139
3140         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3141
3142         * message.el (message-cite-original-1): Call
3143         gnus-article-highlight-citation if requested.
3144         (message-make-from): Allow name and address as optional arguments.
3145
3146         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3147
3148         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3149         bugs to doc string.
3150         (gnus-button-alist): Add mid\\|message-id.
3151         (gnus-button-fetch-group): Extend for use in
3152         `browse-url-browser-function'.
3153         (gnus-button-url-regexp): Try to catch paired parentheses like in
3154         Wikipedia URLs.
3155
3156         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3157         Suggested by Simon Krahnke <overlord@gmx.li>.
3158
3159 2007-01-13  Romain Francoise  <romain@orebokech.com>
3160
3161         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3162         Update copyright.
3163
3164 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3165
3166         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3167
3168 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3169
3170         * gnus-registry.el (gnus-registry-unfollowed-groups)
3171         (gnus-registry-split-fancy-with-parent): Fix documentation.
3172
3173 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3174
3175         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3176         from nnweb groups.
3177
3178 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3181         Xref urls.  Erase buffer before requesting head.
3182
3183 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3184
3185         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3186         customizable.
3187
3188 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3189
3190         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3191         no signing key is found.
3192         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3193         no encrypting and/or signing key is found.
3194
3195 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3196
3197         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3198
3199 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3200
3201         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3202         headers read from disk with the ones newly found in the current search.
3203         This should no longer cause problems, because the article numbers in
3204         Gmane's `nov.php' output are ignored since the previous change.
3205
3206 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3207
3208         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3209
3210 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3211
3212         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3213         replace-regexp-in-string; bind url-version; fbind display-images-p and
3214         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3215         find-face and set-itimer-function for Emacs; bind itimer-list for
3216         Emacs.
3217
3218         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3219
3220 2007-01-01  Romain Francoise  <romain@orebokech.com>
3221
3222         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3223
3224 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3225
3226         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3227         `define-minor-mode' macro definition expanded properly.
3228         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3229         exclude it there.
3230
3231         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3232         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3233         `fboundp' test.
3234         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3235         This is OK to autoload in (S)XEmacs now.
3236
3237 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3238
3239         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3240         keystroke.
3241         (gnus-summary-limit-to-singletons): Fix typo.
3242
3243         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3244         else fails.
3245
3246 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3247
3248         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3249         docstring.
3250
3251         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3252         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3253         (gnus-summary-insert-dormant-articles): Fix typo in message.
3254
3255 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3256
3257         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3258         nil for XEmacs.
3259         (gnus-message-citation-mode): Don't autoload in XEmacs.
3260
3261         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3262
3263 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3264
3265         * nnimap.el (nnimap-expunge-search-string): Mention
3266         nnimap-search-uids-not-since-is-evil in docstring.
3267
3268 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3269
3270         * spam.el: Revert to make-obsolete-variable because
3271         define-obsolete-variable-alias is not supported in Emacs 21.
3272
3273         * spam.el (spam-ifile-path, spam-ifile-database-path)
3274         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3275         make-obsolete-variable.
3276         (spam-bsfilter-path, spam-bsfilter-program)
3277         (spam-spamassassin-path, spam-spamassassin-program)
3278         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3279         use "path" inappropriately.
3280         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3281         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3282         variable names.
3283
3284 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3285
3286         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3287         summary buffer.
3288
3289         * password.el (password-cache-remove): Use clear-string to burn
3290         password, if available.
3291
3292 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3293
3294         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3295
3296         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3297
3298         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3299         (gnus-message-highlight-citation): Move defcustom here from
3300         gnus-cite.el.
3301         (gnus-message-citation-mode): Autoload.
3302
3303         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3304         checks to make it compile with XEmacs.
3305         (gnus-message-citation-mode): New minor mode.
3306         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3307         (gnus-message-highlight-citation): New variables.
3308         (gnus-message-search-citation-line)
3309         (gnus-message-add-citation-keywords)
3310         (gnus-message-remove-citation-keywords)
3311         (turn-on-gnus-message-citation-mode)
3312         (turn-off-gnus-message-citation-mode): New functions.
3313
3314 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3315
3316         * gnus-cite.el: Enable highlighting of different citation levels in
3317         message-mode.
3318
3319 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3320
3321         * message.el (message-make-fqdn): Fix comment.
3322         (message-bogus-system-names): Add ".local".
3323
3324         * spam.el (spam-ifile-path, spam-ifile-program)
3325         (spam-ifile-database-path, spam-ifile-database)
3326         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3327         Don't use "path" inappropriately.
3328         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3329         strings.
3330         (spam-check-ifile, spam-ifile-register-with-ifile)
3331         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3332         new variable names.
3333
3334         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3335         (gnus-treat-display-smileys): Simplify using
3336         gnus-image-type-available-p.
3337
3338         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3339         available.
3340
3341         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3342         `display-images-p' if available.
3343
3344 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3347         one after turning on the buffer's multibyteness instead of decoding
3348         them directly in the unibyte buffer that causes unexpected conversion
3349         in Emacs 23 (unicode).
3350
3351 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3352
3353         * message.el (message-generate-hashcash): Fix custom type.
3354
3355 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3356
3357         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3358
3359 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3360
3361         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3362         disconnect icons.  Add help text.
3363
3364 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3365
3366         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3367         negated to be consistent with the others we handle.
3368
3369 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3370
3371         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3372         version of gnus-summary-buffer to something, so that we can use two
3373         article buffers at the same time.
3374
3375 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3376
3377         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3378         trigger all the extra headers.
3379         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3380         sorting.
3381
3382 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3383
3384         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3385         solid groups.
3386
3387 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3388
3389         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3390
3391 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3392
3393         * legacy-gnus-agent.el: Add Copyright notice.
3394
3395 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3396
3397         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3398
3399 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3400
3401         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3402
3403         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3404         to make it work reliably in CVS Emacs.
3405         (gnus-summary-limit-strange-charsets-predicate)
3406         (gnus-summary-limit-to-predicate): New functions.
3407
3408 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3409
3410         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3411         specifying array size.
3412         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3413         array if it is too small.
3414         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3415         (gnus-sort-threads-loop): New function.
3416
3417 2006-12-06  Chris Moore  <dooglus@gmail.com>
3418
3419         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3420         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3421
3422 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3423
3424         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3425         options.
3426
3427 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3428
3429         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3430         DOS-ing the recipient.
3431
3432         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3433         the headers when creating the mapping to avoid mismappings.
3434         (nnweb-gmane-create-mapping): Always nix out old mapping.
3435
3436 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3439         and mm-verify-option to never.
3440
3441 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3442
3443         * message.el (message-signed-or-encrypted-p): New function.
3444         (message-forward-make-body): Use it.
3445
3446         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3447         Replace encode-coding-string with mm-encode-coding-string.
3448
3449 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3450
3451         * nneething.el (nneething-decode-file-name): Replace
3452         decode-coding-string with mm-decode-coding-string.
3453
3454         * gnus-int.el (gnus-open-server): Say failed server's name.
3455
3456 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3457
3458         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3459         strings to a single string.  Quote `errors-file-name'.
3460         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3461         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3462         Adjust calls.  Use `shell-quote-argument'.
3463
3464 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3465
3466         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3467         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3468
3469         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3470         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3471         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3472         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3473         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3474         (gnus-subscribe-newsgroup, gnus-1):
3475         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3476         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3477         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3478         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3479
3480 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481
3482         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3483         keystroke.
3484         (gnus-summary-limit-to-bodies): Implement headersp.
3485
3486 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487
3488         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3489
3490 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3493
3494 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3495
3496         * message.el (message-generate-hashcash): Expand range of values to
3497         include `opportunistic'.
3498         (message-send-mail): Use it.
3499
3500 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3501
3502         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3503         and comment it.
3504
3505         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3506
3507 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3508
3509         * gnus-util.el (gnus-extract-address-components): Improve comment.
3510
3511 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3512
3513         * gnus-util.el (gnus-extract-address-components): Work with address in
3514         which the name portion contains @.
3515
3516         * lpath.el: Fbind custom-autoload.
3517
3518 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3519
3520         * gnus.el (gnus-start): Move custom group up.
3521         (gnus-select-method): Don't autoload, but make it available for
3522         `customize-variable'.
3523         (gnus-getenv-nntpserver): Don't autoload.
3524
3525 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3526
3527         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3528
3529 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3530
3531         * message.el (message-sendmail-extra-arguments): New variable.
3532         (message-send-mail-with-sendmail): Use it.
3533
3534 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3537         mm-with-unibyte-current-buffer to make string unibyte.
3538
3539         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3540         mm-string-as-multibyte.
3541
3542 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3543
3544         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3545         Reported by Werner Koch <wk@gnupg.org>.
3546
3547 2006-11-14  Daiki Ueno  <ueno@p360>
3548
3549         * mml2015.el: Autoload epa-select-keys when compiling.
3550
3551 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3552
3553         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3554         message-options.
3555         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3556
3557 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3558
3559         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3560         EasyPG (< 0.0.6).
3561         (mml2015-always-trust): New user option.
3562         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3563         prompt.
3564
3565 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * nntp.el (nntp-authinfo-force): New variable.
3568         (nntp-send-authinfo): Use it.
3569
3570 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3571
3572         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3573         decode encoded words.  Improve prompt.  Add comment about forwarding.
3574         (message-replacement-char): Move up.
3575
3576 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3577
3578         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3579         instead of gnus-intersection because arguments of gnus-sorted-nunion
3580         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3581
3582 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3583
3584         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3585         (message-simplify-subject-functions): Enable
3586         message-strip-subject-encoded-words by default.
3587
3588 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3589
3590         * message.el (message-strip-subject-encoded-words): New function
3591         (message-simplify-subject-functions): New variable.
3592         (message-simplify-subject): Use it.  Fix typo in doc string.
3593         Support message-strip-subject-encoded-words.
3594
3595 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3596
3597         * gnus-diary.el (gnus-diary-delay-format-function):
3598         * nndiary.el (nndiary-reminders):
3599         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3600
3601 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3602
3603         * gnus-art.el (article-hide-boring-headers): Fetch date from
3604         gnus-original-article-buffer to avoid problems with localized date
3605         strings.
3606
3607 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3608
3609         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3610
3611 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3612
3613         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3614         New variables.
3615         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3616         (mm-charset-synonym-alist): Move some entries to
3617         mm-codepage-iso-8859-list.
3618         (mm-charset-synonym-alist, mm-charset-override-alist): Add
3619         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3620
3621 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3622
3623         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3624
3625 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3626
3627         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3628         with Emacs 21 and XEmacs.
3629
3630 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3631
3632         * spam.el (spam-parse-address): New function for better parsing,
3633         catching errors, etc.
3634         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3635
3636 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3637
3638         * mm-view.el: Add interactive arg to html2text autoload.
3639
3640 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3643
3644 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
3645
3646         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3647         variables.
3648         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3649         (mm-charset-synonym-alist): Move some entries to
3650         mm-codepage-iso-8859-list.
3651
3652         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3653
3654 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
3655
3656         * message.el (message-citation-line-format)
3657         (message-insert-formated-citation-line): Fix implementation of %E, %N
3658         and %n according to the doc string.
3659
3660 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
3661
3662         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3663         car-safe to avoid bad parses.
3664
3665 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3666
3667         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3668         names.
3669
3670         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3671
3672 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3675         header.
3676
3677         * message.el (message-draft-headers): Add Date.
3678         (message-headers-to-generate): Fix typo in docstring.
3679
3680         * nndraft.el (nndraft-required-headers): New variable.
3681         (nndraft-generate-headers): Use it.
3682
3683         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3684
3685 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3686
3687         * gnus-registry.el (gnus-registry-wash-for-keywords)
3688         (gnus-registry-find-keywords): New functions to allow easy searching of
3689         articles that are in the registry.
3690
3691 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3692
3693         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3694         ietf-drums-parse-address instead of gnus-extract-address-components.
3695         Reported by Damien Elmes <damien@repose.cx>.
3696
3697 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3698
3699         * gnus.el (gnus-mime): Remove unused custom group.
3700
3701 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3702
3703         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3704         "blank line" when searching for end of armor headers.
3705
3706 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * gmm-utils.el (gmm-write-region): Fix variable name.
3709
3710 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
3711
3712         * gmm-utils.el (gmm-write-region): New function based on compatibility
3713         code from `mm-make-temp-file'.
3714
3715         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3716
3717         * nnmaildir.el (nnmaildir--update-nov)
3718         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3719         Use `gmm-write-region'.
3720
3721 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3722
3723         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3724         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3725
3726         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3727
3728         * message.el (message-replacement-char): New variable.
3729         (message-fix-before-sending): Use it.
3730         (message-simplify-subject): New function to remove duplicate code.
3731         (message-reply, message-followup): Use it.
3732
3733         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3734         gnus-summary-limit-to-articles.
3735
3736 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3737
3738         * gnus-util.el (gnus-with-local-quit): New macro.
3739
3740         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3741
3742 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
3743
3744         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3745         ignore non-string data.
3746
3747 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
3748
3749         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3750         non-string data (needs to be done in the registry too).
3751
3752 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3753
3754         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3755         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3756         (gnus-registry-split-fancy-with-parent)
3757         (gnus-registry-fetch-simplified-message-subject-fast)
3758         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3759         Remove text properties on ingress into the registry and when it's saved.
3760         (gnus-registry-clean-empty-function): Fix bug with cleaning the
3761         registry from entries with no groups.
3762
3763 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3764
3765         * gnus-util.el (gnus-string-remove-all-properties): Add utility
3766         function to remove string properties.
3767
3768 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3769
3770         * gmm-utils.el (gmm): Adjust custom version.
3771
3772         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3773         custom version.
3774
3775         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3776
3777 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3778
3779         * gnus-art.el (gnus-insert-prev-page-button)
3780         (gnus-insert-next-page-button): Simplify.  Reformat.
3781
3782 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3783
3784         * gnus-art.el (gnus-insert-prev-page-button)
3785         (gnus-insert-next-page-button): Apply gnus-article-button-face.
3786
3787 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
3788
3789         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3790
3791 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3792
3793         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3794         gnus-article-button-face to MIME and security buttons.
3795
3796 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
3797
3798         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3799         readable.
3800
3801 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3802
3803         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
3804
3805 2006-09-20  Steve Youngs  <steve@sxemacs.org>
3806
3807         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3808         `browse-url-of-file' instead of `browse-url'.
3809
3810 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3811
3812         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3813         regexp.  Articles containing quotation were cut prematurely.
3814
3815 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3816
3817         * message.el (message-cite-original-1): Use nobody by default for the
3818         value of From header.
3819         (message-reply): Ditto.
3820
3821 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
3822
3823         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3824         to the gnus-info.  This fixes a bug of inline-PGP message verification.
3825         Reported by Michael Piotrowski <mxp@dynalabs.de>.
3826
3827 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
3828
3829         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3830         mails in the doc string.  Add some URLs in comment.
3831         (pop3-movemail): Warn about pop3-leave-mail-on-server.
3832
3833 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3836         backslashes handling and the way to find boundaries of quoted strings.
3837
3838 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
3839
3840         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3841         mml1991-encrypt-to-self is set and mml1991-signers is not set.
3842         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3843         mml2015-encrypt-to-self is set and mml2015-signers is not set.
3844
3845 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3846
3847         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
3848         doc string.
3849         (gnus-button-regexp, gnus-button-last): Remove unused variables.
3850
3851 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * lpath.el: Fbind epg-check-configuration.
3854
3855 2006-09-06  Simon Josefsson  <jas@extundo.com>
3856
3857         * mml2015.el (mml2015-use): Doc fix, mention epg.
3858
3859 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3860
3861         * mml2015.el (mml2015-use): Default to epg, if available.
3862
3863 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3864
3865         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3866         message-sender.
3867         (mml1991-epg-encrypt): Ditto.
3868         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3869         message-sender.
3870         (mml2015-epg-encrypt): Ditto.
3871
3872 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
3873
3874         * message.el (message-send-mail-with-sendmail): Look for sendmail in
3875         several common directories.
3876
3877 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
3878
3879         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3880         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3881
3882 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * gnus-art.el (article-decode-encoded-words): Make it fast.
3885
3886 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3887
3888         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3889
3890         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3891         in quoted string into `\'.
3892
3893 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3896         Use standard-syntax-table.
3897
3898 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * gnus-art.el (gnus-decode-address-function): New variable.
3901         (article-decode-encoded-words): Use it to decode headers which are
3902         assumed to contain addresses.
3903         (gnus-mime-delete-part): Remove useless `or'.
3904
3905         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3906         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3907         (gnus-nov-parse-line): Use it to decode From header.
3908         (gnus-get-newsgroup-headers): Ditto.
3909         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3910
3911         * mail-parse.el (mail-decode-encoded-address-region): New alias.
3912         (mail-decode-encoded-address-string): New alias.
3913
3914         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3915         New function.
3916         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3917         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3918         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3919         (rfc2047-decode-string): Ditto.
3920         (rfc2047-decode-address-region): New function.
3921         (rfc2047-decode-address-string): New function.
3922
3923 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
3924
3925         * message.el (message-caesar-buffer-body): Allow rotating headers.
3926
3927         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3928
3929         * message.el (message-insert-formated-citation-line): Fix %f.
3930         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3931
3932 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3935         (gnus-bookmark-mouse-available-p): New macro.
3936         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3937         (gnus-bookmark-bmenu-show-infos): Use it.
3938         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3939         (gnus-bookmark-bmenu-hide-infos): Ditto.
3940         (gnus-bookmark-remove-properties): New function.
3941         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3942         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3943         (gnus-bookmark-write-file): Bind coding-system-for-write.
3944         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3945         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3946         group before selecting it.
3947         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3948         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3949         quit-window if it is not available; use gnus-mouse-2 and bind it to
3950         gnus-bookmark-bmenu-select-by-mouse.
3951         (gnus-bookmark-show-details): Remove unused variable `details-list'.
3952         (gnus-bookmark-bmenu-select-by-mouse): New function.
3953
3954 2006-08-13  Romain Francoise  <romain@orebokech.com>
3955
3956         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3957         space.
3958
3959 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3960
3961         * compface.el (uncompface): Use binary rather than raw-text-unix.
3962
3963 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3964
3965         * compface.el (uncompface): Make sure the eol conversion doesn't take
3966         place when communicating with the external programs.  Reported by
3967         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3968
3969 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3970
3971         * nnheader.el (nnheader-insert-head): Fix typo in comment.
3972
3973 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3974
3975         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3976         Make it more robust by parsing author and date independently.
3977
3978 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3981
3982 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
3983
3984         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3985         first matching secret key.
3986         (mml2015-epg-encrypt): Ditto.
3987
3988         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3989         first matching secret key.
3990         (mml1991-epg-encrypt): Ditto.
3991
3992         * mml2015.el (mml2015-encrypt-to-self): New user option.
3993         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3994         mml2015-epg-encrypt-to-self is set.
3995
3996         * mml1991.el (mml1991-encrypt-to-self): New variable.
3997         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3998         mml1991-epg-encrypt-to-self is set.
3999
4000         * mml2015.el (mml2015-signers): New user option.
4001         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4002         (mml2015-epg-encrypt): Allow to select signing keys.
4003
4004         * mml1991.el (mml1991-signers): New variable.
4005         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4006         (mml1991-epg-encrypt): Allow to select signing keys.
4007
4008 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4009
4010         * nnheader.el (nnheader-insert-head): Make it work even if the file
4011         uses CRLF for the line-break code.
4012
4013 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4014
4015         * mml2015.el: Require mml-sec instead of password.
4016         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4017         (mml2015-cache-passphrase): Inherit the default value from
4018         mml-secure-cache-passphrase.
4019         (mml2015-passphrase-cache-expiry): Inherit the default value from
4020         mml-secure-passphrase-cache-expiry.
4021
4022         * mml1991.el: Require mml-sec instead of password.
4023         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4024         (mml1991-cache-passphrase): Inherit the default value from
4025         mml-secure-cache-passphrase.
4026         (mml1991-passphrase-cache-expiry): Inherit the default value from
4027         mml-secure-passphrase-cache-expiry.
4028
4029         * mml-sec.el: Require password.
4030         (mml-secure-verbose): New user option.
4031         (mml-secure-cache-passphrase): New user option.
4032         (mml-secure-passphrase-cache-expiry): New user option.
4033
4034 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4035
4036         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4037         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4038         andreas@altroot.de (Andreas Vögele).
4039
4040         FIXME: Use `tiny change'?
4041
4042 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4043
4044         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4045         workaround for the url package included with Emacs.
4046
4047         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4048
4049 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4052         correctly.  This fixes a bug caused by the 2006-05-12 change.
4053
4054 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4055
4056         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4057         some information about the error when saying that the `bogus' mail
4058         group will be used.
4059
4060 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4061
4062         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4063         string.
4064
4065 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4066
4067         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4068
4069 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4070
4071         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4072
4073 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4074
4075         * mml1991.el (mml1991-function-alist): Add epg.
4076         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4077         (mml1991-epg-encrypt): New functions.
4078
4079 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4080
4081         * mml2015.el (mml2015-verbose): New variable.
4082         (mml2015-cache-passphrase): Ditto.
4083         (mml2015-passphrase-cache-expiry): Ditto.
4084         (mml2015-function-alist): Add epg.
4085         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4086         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4087         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4088         functions.
4089
4090 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4091
4092         * message.el (message-cite-original-1): Preserve region when removing
4093         quoted text due to X-No-Archive in order to avoid bogus attribution
4094         when citing multiple messages.
4095
4096 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4097
4098         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4099         Kenneth Jacker <khj@be.cs.appstate.edu>.
4100
4101 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4102
4103         * gnus-diary.el (gnus-user-format-function-d)
4104         (gnus-user-format-function-D): Autoload.
4105
4106         * imap.el (Commentary): Fix typo.
4107
4108         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4109         2006-04-22 contribution.
4110
4111 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4112
4113         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4114         It didn't really fix the bogosity I'm seeing with solid web groups.
4115
4116 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4117
4118         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4119         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4120         created using server names.  If we use the feature without declaring
4121         it, Gnus does not properly manage server and group state.
4122
4123         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4124         bound.
4125
4126 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4127
4128         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4129         looking up the method using GROUP's prefix before inventing a new one.
4130         It is used on killed/unknown groups in various places where returning
4131         an all-new method isn't expected by the caller.
4132
4133         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4134         and match semantics of gnus-group-real-prefix.
4135
4136 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4137
4138         * nnmail.el (nnmail-broken-references-mailers): New variable.
4139         (nnmail-ignore-broken-references): New function generalizing
4140         nnmail-fix-eudora-headers.
4141         (nnmail-fix-eudora-headers): Now obsolete.
4142
4143         * gnus-art.el (gnus-button-handle-custom): Support
4144         `customize-apropos*'.
4145
4146 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4147
4148         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4149
4150         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4151         articles.
4152
4153 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4154
4155         * message.el (message-cite-reply-above): New variable.
4156         (message-yank-original): Use it.
4157
4158 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4159
4160         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4161
4162 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4163
4164         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4165         as read.
4166
4167         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4168
4169 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4170
4171         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4172         (gnus-bookmark-default-file): Use gnus-directory.
4173         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4174         Remove "*" in doc string.
4175         (gnus-bookmark-write-file): Simplify.
4176         (gnus-bookmark-maybe-sort-alist): Use `when'.
4177         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4178         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4179         FIXME about Emacs 21 and XEmacs compatibility.
4180         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4181         compatibility.
4182         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4183         compatibility.
4184         (gnus-bookmark-menu-heading): Fix version.
4185
4186 2006-06-19  Bastien Guerry  <bzg@altern.org>
4187
4188         * gnus-bookmark.el: New file.
4189
4190 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * message.el (message-syntax-checks): Doc fix.
4193
4194 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4195
4196         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4197         unsubscribed groups as if they were killed ones.  It causes duplicate
4198         entries in gnus-newsrc-alist.
4199
4200 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * message.el (message-syntax-checks): Doc fix.
4203         (message-send-mail): Add check for continuation headers.
4204         (message-check-news-header-syntax): Fix regexp used to check for
4205         continuation headers.
4206
4207 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4210
4211 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4212
4213         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4214
4215 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4216
4217         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4218         default-truncate-lines.
4219
4220 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4223         to fill the utf-8 entry.
4224
4225         * lpath.el: Fbind unicode-precedence-list.
4226
4227 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4228
4229         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4230
4231 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4232
4233         * gnus-agent.el (directory-files-and-attributes): Move all the way
4234         forward (the third and final move).
4235         (gnus-agent-read-agentview): Trap reconstruction errors due to
4236         nonexistant directory.  Handle by returning nil.
4237
4238 2006-05-30  Didier Verna  <didier@xemacs.org>
4239
4240         * message.el (message-dont-reply-to-names): Update the custom type.
4241         * message.el (message-dont-reply-to-names): New defsubst: potentially
4242         convert a list of regexps into a single one.
4243         * message.el (message-get-reply-headers): Use it.
4244         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4245
4246 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * gnus-agent.el (directory-files-and-attributes): Move forward.
4249
4250 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4251
4252         * gnus-ml.el (gnus-mailing-list-subscribe)
4253         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4254         (gnus-mailing-list-message): Fix doc strings.
4255
4256 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4257
4258         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4259         of doing it manually.
4260
4261 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4262
4263         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4264         comment.
4265
4266 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4267
4268         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4269         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4270         (gnus-agent-read-local): All symbols allocated in my-obarray
4271         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4272         (gnus-agent-regenerate-group): Check numeric names to see if they are
4273         messages or groups.
4274         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4275         better way of do this...)
4276
4277         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4278         'dummy.group' (there should be a better way of do this...)
4279
4280 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4283         (gnus-saved-headers): Ditto.
4284         (gnus-default-article-saver): Mention functions may have properties.
4285         (gnus-article-save): Override gnus-save-all-headers and
4286         gnus-saved-headers by :headers property which saver function may have.
4287         (gnus-summary-save-in-file): Add :headers property.
4288         (gnus-summary-write-to-file): Ditto.
4289
4290         * gnus-sum.el (gnus-summary-save-article): Bind
4291         gnus-prompt-before-saving to t when saving many articles in a file;
4292         always show all headers.
4293
4294         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4295
4296 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4297
4298         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4299         marks.
4300
4301         * message.el (message-indent-citation): Add optional arguments to allow
4302         using it outside of message buffers.
4303
4304         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4305         (gnus-article-treat-unfold-headers): Use it.
4306         (gnus-article-truncate-lines): New variable.
4307         (gnus-article-mode): Use it.
4308         (gnus-article-toggle-truncate-lines): New function.
4309
4310         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4311         gnus-article-toggle-truncate-lines.
4312
4313         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4314         coding system in XEmacs, use binary.
4315
4316 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4319         after-load-alist.
4320
4321         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4322         this function should save decoded articles.
4323         (gnus-summary-write-to-file): Use property to specify this function
4324         should save decoded articles and specify gnus-summary-save-in-file
4325         should be used to save articles other than the first one when saving
4326         many articles.
4327         (gnus-summary-save-body-in-file): Use property to specify this
4328         function should save decoded articles.
4329         (gnus-summary-write-body-to-file): Use property to specify this
4330         function should save decoded articles and specify
4331         gnus-summary-save-body-in-file should be used to save articles other
4332         than the first one when saving many articles.
4333
4334         * gnus-sum.el (gnus-summary-save-article): Simplify.
4335
4336 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * gnus-art.el (gnus-default-article-saver): Add
4339         gnus-summary-write-body-to-file.
4340         (gnus-article-save-coding-system): Don't use coding system object
4341         in XEmacs.
4342         (gnus-read-save-file-name): Add optional `dir-var' argument which
4343         specifies directory in which files are saved; work even if optional
4344         `variable' argument is not specified.
4345         (gnus-summary-write-to-file): Read file name.
4346         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4347         (gnus-summary-write-body-to-file): New function.
4348
4349         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4350         (gnus-summary-local-variables): Add it.
4351         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4352         (gnus-summary-save-article): Remove optional `decode' argument;
4353         determine whether to decode articles by the value of
4354         gnus-default-article-saver; when saving many files using
4355         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4356         it first and use gnus-summary-save-in-file or
4357         gnus-summary-save-body-in-file thereafter unless
4358         gnus-prompt-before-saving is always; move point to article which
4359         will be saved.
4360         (gnus-summary-save-article-file): Revert.
4361         (gnus-summary-write-article-file): Revert.
4362         (gnus-summary-save-article-body-file): Revert.
4363         (gnus-summary-write-article-body-file): New function.
4364
4365 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * gnus-art.el (gnus-default-article-saver): Doc fix.
4368         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4369         from gnus-summary-save-article-coding-system, and default to a
4370         certain coding system.
4371         (gnus-output-to-file): Add coding cookie and encode text according
4372         to gnus-article-save-coding-system; don't use mm-append-to-file.
4373
4374         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4375         gnus-art.el and rename to gnus-article-save-coding-system.
4376         (gnus-summary-save-article): Require gnus-art; don't show all
4377         headers if it decodes articles; don't add coding cookie here;
4378         don't bind mm-text-coding-system-for-write.
4379         (gnus-summary-save-article-file): Save decoded articles.
4380         (gnus-summary-write-article-file): When saving many files, use
4381         gnus-summary-write-to-file first and gnus-summary-save-in-file
4382         thereafter unless gnus-prompt-before-saving is always.
4383         (gnus-summary-save-article-body-file): Save decoded articles.
4384
4385         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4386
4387 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4388
4389         * nnrss.el (nnrss-check-group): Bind hash-index.
4390
4391 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4392
4393         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4394         its hash index.  Store this hash in `nnrss-group-data'.
4395         (nnrss-read-group-data): Update accordingly.
4396
4397 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4398
4399         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4400         entry.
4401
4402         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4403         gnus-article-browse-html-article.
4404
4405 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4406
4407         * gnus-sum.el (gnus-summary-mime-map): Add
4408         gnus-article-browse-html-article.
4409
4410         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4411
4412 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4413
4414         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4415         suitable coding systems in customize.
4416
4417 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4418
4419         * mail-source.el (mail-sources): Fix custom type.
4420
4421 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4422
4423         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4424         (gnus-summary-expire-articles-now): Shorten prompt.
4425
4426         * gmm-utils.el (wid-edit): Require.
4427         (defun-gmm): Renamed from `gmm-defun-compat'.
4428         (gmm-image-search-load-path): Use it.
4429         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4430
4431 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4432
4433         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4434         variable.
4435         (gnus-summary-save-article): Add optional `decode' argument.  If
4436         it is set and gnus-summary-save-article-coding-system is non-nil,
4437         save decoded article.
4438         (gnus-summary-write-article-file): Save decoded article if
4439         gnus-summary-save-article-coding-system is non-nil.
4440
4441         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4442         type.
4443
4444 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4447
4448 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4451         first to test gnus-single-article-buffer which may be buffer-local.
4452
4453         * gnus-sum.el (gnus-summary-setup-buffer): Make
4454         gnus-single-article-buffer buffer-local and nil in ephemeral
4455         group; make gnus-article-buffer, gnus-article-current, and
4456         gnus-original-article-buffer always buffer-local.
4457         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4458         group.
4459         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4460
4461 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4462
4463         * nnml.el (nnml-request-compact-group): Compressed files might not
4464         have .gz extension.
4465
4466 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4467
4468         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4469         (mm-copy-to-buffer): Use with-current-buffer.
4470         (mm-display-part): Simplify.
4471         (mm-inlinable-p): Add optional arg `type'.
4472
4473 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4474
4475         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4476         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4477         Try harder to show the attachment internally or externally using
4478         gnus-mime-view-part-as-type.
4479
4480 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4481
4482         * message.el (message-from-style, message-signature-separator)
4483         (message-user-organization-file, message-send-mail-function)
4484         (message-citation-line-function, message-yank-prefix)
4485         (message-indent-citation-function, message-signature)
4486         (message-signature-file, message-signature-insert-empty-line):
4487         Remove autoloads.
4488
4489         * gnus-art.el (gnus-buttonized-mime-types): Remove
4490         "multipart/signed".  Revert 2006-04-26 change.
4491
4492 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4493
4494         * gnus.el (gnus-version-number): Bump version.
4495
4496 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4497
4498         * gnus.el: No Gnus v0.5 is released.
4499
4500 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4501
4502         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4503         fetching articles by message-id.
4504
4505 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4506
4507         * message.el (hashcash): Require hashcash as normal.
4508
4509         * ecomplete.el (ecomplete-highlight-match-line): Use
4510         point-at-eol.
4511         (ecomplete-highlight-match-line): Use `highlight', because that
4512         face exists in both Emacs and XEmacs.
4513
4514         * message.el (message-display-abbrev): Use point-at-bol.
4515
4516         * mail-source.el: Don't require timer/timer-funcs.
4517
4518         * gnus-async.el: Ditto.
4519
4520         * password.el: Ditto.
4521
4522         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
4523
4524         * mm-url.el: Ditto.
4525
4526         * gnus-xmas.el: Don't require timer-funcs.
4527
4528         * mm-util.el: Require timer/timer-funcs.
4529
4530 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4531
4532         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4533         Close.
4534
4535 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4538         unibyte after clear-decrypt function runs.
4539
4540         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4541         returns as a unibyte string.
4542
4543 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * lpath.el: Revert.
4546
4547         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
4548         (pgg-gpg-process-sentinel): Revert.
4549
4550         * pgg-pgp.el (pgg-pgp-process-region): Revert.
4551         (pgg-pgp-lookup-key): Revert.
4552
4553         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
4554         (pgg-pgp5-lookup-key): Revert.
4555
4556         * pgg.el (pgg-fetch-key): Revert.
4557
4558 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4559
4560         * lpath.el: Fbind string-as-multibyte for XEmacs.
4561
4562         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4563         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4564         (mml1991-pgg-encrypt): Ditto.
4565
4566         * pgg-gpg.el (pgg-string-to-multibyte): New function.
4567         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
4568         a multibyte buffer.
4569
4570         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
4571         (pgg-pgp-lookup-key): Ditto.
4572
4573         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4574         (pgg-pgp5-lookup-key): Ditto.
4575
4576         * pgg.el (pgg-fetch-key): Ditto.
4577
4578 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4579
4580         * message.el (message-user-organization-file): Check several
4581         locations of the organization file.
4582
4583         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4584         Add gnus-article-view-part-as-type.
4585
4586         * gnus-art.el (gnus-article-view-part-as-type): New function.
4587
4588         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4589         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4590
4591         * mml.el: Simplify autoload.
4592         (mml-mode): defvar dnd-protocol-alist instead of using
4593         symbol-value.
4594         (mml-default-directory): New variable.
4595         (mml-minibuffer-read-file): Use it.
4596         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4597
4598         * message.el (message-citation-line-format): New variable.
4599         (message-insert-formated-citation-line): New function.
4600         (message-citation-line-function): Add
4601         `message-insert-formated-citation-line' to custom type.
4602
4603         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4604         to doc string.
4605
4606         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4607         depending on mm-verify-option.
4608
4609 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4612         binding pgg-* variables; reimplement the section which prevents
4613         MIME header from being signed.
4614         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4615         pgg-text-mode; remove a blank line at the top of body.
4616
4617         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4618         lines at the top of body; use gnus-newsgroup-charset if there's no
4619         Charset header.
4620
4621 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * message.el (message-self-insert-commands): Doc fix.
4624
4625         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4626         (mm-uu-pgp-encrypted-test): Ditto.
4627         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4628         between header and body; return application/pgp-encrypted handle
4629         if decryption failed; decode decrypted body by charset.
4630
4631         * mm-decode.el (mm-automatic-display): Don't make application/pgp
4632         element match to application/pgp-*.
4633
4634 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4635
4636         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4637         HTML.
4638
4639 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4640
4641         * mail-source.el (mail-source-call-script): Message the error
4642         string.
4643
4644 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4645
4646         * gnus-util.el (gnus-byte-compile): Use it.
4647
4648 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
4649
4650         * gnus-util.el (kill-empty-logs): New function.
4651
4652 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4653
4654         * message.el (message-mail-alias-type): Doc fix.
4655         (message-mail-alias-type-p): New function.
4656         (message-send): Use it.
4657         (message-mode): Ditto.
4658         (message-strip-forbidden-properties): Ditto.
4659
4660         * ecomplete.el (ecomplete-database-file-coding-system): New
4661         variable.
4662         (ecomplete-save): Use it.
4663         (ecomplete-setup): Use it.
4664
4665 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * message.el (message-self-insert-commands): New variable.
4668         (message-strip-forbidden-properties): Use it.
4669
4670 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4671
4672         * message.el (message-put-addresses-in-ecomplete): Use a regexp
4673         that doesn't make XEmacs choke.
4674
4675 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
4676
4677         * gnus-util.el (gnus-replace-in-string):
4678         Prefer replace-regexp-in-string over of replace-in-string.
4679
4680 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4681
4682         * gnus-util.el (gnus-select-frame-set-input-focus):
4683         Use select-frame-set-input-focus if it is available in XEmacs; use
4684         definition defined in Emacs 22 for old Emacsen.
4685
4686         * dgnushack.el: Autoload unmorse-region for XEmacs.
4687
4688         * lpath.el: Bind cursor-in-non-selected-windows and
4689         select-frame-set-input-focus for XEmacs.
4690
4691 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * mm-view.el (mm-inline-text): Use equal instead of equalp.
4694
4695 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
4696
4697         * gnus-registry.el (gnus-registry-cache-save): Remove text
4698         properties when saving via the temp buffer.
4699
4700 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4701
4702         * message.el (message-generate-hashcash): Honor custom type.
4703
4704 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4705
4706         * message.el (message-generate-hashcash): Default to non-nil when
4707         hashcash is found.
4708
4709         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4710         (gnus-refer-thread-limit): Increase default to 500.
4711
4712         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4713
4714         * flow-fill.el (fill-flowed): Allow delete-space.
4715
4716 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4717
4718         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4719         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4720         Remove autoloads.
4721
4722 2006-04-18  Simon Josefsson  <jas@extundo.com>
4723
4724         * message.el (message-generate-hashcash): Default to.
4725
4726 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4727
4728         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4729         concatenating segments rather than before concatenating them.
4730
4731 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4732
4733         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4734
4735 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4736
4737         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4738
4739         * message.el (message-forward-make-body-plain): Allow
4740         message-forward-ignored-headers to be a list.
4741         (message-remove-ignored-headers): Factor out into function.
4742         (message-forward-make-body-mml): Use it.
4743
4744         * imap.el (imap-quote-specials): New function.
4745         (imap-login-auth): Quote specials.
4746
4747         * rfc2231.el (rfc2231-parse-string): Remove dead code.
4748         (rfc2231-parse-string): Allow concatanation of parameters that
4749         aren't contiguous.  The test case is
4750           (mail-header-parse-content-type "message/external-body;
4751             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4752             access-type=LOCAL-FILE;
4753             name*1*=plugh%2fhello-sailor%2fbing.pdf")
4754
4755 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4756
4757         * nntp.el (nntp-accept-process-output): Return the value of
4758         `nnheader-accept-process-output'.
4759
4760 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4761
4762         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4763         (gnus-button-alist): Recognize more diff formats.
4764         (gnus-button-patch): Strip directory.
4765
4766 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4767
4768         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4769         Emacs 22 when setting focus.
4770
4771 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4772
4773         * gnus-art.el (gnus-article-treat-types): Do treatment of
4774         text/x-verbatim parts.
4775         (gnus-button-patch): New command.
4776
4777         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4778         addresses that contain invalid characters.
4779
4780 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4781
4782         * message.el (message-put-addresses-in-ecomplete): Use
4783         gnus-replace-in-string.
4784         (message-is-yours-p): Use the more correct
4785         mail-header-parse-address instead of
4786         mail-extract-address-components.
4787         (message-put-addresses-in-ecomplete): Fix typo.
4788
4789         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4790         keystroke.
4791
4792         * gnus-art.el (gnus-treatment-function-alist): Change order of
4793         newsgroups/generic header folding to avoid double-folding.
4794
4795         * message.el (message-hidden-headers): Add X-Draft-From.
4796
4797         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4798         command.
4799         (gnus-summary-repeat-search-article-backward): New command.
4800
4801         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4802         groups in the parent topic.
4803
4804 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
4805
4806         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4807         (spam-extra-header-to-number): Return the CRM114 number as a
4808         number instead of a string.
4809
4810 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4811
4812         * gnus-art.el (gnus-face-properties-alist): Moved here from
4813         gnus-fun.
4814
4815         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4816
4817 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4818
4819         * message.el (message-strip-forbidden-properties): Only display on
4820         self-insert-command.
4821
4822         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4823         reindent.
4824         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4825
4826 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
4827
4828         * smiley.el (smiley-style): Fix typo.
4829
4830 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4831
4832         * hashcash.el (hashcash-insert-payment-async-2): Use
4833         message-goto-eoh instead of doing it manually.
4834         (mail-add-payment): Use message-narrow-to-header instead of trying
4835         to do the same itself.
4836
4837         * message.el (message-hidden-headers): Add Face.
4838
4839         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4840         reparenting code.
4841         (gnus-summary-reparent-children): Refactored out code.
4842         (gnus-summary-thread-map): New keystroke.
4843         (gnus-summary-reparent-children): Make into command.
4844
4845         * smiley.el (smiley-style): Default to `medium' if using a large
4846         font.
4847
4848         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4849         does it itself.
4850
4851         * message.el (message-point-in-header-p): Simplify definition.
4852
4853 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4854
4855         * nnagent.el (nnagent-request-set-mark): Silence log file
4856         writing.
4857         (nnagent-request-set-mark): Use write-region instead of
4858         append-to-file.
4859
4860         * gnus-sum.el (gnus-read-header): Fudge article number if using a
4861         strange select method.
4862
4863         * ecomplete.el (ecomplete-display-matches): Get highlightling
4864         right.
4865         (ecomplete-display-matches): Use literals.
4866         (ecomplete-display-matches): Disable message logging.
4867
4868         * message.el (message-display-abbrev): Small optimization.
4869
4870         * ecomplete.el (ecomplete-display-matches): Allow automatic
4871         display.
4872
4873         * message.el (message-strip-forbidden-properties): Display
4874         abbrevs.
4875         (message-display-abbrev): Get automatic display right.
4876
4877         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4878         keystrokes.
4879
4880 2006-04-13  Romain Francoise  <romain@orebokech.com>
4881
4882         TODO: Backport to v5-10!
4883
4884         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4885         Moved here (and renamed) from gnus-registry.el.
4886
4887         * gnus-registry.el: Require gnus-util.
4888         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4889
4890 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * gnus-group.el (gnus-group-catchup-current): Change
4893         if-then-else-if-then-else into cond.
4894         (gnus-group-catchup): Indent.
4895         (group-name-at-point): New function.
4896         (gnus-fetch-group): Provide default from thing at point.
4897
4898 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4899
4900         * message.el (message-display-abbrev): Fix regexp.
4901
4902         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4903         choosing.
4904         (ecomplete-highlight-match-line): Fix up code rewrite, remove
4905         dead variables.
4906
4907         * message.el (message-newline-and-indent): Remove debugging.
4908         (message-display-abbrev): Use new implementation.
4909
4910 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4911
4912         * gnus-art.el (gnus-article-mode): Set
4913         cursor-in-non-selected-windows to nil.
4914
4915         * smiley.el: Revert previous change.
4916         (smiley-data-directory): defvar it before using it in the
4917         defcustom of `smiley-style'.
4918
4919 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4920
4921         * message.el (message-newline-and-indent): New function.
4922
4923         * ecomplete.el: Implement more bits.
4924
4925         * message.el (message-put-addresses-in-ecomplete): Clean up the
4926         string.
4927
4928         * ecomplete.el (ecomplete-add-item): Chop off decimals.
4929
4930         * gnus-sum.el (gnus-summary-save-parts): Bind
4931         gnus-summary-save-parts-counter and use it to make unique file
4932         names.
4933
4934         * gnus-art.el (gnus-ignored-headers): Add some more headers.
4935
4936         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4937         parameter to say whether to actually parse the individual
4938         addresses.
4939
4940         * message.el (message-put-addresses-in-ecomplete): New function.
4941         (ecomplete): Require.
4942         (message-mail-alias-type): Add ecomplete as an option.
4943
4944 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
4945
4946         * flow-fill.el (fill-flowed): Remove trailing space from blank
4947         quoted lines.
4948
4949 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4950
4951         * smiley.el (smiley-style): Move definition later to avoid a
4952         compilation warning.
4953
4954 2006-04-12  Kenichi Handa  <handa@m17n.org>
4955
4956         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4957         buffer and then decode the buffer text if necessary.
4958         (rfc2231-encode-string): Be sure to work on multibyte buffer at
4959         first, and after mm-encode-body, change the buffer to unibyte.
4960         Use mm-disable-multibyte instead of set-buffer-multibyte.
4961
4962 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4965         Content-Type header instead of Content-Disposition header.
4966         (gnus-mime-inline-part): Ditto.
4967         (gnus-mime-view-part-as-charset): Ignore charset that the part
4968         specifies.
4969
4970         * mm-decode.el (mm-display-part): Work with external parts and
4971         usual parts similarly.
4972
4973         * mm-extern.el (mm-inline-external-body): Use mm-display-part
4974         instead of gnus-display-mime.
4975
4976         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4977         instead of with-temp-buffer.
4978
4979         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4980         tag to summarized topics part in order to encode non-ASCII text.
4981
4982 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4983
4984         * smiley.el (smiley-style): New variable.
4985         (smiley-directory): New function.
4986         (smiley-data-directory): Derive from `smiley-style' using
4987         `smiley-directory'.
4988         (smiley-regexp-alist): Add new entries.
4989
4990         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4991         (gnus-article-browse-delete-temp): Add :version.
4992
4993 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
4994
4995         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4996         the sieve region.
4997
4998 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4999
5000         * gnus.el (gnus-version-number): Bump version.
5001
5002 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5003
5004         * gnus.el: No Gnus v0.4 is released.
5005
5006 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5007
5008         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5009         layout.
5010
5011         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5012         unknown charset.
5013
5014         * message.el (message-header-synonyms): Add Original-To to the
5015         default.
5016
5017         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5018         optional parameter.
5019
5020 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5021
5022         * gnus-fun.el (gnus): Require it for gnus-directory.
5023
5024 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5027
5028 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5029
5030         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5031
5032 2006-04-05  Simon Josefsson  <jas@extundo.com>
5033
5034         * password.el (password-reset): New function.
5035
5036 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5037
5038         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5039         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5040
5041 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5042
5043         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5044         Some whitespace was matched into the url, which broke browsing hits
5045         > 100 when mm-url-use-external was nil.
5046
5047 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5048
5049         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5050         gnus-extra-headers for 'Newsgroups.
5051
5052         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5053         bound.
5054
5055 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5056
5057         * pgg-gpg.el: Clean up process buffers every time gpg processes
5058         complete.
5059
5060 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5061
5062         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5063         doc string.
5064
5065 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5066
5067         * pgg-gpg.el (pgg-gpg-process-filter)
5068         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5069
5070         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5071         lines, temporary fix.
5072
5073 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5074
5075         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5076
5077 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5078
5079         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5080         default-enable-multibyte-characters.  This reverts the change from
5081         revision 6.17 which is no longer necessary because the passphrase
5082         is sent separately now.  GnuPG messages are unreadable under
5083         multibyte locales with default-enable-multibyte-characters set to
5084         nil.
5085
5086 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5087
5088         * message.el (message-tool-bar-gnome): Move "spell".
5089
5090 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5091
5092         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5093         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5094         instead.
5095
5096 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5097
5098         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5099         newsgroups handling for NNTP overviews which don't include
5100         Newsgroups.
5101
5102 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5103
5104         * message.el (message-resend): Bind message-generate-hashcash to nil.
5105
5106 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5107
5108         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5109         when searching for already-paid recipients.
5110
5111 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5112
5113         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5114         passphrases when it is not needed.
5115         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5116         passphrase stuff from gpg, should only be necessary when you use
5117         gpg with a smartcard.
5118
5119 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * mml.el (mml-insert-mime): Ignore cached contents of
5122         message/external-body part.
5123
5124         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5125         (mm-insert-part): Ditto.
5126
5127 2006-03-23  Simon Josefsson  <jas@extundo.com>
5128
5129         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5130         Reiner.
5131         (pgg-gpg-use-agent-p): Use it again.
5132
5133 2006-03-23  Simon Josefsson  <jas@extundo.com>
5134
5135         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5136         older emacsen.
5137         (pgg-gpg-use-agent-p): Don't use it.
5138
5139 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5140
5141         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5142         if we can.
5143
5144 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5145
5146         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5147         (pgg-gpg-update-agent): New function.
5148         (pgg-gpg-use-agent-p): New function.
5149         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5150         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5151         (pgg-gpg-sign-region): Use it.
5152
5153 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5156         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5157
5158 2006-03-21  Simon Josefsson  <jas@extundo.com>
5159
5160         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5161         <wilde@sha-bang.de>.
5162         (pgg-gpg-use-agent): New variable.
5163         (pgg-gpg-process-region): Use it.
5164         (pgg-gpg-encrypt-region): Likewise.
5165         (pgg-gpg-encrypt-symmetric-region): Likewise.
5166         (pgg-gpg-decrypt-region): Likewise.
5167         (pgg-gpg-sign-region): Likewise.
5168         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5169
5170 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5171
5172         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5173
5174         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5175         Add comment on version.
5176
5177 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5178
5179         * smiley.el: Add missing test smiley.
5180
5181 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * mm-decode.el (mm-with-part): New macro.
5184         (mm-get-part): Use it; work with message/external-body as well.
5185         (mm-save-part): Treat name and filename equally.
5186
5187         * mm-extern.el (mm-extern-cache-contents): New function.
5188         (mm-inline-external-body): Use it; force the part to be displayed;
5189         move undisplayer added to the cached handle to the parent.
5190
5191         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5192         (gnus-mime-view-part-as-type): Work with message/external-body.
5193
5194         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5195
5196 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5197
5198         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5199         images in image-load-path.  [Sync with image.el, revision 1.60, in
5200         Emacs.]
5201
5202 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5203
5204         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5205         path rather than symbol.  Always return list of directories.
5206         Guarantee that image directory comes first.  [Sync with image.el,
5207         revision 1.59, in Emacs.]
5208
5209         * message.el (message-make-tool-bar): Adjust to new API of
5210         `gmm-image-load-path-for-library'.
5211
5212         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5213
5214         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5215
5216 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5217
5218         * gnus-art.el (gnus-article-only-boring-p):
5219         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5220         intangible text.
5221         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5222
5223 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5224
5225         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5226         `defun' instead of `gmm-defun-compat'.
5227
5228 2006-03-14  Simon Josefsson  <jas@extundo.com>
5229
5230         * message.el (message-unique-id): Don't use message-number-base36
5231         if (user-uid) is a float.
5232         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5233
5234 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5237
5238         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5239         empty line between a part and a message part.
5240
5241 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5242
5243         * smiley.el: Add more test smileys.
5244         (smiley-data-directory, smiley-regexp-alist)
5245         (gnus-smiley-file-types): Fix doc strings.
5246         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5247         adding new elements.
5248         (smiley-mouse-map): Unused code.  Make it a comment.
5249
5250 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5253         scan latest NoCeM messages instead of old ones.
5254         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5255         delimiters that are recently used.
5256         (gnus-nocem-load-cache): Add autoload cookie.
5257
5258         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5259
5260         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5261         level which is larger than gnus-use-nocem is specified.
5262
5263         * gnus-group.el (gnus-group-get-new-news): Ditto.
5264
5265 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5266
5267         * gnus-util.el (gnus-tool-bar-update): New function.
5268
5269         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5270         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5271
5272         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5273
5274         * gnus-group.el (gnus-group-redraw-when-idle)
5275         (gnus-group-redraw-check): Remove.
5276         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5277
5278 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5281         if optional last element is specified in splits (FIELD VALUE...).
5282
5283 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5284
5285         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5286         to gmm-image-load-path-for-library.  Call with no-error argument.
5287         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5288
5289         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5290
5291         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5292
5293         * gmm-utils.el (gmm-image-load-path): Remove alias.
5294
5295 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5296
5297         * gmm-utils.el (gmm-image-load-path): Add alias.
5298
5299         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5300         nnml-generate-nov-databases-1.
5301         (nnml-generate-nov-databases): Use it.
5302         (nnml-generate-nov-databases-directory): Document no-active
5303         argument.
5304
5305         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5306         directory if path is t.  Add no-error.
5307
5308         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5309         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5310
5311         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5312         resetting gnus-article-browse-html-temp-list.
5313
5314         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5315         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5316         Add example to docstring.  Rename local variables.  Move error
5317         checks to default case in cond and simplify.
5318
5319 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5322         handle is multipart when calling it recursively.
5323         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5324
5325 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5326
5327         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5328         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5329
5330 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5331
5332         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5333         is loaded.
5334
5335         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5336         loaded.
5337
5338 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5339
5340         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5341         to "Emacs 23 (unicode)" in doc string.
5342
5343         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5344         "Emacs 23 (unicode)" in comment.
5345
5346 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5349
5350         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5351         characters 160 through 255 in Emacs 23.
5352
5353 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5354
5355         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5356         gnus-article-browse-html-temp.
5357         (gnus-article-browse-delete-temp): Make it customizable.  Add
5358         `file'.  Adjust doc string.
5359         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5360         query for each file.  Adjust doc string.
5361         (gnus-article-browse-html-parts): Add
5362         `gnus-article-browse-delete-temp-files' to
5363         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5364
5365 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5366
5367         * gnus-art.el (gnus-article-browse-html-temp)
5368         (gnus-article-browse-delete-temp): New variables.
5369         (gnus-article-browse-delete-temp-files): New function.
5370         (gnus-article-browse-html-parts): Use it.
5371
5372 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5373
5374         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5375
5376         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5377         string.
5378
5379         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5380         gnus-summary-insert-new-articles when unplugged.  Remove
5381         gnus-summary-search-article-forward.
5382
5383         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5384         display-visual-class instead of display-color-cells.
5385
5386 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * dgnushack.el: Autoload customize-group for XEmacs.
5389
5390         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5391         message/* containing non-ASCII text properly.
5392
5393 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5394
5395         * message.el: Require gmm-utils, remove autoloads.
5396         (message-tool-bar): Set default based on
5397         gmm-tool-bar-style.
5398         (message-tool-bar-gnome): Add gmm-customize-mode.
5399
5400         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5401         gmm-tool-bar-style.
5402         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5403
5404         * gnus-group.el (gnus-group-tool-bar): Set default based on
5405         gmm-tool-bar-style.
5406         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5407
5408         * gmm-utils.el (gmm-image-directory): Rename variable from
5409         gmm-image-load-path.
5410         (gmm-image-load-path): Use gmm-image-directory.
5411         (gmm-customize-mode): New function.
5412         (gmm-tool-bar-style): New variable.
5413
5414         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5415         gnus-group-redraw-line-number.
5416         (gnus-group-redraw-check): Simplify.
5417         (gnus-group-tool-bar-update): Remove redraw check.
5418         (gnus-group-make-tool-bar): Add redraw check.
5419
5420 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5421
5422         * gnus-art.el (gnus-button): Add missing parentheses.
5423
5424 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * lpath.el: Fbind line-number-at-pos.
5427
5428 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5431
5432 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5433
5434         * gnus-art.el (gnus-button): New face.
5435         (gnus-article-button-face): Use it.
5436
5437         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5438         gnus-summary-next-page.  Re-order.
5439
5440         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5441         next-node are now included.
5442         (gnus-group-redraw-line-number): New internal variable.
5443         (gnus-group-redraw-check): Helper function for updating the tool
5444         bar.
5445         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5446
5447         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5448
5449         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5450         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5451         Use it to match format of Spamassassin 3.0 and later.  Reported by
5452         IRIE Tetsuya <irie@t.email.ne.jp>.
5453         (spam-check-bogofilter)
5454         (spam-bogofilter-register-with-bogofilter): Fix args of
5455         `gnus-error' calls.
5456
5457 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5458
5459         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5460         unnecessary interaction when sending queued mails.  Reported by
5461         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5462
5463 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5464
5465         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5466         first or last are nil.
5467
5468 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5469
5470         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5471
5472 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5473
5474         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5475
5476 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5477
5478         * dns.el (query-dns): Protect more against buggy tcp output.
5479
5480 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5481
5482         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5483         nov.php.
5484
5485 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5486
5487         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5488         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5489         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5490         output on the server side.
5491         (nnweb-google-create-mapping): Update regexps and add some
5492         progress indication.
5493
5494 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5495
5496         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5497         gnus-agent-toggle-plugged.  Re-order icons.
5498         (gnus-group-tool-bar-gnome): Add
5499         gnus-group-{prev,next}-unread-group.
5500         (gnus-group-tool-bar-gnome): Re-order icons.
5501
5502         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5503         gnus-summary-insert-new-articles.
5504
5505         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5506         comments.
5507
5508         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5509         also available in Emacs 21.3.
5510
5511         * message.el (message-fix-before-sending): Change "Emacs 22" to
5512         "Emacs 23 (unicode)" in comment.
5513
5514         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5515         "Emacs 23 (unicode)" in comment.
5516
5517         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5518         comment.
5519         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5520
5521         * mm-view.el (mm-fill-flowed): Add :version.
5522
5523 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5526         and load-path.
5527
5528 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5529
5530         * message.el: Autoload gmm-image-load-path.
5531         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5532         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5533         consitency.
5534
5535         * gmm-utils.el (gmm-image-load-path): Also search in
5536         "../etc/images".  Don't set gmm-image-load-path if we don't find
5537         the image.
5538
5539 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * gmm-utils.el (gmm-image-load-path): Don't make
5542         `gmm-image-load-path' include subdirectories which the second arg
5543         `image' might specify.
5544
5545         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5546         subdirectory to icon file names.
5547
5548         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5549
5550 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5551
5552         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5553         gmm-image-load-path calls.
5554
5555         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5556
5557         * message.el (message-make-tool-bar): Ditto.
5558
5559         * mml.el (mml-preview): Added comment concerning tool bar icons.
5560
5561         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5562         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5563
5564         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5565         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5566
5567         * message.el (message-tool-bar-gnome): Use new icon names.
5568         (message-make-tool-bar): Use `gmm-image-load-path'.
5569
5570         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5571         functions from MH-E.
5572         (gmm-image-load-path): New variable from MH-E.
5573         (gmm-image-load-path): New function from MH-E.  Added arguments
5574         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5575         *-image-load-path-called-flag.
5576
5577 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5578
5579         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5580
5581 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5582
5583         * nnimap.el (nnimap-request-move-article): Change folder back to
5584         source group before deleting.
5585
5586 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5587
5588         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5589
5590         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5591         mm-url.
5592
5593         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5594
5595 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5598         coding system which mm-charset-to-coding-system returns for a
5599         given charset is valid.
5600
5601 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5602
5603         * html2text.el (html2text-remove-tag-list):
5604         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5605
5606 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5607
5608         * gnus-cus.el: Revert 2005-10-17 change.
5609
5610 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * gnus-art.el (article-strip-banner): Call
5613         article-really-strip-banner only when the regexp match is made.
5614
5615 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * gnus-art.el (article-strip-banner): Use
5618         gnus-extract-address-components instead of
5619         mail-header-parse-addresses to make it work with non-ASCII text;
5620         remove mail-encode-encoded-word-string.
5621
5622         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5623         values which are surrounded with \"...\"; make it never cause a
5624         Lisp error; give up parsing of parameters if it failed in
5625         extracting type.
5626
5627 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
5628
5629         * smime.el (smime-cert-by-ldap-1): Fix bug where
5630         `smime-ldap-search' returns results without userCertificates.
5631
5632 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5635
5636 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5637
5638         * spam.el (spam-check-spamassassin-headers): Adapt format for
5639         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
5640         <ari@mbf.ocn.ne.jp>.
5641         (spam-list-of-processors): Add spam-use-gmane.
5642
5643 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5646         make-temp-file; make it work with XEmacs as well.
5647
5648         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5649         mm-make-temp-file.
5650
5651         * mm-decode.el (mm-display-external): Use the 3rd arg of
5652         mm-make-temp-file.
5653         (mm-create-image-xemacs): Ditto.
5654
5655 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5656
5657         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5658         with message-narrow-to-headers.
5659         (gnus-draft-setup): Narrow to header to run message-fetch-field.
5660         (gnus-draft-check-draft-articles): New function.
5661         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5662
5663 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5664
5665         * gnus-art.el (gnus-article-browse-html-parts):
5666         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5667         Don't use suffix argument for mm-make-temp-file for Emacs 21
5668         compatibility.  Remove useless `format'.
5669
5670 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5671
5672         * nnweb.el (nnweb-google-wash-article): Update regexps.
5673         (nnweb-group-alist): Use defvoo instead of defvar.
5674
5675 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5678         re-loading nn* modules.
5679
5680 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5681
5682         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5683         for `tool-bar-mode' and don't check it's default-value.
5684
5685         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5686
5687         * message.el (message-make-tool-bar): Ditto.
5688
5689         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5690         `substring'.  Shorten tmp-file name.
5691
5692         * gnus.el: Remove bogus comment.
5693
5694 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
5695
5696         * gnus-art.el (gnus-article-browse-html-parts): New function.
5697         (gnus-article-browse-html-article): New function for viewing html
5698         articles with a browser.
5699
5700 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
5701
5702         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
5703         in elisp.
5704         (pgg-gpg-encrypt-symmetric-region): Ditto.
5705         (pgg-gpg-sign-region): Ditto.
5706
5707         * pgg-def.el (pgg-text-mode): New variable.
5708
5709         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5710         (mml2015-pgg-encrypt): Ditto.
5711
5712         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5713         (mml1991-pgg-encrypt): Ditto.
5714
5715 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5718         message-make-date instead of current-time-string.
5719
5720         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5721         to gnus-decoded which mm-uu might set.
5722
5723 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5726         don't decode quoted parameters; remove misimported Emacs code.
5727         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5728         (rfc2231-decode-encoded-string): Don't use split-string which
5729         behaves differently according to Emacs version; use
5730         mm-decode-coding-region to convert charset to coding-system.
5731         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5732         (rfc2231-encode-string): Remove misimported Emacs code.
5733
5734 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * gnus-art.el (article-decode-charset): Don't use ignore-errors
5737         when calling mail-header-parse-content-type.
5738         (article-de-quoted-unreadable): Ditto.
5739         (article-de-base64-unreadable): Ditto.
5740         (article-wash-html): Ditto.
5741
5742         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5743         calling mail-header-parse-content-type and
5744         mail-header-parse-content-disposition.
5745         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5746         mail-header-parse-content-type.
5747
5748         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5749         insert charset and format parameters; encode description after
5750         inserting it to buffer.
5751         (mml-insert-parameter): Fold lines properly even if a parameter is
5752         segmented into two or more lines; change the max column to 76.
5753
5754         * rfc1843.el (rfc1843-decode-article-body): Don't use
5755         ignore-errors when calling mail-header-parse-content-type.
5756
5757         * rfc2231.el (rfc2231-parse-string): Return at least type if
5758         possible; don't cause an error even if it fails in parsing of
5759         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5760         (rfc2231-encode-string): Don't break lines at the beginning, leave
5761         it to mml-insert-parameter.
5762
5763         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5764         calling mail-header-parse-content-type.
5765
5766 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
5767
5768         * spam-report.el (spam-report-gmane-use-article-number):
5769         Improve doc string.
5770         (spam-report-gmane-internal): Check if a suitable header was found
5771         in the article.
5772
5773 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5776         (rfc2231-encode-string): Make param*=value always begin with LWSP.
5777
5778 2006-02-05  Romain Francoise  <romain@orebokech.com>
5779
5780         Update copyright notices of all files in the gnus directory.
5781
5782 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5783
5784         * nnweb.el (nnweb-request-group): Avoid growing overview files.
5785
5786 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5787
5788         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5789         segmented lines of parameter value to cope with Thunderbird 1.5
5790         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5791         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5792         (rfc2231-encode-string): Don't make lines exceeding 76 column.
5793
5794 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
5795
5796         * mml.el (mml-generate-mime-1): Correct the order of inline signed
5797         parts.
5798
5799 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5800
5801         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5802         there's only one active file for all servers.
5803         (nnweb-request-scan): Make sure nnweb-articles is initialized on
5804         solid groups.  Gnus might have used a FAST request to select the group.
5805         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5806         and nnweb-search redundantly in the active file.
5807         (nnweb-request-list): Don't list bogus groups.  There can only be one.
5808         (nnweb-request-create-group): Don't use ARGS.
5809         (nnweb-possibly-change-server, nnweb-request-group): Remove some
5810         initialisations.  Let nnoo do the work.
5811
5812 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5815         Say the part has been decoded.
5816
5817         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5818
5819 2006-01-31  Kevin Ryde  <user42@zip.com.au>
5820
5821         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5822         mailcap-viewer-test-cache when there's no 'test clause, since that
5823         will invert the meaning of a "nil" test previously determined by
5824         mailcap-mailcap-entry-passes-test.
5825
5826 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5829         compiling.
5830
5831         * gnus-sum.el: Ditto.
5832
5833         * message.el: Don't bind tool-bar-map when compiling.
5834
5835 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
5836
5837         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5838
5839 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5840
5841         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5842         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5843         current Google Groups.
5844
5845 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
5846
5847         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5848         and tool-bar-mode.
5849
5850         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5851         and tool-bar-mode.
5852
5853         * message.el (message-tool-bar-update): Simplify.
5854         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5855
5856         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5857         gnus-summary-buffer.
5858         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5859         gnus-summary-reply.
5860
5861         * gmm-utils.el (gmm): Add :version.
5862
5863 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * Makefile.in (clean): New rule.
5866         (distclean): Use it.
5867
5868 2006-01-26  Steve Youngs  <steve@sxemacs.org>
5869
5870         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5871         autoload.
5872
5873 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * gmm-utils.el (gmm-verbose): Add :group.
5876
5877 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
5878
5879         * message.el: Change some comments WRT tool-bars.
5880
5881         * gnus-sum.el (gnus-summary-tool-bar)
5882         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5883         (gnus-summary-tool-bar-zap-list): New variables.
5884         (gnus-summary-make-tool-bar): Complete rewrite using
5885         `gmm-tool-bar-from-list'.
5886
5887         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5888         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5889         variables.
5890         (gnus-group-make-tool-bar): Complete rewrite using
5891         `gmm-tool-bar-from-list'.
5892         (gnus-group-tool-bar-update): New function.
5893
5894         * message.el (message-mode-field-menu): Add "Show hidden Headers".
5895
5896 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5899         is dissected into a single part of which the type is the same as
5900         the given one; decode charset.
5901
5902 2006-01-21  Kevin Ryde  <user42@zip.com.au>
5903
5904         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5905         into alists as symbol not string, since that's what
5906         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5907         look for.
5908
5909 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
5910
5911         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5912         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5913
5914         * message.el (message-tool-bar-gnome): Use gmm-ignore.
5915
5916 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
5919         (gnus-xmas-mime-security-button-menu): New function.
5920
5921         * gnus-art.el (gnus-mime-security-button-commands): New variable.
5922         (gnus-mime-security-button-menu): New definition.
5923         (gnus-mime-security-button-map): Use them.
5924         (gnus-mime-security-button-menu): New function.
5925         (gnus-insert-mime-security-button): Addition to help echo.
5926         (gnus-mime-security-run-function, gnus-mime-security-save-part)
5927         (gnus-mime-security-pipe-part): New functions.
5928
5929         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5930         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5931
5932         * mm-decode.el (mm-handle-set-disposition): Remove.
5933         (mm-handle-set-description): Remove.
5934
5935 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5938         (mm-w3m-standalone-supports-m17n-p): New function.
5939         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5940         w3m usage.
5941
5942         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5943         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5944
5945 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5946
5947         * message.el (message-tool-bar-zap-list): Use
5948         gmm-tool-bar-zap-list as custom type.
5949         (message-tool-bar-update): New function.
5950         (message-tool-bar, message-tool-bar-gnome)
5951         (message-tool-bar-retro): Add message-tool-bar-update.
5952         (message-tool-bar-gnome): Add flyspell-buffer.
5953
5954         * gnus-util.el (gnus-error): Describe `args'.
5955
5956         * gmm-utils.el (gmm-error): Describe `args'.
5957         (gmm-tool-bar-zap-list): New widget.
5958         (gmm-tool-bar-from-list): Improve description of `zap-list'.
5959
5960 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5961
5962         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5963         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5964         the number of recursive calls.
5965
5966         * mm-decode.el (mm-handle-set-disposition): New macro.
5967         (mm-handle-set-description): New macro.
5968
5969 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5972         encoding.
5973
5974 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5975
5976         * message.el (message-tool-bar-zap-list, message-tool-bar)
5977         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5978         (message-tool-bar-local-item-from-menu): Remove.
5979         (message-tool-bar-map): Replace by `message-make-tool-bar'.
5980         (message-make-tool-bar): New function.
5981         (message-mode): Use `message-make-tool-bar'.
5982
5983         * gmm-utils.el: New file.
5984         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5985         (gmm-lazy): New widget copied from `nnmail.el'.
5986         (gmm-tool-bar-from-list): New function for creating customizable
5987         tool bars.
5988         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
5989         output.
5990         (gmm): Add :prefix to defgroup.
5991
5992 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5993
5994         * gmm-utils.el (gmm-widget-p): New function.
5995
5996 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5997
5998         * mml.el (mml-attach-file): Describe `description' in doc string.
5999         (mml-menu): Add Emacs MIME manual and PGG manual.
6000
6001 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6002
6003         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6004
6005 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6006
6007         * nntp.el (nntp-end-of-line): Doc fix.
6008
6009 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6010
6011         * imap.el (imap-open): Handle case where buffer is a buffer
6012         object.
6013
6014 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6015
6016         * gnus-delay.el (gnus-delay): Don't autoload.
6017         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6018         to be re-loaded when customizing the `gnus-delay' group.
6019
6020 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6021
6022         * message.el (message-insert-citation-line): Use newlines.
6023
6024 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6025
6026         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6027         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6028         these routines, so the passphrase can be managed externally and
6029         passed in to the system.
6030         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6031         pgg-add-passphrase-to-cache function.
6032
6033         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6034         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6035         these routines, so the passphrase can be managed externally and
6036         passed in to the system.
6037         (pgg-pgp5-sign-region): Use new name of
6038         pgg-add-passphrase-to-cache function.
6039
6040 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6041
6042         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6043         part of the decoded armor to find the key-identifier.
6044         (pgg-gpg-lookup-key-owner): New function to return the
6045         human-readable identifier of a key owner.
6046         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6047         itself.
6048         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6049         the key value) if we have a key and can match it against a secret
6050         key.  Also, added a note pointing out fact that the prompt only
6051         indicates the first matching key.
6052
6053         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6054         pgg-decrypt-region.
6055         (pgg-add-passphrase-to-cache): Rename from
6056         `pgg-add-passphrase-cache' to reduce confusion (all callers
6057         changed).
6058         (pgg-remove-passphrase-from-cache): Rename from
6059         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6060         changed).
6061         (pgg-read-passphrase, pgg-add-passphrase-cache)
6062         (pgg-remove-passphrase-cache): Add informative docstrings.
6063         (pgg-decrypt): Convey provided passphrase in subordinate call to
6064         pgg-decrypt-region.
6065
6066 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6067
6068         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6069         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6070         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6071         'passphrase' argument, so the passphrase can be managed externally
6072         and then passed in to the system.
6073
6074         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6075         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6076         so the passphrase cache can be used reliably with identifiers
6077         besides a pgp packet's key id.
6078
6079         * pgg-gpg.el (pgg-gpg-encrypt-region)
6080         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6081         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6082         these routines, so the passphrase can be managed externally and
6083         passed in to the system.
6084
6085         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6086         'notruncate' argument, so the passphrase cache can be used
6087         reliably with identifiers besides a pgp packet's key id.
6088
6089 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6090
6091         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6092         symmetric encryption.
6093         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6094         encrypted session key.
6095         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6096         message ask for the passphrase in a proper way.
6097
6098         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6099         New user commands for symmetric encryption.
6100
6101 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6104
6105         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6106
6107 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6108
6109         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6110
6111 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * mm-decode.el (mm-inlined-types): Add application/pgp.
6114         (mm-automatic-display): Ditto.
6115
6116         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6117         part as text.
6118
6119 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * nnrss.el: Update copyright.
6122         (nnrss-opml-import): Query whether to subscribe to each entry.
6123
6124         * gnus-art.el:
6125         * gnus-sum.el:
6126         * gnus-xmas.el:
6127         * messagexmas.el:
6128         * mm-uu.el:
6129         * mm-view.el: Update copyright.
6130
6131 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6132
6133         * message.el (message-info): New function.
6134         (message-mode-menu): Add it.
6135         Update copyright.
6136
6137         * ChangeLog: Fix and update copyright.
6138
6139 2006-01-13  Romain Francoise  <romain@orebokech.com>
6140
6141         * message.el (message-forward-subject-name-subject): Prefer the
6142         address to 'nowhere' if the sender has no name.
6143         Fix typo.  Update copyright year.
6144
6145 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * gnus-art.el (article-wash-html): Use
6148         gnus-summary-show-article-charset-alist if a numeric arg is given.
6149         (gnus-article-wash-html-with-w3m-standalone): New function.
6150
6151         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6152         mm-inline-text-html-render-with-w3m-standalone.
6153         (mm-text-html-washer-alist): Map w3m-standalone to
6154         gnus-article-wash-html-with-w3m-standalone.
6155         (mm-inline-text-html-render-with-w3m-standalone): New function.
6156
6157 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6158
6159         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6160         Improve LaTeX.
6161
6162 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6165         (nnrss-request-article): Render text/plain parts as HTML.
6166
6167         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6168         the buffer.
6169
6170 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6171
6172         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6173         custom definition of `gnus-posting-styles'.
6174
6175         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6176         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6177
6178 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6179
6180         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6181         Use nntp for bug archive.
6182
6183 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6186         parts.
6187         (nnrss-normalize-date): New function converts ISO 8601 date into
6188         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6189         (nnrss-check-group): Use it.
6190
6191 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6194
6195         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6196         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6197         (nnrss-insert-w3): Ditto.
6198
6199 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6202         the articles to be forwarded including the case where neither a
6203         number of articles nor a region is specified.
6204
6205 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * nnrss.el (nnrss-request-article): Fix last change; fill
6208         text/plain parts.
6209
6210 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6213         in text/plain part.
6214         (nnrss-check-group): Don't add excessive newline to dc:subject.
6215
6216 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6217
6218         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6219         article.
6220
6221 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6222
6223         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6224         (nnml-use-compressed-files, nnml-save-mail): Support other
6225         comression programs such as bzip2.
6226
6227 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6228
6229         * dns.el (query-dns): Make sure we check the buffer size before
6230         removing tcp headers.
6231
6232 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6233
6234         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6235         remove MIME buttons associated with multipart/alternative parts.
6236         (gnus-mime-display-alternative): Tag buttons using `article-type'
6237         text property.
6238
6239         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6240         associated with multipart/alternative parts.
6241
6242         * gnus-art.el (gnus-signature-separator): Fix custom type.
6243
6244         * mm-decode.el (mm-inlined-types): Fix custom type.
6245         (mm-keep-viewer-alive-types): Ditto.
6246         (mm-automatic-display): Ditto.
6247         (mm-attachment-override-types): Ditto.
6248         (mm-inline-override-types): Ditto.
6249         (mm-automatic-external-display): Ditto.
6250
6251 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6252
6253         * spam-report.el (spam-report-user-mail-address)
6254         (spam-report-user-agent): New variables.
6255         (spam-report-url-ping-plain): Use spam-report-user-agent.
6256
6257 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6258
6259         * gnus-art.el (gnus-button-handle-custom): Do not just use
6260         `customize-apropos' for any "M-x customize-*" button but the
6261         function called for.  Accept both the function name and its
6262         argument in order to achieve this.
6263         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6264         function name to `gnus-button-handle-custom' in case of "M-x
6265         customize-*" buttons.
6266
6267 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6270         multipart/alternative and add xref to mm-discouraged-alternatives
6271         in doc string.
6272
6273         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6274         gnus-buttonized-mime-types in doc string.
6275
6276 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6277
6278         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6279         Suggest image/.* in the doc string.
6280
6281 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6282
6283         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6284         message-marks (Debian bug #342521).
6285
6286 2005-12-12  Simon Josefsson  <jas@extundo.com>
6287
6288         * password.el (password-read-from-cache): Add.
6289         (password-read): Use it.
6290
6291 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6294         us-ascii as a MIME charset.
6295
6296         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6297         against the case where the 2nd arg TYPE is nil.
6298
6299 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6300
6301         * pop3.el (pop3-stream-type): Fix custom version.
6302
6303         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6304
6305 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6306
6307         * mm-decode.el (mm-display-external): Add missing cdr.
6308
6309 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6312         RFC1524) if it is in mailcap or add a suffix according to
6313         mailcap-mime-extensions when generating a temp filename; postpone
6314         deleting a temp file for 2 seconds for some wrappers, shell
6315         scripts, and so on, which might exit right after having started a
6316         viewer command as a background job.
6317
6318 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6319
6320         * nntp.el (nntp-marks-directory): Fix custom group.
6321
6322         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6323         steps when < 10.
6324
6325         * gnus-start.el (gnus-no-server-1): Mention
6326         `gnus-level-default-subscribed' in doc string.
6327
6328 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6329
6330         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6331         parens.
6332
6333 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * gnus-xmas.el (gnus-use-toolbar): Revert.
6336         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6337         gnus-use-toolbar is default.
6338
6339         * messagexmas.el (message-use-toolbar): Revert.
6340         (message-setup-toolbar): Use global default-toolbar if
6341         message-use-toolbar is default.
6342
6343 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6344
6345         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6346         according to default-toolbar-visible-p.
6347
6348         * messagexmas.el (message-use-toolbar): Ditto.
6349
6350 2005-11-26  Dave Love  <fx@gnu.org>
6351
6352         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6353         (tls-program, tls-success): Provide openssl alternative.
6354
6355         * starttls.el: Doc fixes.
6356         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6357         SERVICE to PORT.
6358
6359         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6360         port null or service name.
6361         (starttls-negotiate): Autoload.
6362
6363 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6364
6365         * message.el (message-kill-to-signature): Fix interactive spec.
6366
6367 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * pop3.el (pop3-open-server): Recognize a string as a service name.
6370
6371 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6372
6373         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6374
6375 2005-11-23  Dave Love  <fx@gnu.org>
6376
6377         Add pop3s, pop3/starttls.
6378
6379         * pop3.el (pop3-authentication-scheme): Clarify doc.
6380         (open-tls-stream, starttls-open-stream): Autoload.
6381         (pop3-stream-type): New.
6382         (pop3-open-server): Use it.
6383
6384         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6385         for POP.
6386         (mail-source-keyword-map): Add :stream for POP.
6387         (mail-source-fetch-pop): Use pop3-stream-type.
6388
6389 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6392         of current-time-string.
6393
6394 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6395
6396         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6397         date header.
6398
6399 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6400
6401         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6402         it can seriously impact performance as it bypasses the agent's
6403         local caches.
6404
6405 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6406
6407         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6408         must be explicitly online rather than "not explicitly offline" for
6409         its flags to be synchronized.
6410
6411         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6412         that gnus-uu-unmark-thread will function correctly.
6413
6414         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6415         1024K is instead displayed as 1M.
6416
6417 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6418
6419         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6420
6421 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6422
6423         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6424
6425 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6426
6427         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6428         error message to display actual error condition.
6429         (gnus-agent-save-local): Avoid saving symbols that are bound to
6430         nil as they simply result in a warning message in
6431         gnus-agent-read-local.
6432
6433 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6436         rather than make-variable-buffer-local for file-precious-flag.
6437
6438 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6439
6440         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6441         for duplicates which are removed.  The invalid sort check then
6442         triggers a rescan after the sort as sorting may have moved
6443         duplicate entries such that they can be cheaply detected.
6444
6445 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6448
6449 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6450
6451         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6452         internal variable to a custom variable.  Changed default value
6453         from compressed(2) to uncompressed(1).
6454         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6455         support for uncompressed agentview files.  Taken together, reading
6456         the agentview file should now be 6-7 times faster.
6457
6458 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6459
6460         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6461         as a buffer-local variable.  This avoids creating truncated
6462         dribble files as a result of a hang up, eg.
6463
6464 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6465
6466         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6467         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6468         XEmacs.
6469
6470 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6471
6472         * gnus-start.el (gnus-start-draft-setup): Enforce
6473         `gnus-draft-mode' for nndraft:drafts at startup.
6474
6475         * gnus.el (gnus-splash): Change custom group.
6476         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6477         allow-list argument.
6478
6479         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6480         string.
6481
6482 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6483
6484         * gnus-art.el (gnus-default-article-saver): Add user-defined
6485         `function' to custom type.
6486
6487 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6488
6489         * imap.el (imap-open): Handle case where buffer is a buffer
6490         object.
6491
6492 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6493
6494         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6495         long lines.
6496         (gnus-cache-delete-group): Wrap doc strings.
6497
6498         * gnus-agent.el (gnus-agent-rename-group)
6499         (gnus-agent-delete-group): Wrap doc strings.
6500
6501 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * messagexmas.el (message-use-toolbar): Change the valid values
6504         into default, top, bottom, left, and right.
6505         (message-toolbar-thickness): New variable.
6506         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6507         well.
6508         (message-setup-toolbar): Make it work.
6509
6510         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
6511         (gnus-use-toolbar): Change the valid values into default, top,
6512         bottom, left, and right.
6513         (gnus-toolbar-thickness): New variable.
6514         (gnus-xmas-setup-toolbar): New function.
6515         (gnus-xmas-setup-group-toolbar): Use it.
6516         (gnus-xmas-setup-summary-toolbar): Use it.
6517
6518 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6519
6520         * gnus-start.el (gnus-1): Add "native" to
6521         gnus-predefined-server-alist.
6522
6523         * gnus.el (gnus-method-to-server): Don't add "native" to the
6524         lists here, because that leads to problems when
6525         gnus-select-method is bound.
6526
6527 2005-11-09  Simon Josefsson  <jas@extundo.com>
6528
6529         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6530         use (not sort-by-date) instead.
6531
6532 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6533
6534         * gnus-delay.el (gnus-delay-group): Don't autoload.
6535         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6536         to be re-loaded when customizing the `gnus-delay' group.
6537
6538 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6539
6540         * message.el: Revert last changes.
6541         (message-insert-citation-line): Use newlines.
6542
6543 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6544
6545         * message.el (message-courtesy-message)
6546         (message-mark-insert-begin, message-mark-insert-end)
6547         (message-elide-ellipsis, message-cancel-message)
6548         (message-add-header, message-change-subject)
6549         (message-cross-post-followup-to-header)
6550         (message-cross-post-insert-note, message-reduce-to-to-cc)
6551         (message-widen-reply, message-delete-not-region)
6552         (message-kill-to-signature, message-insert-signature)
6553         (message-insert-importance-high, message-insert-importance-low)
6554         (message-insert-or-toggle-importance)
6555         (message-insert-disposition-notification-to)
6556         (message-indent-citation, message-yank-original)
6557         (message-cite-original-without-signature, message-cite-original)
6558         (message-insert-citation-line, message-position-on-field)
6559         (message-fix-before-sending, message-send-mail-partially)
6560         (message-send-mail, message-send-mail-with-sendmail)
6561         (message-send-mail-with-qmail, message-send-news)
6562         (message-check-news-header-syntax, message-generate-headers)
6563         (message-insert-courtesy-copy, message-fill-address)
6564         (message-fill-header, message-shorten-references)
6565         (message-setup-1, message-cancel-news)
6566         (message-forward-make-body-plain, message-forward-make-body-mime)
6567         (message-forward-make-body-mml, message-encode-message-body)
6568         (message-forward-make-body-digest-plain)
6569         (message-forward-make-body-digest-mime)
6570         (message-use-alternative-email-as-from): Insert `hard-newline'
6571         instead of ordinary newlines.
6572
6573 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * message.el (message-generate-headers): Downcase the argument
6576         given to message-check-element.
6577
6578 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6579
6580         * nntp.el (nntp-authinfo-rejected): New error condition.
6581         (nntp-wait-for): Use new error condition to signal authentication
6582         error.
6583         (nntp-retrieve-data): Rethrow new error condition to break out of
6584         recursive call to nntp-send-authinfo.
6585
6586 2005-11-08  Romain Francoise  <romain@orebokech.com>
6587
6588         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6589         (gnus-summary-exit-map): Bind to `Z p'.
6590         (gnus-summary-make-menu-bar): Add menu item.
6591
6592 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6593
6594         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6595         (gnus-treat-*): Add `first' in all doc strings.
6596
6597         * gnus-group.el (gnus-group-compact-group): Fix typo.
6598
6599 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * gnus.el (gnus-parameters-case-fold-search): New variable.
6602         (gnus-parameters-get-parameter): Use it.
6603
6604         * gnus-score.el (gnus-home-score-file): Doc fix.
6605
6606 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6607
6608         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6609
6610 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * mm-util.el (mm-special-display-p): New function.
6613
6614         * mml.el (mml-preview): Use it; doc fix.
6615
6616 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6617
6618         * imap.el (imap-open): Handle case where buffer is a buffer object.
6619
6620 2005-10-29  Romain Francoise  <romain@orebokech.com>
6621
6622         * message.el (message-fix-before-sending): Fix comment.
6623
6624 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6625
6626         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6627
6628 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6629
6630         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6631         Used in gnus-score.el.
6632
6633 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6634
6635         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6636
6637 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6638
6639         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6640         whitespace removed in revision 7.8.  Use concatenated string to
6641         protect trailing whitespace.
6642
6643 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
6644
6645         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6646         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6647         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6648         Courier IMAP ("some version from 2004").  Mostly based on similar
6649         code in the same function.
6650
6651 2005-10-26  Didier Verna  <didier@xemacs.org>
6652
6653         * gnus-group.el (gnus-group-compact-group): Invalidate original
6654         article buffer.
6655         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6656         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6657         NOV database and in article itself.
6658         Invalidate article backlog.
6659
6660 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6661
6662         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6663
6664 2005-10-26  Simon Josefsson  <jas@extundo.com>
6665
6666         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6667         part of 2004-07-25 change.
6668
6669 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * message.el (message-display-completion-list): New function.
6672         (message-expand-group): Use it; make sure the Completions buffer
6673         is modifiable.
6674 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6675
6676         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6677         user-mail-name is an empty string.
6678
6679 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6680
6681         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6682         depending on gnus-score-decay-constant.
6683
6684         * encrypt.el (encrypt-insert-file-contents)
6685         (encrypt-write-file-contents): Don't use `gnus-message'.
6686
6687         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6688         arguments.
6689         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
6690         arguments to mm-uu-verbatim-marks-extract.
6691         (mm-uu-hide-markers): New variable.
6692         (mm-uu-extract): Use face similar to `gnus-cite-3'.
6693
6694         * gnus-fun.el (gnus-convert-image-to-x-face-command)
6695         (gnus-convert-image-to-face-command): Use "convert" by default to
6696         allow other input image formats.
6697         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6698         accordingly.
6699
6700 2005-10-23  Simon Josefsson  <jas@extundo.com>
6701
6702         * imap.el (imap-gssapi-program): Align command line parameters
6703         with latest GNU SASL.
6704         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6705
6706 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6707
6708         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6709         HTML.
6710         (nnslashdot-request-article): Ditto.
6711
6712         * lpath.el (featurep): Add nobreak-char-display.
6713
6714 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6715
6716         * mail-source.el (mail-source-fetch-pop): Require pop3.
6717         (mail-source-check-pop): Ditto.
6718
6719 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6722         errors.
6723
6724 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6725
6726         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6727         (gnus-treat-strip-leading-blank-lines): Improve doc string.
6728
6729         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6730
6731         * mm-bodies.el (mm-decode-string): Call
6732         `mm-charset-to-coding-system' with allow-override argument.
6733
6734 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6737         (rfc2047-charset-to-coding-system): New function.
6738         (rfc2047-decode-encoded-words): New function.
6739         (rfc2047-decode-region): Use them.
6740         (rfc2047-decode-cte): Remove.
6741         (rfc2047-parse-and-decode): Remove.
6742         (rfc2047-decode): Remove.
6743
6744 2005-10-15  Kenichi Handa  <handa@m17n.org>
6745
6746         * rfc2047.el (rfc2047-decode-cte): New function.
6747         (rfc2047-decode-region): Change the way to decode successive
6748         encoded-words: decode B- or Q-encoding in each encoded-word,
6749         concatenate them, and decode it as charset.
6750
6751 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * lpath.el: Fbind codepage-setup for XEmacs.
6754
6755 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6756
6757         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
6758         widget-move-and-invoke.
6759         (gnus-custom-mode): Use gnus-custom-map.
6760
6761 2005-10-15  Bill Wohler  <wohler@newt.com>
6762
6763         * message.el (message-tool-bar-map): Renamed image file from
6764         mail_send to mail/send.
6765
6766 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6767
6768         * message.el (message-expand-group): Pass the common
6769         prefix substring of completion to `display-completion-list'.
6770
6771 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
6772
6773         * mml-sec.el (mml-secure-method): New internal variable.
6774         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6775         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6776         functions using mml-secure-method.
6777
6778         * mml.el (mml-mode-map): Add key bindings for those functions.
6779         (mml-menu): Simplify security menu entries.  Suggested by Jesper
6780         Harder <harder@myrealbox.com>.
6781         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6782         end of message if point is the headers of the message.
6783
6784         * message.el (message-in-body-p): New function.
6785
6786         * assistant.el: Autoload gnus-util and netrc.
6787
6788         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6789         Use `mm-charset-override-alist' only when decoding.
6790
6791         * mm-bodies.el (mm-decode-body): Call
6792         `mm-charset-to-coding-system' with allow-override argument.
6793
6794         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6795         `filename' from Content-Disposition if Content-Type doesn't
6796         provide `name'.
6797         (gnus-mime-view-part-as-type): Set default instead of
6798         initial-input.
6799
6800 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6801
6802         * format-spec.el (format-spec): Propagate text properties of % spec.
6803
6804 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6805
6806         * gnus-art.el (gnus-treat-predicate): Add `first'.
6807
6808 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6809
6810         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6811         (mm-charset-override-alist): New variable.
6812         (mm-charset-to-coding-system): Use it.
6813         (mm-codepage-setup): New helper function.
6814         (mm-charset-eval-alist): New variable.
6815         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
6816         about unknown charsets.
6817
6818         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
6819
6820 2005-10-04  David Hansen  <david.hansen@gmx.net>
6821
6822         * nnrss.el (nnrss-request-article): Add support for the comments tag.
6823         (nnrss-check-group): Ditto.
6824
6825 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6826
6827         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6828         Rename x-gnus-verbatim to x-verbatim.
6829         (mm-uu-type-alist): Fix regexp for verbatim-marks.
6830
6831         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6832         x-verbatim.
6833
6834         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6835
6836         * gnus-util.el (gnus-remove-duplicates): Remove.
6837
6838         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6839         instead of gnus-remove-duplicates.
6840
6841         * message.el (message-remove-duplicates): Remove.
6842         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6843         message-remove-duplicates.
6844
6845         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6846         available, else use implementation from `delete-dups'.
6847
6848         * message.el (message-insert-expires): New function.
6849         (message-mode-map): Add key binding.
6850         (message-mode-field-menu): Add menu entry.
6851         (message-mode): Document it.
6852         (message-make-expires-date): Use `message-make-date'.
6853
6854 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
6855
6856         * message.el (message-make-expires-date): New function.
6857
6858 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * Makefile.in (list-installed-shadows): New entry.
6861         (install): Use it.
6862         (remove-installed-shadows): New entry.
6863
6864         * dgnushack.el (dgnushack-default-load-path): New variable.
6865         (dgnushack-find-lisp-shadows): New function.
6866         (dgnushack-remove-lisp-shadows): New function.
6867
6868 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * Makefile.in (install-el-elc): New entry.
6871         (install): Use it so that .el files are necessarily installed.
6872
6873 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * time-date.el: Autoload parse-time-string, XEmacs needs it.
6876
6877 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6878
6879         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6880         function rather than the diff-mode.el package.
6881         (mm-display-external): Use with-current-buffer.
6882         (mm-viewer-completion-map, mm-viewer-completion-map):
6883         Move initialization inside declaration.
6884
6885 2005-09-29  Simon Josefsson  <jas@extundo.com>
6886
6887         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
6888         autoload mail-check-payment.
6889         (spam-check-hashcash): Define unconditionally, since hashcash.el
6890         is part of Gnus now.  Ignore errors from payment checking.
6891
6892 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6893
6894         * message.el (message-bold-region, message-unbold-region): Rename
6895         from `bold-region' and `unbold-region'.
6896
6897         * message.el: Remove useless autoloads.
6898
6899 2005-09-28  Simon Josefsson  <jas@extundo.com>
6900
6901         * message.el (message-use-idna): Default to t.
6902         (message-use-idna): Test whether encoding works too.  Doc fix.
6903
6904 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * nntp.el (nntp-warn-about-losing-connection): Remove.
6907
6908 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6909
6910         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6911         customizable.  Change default value.
6912         (mm-uu-diff-groups-regexp): Change default value.
6913         (mm-uu-type-alist): Add doc string.
6914         (mm-uu-configure): Add doc string.  Make it interactive.
6915         (mm-uu-tex-groups-regexp): New variable.
6916         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6917         (mm-uu-type-alist): Add LaTeX documents.
6918         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6919         of "text/verbatim".
6920         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6921
6922         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6923         instead of "text/verbatim".
6924
6925         * message.el (message-mark-inserted-region)
6926         (message-mark-insert-file): Use slrn style marks when called with
6927         prefix argument.
6928
6929 2005-09-27  Simon Josefsson  <jas@extundo.com>
6930
6931         * message.el (message-idna-to-ascii-rhs-1): Reformat.
6932
6933 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
6934
6935         * message.el (message-remove-duplicates): New function.
6936         Implementation borrowed from `gnus-remove-duplicates'.
6937         (message-idna-to-ascii-rhs): Also encode idna addresses in
6938         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6939         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6940         only ask about the same idna domain once per header and also tell
6941         in what header to replace the idna domain.
6942
6943         * gnus-art.el (article-decode-idna-rhs): Also decode idna
6944         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6945         (article-decode-idna-rhs): Fix regexp so that all idna-address in
6946         a header is decoded and not just the last one.
6947
6948 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6949
6950         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6951         has been decoded.
6952
6953         * mm-decode.el (mm-automatic-display): Add text/verbatim.
6954         (mm-insert-part): Don't modify text if it has been decoded.
6955
6956         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6957         decoded.
6958
6959         * mm-view.el (mm-inline-text): Don't strip text props unless
6960         decoding enriched or richtext parts.
6961
6962 2005-09-25  Romain Francoise  <romain@orebokech.com>
6963
6964         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6965         * gnus-start.el (gnus-subscribe-interactively):
6966         * gnus-uu.el (gnus-uu-grab-articles):
6967         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6968         space.
6969
6970 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6971
6972         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6973         * mm-view.el (mm-view-pkcs7-decrypt):
6974         * gnus-sum.el (gnus-summary-limit-to-extra)
6975         (gnus-summary-respool-article, gnus-read-move-group-name):
6976         * gnus-score.el (gnus-summary-increase-score):
6977         * gnus-util.el (gnus-completing-read-with-default):
6978         * gnus-art.el (gnus-read-save-file-name)
6979         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6980         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6981         * message.el (message-check-news-header-syntax):
6982         Follow convention for reading with the minibuffer.
6983
6984 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
6985
6986         * spam-report.el (spam-report-url-ping-plain):
6987         Use gnus-extended-version as User-Agent.
6988
6989         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6990         default value is nil.
6991
6992         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6993         (mm-uu-verbatim-marks-extract): New function.
6994         (mm-uu-extract): New face.
6995         (mm-uu-copy-to-buffer): Use it.
6996
6997         * spam-report.el (spam-report-gmane-ham): Renamed from
6998         `spam-report-gmane-unspam'.
6999         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7000         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7001
7002         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7003         Autoload.
7004         (spam-report-gmane-unregister-routine): Renamed
7005         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7006
7007 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7008
7009         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7010         (spam-report-gmane-unregister-routine): Add support for gmane
7011         unregistration.
7012
7013         * spam-report.el (spam-report-gmane-unspam)
7014         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7015         (spam-report-gmane): Change to take a single article and do unspam
7016         registration.
7017
7018 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7019
7020         * mm-url.el (mm-url-decode-entities): Fix regexp.
7021
7022 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7023
7024         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7025         default to nil, to be able to use Gnus at all.  If the default
7026         switches to something else, then the function should be fixed not
7027         be exceedingly slow.
7028
7029 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7030
7031         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7032         fail hard.
7033
7034         * spam-report.el: Add better Keywords line.
7035
7036         * spam.el: Add Maintainer and better Keywords line.
7037
7038 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7039
7040         * gnus-art.el (gnus-article-replace-part)
7041         (gnus-mime-replace-part): New functions.
7042         (gnus-mime-action-alist, gnus-mime-button-commands)
7043         (gnus-mime-save-part-and-strip): Added file argument.
7044         (gnus-article-part-wrapper): Added interactive argument.
7045
7046         * gnus-sum.el (gnus-summary-mime-map): Add
7047         `gnus-article-replace-part'.
7048
7049 2005-09-19  Didier Verna  <didier@xemacs.org>
7050
7051         The nnml compaction feature:
7052         * nnml.el (nnml-request-compact-group): New function.
7053         * nnml.el (nnml-request-compact): New function.
7054         * gnus-int.el (gnus-request-compact-group): New function.
7055         * gnus-int.el (gnus-request-compact): New function.
7056         * gnus-group.el (gnus-group-compact-group): New function.
7057         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7058         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7059         * gnus-srvr.el (gnus-server-compact-server): New function.
7060         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7061         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7062
7063 2005-09-18  Deepak Goel  <deego@gnufans.org>
7064
7065         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7066         format spec.
7067
7068 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7071
7072 2005-09-15  Romain Francoise  <romain@orebokech.com>
7073
7074         * message.el (message-fill-paragraph): Clarify docstring.
7075
7076 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * gnus-art.el (gnus-mime-display-part): Protect against broken
7079         MIME messages.
7080
7081 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7084         before parsing header.
7085
7086 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7087
7088         * html2text.el (html2text-replace-list): Add new entities.
7089
7090 2005-09-11  Romain Francoise  <romain@orebokech.com>
7091
7092         * message.el (message-alternative-emails): Improve docstring.
7093         (message-setup-1): Call `message-use-alternative-email-as-from'
7094         after `message-setup-hook' to give it precedence over posting
7095         styles, etc.
7096         (message-use-alternative-email-as-from): Add docstring.  Remove
7097         the original From header if present.
7098
7099         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7100         (nnml-save-mail): Use it.
7101
7102         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7103         articles.  Add new argument `silent'.
7104         (gnus-uu-mark-all): Report the total number of marked articles.
7105
7106 2005-09-10  Romain Francoise  <romain@orebokech.com>
7107
7108         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7109         (gnus-uu-mark-series): Likewise.
7110
7111 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7112
7113         * spam-report.el (spam-report-gmane): Fix generation of spam
7114         report URL.
7115
7116 2005-09-10  Simon Josefsson  <jas@extundo.com>
7117
7118         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7119         t, based on discussion on the ding list with Robert Epprecht
7120         <epprecht@solnet.ch>.
7121
7122 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7123
7124         * spam-report.el (spam-report-gmane): Make it work without
7125         X-Report-Spam header.  Gmane now only provides Archived-At.
7126         This is only used if `spam-report-gmane-use-article-number' is nil.
7127         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7128
7129         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7130         make `gnus-summary-sort-by-recipient' work with threading.
7131
7132         * nnweb.el (nnweb-google-wash-article): Print a message if article
7133         is not available.
7134
7135 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7136
7137         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7138         change.  Decode text/* parts content before displaying.
7139
7140 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7141
7142         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7143
7144 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7147
7148         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7149         url-package-name, url-package-version,
7150         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7151         w3m-display-inline-images, and w3m-minor-mode-map.
7152
7153 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7154
7155         * message.el (message-tab-body-function): Fix mismatched custom type.
7156
7157         * gnus.el (gnus-group-change-level-function): Ditto.
7158
7159         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7160
7161         * gnus-art.el (gnus-signature-limit)
7162         (gnus-article-mime-part-function): Ditto.
7163
7164 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * mml.el (mml-mode): Silence the byte compiler.
7167
7168         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7169         using `(sit-for 0)' before moving the point to the specified part;
7170         skip unbuttonized parts.
7171         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7172         return to the summary window if gnus-auto-select-part is non-nil.
7173
7174 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7175
7176         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7177         variables.
7178         (mml-dnd-attach-file, mml-mode): Use them.
7179
7180         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7181         Make fetching article by MID work again for Google Groups.  Added
7182         FIXME concerning gnus-group-make-web-group.
7183
7184         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7185         Don't depend on Gnus by using mail-extract-address-components if
7186         gnus-extract-address-components is not bound.
7187
7188 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7189
7190         * gnus-art.el (gnus-mime-display-security): Don't display the
7191         signature, but only the signed part.
7192
7193 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7194
7195         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7196
7197         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7198         list, not listp.
7199
7200 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7201
7202         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7203         when encoding.
7204
7205         * mm-bodies.el (mm-decode-content-transfer-encoding):
7206         De-canonicalize CRLF for all text content types, not just
7207         text/plain.
7208
7209 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7212         valid article; point arrow and cursor at the MIME button.
7213
7214 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7217         Suggested by Dan Christensen <jdc@uwo.ca>.
7218
7219         * mm-decode.el (mm-save-part): Enable change of prompt.
7220
7221 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7222
7223         * gnus-msg.el (gnus-inews-add-send-actions): Made
7224         `message-post-method' lambda parameter ARG `&optional'.
7225
7226 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7227
7228         * gnus-sum.el (gnus-summary-mime-map): Added
7229         gnus-article-save-part-and-strip, gnus-article-delete-part and
7230         gnus-article-jump-to-part.
7231
7232         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7233         (gnus-article-edit-part): Use it.
7234         (gnus-article-part-wrapper): Added no-handle argument.
7235         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7236         functions.
7237
7238 2005-08-29  Romain Francoise  <romain@orebokech.com>
7239
7240         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7241         docstring.
7242         (gnus-face-from-file): Likewise.
7243
7244 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7245
7246         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7247         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7248         non-nil.
7249         (gnus-auto-select-part): New variable.
7250         (gnus-article-jump-to-part): New function.
7251         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7252         (gnus-mime-delete-part): Allow selecting specified part after
7253         deleting or stripping parts.
7254         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7255         part if argument is bogus.
7256
7257 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7258
7259         * gnus-art.el (w3m-minor-mode-map):
7260         * gnus-spec.el (gnus-newsrc-file-version):
7261         * gnus-util.el (nnmail-active-file-coding-system)
7262         (gnus-original-article-buffer, gnus-user-agent):
7263         * gnus.el (gnus-ham-process-destinations)
7264         (gnus-parameter-ham-marks-alist)
7265         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7266         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7267         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7268         * mm-decode.el (gnus-current-window-configuration):
7269         * mm-extern.el (gnus-article-mime-handles):
7270         * mm-url.el (url-current-object, url-package-name)
7271         (url-package-version):
7272         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7273         (smime-keys, w3m-cid-retrieve-function-alist)
7274         (w3m-current-buffer, w3m-display-inline-images)
7275         (w3m-minor-mode-map):
7276         * mml-smime.el (gnus-extract-address-components):
7277         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7278         (gnus-newsrc-hashtb, message-default-charset)
7279         (message-deletable-headers, message-options)
7280         (message-posting-charset, message-required-mail-headers)
7281         (message-required-news-headers):
7282         * mml1991.el (mc-pgp-always-sign):
7283         * mml2015.el (mc-pgp-always-sign):
7284         * nnheader.el (nnmail-extra-headers):
7285         * rfc1843.el (gnus-decode-encoded-word-function)
7286         (gnus-decode-header-function, gnus-newsgroup-name):
7287         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7288
7289 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7290
7291         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7292         the end of the date treatments.
7293
7294 2005-08-15  Simon Josefsson  <jas@extundo.com>
7295
7296         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7297         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7298         Capello and Romain Francoise.
7299         (pgg-fetch-key-function): Removed, not used?
7300         (pgg-insert-url-with-w3): Require url, to get
7301         url-insert-file-contents regardless of where it is defined.
7302
7303 2005-08-13  Romain Francoise  <romain@orebokech.com>
7304
7305         * message.el (message-cite-original-1): New function.
7306         (message-cite-original): Use it.
7307         (message-cite-original-without-signature): Ditto.
7308
7309 2005-08-08  Romain Francoise  <romain@orebokech.com>
7310
7311         * message.el (message-yank-empty-prefix): New variable.
7312         (message-indent-citation): Use it.
7313         (message-cite-original-without-signature): Respect X-No-Archive.
7314
7315 2005-08-08  Simon Josefsson  <jas@extundo.com>
7316
7317         * pgg.el: Autoload url-insert-file-contents instead of loading
7318         w3/url.
7319         (pgg-insert-url-with-w3): Don't load url here.
7320
7321 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7322
7323         * message.el (message-kill-to-signature): Don't insert newline at
7324         bol.
7325         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7326
7327 2005-08-06  Romain Francoise  <romain@orebokech.com>
7328
7329         * message.el (message-user-fqdn): Fix typo in docstring.
7330
7331 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7332
7333         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7334
7335         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7336
7337 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * mm-bodies.el (mm-encode-body): Use coding system rather than
7340         charset to encode text.
7341
7342         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7343         number of charsets if utf-8 is available (XEmacs).
7344
7345 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7346
7347         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7348         taken from `gnus-button-mid-or-mail-regexp'.
7349         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7350         (gnus-button-alist): Improve regexp for domain part of the MIDs
7351         for news:localpart@domain buttons.
7352         (gnus-button-ctan-directory-regexp): Update.
7353
7354 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * sieve-manage.el (sieve-manage-interactive-login): Use
7357         make-local-variable rather than make-variable-buffer-local.
7358         (sieve-manage-open): Ditto.
7359         (sieve-manage-authenticate): Ditto.
7360
7361         * mml.el (mml-generate-mime-1): Make the content type default to
7362         text/plain if the filename is not specified.
7363
7364 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7367         instead of insert-buffer.
7368
7369         * message.el (message-yank-original): Ditto; set the mark at the
7370         end of the yanked message.
7371
7372 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7375         lines to scroll rather than to stop it.
7376
7377         * mml.el (mml-generate-default-type): Add doc string.
7378         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7379         default to application/octet-stream when determining the content
7380         type if it is not specified for the part or the mml contents; add
7381         a comment about mml-generate-default-type.
7382
7383 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7384
7385         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7386         make it default to application/octet-stream when determining the
7387         content type if it is not specified for the external contents.
7388
7389 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7392         segmented parameter but also other parameters might be there.
7393
7394 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7395
7396         * mm-decode.el (mm-display-external): Delete temp file, directory
7397         and buffer immediately if the external process is exited.
7398
7399 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7402         fewer lines than that of scroll-margin.
7403         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7404
7405 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * gnus-art.el (gnus-article-next-page): Revert.
7408         (gnus-article-beginning-of-window): New macro.
7409         (gnus-article-next-page-1): Use it.
7410         (gnus-article-prev-page): Ditto.
7411         (gnus-article-edit-part): Use insert-buffer-substring instead of
7412         insert-buffer.
7413         (gnus-article-edit-exit): Ditto.
7414
7415         * gnus-util.el (gnus-beginning-of-window): Remove.
7416         (gnus-end-of-window): Remove.
7417
7418         * lpath.el: Don't bind header-line-format and scroll-margin.
7419
7420 2005-07-25  Simon Josefsson  <jas@extundo.com>
7421
7422         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7423         to have the url package without w3.  Reported by Daiki Ueno
7424         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7425
7426 2005-07-20  Didier Verna  <didier@xemacs.org>
7427
7428         * gnus-diary.el: Remove the description comment (nndiary is now
7429         properly documented in the Gnus manual).
7430         Fix the spelling of "Back End".
7431         * nndiary.el: Ditto.
7432         Fix the copyright notice.
7433
7434 2005-07-18  Romain Francoise  <romain@orebokech.com>
7435
7436         * gnus-sum.el (gnus-summary-to-prefix)
7437         (gnus-summary-newsgroup-prefix): New variables.
7438         (gnus-summary-from-or-to-or-newsgroups): Use them.
7439
7440 2005-07-17  Romain Francoise  <romain@orebokech.com>
7441
7442         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7443         space as it's generally not especially interesting to the user.
7444
7445 2005-07-16  Romain Francoise  <romain@orebokech.com>
7446
7447         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7448         nil to avoid prompting and file modification if one of the
7449         messages at the top of the nnfolder file contains a copyright
7450         notice.
7451         Update copyright notice.
7452
7453         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7454         instead of `current-time-string' as the latter creates a time
7455         string that is not RFC 2822 compliant (it lacks the zone).
7456         Update copyright notice.
7457
7458 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7459
7460         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7461         for text/rtf.  Display default in prompt.  Pass default for M-n.
7462
7463         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7464
7465 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7466
7467         * gnus-msg.el (gnus-button-mailto): Remove
7468         save-selected-window-window hackery because it relies on
7469         save-selected-window internals.
7470
7471 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7474         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7475         (gnus-article-prev-page): Ditto.
7476
7477         * gnus-util.el (gnus-beginning-of-window): New function.
7478         (gnus-end-of-window): New function.
7479
7480         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7481
7482 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7483
7484         * gnus-score.el (gnus-score-edit-all-score): Set
7485         gnus-score-edit-exit-function to gnus-score-edit-done and call
7486         gnus-message.
7487
7488 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7489
7490         * gnus-msg.el (gnus-button-mailto): Remove
7491         save-selected-window-window hackery because it relies on
7492         save-selected-window internals.
7493
7494 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7497         add-minor-mode.
7498         (gnus-binary-mode): Ditto.
7499
7500         * gnus-topic.el (gnus-topic-mode): Ditto.
7501
7502 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7503
7504         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7505         (gnus-article-prev-page): Take scroll-margin into consideration.
7506
7507 2005-07-04  Lute Kamstra  <lute@gnu.org>
7508
7509         Update FSF's address in GPL notices.
7510
7511 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7512
7513         * gnus.el (gnus-exit):
7514         * gnus-group.el (gnus-group-icons):
7515         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7516
7517         * gnus-nocem.el (gnus-nocem):
7518         * message.el (message-various, message-buffers, message-sending)
7519         (message-interface, message-forwarding, message-insertion)
7520         (message-headers, message-news, message-mail):
7521         * pgg-gpg.el (pgg-gpg):
7522         * pgg-parse.el (pgg-parse):
7523         * pgg-pgp.el (pgg-pgp):
7524         * pgg-pgp5.el (pgg-pgp5):
7525         * pop3.el (pop3): Finish `defgroup' description with period.
7526
7527 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * gnus-art.el (article-display-face): Improve the efficiency.
7530         (article-display-x-face): Ditto; remove grey x-face stuff.
7531
7532 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7533
7534         * gnus-art.el (article-display-face): Correct the position in
7535         which Faces are inserted.
7536
7537 2005-06-29  Didier Verna  <didier@xemacs.org>
7538
7539         * gnus-art.el (article-display-face): Display faces in correct
7540         order.
7541
7542 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7545         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7546         (gnus-nocem-check-article): Fetch the Type header.
7547         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7548         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7549         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7550         make sure gnus-nocem-hashtb is initialized.
7551         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7552         (gnus-nocem-unwanted-article-p): Ditto.
7553
7554         * pgg.el (pgg-verify): Return the verification result.
7555
7556 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7557
7558         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7559         is ascii.
7560
7561 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7562
7563         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7564         `show-nonbreak-escape'.
7565
7566 2005-06-23  Lute Kamstra  <lute@gnu.org>
7567
7568         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7569
7570         * dig.el (dig-mode):
7571         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7572
7573 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7574
7575         * nnimap.el (nnimap-split-download-body): Fix spellings.
7576
7577 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7578
7579         * gnus-art.el (gnus-article-encrypt-body):
7580         * gnus-cus.el (gnus-score-customize):
7581         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7582         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7583
7584 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7585
7586         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7587         header by looking for magic "MII" at the beginnig.
7588
7589 2005-06-16  Miles Bader  <miles@gnu.org>
7590
7591         * gnus-xmas.el (gnus-xmas-group-startup-message):
7592         Use renamed gnus-splash face.
7593
7594         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7595         (assistant-field-face): New backward-compatibility alias for renamed
7596         face.
7597         (assistant-render-text): Use renamed assistant-field face.
7598
7599         * spam.el (spam): Remove "-face" suffix from face name.
7600         (spam-face): New backward-compatibility alias for renamed face.
7601         (spam-face, spam-initialize): Use renamed spam face.
7602
7603         * message.el (message-header-to, message-header-cc)
7604         (message-header-subject, message-header-newsgroups)
7605         (message-header-other, message-header-name)
7606         (message-header-xheader, message-separator, message-cited-text)
7607         (message-mml): Remove "-face" suffix from face names.
7608         (message-header-to-face, message-header-cc-face)
7609         (message-header-subject-face, message-header-newsgroups-face)
7610         (message-header-other-face, message-header-name-face)
7611         (message-header-xheader-face, message-separator-face)
7612         (message-cited-text-face, message-mml-face):
7613         New backward-compatibility aliases for renamed faces.
7614         (message-font-lock-keywords): Use renamed message faces.
7615
7616         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7617         (sieve-test-commands, sieve-tagged-arguments):
7618         Remove "-face" suffix from face names.
7619         (sieve-control-commands-face, sieve-action-commands-face)
7620         (sieve-test-commands-face, sieve-tagged-arguments-face):
7621         New backward-compatibility aliases for renamed faces.
7622         (sieve-control-commands-face, sieve-action-commands-face)
7623         (sieve-test-commands-face, sieve-tagged-arguments-face):
7624         Use renamed sieve faces.
7625
7626         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7627         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7628         (gnus-group-news-3-empty, gnus-group-news-4)
7629         (gnus-group-news-4-empty, gnus-group-news-5)
7630         (gnus-group-news-5-empty, gnus-group-news-6)
7631         (gnus-group-news-6-empty, gnus-group-news-low)
7632         (gnus-group-news-low-empty, gnus-group-mail-1)
7633         (gnus-group-mail-1-empty, gnus-group-mail-2)
7634         (gnus-group-mail-2-empty, gnus-group-mail-3)
7635         (gnus-group-mail-3-empty, gnus-group-mail-low)
7636         (gnus-group-mail-low-empty, gnus-summary-selected)
7637         (gnus-summary-cancelled, gnus-summary-high-ticked)
7638         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7639         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7640         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7641         (gnus-summary-low-undownloaded)
7642         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7643         (gnus-summary-low-unread, gnus-summary-normal-unread)
7644         (gnus-summary-high-read, gnus-summary-low-read)
7645         (gnus-summary-normal-read, gnus-splash):
7646         Remove "-face" suffix from face names.
7647         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7648         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7649         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7650         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7651         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7652         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7653         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7654         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7655         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7656         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7657         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7658         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7659         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7660         (gnus-summary-normal-ticked-face)
7661         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7662         (gnus-summary-normal-ancient-face)
7663         (gnus-summary-high-undownloaded-face)
7664         (gnus-summary-low-undownloaded-face)
7665         (gnus-summary-normal-undownloaded-face)
7666         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7667         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7668         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7669         (gnus-splash-face):
7670         New backward-compatibility aliases for renamed faces.
7671         (gnus-group-startup-message): Use renamed gnus faces.
7672
7673         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7674         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7675         (gnus-server-agent): Remove "-face" suffix from face names.
7676         (gnus-server-agent-face, gnus-server-opened-face)
7677         (gnus-server-closed-face, gnus-server-denied-face)
7678         (gnus-server-offline-face):
7679         New backward-compatibility aliases for renamed faces.
7680         (gnus-server-agent-face, gnus-server-opened-face)
7681         (gnus-server-closed-face, gnus-server-denied-face)
7682         (gnus-server-offline-face): Use renamed gnus faces.
7683
7684         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7685         Remove "-face" suffix from face names.
7686         (gnus-picon-xbm-face, gnus-picon-face):
7687         New backward-compatibility aliases for renamed faces.
7688
7689         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7690         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7691         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7692         (gnus-cite-11): Remove "-face" suffix from face names.
7693         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7694         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7695         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7696         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7697         New backward-compatibility aliases for renamed faces.
7698         (gnus-cite-attribution-face, gnus-cite-face-list)
7699         (gnus-article-boring-faces): Use renamed gnus faces.
7700
7701         * gnus-art.el (gnus-signature, gnus-header-from)
7702         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7703         (gnus-header-content): Remove "-face" suffix from face names.
7704         (gnus-signature-face, gnus-header-from-face)
7705         (gnus-header-subject-face, gnus-header-newsgroups-face)
7706         (gnus-header-name-face, gnus-header-content-face):
7707         New backward-compatibility aliases for renamed faces.
7708         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7709
7710         * gnus-sum.el (gnus-summary-selected-face)
7711         (gnus-summary-highlight): Use renamed gnus faces.
7712         * gnus-group.el (gnus-group-highlight): Likewise.
7713
7714 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7715
7716         * gnus-sieve.el (gnus-sieve-article-add-rule):
7717         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7718         * spam-stat.el (spam-stat-buffer-change-to-spam)
7719         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7720
7721         * message.el (message-is-yours-p):
7722         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7723
7724 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * mm-view.el (mm-inline-text): Withdraw the last change.
7727
7728 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7729
7730         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7731         executing enriched-decode.
7732
7733 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7736         charset of tar files.
7737
7738 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
7739
7740         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7741
7742 2005-06-04  Lute Kamstra  <lute@gnu.org>
7743
7744         * nnfolder.el (nnfolder-read-folder): Make sure that undo
7745         information is never recorded.
7746
7747 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7748
7749         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7750
7751 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * pop3.el (pop3-apop): Run md5 in the binary mode.
7754
7755         * starttls.el (starttls-set-process-query-on-exit-flag):
7756         Use eval-and-compile.
7757
7758 2005-05-31  Simon Josefsson  <jas@extundo.com>
7759
7760         * smime.el (smime-replace-in-string): Define.
7761         (smime-cert-by-ldap-1): Use it.
7762
7763 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * gnus-art.el (article-display-x-face): Replace
7766         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7767
7768         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7769         set-process-query-on-exit-flag or process-kill-without-query.
7770
7771         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7772         loop instead of replace-regexp.
7773
7774         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7775         instead of process-kill-without-query if it is available.
7776
7777         * lpath.el: Fbind ldap-search-entries.
7778
7779         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7780         instead of find-file-hooks if it is available.
7781
7782         * mml1991.el: Bind pgg-default-user-id when compiling.
7783
7784         * mml2015.el: Bind pgg-default-user-id when compiling.
7785
7786         * nndraft.el (nndraft-request-associate-buffer):
7787         Use write-contents-functions instead of write-contents-hooks if it is
7788         available.
7789
7790         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7791         instead of find-file-hooks if it is available.
7792
7793         * nntp.el (nntp-open-connection): Replace
7794         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7795         (nntp-open-ssl-stream): Ditto.
7796         (nntp-open-tls-stream): Ditto.
7797
7798         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7799         set-process-query-on-exit-flag or process-kill-without-query.
7800         (starttls-open-stream-gnutls): Use it instead of
7801         process-kill-without-query.
7802         (starttls-open-stream): Ditto.
7803
7804 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
7805
7806         * smime.el (smime-cert-by-ldap-1): Don't use
7807         replace-regexp-in-string.
7808
7809 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
7810
7811         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7812
7813         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7814         in PEM format.  Adjust to the XEmacs compability.
7815
7816 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7817
7818         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7819         by `string-to-number'.
7820         * gnus-agent.el (gnus-agent-regenerate-group)
7821         (gnus-agent-fetch-articles): Ditto.
7822         * gnus-art.el (gnus-button-fetch-group): Ditto.
7823         * gnus-cache.el (gnus-cache-generate-active)
7824         (gnus-cache-articles-in-group): Ditto.
7825         * gnus-group.el (gnus-group-set-current-level)
7826         (gnus-group-insert-group-line): Ditto.
7827         * gnus-score.el (gnus-score-set-expunge-below)
7828         (gnus-score-set-mark-below, gnus-summary-score-effect)
7829         (gnus-summary-score-entry): Ditto.
7830         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7831         (gnus-soup-pack): Ditto.
7832         * gnus-spec.el (gnus-xmas-format): Ditto.
7833         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7834         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7835         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7836         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7837         * nndb.el (nndb-get-remote-expire-response): Ditto.
7838         * nndiary.el (nndiary-parse-schedule-value)
7839         (nndiary-string-to-number, nndiary-request-replace-article)
7840         (nndiary-request-article): Ditto.
7841         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7842         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7843         * nneething.el (nneething-make-head): Ditto.
7844         * nnfolder.el (nnfolder-request-article)
7845         (nnfolder-retrieve-headers): Ditto.
7846         * nnheader.el (nnheader-file-to-number): Ditto.
7847         * nnkiboze.el (nnkiboze-request-article): Ditto.
7848         * nnmail.el (nnmail-process-unix-mail-format)
7849         (nnmail-process-babyl-mail-format): Ditto.
7850         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7851         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7852         (nnmh-request-create-group, nnmh-request-list-1)
7853         (nnmh-request-group, nnmh-request-article): Ditto.
7854         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7855         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7856         * nnsoup.el (nnsoup-make-active): Ditto.
7857         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7858         * nntp.el (nntp-find-group-and-number)
7859         (nntp-retrieve-headers-with-xover): Ditto.
7860         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7861         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7862         (pgg-format-key-identifier): Ditto.
7863         * pop3.el (pop3-last, pop3-stat): Ditto.
7864         * qp.el (quoted-printable-decode-region): Ditto.
7865
7866         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7867         of concat.
7868
7869 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7872
7873         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7874
7875         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7876
7877         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7878
7879         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7880
7881         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7882
7883         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7884         (gnus-carpal-mode): Ditto.
7885
7886         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7887         (gnus-browse-mode): Ditto.
7888
7889         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7890
7891         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7892
7893 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7894
7895         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7896
7897 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * gnus-util.el (gnus-run-mode-hooks): New function.
7900
7901         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7902
7903         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
7904         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
7905
7906 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
7907
7908         * gnus-agent.el (gnus-agent-make-mode-line-string):
7909         Use mode-line-highlight as mouse-face.
7910
7911 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * canlock.el (canlock): Change the parent group to news.
7914
7915         * deuglify.el (gnus-outlook-deuglify): Add :group.
7916
7917         * dig.el (dig): Add :group.
7918
7919         * dns-mode.el (dns-mode): Add :group.
7920
7921         * encrypt.el (encrypt): Add :group.
7922
7923         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7924         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7925         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7926         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7927         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7928
7929         * gnus-diary.el (gnus-diary): Add :group.
7930
7931         * gnus.el (gnus-group-news-1-face): Add :group.
7932         (gnus-group-news-1-empty-face): Ditto.
7933         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7934         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7935         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7936         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7937         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7938         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7939         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7940         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7941         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7942         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7943         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7944         (gnus-summary-high-ticked-face): Ditto.
7945         (gnus-summary-low-ticked-face): Ditto.
7946         (gnus-summary-normal-ticked-face): Ditto.
7947         (gnus-summary-high-ancient-face): Ditto.
7948         (gnus-summary-low-ancient-face): Ditto.
7949         (gnus-summary-normal-ancient-face): Ditto.
7950         (gnus-summary-high-undownloaded-face): Ditto.
7951         (gnus-summary-low-undownloaded-face): Ditto.
7952         (gnus-summary-normal-undownloaded-face): Ditto.
7953         (gnus-summary-high-unread-face): Ditto.
7954         (gnus-summary-low-unread-face): Ditto.
7955         (gnus-summary-normal-unread-face): Ditto.
7956         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7957         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7958
7959         * hashcash.el (hashcash): New custom group.
7960         (hashcash-default-payment): Add :group.
7961         (hashcash-payment-alist): Ditto.
7962         (hashcash-default-accept-payment): Ditto.
7963         (hashcash-accept-resources): Ditto.
7964         (hashcash-path): Ditto.
7965         (hashcash-extra-generate-parameters): Ditto.
7966         (hashcash-double-spend-database): Ditto.
7967         (hashcash-in-news): Ditto.
7968
7969         * message.el (message-minibuffer-local-map): Add :group.
7970
7971         * netrc.el (netrc): Add :group.
7972
7973         * sieve-manage.el (sieve-manage-log): Add :group.
7974         (sieve-manage-default-user): Diito.
7975         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7976         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7977         (sieve-manage-authenticators): Ditto.
7978         (sieve-manage-authenticator-alist): Ditto.
7979         (sieve-manage-default-port): Ditto.
7980
7981         * sieve-mode.el (sieve-control-commands-face): Add :group.
7982         (sieve-action-commands-face): Ditto.
7983         (sieve-test-commands-face): Ditto.
7984         (sieve-tagged-arguments-face): Ditto.
7985
7986         * smime.el (smime): Add :group.
7987
7988         * spam-report.el (spam-report): Add :group.
7989
7990         * spam.el (spam, spam-face): Add :group.
7991
7992 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7993
7994         * nntp.el (nntp-next-result-arrived-p): Some news servers may
7995         return \n.\n.\n at the end of articles.  Protect against that.
7996         (nntp-with-open-group): Allow debugging.
7997
7998         * nnheader.el (mail-header-set-extra): Make into a function
7999         because I just could't understand how to quote the list properly.
8000
8001         * dns.el (query-dns-cached): New function.
8002
8003 2005-05-26  Lute Kamstra  <lute@gnu.org>
8004
8005         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8006
8007 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8010
8011         * gnus-art.el: Don't autoload mail-extract-address-components.
8012
8013         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8014         eval-and-compile to evaluate it.
8015
8016         * hashcash.el: Don't autoload executable-find.
8017
8018         * nndb.el: Don't declare the nndb back end two or more times; don't
8019         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8020
8021         * nntp.el: Autoload format-spec instead of format; use
8022         eval-and-compile to evaluate autoload forms.
8023
8024 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8025
8026         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8027
8028 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8029
8030         * gnus.el (gnus-version-number): Bump version.
8031
8032 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8033
8034         * gnus.el: No Gnus v0.3 is released.
8035
8036 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8037
8038         * lpath.el (featurep): Bind show-nonbreak-escape.
8039
8040 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * gnus-art.el (gnus-article-edit-part): Disable undo.
8043
8044 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8047         gnus-article-date-lapsed-new-header is t if date timer is active;
8048         skip headers in which the original date value is empty.
8049         (gnus-article-save-original-date): Redefine it as a macro.
8050         (gnus-display-mime): Use it.
8051
8052 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * gnus-art.el (article-date-ut): Support converting date in
8055         forwarded parts as well.
8056         (gnus-article-save-original-date): New function.
8057         (gnus-display-mime): Use it.
8058
8059 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8060
8061         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8062         enclosure element of <item>.
8063
8064 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8065
8066         * message.el (message-kill-buffer-query): Renamed from
8067         `message-kill-buffer-query-if-modified'.  Added :version.
8068
8069 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8072         window layout.
8073
8074 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * mml.el: Autoload dnd when compiling.
8077
8078 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8079
8080         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8081         x-dnd-*.
8082
8083 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * qp.el (quoted-printable-encode-region): Save excursion.
8086
8087 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8088
8089         * message.el (message-kill-buffer-query-if-modified): Add new variable
8090         so the user can kill a modified message buffer quickly.
8091         (message-kill-buffer): Use it.
8092
8093 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * lpath.el: Fbind display-time-event-handler; don't fbind
8096         string-to-multibyte.
8097
8098         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8099
8100 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8103         contained in text because xml.el decodes entities) with LFs.
8104
8105 2005-04-11  Lute Kamstra  <lute@gnu.org>
8106
8107         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8108         differently.
8109
8110 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8111
8112         * mm-util.el (mm-detect-coding-region): Typo.
8113
8114 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8115
8116         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8117
8118 2005-04-06  D Goel  <deego@gnufans.org>
8119
8120         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8121         user-function allow user modifications of the scores.
8122         (spam-stat-score-buffer-user): New function, to allow
8123         user-computed modifications to the score.
8124         (spam-stat-score-buffer-user-functions): List of additional
8125         scoring functions.
8126         (spam-stat-error-holder): Global temporary error holder.
8127         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8128         variable.
8129
8130 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8131
8132         * gnus-registry.el (gnus-registry-clean-empty-function)
8133         (gnus-registry-trim, gnus-registry-fetch-groups)
8134         (gnus-registry-delete-group): Groups that match
8135         `gnus-registry-ignored-groups' are removed from the registry
8136         entries, not just ignored for splitting.  This helps clean up the
8137         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8138         to get all the groups a message ID is in.
8139
8140         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8141         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8142         (spam-stat-score-buffer-user-functions): Add :number custom type.
8143
8144 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8147         argument in XEmacs.
8148
8149         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8150         (nnrss-request-group): Decode group name first.
8151         (nnrss-request-article): Make a text/plain article if mml-to-mime
8152         failed.
8153         (nnrss-get-encoding): Return a compatible encoding according to
8154         nnrss-compatible-encoding-alist.
8155         (nnrss-find-el): Use consp instead of listp.
8156         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8157
8158 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8161         which Emacs 20 doesn't support.
8162         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8163
8164 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8165
8166         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8167         silence the byte compiler inside the defun.
8168
8169         * gnus-demon.el (parse-time-string): Add autoload.
8170
8171         * gnus-delay.el (parse-time-string): Add autoload.
8172
8173         * gnus-art.el (parse-time-string): Add autoload.
8174
8175         * nnultimate.el (parse-time): Require for `parse-time-string'.
8176
8177 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8178
8179         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8180
8181         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8182
8183         * smime.el (smime-ldap-host-list): Add :version.
8184
8185 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8186
8187         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8188         pass it to `gnus-browse-read-group'.
8189         (gnus-browse-read-group): Add NUMBER argument and pass it to
8190         `gnus-group-read-ephemeral-group'.
8191
8192         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8193         argument and pass it to `gnus-group-read-group'.
8194
8195 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8196
8197         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8198         mm-xemacs-find-mime-charset-1 if we have the mule feature
8199         available at runtime.
8200
8201 2005-03-25  Werner Lemberg  <wl@gnu.org>
8202
8203         * nnmaildir.el: Replace `illegal' with `invalid'.
8204
8205 2005-03-23  Lute Kamstra  <lute@gnu.org>
8206
8207         * time-date.el: Add comment on time value formats.
8208         Don't require parse-time.
8209         (with-decoded-time-value): New macro.
8210         (encode-time-value): New function.
8211         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8212         (days-to-time): Return a valid time value when arg is huge.
8213         (time-since): Use time-subtract.
8214         (time-to-number-of-days): Use time-to-seconds.
8215
8216 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8217
8218         * gnus-start.el (gnus-display-time-event-handler):
8219         Check display-time-timer at runtime rather than only at load time
8220         in case display-time-mode is turned off in the mean time.
8221
8222 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8223
8224         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8225         used.
8226
8227         * nneething.el (nneething-map-file-directory): Derive from
8228         `gnus-directory'.
8229
8230         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8231         the To/Cc button.
8232
8233 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8234
8235         * nnmaildir.el (nnmaildir-request-accept-article):
8236         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8237
8238 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8239
8240         * gnus-async.el: Require timer-funcs at compile time when in
8241         XEmacs for `run-with-idle-timer'.
8242
8243 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8244
8245         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8246         autoloaded function.
8247
8248 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8249
8250         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8251
8252 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8253
8254         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8255
8256 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8257
8258         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8259         gnus-expert-user to default.
8260
8261 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8262
8263         * nnimap.el (nnimap-open-server): Ditto.
8264
8265         * imap.el (imap-authenticate): Fix typo.
8266
8267 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8268
8269         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8270         buffer (since IMAP server might return FETCH response out of
8271         order, and the nntp buffer must be sorted).
8272
8273 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8274
8275         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8276         comparison on string.
8277
8278         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8279         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8280         (gnus-agent-summary-fetch-series): Modified to protect against
8281         gnus-agent-summary-fetch-group clearing processable flags.
8282         (gnus-agent-synchronize-group-flags): Update live group buffer as
8283         synchronization may occur due to the user toggle the plugged
8284         status.
8285         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8286         successfully downloaded.
8287         (gnus-agent-expire-group-1): Avoid using markers when the overview
8288         is in ascending order; greatly improves performance.
8289         (gnus-agent-regenerate-group): Use
8290         gnus-agent-synchronize-group-flags to reset read status in both
8291         gnus and server.
8292         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8293
8294 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8295
8296         * message.el: Don't autoload former message-utils variables.
8297         (message-strip-subject-trailing-was): Change doc string.
8298
8299         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8300         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8301         (nnweb-google-search): Add "hl=en" here.
8302         (nnweb-google-parse-1, nnweb-google-create-mapping):
8303         Don't hardcode URL.
8304
8305 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8306
8307         * message.el (message-get-reply-headers, message-followup):
8308         Mention related variables `message-use-followup-to' and
8309         `message-use-mail-followup-to', in the information buffer.
8310
8311         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8312         of broken groups(-beta).google.com.
8313
8314 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8315
8316         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8317         parameter to invoked gnus-request-move-article; remove the
8318         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8319         all at once instead of once per article.
8320         (gnus-summary-remove-process-mark): Accept a list of articles as
8321         well as a single article for processing.
8322
8323         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8324         parameter.
8325
8326         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8327
8328         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8329
8330         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8331         parameter.
8332
8333         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8334         parameter.
8335
8336         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8337         parameter and remove the gnus-sum-hint-move-is-internal variable.
8338
8339         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8340         parameter.
8341
8342         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8343         parameter.
8344
8345         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8346         parameter.
8347
8348         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8349
8350         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8351         parameter.
8352
8353         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8354         parameter.
8355
8356 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8357
8358         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8359         a more conservative way.
8360
8361 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8362
8363         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8364         buffer, so it moves the window's cursor.
8365
8366 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8367
8368         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8369         `mm-dissect-multipart' and receive the from field as an (optional)
8370         argument from `mm-dissect-multipart'.
8371         (mm-dissect-multipart): Receive the from field as an argument and
8372         pass it on when we call `mm-dissect-buffer' on MIME parts.
8373         Fixes verification/decryption of signed/encrypted MIME parts.
8374
8375 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8376
8377         * gnus-sum.el (gnus-summary-move-article): Set
8378         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8379         whatever it calls (right now, only nnimap-request-move article
8380         respects it).
8381
8382         * nnimap.el (nnimap-request-move-article): When
8383         gnus-sum-hint-move-is-internal is set, don't do the extra
8384         nnimap-request-article.
8385
8386 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8387
8388         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8389
8390         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8391         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8392
8393         * gnus-sum.el (gnus-summary-caesar-message):
8394         Apply `gnus-treat-article' after rotation.
8395
8396         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8397         doc string.
8398
8399 2005-02-22  Simon Josefsson  <jas@extundo.com>
8400
8401         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8402         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8403         <arne@arnested.dk>.
8404         (encrypt): Add password-cache and password-cache-expiry as group
8405         members.
8406
8407 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8408
8409         * smime.el (smime-ldap-host-list): Doc fix.
8410         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8411         cache) password.
8412         (smime-sign-region): Use it.
8413         (smime-decrypt-region): Use it.
8414         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8415         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8416         fails.
8417         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8418         certificate from DER to PEM format rather than calling openssl.
8419
8420         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8421
8422         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8423         for signing/encryption.
8424
8425         * mml.el (mml-parse-1): Use them.
8426
8427 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8428
8429         * nnrss.el (nnrss-verbose): Removed.
8430         (nnrss-request-group): Use `nnheader-message' instead.
8431
8432 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8433
8434         * nnrss.el (nnrss-verbose): New variable.
8435         (nnrss-request-group): Make it say nnrss is requesting a group.
8436
8437 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8438
8439         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8440         Handle news URL with given port correctly.
8441
8442 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8445         containing special characters.
8446
8447         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8448
8449         * mml.el (mime-to-mml): Ditto.
8450
8451         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8452         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8453         (rfc2047-decode-region): Quote decoded words containing special
8454         characters when rfc2047-quote-decoded-words-containing-tspecials
8455         is non-nil.
8456
8457 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8458
8459         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8460
8461         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8462
8463 2005-02-15  Simon Josefsson  <jas@extundo.com>
8464
8465         * nnimap.el (nnimap-debug): Doc fix.
8466
8467         * imap.el (imap-debug): Doc fix.
8468
8469 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8472
8473 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8474
8475         * gnus.el (spam-contents): Improve docs for spam-contents
8476         parameter in its variable incarnation.
8477
8478 2005-02-14  Simon Josefsson  <jas@extundo.com>
8479
8480         * smime-ldap.el: Use require instead of load-library for ldap.
8481         (smime-ldap-search): Indent.
8482         (smime-ldap-search-internal): Shorten line.
8483
8484         * smime.el (smime-cert-by-dns): Add doc-string.
8485         (smime-cert-by-ldap-1): Indent.
8486
8487         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8488         mml-smime-get-dns-ldap.
8489         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8490
8491 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8492
8493         * smime.el: Require smime-ldap.
8494         (smime-ldap-host-list): New variable.
8495         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8496
8497         * mml-smime.el (mml-smime-encrypt-query): New function.
8498         (mml-smime-encrypt-query): Use it.
8499
8500         * smime-ldap.el: New file.
8501
8502 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8505
8506 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8507
8508         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8509         argument in doc string.  Make query for type more clear.
8510
8511 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8512
8513         * gnus.el (gnus-group-startup-message): Search for gnus images in
8514         etc/images/gnus.
8515         * mm-util.el (mm-image-load-path): Likewise.
8516         * smiley.el (smiley-data-directory): Search for smilies in
8517         etc/images/smilies.
8518
8519 2005-02-09  Kim F. Storm  <storm@cua.dk>
8520
8521         Change Emacs release version from 21.4 to 22.1 throughout.
8522         Change Emacs development version from 21.3.50 to 22.0.50.
8523
8524 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8527
8528         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8529         non-Mule XEmacs as well.
8530         (mm-decompress-buffer): Signal an error intentionally if it does
8531         not decompress compressed data because auto-compression-mode is
8532         disabled.
8533
8534 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8535
8536         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8537         an ID in the registry even if it has no groups.
8538
8539 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8542         merge it into mm-decompress-buffer.
8543         (gnus-mime-copy-part): Use the MIME part charset, the value which
8544         a user specified or gnus-newsgroup-charset for decoding, like
8545         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8546         save-buffer what was used.  Suggested by Kevin Ryde
8547         <user42@zip.com.au>.
8548         (gnus-mime-inline-part): Allow the name parameter as well as the
8549         filename parameter; force decompressing of compressed data; always
8550         display contents being not decoded as unibyte.
8551
8552         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8553         as well as the filename parameter.
8554
8555         * mm-util.el (mm-decompress-buffer): Merge
8556         gnus-mime-jka-compr-maybe-uncompress.
8557         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8558         of compressed data.
8559
8560 2005-02-08  Simon Josefsson  <jas@extundo.com>
8561
8562         * imap.el (imap-log): Doc fix.
8563
8564 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8567         the coding cookies; decompress compressed parts.
8568
8569         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8570         to the value which a user specified manually or the coding cookie.
8571
8572         * mm-util.el (mm-string-to-multibyte): New function.
8573         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8574         (mm-coding-system-to-mime-charset): New function.
8575         (mm-decompress-buffer): New function.
8576         (mm-find-buffer-file-coding-system): New function.
8577
8578         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8579         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8580         parts.
8581
8582 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8583
8584         * mm-view.el (mm-display-inline-fontify): Decode a part according
8585         to the charset parameter.
8586
8587 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8590         prefix arg is neither nil nor a number, as info specifies.
8591
8592 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8595         timestamps.
8596
8597 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8598
8599         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8600         groups error checking and notify user.
8601
8602 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8603
8604         * message.el (message-send-mail-function): Check existence of
8605         sendmail-program first before using default value
8606         `message-send-mail-with-sendmail'.  Otherwise use more generic
8607         `smtpmail-send-it'.
8608
8609 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8610
8611         * nntp.el (nntp-request-update-info): Always return nil.
8612
8613 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8614
8615         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8616
8617 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8618
8619         * message.el (message-beginning-of-line): Change the behavior when
8620         invoked between BOL and : so that it first moves backward.
8621
8622 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8625         article buffer when editing of the article is discarded.
8626         (gnus-article-prepare): Revert.
8627
8628 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * gnus-art.el (gnus-article-prepare):
8631         Remove message-strip-forbidden-properties from the local hook.
8632
8633 2005-01-27  Simon Josefsson  <jas@extundo.com>
8634
8635         * password.el (password-cache-add): Only start one timer per key.
8636         Reported by Derek Atkins <warlord@MIT.EDU>.
8637
8638 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8639
8640         * run-at-time.el: Removed.  It is no longer needed as
8641         timer-funcs.el in the xemacs-base package has a working version of
8642         `run-at-time'.
8643
8644         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
8645
8646         * password.el: Require timer-funcs instead of run-at-time in
8647         XEmacs.
8648         Remove `password-run-at-time' macro.
8649         (password-cache-add): Use `run-at-time' instead of
8650         `password-run-at-time'.
8651
8652         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
8653         Remove `nnheader-cancel-function-timers' alias,
8654         `cancel-function-timers' exists in XEmacs in timer-funcs.
8655
8656         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8657         for `run-with-idle-timer'.
8658
8659         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8660         for `run-at-time'.
8661
8662         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8663         for `with-timeout'.
8664
8665         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
8666         the same as for XEmacs 21.4.
8667         No need to ignore `run-with-idle-timer', this function exists in
8668         XEmacs now in timer-funcs.el in the xemacs-base package.
8669         (dgnushack-compile): No need to delete
8670         run-at-time.el from the list of files to compile because it
8671         doesn't exist anymore.
8672
8673 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8674
8675         * mml.el (mml-generate-mime-1): Convert string into unibyte when
8676         inserting " *mml*" buffer's contents into a unibyte temp buffer.
8677
8678 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
8679
8680         * mail-source.el (mail-source-fetch-imap): Search for ^From case
8681         sensitively.
8682
8683 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
8684
8685         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8686
8687 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8690         which will be inserted according to the multibyteness of a buffer
8691         rather than the type of contents.  Suggested by ARISAWA Akihiro
8692         <ari@mbf.ocn.ne.jp>.
8693
8694         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8695         of string which old xml.el may return rather than a string.
8696
8697 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8700
8701 2005-01-16  Simon Josefsson  <jas@extundo.com>
8702
8703         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8704         idn/idna.el isn't available.
8705         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
8706         <michael@waxrat.com>.
8707
8708         * hashcash.el: Remove non-FSF copyright header.
8709
8710         * hashcash.el (hashcash-extra-generate-parameters): New variable.
8711         (hashcash-generate-payment): Use it.
8712         (hashcash-generate-payment-async): Use it.
8713
8714 2005-01-15  Simon Josefsson  <jas@extundo.com>
8715
8716         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8717         Suggested by Raymond Scholz <ray-2005@zonix.de>.
8718
8719         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8720         gnus-summary-idna-message.
8721         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8722         (gnus-summary-idna-message): New function.
8723
8724 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8725
8726         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8727         gnus-novice-user.
8728
8729 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * nnrss.el (nnrss-request-delete-group): Delete entries in
8732         nnrss-group-alist as well.
8733         (nnrss-save-server-data): Insert newline.
8734
8735 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
8736
8737         * gnus.el (gnus-user-agent): Use list of symbols instead of
8738         symbols.  Display full version number for (S)XEmacs.  Optionally
8739         display (S)XEmacs codename.
8740
8741         * gnus-util.el (gnus-emacs-version): Update for new
8742         `gnus-user-agent'.
8743
8744         * gnus-msg.el (gnus-extended-version): Make it possible to omit
8745         Gnus version.
8746
8747 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8748
8749         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
8750         which is unreadable in some setups.
8751
8752 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * gnus-spec.el (gnus-update-format-specifications): Flush the
8755         group format spec cache if it doesn't support decoded group names.
8756
8757 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8758
8759         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8760         Allow to apply decay on score files matching a regexp.
8761
8762 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8765         compatibility in %g and %c.
8766
8767 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8770         name for only %g and %c.
8771         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8772         of gnus-tmp-group to decoded group name.
8773         (gnus-group-make-rss-group): Exclude `/'s from group names.
8774
8775 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * nnrss.el (nnrss-get-encoding): Fix regexp.
8778
8779 2004-12-27  Simon Josefsson  <jas@extundo.com>
8780
8781         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8782         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8783         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
8784
8785 2004-12-17  Kim F. Storm  <storm@cua.dk>
8786
8787         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8788
8789         * gnus-sum.el (gnus-summary-mode-map): Likewise.
8790
8791 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8792
8793         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8794
8795 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * nnrss.el: Require rfc2047 and mml.
8798         (nnrss-file-coding-system): New variable.
8799         (nnrss-format-string): Redefine it as an inline function.
8800         (nnrss-decode-group-name): New function.
8801         (nnrss-string-as-multibyte): Remove.
8802         (nnrss-retrieve-headers): Decode group name; don't use
8803         nnrss-format-string.
8804         (nnrss-request-group): Decode group name.
8805         (nnrss-request-article): Decode group name; allow a Message-ID as
8806         well as an article number; don't use nnrss-format-string; encode a
8807         Message-ID string which may contain non-ASCII characters; use
8808         mml-to-mime to compose a MIME article.
8809         (nnrss-request-expire-articles): Decode group name.
8810         (nnrss-request-delete-group): Decode group name.
8811         (nnrss-fetch): Clarify error message.
8812         (nnrss-read-server-data): Use insert-file-contents instead of load;
8813         bind file-name-coding-system; use multibyte buffer.
8814         (nnrss-save-server-data): Bind coding-system-for-write to the
8815         value of nnrss-file-coding-system; bind file-name-coding-system;
8816         add coding cookie.
8817         (nnrss-read-group-data): Use insert-file-contents instead of load;
8818         bind file-name-coding-system; use multibyte buffer.
8819         (nnrss-save-group-data): Bind coding-system-for-write to the
8820         value of nnrss-file-coding-system; bind file-name-coding-system.
8821         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8822         make it work with non-ASCII text.
8823         (nnrss-find-el): Make it work with old xml.el as well.
8824
8825 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8826
8827         * nnrss.el (nnrss-get-encoding): New function.
8828         (nnrss-fetch): Use unibyte buffer initially; bind
8829         coding-system-for-read while performing mm-url-insert; remove ^Ms;
8830         decode contents according to the encoding attribute.
8831         (nnrss-save-group-data): Add coding cookie.
8832         (nnrss-mime-encode-string): New function.
8833         (nnrss-check-group): Use it to encode subject and author.
8834
8835 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
8836
8837         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8838         imaginary variable.
8839
8840 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8843         correctly even if there are wide characters.
8844
8845 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8846
8847         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8848         downcased symbol names; make a new cache instead of reusing
8849         bbdb-hashtable.
8850
8851 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8852
8853         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8854         concatenating segments rather than before concatenating them.
8855         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8856
8857         * message.el (message-get-reply-headers): Bind `extra'.
8858
8859 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8860
8861         * message.el (message-extra-wide-headers): New variable.
8862         (message-get-reply-headers): Use it.
8863
8864 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * gnus-agent.el (gnus-agent-group-path): Decode group name.
8867         (gnus-agent-group-pathname): Ditto.
8868
8869         * gnus-cache.el (gnus-cache-file-name): Decode group name.
8870
8871         * gnus-group.el (gnus-group-make-group): Decode group name.
8872         (gnus-group-make-rss-group): Register the group data after opening
8873         the nnrss group.
8874
8875 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
8876
8877         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8878         by expiry now get marked as read.
8879
8880 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8883
8884 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
8885
8886         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8887         unify Latin characters in XEmacs.
8888         (mm-find-mime-charset-region): Use it.
8889
8890 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * gnus-util.el (gnus-delete-directory): New function.
8893
8894         * gnus-agent.el (gnus-agent-delete-group): Use it.
8895
8896         * gnus-cache.el (gnus-cache-delete-group): Use it.
8897
8898 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8901         names.
8902
8903 2004-12-16  Simon Josefsson  <jas@extundo.com>
8904
8905         * hashcash.el (hashcash-payment-alist): Fix custom :type.
8906
8907 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8910
8911         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8912         (gnus-group-set-current-level): Decode group name.
8913
8914 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
8915
8916         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8917         failed.
8918
8919 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * gnus-group.el (gnus-group-delete-group): Decode group name.
8922         (gnus-group-make-rss-group): Encode group name.
8923         (gnus-group-catchup-current): Decode group name.
8924         (gnus-group-kill-group): Decode group name.
8925
8926 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8927
8928         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8929
8930 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * gnus-group.el (gnus-group-make-rss-group):
8933         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8934
8935         * gnus-start.el (gnus-setup-news): Honor user's setting to
8936         gnus-message-archive-method.  Suggested by Lute Kamstra
8937         <lute@gnu.org>.
8938
8939 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
8940
8941         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8942         global counterparts of the buffer-local variables.
8943
8944 2004-11-16  Romain Francoise  <romain@orebokech.com>
8945
8946         * gnus-sum.el (gnus-summary-exit): Don't clear the global
8947         counterparts of the buffer-local variables.
8948
8949 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * message.el (message-forbidden-properties): Fixed typo in doc
8952         string.
8953
8954 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8955
8956         * gnus-util.el (gnus-replace-in-string): Added doc string.
8957
8958         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8959         to avoid problems when splitting mails with many recipients.
8960
8961 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8962
8963         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8964         pop-to-buffer, covered by the subsequent gnus-configure-windows.
8965
8966 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
8967
8968         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8969         if there is no hashtable in memory or file modification time is
8970         newer than cached timestamp.
8971
8972 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8973
8974         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8975         not-matching option.
8976
8977 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
8978
8979         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8980         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8981         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8982         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8983         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
8984         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8985
8986 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * message.el (message-forward-make-body-mml): Remove headers
8989         according to message-forward-ignored-headers if a message is decoded.
8990
8991 2004-12-02  Romain Francoise  <romain@orebokech.com>
8992
8993         * message.el (message-forward-make-body-plain): Always remove
8994         headers according to message-forward-ignored-headers.
8995
8996 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8997
8998         * spam.el (spam-summary-prepare-exit): Remove the
8999         gnus-summary-limit pop for now, it has problems with ham marks for
9000         me.
9001
9002 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9003
9004         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9005         correctly.
9006
9007 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9008
9009         * format-spec.el (format-spec): Message the char.
9010
9011 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9012
9013         * gnus-art.el (gnus-split-methods): Reformat comments.
9014
9015         * spam.el (spam-summary-prepare-exit): Remove article limits
9016         before exiting the summary buffer.
9017
9018 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9021         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9022
9023         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9024         order to silence the byte compiler.
9025
9026         * spam.el: Fix the way to silence the byte compiler, which
9027         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9028         bbdb-search-simple, spam-BBDB-register-routine,
9029         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9030         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9031         spam-stat-buffer-is-spam, spam-stat-load,
9032         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9033         spam-stat-save and spam-stat-split-fancy.
9034
9035 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9038         which may confuse users.
9039         (canlock-password-for-verify): Ditto.
9040
9041         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9042
9043         * gnus-art.el (gnus-emphasis-alist): Ditto.
9044
9045         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9046
9047         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9048
9049         * gnus-start.el (gnus-save-killed-list): Ditto.
9050
9051         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9052         (gnus-sum-thread-tree-root): Ditto.
9053         (gnus-sum-thread-tree-false-root): Ditto.
9054         (gnus-sum-thread-tree-single-indent): Ditto.
9055
9056         * message.el (message-courtesy-message): Ditto.
9057         (message-archive-note): Ditto.
9058         (message-subscribed-address-file): Ditto.
9059         (message-user-fqdn): Ditto.
9060
9061         * spam-report.el (spam-report-gmane-regex): Ditto.
9062
9063         * spam.el (spam-blackhole-good-server-regex): Ditto.
9064
9065 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * mml.el (mml-preview): Widen the message buffer before copying
9068         the contents to the preview buffer; sort headers before previewing.
9069
9070         * message.el (message-hidden-headers): Fix the way to avoid a bug
9071         in the `repeat' widget in Emacs 21.3 or earlier.
9072
9073 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * message.el (message-hidden-headers): Default to "^References:".
9076         Improve customization type.  Suggested by Reiner Steib
9077         <Reiner.Steib@gmx.de>.
9078
9079 2004-11-25  Romain Francoise  <romain@orebokech.com>
9080
9081         * message.el (message-strip-forbidden-properties): Remove check for
9082         obsolete `message-hidden' text property, hidden headers are not
9083         accessible in the buffer anymore.
9084
9085 2004-11-22  Romain Francoise  <romain@orebokech.com>
9086
9087         * message.el (message-header-format-alist): Add `From' in list
9088         so that it can be sorted.
9089         (message-fix-before-sending): Widen and sort headers before
9090         sending.
9091         (message-hide-headers): Use narrowing to hide headers by moving
9092         them to the top of the buffer and narrowing to the region
9093         underneath.
9094
9095 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9096
9097         * message.el (message-strip-forbidden-properties): Bind
9098         buffer-read-only (etc) to nil.
9099
9100 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9103         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9104
9105 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9106
9107         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9108
9109 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9110
9111         * dns.el (query-dns): Use sit-for to time instead of
9112         accept-process-output, since that doesn't seem to work on udp
9113         sockets.
9114
9115 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9118
9119 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9120
9121         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9122         doc string.  Improve doc string.
9123
9124 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * nntp.el (nntp-request-update-info): Return nil if
9127         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9128         may not call gnus-activate-group which uselessly issues the GROUP
9129         commands for all nntp groups and wastes time.  Reported by Romain
9130         Francoise <romain@orebokech.com>.
9131
9132         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9133
9134 2004-11-15  Simon Josefsson  <jas@extundo.com>
9135
9136         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9137         headers separately.
9138         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9139         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9140
9141 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9142
9143         * gnus-start.el (gnus-convert-old-newsrc):
9144         Assign legacy-gnus-agent to 5.10.7.
9145
9146 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9147
9148         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9149         start of the lines.
9150
9151 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9152
9153         * hashcash.el (hashcash-default-payment): Change default to 20
9154         (hashcash-default-accept-payment): Change default to 20
9155         (hashcash-process-alist): New variable
9156         (hashcash-generate-payment-async): Add
9157         (hashcash-already-paid-p): Add
9158         (hashcash-insert-payment): Don't generate payments twice
9159         (hashcash-insert-payment-async): Add
9160         (hashcash-insert-payment-async-2): Add
9161         (hashcash-cancel-async): Add
9162         (hashcash-wait-async): Add
9163         (hashcash-processes-running-p): Add
9164         (hashcash-wait-or-cancel): Add
9165         (mail-add-payment): New optional argument.  Conditionally start
9166         asynchronous calculation.
9167         (mail-add-payment-async): Add
9168
9169         * message.el (message-send-mail): Wait for asynchronous hashcash
9170         results.  Don't clobber existing X-Hashcash headers.
9171         (message-setup-1): Call mail-add-payment-async when
9172         message-generate-hashcash is non-nil.
9173
9174 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9175
9176         * message.el (message-use-alternative-email-as-from): Examine the
9177         From header as well; use message-make-from in order to include a
9178         user's full name.
9179
9180 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9183         default; improve customization type.
9184         (gnus-emphasis-custom-with-format): New macro.
9185         (gnus-emphasis-custom-value-to-external): New function.
9186         (gnus-emphasis-custom-value-to-internal): New function.
9187
9188 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9189
9190         * dns.el (query-dns): Resolve reverse addresses.
9191
9192 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9193
9194         * gnus-group.el (gnus-group-get-new-news): Use it.
9195
9196         * gnus-start.el (gnus-check-reasonable-setup): New function.
9197
9198 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9201         "Args out of range" error.  Reported by Arnaud Giersch
9202         <arnaud.giersch@free.fr>.
9203
9204 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9205
9206         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9207
9208 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9209
9210         * spam.el (spam group): Add :version.
9211
9212         * pgg-def.el (pgg group): Add :version.
9213
9214 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * gnus-art.el (gnus-article-edit-article): Don't associate the
9217         article buffer with a draft file.  This is a temporary measure
9218         against the 2004-08-22 change to gnus-article-edit-mode.
9219
9220 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9223         (html2text-format-tags): Remove unused variable `attr'.
9224
9225 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9228
9229         * tls.el (tls-process-connection-type, tls-success)
9230         (tls-certtool-program): Add :version.
9231
9232         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9233         (starttls-extra-arguments, starttls-process-connection-type)
9234         (starttls-connect, starttls-failure, starttls-success):
9235
9236         * spam-stat.el (spam-stat): Add :version.
9237
9238         * sieve.el (sieve): Add :version.
9239
9240         * sha1.el (sha1): Add :version.
9241         (sha1-use-external): Remove redundant version.
9242
9243         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9244         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9245         (nnmail-split-fancy-match-partial-words)
9246         (nnmail-split-lowercase-expanded): Add :version.
9247
9248         * nndiary.el (nndiary): Add :version.
9249
9250         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9251
9252         * mml-sec.el (mml-default-sign-method)
9253         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9254         Add :version.
9255
9256         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9257
9258         * mm-url.el (mm-url-use-external, mm-url-program)
9259         (mm-url-arguments): Add :version.
9260
9261         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9262         (mm-attachment-file-modes, mm-decrypt-option)
9263         (mm-w3m-safe-url-regexp): Add :version.
9264
9265         * message.el (message-cite-prefix-regexp)
9266         (message-sendmail-envelope-from, message-minibuffer-local-map)
9267         (message-user-fqdn, message-completion-alist): Add :version.
9268
9269         * gnus-win.el (gnus-configure-windows-hook)
9270         (gnus-use-frames-on-any-display): Add :version.
9271
9272         * gnus-art.el (gnus-article-address-banner-alist)
9273         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9274         (gnus-treat-from-picon, gnus-treat-mail-picon)
9275         (gnus-treat-x-pgp-sig): Add :version.
9276
9277         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9278         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9279         (gnus-summary-article-delete-hook)
9280         (gnus-summary-display-while-building): Add :version.
9281
9282         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9283         (gnus-get-top-new-news-hook):Add :version.
9284
9285         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9286         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9287
9288         * gnus-registry.el (gnus-registry): Add :version.
9289
9290         * gnus-spec.el (gnus-use-correct-string-widths)
9291         (gnus-make-format-preserve-properties): Add :version.
9292
9293         * gnus.el (gnus-group-charter-alist)
9294         (gnus-group-fetch-control-use-browse-url)
9295         (gnus-install-group-spam-parameters): Add :version.
9296
9297         * gnus-diary.el (gnus-diary): Add :version.
9298
9299         * gnus-delay.el (gnus-delay): Add :version.
9300
9301         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9302         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9303         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9304         Add :version.
9305
9306         * gnus-agent.el (gnus-agent-max-fetch-size)
9307         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9308         (gnus-agent-prompt-send-queue): Add :version.
9309
9310         * deuglify.el (gnus-outlook-deuglify): Add :version.
9311
9312         * html2text.el: Beautify code.  Improve doc strings.  Some
9313         checkdoc cleanup.
9314         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9315
9316 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9317
9318         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9319
9320 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9321
9322         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9323         when package is loaded.
9324
9325         * spam.el (spam-summary-score-preferred-header): Add global preference
9326         for people who want to override the default SpamAssassin over
9327         Bogofilter preference (when both are set).
9328         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9329         (spam-user-format-function-S): Check
9330         spam-summary-score-preferred-header.
9331         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9332         (spam-user-format-function-S): Format the score correctly.
9333
9334 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9337         signature file.  Suggested by Manoj Srivastava
9338         <srivasta@golden-gryphon.com>.
9339
9340         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9341         iso-2022-jp even in the Japanese language environment.
9342         Suggested by Jason Rumney <jasonr@gnu.org>.
9343
9344 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9347         use the same characters as the dummy marks; make it free from
9348         getting affected by the language environment.
9349         (gnus-summary-read-group-1): Update mark positions only when the
9350         format spec is updated.
9351
9352         * gnus-spec.el (gnus-update-format-specifications): Return a list
9353         of updated types.
9354
9355 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9358         of boundp to check if display-warning is available.
9359
9360 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9361
9362         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9363
9364 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * nnspool.el (nnspool-spool-directory): Use news-path if the
9367         news-directory variable is not bound.
9368
9369         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9370         function instead of display-warning if it is not available.
9371
9372 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9375         v5-10: Use `point-at-bol'.
9376
9377 2004-10-26  Simon Josefsson  <jas@extundo.com>
9378
9379         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9380         <chenggao@gmail.com>.
9381
9382 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9383
9384         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9385         instead.
9386
9387 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9388
9389         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9390         to remove a server from the nnimap-server-buffer-alist.
9391         (nnimap-open-connection, nnimap-close-server): Use it.
9392
9393         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9394
9395 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9398         running the major-mode function.
9399
9400 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9403         dummy marks in the right way.
9404
9405 2004-10-18  David Edmondson  <dme@dme.org>
9406
9407         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9408         excessively.
9409
9410 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9411
9412         * gnus-util.el (gnus-split-references): Accept a nil references
9413         string and go on blissfully.
9414
9415         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9416         cases where the references string is non-nil but has no references.
9417
9418         * encrypt.el: Add autoload tags.
9419
9420         * spam.el (spam-resolve-registrations-routine): Remove article
9421         from unregistration list too.  Reported by David Hanak
9422         <dhanak@isis.vanderbilt.edu>
9423
9424 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9427         nil.  Changed custom type.
9428
9429 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9430
9431         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9432
9433         * gnus-sum.el (gnus-summary-move-article): Use it.
9434
9435 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9436
9437         * encrypt.el: Add autoload cookies.
9438
9439         * spam.el (spam-backend-article-list-property)
9440         (spam-backend-get-article-todo-list)
9441         (spam-backend-put-article-todo-list, )
9442         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9443         Resolve registrations separately.
9444         (spam-register-routine): Format comments.
9445         (spam-unregister-routine, spam-register-routine): Always call with
9446         specific-articles, no default list.
9447         (spam-summary-prepare-exit): Use the spam-classifications function.
9448
9449         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9450         gnus-encrypt.el.
9451
9452         * encrypt.el: Copied from gnus-encrypt.el.
9453
9454         * gnus-encrypt.el: Commented that it's obsolete.
9455
9456 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9457
9458         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9459         (gnus-score-save): Use it.
9460
9461         * message.el (message-bury): Use `window-dedicated-p'.
9462
9463 2004-10-15  Simon Josefsson  <jas@extundo.com>
9464
9465         * pop3.el (top-level): Don't require nnheader.
9466         (pop3-read-timeout): Add.
9467         (pop3-accept-process-output): Add.
9468         (pop3-read-response, pop3-retr): Use it.
9469
9470 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9471
9472         * spam.el (spam-register-routine): Move comment.
9473         (spam-verify-bogofilter): Use 'unknown for the initial
9474         spam-bogofilter-valid state, not 'never.
9475
9476         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9477         for netrc-machine.
9478
9479         * nnimap.el (nnimap-open-connection): Use
9480         netrc-machine-user-or-password.
9481
9482 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9483
9484         * gnus-registry.el (gnus-registry-unload-hook):
9485         Set as a variable with add-hook.
9486
9487         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9488         of news-path.
9489
9490         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9491
9492         * spam.el: Delete duplicate `provide'.
9493         (spam-unload-hook): Set as a variable with add-hook.
9494
9495 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9496
9497         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9498         in the doc string.
9499
9500         * message.el (message-ignored-news-headers)
9501         (message-ignored-supersedes-headers)
9502         (message-ignored-resent-headers)
9503         (message-forward-ignored-headers): Improve custom type.
9504
9505 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * message.el (message-tokenize-header): Fix 2004-09-06 change
9508         which used point-min in the wrong place.
9509
9510 2004-10-12  Simon Josefsson  <jas@extundo.com>
9511
9512         * tls.el (tls-certtool-program): New variable.
9513         (tls-certificate-information): New function, based on
9514         ssl-certificate-information.
9515
9516 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * compface.el: Move the version of ELisp-based uncompface program
9519         to the contrib directory because of the copyright problem.
9520
9521 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * message.el (message-kill-buffer): Raise the current frame.
9524
9525 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9526
9527         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9528
9529         * gnus.el (message-y-or-n-p): Autoload.
9530
9531         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9532         (pop3-password-required, pop3-authentication-scheme)
9533         (pop3-leave-mail-on-server): Made customizable.
9534         (pop3): New custom group.
9535         (pop3-retr): Remove `sleep-for' statements.
9536         Suggested by Dave Love <fx@gnu.org>.
9537
9538         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9539         Windows/DOS.
9540
9541         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9542         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9543         Dave Love <fx@gnu.org>.
9544
9545         * mml.el (mml-minibuffer-read-disposition): Require match.
9546         Suggested by Dave Love <fx@gnu.org>.
9547
9548 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9549
9550         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9551         doc string.
9552
9553 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9556
9557 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9558
9559         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9560         instead of calling `mm-insert-inline', to decode text/* parts
9561         before displaying them.
9562
9563 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * mm-uu.el (mm-uu-text-plain-type): New variable.
9566         (mm-uu-pgp-signed-extract-1): Use it.
9567         (mm-uu-pgp-encrypted-extract-1): Use it.
9568         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9569         bind mm-uu-text-plain-type with that value.
9570         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9571         mm-uu-dissect.
9572
9573 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9574
9575         * gnus-group.el (gnus-update-group-mark-positions):
9576         * gnus-sum.el (gnus-update-summary-mark-positions):
9577         * message.el (message-check-news-body-syntax):
9578         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9579         of string-as-multibyte.
9580
9581 2004-10-05  Juri Linkov  <juri@jurta.org>
9582
9583         * gnus-group.el (gnus-update-group-mark-positions):
9584         * gnus-sum.el (gnus-update-summary-mark-positions):
9585         * message.el (message-check-news-body-syntax):
9586         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9587         8-bit unibyte values to a multibyte string for search functions.
9588
9589 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9592         (mm-uu-dissect-text-parts): New function.
9593
9594         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9595         dissect text parts.
9596
9597         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9598         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9599
9600         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9601
9602         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9603         gnus-current-topics instead of gnus-current-topic.
9604
9605 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9606
9607         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9608
9609 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9610
9611         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9612         where approriate.
9613
9614         * nnml.el (nnml-generate-active-info): do.
9615
9616         * nndiary.el (nndiary-generate-active-info): do.
9617
9618         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9619         (gnus-topic-move): do.
9620
9621         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9622         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9623
9624         * gnus-srvr.el (gnus-server-prepare)
9625         (gnus-server-open-all-servers): do.
9626
9627         * gnus-msg.el (gnus-summary-cancel-article)
9628         (gnus-summary-resend-message)
9629         (gnus-summary-mail-crosspost-complaint): do.
9630
9631         * gnus-move.el (gnus-change-server): do.
9632
9633         * gnus-group.el (gnus-group-unmark-all-groups)
9634         (gnus-group-set-current-level): do.
9635
9636 2004-10-04  Simon Josefsson  <jas@extundo.com>
9637
9638         * message.el (message-generate-hashcash): Doc fix.
9639
9640 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9641
9642         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9643         avoid infinite recursion via gnus-get-function.
9644
9645 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9646
9647         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9648
9649         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9650
9651         * nnmail.el (nnmail-split-history): do.
9652
9653         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9654         (nnml-request-delete-group): do.
9655
9656         * nnslashdot.el (nnslashdot-read-groups): do.
9657
9658         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9659         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9660
9661         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9662         (nnspool-sift-nov-with-sed): Use last
9663         (nnspool-retrieve-headers-with-nov): Use mapc.
9664         (nnspool-request-newgroups): Use dolist.
9665         (nnspool-request-group): Use last.
9666
9667         * nntp.el (nntp-read-server-type): Use dolist.
9668
9669         * nnvirtual.el (nnvirtual-create-mapping)
9670         (nnvirtual-update-read-and-marked): Use dolist.
9671         (nnvirtual-convert-headers): Simplify.
9672
9673 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9674
9675         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9676         support for sync'ing tick marks.
9677
9678 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9681         there's no visible header.
9682
9683 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9684
9685         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9686         necessary, pass full group name to gnus-request-set-marks.
9687
9688 2004-10-01  Simon Josefsson  <jas@extundo.com>
9689
9690         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
9691         acroread.
9692
9693 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9694
9695         * spam-report.el (spam-report-gmane): Fix interactive.
9696
9697         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9698
9699         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9700         when writing file.
9701         (gnus-agent-synchronize-flags): Don't default to being
9702         interactive.
9703
9704 2004-09-30  Simon Josefsson  <jas@extundo.com>
9705
9706         * message.el (message-generate-hashcash): Add.
9707         (message-send-mail): Use it, call mail-add-payment.
9708
9709 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9710
9711         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9712
9713 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
9714
9715         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9716         gnus-requst-update-info with explicit code to sync the in-memory
9717         info read flags with the marks being sync'd to the backend.
9718
9719         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9720
9721 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9722
9723         * spam.el (spam-verify-bogofilter): Add new function.
9724         (spam-check-bogofilter)
9725         (spam-bogofilter-register-with-bogofilter): Use it.
9726         (spam-verify-bogofilter): Add small fixes.
9727
9728 2004-09-28  Simon Josefsson  <jas@extundo.com>
9729
9730         * hashcash.el (hashcash-generate-payment): Revert.
9731
9732 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9733
9734         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9735         gnus-extract-references instead of gnus-split-references.
9736
9737         * gnus-util.el (gnus-extract-references): Add new function, analogous
9738         to gnus-split-references but extracts only the message-ID without
9739         anything extra.
9740
9741         * hashcash.el (hashcash-generate-payment)
9742         (hashcash-check-payment): Do the right thing if hashcash-path is
9743         nil (because the hashcash program could not be found).
9744
9745         * spam.el (spam-use-hashcash): Remove comment.
9746
9747 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
9748
9749         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9750         (gnus-cache-enter-article, gnus-cache-remove-article)
9751         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9752
9753         * gnus-async.el (gnus-async-prefetch-remove-group): do.
9754
9755         * gnus-art.el (article-hide-boring-headers)
9756         (article-translate-strings, article-display-face)
9757         (gnus-article-mime-match-handle-first)
9758         (gnus-article-highlight-headers)
9759         (gnus-article-add-buttons-to-head): do.
9760
9761 2004-09-27  Simon Josefsson  <jas@extundo.com>
9762
9763         * hashcash.el: New version, from
9764         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
9765         ../contrib/.
9766
9767 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9770
9771 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
9772
9773         * gnus-dup.el (gnus-dup-open): Use mapc.
9774         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9775
9776         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9777         Reported by Stefan Wiens <s.wi@gmx.net>.
9778
9779         * gnus.el (gnus-shutdown): Use dolist.
9780
9781         * gnus-undo.el (gnus-undo): Use mapc.
9782
9783         * nnrss.el (nnrss-generate-active): do.
9784
9785         * message.el (message-cite-original-without-signature)
9786         (message-cite-original): Use mapc.
9787         (message-do-actions, message-make-forward-subject): Use dolist.
9788
9789 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9790
9791         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9792         deletion to remove entire duplicate line.  Fixes merged article
9793         number bug.
9794
9795 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9796
9797         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9798         servers that are offline.  Avoids having gnus-agent-toggle-plugged
9799         first ask if you want to open a server and then, even when you
9800         responded with no, asking if you want to synchronize the server's
9801         flags.
9802         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9803         multi-line expressions.
9804         (gnus-agent-synchronize-group-flags): New internal function.
9805         Updates marks in memory (in the info structure) AND in the
9806         backend.
9807
9808         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9809
9810         * nnagent.el (nnagent-request-set-mark): Use
9811         gnus-agent-synchronize-group-flags, not backend's request-set-mark
9812         method, to ensure that synchronization updates marks in the
9813         backend and in the info (in memory) structure.
9814
9815 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9816
9817         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9818         convention fully; don't miss the root article of a thread; make
9819         the X-Draft-From header with correct article numbers.
9820
9821 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
9822
9823         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9824         unless plugged.  Disable the agent so that an open failure causes
9825         an error.
9826
9827         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9828         Reverted 2004-09-21 change.  The backend must be opened while
9829         synchronizing flags even when the backend stores the flags
9830         locally.
9831
9832 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
9833
9834         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9835         in `header' match.  Reported by Svend Tollak Munkejord.
9836
9837         * message.el (message-cite-original): Fix use of
9838         `message-cite-articles-with-x-no-archive'.
9839
9840 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9843         (gnus-window-to-buffer): Ditto.
9844
9845         * mml.el (mml-preview-buffer): New variable.
9846         (mml-preview): Manage window layout with gnus-buffer-configuration.
9847
9848         * gnus-msg.el (gnus-setup-message): Put article numbers into the
9849         X-Draft-From header even if those articles aren't quoted.
9850
9851 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
9852
9853         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9854         (gnus-request-set-mark, gnus-request-update-mark): Use new
9855         g-s-t-u-l-m to decide to use backend even when unplugged.
9856
9857 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9860         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
9861
9862 2004-09-20  Simon Josefsson  <jas@extundo.com>
9863
9864         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9865         "utf-16-le".
9866
9867 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9868
9869         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9870
9871 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9872
9873         * uudecode.el (uudecode-use-external): Add :version.
9874
9875         * smime.el (smime-CA-file, smime-encrypt-cipher)
9876         (smime-dns-server): Add :version.
9877
9878         * smiley.el (gnus-smiley-file-types): Add :version.
9879
9880         * sha1.el (sha1-use-external): Add :version.
9881
9882         * pgg-def.el (pgg-query-keyserver): Add :version.
9883
9884         * nnmail.el (nnmail-fancy-expiry-targets)
9885         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9886         Add :version.
9887
9888         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9889         (nnimap-retrieve-groups-asynchronous): Add :version.
9890         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
9891
9892         * mml.el (mml-content-disposition-parameters)
9893         (mml-insert-mime-headers-always): Add :version.
9894
9895         * mm-util.el (mm-coding-system-priorities): Add :version.
9896
9897         * mm-decode.el (mm-inline-text-html-with-images)
9898         (mm-keep-viewer-alive-types, mm-external-terminal-program)
9899         (mm-verify-option): Add :version.
9900         (mm-text-html-renderer): Change :version.
9901
9902         * message.el (message-fcc-externalize-attachments)
9903         (message-required-headers, message-draft-headers)
9904         (message-subject-trailing-was-query)
9905         (message-subject-trailing-was-ask-regexp)
9906         (message-subject-trailing-was-regexp, message-mark-insert-begin)
9907         (message-mark-insert-end, message-archive-header)
9908         (message-archive-note, message-cross-post-default)
9909         (message-cross-post-note, message-followup-to-note)
9910         (message-cross-post-note-function, message-use-mail-followup-to)
9911         (message-subscribed-address-functions)
9912         (message-subscribed-address-file, message-subscribed-addresses)
9913         (message-subscribed-regexps, message-allow-no-recipients)
9914         (message-yank-cited-prefix, message-signature-insert-empty-line)
9915         (message-hidden-headers, message-hierarchical-addresses)
9916         (message-mail-user-agent, message-use-idna)
9917         (message-valid-fqdn-regexp)
9918         (message-strip-special-text-properties, message-header-synonyms)
9919         (message-beginning-of-line, message-tab-body-function): Add :version.
9920         (message-insert-canlock, message-wide-reply-confirm-recipients):
9921         Change :version.
9922
9923         * mail-source.el (mail-source-ignore-errors): Add :group, :type
9924         and :version.
9925         (mail-source-delete-old-incoming-confirm)
9926         (mail-source-movemail-program): Add :version.
9927
9928         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9929         (gnus-agent-cache, gnus-agent): Change :version.
9930
9931         * gnus-util.el (gnus-use-byte-compile): Change :version.
9932
9933         * gnus-sum.el (gnus-summary-make-false-root-always)
9934         (gnus-summary-default-high-score)
9935         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9936         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9937         (gnus-read-all-available-headers, gnus-article-emulate-mime)
9938         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9939         (gnus-sum-thread-tree-single-indent)
9940         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9941         (gnus-sum-thread-tree-leaf-with-other)
9942         (gnus-sum-thread-tree-single-leaf): Add :version.
9943         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9944         (gnus-article-loose-mime): Change :version.
9945
9946         * gnus-start.el (gnus-backup-startup-file)
9947         (gnus-save-startup-file-via-temp-buffer): Add :version.
9948
9949         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9950         (gnus-server-offline-face): Add :version.
9951
9952         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9953
9954         * gnus-msg.el (gnus-gcc-externalize-attachments)
9955         (gnus-debug-files, gnus-debug-exclude-variables)
9956         (gnus-discouraged-post-methods): Change :version.
9957         (gnus-confirm-mail-reply-to-news)
9958         (gnus-confirm-treat-mail-like-news): Add :version.
9959
9960         * gnus-int.el (gnus-server-unopen-status): Add :version.
9961
9962         * gnus-group.el (gnus-group-jump-to-group-prompt)
9963         (gnus-large-ephemeral-newsgroup)
9964         (gnus-fetch-old-ephemeral-headers): Add :version.
9965
9966         * gnus-fun.el (gnus-x-face-directory)
9967         (gnus-convert-pbm-to-x-face-command)
9968         (gnus-convert-image-to-x-face-command)
9969         (gnus-convert-image-to-face-command): Add :version.
9970
9971         * gnus-delay.el (gnus-delay-default-hour): Add :version.
9972
9973         * gnus-cite.el (gnus-cite-blank-line-after-header)
9974         (gnus-article-boring-faces): Add :version.
9975
9976         * gnus-art.el (gnus-buttonized-mime-types)
9977         (gnus-inhibit-mime-unbuttonizing)
9978         (gnus-treat-display-face)
9979         (gnus-treat-body-boundary): Change :version.
9980         (gnus-body-boundary-delimiter, gnus-picon-databases)
9981         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9982         (gnus-treat-date-english, gnus-treat-fold-headers)
9983         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9984         (gnus-treat-mail-picon, gnus-treat-wash-html)
9985         (gnus-article-encrypt-protocol)
9986         (gnus-use-idna, gnus-article-over-scroll)
9987         (gnus-mime-display-multipart-alternative-as-mixed)
9988         (gnus-mime-display-multipart-related-as-mixed)
9989         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9990         (gnus-ctan-url, gnus-button-ctan-handler)
9991         (gnus-button-handle-ctan-bogus-regexp)
9992         (gnus-button-ctan-directory-regexp)
9993         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9994         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9995         (gnus-button-man-level, gnus-button-emacs-level)
9996         (gnus-button-message-level, gnus-button-browse-level): Add :version.
9997
9998         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9999         (gnus-agent-go-online): Change :version.
10000         (gnus-agent-expire-unagentized-dirs)
10001         (gnus-agent-auto-agentize-methods): Add :version.
10002
10003         * flow-fill.el (fill-flowed-display-column)
10004         (fill-flowed-encode-column): Add :version.
10005
10006         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10007         (gnus-outlook-deuglify-unwrap-max)
10008         (gnus-outlook-deuglify-cite-marks)
10009         (gnus-outlook-deuglify-unwrap-stop-chars)
10010         (gnus-outlook-deuglify-no-wrap-chars)
10011         (gnus-outlook-deuglify-attrib-cut-regexp)
10012         (gnus-outlook-deuglify-attrib-verb-regexp)
10013         (gnus-outlook-deuglify-attrib-end-regexp)
10014         (gnus-outlook-display-hook): Add :version.
10015
10016         * binhex.el (binhex-use-external): Add :version.
10017
10018 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10019
10020         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10021         and `invisible'.
10022
10023 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10024
10025         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10026         in gnus-registry-trim.
10027
10028 2004-09-13  Simon Josefsson  <jas@extundo.com>
10029
10030         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10031
10032         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10033
10034         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10035         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10036         <yamaoka@jpl.org>.
10037         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10038         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10039         <yamaoka@jpl.org>.
10040
10041         * sieve.el (sieve-manage-mode): Ditto.
10042
10043 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10044
10045         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10046
10047 2004-09-11  Simon Josefsson  <jas@extundo.com>
10048
10049         * dns-mode.el: Add.
10050
10051         * mm-view.el (mm-display-dns-inline): Add.
10052
10053         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10054         (mm-automatic-display): Ditto.
10055
10056         * mailcap.el (mailcap-mime-data): Add text/dns.
10057         (mailcap-mime-extensions): Map .soa to text/dns.
10058
10059 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10060
10061         * gnus-art.el (article-decode-mime-words, article-babel)
10062         (gnus-article-highlight-signature, gnus-article-add-buttons)
10063         (gnus-signature-toggle): Remove unnecessary bindings of
10064         `inhibit-read-only' inherited from v5.10 merge.
10065
10066 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10067
10068         * nntp.el (nntp): New customization group.
10069         (nntp-authinfo-file): Add customization group.
10070
10071         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10072
10073         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10074
10075         * gnus.el (to-address, to-list, subscribed)
10076         (large-newsgroup-initial): Ditto.
10077
10078         * flow-fill.el (fill-flowed-display-column)
10079         (fill-flowed-encode-column): Ditto.
10080
10081 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
10082
10083         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10084         Use point-min rather than 1.
10085         (message-send-mail): Use buffer-size rather than point-max.
10086
10087         * gnus-sum.el (gnus-summary-search-article-forward):
10088         Signal a specific `search-failed' rather than a generic `error'.
10089
10090         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10091         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10092         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10093
10094 2004-09-10  Simon Josefsson  <jas@extundo.com>
10095
10096         * nndb.el (require): Remove tcp and duplicate cl.
10097
10098 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * gnus-agent.el (directory-files-and-attributes): Move forward.
10101
10102 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10103
10104         * gnus-agent.el (directory-files-and-attributes): Optionally
10105         defined to support XEmacs.
10106
10107 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10108
10109         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10110         to avoid run-time CL dependencies.
10111         (gnus-agent-unfetch-articles): New function.
10112         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10113         article numbers even when local .overview file is missing.
10114         (gnus-agent-read-article-number): New function.  Only accepts
10115         27-bit article numbers.
10116         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10117         gnus-agent-read-article-number.
10118         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10119         from backend while recognizing that article numbers in .overview
10120         must be valid.
10121         (gnus-agent-update-files-total-fetched-for): Use
10122         directory-files-and-attributes to improve performance.
10123         * gnus-int.el (gnus-request-move-article): Use
10124         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10125         improve performance.
10126
10127         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10128         some users confused by references to .newsrc when they only have a
10129         .newsrc.eld file.
10130         (gnus-convert-mark-converter-prompt)
10131         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10132         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10133         New function.  Used internally to only display 'gnus converting
10134         files' message when actually necessary.
10135
10136         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10137         methods now autoloaded.
10138
10139 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10140
10141         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10142         identifiers.
10143
10144 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10145
10146         * gnus-picon.el: Fix indentation and closing parenthesis.
10147
10148 2004-09-01  Simon Josefsson  <jas@extundo.com>
10149
10150         * message.el (message-canlock-generate): Require sha1, not
10151         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
10152         to require within a function.  Sadly, if sha1.el isn't loaded, the
10153         let binding in m-c-g will hide the defcustom definition, which is
10154         bad.)
10155
10156         * canlock.el: Require sha1, not sha1-el.
10157
10158         * message.el: Don't autoload sha1 (there is a autoload cookie in
10159         sha1.el).
10160
10161         * sha1-el.el: Renamed to sha1.el.
10162
10163 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10164
10165         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10166
10167 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10168
10169         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10170
10171 2004-08-30  Kim F. Storm  <storm@cua.dk>
10172
10173         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10174
10175         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10176         Add :group 'nnimap.
10177
10178 2004-08-30  Andreas Schwab  <schwab@suse.de>
10179
10180         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10181         ?* and ?\;.
10182
10183         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10184         and ?\' to symbol instead of whitespace.
10185
10186 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10187
10188         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10189
10190         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10191         instead of re-search-forward.
10192
10193         * gnus-uu.el (gnus-uu-save-article): Ditto.
10194         (gnus-uu-post-encode-uuencode): Ditto.
10195
10196         * html2text.el (html2text-clean-list-items): Ditto.
10197         (html2text-clean-dtdd): Ditto.
10198         (html2text-format-tags): Ditto.
10199
10200         * message.el (message-send-mail-with-sendmail): Fix regexp.
10201         (message-fill-field-general): Use search-forward instead of
10202         re-search-forward.
10203         (unbold-region): Ditto.
10204
10205         * nnrss.el (nnrss-request-article): Ditto.
10206
10207         * nnslashdot.el (nnslashdot-request-article): Ditto.
10208
10209         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10210
10211         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10212         "Unrecognized menu descriptor" error in XEmacs.
10213
10214 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10215
10216         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10217         parent article of a sparse article in the thread hashtb.
10218
10219 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10220
10221         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10222         (nnmail-expand-newtext): Lowercase expanded entries if
10223         nnmail-split-lowercase-expanded is non-nil.
10224
10225 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10228
10229         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10230         of gnus-tmp-news-method into string under XEmacs.  It will be
10231         passed to gnus-correct-length which takes only a string argument.
10232
10233 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10234
10235         * gnus-util.el (gnus-bind-print-variables): New macro.
10236         (gnus-prin1): Use it.
10237         (gnus-prin1-to-string): Use it.
10238         (gnus-pp): New function.
10239         (gnus-pp-to-string): New function.
10240
10241         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10242         Replace pp-to-string with gnus-pp-to-string.
10243         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10244         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10245         * gnus-msg.el (gnus-debug): Ditto.
10246         * gnus-score.el (gnus-score-save): Ditto.
10247         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10248         gnus-pp-to-string.
10249         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10250         with gnus-pp.
10251         * score-mode.el (gnus-score-pretty-print): Ditto.
10252         * webmail.el (webmail-debug): Ditto.
10253
10254 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * gnus-art.el (article-display-face, article-display-x-face):
10257         Use buffer-read-only.
10258
10259 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * gnus-art.el (article-hide-list-identifiers):
10262         Bind inhibit-read-only as t.
10263
10264 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10265
10266         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10267
10268 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10269
10270         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10271         (gnus-narrow-to-page): Don't assume point-min == 1.
10272         (gnus-article-edit-mode): Derive from message-mode.
10273
10274         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10275         point-min == 1.
10276
10277         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10278         Disable incorrect use of `assert'.
10279
10280         * message.el (message-mode): Set comment-start-skip.
10281
10282
10283 2004-08-22  Sam Steingold  <sds@gnu.org>
10284
10285         * pop3.el (pop3-leave-mail-on-server): New user variable.
10286         (pop3-movemail): Delete mail only when it is nil.
10287
10288 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10289
10290         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10291
10292         * mml.el (mml-preview): Use `pop-to-buffer'.
10293
10294         * message.el (message-goto-mail-followup-to): Insert after "To".
10295         (message-carefully-insert-headers): Add comment.
10296
10297         * gnus.el: Remove unused variable `gnus-article-check-size'.
10298
10299         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10300
10301         * gnus-art.el (gnus-button-alist): Improve
10302         `gnus-button-handle-library' entry.
10303
10304 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10305
10306         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10307         downcase, since XEmacs capitalizes error messages differently.
10308
10309 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10310
10311         * nntp.el: Add (require 'gnus) due to reference to
10312         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10313
10314 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10315
10316         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10317         `mm-fill-flowed'.
10318
10319         * mm-decode.el (mm-dissect-singlepart): Check it.
10320
10321 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10322
10323         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10324         'imap' for netrc parsing.
10325
10326 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10327
10328         * mailcap.el (mailcap-mime-data): Mark as risky.
10329
10330 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10333         may be included in the encoded word.
10334         (rfc2047-encode): Don't append a space if the encoded word
10335         includes close parenthesis.
10336
10337 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10338
10339         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10340         of text within parentheses.
10341
10342 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10343
10344         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10345         (gnus-encrypt-write-file-contents): Make the password key the file
10346         name PLUS the cipher, not just the cipher.  Also remove failed
10347         passwords from the cache.
10348
10349 2004-08-06  Simon Josefsson  <jas@extundo.com>
10350
10351         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10352         fix.
10353
10354 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10357         LWSP.
10358
10359 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10360
10361         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10362         to append in-reply-to: data to the references: header.
10363
10364         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10365         (netrc-parse): Use gnus-encrypt.el functions.
10366
10367         * gnus-encrypt.el: Add new file for encryption support; currently
10368         does only a few GPG ciphers and an internal XOR cipher.
10369
10370         * password.el: Add comments on using password-read-and-add.
10371         (password-read-and-add): Add function to read and add the
10372         password to the cache at once.
10373
10374 2004-07-28  Simon Josefsson  <jas@extundo.com>
10375
10376         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10377         parameter (but don't use it, for now).
10378
10379         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10380         instead of hard coding to nil.
10381
10382 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10385         as mm-inline-image-xemacs does.
10386
10387 2004-07-26  Simon Josefsson  <jas@extundo.com>
10388
10389         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10390         Revert part of 2004-07-17 change below.
10391
10392 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10395         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10396
10397 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10398
10399         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10400         quotes that actually start with ">" at the beginning of the
10401         lines.
10402
10403 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10404
10405         * rfc2047.el (rfc2047-encode-region): Fix last change.
10406         (rfc2047-encode-parameter): Remove useless concat.
10407
10408 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10411         encode special characters; fix some kind of misconfigured headers;
10412         signal a real error if debug-on-quit or debug-on-error is non-nil.
10413         (rfc2047-encode-max-chars): New variable.
10414         (rfc2047-encode-1): Use it.
10415         (rfc2047-encode-parameter): New function.
10416
10417         * mml.el (mml-insert-parameter): Remove an excessive space.
10418
10419 2004-07-17  Simon Josefsson  <jas@extundo.com>
10420
10421         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10422         Kai Grossjohann <kai@emptydomain.de>.
10423         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10424         (gnus-group-make-menu-bar): Ditto.
10425
10426         * gnus-util.el (gnus-group-server): Add.
10427
10428 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10429
10430         * message.el (message-clone-locals): Clone sendmail and smtp
10431         variables.
10432
10433 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * rfc2047.el (rfc2047-encode-region): Fix last change.
10436
10437 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10440         characters as non-special.
10441
10442 2004-07-09  Simon Josefsson  <jas@extundo.com>
10443
10444         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10445         Users will lose all flag changes made while unplugged with
10446         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10447         good default.  See numerous reports on ding mailing list.
10448
10449 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10452         add generate-head-function and generate-article-function to the
10453         rfc822-forward entry.
10454         (nndoc-rfc822-forward-generate-article): New function.
10455         (nndoc-rfc822-forward-generate-head): New function.
10456
10457         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10458
10459 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10460
10461         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10462         respect display group parameter and gnus-summary-expunge-below.
10463         (gnus-articles-to-read): Remove unused reference to display group
10464         parameter.
10465
10466 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10467
10468         * nnheader.el (nnheader-uniquify-message-id): New experimental
10469         variable.
10470         (nnheader-nov-read-message-id): Use it.
10471
10472         * spam-report.el (spam-report-gmane): Add interactive.
10473
10474 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10475
10476         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10477         qp-or-base64 for the application/* types.
10478
10479 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10480
10481         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10482
10483 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10484
10485         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10486         trim value.
10487
10488 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10489
10490         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10491         New macro and function.
10492         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10493
10494 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10497         after-load-alist.
10498
10499 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10500
10501         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10502         update info that isn't there.
10503
10504 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10505
10506         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10507         entry.
10508
10509 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * mm-view.el (mm-inline-render-with-function): Use multibyte
10512         buffer; decode html source by charset.
10513
10514         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10515
10516         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10517         Mule-UCS is loaded under XEmacs.
10518         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10519
10520 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10521
10522         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10523
10524 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * mm-util.el (mm-coding-system-p): Return a coding-system.
10527         (mm-mime-mule-charset-alist): Use shift_jis instead of
10528         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10529         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10530         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10531         instead of japanese-shift-jis and iso-latin-1 respectively in
10532         order to share the default value with both Emacs and XEmacs-mule.
10533         (mm-mule-charset-to-mime-charset): Make
10534         mm-coding-system-priorities effective.
10535         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10536         while predicating of candidates upon the priorities.
10537
10538 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10539
10540         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10541         gnus-uu-invert-processable.
10542
10543         * gnus.el: Autoload gnus-uu-invert-processable.
10544
10545 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10546
10547         * mm-util.el (mm-with-multibyte-buffer): New macro.
10548
10549         * rfc2047.el (rfc2047-encode-string): Use it.
10550         (rfc2047-encode-region): Move point to the end of the region after
10551         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10552
10553 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10556         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10557
10558 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10561         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10562         Karl Chen <quarl@nospam.quarl.org>.
10563
10564 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10565
10566         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10567         invalid addresses.
10568
10569 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10570
10571         * spam.el: Change section markers, revise TODO list.
10572         (spam-backends): Make new master list of all installed backends.
10573         (spam-summary-exit-behavior): Add new variable to determine how
10574         messages moves are done at summary exit.
10575         (spam-move-spam-nonspam-groups-only)
10576         (spam-process-ham-in-nonham-groups)
10577         (spam-process-ham-in-spam-groups): Remove variables, the
10578         spam-summary-exit-behavior variable should be used to manage this
10579         behavior.
10580         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10581         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10582         and spam-old-spam-articles.
10583         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10584         Add empty variables, placeholders for the backends they represent.
10585         (spam-set-difference): Move, unchanged.
10586         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10587         unless the user has a processor variable.
10588         (spam-classifications, spam-classification-valid-p)
10589         (spam-backend-properties, spam-backend-property-valid-p)
10590         (spam-backend-function-type-valid-p)
10591         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10592         (spam-report-articles-gmane, spam-report-articles-resend):
10593         Remove functions, they are not needed.
10594         (spam-install-backend-super, spam-backend-list)
10595         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10596         (spam-backend-function, spam-backend-ham-registration-function)
10597         (spam-backend-spam-registration-function)
10598         (spam-backend-ham-unregistration-function)
10599         (spam-backend-spam-unregistration-function)
10600         (spam-backend-statistical-p, spam-backend-mover-p)
10601         (spam-install-backend-alias, spam-install-checkonly-backend)
10602         (spam-install-mover-backend, spam-install-nocheck-backend)
10603         (spam-install-backend, spam-install-statistical-backend)
10604         (spam-install-statistical-checkonly-backend): Add backend installation
10605         support.
10606         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10607         (spam-group-processor-p): Use the new backend code and respect the
10608         summary exit behavior.
10609         (spam-mark-spam-as-expired-and-move-routine): Remove.
10610         (spam-summary-prepare): Change to use the new spam-old-articles
10611         variable.
10612         (spam-copy-or-move-routine, spam-copy-spam-routine)
10613         (spam-move-spam-routine, spam-copy-ham-routine)
10614         (spam-move-ham-routine): Add code to copy/move ham or spam.
10615         (spam-fetch-field-fast): Improve doc and code, plus allow the
10616         'number request.
10617         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10618         variables.
10619         (spam-split, spam-find-spam): Use the new backend code.
10620         (spam-registration-functions): Remove variable.
10621         (spam-unregister-routine): Add convenience wrapper.
10622         (spam-log-undo-registration, spam-register-routine)
10623         (spam-log-processing-to-registry)
10624         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10625         where possible.
10626         (spam-check-gmane-xref, spam-check-regex-headers)
10627         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10628         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10629         (spam-check-bogofilter-headers, spam-check-spamoracle)
10630         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10631         (spam-check-crm114-headers): Use the spam-split-group that
10632         spam-split prepares, no need to determine it every time.
10633
10634         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10635         to the nnheader-parse-naked-head call.
10636
10637         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10638
10639         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10640         the nnheader-nov-read-message-id call.
10641
10642 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10645         gnus-activate-group twice.  Suggested by Markus Peter
10646         <warp@spin.de>.
10647
10648 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * gnus-art.el (gnus-article-time-format): Exchange the order of
10651         day and month in the default value; fix customization type.
10652         (article-date-ut): Use add-text-properties.
10653         (article-make-date-line): Use message-make-date instead of
10654         current-time-string.
10655
10656         * message.el (message-fetch-field): Don't use set-text-properties.
10657         (message-make-date): Simplify.
10658
10659         * messagexmas.el (message-xmas-make-date): New function.
10660         (message-xmas-redefine): Defalias message-make-date to it.
10661
10662 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10663
10664         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10665         (rfc2047-encode-region): Treat text within parentheses as special;
10666         show the original text when error has occurred.
10667
10668         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10669         already-computed method to gnus-activate-group.
10670
10671         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10672         same select-methods identical Lisp objects.
10673
10674         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10675         object when modifying the info.
10676
10677 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * gnus-srvr.el (gnus-server-set-info): Remove the server from
10680         gnus-opened-servers since it has never been opened with the new
10681         configuration yet.
10682
10683 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10686         arg to nnheader-generate-fake-message-id.
10687
10688 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
10689
10690         * nnheader.el (nnheader-generate-fake-message-id): Accept a
10691         number and build a fake message ID localized to a group and
10692         article number (so it's repeatable from that point on).
10693         (nnheader-fake-message-id-p): Change regex to accomodate new fake
10694         ID format.
10695
10696         * gnus-sum.el (gnus-get-newsgroup-headers): Call
10697         nnheader-generate-fake-message-id with the article number.
10698
10699 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
10700
10701         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10702         end-of-buffer.
10703
10704 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10705
10706         * message.el (message-ignored-supersedes-headers): Add Approved.
10707
10708 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * rfc2047.el (rfc2047-encode-message-header): Remove useless
10711         goto-char.
10712         (rfc2047-encode): Fold the line before encoding.
10713
10714 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10715
10716         * rfc2047.el (rfc2047-encode-message-header): Disabled header
10717         folding -- not all headers can be folded, and this should be done
10718         by the message composition mode.  Probably.  I think.
10719
10720 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10723         fast.
10724
10725         * gnus-ems.el (gnus-remove-image): Don't use
10726         message-text-with-property; remove only the image found first.
10727
10728         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
10729         found first.
10730
10731 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
10732
10733         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10734
10735 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * message.el (message-text-with-property): Make it fast and accept
10738         optional arguments.
10739         (message-strip-forbidden-properties): Use it.
10740         (message-fix-before-sending): Follow the m-t-w-p change.
10741
10742         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10743
10744 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10745
10746         * gnus-art.el (article-hide-headers): Don't change the buffer
10747         mistakenly when performing mml-preview even if
10748         gnus-single-article-buffer is nil.
10749
10750 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
10751
10752         * message.el (message-expand-name-databases): New user option.
10753         (message-expand-name): Use it.
10754
10755 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
10756
10757         * spam.el (spam-report-articles-resend)
10758         (spam-report-resend-register-routine): Allow ham reporting.
10759         (spam-report-resend-register-ham-routine): Add wrapper.
10760         (spam-registration-functions): Add ham resending functions.
10761         (spam-list-of-processors): Add ham resend processor.
10762
10763         * gnus.el (ham-resend-to): Add new group parameter.
10764         (spam-process): Add ham resend option.
10765
10766         * spam-report.el (spam-report-resend): Allow reporting ham.
10767         (spam-report-resend-ham): Add wrapper.
10768
10769 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10770
10771         * message.el (message-cite-articles-with-x-no-archive): New
10772         variable.
10773         (message-cite-original): Use it.
10774
10775 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10776
10777         * message.el (message-cite-original): Respect X-No-Archive.
10778
10779 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * gnus-art.el (article-hide-headers): Refer to the values for
10782         gnus-ignored-headers and gnus-visible-headers in the summary
10783         buffer since a user may have set them as group parameters.
10784
10785 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
10786
10787         * assistant.el (assistant-node-name): Add convenience function.
10788         (assistant-render-text, assistant-render-node): Add error handling,
10789         plus handle multiple next nodes.
10790         (assistant-find-next-node): Comment out for now.
10791         (assistant-find-next-nodes): Add function, returns list of next
10792         nodes.
10793
10794 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
10795
10796         * mail-source.el (mail-source-directory): Fix doc-string.
10797
10798 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
10799
10800         * assistant.el (assistant-render-text, assistant-eval): Add :set
10801         widget type, which is different because it takes and returns a
10802         list.  Much hilarity ensues.
10803
10804 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
10805
10806         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10807
10808         * gnus-group.el (gnus-group-get-new-news-this-group): Added
10809         doc-string.
10810
10811         * gnus-start.el (gnus-activate-group): Added doc-string.
10812
10813 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10814
10815         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10816
10817 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
10818
10819         * assistant.el (assistant-render-text): Try to add a :set
10820         widget, more to come.
10821
10822         * spam.el (spam-group-spam-contents-p): Handle empty groupname
10823         strings.
10824         (spam-report-articles-resend)
10825         (spam-register-routine): Do registration iff any articles warrant
10826         it.
10827         (spam-summary-prepare-exit): Change log message for nil group
10828         destinations.
10829
10830 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
10831
10832         * spam.el (spam-report-resend-register-routine): Allow
10833         spam-report-resend-to to be a group parameter or a global value.
10834
10835 2004-05-26  Simon Josefsson  <jas@extundo.com>
10836
10837         * starttls.el: Merge with my GNUTLS based starttls.el.
10838         (starttls-gnutls-program, starttls-use-gnutls)
10839         (starttls-extra-arguments, starttls-process-connection-type)
10840         (starttls-connect, starttls-failure, starttls-success): New
10841         variables.
10842         (starttls-program, starttls-extra-args): Doc fix.
10843         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10844         functions.
10845         (starttls-negotiate, starttls-open-stream): Check
10846         `starttls-use-gnutls' and pass on to corresponding *-gnutls
10847         function if it is set.
10848
10849 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10852         structured fields.
10853
10854 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10857
10858 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
10859
10860         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10861         variable.
10862         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
10863         assigning the spam-mark to new messages.
10864
10865 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
10866
10867         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10868
10869 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * dgnushack.el: Autoload customize-set-variable for XEmacs.
10872
10873         * rfc2047.el (rfc2047-encodable-p): Don't move point.
10874         (rfc2047-decode): Treat the ascii coding-system as raw-text by
10875         default.
10876
10877 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
10878
10879         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10880         correct data.
10881
10882 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
10883
10884         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10885         (spam-group-processor-p): Fix function.
10886         (spam-group-processor-multiple-p)
10887         (spam-group-spam-processor-report-gmane-p)
10888         (spam-group-spam-processor-report-resend-p)
10889         (spam-group-spam-processor-bogofilter-p)
10890         (spam-group-spam-processor-blacklist-p)
10891         (spam-group-spam-processor-ifile-p)
10892         (spam-group-ham-processor-ifile-p)
10893         (spam-group-spam-processor-spamoracle-p)
10894         (spam-group-spam-processor-crm114-p)
10895         (spam-group-ham-processor-bogofilter-p)
10896         (spam-group-spam-processor-stat-p)
10897         (spam-group-ham-processor-stat-p)
10898         (spam-group-ham-processor-whitelist-p)
10899         (spam-group-ham-processor-BBDB-p)
10900         (spam-group-ham-processor-spamoracle-p)
10901         (spam-group-ham-processor-copy-p): Remove functions with some
10902         prejudice against unneeded code.
10903         (spam-report-articles-resend)
10904         (spam-report-resend-register-routine): Allow the group/topic
10905         spam-resend-to value to override spam-report-resend-to.
10906         (spam-summary-prepare-exit): Invoke spam-group-processor-p
10907         properly now.
10908
10909         * gnus.el (spam-resend-to): Add group/topic parameter.
10910         (spam-process): Move the OBSOLETE processors to the end of the
10911         choices.
10912
10913 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
10914
10915         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10916         with resend-to set to nil, and then ask the user if necessary.
10917         (spam-report-resend): spam-report-resend takes a list of articles, not
10918         separate article numbers.
10919
10920 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10923         addition to emacs-w3m.
10924
10925 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10926
10927         * assistant.el (assistant-authinfo-data): New function.
10928         (assistant-eval): Eval for entire assistant.
10929
10930         * netrc.el (netrc-services-file): New variable.
10931         (netrc-parse-services): New function.
10932         (netrc-find-service-name): New function.
10933         (netrc-find-service-number): New function.
10934         (netrc-port-equal): New function.
10935         (netrc-machine): Use it.
10936
10937         * nnimap.el (nnimap-open-connection): Use netrc.
10938
10939         * gnus-util.el (gnus-netrc-get): Remove aliases.
10940
10941         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10942
10943         * assistant.el (wid-edit): Fix compilation.
10944
10945         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10946
10947 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
10948
10949         * gnus-util.el (gnus-set-file-modes): New function.  (small
10950         patch).
10951
10952 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10953
10954         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10955
10956         * assistant.el (assistant-render-node): Fix up rendering and
10957         read-only text.
10958         (assistant-render-node): Reset.
10959         (assistant-make-read-only): Not sticky.
10960
10961 2004-05-20  Danny Siu  <dsiu@adobe.com>
10962
10963         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10964         centered even when gnus-auto-center-summary is t
10965
10966 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10967
10968         * dns.el (dns-get-txt-answer): New function.
10969         (dns-read-txt): Ditto.
10970         (query-dns): Use it.
10971
10972 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10973
10974         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10975         active for foreign groups even if the group level is higher than
10976         the specified value.
10977
10978 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10979
10980         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10981         non-active groups.
10982
10983         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10984
10985 2004-05-20  Magnus Henoch  <mange@freemail.hu>
10986
10987         * dns.el (dns-read-type): Add support for SVR.  (small patch)
10988
10989 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10990
10991         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10992         (spam-crm114-header, spam-crm114-spam-switch)
10993         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10994         (spam-crm114-positive-spam-header)
10995         (spam-crm114-database-directory, spam-list-of-processors)
10996         (spam-group-spam-processor-crm114-p)
10997         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10998         (spam-generic-score, spam-list-of-checks)
10999         (spam-list-of-statistical-checks, spam-registration-functions)
11000         (spam-check-crm114-headers, spam-crm114-score)
11001         (spam-check-crm114, spam-crm114-register-with-crm114)
11002         (spam-crm114-register-spam-routine)
11003         (spam-crm114-unregister-spam-routine)
11004         (spam-crm114-register-ham-routine)
11005         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11006         asjo@koldfront.dk (Adam Sjøgren).
11007
11008         * gnus.el: Add spam-use-crm114.
11009
11010         * spam.el (spam-list-of-processors, spam-registration-functions):
11011         Add spam-use-resend.
11012         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11013         (spam-report-articles-gmane): Add doc fix.
11014         (spam-report-articles-resend, spam-report-resend-register-routine):
11015         Add wrappers around spam-report-resend-to.
11016
11017         * spam-report.el (spam-report-resend-to, spam-report-resend):
11018         Add support for resending spam.
11019         (spam-report-gmane): Fix line length >80.
11020
11021         * gnus.el (spam-process): Add spam-use-resend.
11022
11023 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11024
11025         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11026         number of processed spam messages.
11027         (spam-ham-copy-or-move-routine): Return the number of processed
11028         ham messages.
11029         (spam-summary-prepare-exit): Use the above values to decide
11030         whether status messages shouled be displayed.
11031
11032 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11033
11034         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11035         `rfc2047-encoding-function-alist' in order to avoid conflicting
11036         with the old version.
11037         (rfc2047-encode-region): Concatenate words containing non-ASCII
11038         characters in structured fields; don't encode space-delimited
11039         ASCII words even in unstructured fields; don't break words at
11040         char-category boundaries.
11041         (rfc2047-encode-1): New function.
11042         (rfc2047-encode): Use it; encode text so that it occupies the
11043         maximum width within 76-column; work correctly on Q encoding for
11044         iso-2022-* charsets.
11045         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11046         sure not to break a line just after the header name.
11047         (rfc2047-b-encode-region): Removed.
11048         (rfc2047-b-encode-string): New function.
11049         (rfc2047-q-encode-region): Removed.
11050         (rfc2047-q-encode-string): New function.
11051
11052         * mm-util.el (mm-replace-in-string): New function.
11053
11054 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11055
11056         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11057         get it right.
11058         (gnus-inews-make-draft): Really.
11059
11060 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11061
11062         * nnmh.el (nnmh-request-list-1): Don't check the link count
11063         before descending.  (small patch)
11064
11065 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11066
11067         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11068         stuff.
11069
11070         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11071         on real group name.
11072
11073         * gnus-art.el (gnus-signature-limit): Doc fix.
11074
11075         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11076
11077         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11078
11079 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11080
11081         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11082         isn't a string.
11083
11084 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11085
11086         * gnus-draft.el (gnus-draft-send): Bind
11087         rfc2047-encode-encoded-words.
11088
11089         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11090         (rfc2047-encodable-p): Say that =? needs encoding.
11091         (rfc2047-encode-encoded-words): New variable.
11092
11093         * gnus-group.el (gnus-group-select-group): Doc fix.
11094
11095         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11096
11097         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11098         to nil.
11099
11100         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11101
11102         * nnheader.el (nnheader-get-lines-and-char): New function.
11103
11104 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11105
11106         * gnus-msg.el (gnus-summary-followup-with-original): Document
11107         yanking of region when active.
11108
11109 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11112         groups if the group level is higher than the specified value.
11113
11114 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11115
11116         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11117         (gnus-group-jump-to-group): Added prefix argument using
11118         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11119         non-active group.
11120
11121         * compface.el (uncompface): Be verbose when changing
11122         `uncompface-use-external'.
11123
11124         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11125         handle manual section.
11126
11127 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11128
11129         * gnus-art.el (gnus-button-alist): Revert previous change.
11130
11131 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11132
11133         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11134
11135 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11136
11137         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11138         whether backend can accept message.
11139
11140         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11141
11142 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11143
11144         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11145         Avoid creating directory when nntp-marks-is-evil is true.
11146         Reported by Reiner Steib.
11147
11148 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11149
11150         * gnus-picon.el (gnus-picon-style): New variable.
11151         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11152         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11153         Jesper Harder <harder@ifa.au.dk>.
11154
11155 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11156
11157         * message.el (message-fill-field): Return point.
11158         (message-generate-headers): Go to end of field.
11159
11160         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11161         stuff for non-living groups.
11162
11163 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11164
11165         * gnus-art.el (gnus-article-followup-with-original)
11166         (gnus-article-reply-with-original): gnus-mark-active-p ->
11167         gnus-region-active-p.
11168
11169 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11170
11171         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11172         only when there is spam or ham to be processed.
11173
11174 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11175
11176         * mail-source.el (mail-source-delete-crash-box): Refactor.
11177         (mail-source-fetch): Use it.
11178         (mail-source-fetch-file): Ditto.
11179         (mail-source-fetch-directory): Run postscript in loop.
11180         (mail-source-fetch-pop): Delete.
11181         (mail-source-fetch-maildir): Ditto.
11182         (mail-source-fetch-imap): Ditto.
11183
11184         * imap.el (imap-authenticators): Comment out sasl.
11185
11186         * message.el (message-skip-to-next-address): New function.
11187         (message-fill-header-address): Refactor.
11188         (message-fill-address): Use it.
11189         (message-delete-address): Use it.
11190         (message-fill-header-general): Refactor.
11191         (message-fill-field-address): Rename.
11192         (message-narrow-to-field): Find the start of the header.
11193         (message-header-format-alist): Don't pre-fill.
11194         (message-fill-header): Removed.
11195         (message-insert-header): New function.
11196         (message-shorten-references): Use it.
11197
11198         * rfc2047.el (rfc2047-field-value): Strip props.
11199
11200         * mail-parse.el (mail-header-make-address): New alias.
11201
11202         * ietf-drums.el (ietf-drums-make-address): New function.
11203
11204         * imap.el: Add compiler directives.
11205
11206         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11207
11208         * gnus-art.el (article-decode-idna-rhs): Don't use
11209         message-idna-inside-rhs-p.
11210
11211 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11212
11213         * message.el (message-idna-inside-rhs-p): Removed.
11214         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11215
11216         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11217         false positives.
11218
11219 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11220
11221         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11222
11223 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11224
11225         * nneething.el (nneething-file-name): Don't create spurions
11226         files.
11227
11228         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11229         (gnus-inews-do-gcc): Remove sleep.
11230
11231         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11232         part under point.
11233
11234         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11235         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11236
11237 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11238
11239         * spam.el (spam-summary-prepare-exit): Fixed (length).
11240
11241 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11242
11243         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11244         as expired without moving it" message when there are spam
11245         messages left.
11246
11247 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11248
11249         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11250         header is not nil.
11251
11252 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11253
11254         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11255         nntp-possibly-create-directory, not nntp-possibly-change-group.
11256         (nntp-marks-changed-p): New arg SERVER.
11257         (nntp-request-update-info): Adjust caller.
11258
11259 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11260
11261         * nntp.el (nntp-save-marks): Pass missing arg.
11262
11263 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11264
11265         * nntp.el: Support marks.
11266         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11267         (nntp-marks-modtime, nntp-marks-directory): New variables.
11268         (nntp-request-set-mark, nntp-request-update-info)
11269         (nntp-possibly-create-directory, nntp-marks-changed-p)
11270         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11271         functions.
11272
11273 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11274
11275         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11276         (gnus-xmas-redefine): Rename.
11277
11278         * gnus-score.el (gnus-score-insert-help): Use
11279         gnus-select-lowest-window.
11280
11281         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11282         appt-select-lowest-window and rename to gnus-select-lowest-window.
11283
11284         * gnus.el: do.
11285
11286 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11287
11288         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11289         encodings of MIME-encoded words, in order to improve
11290         interoperability with several broken MUAs.
11291
11292 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11293
11294         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11295         tags, only when charsets are not specified in headers.
11296         (mm-inline-text-html-render-with-w3m): Ditto.
11297
11298         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11299         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11300
11301 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11302
11303         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11304         instead of MIME-decoded from fields when checking
11305         `gnus-article-address-banner-alist'.
11306
11307 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11308
11309         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11310         description rather than subject.
11311
11312 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11313
11314         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11315
11316 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11317
11318         * gnus.el (gnus-version-number): Bump.
11319
11320 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11321
11322         * gnus.el: No Gnus v0.2 is released.
11323
11324 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11325
11326         * gnus-agent.el (gnus-agent-read-agentview): Inline
11327         gnus-uncompress-range.
11328
11329 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11330
11331         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11332         `exec-installed-p'.
11333
11334 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11335
11336         * gnus.el (spam-process, spam-autodetect-methods): Add
11337         bsfilter and bsfilter-headers.
11338
11339         * spam.el (spam-bsfilter): New customize group.
11340         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11341         (spam-bsfilter-header, spam-bsfilter-probability-header)
11342         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11343         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11344         (spam-bsfilter-database-directory): New options.
11345         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11346         (spam-list-of-statistical-checks, spam-registration-functions):
11347         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11348         (spam-bsfilter-score): New command.
11349         (spam-check-bsfilter-headers, spam-check-bsfilter)
11350         (spam-bsfilter-register-with-bsfilter)
11351         (spam-bsfilter-register-spam-routine)
11352         (spam-bsfilter-unregister-spam-routine)
11353         (spam-bsfilter-register-ham-routine)
11354         (spam-bsfilter-unregister-ham-routine): New functions.
11355         (spam-generic-score): Support bsfilter; Accept an optional argument
11356         to recalcurate spam score even if scoring header has already been
11357         added.
11358         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11359         optional argument to recalcurate spam score even if scoring header
11360         has already been added.
11361
11362 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11363
11364         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11365         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11366         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11367         link is missing.
11368
11369 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11370
11371         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11372         (html2text-get-attr): Rewrite.
11373
11374         * message.el (message-setup-1): Remove redundant put-text-property
11375         on mail-header-separator.
11376
11377 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11378
11379         * gnus-registry.el (gnus-registry-cache-whitespace)
11380         (gnus-registry-action, gnus-registry-spool-action)
11381         (gnus-registry-split-fancy-with-parent): Change message levels
11382         from 5 to 3 or 7, as needed.
11383
11384         * spam.el (spam-summary-prepare-exit)
11385         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11386         (spam-split, spam-find-spam, spam-log-undo-registration)
11387         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11388         level from 5 to 6.
11389
11390 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11393         2004-03-04 change).
11394
11395 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11396
11397         * sieve-manage.el (sieve-manage-open):
11398         * nnweb.el (nnweb-insert-html):
11399         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11400         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11401         * nnspool.el (nnspool-request-group):
11402         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11403         * nnml.el (nnml-request-update-info):
11404         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11405         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11406         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11407         (nnimap-request-set-mark):
11408         * nnfolder.el (nnfolder-request-update-info):
11409         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11410         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11411         * gnus-uu.el (gnus-uu-find-articles-matching):
11412         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11413         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11414         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11415         * gnus-nocem.el (gnus-nocem-scan-groups):
11416         * gnus-int.el (gnus-start-news-server):
11417         * gnus-group.el (gnus-group-make-kiboze-group)
11418         (gnus-group-browse-foreign-server):
11419         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11420         Use mapc when appropriate.
11421
11422 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11423
11424         FIXME: Make separate entries for each person.
11425
11426         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11427         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11428         <shields@msrl.com>:
11429
11430         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11431         may need for spam sorting and scoring.
11432         (spam-user-format-function-S): Add user format function suitable for
11433         general use.
11434         (spam-article-sort-by-spam-status): Add sorting function for summary
11435         sorting.
11436         (spam-extra-header-to-number): Add function to get a score from a
11437         header.
11438         (spam-summary-score): Add function to  get a numeric score from the
11439         headers.
11440         (spam-generic-score): Fix function doc, was in wrong place.
11441         (spam-initialize): Take symbols when it's run, and install the
11442         extra headers that spam-necessary-extra-headers thinks we need.
11443
11444 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11445
11446         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11447         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11448
11449 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11450
11451         * gnus-sum.el (gnus-set-global-variables)
11452         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11453         (gnus-article-get-xrefs, gnus-summary-best-group)
11454         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11455         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11456         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11457         Use with-current-buffer.
11458
11459 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11460
11461         * spam.el (spam-summary-prepare-exit): Simplify logic.
11462         (spam-fetch-article-header): Read the article header if it's not
11463         available.
11464         (spam-list-articles): Simplify logic.
11465         (spam-filelist-register-routine): Fix bug with unregister-list.
11466
11467         * gnus-registry.el: Fix comments at beginning.
11468
11469 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11470
11471         * message.el (message-cater-to-broken-inn): Remove.
11472         (message-shorten-references): Make sure the total folded length of
11473         References is shorter than 998 characters to cater to a bug in INN
11474         2.3.  Also, don't pretend that references aren't folded -- this
11475         hasn't worked for a while.
11476
11477 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11478
11479         * gnus-agent.el (gnus-agentize):
11480         gnus-agent-send-mail-real-function no longer set to current value
11481         of message-send-mail-function but rather a lambda that calls
11482         message-send-mail-function.  The change makes the agent real-time
11483         responsive to user changes to message-send-mail-function.
11484
11485 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11486
11487         * legacy-gnus-agent.el
11488         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11489         help from Florian Weimer <fw@deneb.enyo.de>
11490
11491 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * nnmail.el (nnmail-cache-insert): Revert last change.
11494
11495 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * nnmail.el (nnmail-cache-insert): Always check whether
11498         nnmail-cache-ignore-groups matches a group name.
11499
11500 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11501
11502         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11503         (spam-find-spam, spam-log-processing-to-registry)
11504         (spam-log-registered-p, spam-log-unregistration-needed-p)
11505         (spam-log-undo-registration): Use gnus-message instead of
11506         gnus-error, none of these errors are fatal.
11507
11508         * gnus-registry.el (gnus-registry-clean-empty-function)
11509         (gnus-registry-clean-empty): Remove only empty entries without
11510         extra data.
11511
11512 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11513
11514         * spam-stat.el (spam-stat-buffer-change-to-spam)
11515         (spam-stat-buffer-change-to-non-spam): Change (error) to
11516         (gnus-message 8) invocation.
11517
11518 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11519
11520         * nntp.el (nntp-via-netcat-command): New variable.
11521         (nntp-via-netcat-switches): New variable.
11522         (nntp-open-via-rlogin-and-netcat): New function.
11523         (nntp-open-connection-function): Doc fix.
11524         (nntp-telnet-command): Doc fix.
11525         (nntp-end-of-line): Doc fix.
11526         (nntp-via-rlogin-command): Doc fix.
11527         (nntp-via-user-name): Doc fix.
11528         (nntp-via-address): Doc fix.
11529
11530 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11533         error in Emacs 21.1.
11534
11535 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11536
11537         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11538
11539 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11540         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11541         (gnus-agent-with-refreshed-group): New macro.
11542         (gnus-agent-rename-group): New function.
11543         (gnus-agent-delete-group): New function.
11544         (gnus-agent-save-group-info): Use gnus-command-method when
11545         `method' parameter is nil.  Don't write nil entries into the
11546         active file.
11547         (gnus-agent-get-group-info): New function.
11548         (gnus-agent-fetch-articles): Use
11549         gnus-agent-update-files-total-fetched-for to increment disk space
11550         used.
11551         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11552         gnus-agent-update-view-total-fetched-for to increment disk space
11553         used.
11554         (gnus-agent-get-local): Added optional parameters to avoid calling
11555         gnus-group-real-name and gnus-find-method-for-group.
11556         (gnus-agent-set-local): Delete stored entry if either min, or max,
11557         are nil.
11558         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11559         quit, use gnus-agent-regenerate-group to record existance of any
11560         articles fetched to disk before the quit occurred.
11561         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11562         gnus-agent-update-view-total-fetched-for, and
11563         gnus-agent-update-files-total-fetched-for to decrement disk space
11564         used.
11565         (gnus-agent-retrieve-headers): Use
11566         gnus-agent-update-view-total-fetched-for to increment disk space
11567         used.
11568         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11569         with gnus-agent-update-files-total-fetched-for to decrement disk
11570         space and fresh group buffer.
11571         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11572         (gnus-agent-need-update-total-fetched-for): New variable.
11573         (gnus-agent-update-files-total-fetched-for): New function.
11574         (gnus-agent-update-view-total-fetched-for): New function.
11575         (gnus-agent-total-fetched-for): New function.
11576
11577         * gnus-cache.el (gnus-cache-save-buffers): Use
11578         gnus-cache-update-overview-total-fetched-for to change disk space
11579         used by this group.
11580         (gnus-cache-possibly-enter-article): Use
11581         gnus-cache-update-file-total-fetched-for to increment disk space
11582         used by this group.
11583         (gnus-cache-possibly-remove-article): Use
11584         gnus-cache-update-file-total-fetched-for to decrement disk space
11585         used by this group.
11586         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11587         (gnus-cache-rename-group): New function.
11588         (gnus-cache-delete-group): New function.
11589         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11590         (gnus-cache-need-update-total-fetched-for): New variable.
11591         (gnus-cache-with-refreshed-group): New macro.
11592         (gnus-cache-update-file-total-fetched-for): New function.
11593         (gnus-cache-update-overview-total-fetched-for): New function.
11594         (gnus-cache-rename-group-total-fetched-for): New function.
11595         (gnus-cache-delete-group-total-fetched-for): New function.
11596         (gnus-cache-total-fetched-for): New function.
11597
11598         * gnus-group.el: Require gnus-sum and autoload functions to
11599         resolve warnings when gnus-group.el compiled alone.
11600         (gnus-group-line-format): Documented new %F
11601         (size of Fetched data) group line format; identifies disk space
11602         used by agent and cache.
11603         (gnus-group-line-format-alist): Defined new F format.
11604         (gnus-total-fetched-for): New function.
11605         (gnus-group-delete-group): No longer update
11606         gnus-cache-active-altered as gnus-request-delete-group now keeps
11607         the cache in sync.
11608         (gnus-group-list-active): Let the agent store a server's active
11609         list if currently plugged.
11610
11611         * gnus-int.el (gnus-request-delete-group):
11612         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11613         local disk in sync with the server.
11614         (gnus-request-rename-group):
11615         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11616         local disk in sync with the server.
11617
11618         * gnus-start.el (gnus-get-unread-articles):
11619         Cosmetic simplification to logic.
11620
11621         * gnus-util.el (gnus-rename-file): New function.
11622
11623 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11624
11625         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11626
11627 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11628
11629         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11630         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11631
11632 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11633
11634         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11635         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11636
11637 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11638
11639         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11640
11641 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11642
11643         * spam.el (spam-set-difference): Add function to replace
11644         gnus-set-difference in spam.el.
11645         (spam-summary-prepare-exit): Use spam-set-difference.
11646
11647 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11648
11649         * gnus-registry.el (gnus-registry-cache-file): Update to use
11650         gnus-dribble-directory OR gnus-home-directory OR ~.
11651         (gnus-registry-split-fancy-with-parent): Fix doc.
11652
11653 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * message.el (message-exchange-point-and-mark): Use
11656         message-mark-active-p.  Suggested by Jesper Harder
11657         <harder@ifa.au.dk>.
11658
11659 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * message.el (message-exchange-point-and-mark): Don't activate
11662         region if it was inactive.  Suggested by Hiroshi Fujishima
11663         <pooh@nature.tsukuba.ac.jp>.
11664
11665 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11666
11667         * gnus-art.el (article-display-face): Display Faces in the same
11668         order as X-Faces.
11669
11670 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11673
11674 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11677         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11678         (gnus-article-mime-hierarchy): Remove.
11679         (gnus-article-mime-hierarchy-next): Remove.
11680         (gnus-article-mode): Revert 2004-03-19 change.
11681         (gnus-article-setup-buffer): Revert 2004-03-19 change.
11682         (gnus-insert-mime-button): Revert 2004-03-19 change.
11683         (gnus-mime-accumulate-hierarchy): Remove.
11684         (gnus-mime-enter-multipart): Remove.
11685         (gnus-mime-leave-multipart): Remove.
11686         (gnus-mime-display-part): Revert 2004-03-19 change.
11687         (gnus-mime-display-alternative): Revert 2004-03-19 change.
11688
11689         * mml.el (mml-preview): Revert 2004-03-19 change.
11690
11691 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
11692
11693         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11694
11695 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11698         t while entering a file name using the mm-with-multibyte macro.
11699         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11700
11701         * mm-util.el (mm-with-multibyte): New macro.
11702
11703 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11704
11705         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11706         user option.
11707         (gnus-mime-multipart-functions): Doc and customization fix.
11708         (gnus-article-mime-hierarchy): New variable.
11709         (gnus-article-mime-hierarchy-next): New variable.
11710         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11711         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11712         gnus-article-mime-hierarchy-next to nil.
11713         (gnus-insert-mime-button): Show hierarchy numbers.
11714         (gnus-mime-accumulate-hierarchy): New function.
11715         (gnus-mime-enter-multipart): New function.
11716         (gnus-mime-leave-multipart): New function.
11717         (gnus-mime-display-part): Recompute hierarchical MIME structure.
11718         (gnus-mime-display-alternative): Show hierarchy numbers.
11719
11720         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11721         gnus-article-mime-hierarchy-next to nil.
11722
11723 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
11724
11725         * dns.el: Don't require gnus-xmas.
11726
11727 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
11728
11729         * mml.el (mml-generate-mime-1): Don't use format=flowed with
11730         inline PGP.
11731         (mml-menu): Disable mml-quote-region if mark is inactive.
11732
11733 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11736         when the group's active is not available.
11737
11738 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11741         error.
11742
11743 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
11744
11745         * imap.el (imap-store-password): New variable.
11746         (imap-interactive-login): Use it.
11747         Suggested by Mark Plaksin <happy@mcplaksin.org>.
11748
11749 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * gnus-art.el (gnus-article-read-summary-keys): Restore new
11752         window-start and hscroll to summary window.
11753
11754 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11755
11756         * gnus-start.el (gnus-convert-old-newsrc): Only write the
11757         conversion message to newsrc-dribble when an actual conversion is
11758         performed.
11759
11760 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
11761
11762         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11763
11764 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11765
11766         * mm-decode.el (mm-complicated-handles): New function reviving
11767         former definition of mm-multiple-handles.
11768
11769         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11770         (gnus-mime-delete-part): Use it.
11771
11772 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11773
11774         * gnus-agent.el (gnus-agent-read-local): Bind
11775         nnheader-file-coding-system to gnus-agent-file-coding-system to
11776         avoid the implicit assumption that they will always be equal.
11777         (gnus-agent-save-local): Bind buffer-file-coding-system, not
11778         coding-system-for-write, as the with-temp-file macro first prints
11779         to a buffer then saves the buffer.
11780
11781 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * gnus-art.el (gnus-article-edit-part): New function.
11784         (gnus-mime-save-part-and-strip): Use it; do query instead of
11785         signaling an error; don't use mm-multiple-handles.
11786         (gnus-mime-delete-part): Ditto.
11787
11788 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11789
11790         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11791         old file versions.
11792         (gnus-group-prepare-hook): Removed function that converted list
11793         form of gnus-agent-expire-days to group properties.
11794
11795         * gnus-int.el: Autoload gnus-agent-regenerate-group.
11796         (gnus-request-accept-article): Re-indented.
11797
11798         * gnus-start.el (gnus-convert-old-newsrc): Registered new
11799         converters to handle old agent file formats.  Added logic for a
11800         "backup before upgrading warning".
11801         (gnus-convert-mark-converter-prompt): Developers can mark
11802         functions as needing (default), or not needing,
11803         gnus-convert-old-newsrc's "backup before upgrading warning".
11804         (gnus-convert-converter-needs-prompt): Tests whether the user
11805         should be protected from potentially irreversable changes by the
11806         function.
11807
11808         * legacy-gnus-agent.el: New.  Provides converters that are only
11809         loaded when gnus-convert-old-newsrc needs to call them.
11810
11811 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11812
11813         * mail-source.el (mail-source-touch-pop): Doc fix.
11814
11815         * message.el (message-smtpmail-send-it): Doc fix.
11816
11817 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
11818
11819         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11820
11821         * nnmail.el (nnmail-split-fancy): do.
11822
11823         * gnus-kill.el (gnus-kill, gnus-execute): do.
11824
11825 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11826
11827         * gnus-sum.el (gnus-widget-reversible-match)
11828         (gnus-widget-reversible-to-internal)
11829         (gnus-widget-reversible-to-external): New functions.
11830         (gnus-widget-reversible): New widget.
11831         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11832
11833 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
11834
11835         * gnus-sum.el (gnus-thread-sort-functions)
11836         (gnus-article-sort-functions): Document `(not F)' items.
11837
11838 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11839
11840         * spam.el (spam-use-gmane-xref): Add new backend.
11841         (spam-gmane-xref-spam-group): Add variable to control the name of the
11842         Gmane spam group.
11843         (spam-blackhole-servers, spam-blackhole-good-server-regex)
11844         (spam-regex-headers-spam, spam-regex-headers-ham)
11845         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11846         (spam-list-of-checks): Add spam-use-gmane-xref to list of
11847         backends and checks.
11848         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11849
11850         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11851         an autodetect method.
11852
11853 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11854
11855         * gnus-int.el (gnus-request-accept-article): Inform the agent that
11856         articles are being added to a group.
11857         (gnus-request-replace-article): Inform the agent that articles
11858         need to be uncached as the cached contents are no longer valid.
11859
11860 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11861
11862         * binhex.el: Don't autoload executable-find.
11863
11864         * canlock.el: Don't autoload mail-fetch-field.
11865
11866         * dgnushack.el: Autoload c-mode for XEmacs.
11867
11868         * gnus-ems.el: Don't autoload appt-select-lowest-window.
11869
11870         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11871         rmail-dont-reply-to and rmail-output.
11872
11873         * gnus-score.el: Don't autoload ffap-string-at-point.
11874
11875         * gnus-setup.el: Don't autoload sc-cite-original.
11876
11877         * imap.el: Don't autoload base64-decode-string,
11878         base64-encode-string and md5.
11879
11880         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11881         and rmail-msg-restore-non-pruned-header.
11882
11883         * mm-decode.el: Don't autoload executable-find.
11884
11885         * mm-url.el: Don't autoload executable-find.
11886
11887         * mm-view.el: Don't autoload diff-mode.
11888
11889         * nndb.el: Don't autoload news-reply-mode, news-setup,
11890         cancel-timer and telnet.
11891
11892         * password.el: Don't autoload run-at-time for Emacs.
11893
11894         * sha1-el.el: Don't autoload executable-find.
11895
11896         * sieve-mode.el: Don't autoload c-mode.
11897
11898         * uudecode.el: Don't autoload executable-find.
11899
11900 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11901
11902         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11903         (gnus-agent-possibly-alter-active): Avoid null in numeric
11904         comparison.
11905         (gnus-agent-set-local): Refuse to save null in local object table.
11906         (gnus-agent-regenerate-group): The REREAD parameter can now be a
11907         list of articles that will be marked as unread.
11908
11909 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11912
11913 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
11914
11915         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11916         language tags.
11917
11918 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11919
11920         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11921         Don't bind "obarray".
11922
11923         * gnus-sum.el (gnus-thread-sort-functions): Added
11924         `gnus-thread-sort-by-most-recent-number' and
11925         `gnus-thread-sort-by-most-recent-date'.
11926         Reported by Kai Grossjohann <kai@emptydomain.de>.
11927
11928 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11931
11932 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11933
11934         * gnus-cus.el (gnus-agent-customize-category): Removed
11935         ignore-errors macro reference that required cl to be loaded at
11936         run-time.
11937
11938         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11939         single-interval range of the form (min . max).  Previously the
11940         range had to look like ((min . max)).  Likewise, return
11941         (min . max) rather than ((min . max)).
11942         (gnus-range-map): Use gnus-range-normalize to accept
11943         single-interval range.
11944
11945         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11946         the cache, but not the agent, now appear with their usual face.
11947
11948         * dgnushack.el (loaddir): New variable that is bound to the
11949         directory containing the dgnushack.el file. Use loaddir, rather
11950         than srcdir, to update load-path. Change lets dgnushack compile
11951         code in directories other than GNUS/lisp.
11952
11953 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * lpath.el: Don't bind w3m-safe-url-regexp.
11956
11957         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11958         w3m-safe-url-regexp variable buffer-local.
11959
11960         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11961
11962 2004-02-27  Simon Josefsson  <jas@extundo.com>
11963
11964         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11965         gnus-group-real-prefix.
11966         (gnus-summary-move-article): Use it, instead of
11967         gnus-group-real-prefix.
11968
11969 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * lpath.el: Bind w3m-safe-url-regexp.
11972
11973         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11974         w3m-safe-url-regexp variable buffer-local and set it as the value
11975         of mm-w3m-safe-url-regexp.
11976
11977         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11978
11979         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11980         parsing gnus-posting-styles when the message is not for replying.
11981
11982         * dgnushack.el: Autoload sgml-mode for XEmacs.
11983
11984         * nnrss.el (nnrss-opml-export): Use
11985         mm-set-buffer-file-coding-system instead of
11986         set-buffer-file-coding-system.
11987
11988 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
11989
11990         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11991         of checkdoc.el).
11992         * nnrss.el: do.
11993         * gnus-mlspl.el: do.
11994         * gnus-ml.el: do.
11995         * gnus-srvr.el: do.
11996
11997         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11998
11999 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12000
12001         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12002         Corrections to custom-manual links.
12003
12004         * gnus-art.el (gnus-article): Ditto.
12005
12006         * mm-decode.el (mime-display, mime-security): Ditto.
12007
12008 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12009
12010         * flow-fill.el: Typo.
12011
12012 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12013
12014         * spam-wash.el: New file.
12015
12016 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12017
12018         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12019
12020 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12021
12022         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12023         to be run with new-articles as LIST1, not LIST2.
12024         (spam-registration-functions): Add spam-use-ham-copy as a nil
12025         registration backend.
12026
12027 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12028
12029         * spam-stat.el (spam-stat-washing-hook): New option.
12030         (spam-stat-buffer-words): Use it.
12031         (spam-stat-process-directory, spam-stat-test-directory): Use
12032         insert-file-contents-literally.
12033         (spam-stat-coding-system): New variable.
12034         (spam-stat-load, spam-stat-save): Use it.
12035
12036 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * spam-report.el (spam-report-plug-agent): Quote
12039         spam-report-url-to-file and spam-report-url-ping-plain.
12040
12041 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12042
12043         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12044         / in mailto URLs.
12045
12046 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12047
12048         * spam-report.el (spam-report-process-queue): Fix interactive use.
12049         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12050         (spam-report-unplug-agent): Doc fixes.
12051         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12052         (spam-report-agentize, spam-report-deagentize): Autoload
12053
12054 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12057
12058         * message.el (message-setup-fill-variables): Add mml tags to
12059         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12060         <ajk@iu.edu>.
12061         (message-mode): Don't modify paragraph-separate there.
12062
12063 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * compface.el (uncompface-use-external): Default to undecided.
12066         (uncompface-use-external-threshold): New variable.
12067         (uncompface-float-time): New macro.
12068         (uncompface): Determine whether to use the external decoder if
12069         uncompface-use-external is undecided.
12070
12071 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12072
12073         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12074         after images.
12075
12076         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12077
12078 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12079
12080         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12081
12082         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12083
12084         * gnus-sum.el (gnus-summary-limit-to-age)
12085         (gnus-summary-limit-children): do.
12086
12087         * gnus-int.el (gnus-request-scan): do.
12088
12089         * gnus-group.el (gnus-group-suspend): do.
12090
12091         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12092
12093         * gnus-cite.el (gnus-cite-parse-attributions): do.
12094
12095         * gnus-agent.el (gnus-summary-set-agent-mark)
12096         (gnus-agent-regenerate-group): do.
12097
12098         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12099
12100         * binhex.el (binhex-decode-region-internal): do.
12101
12102 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * gnus-fun.el (gnus-face-properties-alist): New user option.
12105         (gnus-display-x-face-in-from): Use it.
12106
12107         * gnus-art.el (article-display-face): Ditto.
12108
12109         * compface.el (uncompface-use-external): Default to nil.
12110
12111 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12112
12113         * nntp.el (nntp-erase-buffer): New function.
12114         (nntp-retrieve-data, nntp-send-command)
12115         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12116         (nntp-possibly-change-group): Use it.
12117
12118         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12119         with-current-buffer.
12120
12121 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12122
12123         * compface.el: Merge the ELisp-based uncompface program.
12124         (compface): New customization group.
12125         (uncompface-use-external): New user option.
12126         (uncompface): Call uncompface-internal if uncompface-use-external
12127         is nil.
12128         (uncompface-internal): New function.  Note that there are also
12129         some other functions and variables added for this function.
12130
12131 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12132
12133         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12134         if necessary.
12135
12136 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12137
12138         * spam-report.el (spam-report-unplug-agent)
12139         (spam-report-plug-agent, spam-report-deagentize)
12140         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12141         Add support for the Agent in spam-report: when unplugged, report to a
12142         file; when plugged, submit all the requests.
12143
12144         * spam.el (spam-register-routine): Fix message about
12145         registration.
12146
12147 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12148
12149         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12150         dependencies.
12151         (rfc2047-encode): Use it.
12152
12153         * gnus-art.el (gnus-button-marker-list): Move before first
12154         reference.
12155
12156         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12157         (imap-parse-body): Fix format string mismatch.
12158
12159         * gnus-score.el (gnus-summary-increase-score): do.
12160
12161         * nnrss.el (nnrss-close): New function.
12162
12163 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12164
12165         * nnrss.el (nnrss-make-filename): New function.
12166         (nnrss-request-delete-group, nnrss-read-server-data)
12167         (nnrss-save-server-data, nnrss-read-group-data)
12168         (nnrss-save-group-data): Use it.
12169         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12170         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12171         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12172
12173 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12174
12175         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12176
12177 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12178
12179         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12180         files.
12181
12182         * message.el (message-generate-headers-first): Don't quote nil
12183         and t in docstrings.
12184
12185         * imap.el (imap-id): do.
12186
12187         * gnus-agent.el (gnus-agent-consider-all-articles)
12188         (gnus-agent-queue-mail): do.
12189
12190 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12191
12192         * spam-report.el (spam-report-process-queue): New function.
12193         Process requests from `spam-report-requests-file'.
12194         (spam-report-process-queue): Doc fix.
12195
12196 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12197
12198         * spam.el (spam-register-routine)
12199         (spam-log-processing-to-registry, spam-log-registered-p)
12200         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12201         Change "check" to "spam-check" for semi-clarity.
12202
12203 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12204
12205         * pop3.el: Require nnheader.
12206
12207         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12208
12209         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12210
12211         * gnus-picon.el: Require cl.
12212
12213         * gnus-fun.el: Require gnus-ems and gnus-util.
12214
12215         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12216
12217         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12218
12219         * gnus-art.el (gnus-article-edit-mode): Define before first
12220         reference.
12221
12222 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12223
12224         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12225         (gnus-uu-post-encoded): Use point-at-bol.
12226
12227         * gnus-topic.el (gnus-group-active-topic-p): do.
12228
12229         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12230
12231         * gnus-group.el (gnus-group-kill-region): do.
12232
12233         * gnus-art.el (article-date-ut): do.
12234
12235         * message.el (message-fetch-field): Remove redundant
12236         case-fold-search binding.
12237         (message-narrow-to-field): Simplify.
12238
12239 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12240
12241         * spam.el (spam-directory): Derive from `gnus-directory'.
12242
12243         * spam-report.el (spam-report-url-to-file)
12244         (spam-report-requests-file): New function and variable for offline
12245         reporting.
12246         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12247         and user defined function.
12248         (spam-report-url-ping-mm-url): Remove doubled slash.
12249
12250 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12251
12252         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12253
12254 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12255
12256         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12257         format string mismatch.
12258
12259         * sieve.el (sieve-deactivate-all): do.
12260
12261         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12262
12263         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12264
12265         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12266
12267         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12268
12269 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12270
12271         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12272         the list of checks.
12273
12274 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12275
12276         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12277         padding.
12278
12279 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12280
12281         * mm-view.el (mm-fill-flowed): New variable.
12282         (mm-inline-text): Use it.
12283
12284 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12285
12286         * spam.el (spam-spamassassin-register-ham-routine)
12287         (spam-spamassassin-register-spam-routine): Fix function names.
12288
12289 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * gnus.el (gnus-tmp-grouplens): Remove.
12292         (gnus-summary-line-format): Remove grouplens.
12293
12294         * gnus-group.el (gnus-group-line-format): Ditto.
12295
12296         * gnus-spec.el (gnus-format-specs): Ditto.
12297         (gnus-update-format-specifications): Flush the group format spec
12298         cache if there's the grouplens stuff.
12299         (gnus-parse-simple-format): Replace %l with the empty string.
12300
12301 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12302
12303         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12304         omission.
12305
12306 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12309         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12310
12311 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12312
12313         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12314         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12315         New macros and functions.
12316         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12317         Handle > NLINK_MAX messages.
12318         * nnmaildir.el (nnmaildir-request-set-mark): Use
12319         nnmaildir--emlink-p and nnmaildir--eexist-p.
12320
12321 2004-01-25  Alex Schroeder  <alex@gnu.org>
12322
12323         * spam-stat.el (spam-stat-process-directory-age): New option.
12324         (spam-stat-process-directory): Use it.
12325
12326 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12327
12328         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12329         (spam-stat-save): Accept prefix argument.
12330
12331 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12332
12333         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12334         links" error.
12335
12336 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12339         the rest of the and/or forms.
12340
12341 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12342
12343         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12344         compatibility with old .newsrc.eld files.
12345
12346         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12347
12348         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12349
12350         * gnus-start.el (gnus-1): do.
12351
12352         * gnus-group.el (gnus-group-line-format-alist): do.
12353
12354         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12355
12356         * gnus-gl.el: Remove.
12357
12358 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12359
12360         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12361         marks consisting of a single range {for example, (3 . 5)} rather
12362         than a list of a single range { ((3 . 5)) }.
12363
12364 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12365
12366         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12367         with-current-buffer.
12368         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12369         avoid consing a string.
12370
12371         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12372         Remove obsolete entries for big5 and gb2312.
12373
12374 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12375
12376         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12377         uncompressed list.
12378
12379 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12380
12381         * spam-stat.el (spam-stat-strip-xref): New function.
12382         (spam-stat-process-directory): Use it.
12383
12384         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12385         here -- it's done in message-fetch-field.
12386
12387 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12388
12389         * gnus-agent.el (gnus-agent-queue-mail)
12390         (gnus-agent-prompt-send-queue): New variables.
12391         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12392         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12393         "nndraft:queue" along to gnus-draft-send.  Use
12394         gnus-agent-prompt-send-queue.
12395         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12396         is "nndraft:queue".  Suggested by Gaute Strokkenes
12397         <gs234@srcf.ucam.org>
12398
12399         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12400         (agent-enable-undownloaded-faces): Added
12401         (gnus-agent-cat-groups): Use eval-and-compile, not
12402         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12403         method of gnus-agent-cat-groups even when the buffer has been
12404         evaled.
12405         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12406         delete gnus-agent-save-active-1.
12407         (gnus-agent-save-groups): Deleted.  Identical to
12408         gnus-agent-save-active.
12409         (gnus-agent-write-active): No longer adjust agent's copy of active
12410         file as agent's adjustments are now stored in their own
12411         file.  Removed optional parameter.
12412         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12413         servers.  Add use of min/max range limits from server's local
12414         file.
12415         (gnus-agent-save-alist): Removed unused optional argument.
12416         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12417         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12418         (gnus-agent-set-local): A per-server file that keeps min/max range
12419         limits for articles known to the agent.  Provides a fast mechanism
12420         for altering many active ranges.
12421         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12422         active file (local makes it unnecessary).
12423         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12424
12425         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12426         (agent-enable-undownloaded-faces): Added
12427
12428         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12429         disable it when sending to "nndraft:queue".
12430         (gnus-group-send-queue): Add safety check to avoid sending queue
12431         when unplugged.
12432
12433         * gnus-group.el (gnus-group-catchup): Use new
12434         gnus-sequence-of-unread-articles, not
12435         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12436         numbers of articles.  Use gnus-range-map to avoid having to
12437         uncompress the unread list.
12438         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12439         Fixed invalid ange-ftp reference.
12440
12441         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12442         (gnus-sorted-range-intersection): Intersection of two ranges
12443         without requiring that they first be uncompressed.
12444
12445         * gnus-start.el (gnus-activate-group): Unless blocked by the
12446         caller, possibly expand the active range to include both cached
12447         and agentized articles.
12448         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12449         multiple version-dependent converters.
12450         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12451         gnus-agent-save-active.
12452         (gnus-save-newsrc-file): Save dirty agent range limits.
12453
12454         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12455         gnus-agent-possibly-alter-active.
12456         (gnus-adjust-marked-articles): Faster handling of simple lists
12457
12458 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12459
12460         * spam-stat.el (spam-stat-test-directory): New optional argument
12461         displays a list of files detected.  Suggested by Andrew Cohen
12462         <cohen@andy.bu.edu>.
12463         (spam-stat-buffer-words-with-scores): Don't narrow and change
12464         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12465
12466 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12467
12468         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12469         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12470         (spam-spamassassin-arguments)
12471         (spam-spamassassin-spam-flag-header)
12472         (spam-spamassassin-positive-spam-flag-header)
12473         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12474         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12475         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12476         (spam-list-of-processors, spam-list-of-checks)
12477         (spam-list-of-statistical-checks, spam-registration-functions)
12478         (spam-check-spamassassin-headers, spam-check-spamassassin)
12479         (spam-spamassassin-score)
12480         (spam-spamassassin-register-with-sa-learn)
12481         (spam-spamassassin-register-spam-routine)
12482         (spam-spamassassin-register-ham-routine)
12483         (spam-assassin-register-spam-routine)
12484         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12485         (spam-bogofilter-score): Fix to show article before scoring.
12486
12487 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12488
12489         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12490         default scoring function.
12491         (spam-generic-score): Call spam-spamassassin-score if
12492         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12493         spam-bogofilter-score otherwise.
12494
12495         * gnus.el (spam-process, spam-autodetect-methods): Add
12496         spamassassin and spamassassin-headers.
12497
12498 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12499
12500         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12501         Suppress unnecessary messages.
12502
12503 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12504
12505         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12506         make-hash-table.
12507
12508 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * canlock.el (base64-encode-string): Don't autoload it.
12511
12512 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * run-at-time.el: Remove useless (require 'itimer),
12515         eval-and-compile and (featurep 'xemacs).
12516
12517 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12518
12519         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12520         GROUP is a virtual group.
12521
12522 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12523
12524         * gnus.el: Autoload `message-y-or-n-p'.
12525
12526 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12527
12528         * pgg-parse.el: Remove unnecessary (require 'custom).
12529
12530         * pgg-def.el: do.
12531
12532         * nnmail.el: do.
12533
12534         * gnus-undo.el: do.
12535
12536         * gnus-picon.el: do.
12537
12538         * gnus-util.el: do.
12539
12540 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12541
12542         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12543
12544 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12547         handle, as well as a list.
12548
12549         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12550         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12551         (mm-w3m-cid-retrieve): Simplify.
12552
12553 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12554
12555         * message.el (message-kill-to-signature): Allow prefix arg to
12556         specify number of lines to keep before signature.
12557
12558 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12559
12560         (message-kill-to-signature): Change docstring.
12561
12562 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * canlock.el: Always require sha1-el.
12565         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12566
12567         * message.el: Autoload sha1 only when compiling.
12568
12569         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
12570         eudc-expand-inline for XEmacs.
12571
12572 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * message.el (message-canlock-generate): Require sha1-el.
12575
12576 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12577
12578         * message.el (message-expand-name): Silence the byte compiler.
12579
12580         * lpath.el: Add detect-coding-system.
12581
12582         * dgnushack.el (dgnushack-compile): Remove obsolete check for
12583         cus-edit.
12584
12585 2004-01-13  Simon Josefsson  <jas@extundo.com>
12586
12587         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12588         Invoke gnus-score-mode.  Reported by
12589         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12590
12591         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12592         Jim Blandy <jimb@redhat.com> (tiny change).
12593
12594 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12595
12596         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12597
12598 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12599
12600         * spam.el (spam-get-article-as-string): Update to use
12601         gnus-request-article-this-buffer, much simpler.
12602         (spam-get-article-as-buffer): Remove.
12603
12604 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12605
12606         * message.el (message-expand-name): Use EUDC if the user uses that.
12607
12608 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12609
12610         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12611         character for the encoding to avoid consing a string.
12612
12613         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12614         unnecessarily.
12615
12616         * mm-util.el (mm-replace-chars-in-string): Remove.
12617
12618         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12619         of mm-replace-chars-in-string.
12620
12621 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12622
12623         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12624
12625         * mm-util.el (mm-subst-char-in-string): Support inplace.
12626
12627         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12628         a new string in every iteration.  Use shy groups.
12629
12630 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12631
12632         * gnus-srvr.el (gnus-browse-unsubscribe-group):
12633         * gnus-soup.el (gnus-soup-group-brew):
12634         * gnus-msg.el (gnus-put-message):
12635         * gnus-move.el (gnus-group-move-group-to-server):
12636         * gnus-kill.el (gnus-batch-score):
12637         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12638         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12639         (gnus-group-update-group, gnus-group-read-group)
12640         (gnus-group-make-group, gnus-group-make-help-group)
12641         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12642         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12643         (gnus-group-sort-by-unread, gnus-group-catchup)
12644         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12645         (gnus-group-yank-group, gnus-group-set-info)
12646         (gnus-group-list-groups):
12647         * gnus.el (gnus-generate-new-group-name):
12648         * gnus-delay.el (gnus-delay-send-queue):
12649         * nnvirtual.el (nnvirtual-catchup-group):
12650         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12651         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12652         (gnus-group-prepare-topics, gnus-topic-check-topology):
12653         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12654         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12655         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12656         (gnus-group-make-articles-read):
12657         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12658         (gnus-group-change-level, gnus-kill-newsgroup)
12659         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12660         (gnus-get-unread-articles, gnus-make-articles-unread)
12661         (gnus-make-ascending-articles-unread): Use accessor
12662         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12663         to get group information for improved readability.
12664
12665
12666 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12667
12668         * gnus-art.el (article-decode-mime-words, article-babel)
12669         (gnus-article-highlight-signature, gnus-article-add-buttons)
12670         (gnus-signature-toggle): Use gnus-with-article-buffer.
12671
12672         * gnus-art.el (gnus-article-highlight-headers)
12673         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12674
12675         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12676         (gnus-article-set-globals, gnus-request-article-this-buffer)
12677         (gnus-button-message-id, gnus-article-maybe-hide-headers)
12678         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12679         (gnus-mime-display-alternative): Use with-current-buffer.
12680
12681 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12682
12683         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12684         also under 80 char limit, and call gnus-error if needed.
12685         (spam-fetch-article-header): Fix - it was a
12686         buffer-local variable (gnus-newsgroup-data).
12687         (spam-find-spam): Use spam-generate-fake-headers, forget about
12688         spam-insert-fake-headers.
12689         (spam-insert-fake-headers): Remove.
12690
12691 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12692
12693         * deuglify.el (gnus-article-outlook-unwrap-lines)
12694         (gnus-outlook-rearrange-article)
12695         (gnus-outlook-repair-attribution-outlook)
12696         (gnus-outlook-repair-attribution-block)
12697         (gnus-outlook-repair-attribution-other): Remove redundant
12698         save-excursion.
12699
12700 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12701
12702         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12703         (spam-fetch-field-subject-fast)
12704         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12705         (spam-fetch-article-header): Add functions to deal with Gnus
12706         internals for fast retrieval of article header data.
12707         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12708
12709 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12710
12711         * pop3.el (pop3-md5): Remove.
12712         (pop3-apop): Replace pop3-md5 with md5.
12713
12714         * mm-bodies.el: base64 is always built-in.
12715
12716         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12717         with-current-buffer.
12718
12719 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * canlock.el (canlock-insert-header): Remove excessive grouping in
12722         regexp.
12723
12724         * gnus-sum.el (gnus-summary-read-document): Ditto.
12725
12726         * gnus-uu.el (gnus-uu-part-number): Ditto.
12727
12728         * html2text.el (html2text-remove-tags): Ditto.
12729         (html2text-format-tags): Ditto.
12730         (html2text-format-single-elements): Ditto.
12731
12732         * mml.el (mml-parse-1): Ditto.
12733
12734 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12735
12736         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12737
12738         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12739
12740         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12741
12742         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12743
12744 2003-11-15  Simon Josefsson  <jas@extundo.com>
12745
12746         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12747         (pgg-gpg-lookup-key): Use regexp match instead of
12748         split-string (split-string is different between emacs 21.2 and
12749         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
12750
12751 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12752
12753         * gnus-art.el (gnus-mime-view-all-parts)
12754         (gnus-article-part-wrapper, gnus-article-view-part): Use
12755         with-current-buffer.
12756
12757 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12758
12759         * spam.el (spam-disable-spam-split-during-ham-respool)
12760         (spam-spamoracle-database, spam-cache-lookups)
12761         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12762         (spam-group-ham-mark-p, spam-group-spam-mark-p)
12763         (spam-group-ham-marks, spam-group-spam-marks)
12764         (spam-group-spam-contents-p, spam-group-ham-contents-p)
12765         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12766         also add spam-use-blackholes to the statistical checks.
12767         (spam-fetch-field-fast): Add interface to fetching fields, may
12768         become a macro.
12769         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12770         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12771         (spam-insert-fake-headers): Fake an article when needed.
12772         (spam-find-spam): Fake article when possible.
12773         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12774         (spam-check-bogofilter-headers): Use message-fetch-field instead
12775         of nnmail-fetch-field.
12776
12777 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12778
12779         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12780
12781 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12782
12783         * spam.el (spam-split): Do not require spam-use-CHECK to be
12784         enabled if that check is passed to spam-split explicitly; also
12785         fix so 'spam doesn't get converted to spam-split-group when
12786         spam-split-symbolic-return is t.
12787         (spam-find-spam): Find registrations of the article and use those
12788         instead of re-running spam-split to find the spam/ham
12789         classification of the article.
12790         (spam-log-processing-to-registry, spam-log-registered-p)
12791         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12792         Use gnus-error instead of gnus-message.
12793         (spam-log-registration-type): Add function to determine the
12794         classification of a message based on registry entries; will
12795         return nil if both 'spam and 'ham are found.
12796         (spam-check-BBDB): Expand all the BBDB macros here so we can have
12797         a reasonably fast local cache without the loading errors.
12798         (spam-cache-lookups): Set to t by default.
12799         (spam-find-spam): Don't try to guess spam-cache-lookups.
12800         (spam-enter-whitelist, spam-enter-blacklist): Clear the
12801         spam-caches entry.
12802         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12803         caching of whitelist/blacklist entries.
12804         (spam-check-whitelist, spam-check-blacklist): Invoke
12805         spam-from-listed-p with a type, not a cache variable.
12806         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12807
12808 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12809
12810         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12811
12812         * nnmail.el (nnmail-split-fancy): do.
12813
12814         * mml.el (mml-parse): do.
12815
12816         * gnus-score.el (gnus-enter-score-words-into-hashtb)
12817         (gnus-score-adaptive): do.
12818
12819 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12822         (gnus-mime-button-map): Don't set keymap parent.
12823         (gnus-button-ctan-directory-regexp): Use shy grouping.
12824         (gnus-prev-page-map): Don't set keymap parent.
12825         (gnus-prev-page-map): Remove duplicated one.
12826         (gnus-next-page-map): Don't set keymap parent.
12827         (gnus-mime-security-button-map): Ditto.
12828
12829         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12830         version number.
12831
12832         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12833
12834 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * canlock.el (canlock-sha1-function): Remove.
12837         (canlock-sha1-function-for-verify): Remove.
12838         (canlock-openssl-program): Remove.
12839         (canlock-openssl-args): Remove.
12840         (canlock-ignore-errors): Remove.
12841         (canlock-sha1-with-openssl): Remove.
12842         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12843         (canlock-verify): Don't use canlock-ignore-errors.
12844
12845         * sha1-el.el (sha1-string-external): Make it can return a string
12846         in binary form.
12847         (sha1-region-external): Ditto.
12848         (sha1-string-internal): Ditto.
12849         (sha1-region-internal): Ditto.
12850         (sha1-region): Ditto.
12851         (sha1-string): Ditto.
12852         (sha1): Ditto.
12853
12854 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12855
12856         * spam.el (spam-report-articles-gmane): New command.
12857
12858 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * gnus.el: Don't make unnecessary *Group* buffer when loading.
12861
12862         * run-at-time.el (run-at-time-saved): Remove.
12863         (run-at-time): Doc fix.
12864
12865 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12866
12867         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12868         (gnus-summary-limit-map): Add it.
12869         (gnus-summary-make-menu-bar): do.
12870
12871 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
12872
12873         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12874         Make attempt at some caching support (done for BBDB only now).
12875         (spam-find-spam): Set spam-cache-lookups if there are more than 2
12876         addresses to be checked.
12877         (spam-clear-cache-BBDB): Add function, to be invoked by
12878         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12879         (spam-check-BBDB): Check and use the caches, if
12880         spam-cache-lookups is on, remove superfluous (provide).
12881
12882 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12883
12884         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12885
12886 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
12887
12888         * run-at-time.el (run-at-time-saved): Move to after the definition
12889         of `run-at-time'.
12890
12891         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
12892
12893 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12896         mm-w3m-local-map-property.
12897
12898         * mm-view.el (mm-w3m-mode-map): Remove.
12899         (mm-w3m-local-map-property): Remove.
12900         (mm-inline-text-html-render-with-w3m): Don't use
12901         mm-w3m-local-map-property.
12902
12903 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12904
12905         * run-at-time.el: New file.
12906
12907         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
12908         under Emacs.
12909
12910         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12911         of gnus-set-text-properties.
12912
12913         * gnus-uu.el (gnus-uu-save-article): Ditto.
12914
12915         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12916
12917         * gnus-cite.el (gnus-cite-parse): Ditto.
12918
12919         * gnus-art.el (gnus-button-push): Use set-text-properties instead
12920         of gnus-.
12921
12922         * gnus-xmas.el (run-at-time): Require run-at-time.
12923
12924         * gnus.el: Changed calls to nnheader-run-at-time and
12925         password-run-at-time throughout to use run-at-time directly.
12926
12927         * password.el: Removed definition of run-at-time.
12928
12929         * nnheaderxm.el: Remove definition of run-at-time.
12930
12931 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
12932
12933         * mml.el (mml-minibuffer-read-disposition): Show attachment type
12934         in prompt.
12935
12936 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12937
12938         * messagexmas.el (message-xmas-redefine): Alias
12939         `message-make-caesar-translation-table' to
12940         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
12941         version.
12942
12943         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
12944         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
12945         `gnus-xmas-set-text-properties'.
12946         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
12947         `gnus-xmas-completing-read'.
12948         (gnus-xmas-completing-read): Removed.
12949         (gnus-xmas-open-network-stream): Removed.
12950
12951         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12952         XEmacs version.
12953
12954         * dns.el (dns-make-network-process): Use `open-network-stream'
12955         instead of `gnus-xmas-open-network-stream'.
12956
12957         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
12958
12959         * .cvsignore: Add auto-autoloads.el, custom-load.el.
12960
12961 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12962
12963         * gnus-art.el (gnus-mime-display-alternative)
12964         (gnus-insert-mime-button, gnus-insert-mime-security-button)
12965         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12966         Don't use gnus-local-map-property.
12967
12968         * gnus-util.el (gnus-local-map-property): Remove.
12969
12970         * mm-view.el (mm-view-pkcs7-decrypt): Replace
12971         gnus-completing-read-maybe-default with completing-read.
12972
12973         * gnus-util.el (gnus-completing-read): do.
12974         (gnus-completing-read-maybe-default): Remove.
12975
12976 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12977
12978         * password.el: Only autoload `run-at-time' if not XEmacs.
12979         Only autoload the itimer functions if XEmacs.
12980
12981 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
12984         XEmacsen.
12985
12986         * dgnushack.el: Autoload executable-find for XEmacs.
12987
12988 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12989
12990         * gnus-art.el (gnus-read-string): Remove.
12991         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12992         read-string.
12993
12994 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
12995
12996         * netrc.el: Autoload password-read.
12997         (netrc): Add configuration group.
12998         (netrc-encoding-method, netrc-openssl-path): Add
12999         variables for encoding and decoding of files with symmetric
13000         ciphers.
13001         (netrc-encode): Add assistant function to encode a file with
13002         netrc-encoding-method.
13003         (netrc-parse): Add interactive parameter, added optional
13004         decoding if netrc-encoding-method is non-nil but otherwise
13005         behavior is standard.
13006         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13007         Do s/encode/encrypt/ everywhere.
13008
13009         * spam.el: Remove executable-find autoload.
13010
13011 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13012
13013         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13014
13015         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13016
13017 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13018
13019         * gnus-art.el (gnus-treat-ansi-sequences,
13020         (article-treat-ansi-sequences): New variable and function.
13021         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13022
13023         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13024         Use it.
13025
13026 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13027
13028         * mm-util.el (mm-quote-arg): Remove.
13029
13030         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13031         shell-quote-argument.
13032
13033         * gnus-uu.el (gnus-uu-command): do.
13034
13035         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13036
13037         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13038         with make-char.
13039
13040         * mm-util.el (mm-make-char): Remove.
13041
13042         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13043         add-minor-mode.
13044
13045         * gnus-undo.el (gnus-undo-mode): do.
13046
13047         * gnus-topic.el (gnus-topic-mode): do.
13048
13049         * gnus-sum.el (gnus-dead-summary-mode): do.
13050
13051         * gnus-start.el (gnus-slave-mode): do.
13052
13053         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13054
13055         * gnus-ml.el (gnus-mailing-list-mode): do.
13056
13057         * gnus-gl.el (gnus-grouplens-mode): do.
13058
13059         * gnus-draft.el (gnus-draft-mode): do.
13060
13061         * gnus-dired.el (gnus-dired-mode): do.
13062
13063         * gnus-ems.el (gnus-add-minor-mode): Remove.
13064
13065         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13066         Replace gnus-char-width with char-width.
13067
13068         * gnus-ems.el (gnus-char-width): Remove.
13069
13070         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13071         Replace gnus-char-width with char-width.
13072
13073         * gnus-ems.el (gnus-char-width): Remove.
13074
13075         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13076         definition.
13077         Remove Emacs 20 hash table compatibility code.
13078
13079         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13080         20 compatibility code.
13081
13082         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13083
13084         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13085
13086         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13087         with point-at-{eol,bol}.
13088
13089         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13090
13091         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13092
13093         * flow-fill.el (fill-flowed-point-at-bol)
13094         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13095
13096         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13097         Replace with point-at-{eol,bol} throughout all files.
13098
13099 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * ntlm.el (ntlm-string-as-unibyte): New macro.
13102         (ntlm-build-auth-response): Use it.
13103
13104         Remove Emacs 20 stuff:
13105         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13106         (butlast, mapc, remove): Remove the compiler macros.
13107         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13108         of delq and copy-sequence.
13109         * gnus-art.el (popup-menu): Remove the compiler macro.
13110         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13111         Emacs 20.
13112
13113 2004-01-05  Simon Josefsson  <jas@extundo.com>
13114
13115         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13116         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13117         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13118         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13119         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13120         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13121         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13122         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13123         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13124         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13125         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13126         string-xor into ntlm-string-xor.  Suggested by
13127         Jesper Harder <harder@myrealbox.com>.
13128
13129         * ntlm.el: Don't include poem.
13130
13131         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13132         Jesper Harder <harder@myrealbox.com>.
13133
13134         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13135
13136         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13137         probably breaks emacs with DL patch, but do we care? Is anyone
13138         still using the DL stuff?)
13139
13140         * sieve-manage.el: Use the password package.
13141         (sieve-manage-read-passwd): Remove.
13142         (sieve-manage-interactive-login): Use password.  Re-add
13143         condition-case around loop.
13144
13145         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13146         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13147         the password package.
13148
13149 2003-02-19  Simon Josefsson  <jas@extundo.com>
13150
13151         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13152         token.
13153
13154 2002-08-07  Simon Josefsson  <jas@extundo.com>
13155
13156         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13157         (sieve-manage-authenticators):
13158         (sieve-manage-authenticator-alist): Add some SASL mechs.
13159         (sieve-sasl-auth): New function.
13160         (sieve-manage-cram-md5-auth):
13161         (sieve-manage-plain-auth): Rewrite using SASL library.
13162         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13163         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13164         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13165         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13166
13167 2004-01-05  Simon Josefsson  <jas@extundo.com>
13168
13169         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13170         New files.
13171
13172 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13173
13174         * gnus-group.el (gnus-no-groups-message): Update.
13175
13176         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13177
13178 2003-11-09  Simon Josefsson  <jas@extundo.com>
13179
13180         * imap.el: Support for ID IMAP extension (RFC 2971).
13181         (imap-local-variables): Add imap-id.
13182         (imap-id): New variable.
13183         (imap-id): New function.
13184         (imap-parse-response): Parse untagged ID response.
13185         * nnimap.el (nnimap-id): New variable.
13186         (nnimap-open-connection): Use it.
13187
13188 2003-12-28  Simon Josefsson  <jas@extundo.com>
13189
13190         * gnus-score.el (gnus-score-edit-all-score): New.
13191         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13192
13193 2004-01-04  Simon Josefsson  <jas@extundo.com>
13194
13195         * password.el: Add.
13196
13197 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13198
13199         * dns.el: Add support for AAAA records (see RFC 3596)
13200
13201         * Fix typo PRT -> PTR
13202
13203         * Parse MX, PTR and SOA replies (see RFC 1035)
13204
13205 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13206
13207         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13208
13209         * Moved to Changelog.2.
13210
13211 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13212
13213         * gnus.el (gnus-version-number): Bump version.
13214
13215 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13216
13217         * gnus.el: No Gnus v0.1 is released.
13218
13219 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13220
13221         * gnus.el: No Gnus v0.0 is released.
13222
13223 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13224
13225         * gnus.el (gnus-version-number): Bump.
13226         (gnus-version): No.
13227
13228 See ChangeLog.2 for earlier changes.
13229
13230     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13231
13232   This file is part of GNU Emacs.
13233
13234   GNU Emacs is free software: you can redistribute it and/or modify
13235   it under the terms of the GNU General Public License as published by
13236   the Free Software Foundation, either version 3 of the License, or
13237   (at your option) any later version.
13238
13239   GNU Emacs is distributed in the hope that it will be useful,
13240   but WITHOUT ANY WARRANTY; without even the implied warranty of
13241   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13242   GNU General Public License for more details.
13243
13244   You should have received a copy of the GNU General Public License
13245   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13246
13247 ;; Local Variables:
13248 ;; coding: utf-8
13249 ;; fill-column: 79
13250 ;; add-log-time-zone-rule: t
13251 ;; End:
13252
13253 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4