* gnus-util.el (gnus-extract-address-component-name)
[gnus] / lisp / ChangeLog
1 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-util.el (gnus-extract-address-component-name)
4         (gnus-extract-address-component-email): Convenience functions around
5         `gnus-extract-address-components'.
6
7         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
8         `gnus-extract-address-component-email' to fix bug of comparing full
9         sender name to `user-mail-address'.
10
11 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12
13         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14         catch/throw to optimize.
15         (gnus-registry-find-keywords): Just use member to find a keyword.
16
17 2008-05-04  Juri Linkov  <juri@jurta.org>
18
19         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
20         (mailcap-file-default-commands): Use mailcap-replace-in-string
21         instead of replace-regexp-in-string, and mailcap-delete-duplicates
22         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
23
24 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
25
26         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
27
28 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
29
30         * gnus.el: Bump version to 0.11
31
32 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
33
34         * gnus.el: No Gnus v0.10 is released.
35
36 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
39         hooks.
40         (gnus-update-read-articles): Speed up non-marks-using users.
41         (gnus-use-marks): Define gnus-use-marks.
42         (gnus-propagate-marks): Rename variable to something more sensible.
43
44 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
45
46         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
47         (gmm-image-load-path-for-library): Fix typos in docstrings.
48         (gmm-message): Reflow docstring.
49
50 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
51
52         * mail-source.el (mail-source-set-1, mail-source-bind): Moved
53         auth-source code out of the macro to clean it up and fix bugs.
54
55 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
56
57         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
58         by sender if it's equal to user-mail-address, it's likely to be
59         useless.
60
61         * mail-source.el (mail-source-bind): Don't use user or password if they
62         are not bound.  Unintern them if they are nil.  Don't use server unless
63         it's bound, and default it to empty string otherwise.
64
65 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
66
67         * mail-source.el: Load auth-source.el.
68         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
69         get user name or password, if auth-sources is set up.
70
71         * gnus-registry.el (gnus-registry-split-strategy): New variable for
72         strategy of splitting with parent.
73         (gnus-registry-split-fancy-with-parent)
74         (gnus-registry-post-process-groups): Use it and fix prior
75         bug (returning a list as the split result).
76
77         * auth-source.el (auth-sources): Remove server parameter.
78         (auth-source-pick, auth-source-user-or-password)
79         (auth-source-user-or-password-imap)
80         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
81         (auth-source-user-or-password-sftp)
82         (auth-source-user-or-password-smtp): Remove server parameter.
83
84 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
85
86         * smime.el (smime-sign-region, smime-encrypt-region)
87         (smime-decrypt-region):
88         Remove redundant calls to `generate-new-buffer-name'.
89
90 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
91
92         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
93         Don't use QP for message/rfc822.
94         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
95
96 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
97
98         * sieve-manage.el (sieve-string-bytes): Remove.
99         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
100         correct byte-length only if the process's coding-system is the same as
101         the one used internally by Emacs to represent strings.
102
103 2008-04-22  Juri Linkov  <juri@jurta.org>
104
105         * mailcap.el (mailcap-file-default-commands): New function.
106
107 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
108
109         * message.el (message-signature-separator, message-cite-function):
110         Change custom version.
111
112 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
113
114         * tls.el (tls-program): Add -ign_eof argument to call the openssl
115         commands.
116         (tls-checktrust): Ditto.
117
118 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
119
120         * mm-decode.el (mm-display-external): Make temp file read-only.
121
122 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
123
124         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
125         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
126         `C-c C-f d'.
127
128 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
129
130         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
131
132 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
133
134         * gnus.el: Bump version to 0.9.
135
136 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
137
138         * gnus.el: No Gnus v0.8 is released.
139
140 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
141
142         * mail-source.el (mail-source-value):
143         Prefer fboundp to functionp so it works with macros as well.
144
145 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
146
147         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
148         Fix last change in case the element is not even a symbol.
149
150 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
151
152         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
153         Prefer fboundp to functionp so it works with macros as well.
154
155 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
156
157         * auth-source.el: Added docs.
158         (auth-sources): Modify format to support server.
159         (auth-source-pick, auth-source-user-or-password)
160         (auth-source-user-or-password-imap)
161         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
162         (auth-source-user-or-password-sftp)
163         (auth-source-user-or-password-smtp): Add server parameter.
164
165 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
166
167         * gnus-registry.el: Initialize the registry when gnus-registry-install
168         is t.
169
170 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * compface.el (uncompface): Make buffer unibyte.
173
174 2008-04-05  Glenn Morris  <rgm@gnu.org>
175
176         * gnus-ems.el (mm-disable-multibyte): Autoload it.
177
178 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
179
180         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
181         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
182
183         * nnheader.el (nnheader-init-server-buffer): Change buffer's
184         multibyteness after rather than before erasing it.
185
186         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
187         mm-with-multibyte.
188         (gnus-request-article-this-buffer): Make sure the proper decoding is
189         used if gnus-original-article-buffer happens to be unibyte.
190
191         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
192         default-enable-multibyte-characters.
193
194         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
195         default-enable-multibyte-characters.
196
197         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
198
199         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
200
201 2008-04-02  Simon Josefsson  <simon@josefsson.org>
202
203         * imap.el (imap-enable-exchange-bug-workaround): New variable.
204         (imap-message-copyuid-1): Use it.
205         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
206         J. Williams in
207         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
208
209         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
210         imap-enable-exchange-bug-workaround.
211         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
212
213 2008-04-01  Simon Josefsson  <simon@josefsson.org>
214
215         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
216         a 100 byte status-checks into a 2-3MB transfer for each group.
217         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
218         to enable bug workaround or not.
219         (nnimap-find-minmax-uid): Only enable workaround conditionally.
220
221 2008-03-31  Glenn Morris  <rgm@gnu.org>
222
223         * message.el (mml2015-use): Declare for compiler.
224         (message-info): Require mml2015 when appropriate.
225
226 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
227
228         * Makefile.in (EMACS_COMP): Quote directory name that might contain
229         whitespace.
230
231 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
232
233         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
234         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
235         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
236         (nntp-service-to-port): New function.
237         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
238         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
239         (nntp-open-netcat-stream): New function.
240         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
241
242 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
243
244         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
245
246 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
247
248         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
249
250 2008-03-28  Magnus Henoch  <mange@freemail.hu>
251
252         * dns.el (dns-write): Use set-buffer-multibyte.
253
254 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
255
256         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
257
258 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
259
260         * message.el (message-signature-separator): Change default.
261         Improve custom type.
262         (message-cite-function): Change default to
263         message-cite-original-without-signature.
264
265         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
266         toggle.
267
268         * message.el (message-check-news-body-syntax): Fix signature check.
269         (message-setup-1): Mark buffer as unmodified _after_ running
270         message-setup-hook and handling message-alternative-emails.
271         (message-shorten-references): Be more strict when building list of
272         valid references to comply with GNKSA.
273
274         * gnus-group.el (gnus-read-ephemeral-bug-group)
275         (gnus-read-ephemeral-debian-bug-group)
276         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
277
278         * message.el (message-info): Don't use booleanp which isn't supported
279         in Emacs 21 and XEmacs.
280
281 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
282
283         * gnus-group.el (gnus-gmane-group-download-format): Rename from
284         gnus-group-gmane-group-download-format.
285         (gnus-group-read-ephemeral-gmane-group): Rename from
286         gnus-group-read-ephemeral-gmane-group.
287         (gnus-read-ephemeral-gmane-group-url): Rename from
288         gnus-group-read-ephemeral-gmane-group-url.
289         (gnus-bug-group-download-format-alist):  New variable.
290         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
291         (gnus-read-ephemeral-emacs-bug-group): New commands.
292
293 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
294
295         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
296         (gnus-visible-headers): Improve custom type.
297
298 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
299
300         * mml.el (mml-menu): Add workarounds for XEmacs.
301
302         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
303         X-Boundary header.
304
305         * message.el (message-simplify-recipients): Fix previous commit.
306
307 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
308
309         * mm-util.el (mm-set-buffer-multibyte): New function.
310         * mm-decode.el (mm-copy-to-buffer): Use it.
311
312 2008-03-19  Glenn Morris  <rgm@gnu.org>
313
314         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
315         Accidentally removed in the sync process with Emacs.
316
317 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
318
319         * message.el (message-alter-recipients-discard-bogus-full-name):
320         New function.
321         (message-alter-recipients-function): New variable.
322         (message-get-reply-headers): Use it.
323         (message-replace-header): New helper function.
324         (message-recipients-without-full-name): New variable.
325         (message-simplify-recipients): New command.
326
327         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
328
329         * message.el (message-info): Handle EasyPG manual.
330
331         * mml.el (mml-menu): Add entry for EasyPG.
332
333 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
334
335         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
336         parameter.
337
338         * message.el (message-disassociate-draft): Specify drafts group name
339         fully.
340
341 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
342
343         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
344         unnecessary duplicates from the match list.
345
346 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
349
350         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
351
352         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
353         args of `how-many' of which the XEmacs version doesn't take; declare
354         Info-index-next as function.
355
356 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
357
358         * gnus-score.el (gnus-score-headers): Fix handling of
359         gnus-inhibit-slow-scoring.
360
361         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
362         string.
363         (gnus-button-url-regexp): Improve handling of parenthesis.
364         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
365         (gnus-button-handle-info-keystrokes): Handle index entries.
366
367 2008-03-15  Glenn Morris  <rgm@gnu.org>
368
369         * parse-time.el (parse-time-string): Simplify.
370
371 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
372
373         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
374         Incoming* files.
375
376 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
377
378         * auth-source.el (auth-sources): Renamed from auth-source-choices.
379         (auth-source-pick): Use it.
380
381 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
382
383         * binhex.el (binhex-decode-region-internal):
384         * uudecode.el (uudecode-decode-region-internal):
385         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
386         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
387         setting default-enable-multibyte-characters.
388
389 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
390
391         * auth-source.el (auth-source-protocols)
392         (auth-source-protocols-customize, auth-source-choices): Added and
393         modified variable customizations and defaults.
394         (auth-source-pick, auth-source-user-or-password)
395         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
396         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
397         (auth-source-user-or-password-sftp)
398         (auth-source-user-or-password-smtp): Use new variables and provide an
399         interface to netrc.el.
400
401 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
402
403         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
404         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
405         Make sure the nntp port to specify is a string.
406
407 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
408
409         * nntp.el: Use with-current-buffer.
410         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
411         dubious mm-with-unibyte-current-buffer.
412         (nntp-with-open-group-function): New function extracted from
413         nntp-with-open-group macro.
414         (nntp-with-open-group): Use the function, so it's easier to debug.
415         Add indentation and debugging info.
416         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
417         the use of the netcat alternatives.
418
419         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
420         Avoid mm-string-as-multibyte as well.
421
422         * nnweb.el (nnweb-insert-html):
423         Remove use of nnheader-string-as-multibyte.
424
425         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
426         (nnheader-string-as-multibyte): Remove.
427
428         * mm-view.el: Use inhibit-read-only.
429         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
430         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
431         or unibyte-string.
432
433         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
434         (mm-uu-yenc-extract): Use with-current-buffer.
435
436         * gnus-soup.el (gnus-soup-send-packet): Don't use
437         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
438
439         * nnmh.el: Use with-current-buffer.
440         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
441         mm-string-as-multibyte on the output of mm-encode-coding-string.
442
443         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
444         (nnimap-request-move-article): Use with-current-buffer.
445
446         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
447         inserting the handle-buffer's text, so the implicit multibyte->unibyte
448         conversion uses string-make-unibyte rather than string-as-unibyte.
449
450         * gnus-msg.el: Use with-current-buffer.
451
452         * message.el (message-ignored-resent-headers): Add "Delivered-To".
453
454 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
455
456         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
457         string for caching if it is 'PIN.
458
459 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
460
461         * lpath.el: Consider the case without Emacs/W3.
462
463 2008-03-08  Glenn Morris  <rgm@gnu.org>
464
465         * time-date.el (date-to-time, time-subtract, time-add)
466         (safe-date-to-time): Doc fixes.
467
468 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
469
470         * mail-source.el (mail-source-delete-old-incoming-confirm):
471         Change default to nil.
472         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
473
474 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
475
476         * lpath.el: Rearrange.
477
478         * gnus-art.el (gnus-narrow-to-page): Position point properly.
479         (gnus-article-goto-prev-page): Work for articles having ^L's.
480
481         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
482
483         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
484
485 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
486
487         * gnus-bookmark.el: Adjust for renames in bookmark.el.
488         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
489         (gnus-bookmark-jump): Adjust some variable names.
490
491 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
492
493         * auth-source.el: New package.
494         (auth-source-choices): Add customization entry point variable.
495
496         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
497         bug.
498
499 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
500
501         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
502         (gnus-registry-initialize, gnus-registry-install-p): Use it.
503         (gnus-registry-install-shortcuts): Rename from
504         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
505         the `gnus-registry-mark-map' keymap dynamically from
506         `gnus-registry-marks'.  The generated functions update the summary line
507         when a registry mark is added or deleted, and will call
508         `gnus-registry-install-p' (see the comments in the code).
509         (gnus-registry-user-format-function-M): Use concat intelligently.
510
511         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
512         the registry mark functions.
513
514 2008-03-05  Glenn Morris  <rgm@gnu.org>
515
516         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
517         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
518         gnus-art.
519         (top-level): No need to load own source when compiling.
520
521 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
522
523         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
524         Suggested by <chris.anderton@zetnet.co.uk>.
525
526 2008-03-04  Glenn Morris  <rgm@gnu.org>
527
528         * gnus-sum.el (top-level): No need to require gnus when compiling,
529         since unconditionally required near start of file.
530         (gnus-summary-display-while-building): Move definition before use.
531
532 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
533
534         * gnus-registry.el (gnus-registry-user-format-function-M): Add
535         formatting function.
536
537 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
538
539         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
540         with plists.
541         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
542         Use new format.
543
544 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
547         `where-is-internal' that returns a range of key sequences.
548
549 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
550
551         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
552
553         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
554         (gnus-summary-jump-to-group): Consider windows on other displayed
555         frames as well.  Similar changes might be needed elsewhere, but that's
556         the one I've bumped into during my use.
557
558         * nndoc.el (nndoc-oe-dbx-type-p):
559         * gnus-msg.el (gnus-debug):
560         * gnus-group.el (gnus-update-group-mark-positions):
561         Use mm-string-to-multibyte.
562
563 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
564
565         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
566         doesn't handle NotDashEscaped.
567
568         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
569         (mml-dnd-attach-options): Fix typo in custom choice.
570
571         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
572         nndoc-article-type to mbox.
573         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
574
575         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
576         to nil, instead of html2text.
577
578         * imap.el (imap-debug): Add `imap-ping-server'.
579
580         * gnus-bookmark.el: Add FIXMEs.
581
582         * message.el (message-form-letter-separator)
583         (message-send-form-letter-delay): New variables.
584         (message-send-form-letter): Use them.  New command to send form
585         letters.  Requested by Uwe Siart.
586         (message-send-mail-function): Doc fix.  Add "Other" custom option.
587
588 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
589
590         * Update copyright years.
591
592 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
593
594         Sync from EMACS_22_BASE.
595
596         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
597
598 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
599
600         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
601         empty author.
602
603 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
604
605         * gnus-registry.el (gnus-registry-marks): Add variable for
606         customization of marks and their appearance.
607         (gnus-registry-read-mark): Use it.
608         (gnus-registry-do-marks): Add utility function to loop through
609         `gnus-registry-marks'.
610         (gnus-registry-install-shortcuts-and-menus): Add function to install
611         shortcuts and menus.
612         (gnus-registry-initialize): Use it.
613         (gnus-registry-default-mark): Clarify documentation.
614
615 2008-02-29  Glenn Morris  <rgm@gnu.org>
616
617         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
618         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
619         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
620         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
621         Change defcustom :version from 23.0 to 23.1.
622
623 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
624
625         * gnus-registry.el (gnus-registry-follow-group-p)
626         (gnus-registry-post-process-groups): Add functions to aid registry
627         splitting and improve logging.  Clarify behavior in function
628         documentation.
629         (gnus-registry-split-fancy-with-parent): Use them.
630
631 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
632
633         * gnus-art.el: Use with-current-buffer.
634
635 2008-02-27  David Engster  <dengste@eml.cc>
636
637         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
638         Express real group name in the response.
639
640 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
641
642         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
643         (nnmairix-last-server, nnmairix-current-server): Defvar them.
644         (nnmairix-goto-original-article): Defvar gnus-registry-install and
645         autoload gnus-registry-fetch-group when compiling.
646         (nnmairix-request-group-with-article-number-correction): remove
647         unreferenced argument passed to nnmairix-call-backend.
648
649 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
650
651         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
652         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
653         Wilde.
654
655 2008-02-27  Glenn Morris  <rgm@gnu.org>
656
657         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
658         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
659         variables to defconsts.  Convert comments to doc-strings.
660         (nnmairix-last-server, nnmairix-current-server): Convert from free
661         variables to defvars.  Convert comments to doc-strings.
662         (gnus-registry-fetch-group): Autoload.
663         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
664         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
665         (nnmairix-widget-build-editable-fields): Use car cddr rather than
666         caddr.
667         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
668         nnmairix-request-group-with-article-number-correction call.
669         (nnmairix-fast, nnmairix-group): New, less general names, for free
670         variables passed from nnmairix-request-group to
671         nnmairix-request-group-with-article-number-correction.  Declare.
672         (nnmairix-request-group-with-article-number-correction):
673         Use nnmairix-fast, nnmairix-group rather than fast, group.
674
675 2008-02-26  David Engster  <dengste@eml.cc>
676
677         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
678         version 0.5.
679
680 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
681
682         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
683         instead of making an extra function call.  Don't add the current group
684         to articles only when they have the group.  Use
685         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
686         Reported by David <de_bb@arcor.de>.
687
688 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
689
690         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
691         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
692
693 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
694
695         * mail-source.el (mail-source-delete-incoming): Change default.
696         Supplement doc string.
697
698         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
699
700 2008-02-14  Glenn Morris  <rgm@gnu.org>
701
702         * time-date.el (format-seconds): New function.
703
704 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
705
706         * nnmail.el (nnmail-message-id-cache-file): Derive from
707         `gnus-home-directory'.
708
709 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
710
711         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
712         Document negative prefix.
713
714         * gnus-group.el (gnus-group-read-group): Document negative prefix.
715
716 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * message.el (message-unsent-separator): Add the Exim bounce
719         separator.
720
721 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
722
723         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
724         list.
725         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
726         recipient/signer list.
727
728 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
729
730         * Makefile.in (datarootdir): Define.
731         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
732         name that might contain whitespace.
733
734 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
735
736         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
737         fbound (Emacs 23 unicode), signal an error.
738
739 2008-02-08  Glenn Morris  <rgm@gnu.org>
740
741         * gnus-art.el (pgg-display-output-buffer): Declare as function.
742
743 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
744
745         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
746         ports to the calls to `netrc-machine-user-or-password' in addition to
747         "imap" and "imaps".
748
749 2008-02-01  Zhang Wei  <id.brep@gmail.com>
750
751         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
752
753         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
754
755 2008-02-01  Kenichi Handa  <handa@m17n.org>
756
757         * rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from
758         rfc2104-hexstring-to-bitstring and changed to return a byte list.
759         (rfc2104-hash): Convert the result of concat to unibyte string.
760
761 2008-02-01  Dave Love  <fx@gnu.org>
762
763         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
764         coding-system-for-read.
765         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
766
767 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
768
769         * gnus.el (gnus-group-startup-message): Add `find-image' call before
770         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
771         <hanche@math.ntnu.no>.
772
773 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
774
775         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
776
777         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
778
779 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
780
781         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
782         * message.el (message-beginning-of-line): Use featurep instead of bound
783         tests in order to resolve conditionals at compile time.
784
785 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
786
787         * mail-source.el (mail-sources): Add `group' choice.
788
789         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
790         parameter `in-group' to control into which group the articles go.
791         Add treatment of `group' mail-source.
792
793 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
796
797         * mm-decode.el (mm-dissect-buffer): Decode description.
798
799         * mml.el (mml-to-mime): Encode message header first.
800
801 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
802
803         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
804         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
805
806         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
807         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
808
809 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
810
811         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
812
813 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
816         prefix keys.
817         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
818         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
819         gnus-xmas.el.
820
821         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
822         (gnus-xmas-article-describe-bindings): New function.
823         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
824         gnus-xmas-article-describe-bindings.
825
826         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
827
828 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
829
830         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
831         Add new variables for article mark management.
832         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
833         list of extra data entries which, when present, will indicate that the
834         article ID should not be trimmed from the registry.
835         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
836         functions.
837         (gnus-registry-read-mark): New function to read a mark name from the
838         user.
839         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
840         (gnus-registry-set-article-mark-internal): New functions to add and
841         remove marks.
842         (gnus-registry-get-article-marks): New function to show the marks for
843         an article, or retrieve them for further use.
844
845 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
846
847         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
848         keys when no argument is given.
849
850 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
851
852         * imap.el (imap-ping-server): New variable.
853         (imap-opened): On add extra ping if imap-ping-server is non-nil.
854         (imap-ping-server): Minor doc string fixes.
855
856 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
857
858         * imap.el (imap-ping-server): New function.
859         (imap-opened): Call imap-ping-server.
860
861 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
862
863         * gnus-sum.el (gnus-article-sort-by-random)
864         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
865         jidanni@jidanni.org.
866
867 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * gnus-art.el (gnus-article-describe-bindings): New function.
870         (gnus-article-read-summary-keys): Use it.
871         (gnus-article-mode-map): Bind `C-h b' to it.
872
873 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
874
875         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
876         XEmacs.
877         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
878         against non-character events.
879
880         * lpath.el: Fbind map-keymap for Emacs 21.
881
882 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
883
884         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
885         command.
886         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
887         instead of END.  Change name of the temp file.
888         (gnus-group-gmane-group-download-format): Add doc string.  Make it
889         customizable.
890
891 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
892
893         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
894         bind `S W' to gnus-article-wide-reply-with-original; set default
895         binding to gnus-article-read-summary-send-keys.
896         (gnus-article-read-summary-keys): Fix the order of keys; display
897         continuation keys correctly in the echo area; describe bindings
898         correctly when keys end with `C-h'.
899         (gnus-article-read-summary-send-keys): New function.
900         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
901         for gnus-article-read-summary-send-keys; display continuation keys
902         correctly in the echo area.
903         (gnus-article-reply-with-original): Ignore prefix argument.
904         (gnus-article-wide-reply-with-original): New function.
905
906         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
907         Emacs 21.
908
909 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
910
911         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
912         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
913
914 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
915
916         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
917         (gnus-group-read-ephemeral-gmane-group): New command.
918
919 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
920
921         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
922
923 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
924
925         * message.el (message-send-mail-function): Increase custom version.
926
927         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
928         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
929
930 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
931
932         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
933         for the cases where imap-authenticate is called with a nil buffer
934         parameter.
935
936 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
939         html parts correctly; support forwarded messages.
940         (gnus-article-browse-html-article): Remove work buffers.
941
942         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
943         compiling.
944         (netrc-bound-and-true-p): New macro.
945         (netrc-parse): Use it instead of bound-and-true-p that is not available
946         in XEmacs 21.4.
947
948 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
949
950         * gnus-registry.el (gnus-registry-mark-article)
951         (gnus-registry-article-marks): Add functionality to mark articles
952         through the Gnus registry.
953
954         * encrypt.el: Clarify documentation for the new pgg method.
955         (encrypt-file-alist): Add PGG option.
956         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
957         functionality.  Abstract password key and messaging to external
958         functions.
959         (encrypt-password-key, encrypt-get-passphrase-if-needed)
960         (encrypt-message-method-and-cipher): Add new convenience external
961         functions.
962         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
963         (encrypt-pgg-process-buffer): Add PGG functionality glue.
964
965         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
966         (netrc-parse): Use encrypt-file-alist to determine if
967         encrypt-find-model or encrypt-insert-file-contents should be used.
968
969         * encrypt.el: Clarify documentation.  Load password-cache or
970         password, whichever one is found first, instead of autoloading.
971
972 2007-12-19  Glenn Morris  <rgm@gnu.org>
973
974         * mml.el (message-options-set, message-narrow-to-head)
975         (message-in-body-p, message-mail-p, message-encode-message-body):
976         Autoload.
977         (message-remove-header, message-narrow-to-headers-or-head)
978         (message-subscribed-p, message-make-mail-followup-to)
979         (message-position-on-field, message-news-p)
980         (message-options-set-recipient, message-generate-headers)
981         (message-sort-headers): Declare as functions.
982
983 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
984
985         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
986         convention in doc string.
987
988 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
991         title to html parts.
992         (gnus-article-browse-html-article): Pass message header to it.
993
994         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
995
996 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
997
998         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
999         or password compatible with XEmacs.
1000
1001 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1002
1003         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1004         format document.
1005         (gnus-mime-delete-part): Don't write description line if empty.
1006         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1007
1008 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1009
1010         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1011         (gnus-summary-mark-read-and-unread-as-read)
1012         (gnus-summary-mark-current-read-and-unread-as-read)
1013         (gnus-summary-mark-unread-as-ticked): Doc fix.
1014         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1015
1016 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1017
1018         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1019         Christoph Conrad <christoph.conrad@gmx.de>.
1020
1021 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1022
1023         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1024         yes-or-no-p.
1025
1026 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1027
1028         * mm-decode.el (mm-add-meta-html-tag): New function.
1029         (mm-save-part-to-file, mm-pipe-part): Use it.
1030
1031         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1032         gnus-y-or-n-p instead of y-or-n-p.
1033         (gnus-article-browse-html-parts): Work with message/external-body; use
1034         mm-add-meta-html-tag.
1035
1036 2007-12-11  Glenn Morris  <rgm@gnu.org>
1037
1038         * gnus-cache.el: Require gnus-sum not just when compiling.
1039
1040         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1041
1042         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1043         definitions before use.
1044
1045         * mm-decode.el: Require gnus-util.
1046         (mm-remove-part): Only call delete-annotation on XEmacs.
1047
1048         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1049
1050         * nnmail.el: Require gnus-int.
1051
1052         * spam.el: Move `require's before `eval-when-compile's.
1053
1054         * gnus-ems.el (gnus-alive-p):
1055         * gnus-fun.el (message-goto-eoh):
1056         * gnus-util.el (gnus-group-name-decode):
1057         * mail-source.el (gnus-compress-sequence):
1058         * message.el (Info-goto-node, format-spec):
1059         * mm-bodies.el (message-options-get):
1060         * mm-decode.el (mm-view-pkcs7):
1061         * mm-util.el (gmm-write-region):
1062         * mml-smime.el (mml-compute-boundary)
1063         (gnus-completing-read-with-default):
1064         * mml.el (widget-button-press, gnus-make-hashtable):
1065         * mml1991.el (mm-decode-content-transfer-encoding)
1066         (mm-encode-content-transfer-encoding)
1067         (message-options-get, message-options-set):
1068         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1069         * nnfolder.el (gnus-request-group):
1070         * nnheader.el (ietf-drums-unfold-fws):
1071         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1072         * smime.el (gnus-run-mode-hooks):
1073         * spam-stat.el (gnus-message): Autoload.
1074
1075         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1076         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1077         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1078         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1079         Add declare-function compatibility definition.
1080
1081         * gnus-cache.el (nnvirtual-find-group-art):
1082         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1083         (gnus-add-image, gnus-add-wash-type):
1084         * gnus-group.el (nnkiboze-score-file):
1085         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1086         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1087         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1088         (message-tokenize-header, gnus-get-buffer-create)
1089         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1090         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1091         * gnus.el (gnus-group-decoded-name):
1092         * mail-source.el (imap-capability):
1093         * mm-bodies.el (message-options-set):
1094         * mm-decode.el (gnus-configure-windows):
1095         * mm-extern.el (message-goto-body):
1096         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1097         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1098         (epg-sub-key-validity, message-options-set):
1099         * mml.el (widget-event-point, gnus-configure-windows):
1100         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1101         * mml2015.el (epg-check-configuration, epg-configuration)
1102         (message-options-set):
1103         * nndb.el (nndb-request-article):
1104         * nnfolder.el (gnus-request-create-group):
1105         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1106         * nnmaildir.el (gnus-group-mark-article-read):
1107         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1108         * rfc1843.el (message-fetch-field):
1109         * spam.el (gnus-extract-address-components):
1110         Declare as functions.
1111
1112 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1115
1116         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1117
1118         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1119         bind show-trailing-whitespace for XEmacs.
1120
1121 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1122
1123         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1124         new no-op macro for backward compatibility.
1125
1126         * imap.el (imap-string-to-integer): New function.
1127
1128 2007-12-09  Glenn Morris  <rgm@gnu.org>
1129
1130         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1131
1132         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1133         * message.el, mm-view.el, sieve-manage, smime.el:
1134         Add declare-function compatibility definition.
1135
1136         * gnus-art.el (w3-region, w3m-region, Info-menu):
1137         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1138         * gnus-sum.el (gnus-get-predicate):
1139         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1140         * message.el (mail-abbrev-in-expansion-header-p):
1141         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1142         (w3m-detect-meta-charset, w3m-region):
1143         * sieve-manage.el (password-read, password-cache-add)
1144         (password-cache-remove):
1145         * smime.el (password-read-and-add): Declare as functions.
1146
1147 2007-12-08  David Kastrup  <dak@gnu.org>
1148
1149         * gnus-sum.el (gnus-summary-simplify-subject-query):
1150         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1151         `message'.
1152
1153 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1154
1155         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1156         it to bind idna-program, installation-directory, defined-colors, and
1157         face-attribute for XEmacs of the version that compiles defcustom forms.
1158
1159 2007-12-07  Glenn Morris  <rgm@gnu.org>
1160
1161         * gnus-art.el (article-make-date-line): Revert previous change.
1162
1163 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1164
1165         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1166
1167 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1168
1169         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1170         Call gnus-add-to-range ranges only once with a prepared article-list.
1171
1172 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1173
1174         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups,
1175         nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1176         group names with backslashes.  Reported by Tassilo Horn
1177         <tassilo@member.fsf.org>.
1178
1179 2007-12-06  D. Goel  <deego3@gmail.com>
1180
1181         * gnus-art.el (article-make-date-line):
1182         * gnus-start.el (gnus-load):
1183         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1184
1185 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1186
1187         * gnus-art.el (gnus-use-idna)
1188         * gnus-start.el (gnus-site-init-file)
1189         * message.el (message-use-idna)
1190         * mm-uu.el (mm-uu-hide-markers)
1191         * smiley.el (smiley-style): Revert changes that suppress warnings.
1192
1193 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1194
1195         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1196         specify charset to html source.  Reported by Christoph Conrad
1197         <christoph.conrad@gmx.de>.
1198
1199 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1202         idna-program in order to suppress byte compile warning issued by XEmacs
1203         that came to byte compile the default value section of defcustom forms
1204         recently.
1205
1206         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1207         value of installation-directory.
1208
1209         * message.el (message-use-idna): Don't directly refer to the value of
1210         idna-program.
1211
1212         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1213
1214         * smiley.el (smiley-style): Don't directly call face-attribute.
1215
1216 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1217
1218         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1219
1220         * gnus-dired.el: Reduce Gnus dependencies.
1221         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1222         require.  Use autoloads instead.
1223         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1224         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1225         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1226         (gnus-dired-mode): Adjust doc string.
1227         (gnus-dired-mail-mode): New variable.
1228         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1229         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1230         (gnus-dired-mail-buffers): New function.  Return mail or message
1231         composition buffers.
1232         (gnus-dired-attach): Use it.
1233         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1234         NO-DECODE.
1235         (gnus-dired-print): Use `gnus-print-buffer' depending on
1236         `gnus-dired-mail-mode'.
1237
1238 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * rfc2047.el (rfc2047-encoded-word-regexp)
1241         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1242         explaining what regexp patterns are for.
1243
1244 2007-12-04  Glenn Morris  <rgm@gnu.org>
1245
1246         * password.el: Move to password-cache.el.
1247
1248         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1249         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1250         * mml-smime.el (password-read, password-cache-add)
1251         (password-cache-remove):
1252         No need to autoload, since mml-sec requires password.
1253
1254         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1255         * message.el (gnus-extract-address-components):
1256         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1257
1258         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1259         password.
1260
1261 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1262
1263         * mailcap.el: Reduce dependencies.
1264         (mail-header-parse-content-type): Autoload.
1265         (mailcap-delete-duplicates): New alias.
1266         (mailcap-mime-info): Add optional argument NO-DECODE.
1267         (mailcap-mime-types): Use mailcap-delete-duplicates.
1268
1269         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1270
1271 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1272
1273         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1274         (imap-parse-status): Upcase status-att for servers that sends them
1275         lower-case (e.g., MS Exchange 2007).
1276
1277 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1278
1279         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1280         function.
1281
1282         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1283         (gnus-uu-yenc-article): New function.
1284
1285         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1286
1287         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1288         buffer.
1289
1290 2007-12-02  Glenn Morris  <rgm@gnu.org>
1291
1292         * binhex.el (binhex): New custom group.
1293         (binhex-decoder-program, binhex-decoder-switches)
1294         (binhex-use-external): Move to the binhex custom group.
1295
1296         * uudecode.el (uudecode): New custom group.
1297         (uudecode-decoder-program, uudecode-decoder-switches)
1298         (uudecode-use-external): Move to the uudecode custom group.
1299
1300         * netrc.el (top-level): Don't load `encrypt' features.
1301         (netrc-parse): Don't use encrypt.
1302         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1303
1304         * encrypt.el: Remove file.
1305
1306 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1307
1308         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1309         matches on patches.
1310
1311         * gnus-art.el (gnus-article-browse-html-article): Mention
1312         `mm-text-html-renderer' in the doc string.
1313
1314         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1315         string.  Add comments.
1316
1317         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1318         if rhs is ASCII.
1319
1320 2007-12-01  Glenn Morris  <rgm@gnu.org>
1321
1322         * mail-source.el (top-level): Require format-spec before
1323         eval-when-compile.
1324
1325 2007-11-30  Glenn Morris  <rgm@gnu.org>
1326
1327         * encrypt.el: Require password, rather than autoloading password-read.
1328
1329 2007-11-29  Glenn Morris  <rgm@gnu.org>
1330
1331         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1332         (sasl-make-client, sasl-next-step, sasl-step-data)
1333         (sasl-step-set-data): Declare as functions.
1334
1335 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1336
1337         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1338
1339 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1340
1341         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
1342         certs should be verified and what is to be done in the event of a
1343         verification failure.
1344
1345         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1346         caller can indicate whether the cache should be disregarded for this
1347         call.  This way the result of the call is reproducible at all times and
1348         can be considered a canonical server name for the supplied method.
1349         (gnus-agent-method-p): Canonicalize server names by pushing their
1350         method through `gnus-method-to-server' using the no-cache argument.
1351
1352         * gnus-srvr.el (gnus-server-insert-server-line): Call
1353         `gnus-method-to-server' with `no-cache' argument.
1354
1355         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1356         gnus-agent-possibly-synchronize-flags as this should be called when the
1357         server is actually being opened.
1358         (gnus-agent-possibly-synchronize-flags)
1359         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1360         flags file of an agentized server to the latter function.
1361
1362         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1363         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1364         after a connection has been established successfully.
1365
1366 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * gnus-art.el (article-display-face): Force to display face if called
1369         interactively; check if gnus-article-x-face-too-ugly matches author.
1370         (article-display-x-face): Display face even if From header is missing
1371         as article-display-face does.
1372
1373 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1374
1375         * hashcash.el (message-narrow-to-headers-or-head)
1376         (message-fetch-field, message-goto-eoh)
1377         (message-narrow-to-headers): Declare as functions.
1378
1379 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1380
1381         * mail-source.el (mail-sources): Default to fetch from file for
1382         compatibility with default of nnmail-spool-file.
1383
1384 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1387         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1388         to look for encoded word that should be encoded again.
1389         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1390         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1391         encoding pattern.
1392         (rfc2047-decode-region): Switch strict regexp and loose one according
1393         to rfc2047-allow-irregular-q-encoded-words.
1394
1395 2007-11-25  Romain Francoise  <romain@orebokech.com>
1396
1397         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1398
1399 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1400
1401         * tls.el (tls-program): Provide more custom choices from
1402         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1403         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1404
1405 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1406
1407         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1408         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1409
1410         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1411         `nnmail-spool-file'.
1412
1413         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1414         `nnmail-spool-file'.
1415
1416         * gnus-move.el (gnus-change-server): Ditto.
1417
1418         * gnus-kill.el (gnus-batch-score): Ditto.
1419
1420         * gnus-cache.el (gnus-jog-cache): Ditto.
1421
1422         * gnus-msg.el (gnus-summary-reply):
1423         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1424
1425 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1426
1427         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1428         version.  Minor improvement to doc strings.
1429         (tls-program): Add comment.
1430
1431 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
1432
1433         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1434         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1435         mismatch between the hostname provided in the certificate and the name
1436         of the host connnecting to.
1437         (open-tls-stream): Use them.  Check certificates against trusted root
1438         certificates.
1439
1440 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1441
1442         * gnus-cache.el (gnus-cache-generate-nov-databases):
1443         Use nnml-generate-nov-databases-directory instead of
1444         nnml-generate-nov-databases-1.
1445
1446 2007-11-24  Glenn Morris  <rgm@gnu.org>
1447
1448         * message.el (message-tool-bar-retro): Update for rename
1449         mail_send.xpm->mail-send.xpm.
1450
1451 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1452
1453         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1454         `smime-ldap-search' for Emacs 22 and up.
1455
1456 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1457
1458         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1459
1460         * message.el (message-send-mail-function): Fix error convention.
1461         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1462         (message-widen-reply, message-send-mail, message-talkative-question)
1463         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1464         (message-clone-locals, message-send-news): Use with-current-buffer.
1465         (message-insert-or-toggle-importance): Remove unused var `valid'.
1466         (message-make-references): Remove unused var `new-references'.
1467         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1468
1469 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1470
1471         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1472         (spam-split-symbolic-return-positive): Reflow docstring.
1473         (spam-backends, spam-summary-exit-behavior)
1474         (spam-mark-ham-unread-before-move-from-spam-group)
1475         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1476         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1477         (spam-clear-cache, spam-backend-check, spam-install-backend)
1478         (spam-install-statistical-backend, spam-list-of-processors)
1479         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1480         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1481         (spam-check-crm114, spam-initialize, spam-unload-hook):
1482         Fix typos in docstrings.
1483
1484 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1487         been checked if they have never been read and those group levels are
1488         higher than the one that a user specified.
1489
1490 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1491
1492         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1493         foreign groups unless a group level is specified by a user.
1494         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1495
1496 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1497
1498         * message.el (message-send-mail-function): Require sendmail.
1499
1500 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1501
1502         * message.el (message-send-mail-function): Check for smtpmail too.
1503
1504         * utf7.el (utf7-encode, utf7-decode): Use coding system
1505         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1506
1507         * message.el (message-send-mail-function): New function.
1508         (message-send-mail-function): Set default using
1509         message-send-mail-function.  Adjust doc string.
1510         (message-send-mail-with-mailclient): New function.
1511
1512 2007-11-17  Richard Stallman  <rms@gnu.org>
1513
1514         * assistant.el: Remove file.
1515
1516 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1517
1518         * smime.el (from):
1519         * rfc2047.el (message-posting-charset):
1520         * qp.el (mm-use-ultra-safe-encoding):
1521         * pop3.el (parse-time-months):
1522         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1523         * nnml.el (files):
1524         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1525         (jka-compr-compression-info-list, ange-ftp-path-format)
1526         (efs-path-regexp):
1527         * nndiary.el (files):
1528         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1529         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1530         (epg-digest-algorithm-alist, inhibit-redisplay)
1531         (password-cache-expiry):
1532         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1533         (pgg-output-buffer, password-cache-expiry):
1534         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1535         (efs-path-regexp):
1536         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1537         (inhibit-redisplay):
1538         * mm-uu.el (file-name, start-point, end-point, entry)
1539         (gnus-newsgroup-name, gnus-newsgroup-charset):
1540         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1541         (latin-unity-ucs-list):
1542         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1543         (mm-uu-binhex-decode-function):
1544         * message.el (gnus-message-group-art, gnus-list-identifiers, )
1545         (rmail-enable-mime-composing, gnus-local-organization)
1546         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1547         (gnus-read-active-file, facemenu-add-face-function)
1548         (facemenu-remove-face-function, gnus-article-decoded-p)
1549         (tool-bar-mode):
1550         * mail-source.el (display-time-mail-function):
1551         * gnus-util.el (nnmail-pathname-coding-system)
1552         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1553         (gnus-original-article-buffer, gnus-user-agent)
1554         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1555         (xemacs-codename, sxemacs-codename, emacs-program-version):
1556         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1557         * gnus-start.el (gnus-agent-covered-methods)
1558         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1559         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1560         (gnus-newsgroup-headers, gnus-group-list-mode)
1561         (gnus-group-mark-positions, gnus-newsgroup-data)
1562         (gnus-newsgroup-unreads, nnoo-state-alist)
1563         (gnus-current-select-method, mail-sources)
1564         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1565         (nnmail-spool-file, gnus-cache-active-hashtb):
1566         * gnus-mh.el (mh-lib-progs):
1567         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1568         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1569         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1570         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1571         (gnus-group-buffer):
1572         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1573         (font-lock-set-defaults):
1574         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1575         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1576         (gnus-summary-post-menu, total-parts, type, condition, length):
1577         * gnus-agent.el (gnus-agent-read-agentview):
1578         * flow-fill.el (show-trailing-whitespace):
1579         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1580         eval-and-compile wrappers for byte compiler pacifiers.
1581
1582         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1583         (mm-display-inline-fontify): Check for featurep 'xemacs not
1584         extent-list.
1585
1586         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1587         itimer-list.
1588         (mm-create-image-xemacs): Only do something for XEmacs.
1589         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1590
1591         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1592
1593         * gnus-registry.el (gnus-adaptive-word-syntax-table):
1594         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1595
1596 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1597
1598         * nnimap.el (nnimap-split-download-body):
1599         * gnus-demon.el (gnus-demon):
1600         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1601
1602 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1603
1604         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1605         macros.
1606         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1607         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1608         copy data from unibyte buffer to multibyte current buffer.
1609         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1610         to copy data from unibyte current buffer to multibyte buffer.
1611         (nntp-make-process-buffer): Make process buffer unibyte.
1612
1613         * pop3.el (pop3-open-server): Fix typo in Lisp code.
1614
1615 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
1616
1617         * pop3.el (pop3-open-server): Accept and process data more robustly at
1618         connexion start to avoid spurious "POP SSL connexion failed" errors.
1619
1620 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1621
1622         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1623         read group names.
1624
1625 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
1626
1627         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1628
1629 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1630
1631         * nnmail.el (nnmail-parse-active): Make group names unibyte.
1632         (nnmail-save-active): Use a unibyte buffer when saving active file,
1633         which may contain non-ASCII group names.
1634
1635         * nnml.el (nnml-request-group): Decode group names in messages.
1636
1637 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
1638
1639         * message.el (message-citation-line-function)
1640         (message-insert-formatted-citation-line): Fix spelling of
1641         `message-insert-formated-citation-line'.
1642
1643 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
1644
1645         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1646
1647 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1650         nnmail-pathname-coding-system.
1651
1652         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1653         that a user enters; decode group names in messages.
1654
1655         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1656
1657 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1658
1659         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1660
1661         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1662
1663         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1664         risky local variable.
1665
1666         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1667
1668 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1669
1670         * encrypt.el: Improve documentation to fix function name typo.
1671         Reported by Daiki Ueno <ueno@unixuser.org>.
1672
1673 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1676         even if the point is not in the last page of an article.
1677         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1678         back to the previous page.
1679
1680 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
1681
1682         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1683
1684 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1685
1686         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1687
1688 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1689
1690         * message.el (message-check-news-body-syntax): Avoid
1691         mm-string-as-multibyte.
1692         (message-hide-headers): Don't assume (point-min)==1.
1693
1694 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1695
1696         * message.el (message-remove-blank-cited-lines): Fix if remove is
1697         given.
1698         (message-bogus-address-regexp): New variable.
1699         (message-bogus-recipient-p): New function.
1700         (message-check-recipients): New command.
1701         (message-syntax-checks): Add `bogus-recipient'.
1702         (message-fix-before-sending): Add `bogus-recipient'.
1703
1704         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1705         (gnus-treat-body-boundary): Don't test window-system.
1706
1707 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
1708
1709         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1710
1711 2007-10-28  Miles Bader  <miles@gnu.org>
1712
1713         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1714         at compile-time too.
1715
1716 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1717
1718         * gnus-msg.el (gnus-message-setup-hook): Add
1719         `message-remove-blank-cited-lines' to options.
1720
1721 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1722
1723         * message.el (message-remove-blank-cited-lines): New function.
1724         Suggested by Karl Plästerer.
1725
1726 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1729         mapc.
1730
1731         * imap.el (imap-open): Replace mapcar called for effect with mapc.
1732         (top-level): Use mapc to set functions to be traced for debugging.
1733
1734         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1735         called for effect with while loop.
1736
1737         * message.el (message-talkative-question): Replace mapcar called for
1738         effect with mapc.
1739
1740         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1741         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1742         called for effect with dolist.
1743
1744         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1745
1746         * nndiary.el: Use dolist instead of mapcar to add diary headers to
1747         gnus-extra-headers and nnmail-extra-headers.
1748
1749         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1750         called for effect with dolist.
1751         (top-level): Use mapc to set functions to be traced for debugging.
1752
1753         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1754         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1755         dolist.
1756
1757         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1758         Replace mapcar called for effect with mapc.
1759         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1760         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1761         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1762         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1763
1764         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1765         remove-if that's a cl function.
1766
1767         * webmail.el (webmail-debug): Replace mapcar called for effect with
1768         dolist.
1769
1770         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
1771         with mapc.
1772
1773 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1774
1775         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1776         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1777         with while loop.
1778
1779         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1780         functions from article-* functions.
1781         (gnus-multi-decode-header): Replace mapcar called for effect with
1782         dolist.
1783
1784         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1785         (gnus-bookmark-show-details): Replace mapcar called for effect with
1786         while loop.
1787
1788         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1789         called for effect with while loop.
1790
1791         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1792         with dolist.
1793
1794         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1795         mapcar called for effect with dolist.
1796
1797         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1798
1799         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1800         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1801         Replace mapcar called for effect with dolist.
1802         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1803         mapc.
1804
1805         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1806         Replace mapcar called for effect with dolist.
1807         (gnus-topic-list): Replace mapcar called for effect with mapc.
1808
1809         * gnus.el: Use mapc instead of mapcar to add autoloads.
1810
1811 2007-10-23  Richard Stallman  <rms@gnu.org>
1812
1813         * gnus-group.el (gnus-group-highlight): Mark as risky.
1814
1815 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1816
1817         * gnus.el (gnus-server-to-method): Return method found first in
1818         gnus-newsrc-alist.
1819
1820         * gnus-art.el (gnus-article-highlight-signature)
1821         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1822         button overlay without the front stickiness.
1823
1824 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
1825
1826         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1827         overview buffer needed a catch to receive its throw.
1828         (gnus-agent-flush-cache): Declared as interactive to make this function
1829         easier to use.
1830
1831 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
1832
1833         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1834         `next-line'.
1835
1836 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1839         exclude address matching message-dont-reply-to-names.
1840
1841 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * gnus-util.el (gnus-string<): New function.
1844
1845         * gnus-sum.el (gnus-article-sort-by-author)
1846         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1847
1848 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1851         the frame-focus tag is set in gnus-buffer-configuration.
1852
1853 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1854
1855         * gnus-art.el (gnus-article-add-button): Make a button overlay without
1856         the front stickiness.
1857
1858 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1861         url pattern; remove duplicate one.
1862         (gnus-article-extend-url-button): New function.
1863         (gnus-article-add-buttons): Use it.
1864         (gnus-button-push): Use concatenated url that it makes.
1865
1866 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
1867
1868         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1869
1870 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1871
1872         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1873         Don't hardcode point-min==1.
1874
1875 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
1876
1877         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1878         Fix comment about "iso8859-1".
1879
1880 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
1881
1882         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1883         ones returned from the verify-function.
1884
1885         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1886         mml2015-extract-cleartext-signature if extraction failed.
1887
1888 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
1889
1890         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1891         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1892         failed.
1893
1894 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1895
1896         * Relicense "GPLv2 or later" files to "GPLv3 or later".
1897
1898 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
1899
1900         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
1901         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
1902         recommends to use EasyPG instead of PGG.
1903
1904         * pgg.el: Revert to revision 6.23.2.16
1905
1906         * pgg-def.el: Revert to revision 6.6.2.14.
1907
1908         * pgg-gpg.el: Revert to revision 6.23.2.34.
1909
1910 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
1911
1912         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
1913         to mark a thread as expirable.  Add variable `hide' to handle hiding of
1914         thread for both the null and zero (kill/expire thread) universal prefix
1915         cases.
1916         (gnus-summary-expire-thread): Add new function to expire a thread,
1917         using gnus-summary-kill-thread.
1918         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
1919         shortcuts for gnus-summary-expire-thread.
1920         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
1921         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
1922
1923 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1924
1925         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
1926         extras value, so an extras entry can be deleted.
1927         (gnus-registry-delete-extra-entry): Use it.
1928         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
1929         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
1930         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
1931         storage through the gnus-registry, and provide an appropriate API for
1932         it.
1933
1934 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
1937         Suggested by Leo <sdl.web@gmail.com>.
1938
1939         * gnus.el: Do.
1940
1941 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1942
1943         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
1944         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
1945
1946         * gnus-agent.el (gnus-agent-fetch-headers): Do.
1947
1948         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1949         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
1950
1951 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1952
1953         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
1954         newline.
1955         (nnmbox-request-accept-article): Don't change article in source buffer;
1956         narrow to header to use message-fetch-field rather than
1957         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
1958         (nnmbox-request-replace-article): Quote lines that'll be misidentified
1959         as delimiters; make sure article ends with newline.
1960         (nnmbox-delete-mail): Correct last position of article to be deleted;
1961         ignore X-Gnus-Newsgroup header in article body.
1962         (nnmbox-save-mail): Quote lines looking like delimiters at the right
1963         positions; make sure article ends with newline.
1964
1965         * message.el (message-display-abbrev): Don't infloop when a user
1966         inserts SPC in the beginning of header.
1967
1968         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
1969         coding-system-for-read and coding-system-for-write for XEmacs having no
1970         file-coding feature.
1971
1972         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
1973
1974 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
1975
1976         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
1977         list of groups not followed by default.  Fix type to be regexp.
1978         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
1979
1980 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
1981
1982         * hmac-def.el (define-hmac-function): Switch from old-style to
1983         new-style backquotes.
1984
1985         * md4.el (md4-make-step): Likewise.
1986
1987 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
1990         raw-text coding system when saving .newsrc file, which may contain
1991         non-ASCII group names.
1992
1993 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1994
1995         * gnus-cus.el (gnus-score-extra): New widget.
1996         (gnus-score-extra-convert): New function.
1997         (gnus-score-customize): Use it for Extra.
1998
1999 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2000
2001         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2002         (mml2015-mailcrypt-clear-verify): Use it.
2003         (mml2015-gpg-clear-verify): Use it.
2004         (mml2015-pgg-clear-verify): Use it.
2005         (mml2015-epg-clear-verify): Replace the current part with the output
2006         from GnuPG; don't extract the plaintext by itself.
2007
2008         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2009         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2010         mml2015-clear-verify-function; don't touch the armor headers or
2011         dash-escaped text here.
2012
2013 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2016         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2017         parts, or application/octet-stream as a last resort.
2018         (gnus-mime-view-part-as-type): Don't toggle display.
2019         (gnus-mime-view-part-as-charset): Don't turn off display before
2020         querying charset.
2021
2022         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2023         stuff to undisplayer function in Emacs.
2024         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2025
2026         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2027         text/calendar parts.
2028
2029 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2030
2031         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2032         decoding text/calendar parts.
2033
2034         * message.el (message-forward-make-body-mime): Always mark body as
2035         having no illegible text; remove signed-or-encrypted argument.
2036         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2037
2038         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2039         (mml-generate-mime-1): Don't encode body if it is specified to be in
2040         raw form; don't make buffer be unibyte when inserting multibyte string.
2041
2042 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2043
2044         * sha1.el: Fix up comment style.
2045         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2046         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2047
2048         * hex-util.el: Fix up comment style.
2049         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2050
2051         * gnus-salt.el: Use with-current-buffer.
2052         (gnus-pick-setup-message): Fix long-standing typo.
2053
2054 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * imap.el (imap-logout-timeout): New variable.
2057         (imap-logout, imap-logout-wait): New functions.
2058         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2059
2060         * nnimap.el (nnimap-logout-timeout): New server variable.
2061         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2062         nnimap-logout-timeout.
2063
2064         * gnus-art.el (gnus-article-summary-command-nosave)
2065         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2066
2067 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * gnus.el (gnus-maximum-newsgroup): New variable.
2070
2071         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2072         according to gnus-maximum-newsgroup.
2073
2074         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2075         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2076         Limit the range of articles according to gnus-maximum-newsgroup.
2077
2078 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2079
2080         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2081         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2082         Don't perform gnus-configure-windows here; reuse existing sticky
2083         article buffer.
2084
2085         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2086         it doesn't exist in gnus-article-mode.
2087
2088 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2089
2090         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2091         (gnus-agent-decoded-group-name): New function.
2092         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2093         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2094
2095 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2096
2097         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2098         Add binding for gnus-sticky-article.
2099         (gnus-summary-exit): Don't kill sticky article buffers.
2100
2101         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2102         article buffer.
2103         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2104         (gnus-kill-sticky-article-buffers): New commands.
2105
2106 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2107
2108         * nntp.el (nntp-xref-number-is-evil): New server variable.
2109         (nntp-find-group-and-number): If it is non-nil, don't trust article
2110         numbers in the Xref header.
2111
2112 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * gnus-agent.el (gnus-agent-read-group): New function.
2115         (gnus-agent-flush-group, gnus-agent-expire-group)
2116         (gnus-agent-regenerate-group): Use it.
2117         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2118         nnmail-pathname-coding-system.
2119
2120 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2123
2124         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2125         that are unread as unread, and also as selected so that information of
2126         marks having been changed by a user may be updated when exiting group.
2127
2128 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2129
2130         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2131         calculated ignoring signature parts to gnus-treat-article.
2132
2133 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2136         a point here in order to keep the window start.
2137         (gnus-insert-mime-security-button): Make a button overlay without the
2138         front stickiness.
2139         (gnus-mime-display-security): Goto the end of a button.
2140
2141         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2142
2143 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2146         group-name-at-point.
2147         (gnus-group-completing-read): New function that offers decoded
2148         non-ASCII group names for completion.
2149         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2150         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2151         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2152         (gnus-group-fetch-control): Use it.
2153         (gnus-fetch-group): Use group-name-at-point for the initial value
2154         rather than the default value; use gnus-alive-p.
2155
2156         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2157         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2158         (gnus-summary-post-news): Use gnus-group-completing-read.
2159
2160         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2161         (gnus-read-move-group-name): Decode group name for completion.
2162
2163 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2164
2165         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2166         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2167         Yamaoka slightly modified the code).
2168
2169 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2172         (nnmail-split-incoming): Bind it.
2173
2174         * nnml.el (nnml-group-name-charset): New function.
2175         (nnml-decoded-group-name): Use it; don't decode group name if
2176         nnmail-group-names-not-encoded-p is non-nil.
2177         (nnml-encoded-group-name): New function.
2178         (nnml-group-pathname): Inline nnml-decoded-group-name.
2179         (nnml-request-expire-articles): Decode group name in message.
2180         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2181         nnmail-pathname-coding-system.
2182         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2183         not decoded ones according to nnmail-group-names-not-encoded-p.
2184         (nnml-generate-active-info): Use nnml-encoded-group-name.
2185
2186 2007-08-08  Glenn Morris  <rgm@gnu.org>
2187
2188         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2189         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2190         doc-strings and comments.
2191
2192 2007-07-25  Glenn Morris  <rgm@gnu.org>
2193
2194         * Relicense all FSF files to GPLv3 or later.
2195
2196 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2197
2198         * gnus-sum.el (gnus-summary-move-article): Make
2199         gnus-summary-respool-article work.
2200
2201 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2202
2203         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2204         string.
2205
2206 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2207
2208         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2209         that should be ignored when comparing distant RSS articles with local
2210         ones.
2211         (nnrss-make-hash-index): New function.  Create a hash index according
2212         to the ignored fields.
2213         (nnrss-check-group): Use it.
2214
2215 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2218
2219         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2220
2221         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2222         the new optional argument ENCODED is non-nil.
2223         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2224         coding system for encoding group name.
2225         (gnus-group-make-rss-group): Pass un-encoded group name to
2226         gnus-group-make-group.
2227         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2228         encoded.
2229
2230         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2231         Encode group name to which articles are moved or copied.
2232         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2233         coding system for encoding Newsgroup, Followup-To and Xref headers.
2234
2235         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2236         marks; use nnheader-file-coding-system to write a file.
2237         (nnagent-retrieve-headers): Bind file-name-coding-system to
2238         nnmail-pathname-coding-system.
2239
2240         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2241
2242         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2243         (nnml-request-article, nnml-request-create-group)
2244         (nnml-request-rename-group, nnml-find-id)
2245         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2246         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2247         (nnml-save-marks): Use nnml-group-pathname instead of
2248         nnmail-group-pathname.
2249
2250         (nnml-request-create-group, nnml-request-expire-articles)
2251         (nnml-request-move-article, nnml-request-delete-group)
2252         (nnml-deletable-article-p, nnml-possibly-create-directory)
2253         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2254         (nnml-open-marks): Bind file-name-coding-system to
2255         nnmail-pathname-coding-system.
2256
2257         (nnml-request-article): Pass server argument to nnml-find-group-number.
2258         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2259         server argument to nnml-possibly-create-directory.
2260         (nnml-request-accept-article): Pass server argument to
2261         nnml-active-number and nnml-save-mail.
2262         (nnml-find-group-number): Pass server argument to nnml-find-id.
2263         (nnml-request-update-info): Pass server argument to
2264         nnml-marks-changed-p.
2265
2266         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2267         (nnml-save-mail, nnml-active-number): Add server argument.
2268
2269         (nnml-request-delete-group): Warn if group is missing.
2270         (nnml-get-nov-buffer): Decode group name.
2271         (nnml-generate-active-info): Encode group name.
2272         (nnml-open-marks): Decode group name in messages.
2273
2274 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2275
2276         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2277         if it is not specified.
2278         (gnus-article-pipe-part, gnus-article-save-part)
2279         (gnus-article-interactively-view-part, gnus-article-copy-part)
2280         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2281         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2282         (gnus-article-replace-part, gnus-article-delete-part)
2283         (gnus-article-view-part-as-type): Pass raw prefix argument to
2284         gnus-article-part-wrapper.
2285
2286 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * gnus-agent.el (gnus-agent-save-active): Bind
2289         nnheader-file-coding-system to gnus-agent-file-coding-system.
2290
2291         * gnus-cache.el (gnus-cache-save-buffers)
2292         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2293         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2294         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2295         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2296         (gnus-cache-generate-active, gnus-cache-rename-group)
2297         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2298         (gnus-cache-update-overview-total-fetched-for): Bind
2299         file-name-coding-system to nnmail-pathname-coding-system.
2300         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2301         variables.
2302         (gnus-cache-decoded-group-name): New function.
2303         (gnus-cache-file-name): Use it.
2304         (gnus-cache-generate-active): Use non-decoded group name for active.
2305
2306         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2307         right place.
2308         (gnus-write-active-file): Don't break non-ASCII group names.
2309
2310         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2311         nnmail-pathname-coding-system.
2312
2313         * lpath.el: Bind default-file-name-coding-system,
2314         file-name-coding-system and language-info-alist for XEmacs.
2315
2316         * gnus-uu.el (gnus-uu-decode-save): Typo.
2317
2318 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2319
2320         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2321
2322 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2323
2324         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2325         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2326         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2327         (gnus-agent-flush-group, gnus-agent-flush-cache)
2328         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2329         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2330         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2331         (gnus-agent-regenerate-group)
2332         (gnus-agent-update-files-total-fetched-for)
2333         (gnus-agent-update-view-total-fetched-for): Bind
2334         file-name-coding-system to nnmail-pathname-coding-system.
2335         (gnus-agent-group-pathname): Don't encode file names by
2336         nnmail-pathname-coding-system.
2337         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2338         coding-system-for-write instead of buffer-file-coding-system to
2339         gnus-agent-file-coding-system.
2340
2341         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2342         Decode group name.
2343
2344         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2345
2346         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2347         (gnus-read-newsrc-el-file): Make group names unibyte.
2348
2349         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2350         nnmail-pathname-coding-system.
2351
2352         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2353         (nnrss-request-delete-group): Bind file-name-coding-system to
2354         nnmail-pathname-coding-system.
2355         (nnrss-read-server-data, nnrss-read-group-data): Bind
2356         file-name-coding-system correctly.
2357         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2358
2359         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2360         (nntp-server-to-method-cache): New variable.
2361         (nntp-group-pathname): New function that decodes non-ASCII group names.
2362         (nntp-possibly-create-directory, nntp-marks-changed-p)
2363         (nntp-save-marks, nntp-open-marks): Use it.
2364         (nntp-possibly-create-directory, nntp-open-marks):
2365         Bind file-name-coding-system to nnmail-pathname-coding-system.
2366         (nntp-open-marks): Decode group names when bootstrapping marks.
2367
2368         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2369         Newsgroups and Folowup-To headers.
2370
2371 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2374         (gnus-server-closed-face, gnus-server-denied-face)
2375         (gnus-server-offline-face): Remove variable.
2376         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2377
2378         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2379         of modifying message-stack directly for XEmacs.
2380
2381         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2382         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2383         if the coding-system argument is nil for XEmacs.
2384
2385         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2386         mm-charset-override-alist.
2387
2388         * rfc2047.el: Don't require base64; require rfc2045 for the function
2389         rfc2045-encode-string.
2390         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2391         to quote the parameter value.
2392
2393 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2394
2395         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2396         form in gnus-group-name-charset-method-alist.
2397
2398         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2399         overrides the default layout edit-form.
2400
2401         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2402
2403         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2404
2405 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2408         as unfetched articles.
2409
2410 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2411
2412         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2413
2414 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2417         original back end that keeps marks in the local system.
2418
2419 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2422         arg of pop-to-buffer for XEmacs.
2423         (gnus-article-read-summary-keys): Ditto; don't restore window
2424         configuration if summary command ends up with neither article buffer
2425         nor summary buffer; describe bindings if summary keys end with C-h.
2426
2427 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * message.el (message-fix-before-sending): Skip raw message part to be
2430         forwarded while checking illegible text.
2431         (message-forward-make-body-mime, message-forward-make-body): Mark
2432         signed or encrypted raw message as having no illegible text.
2433
2434 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2437         (gnus-message-with-timestamp-1): New macro.
2438         (gnus-message-with-timestamp): New function.
2439         (gnus-message): Use them.
2440
2441         * nnheader.el (nnheader-message): Use them.
2442
2443 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2444
2445         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2446         .newsrc.eld file.
2447
2448 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * gnus-agent.el (gnus-agent-fetch-headers)
2451         (gnus-agent-retrieve-headers): Bind
2452         gnus-decode-encoded-address-function to identity.
2453
2454         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2455         available also when the server returns simply a dot.
2456
2457         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2458
2459 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2462
2463 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2464
2465         * gnus-ems.el (gnus-x-splash): Make it work.
2466
2467         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2468         from being used.
2469
2470         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
2471
2472 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
2475         4th and the 5th arguments.
2476
2477         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2478         the front stickiness.
2479         (gnus-article-summary-command-nosave): Correct the order of the
2480         arguments passed to pop-to-buffer.
2481         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2482         summary command ends up with the article buffer.
2483
2484         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2485         the same faces.
2486
2487 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2488
2489         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2490
2491 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2492
2493         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2494         * gnus-sum.el (gnus-summary-highlight):
2495         * pgg.el (pgg-sign-region, pgg-sign):
2496         * mail-source.el (mail-source-delete-old-incoming-confirm):
2497         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2498
2499 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * gnus-art.el (gnus-mime-view-part-externally)
2502         (gnus-mime-view-part-internally): Fix predicate function passed to
2503         completing-read.
2504
2505         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2506
2507         * gnus.el (gnus-update-message-archive-method): Add :version.
2508
2509 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * gnus.el (gnus-update-message-archive-method): New variable.
2512
2513         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2514         according to gnus-message-archive-method if
2515         gnus-update-message-archive-method is non-nil.
2516
2517 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2520         by Loic Dachary <loic@dachary.org>.
2521         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2522
2523 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * message.el (message-pop-to-buffer): Add switch-function argument.
2526         (message-mail): Pass switch-function argument to it.
2527
2528 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
2529
2530         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2531         Improve doc string.
2532
2533 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2536         (gnus-header-content)
2537         * gnus-cite.el (gnus-cite-10)
2538         * gnus-srvr.el (gnus-server-closed)
2539         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2540         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2541         (gnus-group-mail-3-empty, gnus-group-mail-low)
2542         (gnus-group-mail-low-empty, gnus-splash)
2543         * message.el (message-header-to, message-header-cc)
2544         (message-header-subject, message-header-other, message-header-name)
2545         (message-header-xheader, message-separator, message-cited-text)
2546         (message-mml): Lighten colors of faces used for dark background.
2547
2548 2007-05-24  Simon Josefsson  <simon@josefsson.org>
2549
2550         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2551         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
2552
2553 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * message.el (message-narrow-to-headers-or-head):
2556         Ignore mail-header-separator in the body.
2557
2558 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2559
2560         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2561         same as window size.
2562
2563 2007-05-22  Kevin Ryde  <user42@zip.com.au>
2564
2565         * message.el (message-font-lock-keywords): Use message-header-xheader
2566         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
2567         ahead of the anything pattern, to get it recognised.
2568
2569 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
2572         spam.el loads uses it in the compiled defadvice form.
2573
2574 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
2575
2576         * gnus-sum.el (gnus-articles-to-read)
2577         (gnus-summary-insert-old-articles): Don't truncate group name for
2578         `read-string'.
2579
2580         * gnus-util.el (gnus-limit-string): Delete this function.
2581
2582         * gnus-sum.el (gnus-simplify-subject-fully): Use
2583         `truncate-string-to-width' instead.
2584
2585 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
2586
2587         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
2588         if, on summary exit, the next group has to be selected.
2589         (gnus-summary-exit): Use it.
2590
2591 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2592
2593         * gnus-art.el (gnus-article-mode): Fix comment about displaying
2594         non-break space.
2595
2596 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2599         Check if group is not a directory.
2600         (nnfolder-request-expire-articles): Don't delete articles if the target
2601         group is not available.
2602
2603         * nnml.el (nnml-request-create-group): Properly check if group is not a
2604         file.
2605         (nnml-request-expire-articles): Don't delete articles if the target
2606         group is not available.
2607
2608         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2609         Don't quote characters that are within parentheses.
2610
2611 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2614         (gnus-handle-ephemeral-exit): Select article according to it.
2615
2616 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2617
2618         * message.el (message-insert-formated-citation-line): Remove newline.
2619         (message-citation-line-format): Add final \n here so that the user can
2620         avoid a blank line.
2621
2622 2007-05-03  Dan Christensen  <jdc@uwo.ca>
2623
2624         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2625         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2626         Update lanl/arXiv support.
2627
2628 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2629
2630         * gnus.el: Bump version number.
2631
2632 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * gnus.el (gnus-version-number): Bump version.
2635
2636 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2637
2638         * gnus.el: No Gnus v0.6 is released.
2639
2640 2007-04-27  Didier Verna  <didier@xemacs.org>
2641
2642         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2643         * gmm-utils.el (gmm-regexp-concat): here.
2644         * message.el: Don't require 'gnus-util.
2645         (message-dont-reply-to-names): Handle name change above.
2646         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2647
2648 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2651         since the initial value varies according to the system.
2652
2653 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2654
2655         * mm-util.el (mm-charset-synonym-alist): Defcustom.
2656
2657 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
2658
2659         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2660
2661 2007-04-24  Didier Verna  <didier@xemacs.org>
2662
2663         Improve the type of gnus-ignored-from-addresses.
2664         * gnus-util.el (gnus-orify-regexp): New function.
2665         * message.el (gnus-util): Require it.
2666         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2667         * gnus-sum.el (gnus-ignored-from-addresses): New function.
2668         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2669
2670 2007-04-24  Didier Verna  <didier@xemacs.org>
2671
2672         * gnus-sum.el:
2673         * gnus-utils.el: Fix some trailing whitespaces.
2674
2675 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2676
2677         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2678         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2679         article's Message-ID; refer parent article in summary buffer.
2680
2681         * message.el (message-bounce): Call mime-to-mml.
2682
2683         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
2684         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
2685         optimize and/or forms properly.
2686
2687 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
2688
2689         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
2690         URL.
2691
2692 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2693
2694         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2695
2696 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2697
2698         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2699         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2700         displayed of multipart/alternative part if it is invoked from summary
2701         buffer.
2702
2703         * mm-view.el (mm-inline-text-html-render-with-w3m)
2704         (mm-inline-text-html-render-with-w3m-standalone)
2705         (mm-inline-render-with-function): Use mail-parse-charset by default.
2706
2707 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2708
2709         * parse-time.el (parse-time-string-chars): Check if CHAR
2710         is less than the length of parse-time-syntax.
2711
2712 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2715         from gnus-newsgroup-processable.
2716
2717 2007-04-16  Didier Verna  <didier@xemacs.org>
2718
2719         * gnus-msg.el (gnus-configure-posting-styles): Handle
2720         message-signature-directory properly with :file syntax.  Reported by
2721         "Leo".
2722
2723 2007-04-11  Didier Verna  <didier@xemacs.org>
2724
2725         New user option: message-signature-directory.
2726         * gnus-msg.el (gnus-configure-posting-styles): Support it.
2727         * message.el (message-insert-signature): Ditto.
2728         * message.el (message-signature-file): Doc update.
2729         * message.el (message-signature-directory): New.
2730
2731 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * gnus-msg.el (gnus-inews-yank-articles): Use
2734         message-exchange-point-and-mark instead of exchange-point-and-mark.
2735
2736 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * message.el (message-yank-original): Make sure cited text ends with
2739         newline; don't exchange point and mark.
2740
2741 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2742
2743         * tls.el (open-tls-stream): Properly handle case where there
2744         is no associated buffer.
2745
2746 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
2747
2748         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2749         message-yank-original, make sure (< mark TEXT point).
2750
2751 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2752
2753         * message.el (message-fill-column): New variable.
2754         (message-mode): Use it.  Add comment on a possible new hook.
2755
2756         * nnmail.el (nnmail-spool-file): Mark as obsolete.
2757         (nnmail-get-new-mail): Reformat.
2758
2759         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2760
2761         * gmm-utils.el: Fix Commentary.
2762         (gmm-tool-bar-from-list): Fix typo in doc string.
2763
2764 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
2765
2766         * message.el (message-yank-original): Don't switch point and mark
2767         unnecessarily to put point and mark as documented.
2768
2769 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2770
2771         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2772         from the message heads.
2773
2774 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
2775
2776         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2777         article buffer does not have a window.  This may not be the best
2778         solution but is certainly better than setting the start of the null,
2779         that is the current, window.
2780
2781 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2782
2783         * gnus-draft.el (gnus-draft-setup-hook): New hook.
2784         (gnus-draft-setup): Run it.
2785
2786         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2787         gnus-score-fast-scoring.  Allow regexp.
2788         (gnus-score-headers): Use it.
2789
2790         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2791         XEmacs.
2792
2793         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2794         string.
2795         (gnus-button-alist): Also catch `<f1> k ...'.
2796         (gnus-treat-display-x-face): Fix doc string.
2797
2798 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2799
2800         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2801         evaluation of gnus-extended-version to ensure correct generation of the
2802         User-Agent header when message-generate-headers-first is used.
2803
2804 2007-03-24  Simon Josefsson  <simon@josefsson.org>
2805
2806         * hashcash.el (hashcash-generate-payment-async): Don't crash if
2807         hashcash-path is nil.  Don't call callback with incorrect number of
2808         parameters if val is 0.
2809
2810 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2811
2812         * message.el (message-required-news-headers):
2813         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2814
2815 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
2816
2817         * tls.el (open-tls-stream): In handshake-waiting loop,
2818         don't wait more if there is output available to process.
2819
2820 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
2821
2822         * tls.el (tls-program): Doc fix.
2823
2824 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2825
2826         * message.el (message-generate-new-buffers): Change the meaning of the
2827         nil value; add `standard' to the choices; treat t as `unique'; improve
2828         doc string.
2829         (gnus-select-frame-set-input-focus): Autoload.
2830         (message-buffer-name): Search for the existing message buffer if
2831         message-generate-new-buffers is nil or `standard'; treat the value t of
2832         message-generate-new-buffers as `unique'.
2833         (message-pop-to-buffer): Raise the frame already displaying the message
2834         buffer; clear the echo area after querying.
2835         (message-setup): Pass the `continue' argument to compose-mail.
2836         (message-mail): Prefer `switch-function' if it is given; search for the
2837         existing message buffer if the `continue' argument is non-nil; pass
2838         continue and switch-function arguments to compose-mail by way of
2839         message-setup.
2840         (message-mail-other-window): Adjust argument of message-setup.
2841         (message-mail-other-frame): Ditto.
2842
2843 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2846         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2847         to turn font-lock on when turning gnus-message-citation-mode on.
2848
2849 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
2850
2851         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2852         (mml-smime-function-alist): New variable; add epg as the backend.
2853         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2854         mml-smime- functions instead.
2855         * mm-view.el: Require smime.
2856
2857 2007-03-05  Didier Verna  <didier@xemacs.org>
2858
2859         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2860         instead of just inheritance for posting styles.
2861         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2862
2863 2007-02-24  Chris Moore  <dooglus@gmail.com>
2864
2865         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
2866         * pgg-pgp.el (pgg-pgp-encrypt-region):
2867         * pgg-gpg.el (pgg-gpg-encrypt-region):
2868         Check pgg-encrypt-for-me if no other recipients.
2869
2870 2007-02-24  John Paul Wallington  <jpw@pobox.com>
2871
2872         * tls.el (tls-certtool-program): Fix custom type.
2873
2874 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2877         and point-at-eol instead of line-(beginning|end)-position.
2878
2879         * assistant.el (assistant-parse-buffer): Ditto.
2880
2881         * netrc.el (netrc-parse-services): Ditto.
2882
2883 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
2884
2885         * mml2015.el (mml2015-epg-find-usable-key): New function.
2886         (mml2015-epg-sign): Use it.
2887         (mml2015-epg-encrypt): Use it.
2888
2889 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * message.el (message-make-in-reply-to): Quote name containing
2892         non-ASCII characters.  It will make the RFC2047 encoder cause an error
2893         if there are special characters.  Reported by NAKAJI Hiroyuki
2894         <nakaji@jp.freebsd.org>.
2895
2896 2007-02-27  Didier Verna  <didier@xemacs.org>
2897
2898         Include the group parameters as well as the topic ones in the
2899         inheritance filter process.
2900         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2901         argument GROUP-PARAMS-LIST.
2902         * gnus-topic.el (gnus-group-topic-parameters): Use it.
2903
2904 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * nntp.el (nntp-never-echoes-commands)
2907         (nntp-open-connection-functions-never-echo-commands): New variables.
2908         (nntp-send-command): Use them.
2909
2910 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
2911
2912         * mml2015.el (mml2015-epg-verify): Simplified.
2913
2914 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * mml.el (mml-content-disposition-alist): New user option.
2917         (mml-content-disposition): New function.
2918         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
2919         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
2920
2921 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
2922
2923         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
2924         verification.
2925
2926 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2927
2928         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
2929         articles posted in the last 24 hours.
2930
2931 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
2932
2933         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
2934
2935 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
2936
2937         * nntp.el (nntp-send-command): Don't wait for echoes when
2938         nntp-open-ssl-stream is used.
2939
2940 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2941
2942         * gnus-cite.el (gnus-test-font-lock-add-keywords)
2943         (gnus-message-add-citation-keywords)
2944         (gnus-message-remove-citation-keywords): Remove.
2945         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
2946         directly, make the variables in font-lock-defaults buffer-local, add
2947         gnus-message-citation-keywords to them and then update the value of
2948         font-lock-keywords.
2949
2950 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * message.el (message-cite-original-1): Don't call
2953         gnus-article-highlight-citation.
2954
2955         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
2956         citations; fix line count.
2957
2958 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
2961         (gnus-message-add-citation-keywords)
2962         (gnus-message-remove-citation-keywords): Use it; fix the emulating
2963         versions of font-lock-add-keywords and font-lock-remove-keywords to
2964         work with XEmacs correctly.
2965
2966 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2967
2968         * gnus-cite.el (gnus-cite-face-list): Set the values of
2969         gnus-message-max-citation-depth and gnus-message-citation-keywords.
2970         (gnus-message-max-citation-depth): Use defvar rather than defconst.
2971         (gnus-message-cite-prefix-regexp): New variable.
2972         (gnus-message-search-citation-line): Use it; protect against long
2973         citation prefix; fill match data with nil rather than 0 for XEmacs; set
2974         the 0th match data for Emacs.
2975         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
2976         (gnus-message-add-citation-keywords): Append keywords rather than
2977         prepending; emulate font-lock-add-keywords if it is not available.
2978         (gnus-message-remove-citation-keywords): Emulate
2979         font-lock-remove-keywords if it is not available.
2980
2981         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
2982
2983         * message.el (message-cite-prefix-regexp): Set the value of
2984         gnus-message-cite-prefix-regexp.
2985
2986 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2987
2988         * nnweb.el (nnweb-google-parse-1): Update parser.
2989
2990 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
2991
2992         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
2993
2994 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2995
2996         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2997         regexp.
2998
2999 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3002         string-to-multibyte.
3003         (uudecode-decode-region-internal): Use it.
3004
3005         * lpath.el: Fbind string-as-multibyte for XEmacs.
3006
3007 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3008
3009         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3010         custom choice.
3011
3012         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3013
3014 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3015
3016         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3017
3018         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3019         `write-region' to respect `mm-inhibit-file-name-handlers'.
3020
3021 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3022
3023         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3024         Use gnus-home-directory instead of "~/" or "$HOME".
3025
3026 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3027
3028         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3029         to mention filename.
3030         Add comments at beginning regarding usage.
3031         (encrypt-write-file-contents): Change interactive so a string is
3032         acceptable.  If the file has no associated model, show an error instead
3033         of a nonsense prompt.
3034
3035 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3036
3037         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3038         Thanks to Yoshihiko Yamada for kind notification of this typo.
3039
3040 2007-01-12  Kenichi Handa  <handa@m17n.org>
3041
3042         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3043         multibyte buffer.
3044
3045 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3046
3047         * gnus-score.el (gnus-score-fast-scoring): New variable.
3048         (gnus-score-headers): Use it.
3049
3050         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3051
3052         * message.el (message-cite-original-1): Call
3053         gnus-article-highlight-citation if requested.
3054         (message-make-from): Allow name and address as optional arguments.
3055
3056         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3057
3058         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3059         bugs to doc string.
3060         (gnus-button-alist): Add mid\\|message-id.
3061         (gnus-button-fetch-group): Extend for use in
3062         `browse-url-browser-function'.
3063         (gnus-button-url-regexp): Try to catch paired parentheses like in
3064         Wikipedia URLs.
3065
3066         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3067         Suggested by Simon Krahnke <overlord@gmx.li>.
3068
3069 2007-01-13  Romain Francoise  <romain@orebokech.com>
3070
3071         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3072         Update copyright.
3073
3074 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3075
3076         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3077
3078 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3079
3080         * gnus-registry.el (gnus-registry-unfollowed-groups)
3081         (gnus-registry-split-fancy-with-parent): Fix documentation.
3082
3083 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3084
3085         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3086         from nnweb groups.
3087
3088 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089
3090         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3091         Xref urls.  Erase buffer before requesting head.
3092
3093 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3094
3095         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3096         customizable.
3097
3098 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3099
3100         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3101         no signing key is found.
3102         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3103         no encrypting and/or signing key is found.
3104
3105 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3106
3107         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3108
3109 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3110
3111         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3112         headers read from disk with the ones newly found in the current search.
3113         This should no longer cause problems, because the article numbers in
3114         Gmane's `nov.php' output are ignored since the previous change.
3115
3116 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3117
3118         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3119
3120 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3123         replace-regexp-in-string; bind url-version; fbind display-images-p and
3124         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3125         find-face and set-itimer-function for Emacs; bind itimer-list for
3126         Emacs.
3127
3128         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3129
3130 2007-01-01  Romain Francoise  <romain@orebokech.com>
3131
3132         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3133
3134 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3135
3136         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3137         `define-minor-mode' macro definition expanded properly.
3138         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3139         exclude it there.
3140
3141         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3142         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3143         `fboundp' test.
3144         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3145         This is OK to autoload in (S)XEmacs now.
3146
3147 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3150         keystroke.
3151         (gnus-summary-limit-to-singletons): Fix typo.
3152
3153         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3154         else fails.
3155
3156 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3157
3158         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3159         docstring.
3160
3161         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3162         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3163         (gnus-summary-insert-dormant-articles): Fix typo in message.
3164
3165 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3166
3167         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3168         nil for XEmacs.
3169         (gnus-message-citation-mode): Don't autoload in XEmacs.
3170
3171         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3172
3173 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3174
3175         * nnimap.el (nnimap-expunge-search-string): Mention
3176         nnimap-search-uids-not-since-is-evil in docstring.
3177
3178 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3179
3180         * spam.el: Revert to make-obsolete-variable because
3181         define-obsolete-variable-alias is not supported in Emacs 21.
3182
3183         * spam.el (spam-ifile-path, spam-ifile-database-path)
3184         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3185         make-obsolete-variable.
3186         (spam-bsfilter-path, spam-bsfilter-program)
3187         (spam-spamassassin-path, spam-spamassassin-program)
3188         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3189         use "path" inappropriately.
3190         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3191         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3192         variable names.
3193
3194 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3195
3196         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3197         summary buffer.
3198
3199         * password.el (password-cache-remove): Use clear-string to burn
3200         password, if available.
3201
3202 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3203
3204         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3205
3206         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3207
3208         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3209         (gnus-message-highlight-citation): Move defcustom here from
3210         gnus-cite.el.
3211         (gnus-message-citation-mode): Autoload.
3212
3213         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3214         checks to make it compile with XEmacs.
3215         (gnus-message-citation-mode): New minor mode.
3216         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3217         (gnus-message-highlight-citation): New variables.
3218         (gnus-message-search-citation-line)
3219         (gnus-message-add-citation-keywords)
3220         (gnus-message-remove-citation-keywords)
3221         (turn-on-gnus-message-citation-mode)
3222         (turn-off-gnus-message-citation-mode): New functions.
3223
3224 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3225
3226         * gnus-cite.el: Enable highlighting of different citation levels in
3227         message-mode.
3228
3229 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3230
3231         * message.el (message-make-fqdn): Fix comment.
3232         (message-bogus-system-names): Add ".local".
3233
3234         * spam.el (spam-ifile-path, spam-ifile-program)
3235         (spam-ifile-database-path, spam-ifile-database)
3236         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3237         Don't use "path" inappropriately.
3238         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3239         strings.
3240         (spam-check-ifile, spam-ifile-register-with-ifile)
3241         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3242         new variable names.
3243
3244         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3245         (gnus-treat-display-smileys): Simplify using
3246         gnus-image-type-available-p.
3247
3248         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3249         available.
3250
3251         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3252         `display-images-p' if available.
3253
3254 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3257         one after turning on the buffer's multibyteness instead of decoding
3258         them directly in the unibyte buffer that causes unexpected conversion
3259         in Emacs 23 (unicode).
3260
3261 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3262
3263         * message.el (message-generate-hashcash): Fix custom type.
3264
3265 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3266
3267         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3268
3269 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3270
3271         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3272         disconnect icons.  Add help text.
3273
3274 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3275
3276         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3277         negated to be consistent with the others we handle.
3278
3279 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3280
3281         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3282         version of gnus-summary-buffer to something, so that we can use two
3283         article buffers at the same time.
3284
3285 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3286
3287         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3288         trigger all the extra headers.
3289         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3290         sorting.
3291
3292 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3293
3294         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3295         solid groups.
3296
3297 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3298
3299         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3300
3301 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3302
3303         * legacy-gnus-agent.el: Add Copyright notice.
3304
3305 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3306
3307         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3308
3309 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3310
3311         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3312
3313         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3314         to make it work reliably in CVS Emacs.
3315         (gnus-summary-limit-strange-charsets-predicate)
3316         (gnus-summary-limit-to-predicate): New functions.
3317
3318 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3319
3320         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3321         specifying array size.
3322         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3323         array if it is too small.
3324         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3325         (gnus-sort-threads-loop): New function.
3326
3327 2006-12-06  Chris Moore  <dooglus@gmail.com>
3328
3329         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3330         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3331
3332 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3333
3334         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3335         options.
3336
3337 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3338
3339         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3340         DOS-ing the recipient.
3341
3342         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3343         the headers when creating the mapping to avoid mismappings.
3344         (nnweb-gmane-create-mapping): Always nix out old mapping.
3345
3346 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3349         and mm-verify-option to never.
3350
3351 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * message.el (message-signed-or-encrypted-p): New function.
3354         (message-forward-make-body): Use it.
3355
3356         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3357         Replace encode-coding-string with mm-encode-coding-string.
3358
3359 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * nneething.el (nneething-decode-file-name): Replace
3362         decode-coding-string with mm-decode-coding-string.
3363
3364         * gnus-int.el (gnus-open-server): Say failed server's name.
3365
3366 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3367
3368         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3369         strings to a single string.  Quote `errors-file-name'.
3370         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3371         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3372         Adjust calls.  Use `shell-quote-argument'.
3373
3374 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3375
3376         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3377         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3378
3379         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3380         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3381         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3382         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3383         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3384         (gnus-subscribe-newsgroup, gnus-1):
3385         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3386         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3387         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3388         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3389
3390 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3393         keystroke.
3394         (gnus-summary-limit-to-bodies): Implement headersp.
3395
3396 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3397
3398         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3399
3400 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3403
3404 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3405
3406         * message.el (message-generate-hashcash): Expand range of values to
3407         include `opportunistic'.
3408         (message-send-mail): Use it.
3409
3410 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3411
3412         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3413         and comment it.
3414
3415         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3416
3417 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3418
3419         * gnus-util.el (gnus-extract-address-components): Improve comment.
3420
3421 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * gnus-util.el (gnus-extract-address-components): Work with address in
3424         which the name portion contains @.
3425
3426         * lpath.el: Fbind custom-autoload.
3427
3428 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3429
3430         * gnus.el (gnus-start): Move custom group up.
3431         (gnus-select-method): Don't autoload, but make it available for
3432         `customize-variable'.
3433         (gnus-getenv-nntpserver): Don't autoload.
3434
3435 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3436
3437         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3438
3439 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3440
3441         * message.el (message-sendmail-extra-arguments): New variable.
3442         (message-send-mail-with-sendmail): Use it.
3443
3444 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3445
3446         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3447         mm-with-unibyte-current-buffer to make string unibyte.
3448
3449         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3450         mm-string-as-multibyte.
3451
3452 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3453
3454         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3455         Reported by Werner Koch <wk@gnupg.org>.
3456
3457 2006-11-14  Daiki Ueno  <ueno@p360>
3458
3459         * mml2015.el: Autoload epa-select-keys when compiling.
3460
3461 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3462
3463         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3464         message-options.
3465         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3466
3467 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3468
3469         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3470         EasyPG (< 0.0.6).
3471         (mml2015-always-trust): New user option.
3472         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3473         prompt.
3474
3475 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * nntp.el (nntp-authinfo-force): New variable.
3478         (nntp-send-authinfo): Use it.
3479
3480 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3481
3482         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3483         decode encoded words.  Improve prompt.  Add comment about forwarding.
3484         (message-replacement-char): Move up.
3485
3486 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3487
3488         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3489         instead of gnus-intersection because arguments of gnus-sorted-nunion
3490         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3491
3492 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3493
3494         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3495         (message-simplify-subject-functions): Enable
3496         message-strip-subject-encoded-words by default.
3497
3498 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3499
3500         * message.el (message-strip-subject-encoded-words): New function
3501         (message-simplify-subject-functions): New variable.
3502         (message-simplify-subject): Use it.  Fix typo in doc string.
3503         Support message-strip-subject-encoded-words.
3504
3505 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3506
3507         * gnus-diary.el (gnus-diary-delay-format-function):
3508         * nndiary.el (nndiary-reminders):
3509         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3510
3511 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3512
3513         * gnus-art.el (article-hide-boring-headers): Fetch date from
3514         gnus-original-article-buffer to avoid problems with localized date
3515         strings.
3516
3517 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3520
3521 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3522
3523         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3524         New variables.
3525         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3526         (mm-charset-synonym-alist): Move some entries to
3527         mm-codepage-iso-8859-list.
3528         (mm-charset-synonym-alist, mm-charset-override-alist): Add
3529         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3530
3531 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3534
3535 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3536
3537         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3538         with Emacs 21 and XEmacs.
3539
3540 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3541
3542         * spam.el (spam-parse-address): New function for better parsing,
3543         catching errors, etc.
3544         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3545
3546 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3547
3548         * mm-view.el: Add interactive arg to html2text autoload.
3549
3550 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3551
3552         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3553
3554 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
3555
3556         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3557         variables.
3558         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3559         (mm-charset-synonym-alist): Move some entries to
3560         mm-codepage-iso-8859-list.
3561
3562         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3563
3564 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
3565
3566         * message.el (message-citation-line-format)
3567         (message-insert-formated-citation-line): Fix implementation of %E, %N
3568         and %n according to the doc string.
3569
3570 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
3571
3572         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3573         car-safe to avoid bad parses.
3574
3575 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3578         names.
3579
3580         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3581
3582 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3583
3584         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3585         header.
3586
3587         * message.el (message-draft-headers): Add Date.
3588         (message-headers-to-generate): Fix typo in docstring.
3589
3590         * nndraft.el (nndraft-required-headers): New variable.
3591         (nndraft-generate-headers): Use it.
3592
3593         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3594
3595 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3596
3597         * gnus-registry.el (gnus-registry-wash-for-keywords)
3598         (gnus-registry-find-keywords): New functions to allow easy searching of
3599         articles that are in the registry.
3600
3601 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3602
3603         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3604         ietf-drums-parse-address instead of gnus-extract-address-components.
3605         Reported by Damien Elmes <damien@repose.cx>.
3606
3607 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3608
3609         * gnus.el (gnus-mime): Remove unused custom group.
3610
3611 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3612
3613         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3614         "blank line" when searching for end of armor headers.
3615
3616 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3617
3618         * gmm-utils.el (gmm-write-region): Fix variable name.
3619
3620 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
3621
3622         * gmm-utils.el (gmm-write-region): New function based on compatibility
3623         code from `mm-make-temp-file'.
3624
3625         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3626
3627         * nnmaildir.el (nnmaildir--update-nov)
3628         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3629         Use `gmm-write-region'.
3630
3631 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3632
3633         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3634         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3635
3636         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3637
3638         * message.el (message-replacement-char): New variable.
3639         (message-fix-before-sending): Use it.
3640         (message-simplify-subject): New function to remove duplicate code.
3641         (message-reply, message-followup): Use it.
3642
3643         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3644         gnus-summary-limit-to-articles.
3645
3646 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3647
3648         * gnus-util.el (gnus-with-local-quit): New macro.
3649
3650         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3651
3652 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
3653
3654         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3655         ignore non-string data.
3656
3657 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
3658
3659         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3660         non-string data (needs to be done in the registry too).
3661
3662 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3663
3664         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3665         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3666         (gnus-registry-split-fancy-with-parent)
3667         (gnus-registry-fetch-simplified-message-subject-fast)
3668         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3669         Remove text properties on ingress into the registry and when it's saved.
3670         (gnus-registry-clean-empty-function): Fix bug with cleaning the
3671         registry from entries with no groups.
3672
3673 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3674
3675         * gnus-util.el (gnus-string-remove-all-properties): Add utility
3676         function to remove string properties.
3677
3678 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3679
3680         * gmm-utils.el (gmm): Adjust custom version.
3681
3682         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3683         custom version.
3684
3685         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3686
3687 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3688
3689         * gnus-art.el (gnus-insert-prev-page-button)
3690         (gnus-insert-next-page-button): Simplify.  Reformat.
3691
3692 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3693
3694         * gnus-art.el (gnus-insert-prev-page-button)
3695         (gnus-insert-next-page-button): Apply gnus-article-button-face.
3696
3697 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
3698
3699         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3700
3701 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3702
3703         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3704         gnus-article-button-face to MIME and security buttons.
3705
3706 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
3707
3708         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3709         readable.
3710
3711 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3712
3713         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
3714
3715 2006-09-20  Steve Youngs  <steve@sxemacs.org>
3716
3717         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3718         `browse-url-of-file' instead of `browse-url'.
3719
3720 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3721
3722         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3723         regexp.  Articles containing quotation were cut prematurely.
3724
3725 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3726
3727         * message.el (message-cite-original-1): Use nobody by default for the
3728         value of From header.
3729         (message-reply): Ditto.
3730
3731 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
3732
3733         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3734         to the gnus-info.  This fixes a bug of inline-PGP message verification.
3735         Reported by Michael Piotrowski <mxp@dynalabs.de>.
3736
3737 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
3738
3739         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3740         mails in the doc string.  Add some URLs in comment.
3741         (pop3-movemail): Warn about pop3-leave-mail-on-server.
3742
3743 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3746         backslashes handling and the way to find boundaries of quoted strings.
3747
3748 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
3749
3750         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3751         mml1991-encrypt-to-self is set and mml1991-signers is not set.
3752         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3753         mml2015-encrypt-to-self is set and mml2015-signers is not set.
3754
3755 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3756
3757         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
3758         doc string.
3759         (gnus-button-regexp, gnus-button-last): Remove unused variables.
3760
3761 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3762
3763         * lpath.el: Fbind epg-check-configuration.
3764
3765 2006-09-06  Simon Josefsson  <jas@extundo.com>
3766
3767         * mml2015.el (mml2015-use): Doc fix, mention epg.
3768
3769 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3770
3771         * mml2015.el (mml2015-use): Default to epg, if available.
3772
3773 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3774
3775         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3776         message-sender.
3777         (mml1991-epg-encrypt): Ditto.
3778         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3779         message-sender.
3780         (mml2015-epg-encrypt): Ditto.
3781
3782 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
3783
3784         * message.el (message-send-mail-with-sendmail): Look for sendmail in
3785         several common directories.
3786
3787 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
3788
3789         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3790         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3791
3792 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3793
3794         * gnus-art.el (article-decode-encoded-words): Make it fast.
3795
3796 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3799
3800         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3801         in quoted string into `\'.
3802
3803 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3806         Use standard-syntax-table.
3807
3808 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3809
3810         * gnus-art.el (gnus-decode-address-function): New variable.
3811         (article-decode-encoded-words): Use it to decode headers which are
3812         assumed to contain addresses.
3813         (gnus-mime-delete-part): Remove useless `or'.
3814
3815         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3816         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3817         (gnus-nov-parse-line): Use it to decode From header.
3818         (gnus-get-newsgroup-headers): Ditto.
3819         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3820
3821         * mail-parse.el (mail-decode-encoded-address-region): New alias.
3822         (mail-decode-encoded-address-string): New alias.
3823
3824         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3825         New function.
3826         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3827         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3828         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3829         (rfc2047-decode-string): Ditto.
3830         (rfc2047-decode-address-region): New function.
3831         (rfc2047-decode-address-string): New function.
3832
3833 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
3834
3835         * message.el (message-caesar-buffer-body): Allow rotating headers.
3836
3837         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3838
3839         * message.el (message-insert-formated-citation-line): Fix %f.
3840         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3841
3842 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3845         (gnus-bookmark-mouse-available-p): New macro.
3846         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3847         (gnus-bookmark-bmenu-show-infos): Use it.
3848         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3849         (gnus-bookmark-bmenu-hide-infos): Ditto.
3850         (gnus-bookmark-remove-properties): New function.
3851         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3852         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3853         (gnus-bookmark-write-file): Bind coding-system-for-write.
3854         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3855         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3856         group before selecting it.
3857         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3858         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3859         quit-window if it is not available; use gnus-mouse-2 and bind it to
3860         gnus-bookmark-bmenu-select-by-mouse.
3861         (gnus-bookmark-show-details): Remove unused variable `details-list'.
3862         (gnus-bookmark-bmenu-select-by-mouse): New function.
3863
3864 2006-08-13  Romain Francoise  <romain@orebokech.com>
3865
3866         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3867         space.
3868
3869 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3870
3871         * compface.el (uncompface): Use binary rather than raw-text-unix.
3872
3873 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3874
3875         * compface.el (uncompface): Make sure the eol conversion doesn't take
3876         place when communicating with the external programs.  Reported by
3877         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3878
3879 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * nnheader.el (nnheader-insert-head): Fix typo in comment.
3882
3883 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3884
3885         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3886         Make it more robust by parsing author and date independently.
3887
3888 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3889
3890         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3891
3892 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
3893
3894         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3895         first matching secret key.
3896         (mml2015-epg-encrypt): Ditto.
3897
3898         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3899         first matching secret key.
3900         (mml1991-epg-encrypt): Ditto.
3901
3902         * mml2015.el (mml2015-encrypt-to-self): New user option.
3903         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3904         mml2015-epg-encrypt-to-self is set.
3905
3906         * mml1991.el (mml1991-encrypt-to-self): New variable.
3907         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3908         mml1991-epg-encrypt-to-self is set.
3909
3910         * mml2015.el (mml2015-signers): New user option.
3911         (mml2015-epg-sign): Reflect the value of mml2015-signers.
3912         (mml2015-epg-encrypt): Allow to select signing keys.
3913
3914         * mml1991.el (mml1991-signers): New variable.
3915         (mml1991-epg-sign): Reflect the value of mml1991-signers.
3916         (mml1991-epg-encrypt): Allow to select signing keys.
3917
3918 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * nnheader.el (nnheader-insert-head): Make it work even if the file
3921         uses CRLF for the line-break code.
3922
3923 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
3924
3925         * mml2015.el: Require mml-sec instead of password.
3926         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
3927         (mml2015-cache-passphrase): Inherit the default value from
3928         mml-secure-cache-passphrase.
3929         (mml2015-passphrase-cache-expiry): Inherit the default value from
3930         mml-secure-passphrase-cache-expiry.
3931
3932         * mml1991.el: Require mml-sec instead of password.
3933         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
3934         (mml1991-cache-passphrase): Inherit the default value from
3935         mml-secure-cache-passphrase.
3936         (mml1991-passphrase-cache-expiry): Inherit the default value from
3937         mml-secure-passphrase-cache-expiry.
3938
3939         * mml-sec.el: Require password.
3940         (mml-secure-verbose): New user option.
3941         (mml-secure-cache-passphrase): New user option.
3942         (mml-secure-passphrase-cache-expiry): New user option.
3943
3944 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
3945
3946         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3947         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
3948         andreas@altroot.de (Andreas Vögele).
3949
3950         FIXME: Use `tiny change'?
3951
3952 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3953
3954         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
3955         workaround for the url package included with Emacs.
3956
3957         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3958
3959 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3960
3961         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
3962         correctly.  This fixes a bug caused by the 2006-05-12 change.
3963
3964 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
3965
3966         * nnmail.el (nnmail-article-group): If splitting raises an error, give
3967         some information about the error when saying that the `bogus' mail
3968         group will be used.
3969
3970 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
3971
3972         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
3973         string.
3974
3975 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
3976
3977         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
3978
3979 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3980
3981         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
3982
3983 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
3984
3985         * mml1991.el (mml1991-function-alist): Add epg.
3986         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
3987         (mml1991-epg-encrypt): New functions.
3988
3989 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
3990
3991         * mml2015.el (mml2015-verbose): New variable.
3992         (mml2015-cache-passphrase): Ditto.
3993         (mml2015-passphrase-cache-expiry): Ditto.
3994         (mml2015-function-alist): Add epg.
3995         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
3996         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
3997         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
3998         functions.
3999
4000 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4001
4002         * message.el (message-cite-original-1): Preserve region when removing
4003         quoted text due to X-No-Archive in order to avoid bogus attribution
4004         when citing multiple messages.
4005
4006 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4007
4008         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4009         Kenneth Jacker <khj@be.cs.appstate.edu>.
4010
4011 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4012
4013         * gnus-diary.el (gnus-user-format-function-d)
4014         (gnus-user-format-function-D): Autoload.
4015
4016         * imap.el (Commentary): Fix typo.
4017
4018         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4019         2006-04-22 contribution.
4020
4021 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4022
4023         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4024         It didn't really fix the bogosity I'm seeing with solid web groups.
4025
4026 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4027
4028         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4029         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4030         created using server names.  If we use the feature without declaring
4031         it, Gnus does not properly manage server and group state.
4032
4033         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4034         bound.
4035
4036 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4037
4038         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4039         looking up the method using GROUP's prefix before inventing a new one.
4040         It is used on killed/unknown groups in various places where returning
4041         an all-new method isn't expected by the caller.
4042
4043         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4044         and match semantics of gnus-group-real-prefix.
4045
4046 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4047
4048         * nnmail.el (nnmail-broken-references-mailers): New variable.
4049         (nnmail-ignore-broken-references): New function generalizing
4050         nnmail-fix-eudora-headers.
4051         (nnmail-fix-eudora-headers): Now obsolete.
4052
4053         * gnus-art.el (gnus-button-handle-custom): Support
4054         `customize-apropos*'.
4055
4056 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4057
4058         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4059
4060         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4061         articles.
4062
4063 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4064
4065         * message.el (message-cite-reply-above): New variable.
4066         (message-yank-original): Use it.
4067
4068 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4069
4070         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4071
4072 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4073
4074         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4075         as read.
4076
4077         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4078
4079 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4080
4081         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4082         (gnus-bookmark-default-file): Use gnus-directory.
4083         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4084         Remove "*" in doc string.
4085         (gnus-bookmark-write-file): Simplify.
4086         (gnus-bookmark-maybe-sort-alist): Use `when'.
4087         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4088         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4089         FIXME about Emacs 21 and XEmacs compatibility.
4090         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4091         compatibility.
4092         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4093         compatibility.
4094         (gnus-bookmark-menu-heading): Fix version.
4095
4096 2006-06-19  Bastien Guerry  <bzg@altern.org>
4097
4098         * gnus-bookmark.el: New file.
4099
4100 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * message.el (message-syntax-checks): Doc fix.
4103
4104 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4105
4106         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4107         unsubscribed groups as if they were killed ones.  It causes duplicate
4108         entries in gnus-newsrc-alist.
4109
4110 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * message.el (message-syntax-checks): Doc fix.
4113         (message-send-mail): Add check for continuation headers.
4114         (message-check-news-header-syntax): Fix regexp used to check for
4115         continuation headers.
4116
4117 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4118
4119         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4120
4121 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4122
4123         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4124
4125 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4126
4127         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4128         default-truncate-lines.
4129
4130 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4133         to fill the utf-8 entry.
4134
4135         * lpath.el: Fbind unicode-precedence-list.
4136
4137 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4138
4139         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4140
4141 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4142
4143         * gnus-agent.el (directory-files-and-attributes): Move all the way
4144         forward (the third and final move).
4145         (gnus-agent-read-agentview): Trap reconstruction errors due to
4146         nonexistant directory.  Handle by returning nil.
4147
4148 2006-05-30  Didier Verna  <didier@xemacs.org>
4149
4150         * message.el (message-dont-reply-to-names): Update the custom type.
4151         * message.el (message-dont-reply-to-names): New defsubst: potentially
4152         convert a list of regexps into a single one.
4153         * message.el (message-get-reply-headers): Use it.
4154         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4155
4156 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * gnus-agent.el (directory-files-and-attributes): Move forward.
4159
4160 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4161
4162         * gnus-ml.el (gnus-mailing-list-subscribe)
4163         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4164         (gnus-mailing-list-message): Fix doc strings.
4165
4166 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4167
4168         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4169         of doing it manually.
4170
4171 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4172
4173         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4174         comment.
4175
4176 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4177
4178         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4179         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4180         (gnus-agent-read-local): All symbols allocated in my-obarray
4181         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4182         (gnus-agent-regenerate-group): Check numeric names to see if they are
4183         messages or groups.
4184         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4185         better way of do this...)
4186
4187         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4188         'dummy.group' (there should be a better way of do this...)
4189
4190 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4193         (gnus-saved-headers): Ditto.
4194         (gnus-default-article-saver): Mention functions may have properties.
4195         (gnus-article-save): Override gnus-save-all-headers and
4196         gnus-saved-headers by :headers property which saver function may have.
4197         (gnus-summary-save-in-file): Add :headers property.
4198         (gnus-summary-write-to-file): Ditto.
4199
4200         * gnus-sum.el (gnus-summary-save-article): Bind
4201         gnus-prompt-before-saving to t when saving many articles in a file;
4202         always show all headers.
4203
4204         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4205
4206 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4207
4208         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4209         marks.
4210
4211         * message.el (message-indent-citation): Add optional arguments to allow
4212         using it outside of message buffers.
4213
4214         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4215         (gnus-article-treat-unfold-headers): Use it.
4216         (gnus-article-truncate-lines): New variable.
4217         (gnus-article-mode): Use it.
4218         (gnus-article-toggle-truncate-lines): New function.
4219
4220         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4221         gnus-article-toggle-truncate-lines.
4222
4223         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4224         coding system in XEmacs, use binary.
4225
4226 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4229         after-load-alist.
4230
4231         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4232         this function should save decoded articles.
4233         (gnus-summary-write-to-file): Use property to specify this function
4234         should save decoded articles and specify gnus-summary-save-in-file
4235         should be used to save articles other than the first one when saving
4236         many articles.
4237         (gnus-summary-save-body-in-file): Use property to specify this
4238         function should save decoded articles.
4239         (gnus-summary-write-body-to-file): Use property to specify this
4240         function should save decoded articles and specify
4241         gnus-summary-save-body-in-file should be used to save articles other
4242         than the first one when saving many articles.
4243
4244         * gnus-sum.el (gnus-summary-save-article): Simplify.
4245
4246 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * gnus-art.el (gnus-default-article-saver): Add
4249         gnus-summary-write-body-to-file.
4250         (gnus-article-save-coding-system): Don't use coding system object
4251         in XEmacs.
4252         (gnus-read-save-file-name): Add optional `dir-var' argument which
4253         specifies directory in which files are saved; work even if optional
4254         `variable' argument is not specified.
4255         (gnus-summary-write-to-file): Read file name.
4256         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4257         (gnus-summary-write-body-to-file): New function.
4258
4259         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4260         (gnus-summary-local-variables): Add it.
4261         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4262         (gnus-summary-save-article): Remove optional `decode' argument;
4263         determine whether to decode articles by the value of
4264         gnus-default-article-saver; when saving many files using
4265         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4266         it first and use gnus-summary-save-in-file or
4267         gnus-summary-save-body-in-file thereafter unless
4268         gnus-prompt-before-saving is always; move point to article which
4269         will be saved.
4270         (gnus-summary-save-article-file): Revert.
4271         (gnus-summary-write-article-file): Revert.
4272         (gnus-summary-save-article-body-file): Revert.
4273         (gnus-summary-write-article-body-file): New function.
4274
4275 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * gnus-art.el (gnus-default-article-saver): Doc fix.
4278         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4279         from gnus-summary-save-article-coding-system, and default to a
4280         certain coding system.
4281         (gnus-output-to-file): Add coding cookie and encode text according
4282         to gnus-article-save-coding-system; don't use mm-append-to-file.
4283
4284         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4285         gnus-art.el and rename to gnus-article-save-coding-system.
4286         (gnus-summary-save-article): Require gnus-art; don't show all
4287         headers if it decodes articles; don't add coding cookie here;
4288         don't bind mm-text-coding-system-for-write.
4289         (gnus-summary-save-article-file): Save decoded articles.
4290         (gnus-summary-write-article-file): When saving many files, use
4291         gnus-summary-write-to-file first and gnus-summary-save-in-file
4292         thereafter unless gnus-prompt-before-saving is always.
4293         (gnus-summary-save-article-body-file): Save decoded articles.
4294
4295         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4296
4297 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4298
4299         * nnrss.el (nnrss-check-group): Bind hash-index.
4300
4301 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4302
4303         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4304         its hash index.  Store this hash in `nnrss-group-data'.
4305         (nnrss-read-group-data): Update accordingly.
4306
4307 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4308
4309         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4310         entry.
4311
4312         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4313         gnus-article-browse-html-article.
4314
4315 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4316
4317         * gnus-sum.el (gnus-summary-mime-map): Add
4318         gnus-article-browse-html-article.
4319
4320         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4321
4322 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4323
4324         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4325         suitable coding systems in customize.
4326
4327 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4328
4329         * mail-source.el (mail-sources): Fix custom type.
4330
4331 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4332
4333         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4334         (gnus-summary-expire-articles-now): Shorten prompt.
4335
4336         * gmm-utils.el (wid-edit): Require.
4337         (defun-gmm): Renamed from `gmm-defun-compat'.
4338         (gmm-image-search-load-path): Use it.
4339         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4340
4341 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4344         variable.
4345         (gnus-summary-save-article): Add optional `decode' argument.  If
4346         it is set and gnus-summary-save-article-coding-system is non-nil,
4347         save decoded article.
4348         (gnus-summary-write-article-file): Save decoded article if
4349         gnus-summary-save-article-coding-system is non-nil.
4350
4351         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4352         type.
4353
4354 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4357
4358 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4361         first to test gnus-single-article-buffer which may be buffer-local.
4362
4363         * gnus-sum.el (gnus-summary-setup-buffer): Make
4364         gnus-single-article-buffer buffer-local and nil in ephemeral
4365         group; make gnus-article-buffer, gnus-article-current, and
4366         gnus-original-article-buffer always buffer-local.
4367         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4368         group.
4369         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4370
4371 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4372
4373         * nnml.el (nnml-request-compact-group): Compressed files might not
4374         have .gz extension.
4375
4376 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4377
4378         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4379         (mm-copy-to-buffer): Use with-current-buffer.
4380         (mm-display-part): Simplify.
4381         (mm-inlinable-p): Add optional arg `type'.
4382
4383 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4384
4385         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4386         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4387         Try harder to show the attachment internally or externally using
4388         gnus-mime-view-part-as-type.
4389
4390 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4391
4392         * message.el (message-from-style, message-signature-separator)
4393         (message-user-organization-file, message-send-mail-function)
4394         (message-citation-line-function, message-yank-prefix)
4395         (message-indent-citation-function, message-signature)
4396         (message-signature-file, message-signature-insert-empty-line):
4397         Remove autoloads.
4398
4399         * gnus-art.el (gnus-buttonized-mime-types): Remove
4400         "multipart/signed".  Revert 2006-04-26 change.
4401
4402 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4403
4404         * gnus.el (gnus-version-number): Bump version.
4405
4406 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4407
4408         * gnus.el: No Gnus v0.5 is released.
4409
4410 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4411
4412         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4413         fetching articles by message-id.
4414
4415 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4416
4417         * message.el (hashcash): Require hashcash as normal.
4418
4419         * ecomplete.el (ecomplete-highlight-match-line): Use
4420         point-at-eol.
4421         (ecomplete-highlight-match-line): Use `highlight', because that
4422         face exists in both Emacs and XEmacs.
4423
4424         * message.el (message-display-abbrev): Use point-at-bol.
4425
4426         * mail-source.el: Don't require timer/timer-funcs.
4427
4428         * gnus-async.el: Ditto.
4429
4430         * password.el: Ditto.
4431
4432         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
4433
4434         * mm-url.el: Ditto.
4435
4436         * gnus-xmas.el: Don't require timer-funcs.
4437
4438         * mm-util.el: Require timer/timer-funcs.
4439
4440 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4441
4442         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4443         Close.
4444
4445 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4446
4447         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4448         unibyte after clear-decrypt function runs.
4449
4450         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4451         returns as a unibyte string.
4452
4453 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4454
4455         * lpath.el: Revert.
4456
4457         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
4458         (pgg-gpg-process-sentinel): Revert.
4459
4460         * pgg-pgp.el (pgg-pgp-process-region): Revert.
4461         (pgg-pgp-lookup-key): Revert.
4462
4463         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
4464         (pgg-pgp5-lookup-key): Revert.
4465
4466         * pgg.el (pgg-fetch-key): Revert.
4467
4468 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * lpath.el: Fbind string-as-multibyte for XEmacs.
4471
4472         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4473         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4474         (mml1991-pgg-encrypt): Ditto.
4475
4476         * pgg-gpg.el (pgg-string-to-multibyte): New function.
4477         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
4478         a multibyte buffer.
4479
4480         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
4481         (pgg-pgp-lookup-key): Ditto.
4482
4483         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4484         (pgg-pgp5-lookup-key): Ditto.
4485
4486         * pgg.el (pgg-fetch-key): Ditto.
4487
4488 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4489
4490         * message.el (message-user-organization-file): Check several
4491         locations of the organization file.
4492
4493         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4494         Add gnus-article-view-part-as-type.
4495
4496         * gnus-art.el (gnus-article-view-part-as-type): New function.
4497
4498         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4499         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4500
4501         * mml.el: Simplify autoload.
4502         (mml-mode): defvar dnd-protocol-alist instead of using
4503         symbol-value.
4504         (mml-default-directory): New variable.
4505         (mml-minibuffer-read-file): Use it.
4506         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4507
4508         * message.el (message-citation-line-format): New variable.
4509         (message-insert-formated-citation-line): New function.
4510         (message-citation-line-function): Add
4511         `message-insert-formated-citation-line' to custom type.
4512
4513         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4514         to doc string.
4515
4516         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4517         depending on mm-verify-option.
4518
4519 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4522         binding pgg-* variables; reimplement the section which prevents
4523         MIME header from being signed.
4524         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4525         pgg-text-mode; remove a blank line at the top of body.
4526
4527         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4528         lines at the top of body; use gnus-newsgroup-charset if there's no
4529         Charset header.
4530
4531 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4532
4533         * message.el (message-self-insert-commands): Doc fix.
4534
4535         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4536         (mm-uu-pgp-encrypted-test): Ditto.
4537         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4538         between header and body; return application/pgp-encrypted handle
4539         if decryption failed; decode decrypted body by charset.
4540
4541         * mm-decode.el (mm-automatic-display): Don't make application/pgp
4542         element match to application/pgp-*.
4543
4544 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4545
4546         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4547         HTML.
4548
4549 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4550
4551         * mail-source.el (mail-source-call-script): Message the error
4552         string.
4553
4554 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4555
4556         * gnus-util.el (gnus-byte-compile): Use it.
4557
4558 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
4559
4560         * gnus-util.el (kill-empty-logs): New function.
4561
4562 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4563
4564         * message.el (message-mail-alias-type): Doc fix.
4565         (message-mail-alias-type-p): New function.
4566         (message-send): Use it.
4567         (message-mode): Ditto.
4568         (message-strip-forbidden-properties): Ditto.
4569
4570         * ecomplete.el (ecomplete-database-file-coding-system): New
4571         variable.
4572         (ecomplete-save): Use it.
4573         (ecomplete-setup): Use it.
4574
4575 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4576
4577         * message.el (message-self-insert-commands): New variable.
4578         (message-strip-forbidden-properties): Use it.
4579
4580 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4581
4582         * message.el (message-put-addresses-in-ecomplete): Use a regexp
4583         that doesn't make XEmacs choke.
4584
4585 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
4586
4587         * gnus-util.el (gnus-replace-in-string):
4588         Prefer replace-regexp-in-string over of replace-in-string.
4589
4590 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * gnus-util.el (gnus-select-frame-set-input-focus):
4593         Use select-frame-set-input-focus if it is available in XEmacs; use
4594         definition defined in Emacs 22 for old Emacsen.
4595
4596         * dgnushack.el: Autoload unmorse-region for XEmacs.
4597
4598         * lpath.el: Bind cursor-in-non-selected-windows and
4599         select-frame-set-input-focus for XEmacs.
4600
4601 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * mm-view.el (mm-inline-text): Use equal instead of equalp.
4604
4605 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
4606
4607         * gnus-registry.el (gnus-registry-cache-save): Remove text
4608         properties when saving via the temp buffer.
4609
4610 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4611
4612         * message.el (message-generate-hashcash): Honor custom type.
4613
4614 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615
4616         * message.el (message-generate-hashcash): Default to non-nil when
4617         hashcash is found.
4618
4619         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4620         (gnus-refer-thread-limit): Increase default to 500.
4621
4622         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4623
4624         * flow-fill.el (fill-flowed): Allow delete-space.
4625
4626 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4627
4628         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4629         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4630         Remove autoloads.
4631
4632 2006-04-18  Simon Josefsson  <jas@extundo.com>
4633
4634         * message.el (message-generate-hashcash): Default to.
4635
4636 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4639         concatenating segments rather than before concatenating them.
4640
4641 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4642
4643         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4644
4645 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4646
4647         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4648
4649         * message.el (message-forward-make-body-plain): Allow
4650         message-forward-ignored-headers to be a list.
4651         (message-remove-ignored-headers): Factor out into function.
4652         (message-forward-make-body-mml): Use it.
4653
4654         * imap.el (imap-quote-specials): New function.
4655         (imap-login-auth): Quote specials.
4656
4657         * rfc2231.el (rfc2231-parse-string): Remove dead code.
4658         (rfc2231-parse-string): Allow concatanation of parameters that
4659         aren't contiguous.  The test case is
4660           (mail-header-parse-content-type "message/external-body;
4661             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4662             access-type=LOCAL-FILE;
4663             name*1*=plugh%2fhello-sailor%2fbing.pdf")
4664
4665 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4666
4667         * nntp.el (nntp-accept-process-output): Return the value of
4668         `nnheader-accept-process-output'.
4669
4670 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4671
4672         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4673         (gnus-button-alist): Recognize more diff formats.
4674         (gnus-button-patch): Strip directory.
4675
4676 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4677
4678         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4679         Emacs 22 when setting focus.
4680
4681 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4682
4683         * gnus-art.el (gnus-article-treat-types): Do treatment of
4684         text/x-verbatim parts.
4685         (gnus-button-patch): New command.
4686
4687         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4688         addresses that contain invalid characters.
4689
4690 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691
4692         * message.el (message-put-addresses-in-ecomplete): Use
4693         gnus-replace-in-string.
4694         (message-is-yours-p): Use the more correct
4695         mail-header-parse-address instead of
4696         mail-extract-address-components.
4697         (message-put-addresses-in-ecomplete): Fix typo.
4698
4699         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4700         keystroke.
4701
4702         * gnus-art.el (gnus-treatment-function-alist): Change order of
4703         newsgroups/generic header folding to avoid double-folding.
4704
4705         * message.el (message-hidden-headers): Add X-Draft-From.
4706
4707         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4708         command.
4709         (gnus-summary-repeat-search-article-backward): New command.
4710
4711         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4712         groups in the parent topic.
4713
4714 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
4715
4716         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4717         (spam-extra-header-to-number): Return the CRM114 number as a
4718         number instead of a string.
4719
4720 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721
4722         * gnus-art.el (gnus-face-properties-alist): Moved here from
4723         gnus-fun.
4724
4725         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4726
4727 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4728
4729         * message.el (message-strip-forbidden-properties): Only display on
4730         self-insert-command.
4731
4732         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4733         reindent.
4734         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4735
4736 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
4737
4738         * smiley.el (smiley-style): Fix typo.
4739
4740 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4741
4742         * hashcash.el (hashcash-insert-payment-async-2): Use
4743         message-goto-eoh instead of doing it manually.
4744         (mail-add-payment): Use message-narrow-to-header instead of trying
4745         to do the same itself.
4746
4747         * message.el (message-hidden-headers): Add Face.
4748
4749         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4750         reparenting code.
4751         (gnus-summary-reparent-children): Refactored out code.
4752         (gnus-summary-thread-map): New keystroke.
4753         (gnus-summary-reparent-children): Make into command.
4754
4755         * smiley.el (smiley-style): Default to `medium' if using a large
4756         font.
4757
4758         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4759         does it itself.
4760
4761         * message.el (message-point-in-header-p): Simplify definition.
4762
4763 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4764
4765         * nnagent.el (nnagent-request-set-mark): Silence log file
4766         writing.
4767         (nnagent-request-set-mark): Use write-region instead of
4768         append-to-file.
4769
4770         * gnus-sum.el (gnus-read-header): Fudge article number if using a
4771         strange select method.
4772
4773         * ecomplete.el (ecomplete-display-matches): Get highlightling
4774         right.
4775         (ecomplete-display-matches): Use literals.
4776         (ecomplete-display-matches): Disable message logging.
4777
4778         * message.el (message-display-abbrev): Small optimization.
4779
4780         * ecomplete.el (ecomplete-display-matches): Allow automatic
4781         display.
4782
4783         * message.el (message-strip-forbidden-properties): Display
4784         abbrevs.
4785         (message-display-abbrev): Get automatic display right.
4786
4787         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4788         keystrokes.
4789
4790 2006-04-13  Romain Francoise  <romain@orebokech.com>
4791
4792         TODO: Backport to v5-10!
4793
4794         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4795         Moved here (and renamed) from gnus-registry.el.
4796
4797         * gnus-registry.el: Require gnus-util.
4798         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4799
4800 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4801
4802         * gnus-group.el (gnus-group-catchup-current): Change
4803         if-then-else-if-then-else into cond.
4804         (gnus-group-catchup): Indent.
4805         (group-name-at-point): New function.
4806         (gnus-fetch-group): Provide default from thing at point.
4807
4808 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4809
4810         * message.el (message-display-abbrev): Fix regexp.
4811
4812         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4813         choosing.
4814         (ecomplete-highlight-match-line): Fix up code rewrite, remove
4815         dead variables.
4816
4817         * message.el (message-newline-and-indent): Remove debugging.
4818         (message-display-abbrev): Use new implementation.
4819
4820 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4821
4822         * gnus-art.el (gnus-article-mode): Set
4823         cursor-in-non-selected-windows to nil.
4824
4825         * smiley.el: Revert previous change.
4826         (smiley-data-directory): defvar it before using it in the
4827         defcustom of `smiley-style'.
4828
4829 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4830
4831         * message.el (message-newline-and-indent): New function.
4832
4833         * ecomplete.el: Implement more bits.
4834
4835         * message.el (message-put-addresses-in-ecomplete): Clean up the
4836         string.
4837
4838         * ecomplete.el (ecomplete-add-item): Chop off decimals.
4839
4840         * gnus-sum.el (gnus-summary-save-parts): Bind
4841         gnus-summary-save-parts-counter and use it to make unique file
4842         names.
4843
4844         * gnus-art.el (gnus-ignored-headers): Add some more headers.
4845
4846         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4847         parameter to say whether to actually parse the individual
4848         addresses.
4849
4850         * message.el (message-put-addresses-in-ecomplete): New function.
4851         (ecomplete): Require.
4852         (message-mail-alias-type): Add ecomplete as an option.
4853
4854 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
4855
4856         * flow-fill.el (fill-flowed): Remove trailing space from blank
4857         quoted lines.
4858
4859 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4860
4861         * smiley.el (smiley-style): Move definition later to avoid a
4862         compilation warning.
4863
4864 2006-04-12  Kenichi Handa  <handa@m17n.org>
4865
4866         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4867         buffer and then decode the buffer text if necessary.
4868         (rfc2231-encode-string): Be sure to work on multibyte buffer at
4869         first, and after mm-encode-body, change the buffer to unibyte.
4870         Use mm-disable-multibyte instead of set-buffer-multibyte.
4871
4872 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4875         Content-Type header instead of Content-Disposition header.
4876         (gnus-mime-inline-part): Ditto.
4877         (gnus-mime-view-part-as-charset): Ignore charset that the part
4878         specifies.
4879
4880         * mm-decode.el (mm-display-part): Work with external parts and
4881         usual parts similarly.
4882
4883         * mm-extern.el (mm-inline-external-body): Use mm-display-part
4884         instead of gnus-display-mime.
4885
4886         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4887         instead of with-temp-buffer.
4888
4889         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4890         tag to summarized topics part in order to encode non-ASCII text.
4891
4892 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4893
4894         * smiley.el (smiley-style): New variable.
4895         (smiley-directory): New function.
4896         (smiley-data-directory): Derive from `smiley-style' using
4897         `smiley-directory'.
4898         (smiley-regexp-alist): Add new entries.
4899
4900         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4901         (gnus-article-browse-delete-temp): Add :version.
4902
4903 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
4904
4905         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4906         the sieve region.
4907
4908 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4909
4910         * gnus.el (gnus-version-number): Bump version.
4911
4912 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4913
4914         * gnus.el: No Gnus v0.4 is released.
4915
4916 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917
4918         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
4919         layout.
4920
4921         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
4922         unknown charset.
4923
4924         * message.el (message-header-synonyms): Add Original-To to the
4925         default.
4926
4927         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
4928         optional parameter.
4929
4930 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4931
4932         * gnus-fun.el (gnus): Require it for gnus-directory.
4933
4934 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * gnus-fun.el (gnus-face-properties-alist): Add :version.
4937
4938 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4939
4940         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
4941
4942 2006-04-05  Simon Josefsson  <jas@extundo.com>
4943
4944         * password.el (password-reset): New function.
4945
4946 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4947
4948         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
4949         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4950
4951 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4952
4953         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4954         Some whitespace was matched into the url, which broke browsing hits
4955         > 100 when mm-url-use-external was nil.
4956
4957 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4958
4959         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
4960         gnus-extra-headers for 'Newsgroups.
4961
4962         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
4963         bound.
4964
4965 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
4966
4967         * pgg-gpg.el: Clean up process buffers every time gpg processes
4968         complete.
4969
4970 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
4971
4972         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4973         doc string.
4974
4975 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
4976
4977         * pgg-gpg.el (pgg-gpg-process-filter)
4978         (pgg-gpg-wait-for-completion): Check if buffer is alive.
4979
4980         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4981         lines, temporary fix.
4982
4983 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4984
4985         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
4986
4987 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
4988
4989         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4990         default-enable-multibyte-characters.  This reverts the change from
4991         revision 6.17 which is no longer necessary because the passphrase
4992         is sent separately now.  GnuPG messages are unreadable under
4993         multibyte locales with default-enable-multibyte-characters set to
4994         nil.
4995
4996 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
4997
4998         * message.el (message-tool-bar-gnome): Move "spell".
4999
5000 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5001
5002         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5003         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5004         instead.
5005
5006 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5007
5008         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5009         newsgroups handling for NNTP overviews which don't include
5010         Newsgroups.
5011
5012 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5013
5014         * message.el (message-resend): Bind message-generate-hashcash to nil.
5015
5016 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5017
5018         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5019         when searching for already-paid recipients.
5020
5021 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5022
5023         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5024         passphrases when it is not needed.
5025         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5026         passphrase stuff from gpg, should only be necessary when you use
5027         gpg with a smartcard.
5028
5029 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * mml.el (mml-insert-mime): Ignore cached contents of
5032         message/external-body part.
5033
5034         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5035         (mm-insert-part): Ditto.
5036
5037 2006-03-23  Simon Josefsson  <jas@extundo.com>
5038
5039         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5040         Reiner.
5041         (pgg-gpg-use-agent-p): Use it again.
5042
5043 2006-03-23  Simon Josefsson  <jas@extundo.com>
5044
5045         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5046         older emacsen.
5047         (pgg-gpg-use-agent-p): Don't use it.
5048
5049 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5050
5051         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5052         if we can.
5053
5054 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5055
5056         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5057         (pgg-gpg-update-agent): New function.
5058         (pgg-gpg-use-agent-p): New function.
5059         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5060         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5061         (pgg-gpg-sign-region): Use it.
5062
5063 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5066         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5067
5068 2006-03-21  Simon Josefsson  <jas@extundo.com>
5069
5070         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5071         <wilde@sha-bang.de>.
5072         (pgg-gpg-use-agent): New variable.
5073         (pgg-gpg-process-region): Use it.
5074         (pgg-gpg-encrypt-region): Likewise.
5075         (pgg-gpg-encrypt-symmetric-region): Likewise.
5076         (pgg-gpg-decrypt-region): Likewise.
5077         (pgg-gpg-sign-region): Likewise.
5078         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5079
5080 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5081
5082         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5083
5084         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5085         Add comment on version.
5086
5087 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5088
5089         * smiley.el: Add missing test smiley.
5090
5091 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5092
5093         * mm-decode.el (mm-with-part): New macro.
5094         (mm-get-part): Use it; work with message/external-body as well.
5095         (mm-save-part): Treat name and filename equally.
5096
5097         * mm-extern.el (mm-extern-cache-contents): New function.
5098         (mm-inline-external-body): Use it; force the part to be displayed;
5099         move undisplayer added to the cached handle to the parent.
5100
5101         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5102         (gnus-mime-view-part-as-type): Work with message/external-body.
5103
5104         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5105
5106 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5107
5108         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5109         images in image-load-path.  [Sync with image.el, revision 1.60, in
5110         Emacs.]
5111
5112 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5113
5114         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5115         path rather than symbol.  Always return list of directories.
5116         Guarantee that image directory comes first.  [Sync with image.el,
5117         revision 1.59, in Emacs.]
5118
5119         * message.el (message-make-tool-bar): Adjust to new API of
5120         `gmm-image-load-path-for-library'.
5121
5122         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5123
5124         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5125
5126 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5127
5128         * gnus-art.el (gnus-article-only-boring-p):
5129         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5130         intangible text.
5131         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5132
5133 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5134
5135         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5136         `defun' instead of `gmm-defun-compat'.
5137
5138 2006-03-14  Simon Josefsson  <jas@extundo.com>
5139
5140         * message.el (message-unique-id): Don't use message-number-base36
5141         if (user-uid) is a float.
5142         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5143
5144 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5147
5148         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5149         empty line between a part and a message part.
5150
5151 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5152
5153         * smiley.el: Add more test smileys.
5154         (smiley-data-directory, smiley-regexp-alist)
5155         (gnus-smiley-file-types): Fix doc strings.
5156         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5157         adding new elements.
5158         (smiley-mouse-map): Unused code.  Make it a comment.
5159
5160 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5163         scan latest NoCeM messages instead of old ones.
5164         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5165         delimiters that are recently used.
5166         (gnus-nocem-load-cache): Add autoload cookie.
5167
5168         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5169
5170         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5171         level which is larger than gnus-use-nocem is specified.
5172
5173         * gnus-group.el (gnus-group-get-new-news): Ditto.
5174
5175 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5176
5177         * gnus-util.el (gnus-tool-bar-update): New function.
5178
5179         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5180         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5181
5182         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5183
5184         * gnus-group.el (gnus-group-redraw-when-idle)
5185         (gnus-group-redraw-check): Remove.
5186         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5187
5188 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5191         if optional last element is specified in splits (FIELD VALUE...).
5192
5193 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5194
5195         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5196         to gmm-image-load-path-for-library.  Call with no-error argument.
5197         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5198
5199         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5200
5201         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5202
5203         * gmm-utils.el (gmm-image-load-path): Remove alias.
5204
5205 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5206
5207         * gmm-utils.el (gmm-image-load-path): Add alias.
5208
5209         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5210         nnml-generate-nov-databases-1.
5211         (nnml-generate-nov-databases): Use it.
5212         (nnml-generate-nov-databases-directory): Document no-active
5213         argument.
5214
5215         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5216         directory if path is t.  Add no-error.
5217
5218         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5219         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5220
5221         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5222         resetting gnus-article-browse-html-temp-list.
5223
5224         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5225         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5226         Add example to docstring.  Rename local variables.  Move error
5227         checks to default case in cond and simplify.
5228
5229 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5232         handle is multipart when calling it recursively.
5233         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5234
5235 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5236
5237         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5238         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5239
5240 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5243         is loaded.
5244
5245         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5246         loaded.
5247
5248 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5249
5250         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5251         to "Emacs 23 (unicode)" in doc string.
5252
5253         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5254         "Emacs 23 (unicode)" in comment.
5255
5256 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5259
5260         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5261         characters 160 through 255 in Emacs 23.
5262
5263 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5264
5265         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5266         gnus-article-browse-html-temp.
5267         (gnus-article-browse-delete-temp): Make it customizable.  Add
5268         `file'.  Adjust doc string.
5269         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5270         query for each file.  Adjust doc string.
5271         (gnus-article-browse-html-parts): Add
5272         `gnus-article-browse-delete-temp-files' to
5273         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5274
5275 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5276
5277         * gnus-art.el (gnus-article-browse-html-temp)
5278         (gnus-article-browse-delete-temp): New variables.
5279         (gnus-article-browse-delete-temp-files): New function.
5280         (gnus-article-browse-html-parts): Use it.
5281
5282 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5283
5284         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5285
5286         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5287         string.
5288
5289         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5290         gnus-summary-insert-new-articles when unplugged.  Remove
5291         gnus-summary-search-article-forward.
5292
5293         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5294         display-visual-class instead of display-color-cells.
5295
5296 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * dgnushack.el: Autoload customize-group for XEmacs.
5299
5300         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5301         message/* containing non-ASCII text properly.
5302
5303 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5304
5305         * message.el: Require gmm-utils, remove autoloads.
5306         (message-tool-bar): Set default based on
5307         gmm-tool-bar-style.
5308         (message-tool-bar-gnome): Add gmm-customize-mode.
5309
5310         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5311         gmm-tool-bar-style.
5312         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5313
5314         * gnus-group.el (gnus-group-tool-bar): Set default based on
5315         gmm-tool-bar-style.
5316         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5317
5318         * gmm-utils.el (gmm-image-directory): Rename variable from
5319         gmm-image-load-path.
5320         (gmm-image-load-path): Use gmm-image-directory.
5321         (gmm-customize-mode): New function.
5322         (gmm-tool-bar-style): New variable.
5323
5324         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5325         gnus-group-redraw-line-number.
5326         (gnus-group-redraw-check): Simplify.
5327         (gnus-group-tool-bar-update): Remove redraw check.
5328         (gnus-group-make-tool-bar): Add redraw check.
5329
5330 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5331
5332         * gnus-art.el (gnus-button): Add missing parentheses.
5333
5334 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * lpath.el: Fbind line-number-at-pos.
5337
5338 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5341
5342 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5343
5344         * gnus-art.el (gnus-button): New face.
5345         (gnus-article-button-face): Use it.
5346
5347         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5348         gnus-summary-next-page.  Re-order.
5349
5350         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5351         next-node are now included.
5352         (gnus-group-redraw-line-number): New internal variable.
5353         (gnus-group-redraw-check): Helper function for updating the tool
5354         bar.
5355         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5356
5357         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5358
5359         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5360         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5361         Use it to match format of Spamassassin 3.0 and later.  Reported by
5362         IRIE Tetsuya <irie@t.email.ne.jp>.
5363         (spam-check-bogofilter)
5364         (spam-bogofilter-register-with-bogofilter): Fix args of
5365         `gnus-error' calls.
5366
5367 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5368
5369         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5370         unnecessary interaction when sending queued mails.  Reported by
5371         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5372
5373 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5374
5375         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5376         first or last are nil.
5377
5378 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5379
5380         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5381
5382 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5383
5384         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5385
5386 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5387
5388         * dns.el (query-dns): Protect more against buggy tcp output.
5389
5390 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5391
5392         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5393         nov.php.
5394
5395 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5396
5397         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5398         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5399         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5400         output on the server side.
5401         (nnweb-google-create-mapping): Update regexps and add some
5402         progress indication.
5403
5404 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5405
5406         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5407         gnus-agent-toggle-plugged.  Re-order icons.
5408         (gnus-group-tool-bar-gnome): Add
5409         gnus-group-{prev,next}-unread-group.
5410         (gnus-group-tool-bar-gnome): Re-order icons.
5411
5412         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5413         gnus-summary-insert-new-articles.
5414
5415         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5416         comments.
5417
5418         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5419         also available in Emacs 21.3.
5420
5421         * message.el (message-fix-before-sending): Change "Emacs 22" to
5422         "Emacs 23 (unicode)" in comment.
5423
5424         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5425         "Emacs 23 (unicode)" in comment.
5426
5427         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5428         comment.
5429         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5430
5431         * mm-view.el (mm-fill-flowed): Add :version.
5432
5433 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5436         and load-path.
5437
5438 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5439
5440         * message.el: Autoload gmm-image-load-path.
5441         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5442         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5443         consitency.
5444
5445         * gmm-utils.el (gmm-image-load-path): Also search in
5446         "../etc/images".  Don't set gmm-image-load-path if we don't find
5447         the image.
5448
5449 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * gmm-utils.el (gmm-image-load-path): Don't make
5452         `gmm-image-load-path' include subdirectories which the second arg
5453         `image' might specify.
5454
5455         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5456         subdirectory to icon file names.
5457
5458         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5459
5460 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5461
5462         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5463         gmm-image-load-path calls.
5464
5465         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5466
5467         * message.el (message-make-tool-bar): Ditto.
5468
5469         * mml.el (mml-preview): Added comment concerning tool bar icons.
5470
5471         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5472         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5473
5474         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5475         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5476
5477         * message.el (message-tool-bar-gnome): Use new icon names.
5478         (message-make-tool-bar): Use `gmm-image-load-path'.
5479
5480         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5481         functions from MH-E.
5482         (gmm-image-load-path): New variable from MH-E.
5483         (gmm-image-load-path): New function from MH-E.  Added arguments
5484         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5485         *-image-load-path-called-flag.
5486
5487 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5488
5489         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5490
5491 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5492
5493         * nnimap.el (nnimap-request-move-article): Change folder back to
5494         source group before deleting.
5495
5496 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5497
5498         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5499
5500         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5501         mm-url.
5502
5503         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5504
5505 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5508         coding system which mm-charset-to-coding-system returns for a
5509         given charset is valid.
5510
5511 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5512
5513         * html2text.el (html2text-remove-tag-list):
5514         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5515
5516 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5517
5518         * gnus-cus.el: Revert 2005-10-17 change.
5519
5520 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5521
5522         * gnus-art.el (article-strip-banner): Call
5523         article-really-strip-banner only when the regexp match is made.
5524
5525 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * gnus-art.el (article-strip-banner): Use
5528         gnus-extract-address-components instead of
5529         mail-header-parse-addresses to make it work with non-ASCII text;
5530         remove mail-encode-encoded-word-string.
5531
5532         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5533         values which are surrounded with \"...\"; make it never cause a
5534         Lisp error; give up parsing of parameters if it failed in
5535         extracting type.
5536
5537 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
5538
5539         * smime.el (smime-cert-by-ldap-1): Fix bug where
5540         `smime-ldap-search' returns results without userCertificates.
5541
5542 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5545
5546 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5547
5548         * spam.el (spam-check-spamassassin-headers): Adapt format for
5549         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
5550         <ari@mbf.ocn.ne.jp>.
5551         (spam-list-of-processors): Add spam-use-gmane.
5552
5553 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5556         make-temp-file; make it work with XEmacs as well.
5557
5558         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5559         mm-make-temp-file.
5560
5561         * mm-decode.el (mm-display-external): Use the 3rd arg of
5562         mm-make-temp-file.
5563         (mm-create-image-xemacs): Ditto.
5564
5565 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5568         with message-narrow-to-headers.
5569         (gnus-draft-setup): Narrow to header to run message-fetch-field.
5570         (gnus-draft-check-draft-articles): New function.
5571         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5572
5573 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5574
5575         * gnus-art.el (gnus-article-browse-html-parts):
5576         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5577         Don't use suffix argument for mm-make-temp-file for Emacs 21
5578         compatibility.  Remove useless `format'.
5579
5580 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5581
5582         * nnweb.el (nnweb-google-wash-article): Update regexps.
5583         (nnweb-group-alist): Use defvoo instead of defvar.
5584
5585 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5588         re-loading nn* modules.
5589
5590 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5591
5592         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5593         for `tool-bar-mode' and don't check it's default-value.
5594
5595         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5596
5597         * message.el (message-make-tool-bar): Ditto.
5598
5599         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5600         `substring'.  Shorten tmp-file name.
5601
5602         * gnus.el: Remove bogus comment.
5603
5604 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
5605
5606         * gnus-art.el (gnus-article-browse-html-parts): New function.
5607         (gnus-article-browse-html-article): New function for viewing html
5608         articles with a browser.
5609
5610 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
5611
5612         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
5613         in elisp.
5614         (pgg-gpg-encrypt-symmetric-region): Ditto.
5615         (pgg-gpg-sign-region): Ditto.
5616
5617         * pgg-def.el (pgg-text-mode): New variable.
5618
5619         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5620         (mml2015-pgg-encrypt): Ditto.
5621
5622         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5623         (mml1991-pgg-encrypt): Ditto.
5624
5625 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5626
5627         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5628         message-make-date instead of current-time-string.
5629
5630         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5631         to gnus-decoded which mm-uu might set.
5632
5633 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5636         don't decode quoted parameters; remove misimported Emacs code.
5637         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5638         (rfc2231-decode-encoded-string): Don't use split-string which
5639         behaves differently according to Emacs version; use
5640         mm-decode-coding-region to convert charset to coding-system.
5641         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5642         (rfc2231-encode-string): Remove misimported Emacs code.
5643
5644 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * gnus-art.el (article-decode-charset): Don't use ignore-errors
5647         when calling mail-header-parse-content-type.
5648         (article-de-quoted-unreadable): Ditto.
5649         (article-de-base64-unreadable): Ditto.
5650         (article-wash-html): Ditto.
5651
5652         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5653         calling mail-header-parse-content-type and
5654         mail-header-parse-content-disposition.
5655         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5656         mail-header-parse-content-type.
5657
5658         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5659         insert charset and format parameters; encode description after
5660         inserting it to buffer.
5661         (mml-insert-parameter): Fold lines properly even if a parameter is
5662         segmented into two or more lines; change the max column to 76.
5663
5664         * rfc1843.el (rfc1843-decode-article-body): Don't use
5665         ignore-errors when calling mail-header-parse-content-type.
5666
5667         * rfc2231.el (rfc2231-parse-string): Return at least type if
5668         possible; don't cause an error even if it fails in parsing of
5669         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5670         (rfc2231-encode-string): Don't break lines at the beginning, leave
5671         it to mml-insert-parameter.
5672
5673         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5674         calling mail-header-parse-content-type.
5675
5676 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
5677
5678         * spam-report.el (spam-report-gmane-use-article-number):
5679         Improve doc string.
5680         (spam-report-gmane-internal): Check if a suitable header was found
5681         in the article.
5682
5683 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5686         (rfc2231-encode-string): Make param*=value always begin with LWSP.
5687
5688 2006-02-05  Romain Francoise  <romain@orebokech.com>
5689
5690         Update copyright notices of all files in the gnus directory.
5691
5692 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5693
5694         * nnweb.el (nnweb-request-group): Avoid growing overview files.
5695
5696 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5699         segmented lines of parameter value to cope with Thunderbird 1.5
5700         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5701         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5702         (rfc2231-encode-string): Don't make lines exceeding 76 column.
5703
5704 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
5705
5706         * mml.el (mml-generate-mime-1): Correct the order of inline signed
5707         parts.
5708
5709 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5710
5711         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5712         there's only one active file for all servers.
5713         (nnweb-request-scan): Make sure nnweb-articles is initialized on
5714         solid groups.  Gnus might have used a FAST request to select the group.
5715         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5716         and nnweb-search redundantly in the active file.
5717         (nnweb-request-list): Don't list bogus groups.  There can only be one.
5718         (nnweb-request-create-group): Don't use ARGS.
5719         (nnweb-possibly-change-server, nnweb-request-group): Remove some
5720         initialisations.  Let nnoo do the work.
5721
5722 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5725         Say the part has been decoded.
5726
5727         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5728
5729 2006-01-31  Kevin Ryde  <user42@zip.com.au>
5730
5731         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5732         mailcap-viewer-test-cache when there's no 'test clause, since that
5733         will invert the meaning of a "nil" test previously determined by
5734         mailcap-mailcap-entry-passes-test.
5735
5736 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5739         compiling.
5740
5741         * gnus-sum.el: Ditto.
5742
5743         * message.el: Don't bind tool-bar-map when compiling.
5744
5745 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
5746
5747         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5748
5749 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5750
5751         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5752         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5753         current Google Groups.
5754
5755 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
5756
5757         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5758         and tool-bar-mode.
5759
5760         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5761         and tool-bar-mode.
5762
5763         * message.el (message-tool-bar-update): Simplify.
5764         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5765
5766         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5767         gnus-summary-buffer.
5768         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5769         gnus-summary-reply.
5770
5771         * gmm-utils.el (gmm): Add :version.
5772
5773 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * Makefile.in (clean): New rule.
5776         (distclean): Use it.
5777
5778 2006-01-26  Steve Youngs  <steve@sxemacs.org>
5779
5780         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5781         autoload.
5782
5783 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * gmm-utils.el (gmm-verbose): Add :group.
5786
5787 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * message.el: Change some comments WRT tool-bars.
5790
5791         * gnus-sum.el (gnus-summary-tool-bar)
5792         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5793         (gnus-summary-tool-bar-zap-list): New variables.
5794         (gnus-summary-make-tool-bar): Complete rewrite using
5795         `gmm-tool-bar-from-list'.
5796
5797         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5798         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5799         variables.
5800         (gnus-group-make-tool-bar): Complete rewrite using
5801         `gmm-tool-bar-from-list'.
5802         (gnus-group-tool-bar-update): New function.
5803
5804         * message.el (message-mode-field-menu): Add "Show hidden Headers".
5805
5806 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5809         is dissected into a single part of which the type is the same as
5810         the given one; decode charset.
5811
5812 2006-01-21  Kevin Ryde  <user42@zip.com.au>
5813
5814         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5815         into alists as symbol not string, since that's what
5816         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5817         look for.
5818
5819 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
5820
5821         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5822         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5823
5824         * message.el (message-tool-bar-gnome): Use gmm-ignore.
5825
5826 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
5829         (gnus-xmas-mime-security-button-menu): New function.
5830
5831         * gnus-art.el (gnus-mime-security-button-commands): New variable.
5832         (gnus-mime-security-button-menu): New definition.
5833         (gnus-mime-security-button-map): Use them.
5834         (gnus-mime-security-button-menu): New function.
5835         (gnus-insert-mime-security-button): Addition to help echo.
5836         (gnus-mime-security-run-function, gnus-mime-security-save-part)
5837         (gnus-mime-security-pipe-part): New functions.
5838
5839         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5840         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5841
5842         * mm-decode.el (mm-handle-set-disposition): Remove.
5843         (mm-handle-set-description): Remove.
5844
5845 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5846
5847         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5848         (mm-w3m-standalone-supports-m17n-p): New function.
5849         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5850         w3m usage.
5851
5852         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5853         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5854
5855 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5856
5857         * message.el (message-tool-bar-zap-list): Use
5858         gmm-tool-bar-zap-list as custom type.
5859         (message-tool-bar-update): New function.
5860         (message-tool-bar, message-tool-bar-gnome)
5861         (message-tool-bar-retro): Add message-tool-bar-update.
5862         (message-tool-bar-gnome): Add flyspell-buffer.
5863
5864         * gnus-util.el (gnus-error): Describe `args'.
5865
5866         * gmm-utils.el (gmm-error): Describe `args'.
5867         (gmm-tool-bar-zap-list): New widget.
5868         (gmm-tool-bar-from-list): Improve description of `zap-list'.
5869
5870 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5871
5872         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5873         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5874         the number of recursive calls.
5875
5876         * mm-decode.el (mm-handle-set-disposition): New macro.
5877         (mm-handle-set-description): New macro.
5878
5879 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5882         encoding.
5883
5884 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5885
5886         * message.el (message-tool-bar-zap-list, message-tool-bar)
5887         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5888         (message-tool-bar-local-item-from-menu): Remove.
5889         (message-tool-bar-map): Replace by `message-make-tool-bar'.
5890         (message-make-tool-bar): New function.
5891         (message-mode): Use `message-make-tool-bar'.
5892
5893         * gmm-utils.el: New file.
5894         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5895         (gmm-lazy): New widget copied from `nnmail.el'.
5896         (gmm-tool-bar-from-list): New function for creating customizable
5897         tool bars.
5898         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
5899         output.
5900         (gmm): Add :prefix to defgroup.
5901
5902 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5903
5904         * gmm-utils.el (gmm-widget-p): New function.
5905
5906 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5907
5908         * mml.el (mml-attach-file): Describe `description' in doc string.
5909         (mml-menu): Add Emacs MIME manual and PGG manual.
5910
5911 2006-01-20  Richard M. Stallman  <rms@gnu.org>
5912
5913         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5914
5915 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
5916
5917         * nntp.el (nntp-end-of-line): Doc fix.
5918
5919 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
5920
5921         * imap.el (imap-open): Handle case where buffer is a buffer
5922         object.
5923
5924 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5925
5926         * gnus-delay.el (gnus-delay): Don't autoload.
5927         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5928         to be re-loaded when customizing the `gnus-delay' group.
5929
5930 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
5931
5932         * message.el (message-insert-citation-line): Use newlines.
5933
5934 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
5935
5936         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5937         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
5938         these routines, so the passphrase can be managed externally and
5939         passed in to the system.
5940         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5941         pgg-add-passphrase-to-cache function.
5942
5943         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5944         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
5945         these routines, so the passphrase can be managed externally and
5946         passed in to the system.
5947         (pgg-pgp5-sign-region): Use new name of
5948         pgg-add-passphrase-to-cache function.
5949
5950 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
5951
5952         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5953         part of the decoded armor to find the key-identifier.
5954         (pgg-gpg-lookup-key-owner): New function to return the
5955         human-readable identifier of a key owner.
5956         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
5957         itself.
5958         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5959         the key value) if we have a key and can match it against a secret
5960         key.  Also, added a note pointing out fact that the prompt only
5961         indicates the first matching key.
5962
5963         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
5964         pgg-decrypt-region.
5965         (pgg-add-passphrase-to-cache): Rename from
5966         `pgg-add-passphrase-cache' to reduce confusion (all callers
5967         changed).
5968         (pgg-remove-passphrase-from-cache): Rename from
5969         `pgg-remove-passphrase-cache' to reduce confusion (all callers
5970         changed).
5971         (pgg-read-passphrase, pgg-add-passphrase-cache)
5972         (pgg-remove-passphrase-cache): Add informative docstrings.
5973         (pgg-decrypt): Convey provided passphrase in subordinate call to
5974         pgg-decrypt-region.
5975
5976 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
5977
5978         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5979         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5980         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5981         'passphrase' argument, so the passphrase can be managed externally
5982         and then passed in to the system.
5983
5984         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5985         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
5986         so the passphrase cache can be used reliably with identifiers
5987         besides a pgp packet's key id.
5988
5989         * pgg-gpg.el (pgg-gpg-encrypt-region)
5990         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5991         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
5992         these routines, so the passphrase can be managed externally and
5993         passed in to the system.
5994
5995         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5996         'notruncate' argument, so the passphrase cache can be used
5997         reliably with identifiers besides a pgp packet's key id.
5998
5999 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6000
6001         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6002         symmetric encryption.
6003         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6004         encrypted session key.
6005         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6006         message ask for the passphrase in a proper way.
6007
6008         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6009         New user commands for symmetric encryption.
6010
6011 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6014
6015         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6016
6017 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6018
6019         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6020
6021 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * mm-decode.el (mm-inlined-types): Add application/pgp.
6024         (mm-automatic-display): Ditto.
6025
6026         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6027         part as text.
6028
6029 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * nnrss.el: Update copyright.
6032         (nnrss-opml-import): Query whether to subscribe to each entry.
6033
6034         * gnus-art.el:
6035         * gnus-sum.el:
6036         * gnus-xmas.el:
6037         * messagexmas.el:
6038         * mm-uu.el:
6039         * mm-view.el: Update copyright.
6040
6041 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6042
6043         * message.el (message-info): New function.
6044         (message-mode-menu): Add it.
6045         Update copyright.
6046
6047         * ChangeLog: Fix and update copyright.
6048
6049 2006-01-13  Romain Francoise  <romain@orebokech.com>
6050
6051         * message.el (message-forward-subject-name-subject): Prefer the
6052         address to 'nowhere' if the sender has no name.
6053         Fix typo.  Update copyright year.
6054
6055 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * gnus-art.el (article-wash-html): Use
6058         gnus-summary-show-article-charset-alist if a numeric arg is given.
6059         (gnus-article-wash-html-with-w3m-standalone): New function.
6060
6061         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6062         mm-inline-text-html-render-with-w3m-standalone.
6063         (mm-text-html-washer-alist): Map w3m-standalone to
6064         gnus-article-wash-html-with-w3m-standalone.
6065         (mm-inline-text-html-render-with-w3m-standalone): New function.
6066
6067 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6068
6069         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6070         Improve LaTeX.
6071
6072 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6075         (nnrss-request-article): Render text/plain parts as HTML.
6076
6077         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6078         the buffer.
6079
6080 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6081
6082         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6083         custom definition of `gnus-posting-styles'.
6084
6085         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6086         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6087
6088 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6089
6090         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6091         Use nntp for bug archive.
6092
6093 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6094
6095         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6096         parts.
6097         (nnrss-normalize-date): New function converts ISO 8601 date into
6098         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6099         (nnrss-check-group): Use it.
6100
6101 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6104
6105         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6106         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6107         (nnrss-insert-w3): Ditto.
6108
6109 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6112         the articles to be forwarded including the case where neither a
6113         number of articles nor a region is specified.
6114
6115 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * nnrss.el (nnrss-request-article): Fix last change; fill
6118         text/plain parts.
6119
6120 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6121
6122         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6123         in text/plain part.
6124         (nnrss-check-group): Don't add excessive newline to dc:subject.
6125
6126 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6127
6128         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6129         article.
6130
6131 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6132
6133         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6134         (nnml-use-compressed-files, nnml-save-mail): Support other
6135         comression programs such as bzip2.
6136
6137 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6138
6139         * dns.el (query-dns): Make sure we check the buffer size before
6140         removing tcp headers.
6141
6142 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6145         remove MIME buttons associated with multipart/alternative parts.
6146         (gnus-mime-display-alternative): Tag buttons using `article-type'
6147         text property.
6148
6149         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6150         associated with multipart/alternative parts.
6151
6152         * gnus-art.el (gnus-signature-separator): Fix custom type.
6153
6154         * mm-decode.el (mm-inlined-types): Fix custom type.
6155         (mm-keep-viewer-alive-types): Ditto.
6156         (mm-automatic-display): Ditto.
6157         (mm-attachment-override-types): Ditto.
6158         (mm-inline-override-types): Ditto.
6159         (mm-automatic-external-display): Ditto.
6160
6161 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6162
6163         * spam-report.el (spam-report-user-mail-address)
6164         (spam-report-user-agent): New variables.
6165         (spam-report-url-ping-plain): Use spam-report-user-agent.
6166
6167 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6168
6169         * gnus-art.el (gnus-button-handle-custom): Do not just use
6170         `customize-apropos' for any "M-x customize-*" button but the
6171         function called for.  Accept both the function name and its
6172         argument in order to achieve this.
6173         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6174         function name to `gnus-button-handle-custom' in case of "M-x
6175         customize-*" buttons.
6176
6177 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6180         multipart/alternative and add xref to mm-discouraged-alternatives
6181         in doc string.
6182
6183         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6184         gnus-buttonized-mime-types in doc string.
6185
6186 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6187
6188         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6189         Suggest image/.* in the doc string.
6190
6191 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6192
6193         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6194         message-marks (Debian bug #342521).
6195
6196 2005-12-12  Simon Josefsson  <jas@extundo.com>
6197
6198         * password.el (password-read-from-cache): Add.
6199         (password-read): Use it.
6200
6201 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6204         us-ascii as a MIME charset.
6205
6206         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6207         against the case where the 2nd arg TYPE is nil.
6208
6209 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6210
6211         * pop3.el (pop3-stream-type): Fix custom version.
6212
6213         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6214
6215 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6216
6217         * mm-decode.el (mm-display-external): Add missing cdr.
6218
6219 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6222         RFC1524) if it is in mailcap or add a suffix according to
6223         mailcap-mime-extensions when generating a temp filename; postpone
6224         deleting a temp file for 2 seconds for some wrappers, shell
6225         scripts, and so on, which might exit right after having started a
6226         viewer command as a background job.
6227
6228 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6229
6230         * nntp.el (nntp-marks-directory): Fix custom group.
6231
6232         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6233         steps when < 10.
6234
6235         * gnus-start.el (gnus-no-server-1): Mention
6236         `gnus-level-default-subscribed' in doc string.
6237
6238 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6239
6240         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6241         parens.
6242
6243 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * gnus-xmas.el (gnus-use-toolbar): Revert.
6246         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6247         gnus-use-toolbar is default.
6248
6249         * messagexmas.el (message-use-toolbar): Revert.
6250         (message-setup-toolbar): Use global default-toolbar if
6251         message-use-toolbar is default.
6252
6253 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6254
6255         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6256         according to default-toolbar-visible-p.
6257
6258         * messagexmas.el (message-use-toolbar): Ditto.
6259
6260 2005-11-26  Dave Love  <fx@gnu.org>
6261
6262         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6263         (tls-program, tls-success): Provide openssl alternative.
6264
6265         * starttls.el: Doc fixes.
6266         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6267         SERVICE to PORT.
6268
6269         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6270         port null or service name.
6271         (starttls-negotiate): Autoload.
6272
6273 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * message.el (message-kill-to-signature): Fix interactive spec.
6276
6277 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6278
6279         * pop3.el (pop3-open-server): Recognize a string as a service name.
6280
6281 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6282
6283         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6284
6285 2005-11-23  Dave Love  <fx@gnu.org>
6286
6287         Add pop3s, pop3/starttls.
6288
6289         * pop3.el (pop3-authentication-scheme): Clarify doc.
6290         (open-tls-stream, starttls-open-stream): Autoload.
6291         (pop3-stream-type): New.
6292         (pop3-open-server): Use it.
6293
6294         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6295         for POP.
6296         (mail-source-keyword-map): Add :stream for POP.
6297         (mail-source-fetch-pop): Use pop3-stream-type.
6298
6299 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6302         of current-time-string.
6303
6304 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6305
6306         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6307         date header.
6308
6309 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6310
6311         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6312         it can seriously impact performance as it bypasses the agent's
6313         local caches.
6314
6315 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6316
6317         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6318         must be explicitly online rather than "not explicitly offline" for
6319         its flags to be synchronized.
6320
6321         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6322         that gnus-uu-unmark-thread will function correctly.
6323
6324         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6325         1024K is instead displayed as 1M.
6326
6327 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6328
6329         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6330
6331 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6332
6333         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6334
6335 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6336
6337         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6338         error message to display actual error condition.
6339         (gnus-agent-save-local): Avoid saving symbols that are bound to
6340         nil as they simply result in a warning message in
6341         gnus-agent-read-local.
6342
6343 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6344
6345         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6346         rather than make-variable-buffer-local for file-precious-flag.
6347
6348 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6349
6350         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6351         for duplicates which are removed.  The invalid sort check then
6352         triggers a rescan after the sort as sorting may have moved
6353         duplicate entries such that they can be cheaply detected.
6354
6355 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6358
6359 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6360
6361         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6362         internal variable to a custom variable.  Changed default value
6363         from compressed(2) to uncompressed(1).
6364         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6365         support for uncompressed agentview files.  Taken together, reading
6366         the agentview file should now be 6-7 times faster.
6367
6368 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6369
6370         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6371         as a buffer-local variable.  This avoids creating truncated
6372         dribble files as a result of a hang up, eg.
6373
6374 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6375
6376         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6377         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6378         XEmacs.
6379
6380 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6381
6382         * gnus-start.el (gnus-start-draft-setup): Enforce
6383         `gnus-draft-mode' for nndraft:drafts at startup.
6384
6385         * gnus.el (gnus-splash): Change custom group.
6386         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6387         allow-list argument.
6388
6389         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6390         string.
6391
6392 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6393
6394         * gnus-art.el (gnus-default-article-saver): Add user-defined
6395         `function' to custom type.
6396
6397 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6398
6399         * imap.el (imap-open): Handle case where buffer is a buffer
6400         object.
6401
6402 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6403
6404         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6405         long lines.
6406         (gnus-cache-delete-group): Wrap doc strings.
6407
6408         * gnus-agent.el (gnus-agent-rename-group)
6409         (gnus-agent-delete-group): Wrap doc strings.
6410
6411 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * messagexmas.el (message-use-toolbar): Change the valid values
6414         into default, top, bottom, left, and right.
6415         (message-toolbar-thickness): New variable.
6416         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6417         well.
6418         (message-setup-toolbar): Make it work.
6419
6420         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
6421         (gnus-use-toolbar): Change the valid values into default, top,
6422         bottom, left, and right.
6423         (gnus-toolbar-thickness): New variable.
6424         (gnus-xmas-setup-toolbar): New function.
6425         (gnus-xmas-setup-group-toolbar): Use it.
6426         (gnus-xmas-setup-summary-toolbar): Use it.
6427
6428 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6429
6430         * gnus-start.el (gnus-1): Add "native" to
6431         gnus-predefined-server-alist.
6432
6433         * gnus.el (gnus-method-to-server): Don't add "native" to the
6434         lists here, because that leads to problems when
6435         gnus-select-method is bound.
6436
6437 2005-11-09  Simon Josefsson  <jas@extundo.com>
6438
6439         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6440         use (not sort-by-date) instead.
6441
6442 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6443
6444         * gnus-delay.el (gnus-delay-group): Don't autoload.
6445         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6446         to be re-loaded when customizing the `gnus-delay' group.
6447
6448 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6449
6450         * message.el: Revert last changes.
6451         (message-insert-citation-line): Use newlines.
6452
6453 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6454
6455         * message.el (message-courtesy-message)
6456         (message-mark-insert-begin, message-mark-insert-end)
6457         (message-elide-ellipsis, message-cancel-message)
6458         (message-add-header, message-change-subject)
6459         (message-cross-post-followup-to-header)
6460         (message-cross-post-insert-note, message-reduce-to-to-cc)
6461         (message-widen-reply, message-delete-not-region)
6462         (message-kill-to-signature, message-insert-signature)
6463         (message-insert-importance-high, message-insert-importance-low)
6464         (message-insert-or-toggle-importance)
6465         (message-insert-disposition-notification-to)
6466         (message-indent-citation, message-yank-original)
6467         (message-cite-original-without-signature, message-cite-original)
6468         (message-insert-citation-line, message-position-on-field)
6469         (message-fix-before-sending, message-send-mail-partially)
6470         (message-send-mail, message-send-mail-with-sendmail)
6471         (message-send-mail-with-qmail, message-send-news)
6472         (message-check-news-header-syntax, message-generate-headers)
6473         (message-insert-courtesy-copy, message-fill-address)
6474         (message-fill-header, message-shorten-references)
6475         (message-setup-1, message-cancel-news)
6476         (message-forward-make-body-plain, message-forward-make-body-mime)
6477         (message-forward-make-body-mml, message-encode-message-body)
6478         (message-forward-make-body-digest-plain)
6479         (message-forward-make-body-digest-mime)
6480         (message-use-alternative-email-as-from): Insert `hard-newline'
6481         instead of ordinary newlines.
6482
6483 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * message.el (message-generate-headers): Downcase the argument
6486         given to message-check-element.
6487
6488 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6489
6490         * nntp.el (nntp-authinfo-rejected): New error condition.
6491         (nntp-wait-for): Use new error condition to signal authentication
6492         error.
6493         (nntp-retrieve-data): Rethrow new error condition to break out of
6494         recursive call to nntp-send-authinfo.
6495
6496 2005-11-08  Romain Francoise  <romain@orebokech.com>
6497
6498         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6499         (gnus-summary-exit-map): Bind to `Z p'.
6500         (gnus-summary-make-menu-bar): Add menu item.
6501
6502 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6503
6504         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6505         (gnus-treat-*): Add `first' in all doc strings.
6506
6507         * gnus-group.el (gnus-group-compact-group): Fix typo.
6508
6509 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6510
6511         * gnus.el (gnus-parameters-case-fold-search): New variable.
6512         (gnus-parameters-get-parameter): Use it.
6513
6514         * gnus-score.el (gnus-home-score-file): Doc fix.
6515
6516 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6517
6518         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6519
6520 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6521
6522         * mm-util.el (mm-special-display-p): New function.
6523
6524         * mml.el (mml-preview): Use it; doc fix.
6525
6526 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6527
6528         * imap.el (imap-open): Handle case where buffer is a buffer object.
6529
6530 2005-10-29  Romain Francoise  <romain@orebokech.com>
6531
6532         * message.el (message-fix-before-sending): Fix comment.
6533
6534 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6535
6536         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6537
6538 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6539
6540         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6541         Used in gnus-score.el.
6542
6543 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6544
6545         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6546
6547 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6548
6549         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6550         whitespace removed in revision 7.8.  Use concatenated string to
6551         protect trailing whitespace.
6552
6553 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
6554
6555         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6556         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6557         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6558         Courier IMAP ("some version from 2004").  Mostly based on similar
6559         code in the same function.
6560
6561 2005-10-26  Didier Verna  <didier@xemacs.org>
6562
6563         * gnus-group.el (gnus-group-compact-group): Invalidate original
6564         article buffer.
6565         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6566         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6567         NOV database and in article itself.
6568         Invalidate article backlog.
6569
6570 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6571
6572         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6573
6574 2005-10-26  Simon Josefsson  <jas@extundo.com>
6575
6576         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6577         part of 2004-07-25 change.
6578
6579 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * message.el (message-display-completion-list): New function.
6582         (message-expand-group): Use it; make sure the Completions buffer
6583         is modifiable.
6584 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6585
6586         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6587         user-mail-name is an empty string.
6588
6589 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6590
6591         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6592         depending on gnus-score-decay-constant.
6593
6594         * encrypt.el (encrypt-insert-file-contents)
6595         (encrypt-write-file-contents): Don't use `gnus-message'.
6596
6597         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6598         arguments.
6599         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
6600         arguments to mm-uu-verbatim-marks-extract.
6601         (mm-uu-hide-markers): New variable.
6602         (mm-uu-extract): Use face similar to `gnus-cite-3'.
6603
6604         * gnus-fun.el (gnus-convert-image-to-x-face-command)
6605         (gnus-convert-image-to-face-command): Use "convert" by default to
6606         allow other input image formats.
6607         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6608         accordingly.
6609
6610 2005-10-23  Simon Josefsson  <jas@extundo.com>
6611
6612         * imap.el (imap-gssapi-program): Align command line parameters
6613         with latest GNU SASL.
6614         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6615
6616 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6617
6618         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6619         HTML.
6620         (nnslashdot-request-article): Ditto.
6621
6622         * lpath.el (featurep): Add nobreak-char-display.
6623
6624 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6625
6626         * mail-source.el (mail-source-fetch-pop): Require pop3.
6627         (mail-source-check-pop): Ditto.
6628
6629 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6632         errors.
6633
6634 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6635
6636         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6637         (gnus-treat-strip-leading-blank-lines): Improve doc string.
6638
6639         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6640
6641         * mm-bodies.el (mm-decode-string): Call
6642         `mm-charset-to-coding-system' with allow-override argument.
6643
6644 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6647         (rfc2047-charset-to-coding-system): New function.
6648         (rfc2047-decode-encoded-words): New function.
6649         (rfc2047-decode-region): Use them.
6650         (rfc2047-decode-cte): Remove.
6651         (rfc2047-parse-and-decode): Remove.
6652         (rfc2047-decode): Remove.
6653
6654 2005-10-15  Kenichi Handa  <handa@m17n.org>
6655
6656         * rfc2047.el (rfc2047-decode-cte): New function.
6657         (rfc2047-decode-region): Change the way to decode successive
6658         encoded-words: decode B- or Q-encoding in each encoded-word,
6659         concatenate them, and decode it as charset.
6660
6661 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6662
6663         * lpath.el: Fbind codepage-setup for XEmacs.
6664
6665 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6666
6667         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
6668         widget-move-and-invoke.
6669         (gnus-custom-mode): Use gnus-custom-map.
6670
6671 2005-10-15  Bill Wohler  <wohler@newt.com>
6672
6673         * message.el (message-tool-bar-map): Renamed image file from
6674         mail_send to mail/send.
6675
6676 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6677
6678         * message.el (message-expand-group): Pass the common
6679         prefix substring of completion to `display-completion-list'.
6680
6681 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
6682
6683         * mml-sec.el (mml-secure-method): New internal variable.
6684         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6685         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6686         functions using mml-secure-method.
6687
6688         * mml.el (mml-mode-map): Add key bindings for those functions.
6689         (mml-menu): Simplify security menu entries.  Suggested by Jesper
6690         Harder <harder@myrealbox.com>.
6691         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6692         end of message if point is the headers of the message.
6693
6694         * message.el (message-in-body-p): New function.
6695
6696         * assistant.el: Autoload gnus-util and netrc.
6697
6698         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6699         Use `mm-charset-override-alist' only when decoding.
6700
6701         * mm-bodies.el (mm-decode-body): Call
6702         `mm-charset-to-coding-system' with allow-override argument.
6703
6704         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6705         `filename' from Content-Disposition if Content-Type doesn't
6706         provide `name'.
6707         (gnus-mime-view-part-as-type): Set default instead of
6708         initial-input.
6709
6710 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6711
6712         * format-spec.el (format-spec): Propagate text properties of % spec.
6713
6714 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6715
6716         * gnus-art.el (gnus-treat-predicate): Add `first'.
6717
6718 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6719
6720         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6721         (mm-charset-override-alist): New variable.
6722         (mm-charset-to-coding-system): Use it.
6723         (mm-codepage-setup): New helper function.
6724         (mm-charset-eval-alist): New variable.
6725         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
6726         about unknown charsets.
6727
6728         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
6729
6730 2005-10-04  David Hansen  <david.hansen@gmx.net>
6731
6732         * nnrss.el (nnrss-request-article): Add support for the comments tag.
6733         (nnrss-check-group): Ditto.
6734
6735 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6736
6737         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6738         Rename x-gnus-verbatim to x-verbatim.
6739         (mm-uu-type-alist): Fix regexp for verbatim-marks.
6740
6741         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6742         x-verbatim.
6743
6744         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6745
6746         * gnus-util.el (gnus-remove-duplicates): Remove.
6747
6748         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6749         instead of gnus-remove-duplicates.
6750
6751         * message.el (message-remove-duplicates): Remove.
6752         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6753         message-remove-duplicates.
6754
6755         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6756         available, else use implementation from `delete-dups'.
6757
6758         * message.el (message-insert-expires): New function.
6759         (message-mode-map): Add key binding.
6760         (message-mode-field-menu): Add menu entry.
6761         (message-mode): Document it.
6762         (message-make-expires-date): Use `message-make-date'.
6763
6764 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
6765
6766         * message.el (message-make-expires-date): New function.
6767
6768 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * Makefile.in (list-installed-shadows): New entry.
6771         (install): Use it.
6772         (remove-installed-shadows): New entry.
6773
6774         * dgnushack.el (dgnushack-default-load-path): New variable.
6775         (dgnushack-find-lisp-shadows): New function.
6776         (dgnushack-remove-lisp-shadows): New function.
6777
6778 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * Makefile.in (install-el-elc): New entry.
6781         (install): Use it so that .el files are necessarily installed.
6782
6783 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * time-date.el: Autoload parse-time-string, XEmacs needs it.
6786
6787 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6788
6789         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6790         function rather than the diff-mode.el package.
6791         (mm-display-external): Use with-current-buffer.
6792         (mm-viewer-completion-map, mm-viewer-completion-map):
6793         Move initialization inside declaration.
6794
6795 2005-09-29  Simon Josefsson  <jas@extundo.com>
6796
6797         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
6798         autoload mail-check-payment.
6799         (spam-check-hashcash): Define unconditionally, since hashcash.el
6800         is part of Gnus now.  Ignore errors from payment checking.
6801
6802 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6803
6804         * message.el (message-bold-region, message-unbold-region): Rename
6805         from `bold-region' and `unbold-region'.
6806
6807         * message.el: Remove useless autoloads.
6808
6809 2005-09-28  Simon Josefsson  <jas@extundo.com>
6810
6811         * message.el (message-use-idna): Default to t.
6812         (message-use-idna): Test whether encoding works too.  Doc fix.
6813
6814 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * nntp.el (nntp-warn-about-losing-connection): Remove.
6817
6818 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6819
6820         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6821         customizable.  Change default value.
6822         (mm-uu-diff-groups-regexp): Change default value.
6823         (mm-uu-type-alist): Add doc string.
6824         (mm-uu-configure): Add doc string.  Make it interactive.
6825         (mm-uu-tex-groups-regexp): New variable.
6826         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6827         (mm-uu-type-alist): Add LaTeX documents.
6828         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6829         of "text/verbatim".
6830         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6831
6832         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6833         instead of "text/verbatim".
6834
6835         * message.el (message-mark-inserted-region)
6836         (message-mark-insert-file): Use slrn style marks when called with
6837         prefix argument.
6838
6839 2005-09-27  Simon Josefsson  <jas@extundo.com>
6840
6841         * message.el (message-idna-to-ascii-rhs-1): Reformat.
6842
6843 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
6844
6845         * message.el (message-remove-duplicates): New function.
6846         Implementation borrowed from `gnus-remove-duplicates'.
6847         (message-idna-to-ascii-rhs): Also encode idna addresses in
6848         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6849         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6850         only ask about the same idna domain once per header and also tell
6851         in what header to replace the idna domain.
6852
6853         * gnus-art.el (article-decode-idna-rhs): Also decode idna
6854         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6855         (article-decode-idna-rhs): Fix regexp so that all idna-address in
6856         a header is decoded and not just the last one.
6857
6858 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6861         has been decoded.
6862
6863         * mm-decode.el (mm-automatic-display): Add text/verbatim.
6864         (mm-insert-part): Don't modify text if it has been decoded.
6865
6866         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6867         decoded.
6868
6869         * mm-view.el (mm-inline-text): Don't strip text props unless
6870         decoding enriched or richtext parts.
6871
6872 2005-09-25  Romain Francoise  <romain@orebokech.com>
6873
6874         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6875         * gnus-start.el (gnus-subscribe-interactively):
6876         * gnus-uu.el (gnus-uu-grab-articles):
6877         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6878         space.
6879
6880 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6881
6882         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6883         * mm-view.el (mm-view-pkcs7-decrypt):
6884         * gnus-sum.el (gnus-summary-limit-to-extra)
6885         (gnus-summary-respool-article, gnus-read-move-group-name):
6886         * gnus-score.el (gnus-summary-increase-score):
6887         * gnus-util.el (gnus-completing-read-with-default):
6888         * gnus-art.el (gnus-read-save-file-name)
6889         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6890         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6891         * message.el (message-check-news-header-syntax):
6892         Follow convention for reading with the minibuffer.
6893
6894 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
6895
6896         * spam-report.el (spam-report-url-ping-plain):
6897         Use gnus-extended-version as User-Agent.
6898
6899         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6900         default value is nil.
6901
6902         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6903         (mm-uu-verbatim-marks-extract): New function.
6904         (mm-uu-extract): New face.
6905         (mm-uu-copy-to-buffer): Use it.
6906
6907         * spam-report.el (spam-report-gmane-ham): Renamed from
6908         `spam-report-gmane-unspam'.
6909         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6910         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
6911
6912         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6913         Autoload.
6914         (spam-report-gmane-unregister-routine): Renamed
6915         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6916
6917 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
6918
6919         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6920         (spam-report-gmane-unregister-routine): Add support for gmane
6921         unregistration.
6922
6923         * spam-report.el (spam-report-gmane-unspam)
6924         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6925         (spam-report-gmane): Change to take a single article and do unspam
6926         registration.
6927
6928 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6929
6930         * mm-url.el (mm-url-decode-entities): Fix regexp.
6931
6932 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6933
6934         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6935         default to nil, to be able to use Gnus at all.  If the default
6936         switches to something else, then the function should be fixed not
6937         be exceedingly slow.
6938
6939 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
6940
6941         * gnus-start.el (gnus-activate-group): If the server is nil, don't
6942         fail hard.
6943
6944         * spam-report.el: Add better Keywords line.
6945
6946         * spam.el: Add Maintainer and better Keywords line.
6947
6948 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6949
6950         * gnus-art.el (gnus-article-replace-part)
6951         (gnus-mime-replace-part): New functions.
6952         (gnus-mime-action-alist, gnus-mime-button-commands)
6953         (gnus-mime-save-part-and-strip): Added file argument.
6954         (gnus-article-part-wrapper): Added interactive argument.
6955
6956         * gnus-sum.el (gnus-summary-mime-map): Add
6957         `gnus-article-replace-part'.
6958
6959 2005-09-19  Didier Verna  <didier@xemacs.org>
6960
6961         The nnml compaction feature:
6962         * nnml.el (nnml-request-compact-group): New function.
6963         * nnml.el (nnml-request-compact): New function.
6964         * gnus-int.el (gnus-request-compact-group): New function.
6965         * gnus-int.el (gnus-request-compact): New function.
6966         * gnus-group.el (gnus-group-compact-group): New function.
6967         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6968         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6969         * gnus-srvr.el (gnus-server-compact-server): New function.
6970         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6971         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6972
6973 2005-09-18  Deepak Goel  <deego@gnufans.org>
6974
6975         * sieve.el (sieve-help): Fix `message' call: first arg should be a
6976         format spec.
6977
6978 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * gnus.el (gnus-group-startup-message): Bind image-load-path.
6981
6982 2005-09-15  Romain Francoise  <romain@orebokech.com>
6983
6984         * message.el (message-fill-paragraph): Clarify docstring.
6985
6986 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * gnus-art.el (gnus-mime-display-part): Protect against broken
6989         MIME messages.
6990
6991 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
6994         before parsing header.
6995
6996 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
6997
6998         * html2text.el (html2text-replace-list): Add new entities.
6999
7000 2005-09-11  Romain Francoise  <romain@orebokech.com>
7001
7002         * message.el (message-alternative-emails): Improve docstring.
7003         (message-setup-1): Call `message-use-alternative-email-as-from'
7004         after `message-setup-hook' to give it precedence over posting
7005         styles, etc.
7006         (message-use-alternative-email-as-from): Add docstring.  Remove
7007         the original From header if present.
7008
7009         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7010         (nnml-save-mail): Use it.
7011
7012         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7013         articles.  Add new argument `silent'.
7014         (gnus-uu-mark-all): Report the total number of marked articles.
7015
7016 2005-09-10  Romain Francoise  <romain@orebokech.com>
7017
7018         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7019         (gnus-uu-mark-series): Likewise.
7020
7021 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7022
7023         * spam-report.el (spam-report-gmane): Fix generation of spam
7024         report URL.
7025
7026 2005-09-10  Simon Josefsson  <jas@extundo.com>
7027
7028         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7029         t, based on discussion on the ding list with Robert Epprecht
7030         <epprecht@solnet.ch>.
7031
7032 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7033
7034         * spam-report.el (spam-report-gmane): Make it work without
7035         X-Report-Spam header.  Gmane now only provides Archived-At.
7036         This is only used if `spam-report-gmane-use-article-number' is nil.
7037         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7038
7039         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7040         make `gnus-summary-sort-by-recipient' work with threading.
7041
7042         * nnweb.el (nnweb-google-wash-article): Print a message if article
7043         is not available.
7044
7045 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7046
7047         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7048         change.  Decode text/* parts content before displaying.
7049
7050 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7051
7052         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7053
7054 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7057
7058         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7059         url-package-name, url-package-version,
7060         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7061         w3m-display-inline-images, and w3m-minor-mode-map.
7062
7063 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7064
7065         * message.el (message-tab-body-function): Fix mismatched custom type.
7066
7067         * gnus.el (gnus-group-change-level-function): Ditto.
7068
7069         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7070
7071         * gnus-art.el (gnus-signature-limit)
7072         (gnus-article-mime-part-function): Ditto.
7073
7074 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * mml.el (mml-mode): Silence the byte compiler.
7077
7078         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7079         using `(sit-for 0)' before moving the point to the specified part;
7080         skip unbuttonized parts.
7081         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7082         return to the summary window if gnus-auto-select-part is non-nil.
7083
7084 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7085
7086         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7087         variables.
7088         (mml-dnd-attach-file, mml-mode): Use them.
7089
7090         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7091         Make fetching article by MID work again for Google Groups.  Added
7092         FIXME concerning gnus-group-make-web-group.
7093
7094         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7095         Don't depend on Gnus by using mail-extract-address-components if
7096         gnus-extract-address-components is not bound.
7097
7098 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7099
7100         * gnus-art.el (gnus-mime-display-security): Don't display the
7101         signature, but only the signed part.
7102
7103 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7106
7107         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7108         list, not listp.
7109
7110 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7111
7112         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7113         when encoding.
7114
7115         * mm-bodies.el (mm-decode-content-transfer-encoding):
7116         De-canonicalize CRLF for all text content types, not just
7117         text/plain.
7118
7119 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7122         valid article; point arrow and cursor at the MIME button.
7123
7124 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7127         Suggested by Dan Christensen <jdc@uwo.ca>.
7128
7129         * mm-decode.el (mm-save-part): Enable change of prompt.
7130
7131 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7132
7133         * gnus-msg.el (gnus-inews-add-send-actions): Made
7134         `message-post-method' lambda parameter ARG `&optional'.
7135
7136 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7137
7138         * gnus-sum.el (gnus-summary-mime-map): Added
7139         gnus-article-save-part-and-strip, gnus-article-delete-part and
7140         gnus-article-jump-to-part.
7141
7142         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7143         (gnus-article-edit-part): Use it.
7144         (gnus-article-part-wrapper): Added no-handle argument.
7145         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7146         functions.
7147
7148 2005-08-29  Romain Francoise  <romain@orebokech.com>
7149
7150         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7151         docstring.
7152         (gnus-face-from-file): Likewise.
7153
7154 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7155
7156         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7157         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7158         non-nil.
7159         (gnus-auto-select-part): New variable.
7160         (gnus-article-jump-to-part): New function.
7161         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7162         (gnus-mime-delete-part): Allow selecting specified part after
7163         deleting or stripping parts.
7164         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7165         part if argument is bogus.
7166
7167 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7168
7169         * gnus-art.el (w3m-minor-mode-map):
7170         * gnus-spec.el (gnus-newsrc-file-version):
7171         * gnus-util.el (nnmail-active-file-coding-system)
7172         (gnus-original-article-buffer, gnus-user-agent):
7173         * gnus.el (gnus-ham-process-destinations)
7174         (gnus-parameter-ham-marks-alist)
7175         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7176         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7177         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7178         * mm-decode.el (gnus-current-window-configuration):
7179         * mm-extern.el (gnus-article-mime-handles):
7180         * mm-url.el (url-current-object, url-package-name)
7181         (url-package-version):
7182         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7183         (smime-keys, w3m-cid-retrieve-function-alist)
7184         (w3m-current-buffer, w3m-display-inline-images)
7185         (w3m-minor-mode-map):
7186         * mml-smime.el (gnus-extract-address-components):
7187         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7188         (gnus-newsrc-hashtb, message-default-charset)
7189         (message-deletable-headers, message-options)
7190         (message-posting-charset, message-required-mail-headers)
7191         (message-required-news-headers):
7192         * mml1991.el (mc-pgp-always-sign):
7193         * mml2015.el (mc-pgp-always-sign):
7194         * nnheader.el (nnmail-extra-headers):
7195         * rfc1843.el (gnus-decode-encoded-word-function)
7196         (gnus-decode-header-function, gnus-newsgroup-name):
7197         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7198
7199 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7200
7201         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7202         the end of the date treatments.
7203
7204 2005-08-15  Simon Josefsson  <jas@extundo.com>
7205
7206         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7207         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7208         Capello and Romain Francoise.
7209         (pgg-fetch-key-function): Removed, not used?
7210         (pgg-insert-url-with-w3): Require url, to get
7211         url-insert-file-contents regardless of where it is defined.
7212
7213 2005-08-13  Romain Francoise  <romain@orebokech.com>
7214
7215         * message.el (message-cite-original-1): New function.
7216         (message-cite-original): Use it.
7217         (message-cite-original-without-signature): Ditto.
7218
7219 2005-08-08  Romain Francoise  <romain@orebokech.com>
7220
7221         * message.el (message-yank-empty-prefix): New variable.
7222         (message-indent-citation): Use it.
7223         (message-cite-original-without-signature): Respect X-No-Archive.
7224
7225 2005-08-08  Simon Josefsson  <jas@extundo.com>
7226
7227         * pgg.el: Autoload url-insert-file-contents instead of loading
7228         w3/url.
7229         (pgg-insert-url-with-w3): Don't load url here.
7230
7231 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7232
7233         * message.el (message-kill-to-signature): Don't insert newline at
7234         bol.
7235         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7236
7237 2005-08-06  Romain Francoise  <romain@orebokech.com>
7238
7239         * message.el (message-user-fqdn): Fix typo in docstring.
7240
7241 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7242
7243         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7244
7245         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7246
7247 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * mm-bodies.el (mm-encode-body): Use coding system rather than
7250         charset to encode text.
7251
7252         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7253         number of charsets if utf-8 is available (XEmacs).
7254
7255 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7256
7257         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7258         taken from `gnus-button-mid-or-mail-regexp'.
7259         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7260         (gnus-button-alist): Improve regexp for domain part of the MIDs
7261         for news:localpart@domain buttons.
7262         (gnus-button-ctan-directory-regexp): Update.
7263
7264 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * sieve-manage.el (sieve-manage-interactive-login): Use
7267         make-local-variable rather than make-variable-buffer-local.
7268         (sieve-manage-open): Ditto.
7269         (sieve-manage-authenticate): Ditto.
7270
7271         * mml.el (mml-generate-mime-1): Make the content type default to
7272         text/plain if the filename is not specified.
7273
7274 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7277         instead of insert-buffer.
7278
7279         * message.el (message-yank-original): Ditto; set the mark at the
7280         end of the yanked message.
7281
7282 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7285         lines to scroll rather than to stop it.
7286
7287         * mml.el (mml-generate-default-type): Add doc string.
7288         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7289         default to application/octet-stream when determining the content
7290         type if it is not specified for the part or the mml contents; add
7291         a comment about mml-generate-default-type.
7292
7293 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7294
7295         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7296         make it default to application/octet-stream when determining the
7297         content type if it is not specified for the external contents.
7298
7299 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7302         segmented parameter but also other parameters might be there.
7303
7304 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * mm-decode.el (mm-display-external): Delete temp file, directory
7307         and buffer immediately if the external process is exited.
7308
7309 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7312         fewer lines than that of scroll-margin.
7313         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7314
7315 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * gnus-art.el (gnus-article-next-page): Revert.
7318         (gnus-article-beginning-of-window): New macro.
7319         (gnus-article-next-page-1): Use it.
7320         (gnus-article-prev-page): Ditto.
7321         (gnus-article-edit-part): Use insert-buffer-substring instead of
7322         insert-buffer.
7323         (gnus-article-edit-exit): Ditto.
7324
7325         * gnus-util.el (gnus-beginning-of-window): Remove.
7326         (gnus-end-of-window): Remove.
7327
7328         * lpath.el: Don't bind header-line-format and scroll-margin.
7329
7330 2005-07-25  Simon Josefsson  <jas@extundo.com>
7331
7332         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7333         to have the url package without w3.  Reported by Daiki Ueno
7334         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7335
7336 2005-07-20  Didier Verna  <didier@xemacs.org>
7337
7338         * gnus-diary.el: Remove the description comment (nndiary is now
7339         properly documented in the Gnus manual).
7340         Fix the spelling of "Back End".
7341         * nndiary.el: Ditto.
7342         Fix the copyright notice.
7343
7344 2005-07-18  Romain Francoise  <romain@orebokech.com>
7345
7346         * gnus-sum.el (gnus-summary-to-prefix,
7347         gnus-summary-newsgroup-prefix): New variables.
7348         (gnus-summary-from-or-to-or-newsgroups): Use them.
7349
7350 2005-07-17  Romain Francoise  <romain@orebokech.com>
7351
7352         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7353         space as it's generally not especially interesting to the user.
7354
7355 2005-07-16  Romain Francoise  <romain@orebokech.com>
7356
7357         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7358         nil to avoid prompting and file modification if one of the
7359         messages at the top of the nnfolder file contains a copyright
7360         notice.
7361         Update copyright notice.
7362
7363         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7364         instead of `current-time-string' as the latter creates a time
7365         string that is not RFC 2822 compliant (it lacks the zone).
7366         Update copyright notice.
7367
7368 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7369
7370         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7371         for text/rtf.  Display default in prompt.  Pass default for M-n.
7372
7373         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7374
7375 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7376
7377         * gnus-msg.el (gnus-button-mailto): Remove
7378         save-selected-window-window hackery because it relies on
7379         save-selected-window internals.
7380
7381 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7384         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7385         (gnus-article-prev-page): Ditto.
7386
7387         * gnus-util.el (gnus-beginning-of-window): New function.
7388         (gnus-end-of-window): New function.
7389
7390         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7391
7392 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7393
7394         * gnus-score.el (gnus-score-edit-all-score): Set
7395         gnus-score-edit-exit-function to gnus-score-edit-done and call
7396         gnus-message.
7397
7398 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7399
7400         * gnus-msg.el (gnus-button-mailto): Remove
7401         save-selected-window-window hackery because it relies on
7402         save-selected-window internals.
7403
7404 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7407         add-minor-mode.
7408         (gnus-binary-mode): Ditto.
7409
7410         * gnus-topic.el (gnus-topic-mode): Ditto.
7411
7412 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7413
7414         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7415         (gnus-article-prev-page): Take scroll-margin into consideration.
7416
7417 2005-07-04  Lute Kamstra  <lute@gnu.org>
7418
7419         Update FSF's address in GPL notices.
7420
7421 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7422
7423         * gnus.el (gnus-exit):
7424         * gnus-group.el (gnus-group-icons):
7425         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7426
7427         * gnus-nocem.el (gnus-nocem):
7428         * message.el (message-various, message-buffers, message-sending)
7429         (message-interface, message-forwarding, message-insertion)
7430         (message-headers, message-news, message-mail):
7431         * pgg-gpg.el (pgg-gpg):
7432         * pgg-parse.el (pgg-parse):
7433         * pgg-pgp.el (pgg-pgp):
7434         * pgg-pgp5.el (pgg-pgp5):
7435         * pop3.el (pop3): Finish `defgroup' description with period.
7436
7437 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * gnus-art.el (article-display-face): Improve the efficiency.
7440         (article-display-x-face): Ditto; remove grey x-face stuff.
7441
7442 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * gnus-art.el (article-display-face): Correct the position in
7445         which Faces are inserted.
7446
7447 2005-06-29  Didier Verna  <didier@xemacs.org>
7448
7449         * gnus-art.el (article-display-face): Display faces in correct
7450         order.
7451
7452 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7453
7454         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7455         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7456         (gnus-nocem-check-article): Fetch the Type header.
7457         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7458         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7459         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7460         make sure gnus-nocem-hashtb is initialized.
7461         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7462         (gnus-nocem-unwanted-article-p): Ditto.
7463
7464         * pgg.el (pgg-verify): Return the verification result.
7465
7466 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7467
7468         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7469         is ascii.
7470
7471 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7472
7473         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7474         `show-nonbreak-escape'.
7475
7476 2005-06-23  Lute Kamstra  <lute@gnu.org>
7477
7478         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7479
7480         * dig.el (dig-mode):
7481         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7482
7483 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7484
7485         * nnimap.el (nnimap-split-download-body): Fix spellings.
7486
7487 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7488
7489         * gnus-art.el (gnus-article-encrypt-body):
7490         * gnus-cus.el (gnus-score-customize):
7491         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7492         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7493
7494 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7495
7496         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7497         header by looking for magic "MII" at the beginnig.
7498
7499 2005-06-16  Miles Bader  <miles@gnu.org>
7500
7501         * gnus-xmas.el (gnus-xmas-group-startup-message):
7502         Use renamed gnus-splash face.
7503
7504         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7505         (assistant-field-face): New backward-compatibility alias for renamed
7506         face.
7507         (assistant-render-text): Use renamed assistant-field face.
7508
7509         * spam.el (spam): Remove "-face" suffix from face name.
7510         (spam-face): New backward-compatibility alias for renamed face.
7511         (spam-face, spam-initialize): Use renamed spam face.
7512
7513         * message.el (message-header-to, message-header-cc)
7514         (message-header-subject, message-header-newsgroups)
7515         (message-header-other, message-header-name)
7516         (message-header-xheader, message-separator, message-cited-text)
7517         (message-mml): Remove "-face" suffix from face names.
7518         (message-header-to-face, message-header-cc-face)
7519         (message-header-subject-face, message-header-newsgroups-face)
7520         (message-header-other-face, message-header-name-face)
7521         (message-header-xheader-face, message-separator-face)
7522         (message-cited-text-face, message-mml-face):
7523         New backward-compatibility aliases for renamed faces.
7524         (message-font-lock-keywords): Use renamed message faces.
7525
7526         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7527         (sieve-test-commands, sieve-tagged-arguments):
7528         Remove "-face" suffix from face names.
7529         (sieve-control-commands-face, sieve-action-commands-face)
7530         (sieve-test-commands-face, sieve-tagged-arguments-face):
7531         New backward-compatibility aliases for renamed faces.
7532         (sieve-control-commands-face, sieve-action-commands-face)
7533         (sieve-test-commands-face, sieve-tagged-arguments-face):
7534         Use renamed sieve faces.
7535
7536         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7537         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7538         (gnus-group-news-3-empty, gnus-group-news-4)
7539         (gnus-group-news-4-empty, gnus-group-news-5)
7540         (gnus-group-news-5-empty, gnus-group-news-6)
7541         (gnus-group-news-6-empty, gnus-group-news-low)
7542         (gnus-group-news-low-empty, gnus-group-mail-1)
7543         (gnus-group-mail-1-empty, gnus-group-mail-2)
7544         (gnus-group-mail-2-empty, gnus-group-mail-3)
7545         (gnus-group-mail-3-empty, gnus-group-mail-low)
7546         (gnus-group-mail-low-empty, gnus-summary-selected)
7547         (gnus-summary-cancelled, gnus-summary-high-ticked)
7548         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7549         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7550         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7551         (gnus-summary-low-undownloaded)
7552         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7553         (gnus-summary-low-unread, gnus-summary-normal-unread)
7554         (gnus-summary-high-read, gnus-summary-low-read)
7555         (gnus-summary-normal-read, gnus-splash):
7556         Remove "-face" suffix from face names.
7557         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7558         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7559         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7560         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7561         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7562         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7563         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7564         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7565         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7566         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7567         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7568         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7569         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7570         (gnus-summary-normal-ticked-face)
7571         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7572         (gnus-summary-normal-ancient-face)
7573         (gnus-summary-high-undownloaded-face)
7574         (gnus-summary-low-undownloaded-face)
7575         (gnus-summary-normal-undownloaded-face)
7576         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7577         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7578         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7579         (gnus-splash-face):
7580         New backward-compatibility aliases for renamed faces.
7581         (gnus-group-startup-message): Use renamed gnus faces.
7582
7583         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7584         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7585         (gnus-server-agent): Remove "-face" suffix from face names.
7586         (gnus-server-agent-face, gnus-server-opened-face)
7587         (gnus-server-closed-face, gnus-server-denied-face)
7588         (gnus-server-offline-face):
7589         New backward-compatibility aliases for renamed faces.
7590         (gnus-server-agent-face, gnus-server-opened-face)
7591         (gnus-server-closed-face, gnus-server-denied-face)
7592         (gnus-server-offline-face): Use renamed gnus faces.
7593
7594         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7595         Remove "-face" suffix from face names.
7596         (gnus-picon-xbm-face, gnus-picon-face):
7597         New backward-compatibility aliases for renamed faces.
7598
7599         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7600         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7601         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7602         (gnus-cite-11): Remove "-face" suffix from face names.
7603         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7604         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7605         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7606         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7607         New backward-compatibility aliases for renamed faces.
7608         (gnus-cite-attribution-face, gnus-cite-face-list)
7609         (gnus-article-boring-faces): Use renamed gnus faces.
7610
7611         * gnus-art.el (gnus-signature, gnus-header-from)
7612         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7613         (gnus-header-content): Remove "-face" suffix from face names.
7614         (gnus-signature-face, gnus-header-from-face)
7615         (gnus-header-subject-face, gnus-header-newsgroups-face)
7616         (gnus-header-name-face, gnus-header-content-face):
7617         New backward-compatibility aliases for renamed faces.
7618         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7619
7620         * gnus-sum.el (gnus-summary-selected-face)
7621         (gnus-summary-highlight): Use renamed gnus faces.
7622         * gnus-group.el (gnus-group-highlight): Likewise.
7623
7624 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7625
7626         * gnus-sieve.el (gnus-sieve-article-add-rule):
7627         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7628         * spam-stat.el (spam-stat-buffer-change-to-spam)
7629         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7630
7631         * message.el (message-is-yours-p):
7632         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7633
7634 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * mm-view.el (mm-inline-text): Withdraw the last change.
7637
7638 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7639
7640         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7641         executing enriched-decode.
7642
7643 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7646         charset of tar files.
7647
7648 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
7649
7650         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7651
7652 2005-06-04  Lute Kamstra  <lute@gnu.org>
7653
7654         * nnfolder.el (nnfolder-read-folder): Make sure that undo
7655         information is never recorded.
7656
7657 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7658
7659         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7660
7661 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * pop3.el (pop3-apop): Run md5 in the binary mode.
7664
7665         * starttls.el (starttls-set-process-query-on-exit-flag):
7666         Use eval-and-compile.
7667
7668 2005-05-31  Simon Josefsson  <jas@extundo.com>
7669
7670         * smime.el (smime-replace-in-string): Define.
7671         (smime-cert-by-ldap-1): Use it.
7672
7673 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * gnus-art.el (article-display-x-face): Replace
7676         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7677
7678         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7679         set-process-query-on-exit-flag or process-kill-without-query.
7680
7681         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7682         loop instead of replace-regexp.
7683
7684         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7685         instead of process-kill-without-query if it is available.
7686
7687         * lpath.el: Fbind ldap-search-entries.
7688
7689         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7690         instead of find-file-hooks if it is available.
7691
7692         * mml1991.el: Bind pgg-default-user-id when compiling.
7693
7694         * mml2015.el: Bind pgg-default-user-id when compiling.
7695
7696         * nndraft.el (nndraft-request-associate-buffer):
7697         Use write-contents-functions instead of write-contents-hooks if it is
7698         available.
7699
7700         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7701         instead of find-file-hooks if it is available.
7702
7703         * nntp.el (nntp-open-connection): Replace
7704         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7705         (nntp-open-ssl-stream): Ditto.
7706         (nntp-open-tls-stream): Ditto.
7707
7708         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7709         set-process-query-on-exit-flag or process-kill-without-query.
7710         (starttls-open-stream-gnutls): Use it instead of
7711         process-kill-without-query.
7712         (starttls-open-stream): Ditto.
7713
7714 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
7715
7716         * smime.el (smime-cert-by-ldap-1): Don't use
7717         replace-regexp-in-string.
7718
7719 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
7720
7721         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7722
7723         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7724         in PEM format.  Adjust to the XEmacs compability.
7725
7726 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7727
7728         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7729         by `string-to-number'.
7730         * gnus-agent.el (gnus-agent-regenerate-group)
7731         (gnus-agent-fetch-articles): Ditto.
7732         * gnus-art.el (gnus-button-fetch-group): Ditto.
7733         * gnus-cache.el (gnus-cache-generate-active)
7734         (gnus-cache-articles-in-group): Ditto.
7735         * gnus-group.el (gnus-group-set-current-level)
7736         (gnus-group-insert-group-line): Ditto.
7737         * gnus-score.el (gnus-score-set-expunge-below)
7738         (gnus-score-set-mark-below, gnus-summary-score-effect)
7739         (gnus-summary-score-entry): Ditto.
7740         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7741         (gnus-soup-pack): Ditto.
7742         * gnus-spec.el (gnus-xmas-format): Ditto.
7743         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7744         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7745         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7746         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7747         * nndb.el (nndb-get-remote-expire-response): Ditto.
7748         * nndiary.el (nndiary-parse-schedule-value)
7749         (nndiary-string-to-number, nndiary-request-replace-article)
7750         (nndiary-request-article): Ditto.
7751         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7752         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7753         * nneething.el (nneething-make-head): Ditto.
7754         * nnfolder.el (nnfolder-request-article)
7755         (nnfolder-retrieve-headers): Ditto.
7756         * nnheader.el (nnheader-file-to-number): Ditto.
7757         * nnkiboze.el (nnkiboze-request-article): Ditto.
7758         * nnmail.el (nnmail-process-unix-mail-format)
7759         (nnmail-process-babyl-mail-format): Ditto.
7760         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7761         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7762         (nnmh-request-create-group, nnmh-request-list-1)
7763         (nnmh-request-group, nnmh-request-article): Ditto.
7764         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7765         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7766         * nnsoup.el (nnsoup-make-active): Ditto.
7767         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7768         * nntp.el (nntp-find-group-and-number)
7769         (nntp-retrieve-headers-with-xover): Ditto.
7770         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7771         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7772         (pgg-format-key-identifier): Ditto.
7773         * pop3.el (pop3-last, pop3-stat): Ditto.
7774         * qp.el (quoted-printable-decode-region): Ditto.
7775
7776         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7777         of concat.
7778
7779 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7782
7783         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7784
7785         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7786
7787         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7788
7789         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7790
7791         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7792
7793         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7794         (gnus-carpal-mode): Ditto.
7795
7796         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7797         (gnus-browse-mode): Ditto.
7798
7799         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7800
7801         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7802
7803 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7804
7805         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7806
7807 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * gnus-util.el (gnus-run-mode-hooks): New function.
7810
7811         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7812
7813         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
7814         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
7815
7816 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
7817
7818         * gnus-agent.el (gnus-agent-make-mode-line-string):
7819         Use mode-line-highlight as mouse-face.
7820
7821 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * canlock.el (canlock): Change the parent group to news.
7824
7825         * deuglify.el (gnus-outlook-deuglify): Add :group.
7826
7827         * dig.el (dig): Add :group.
7828
7829         * dns-mode.el (dns-mode): Add :group.
7830
7831         * encrypt.el (encrypt): Add :group.
7832
7833         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7834         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7835         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7836         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7837         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7838
7839         * gnus-diary.el (gnus-diary): Add :group.
7840
7841         * gnus.el (gnus-group-news-1-face): Add :group.
7842         (gnus-group-news-1-empty-face): Ditto.
7843         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7844         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7845         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7846         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7847         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7848         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7849         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7850         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7851         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7852         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7853         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7854         (gnus-summary-high-ticked-face): Ditto.
7855         (gnus-summary-low-ticked-face): Ditto.
7856         (gnus-summary-normal-ticked-face): Ditto.
7857         (gnus-summary-high-ancient-face): Ditto.
7858         (gnus-summary-low-ancient-face): Ditto.
7859         (gnus-summary-normal-ancient-face): Ditto.
7860         (gnus-summary-high-undownloaded-face): Ditto.
7861         (gnus-summary-low-undownloaded-face): Ditto.
7862         (gnus-summary-normal-undownloaded-face): Ditto.
7863         (gnus-summary-high-unread-face): Ditto.
7864         (gnus-summary-low-unread-face): Ditto.
7865         (gnus-summary-normal-unread-face): Ditto.
7866         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7867         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7868
7869         * hashcash.el (hashcash): New custom group.
7870         (hashcash-default-payment): Add :group.
7871         (hashcash-payment-alist): Ditto.
7872         (hashcash-default-accept-payment): Ditto.
7873         (hashcash-accept-resources): Ditto.
7874         (hashcash-path): Ditto.
7875         (hashcash-extra-generate-parameters): Ditto.
7876         (hashcash-double-spend-database): Ditto.
7877         (hashcash-in-news): Ditto.
7878
7879         * message.el (message-minibuffer-local-map): Add :group.
7880
7881         * netrc.el (netrc): Add :group.
7882
7883         * sieve-manage.el (sieve-manage-log): Add :group.
7884         (sieve-manage-default-user): Diito.
7885         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7886         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7887         (sieve-manage-authenticators): Ditto.
7888         (sieve-manage-authenticator-alist): Ditto.
7889         (sieve-manage-default-port): Ditto.
7890
7891         * sieve-mode.el (sieve-control-commands-face): Add :group.
7892         (sieve-action-commands-face): Ditto.
7893         (sieve-test-commands-face): Ditto.
7894         (sieve-tagged-arguments-face): Ditto.
7895
7896         * smime.el (smime): Add :group.
7897
7898         * spam-report.el (spam-report): Add :group.
7899
7900         * spam.el (spam, spam-face): Add :group.
7901
7902 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7903
7904         * nntp.el (nntp-next-result-arrived-p): Some news servers may
7905         return \n.\n.\n at the end of articles.  Protect against that.
7906         (nntp-with-open-group): Allow debugging.
7907
7908         * nnheader.el (mail-header-set-extra): Make into a function
7909         because I just could't understand how to quote the list properly.
7910
7911         * dns.el (query-dns-cached): New function.
7912
7913 2005-05-26  Lute Kamstra  <lute@gnu.org>
7914
7915         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7916
7917 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
7920
7921         * gnus-art.el: Don't autoload mail-extract-address-components.
7922
7923         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7924         eval-and-compile to evaluate it.
7925
7926         * hashcash.el: Don't autoload executable-find.
7927
7928         * nndb.el: Don't declare the nndb back end two or more times; don't
7929         autoload news-reply-mode, news-setup, cancel-timer and telnet.
7930
7931         * nntp.el: Autoload format-spec instead of format; use
7932         eval-and-compile to evaluate autoload forms.
7933
7934 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
7935
7936         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7937
7938 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7939
7940         * gnus.el (gnus-version-number): Bump version.
7941
7942 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7943
7944         * gnus.el: No Gnus v0.3 is released.
7945
7946 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7947
7948         * lpath.el (featurep): Bind show-nonbreak-escape.
7949
7950 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7951
7952         * gnus-art.el (gnus-article-edit-part): Disable undo.
7953
7954 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7957         gnus-article-date-lapsed-new-header is t if date timer is active;
7958         skip headers in which the original date value is empty.
7959         (gnus-article-save-original-date): Redefine it as a macro.
7960         (gnus-display-mime): Use it.
7961
7962 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * gnus-art.el (article-date-ut): Support converting date in
7965         forwarded parts as well.
7966         (gnus-article-save-original-date): New function.
7967         (gnus-display-mime): Use it.
7968
7969 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
7970
7971         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7972         enclosure element of <item>.
7973
7974 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
7975
7976         * message.el (message-kill-buffer-query): Renamed from
7977         `message-kill-buffer-query-if-modified'.  Added :version.
7978
7979 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7980
7981         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
7982         window layout.
7983
7984 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * mml.el: Autoload dnd when compiling.
7987
7988 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7989
7990         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
7991         x-dnd-*.
7992
7993 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * qp.el (quoted-printable-encode-region): Save excursion.
7996
7997 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7998
7999         * message.el (message-kill-buffer-query-if-modified): Add new variable
8000         so the user can kill a modified message buffer quickly.
8001         (message-kill-buffer): Use it.
8002
8003 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * lpath.el: Fbind display-time-event-handler; don't fbind
8006         string-to-multibyte.
8007
8008         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8009
8010 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8013         contained in text because xml.el decodes entities) with LFs.
8014
8015 2005-04-11  Lute Kamstra  <lute@gnu.org>
8016
8017         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8018         differently.
8019
8020 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8021
8022         * mm-util.el (mm-detect-coding-region): Typo.
8023
8024 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8025
8026         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8027
8028 2005-04-06  D Goel  <deego@gnufans.org>
8029
8030         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8031         user-function allow user modifications of the scores.
8032         (spam-stat-score-buffer-user): New function, to allow
8033         user-computed modifications to the score.
8034         (spam-stat-score-buffer-user-functions): List of additional
8035         scoring functions.
8036         (spam-stat-error-holder): Global temporary error holder.
8037         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8038         variable.
8039
8040 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8041
8042         * gnus-registry.el (gnus-registry-clean-empty-function)
8043         (gnus-registry-trim, gnus-registry-fetch-groups)
8044         (gnus-registry-delete-group): Groups that match
8045         `gnus-registry-ignored-groups' are removed from the registry
8046         entries, not just ignored for splitting.  This helps clean up the
8047         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8048         to get all the groups a message ID is in.
8049
8050         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8051         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8052         (spam-stat-score-buffer-user-functions): Add :number custom type.
8053
8054 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8057         argument in XEmacs.
8058
8059         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8060         (nnrss-request-group): Decode group name first.
8061         (nnrss-request-article): Make a text/plain article if mml-to-mime
8062         failed.
8063         (nnrss-get-encoding): Return a compatible encoding according to
8064         nnrss-compatible-encoding-alist.
8065         (nnrss-find-el): Use consp instead of listp.
8066         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8067
8068 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8071         which Emacs 20 doesn't support.
8072         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8073
8074 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8075
8076         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8077         silence the byte compiler inside the defun.
8078
8079         * gnus-demon.el (parse-time-string): Add autoload.
8080
8081         * gnus-delay.el (parse-time-string): Add autoload.
8082
8083         * gnus-art.el (parse-time-string): Add autoload.
8084
8085         * nnultimate.el (parse-time): Require for `parse-time-string'.
8086
8087 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8088
8089         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8090
8091         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8092
8093         * smime.el (smime-ldap-host-list): Add :version.
8094
8095 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8096
8097         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8098         pass it to `gnus-browse-read-group'.
8099         (gnus-browse-read-group): Add NUMBER argument and pass it to
8100         `gnus-group-read-ephemeral-group'.
8101
8102         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8103         argument and pass it to `gnus-group-read-group'.
8104
8105 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8106
8107         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8108         mm-xemacs-find-mime-charset-1 if we have the mule feature
8109         available at runtime.
8110
8111 2005-03-25  Werner Lemberg  <wl@gnu.org>
8112
8113         * nnmaildir.el: Replace `illegal' with `invalid'.
8114
8115 2005-03-23  Lute Kamstra  <lute@gnu.org>
8116
8117         * time-date.el: Add comment on time value formats.
8118         Don't require parse-time.
8119         (with-decoded-time-value): New macro.
8120         (encode-time-value): New function.
8121         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8122         (days-to-time): Return a valid time value when arg is huge.
8123         (time-since): Use time-subtract.
8124         (time-to-number-of-days): Use time-to-seconds.
8125
8126 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8127
8128         * gnus-start.el (gnus-display-time-event-handler):
8129         Check display-time-timer at runtime rather than only at load time
8130         in case display-time-mode is turned off in the mean time.
8131
8132 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8135         used.
8136
8137         * nneething.el (nneething-map-file-directory): Derive from
8138         `gnus-directory'.
8139
8140         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8141         the To/Cc button.
8142
8143 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8144
8145         * nnmaildir.el (nnmaildir-request-accept-article):
8146         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8147
8148 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8149
8150         * gnus-async.el: Require timer-funcs at compile time when in
8151         XEmacs for `run-with-idle-timer'.
8152
8153 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8154
8155         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8156         autoloaded function.
8157
8158 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8159
8160         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8161
8162 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8163
8164         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8165
8166 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8167
8168         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8169         gnus-expert-user to default.
8170
8171 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8172
8173         * nnimap.el (nnimap-open-server): Ditto.
8174
8175         * imap.el (imap-authenticate): Fix typo.
8176
8177 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8178
8179         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8180         buffer (since IMAP server might return FETCH response out of
8181         order, and the nntp buffer must be sorted).
8182
8183 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8184
8185         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8186         comparison on string.
8187
8188         * gnus-agent.el (gnus-agent-long-article,
8189         gnus-agent-short-article, gnus-agent-score): Renamed category
8190         keywords to match gnus-cus.
8191         (gnus-agent-summary-fetch-series): Modified to protect against
8192         gnus-agent-summary-fetch-group clearing processable flags.
8193         (gnus-agent-synchronize-group-flags): Update live group buffer as
8194         synchronization may occur due to the user toggle the plugged
8195         status.
8196         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8197         successfully downloaded.
8198         (gnus-agent-expire-group-1): Avoid using markers when the overview
8199         is in ascending order; greatly improves performance.
8200         (gnus-agent-regenerate-group): Use
8201         gnus-agent-synchronize-group-flags to reset read status in both
8202         gnus and server.
8203         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8204
8205 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8206
8207         * message.el: Don't autoload former message-utils variables.
8208         (message-strip-subject-trailing-was): Change doc string.
8209
8210         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8211         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8212         (nnweb-google-search): Add "hl=en" here.
8213         (nnweb-google-parse-1, nnweb-google-create-mapping):
8214         Don't hardcode URL.
8215
8216 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8217
8218         * message.el (message-get-reply-headers, message-followup):
8219         Mention related variables `message-use-followup-to' and
8220         `message-use-mail-followup-to', in the information buffer.
8221
8222         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8223         of broken groups(-beta).google.com.
8224
8225 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8226
8227         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8228         parameter to invoked gnus-request-move-article; remove the
8229         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8230         all at once instead of once per article.
8231         (gnus-summary-remove-process-mark): Accept a list of articles as
8232         well as a single article for processing.
8233
8234         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8235         parameter.
8236
8237         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8238
8239         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8240
8241         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8242         parameter.
8243
8244         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8245         parameter.
8246
8247         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8248         parameter and remove the gnus-sum-hint-move-is-internal variable.
8249
8250         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8251         parameter.
8252
8253         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8254         parameter.
8255
8256         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8257         parameter.
8258
8259         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8260
8261         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8262         parameter.
8263
8264         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8265         parameter.
8266
8267 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8268
8269         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8270         a more conservative way.
8271
8272 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8273
8274         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8275         buffer, so it moves the window's cursor.
8276
8277 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8278
8279         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8280         `mm-dissect-multipart' and receive the from field as an (optional)
8281         argument from `mm-dissect-multipart'.
8282         (mm-dissect-multipart): Receive the from field as an argument and
8283         pass it on when we call `mm-dissect-buffer' on MIME parts.
8284         Fixes verification/decryption of signed/encrypted MIME parts.
8285
8286 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8287
8288         * gnus-sum.el (gnus-summary-move-article): Set
8289         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8290         whatever it calls (right now, only nnimap-request-move article
8291         respects it).
8292
8293         * nnimap.el (nnimap-request-move-article): When
8294         gnus-sum-hint-move-is-internal is set, don't do the extra
8295         nnimap-request-article.
8296
8297 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8298
8299         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8300
8301         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8302         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8303
8304         * gnus-sum.el (gnus-summary-caesar-message):
8305         Apply `gnus-treat-article' after rotation.
8306
8307         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8308         doc string.
8309
8310 2005-02-22  Simon Josefsson  <jas@extundo.com>
8311
8312         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8313         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8314         <arne@arnested.dk>.
8315         (encrypt): Add password-cache and password-cache-expiry as group
8316         members.
8317
8318 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8319
8320         * smime.el (smime-ldap-host-list): Doc fix.
8321         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8322         cache) password.
8323         (smime-sign-region): Use it.
8324         (smime-decrypt-region): Use it.
8325         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8326         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8327         fails.
8328         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8329         certificate from DER to PEM format rather than calling openssl.
8330
8331         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8332
8333         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8334         for signing/encryption.
8335
8336         * mml.el (mml-parse-1): Use them.
8337
8338 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8339
8340         * nnrss.el (nnrss-verbose): Removed.
8341         (nnrss-request-group): Use `nnheader-message' instead.
8342
8343 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8344
8345         * nnrss.el (nnrss-verbose): New variable.
8346         (nnrss-request-group): Make it say nnrss is requesting a group.
8347
8348 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8351         Handle news URL with given port correctly.
8352
8353 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8356         containing special characters.
8357
8358         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8359
8360         * mml.el (mime-to-mml): Ditto.
8361
8362         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8363         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8364         (rfc2047-decode-region): Quote decoded words containing special
8365         characters when rfc2047-quote-decoded-words-containing-tspecials
8366         is non-nil.
8367
8368 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8369
8370         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8371
8372         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8373
8374 2005-02-15  Simon Josefsson  <jas@extundo.com>
8375
8376         * nnimap.el (nnimap-debug): Doc fix.
8377
8378         * imap.el (imap-debug): Doc fix.
8379
8380 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8381
8382         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8383
8384 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8385
8386         * gnus.el (spam-contents): Improve docs for spam-contents
8387         parameter in its variable incarnation.
8388
8389 2005-02-14  Simon Josefsson  <jas@extundo.com>
8390
8391         * smime-ldap.el: Use require instead of load-library for ldap.
8392         (smime-ldap-search): Indent.
8393         (smime-ldap-search-internal): Shorten line.
8394
8395         * smime.el (smime-cert-by-dns): Add doc-string.
8396         (smime-cert-by-ldap-1): Indent.
8397
8398         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8399         mml-smime-get-dns-ldap.
8400         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8401
8402 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8403
8404         * smime.el: Require smime-ldap.
8405         (smime-ldap-host-list): New variable.
8406         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8407
8408         * mml-smime.el (mml-smime-encrypt-query): New function.
8409         (mml-smime-encrypt-query): Use it.
8410
8411         * smime-ldap.el: New file.
8412
8413 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8416
8417 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8418
8419         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8420         argument in doc string.  Make query for type more clear.
8421
8422 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8423
8424         * gnus.el (gnus-group-startup-message): Search for gnus images in
8425         etc/images/gnus.
8426         * mm-util.el (mm-image-load-path): Likewise.
8427         * smiley.el (smiley-data-directory): Search for smilies in
8428         etc/images/smilies.
8429
8430 2005-02-09  Kim F. Storm  <storm@cua.dk>
8431
8432         Change Emacs release version from 21.4 to 22.1 throughout.
8433         Change Emacs development version from 21.3.50 to 22.0.50.
8434
8435 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8436
8437         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8438
8439         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8440         non-Mule XEmacs as well.
8441         (mm-decompress-buffer): Signal an error intentionally if it does
8442         not decompress compressed data because auto-compression-mode is
8443         disabled.
8444
8445 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8446
8447         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8448         an ID in the registry even if it has no groups.
8449
8450 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8453         merge it into mm-decompress-buffer.
8454         (gnus-mime-copy-part): Use the MIME part charset, the value which
8455         a user specified or gnus-newsgroup-charset for decoding, like
8456         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8457         save-buffer what was used.  Suggested by Kevin Ryde
8458         <user42@zip.com.au>.
8459         (gnus-mime-inline-part): Allow the name parameter as well as the
8460         filename parameter; force decompressing of compressed data; always
8461         display contents being not decoded as unibyte.
8462
8463         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8464         as well as the filename parameter.
8465
8466         * mm-util.el (mm-decompress-buffer): Merge
8467         gnus-mime-jka-compr-maybe-uncompress.
8468         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8469         of compressed data.
8470
8471 2005-02-08  Simon Josefsson  <jas@extundo.com>
8472
8473         * imap.el (imap-log): Doc fix.
8474
8475 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8478         the coding cookies; decompress compressed parts.
8479
8480         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8481         to the value which a user specified manually or the coding cookie.
8482
8483         * mm-util.el (mm-string-to-multibyte): New function.
8484         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8485         (mm-coding-system-to-mime-charset): New function.
8486         (mm-decompress-buffer): New function.
8487         (mm-find-buffer-file-coding-system): New function.
8488
8489         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8490         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8491         parts.
8492
8493 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8494
8495         * mm-view.el (mm-display-inline-fontify): Decode a part according
8496         to the charset parameter.
8497
8498 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8501         prefix arg is neither nil nor a number, as info specifies.
8502
8503 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8504
8505         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8506         timestamps.
8507
8508 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8509
8510         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8511         groups error checking and notify user.
8512
8513 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8514
8515         * message.el (message-send-mail-function): Check existence of
8516         sendmail-program first before using default value
8517         `message-send-mail-with-sendmail'.  Otherwise use more generic
8518         `smtpmail-send-it'.
8519
8520 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * nntp.el (nntp-request-update-info): Always return nil.
8523
8524 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8525
8526         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8527
8528 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8529
8530         * message.el (message-beginning-of-line): Change the behavior when
8531         invoked between BOL and : so that it first moves backward.
8532
8533 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8536         article buffer when editing of the article is discarded.
8537         (gnus-article-prepare): Revert.
8538
8539 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * gnus-art.el (gnus-article-prepare):
8542         Remove message-strip-forbidden-properties from the local hook.
8543
8544 2005-01-27  Simon Josefsson  <jas@extundo.com>
8545
8546         * password.el (password-cache-add): Only start one timer per key.
8547         Reported by Derek Atkins <warlord@MIT.EDU>.
8548
8549 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8550
8551         * run-at-time.el: Removed.  It is no longer needed as
8552         timer-funcs.el in the xemacs-base package has a working version of
8553         `run-at-time'.
8554
8555         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
8556
8557         * password.el: Require timer-funcs instead of run-at-time in
8558         XEmacs.
8559         Remove `password-run-at-time' macro.
8560         (password-cache-add): Use `run-at-time' instead of
8561         `password-run-at-time'.
8562
8563         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
8564         Remove `nnheader-cancel-function-timers' alias,
8565         `cancel-function-timers' exists in XEmacs in timer-funcs.
8566
8567         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8568         for `run-with-idle-timer'.
8569
8570         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8571         for `run-at-time'.
8572
8573         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8574         for `with-timeout'.
8575
8576         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
8577         the same as for XEmacs 21.4.
8578         No need to ignore `run-with-idle-timer', this function exists in
8579         XEmacs now in timer-funcs.el in the xemacs-base package.
8580         (dgnushack-compile): No need to delete
8581         run-at-time.el from the list of files to compile because it
8582         doesn't exist anymore.
8583
8584 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8585
8586         * mml.el (mml-generate-mime-1): Convert string into unibyte when
8587         inserting " *mml*" buffer's contents into a unibyte temp buffer.
8588
8589 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
8590
8591         * mail-source.el (mail-source-fetch-imap): Search for ^From case
8592         sensitively.
8593
8594 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
8595
8596         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8597
8598 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8601         which will be inserted according to the multibyteness of a buffer
8602         rather than the type of contents.  Suggested by ARISAWA Akihiro
8603         <ari@mbf.ocn.ne.jp>.
8604
8605         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8606         of string which old xml.el may return rather than a string.
8607
8608 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8611
8612 2005-01-16  Simon Josefsson  <jas@extundo.com>
8613
8614         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8615         idn/idna.el isn't available.
8616         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
8617         <michael@waxrat.com>.
8618
8619         * hashcash.el: Remove non-FSF copyright header.
8620
8621         * hashcash.el (hashcash-extra-generate-parameters): New variable.
8622         (hashcash-generate-payment): Use it.
8623         (hashcash-generate-payment-async): Use it.
8624
8625 2005-01-15  Simon Josefsson  <jas@extundo.com>
8626
8627         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8628         Suggested by Raymond Scholz <ray-2005@zonix.de>.
8629
8630         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8631         gnus-summary-idna-message.
8632         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8633         (gnus-summary-idna-message): New function.
8634
8635 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8636
8637         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8638         gnus-novice-user.
8639
8640 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * nnrss.el (nnrss-request-delete-group): Delete entries in
8643         nnrss-group-alist as well.
8644         (nnrss-save-server-data): Insert newline.
8645
8646 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
8647
8648         * gnus.el (gnus-user-agent): Use list of symbols instead of
8649         symbols.  Display full version number for (S)XEmacs.  Optionally
8650         display (S)XEmacs codename.
8651
8652         * gnus-util.el (gnus-emacs-version): Update for new
8653         `gnus-user-agent'.
8654
8655         * gnus-msg.el (gnus-extended-version): Make it possible to omit
8656         Gnus version.
8657
8658 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8659
8660         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
8661         which is unreadable in some setups.
8662
8663 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * gnus-spec.el (gnus-update-format-specifications): Flush the
8666         group format spec cache if it doesn't support decoded group names.
8667
8668 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8669
8670         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8671         Allow to apply decay on score files matching a regexp.
8672
8673 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8674
8675         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8676         compatibility in %g and %c.
8677
8678 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8681         name for only %g and %c.
8682         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8683         of gnus-tmp-group to decoded group name.
8684         (gnus-group-make-rss-group): Exclude `/'s from group names.
8685
8686 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * nnrss.el (nnrss-get-encoding): Fix regexp.
8689
8690 2004-12-27  Simon Josefsson  <jas@extundo.com>
8691
8692         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8693         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8694         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
8695
8696 2004-12-17  Kim F. Storm  <storm@cua.dk>
8697
8698         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8699
8700         * gnus-sum.el (gnus-summary-mode-map): Likewise.
8701
8702 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8703
8704         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8705
8706 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8707
8708         * nnrss.el: Require rfc2047 and mml.
8709         (nnrss-file-coding-system): New variable.
8710         (nnrss-format-string): Redefine it as an inline function.
8711         (nnrss-decode-group-name): New function.
8712         (nnrss-string-as-multibyte): Remove.
8713         (nnrss-retrieve-headers): Decode group name; don't use
8714         nnrss-format-string.
8715         (nnrss-request-group): Decode group name.
8716         (nnrss-request-article): Decode group name; allow a Message-ID as
8717         well as an article number; don't use nnrss-format-string; encode a
8718         Message-ID string which may contain non-ASCII characters; use
8719         mml-to-mime to compose a MIME article.
8720         (nnrss-request-expire-articles): Decode group name.
8721         (nnrss-request-delete-group): Decode group name.
8722         (nnrss-fetch): Clarify error message.
8723         (nnrss-read-server-data): Use insert-file-contents instead of load;
8724         bind file-name-coding-system; use multibyte buffer.
8725         (nnrss-save-server-data): Bind coding-system-for-write to the
8726         value of nnrss-file-coding-system; bind file-name-coding-system;
8727         add coding cookie.
8728         (nnrss-read-group-data): Use insert-file-contents instead of load;
8729         bind file-name-coding-system; use multibyte buffer.
8730         (nnrss-save-group-data): Bind coding-system-for-write to the
8731         value of nnrss-file-coding-system; bind file-name-coding-system.
8732         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8733         make it work with non-ASCII text.
8734         (nnrss-find-el): Make it work with old xml.el as well.
8735
8736 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8737
8738         * nnrss.el (nnrss-get-encoding): New function.
8739         (nnrss-fetch): Use unibyte buffer initially; bind
8740         coding-system-for-read while performing mm-url-insert; remove ^Ms;
8741         decode contents according to the encoding attribute.
8742         (nnrss-save-group-data): Add coding cookie.
8743         (nnrss-mime-encode-string): New function.
8744         (nnrss-check-group): Use it to encode subject and author.
8745
8746 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
8747
8748         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8749         imaginary variable.
8750
8751 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8752
8753         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8754         correctly even if there are wide characters.
8755
8756 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8757
8758         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8759         downcased symbol names; make a new cache instead of reusing
8760         bbdb-hashtable.
8761
8762 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8765         concatenating segments rather than before concatenating them.
8766         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8767
8768         * message.el (message-get-reply-headers): Bind `extra'.
8769
8770 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8771
8772         * message.el (message-extra-wide-headers): New variable.
8773         (message-get-reply-headers): Use it.
8774
8775 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * gnus-agent.el (gnus-agent-group-path): Decode group name.
8778         (gnus-agent-group-pathname): Ditto.
8779
8780         * gnus-cache.el (gnus-cache-file-name): Decode group name.
8781
8782         * gnus-group.el (gnus-group-make-group): Decode group name.
8783         (gnus-group-make-rss-group): Register the group data after opening
8784         the nnrss group.
8785
8786 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
8787
8788         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8789         by expiry now get marked as read.
8790
8791 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8794
8795 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
8796
8797         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8798         unify Latin characters in XEmacs.
8799         (mm-find-mime-charset-region): Use it.
8800
8801 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * gnus-util.el (gnus-delete-directory): New function.
8804
8805         * gnus-agent.el (gnus-agent-delete-group): Use it.
8806
8807         * gnus-cache.el (gnus-cache-delete-group): Use it.
8808
8809 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8812         names.
8813
8814 2004-12-16  Simon Josefsson  <jas@extundo.com>
8815
8816         * hashcash.el (hashcash-payment-alist): Fix custom :type.
8817
8818 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8821
8822         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8823         (gnus-group-set-current-level): Decode group name.
8824
8825 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
8826
8827         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8828         failed.
8829
8830 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * gnus-group.el (gnus-group-delete-group): Decode group name.
8833         (gnus-group-make-rss-group): Encode group name.
8834         (gnus-group-catchup-current): Decode group name.
8835         (gnus-group-kill-group): Decode group name.
8836
8837 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8838
8839         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8840
8841 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8842
8843         * gnus-group.el (gnus-group-make-rss-group):
8844         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8845
8846         * gnus-start.el (gnus-setup-news): Honor user's setting to
8847         gnus-message-archive-method.  Suggested by Lute Kamstra
8848         <lute@gnu.org>.
8849
8850 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
8851
8852         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8853         global counterparts of the buffer-local variables.
8854
8855 2004-11-16  Romain Francoise  <romain@orebokech.com>
8856
8857         * gnus-sum.el (gnus-summary-exit): Don't clear the global
8858         counterparts of the buffer-local variables.
8859
8860 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8861
8862         * message.el (message-forbidden-properties): Fixed typo in doc
8863         string.
8864
8865 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8866
8867         * gnus-util.el (gnus-replace-in-string): Added doc string.
8868
8869         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8870         to avoid problems when splitting mails with many recipients.
8871
8872 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8873
8874         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8875         pop-to-buffer, covered by the subsequent gnus-configure-windows.
8876
8877 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
8878
8879         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8880         if there is no hashtable in memory or file modification time is
8881         newer than cached timestamp.
8882
8883 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8884
8885         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8886         not-matching option.
8887
8888 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
8889
8890         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8891         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8892         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8893         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8894         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
8895         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8896
8897 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * message.el (message-forward-make-body-mml): Remove headers
8900         according to message-forward-ignored-headers if a message is decoded.
8901
8902 2004-12-02  Romain Francoise  <romain@orebokech.com>
8903
8904         * message.el (message-forward-make-body-plain): Always remove
8905         headers according to message-forward-ignored-headers.
8906
8907 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8908
8909         * spam.el (spam-summary-prepare-exit): Remove the
8910         gnus-summary-limit pop for now, it has problems with ham marks for
8911         me.
8912
8913 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
8914
8915         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8916         correctly.
8917
8918 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
8919
8920         * format-spec.el (format-spec): Message the char.
8921
8922 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
8923
8924         * gnus-art.el (gnus-split-methods): Reformat comments.
8925
8926         * spam.el (spam-summary-prepare-exit): Remove article limits
8927         before exiting the summary buffer.
8928
8929 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * lpath.el: Remove bbdb-create-internal, bbdb-records,
8932         spam-BBDB-register-routine and spam-enter-ham-BBDB.
8933
8934         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8935         order to silence the byte compiler.
8936
8937         * spam.el: Fix the way to silence the byte compiler, which
8938         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8939         bbdb-search-simple, spam-BBDB-register-routine,
8940         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8941         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8942         spam-stat-buffer-is-spam, spam-stat-load,
8943         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8944         spam-stat-save and spam-stat-split-fancy.
8945
8946 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8947
8948         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8949         which may confuse users.
8950         (canlock-password-for-verify): Ditto.
8951
8952         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8953
8954         * gnus-art.el (gnus-emphasis-alist): Ditto.
8955
8956         * gnus-registry.el (gnus-registry-max-entries): Ditto.
8957
8958         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8959
8960         * gnus-start.el (gnus-save-killed-list): Ditto.
8961
8962         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8963         (gnus-sum-thread-tree-root): Ditto.
8964         (gnus-sum-thread-tree-false-root): Ditto.
8965         (gnus-sum-thread-tree-single-indent): Ditto.
8966
8967         * message.el (message-courtesy-message): Ditto.
8968         (message-archive-note): Ditto.
8969         (message-subscribed-address-file): Ditto.
8970         (message-user-fqdn): Ditto.
8971
8972         * spam-report.el (spam-report-gmane-regex): Ditto.
8973
8974         * spam.el (spam-blackhole-good-server-regex): Ditto.
8975
8976 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * mml.el (mml-preview): Widen the message buffer before copying
8979         the contents to the preview buffer; sort headers before previewing.
8980
8981         * message.el (message-hidden-headers): Fix the way to avoid a bug
8982         in the `repeat' widget in Emacs 21.3 or earlier.
8983
8984 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * message.el (message-hidden-headers): Default to "^References:".
8987         Improve customization type.  Suggested by Reiner Steib
8988         <Reiner.Steib@gmx.de>.
8989
8990 2004-11-25  Romain Francoise  <romain@orebokech.com>
8991
8992         * message.el (message-strip-forbidden-properties): Remove check for
8993         obsolete `message-hidden' text property, hidden headers are not
8994         accessible in the buffer anymore.
8995
8996 2004-11-22  Romain Francoise  <romain@orebokech.com>
8997
8998         * message.el (message-header-format-alist): Add `From' in list
8999         so that it can be sorted.
9000         (message-fix-before-sending): Widen and sort headers before
9001         sending.
9002         (message-hide-headers): Use narrowing to hide headers by moving
9003         them to the top of the buffer and narrowing to the region
9004         underneath.
9005
9006 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9007
9008         * message.el (message-strip-forbidden-properties): Bind
9009         buffer-read-only (etc) to nil.
9010
9011 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9012
9013         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9014         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9015
9016 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9017
9018         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9019
9020 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9021
9022         * dns.el (query-dns): Use sit-for to time instead of
9023         accept-process-output, since that doesn't seem to work on udp
9024         sockets.
9025
9026 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9029
9030 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9031
9032         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9033         doc string.  Improve doc string.
9034
9035 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * nntp.el (nntp-request-update-info): Return nil if
9038         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9039         may not call gnus-activate-group which uselessly issues the GROUP
9040         commands for all nntp groups and wastes time.  Reported by Romain
9041         Francoise <romain@orebokech.com>.
9042
9043         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9044
9045 2004-11-15  Simon Josefsson  <jas@extundo.com>
9046
9047         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9048         headers separately.
9049         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9050         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9051
9052 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9053
9054         * gnus-start.el (gnus-convert-old-newsrc):
9055         Assign legacy-gnus-agent to 5.10.7.
9056
9057 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9058
9059         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9060         start of the lines.
9061
9062 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9063
9064         * hashcash.el (hashcash-default-payment): Change default to 20
9065         (hashcash-default-accept-payment): Change default to 20
9066         (hashcash-process-alist): New variable
9067         (hashcash-generate-payment-async): Add
9068         (hashcash-already-paid-p): Add
9069         (hashcash-insert-payment): Don't generate payments twice
9070         (hashcash-insert-payment-async): Add
9071         (hashcash-insert-payment-async-2): Add
9072         (hashcash-cancel-async): Add
9073         (hashcash-wait-async): Add
9074         (hashcash-processes-running-p): Add
9075         (hashcash-wait-or-cancel): Add
9076         (mail-add-payment): New optional argument.  Conditionally start
9077         asynchronous calculation.
9078         (mail-add-payment-async): Add
9079
9080         * message.el (message-send-mail): Wait for asynchronous hashcash
9081         results.  Don't clobber existing X-Hashcash headers.
9082         (message-setup-1): Call mail-add-payment-async when
9083         message-generate-hashcash is non-nil.
9084
9085 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9086
9087         * message.el (message-use-alternative-email-as-from): Examine the
9088         From header as well; use message-make-from in order to include a
9089         user's full name.
9090
9091 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9094         default; improve customization type.
9095         (gnus-emphasis-custom-with-format): New macro.
9096         (gnus-emphasis-custom-value-to-external): New function.
9097         (gnus-emphasis-custom-value-to-internal): New function.
9098
9099 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9100
9101         * dns.el (query-dns): Resolve reverse addresses.
9102
9103 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9104
9105         * gnus-group.el (gnus-group-get-new-news): Use it.
9106
9107         * gnus-start.el (gnus-check-reasonable-setup): New function.
9108
9109 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9110
9111         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9112         "Args out of range" error.  Reported by Arnaud Giersch
9113         <arnaud.giersch@free.fr>.
9114
9115 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9116
9117         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9118
9119 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9120
9121         * spam.el (spam group): Add :version.
9122
9123         * pgg-def.el (pgg group): Add :version.
9124
9125 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9126
9127         * gnus-art.el (gnus-article-edit-article): Don't associate the
9128         article buffer with a draft file.  This is a temporary measure
9129         against the 2004-08-22 change to gnus-article-edit-mode.
9130
9131 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9134         (html2text-format-tags): Remove unused variable `attr'.
9135
9136 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9137
9138         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9139
9140         * tls.el (tls-process-connection-type, tls-success)
9141         (tls-certtool-program): Add :version.
9142
9143         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9144         (starttls-extra-arguments, starttls-process-connection-type)
9145         (starttls-connect, starttls-failure, starttls-success):
9146
9147         * spam-stat.el (spam-stat): Add :version.
9148
9149         * sieve.el (sieve): Add :version.
9150
9151         * sha1.el (sha1): Add :version.
9152         (sha1-use-external): Remove redundant version.
9153
9154         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9155         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9156         (nnmail-split-fancy-match-partial-words)
9157         (nnmail-split-lowercase-expanded): Add :version.
9158
9159         * nndiary.el (nndiary): Add :version.
9160
9161         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9162
9163         * mml-sec.el (mml-default-sign-method)
9164         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9165         Add :version.
9166
9167         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9168
9169         * mm-url.el (mm-url-use-external, mm-url-program)
9170         (mm-url-arguments): Add :version.
9171
9172         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9173         (mm-attachment-file-modes, mm-decrypt-option)
9174         (mm-w3m-safe-url-regexp): Add :version.
9175
9176         * message.el (message-cite-prefix-regexp)
9177         (message-sendmail-envelope-from, message-minibuffer-local-map)
9178         (message-user-fqdn, message-completion-alist): Add :version.
9179
9180         * gnus-win.el (gnus-configure-windows-hook)
9181         (gnus-use-frames-on-any-display): Add :version.
9182
9183         * gnus-art.el (gnus-article-address-banner-alist)
9184         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9185         (gnus-treat-from-picon, gnus-treat-mail-picon)
9186         (gnus-treat-x-pgp-sig): Add :version.
9187
9188         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9189         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9190         (gnus-summary-article-delete-hook)
9191         (gnus-summary-display-while-building): Add :version.
9192
9193         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9194         (gnus-get-top-new-news-hook):Add :version.
9195
9196         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9197         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9198
9199         * gnus-registry.el (gnus-registry): Add :version.
9200
9201         * gnus-spec.el (gnus-use-correct-string-widths)
9202         (gnus-make-format-preserve-properties): Add :version.
9203
9204         * gnus.el (gnus-group-charter-alist)
9205         (gnus-group-fetch-control-use-browse-url)
9206         (gnus-install-group-spam-parameters): Add :version.
9207
9208         * gnus-diary.el (gnus-diary): Add :version.
9209
9210         * gnus-delay.el (gnus-delay): Add :version.
9211
9212         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9213         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9214         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9215         Add :version.
9216
9217         * gnus-agent.el (gnus-agent-max-fetch-size)
9218         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9219         (gnus-agent-prompt-send-queue): Add :version.
9220
9221         * deuglify.el (gnus-outlook-deuglify): Add :version.
9222
9223         * html2text.el: Beautify code.  Improve doc strings.  Some
9224         checkdoc cleanup.
9225         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9226
9227 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9228
9229         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9230
9231 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9232
9233         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9234         when package is loaded.
9235
9236         * spam.el (spam-summary-score-preferred-header): Add global preference
9237         for people who want to override the default SpamAssassin over
9238         Bogofilter preference (when both are set).
9239         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9240         (spam-user-format-function-S): Check
9241         spam-summary-score-preferred-header.
9242         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9243         (spam-user-format-function-S): Format the score correctly.
9244
9245 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9248         signature file.  Suggested by Manoj Srivastava
9249         <srivasta@golden-gryphon.com>.
9250
9251         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9252         iso-2022-jp even in the Japanese language environment.
9253         Suggested by Jason Rumney <jasonr@gnu.org>.
9254
9255 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9258         use the same characters as the dummy marks; make it free from
9259         getting affected by the language environment.
9260         (gnus-summary-read-group-1): Update mark positions only when the
9261         format spec is updated.
9262
9263         * gnus-spec.el (gnus-update-format-specifications): Return a list
9264         of updated types.
9265
9266 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9269         of boundp to check if display-warning is available.
9270
9271 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9272
9273         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9274
9275 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * nnspool.el (nnspool-spool-directory): Use news-path if the
9278         news-directory variable is not bound.
9279
9280         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9281         function instead of display-warning if it is not available.
9282
9283 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9284
9285         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9286         v5-10: Use `point-at-bol'.
9287
9288 2004-10-26  Simon Josefsson  <jas@extundo.com>
9289
9290         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9291         <chenggao@gmail.com>.
9292
9293 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9294
9295         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9296         instead.
9297
9298 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9299
9300         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9301         to remove a server from the nnimap-server-buffer-alist.
9302         (nnimap-open-connection, nnimap-close-server): Use it.
9303
9304         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9305
9306 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9309         running the major-mode function.
9310
9311 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9314         dummy marks in the right way.
9315
9316 2004-10-18  David Edmondson  <dme@dme.org>
9317
9318         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9319         excessively.
9320
9321 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9322
9323         * gnus-util.el (gnus-split-references): Accept a nil references
9324         string and go on blissfully.
9325
9326         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9327         cases where the references string is non-nil but has no references.
9328
9329         * encrypt.el: Add autoload tags.
9330
9331         * spam.el (spam-resolve-registrations-routine): Remove article
9332         from unregistration list too.  Reported by David Hanak
9333         <dhanak@isis.vanderbilt.edu>
9334
9335 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9338         nil.  Changed custom type.
9339
9340 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9343
9344         * gnus-sum.el (gnus-summary-move-article): Use it.
9345
9346 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9347
9348         * encrypt.el: Add autoload cookies.
9349
9350         * spam.el (spam-backend-article-list-property)
9351         (spam-backend-get-article-todo-list)
9352         (spam-backend-put-article-todo-list, )
9353         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9354         Resolve registrations separately.
9355         (spam-register-routine): Format comments.
9356         (spam-unregister-routine, spam-register-routine): Always call with
9357         specific-articles, no default list.
9358         (spam-summary-prepare-exit): Use the spam-classifications function.
9359
9360         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9361         gnus-encrypt.el.
9362
9363         * encrypt.el: Copied from gnus-encrypt.el.
9364
9365         * gnus-encrypt.el: Commented that it's obsolete.
9366
9367 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9368
9369         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9370         (gnus-score-save): Use it.
9371
9372         * message.el (message-bury): Use `window-dedicated-p'.
9373
9374 2004-10-15  Simon Josefsson  <jas@extundo.com>
9375
9376         * pop3.el (top-level): Don't require nnheader.
9377         (pop3-read-timeout): Add.
9378         (pop3-accept-process-output): Add.
9379         (pop3-read-response, pop3-retr): Use it.
9380
9381 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9382
9383         * spam.el (spam-register-routine): Move comment.
9384         (spam-verify-bogofilter): Use 'unknown for the initial
9385         spam-bogofilter-valid state, not 'never.
9386
9387         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9388         for netrc-machine.
9389
9390         * nnimap.el (nnimap-open-connection): Use
9391         netrc-machine-user-or-password.
9392
9393 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9394
9395         * gnus-registry.el (gnus-registry-unload-hook):
9396         Set as a variable with add-hook.
9397
9398         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9399         of news-path.
9400
9401         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9402
9403         * spam.el: Delete duplicate `provide'.
9404         (spam-unload-hook): Set as a variable with add-hook.
9405
9406 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9407
9408         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9409         in the doc string.
9410
9411         * message.el (message-ignored-news-headers)
9412         (message-ignored-supersedes-headers)
9413         (message-ignored-resent-headers)
9414         (message-forward-ignored-headers): Improve custom type.
9415
9416 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * message.el (message-tokenize-header): Fix 2004-09-06 change
9419         which used point-min in the wrong place.
9420
9421 2004-10-12  Simon Josefsson  <jas@extundo.com>
9422
9423         * tls.el (tls-certtool-program): New variable.
9424         (tls-certificate-information): New function, based on
9425         ssl-certificate-information.
9426
9427 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9428
9429         * compface.el: Move the version of ELisp-based uncompface program
9430         to the contrib directory because of the copyright problem.
9431
9432 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9433
9434         * message.el (message-kill-buffer): Raise the current frame.
9435
9436 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9437
9438         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9439
9440         * gnus.el (message-y-or-n-p): Autoload.
9441
9442         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9443         (pop3-password-required, pop3-authentication-scheme)
9444         (pop3-leave-mail-on-server): Made customizable.
9445         (pop3): New custom group.
9446         (pop3-retr): Remove `sleep-for' statements.
9447         Suggested by Dave Love <fx@gnu.org>.
9448
9449         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9450         Windows/DOS.
9451
9452         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9453         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9454         Dave Love <fx@gnu.org>.
9455
9456         * mml.el (mml-minibuffer-read-disposition): Require match.
9457         Suggested by Dave Love <fx@gnu.org>.
9458
9459 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9460
9461         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9462         doc string.
9463
9464 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9465
9466         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9467
9468 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9469
9470         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9471         instead of calling `mm-insert-inline', to decode text/* parts
9472         before displaying them.
9473
9474 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * mm-uu.el (mm-uu-text-plain-type): New variable.
9477         (mm-uu-pgp-signed-extract-1): Use it.
9478         (mm-uu-pgp-encrypted-extract-1): Use it.
9479         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9480         bind mm-uu-text-plain-type with that value.
9481         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9482         mm-uu-dissect.
9483
9484 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * gnus-group.el (gnus-update-group-mark-positions):
9487         * gnus-sum.el (gnus-update-summary-mark-positions):
9488         * message.el (message-check-news-body-syntax):
9489         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9490         of string-as-multibyte.
9491
9492 2004-10-05  Juri Linkov  <juri@jurta.org>
9493
9494         * gnus-group.el (gnus-update-group-mark-positions):
9495         * gnus-sum.el (gnus-update-summary-mark-positions):
9496         * message.el (message-check-news-body-syntax):
9497         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9498         8-bit unibyte values to a multibyte string for search functions.
9499
9500 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9503         (mm-uu-dissect-text-parts): New function.
9504
9505         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9506         dissect text parts.
9507
9508         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9509         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9510
9511         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9512
9513         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9514         gnus-current-topics instead of gnus-current-topic.
9515
9516 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9517
9518         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9519
9520 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9521
9522         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9523         where approriate.
9524
9525         * nnml.el (nnml-generate-active-info): do.
9526
9527         * nndiary.el (nndiary-generate-active-info): do.
9528
9529         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9530         (gnus-topic-move): do.
9531
9532         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9533         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9534
9535         * gnus-srvr.el (gnus-server-prepare)
9536         (gnus-server-open-all-servers): do.
9537
9538         * gnus-msg.el (gnus-summary-cancel-article)
9539         (gnus-summary-resend-message)
9540         (gnus-summary-mail-crosspost-complaint): do.
9541
9542         * gnus-move.el (gnus-change-server): do.
9543
9544         * gnus-group.el (gnus-group-unmark-all-groups)
9545         (gnus-group-set-current-level): do.
9546
9547 2004-10-04  Simon Josefsson  <jas@extundo.com>
9548
9549         * message.el (message-generate-hashcash): Doc fix.
9550
9551 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9552
9553         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9554         avoid infinite recursion via gnus-get-function.
9555
9556 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9557
9558         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9559
9560         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9561
9562         * nnmail.el (nnmail-split-history): do.
9563
9564         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9565         (nnml-request-delete-group): do.
9566
9567         * nnslashdot.el (nnslashdot-read-groups): do.
9568
9569         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9570         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9571
9572         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9573         (nnspool-sift-nov-with-sed): Use last
9574         (nnspool-retrieve-headers-with-nov): Use mapc.
9575         (nnspool-request-newgroups): Use dolist.
9576         (nnspool-request-group): Use last.
9577
9578         * nntp.el (nntp-read-server-type): Use dolist.
9579
9580         * nnvirtual.el (nnvirtual-create-mapping)
9581         (nnvirtual-update-read-and-marked): Use dolist.
9582         (nnvirtual-convert-headers): Simplify.
9583
9584 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9585
9586         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9587         support for sync'ing tick marks.
9588
9589 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9592         there's no visible header.
9593
9594 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9595
9596         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9597         necessary, pass full group name to gnus-request-set-marks.
9598
9599 2004-10-01  Simon Josefsson  <jas@extundo.com>
9600
9601         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
9602         acroread.
9603
9604 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9605
9606         * spam-report.el (spam-report-gmane): Fix interactive.
9607
9608         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9609
9610         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9611         when writing file.
9612         (gnus-agent-synchronize-flags): Don't default to being
9613         interactive.
9614
9615 2004-09-30  Simon Josefsson  <jas@extundo.com>
9616
9617         * message.el (message-generate-hashcash): Add.
9618         (message-send-mail): Use it, call mail-add-payment.
9619
9620 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9621
9622         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9623
9624 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
9625
9626         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9627         gnus-requst-update-info with explicit code to sync the in-memory
9628         info read flags with the marks being sync'd to the backend.
9629
9630         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9631
9632 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9633
9634         * spam.el (spam-verify-bogofilter): Add new function.
9635         (spam-check-bogofilter)
9636         (spam-bogofilter-register-with-bogofilter): Use it.
9637         (spam-verify-bogofilter): Add small fixes.
9638
9639 2004-09-28  Simon Josefsson  <jas@extundo.com>
9640
9641         * hashcash.el (hashcash-generate-payment): Revert.
9642
9643 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9644
9645         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9646         gnus-extract-references instead of gnus-split-references.
9647
9648         * gnus-util.el (gnus-extract-references): Add new function, analogous
9649         to gnus-split-references but extracts only the message-ID without
9650         anything extra.
9651
9652         * hashcash.el (hashcash-generate-payment)
9653         (hashcash-check-payment): Do the right thing if hashcash-path is
9654         nil (because the hashcash program could not be found).
9655
9656         * spam.el (spam-use-hashcash): Remove comment.
9657
9658 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
9659
9660         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9661         (gnus-cache-enter-article, gnus-cache-remove-article)
9662         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9663
9664         * gnus-async.el (gnus-async-prefetch-remove-group): do.
9665
9666         * gnus-art.el (article-hide-boring-headers)
9667         (article-translate-strings, article-display-face)
9668         (gnus-article-mime-match-handle-first)
9669         (gnus-article-highlight-headers)
9670         (gnus-article-add-buttons-to-head): do.
9671
9672 2004-09-27  Simon Josefsson  <jas@extundo.com>
9673
9674         * hashcash.el: New version, from
9675         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
9676         ../contrib/.
9677
9678 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9681
9682 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
9683
9684         * gnus-dup.el (gnus-dup-open): Use mapc.
9685         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9686
9687         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9688         Reported by Stefan Wiens <s.wi@gmx.net>.
9689
9690         * gnus.el (gnus-shutdown): Use dolist.
9691
9692         * gnus-undo.el (gnus-undo): Use mapc.
9693
9694         * nnrss.el (nnrss-generate-active): do.
9695
9696         * message.el (message-cite-original-without-signature)
9697         (message-cite-original): Use mapc.
9698         (message-do-actions, message-make-forward-subject): Use dolist.
9699
9700 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9701
9702         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9703         deletion to remove entire duplicate line.  Fixes merged article
9704         number bug.
9705
9706 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9707
9708         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9709         servers that are offline.  Avoids having gnus-agent-toggle-plugged
9710         first ask if you want to open a server and then, even when you
9711         responded with no, asking if you want to synchronize the server's
9712         flags.
9713         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9714         multi-line expressions.
9715         (gnus-agent-synchronize-group-flags): New internal function.
9716         Updates marks in memory (in the info structure) AND in the
9717         backend.
9718
9719         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9720
9721         * nnagent.el (nnagent-request-set-mark): Use
9722         gnus-agent-synchronize-group-flags, not backend's request-set-mark
9723         method, to ensure that synchronization updates marks in the
9724         backend and in the info (in memory) structure.
9725
9726 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9727
9728         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9729         convention fully; don't miss the root article of a thread; make
9730         the X-Draft-From header with correct article numbers.
9731
9732 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
9733
9734         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9735         unless plugged.  Disable the agent so that an open failure causes
9736         an error.
9737
9738         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9739         Reverted 2004-09-21 change.  The backend must be opened while
9740         synchronizing flags even when the backend stores the flags
9741         locally.
9742
9743 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
9744
9745         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9746         in `header' match.  Reported by Svend Tollak Munkejord.
9747
9748         * message.el (message-cite-original): Fix use of
9749         `message-cite-articles-with-x-no-archive'.
9750
9751 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9754         (gnus-window-to-buffer): Ditto.
9755
9756         * mml.el (mml-preview-buffer): New variable.
9757         (mml-preview): Manage window layout with gnus-buffer-configuration.
9758
9759         * gnus-msg.el (gnus-setup-message): Put article numbers into the
9760         X-Draft-From header even if those articles aren't quoted.
9761
9762 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
9763
9764         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9765         (gnus-request-set-mark, gnus-request-update-mark): Use new
9766         g-s-t-u-l-m to decide to use backend even when unplugged.
9767
9768 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9771         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
9772
9773 2004-09-20  Simon Josefsson  <jas@extundo.com>
9774
9775         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9776         "utf-16-le".
9777
9778 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9779
9780         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9781
9782 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * uudecode.el (uudecode-use-external): Add :version.
9785
9786         * smime.el (smime-CA-file, smime-encrypt-cipher)
9787         (smime-dns-server): Add :version.
9788
9789         * smiley.el (gnus-smiley-file-types): Add :version.
9790
9791         * sha1.el (sha1-use-external): Add :version.
9792
9793         * pgg-def.el (pgg-query-keyserver): Add :version.
9794
9795         * nnmail.el (nnmail-fancy-expiry-targets)
9796         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9797         Add :version.
9798
9799         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9800         (nnimap-retrieve-groups-asynchronous): Add :version.
9801         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
9802
9803         * mml.el (mml-content-disposition-parameters)
9804         (mml-insert-mime-headers-always): Add :version.
9805
9806         * mm-util.el (mm-coding-system-priorities): Add :version.
9807
9808         * mm-decode.el (mm-inline-text-html-with-images)
9809         (mm-keep-viewer-alive-types, mm-external-terminal-program)
9810         (mm-verify-option): Add :version.
9811         (mm-text-html-renderer): Change :version.
9812
9813         * message.el (message-fcc-externalize-attachments)
9814         (message-required-headers, message-draft-headers)
9815         (message-subject-trailing-was-query)
9816         (message-subject-trailing-was-ask-regexp)
9817         (message-subject-trailing-was-regexp, message-mark-insert-begin)
9818         (message-mark-insert-end, message-archive-header)
9819         (message-archive-note, message-cross-post-default)
9820         (message-cross-post-note, message-followup-to-note)
9821         (message-cross-post-note-function, message-use-mail-followup-to)
9822         (message-subscribed-address-functions)
9823         (message-subscribed-address-file, message-subscribed-addresses)
9824         (message-subscribed-regexps, message-allow-no-recipients)
9825         (message-yank-cited-prefix, message-signature-insert-empty-line)
9826         (message-hidden-headers, message-hierarchical-addresses)
9827         (message-mail-user-agent, message-use-idna)
9828         (message-valid-fqdn-regexp)
9829         (message-strip-special-text-properties, message-header-synonyms)
9830         (message-beginning-of-line, message-tab-body-function): Add :version.
9831         (message-insert-canlock, message-wide-reply-confirm-recipients):
9832         Change :version.
9833
9834         * mail-source.el (mail-source-ignore-errors): Add :group, :type
9835         and :version.
9836         (mail-source-delete-old-incoming-confirm)
9837         (mail-source-movemail-program): Add :version.
9838
9839         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9840         (gnus-agent-cache, gnus-agent): Change :version.
9841
9842         * gnus-util.el (gnus-use-byte-compile): Change :version.
9843
9844         * gnus-sum.el (gnus-summary-make-false-root-always)
9845         (gnus-summary-default-high-score)
9846         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9847         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9848         (gnus-read-all-available-headers, gnus-article-emulate-mime)
9849         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9850         (gnus-sum-thread-tree-single-indent)
9851         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9852         (gnus-sum-thread-tree-leaf-with-other)
9853         (gnus-sum-thread-tree-single-leaf): Add :version.
9854         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9855         (gnus-article-loose-mime): Change :version.
9856
9857         * gnus-start.el (gnus-backup-startup-file)
9858         (gnus-save-startup-file-via-temp-buffer): Add :version.
9859
9860         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9861         (gnus-server-offline-face): Add :version.
9862
9863         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9864
9865         * gnus-msg.el (gnus-gcc-externalize-attachments)
9866         (gnus-debug-files, gnus-debug-exclude-variables)
9867         (gnus-discouraged-post-methods): Change :version.
9868         (gnus-confirm-mail-reply-to-news)
9869         (gnus-confirm-treat-mail-like-news): Add :version.
9870
9871         * gnus-int.el (gnus-server-unopen-status): Add :version.
9872
9873         * gnus-group.el (gnus-group-jump-to-group-prompt)
9874         (gnus-large-ephemeral-newsgroup)
9875         (gnus-fetch-old-ephemeral-headers): Add :version.
9876
9877         * gnus-fun.el (gnus-x-face-directory)
9878         (gnus-convert-pbm-to-x-face-command)
9879         (gnus-convert-image-to-x-face-command)
9880         (gnus-convert-image-to-face-command): Add :version.
9881
9882         * gnus-delay.el (gnus-delay-default-hour): Add :version.
9883
9884         * gnus-cite.el (gnus-cite-blank-line-after-header)
9885         (gnus-article-boring-faces): Add :version.
9886
9887         * gnus-art.el (gnus-buttonized-mime-types)
9888         (gnus-inhibit-mime-unbuttonizing)
9889         (gnus-treat-display-face)
9890         (gnus-treat-body-boundary): Change :version.
9891         (gnus-body-boundary-delimiter, gnus-picon-databases)
9892         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9893         (gnus-treat-date-english, gnus-treat-fold-headers)
9894         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9895         (gnus-treat-mail-picon, gnus-treat-wash-html)
9896         (gnus-article-encrypt-protocol)
9897         (gnus-use-idna, gnus-article-over-scroll)
9898         (gnus-mime-display-multipart-alternative-as-mixed)
9899         (gnus-mime-display-multipart-related-as-mixed)
9900         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9901         (gnus-ctan-url, gnus-button-ctan-handler)
9902         (gnus-button-handle-ctan-bogus-regexp)
9903         (gnus-button-ctan-directory-regexp)
9904         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9905         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9906         (gnus-button-man-level, gnus-button-emacs-level)
9907         (gnus-button-message-level, gnus-button-browse-level): Add :version.
9908
9909         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9910         (gnus-agent-go-online): Change :version.
9911         (gnus-agent-expire-unagentized-dirs)
9912         (gnus-agent-auto-agentize-methods): Add :version.
9913
9914         * flow-fill.el (fill-flowed-display-column)
9915         (fill-flowed-encode-column): Add :version.
9916
9917         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9918         (gnus-outlook-deuglify-unwrap-max)
9919         (gnus-outlook-deuglify-cite-marks)
9920         (gnus-outlook-deuglify-unwrap-stop-chars)
9921         (gnus-outlook-deuglify-no-wrap-chars)
9922         (gnus-outlook-deuglify-attrib-cut-regexp)
9923         (gnus-outlook-deuglify-attrib-verb-regexp)
9924         (gnus-outlook-deuglify-attrib-end-regexp)
9925         (gnus-outlook-display-hook): Add :version.
9926
9927         * binhex.el (binhex-use-external): Add :version.
9928
9929 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
9930
9931         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9932         and `invisible'.
9933
9934 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9935
9936         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9937         in gnus-registry-trim.
9938
9939 2004-09-13  Simon Josefsson  <jas@extundo.com>
9940
9941         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9942
9943         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9944
9945         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9946         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9947         <yamaoka@jpl.org>.
9948         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9949         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9950         <yamaoka@jpl.org>.
9951
9952         * sieve.el (sieve-manage-mode): Ditto.
9953
9954 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9957
9958 2004-09-11  Simon Josefsson  <jas@extundo.com>
9959
9960         * dns-mode.el: Add.
9961
9962         * mm-view.el (mm-display-dns-inline): Add.
9963
9964         * mm-decode.el (mm-inline-media-tests): Add text/dns.
9965         (mm-automatic-display): Ditto.
9966
9967         * mailcap.el (mailcap-mime-data): Add text/dns.
9968         (mailcap-mime-extensions): Map .soa to text/dns.
9969
9970 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
9971
9972         * gnus-art.el (article-decode-mime-words, article-babel)
9973         (gnus-article-highlight-signature, gnus-article-add-buttons)
9974         (gnus-signature-toggle): Remove unnecessary bindings of
9975         `inhibit-read-only' inherited from v5.10 merge.
9976
9977 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
9978
9979         * nntp.el (nntp): New customization group.
9980         (nntp-authinfo-file): Add customization group.
9981
9982         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9983
9984         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9985
9986         * gnus.el (to-address, to-list, subscribed)
9987         (large-newsgroup-initial): Ditto.
9988
9989         * flow-fill.el (fill-flowed-display-column)
9990         (fill-flowed-encode-column): Ditto.
9991
9992 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
9993
9994         * message.el (message-tokenize-header, message-send-mail-with-qmail):
9995         Use point-min rather than 1.
9996         (message-send-mail): Use buffer-size rather than point-max.
9997
9998         * gnus-sum.el (gnus-summary-search-article-forward):
9999         Signal a specific `search-failed' rather than a generic `error'.
10000
10001         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10002         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10003         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10004
10005 2004-09-10  Simon Josefsson  <jas@extundo.com>
10006
10007         * nndb.el (require): Remove tcp and duplicate cl.
10008
10009 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * gnus-agent.el (directory-files-and-attributes): Move forward.
10012
10013 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10014
10015         * gnus-agent.el (directory-files-and-attributes): Optionally
10016         defined to support XEmacs.
10017
10018 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10019
10020         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10021         to avoid run-time CL dependencies.
10022         (gnus-agent-unfetch-articles): New function.
10023         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10024         article numbers even when local .overview file is missing.
10025         (gnus-agent-read-article-number): New function.  Only accepts
10026         27-bit article numbers.
10027         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10028         gnus-agent-read-article-number.
10029         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10030         from backend while recognizing that article numbers in .overview
10031         must be valid.
10032         (gnus-agent-update-files-total-fetched-for): Use
10033         directory-files-and-attributes to improve performance.
10034         * gnus-int.el (gnus-request-move-article): Use
10035         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10036         improve performance.
10037
10038         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10039         some users confused by references to .newsrc when they only have a
10040         .newsrc.eld file.
10041         (gnus-convert-mark-converter-prompt,
10042         gnus-convert-converter-needs-prompt): Fixed use of property list.
10043         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10044         New function.  Used internally to only display 'gnus converting
10045         files' message when actually necessary.
10046
10047         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10048         methods now autoloaded.
10049
10050 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10053         identifiers.
10054
10055 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10056
10057         * gnus-picon.el: Fix indentation and closing parenthesis.
10058
10059 2004-09-01  Simon Josefsson  <jas@extundo.com>
10060
10061         * message.el (message-canlock-generate): Require sha1, not
10062         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
10063         to require within a function.  Sadly, if sha1.el isn't loaded, the
10064         let binding in m-c-g will hide the defcustom definition, which is
10065         bad.)
10066
10067         * canlock.el: Require sha1, not sha1-el.
10068
10069         * message.el: Don't autoload sha1 (there is a autoload cookie in
10070         sha1.el).
10071
10072         * sha1-el.el: Renamed to sha1.el.
10073
10074 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10075
10076         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10077
10078 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10079
10080         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10081
10082 2004-08-30  Kim F. Storm  <storm@cua.dk>
10083
10084         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10085
10086         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10087         Add :group 'nnimap.
10088
10089 2004-08-30  Andreas Schwab  <schwab@suse.de>
10090
10091         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10092         ?* and ?\;.
10093
10094         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10095         and ?\' to symbol instead of whitespace.
10096
10097 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10098
10099         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10100
10101         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10102         instead of re-search-forward.
10103
10104         * gnus-uu.el (gnus-uu-save-article): Ditto.
10105         (gnus-uu-post-encode-uuencode): Ditto.
10106
10107         * html2text.el (html2text-clean-list-items): Ditto.
10108         (html2text-clean-dtdd): Ditto.
10109         (html2text-format-tags): Ditto.
10110
10111         * message.el (message-send-mail-with-sendmail): Fix regexp.
10112         (message-fill-field-general): Use search-forward instead of
10113         re-search-forward.
10114         (unbold-region): Ditto.
10115
10116         * nnrss.el (nnrss-request-article): Ditto.
10117
10118         * nnslashdot.el (nnslashdot-request-article): Ditto.
10119
10120         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10121
10122         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10123         "Unrecognized menu descriptor" error in XEmacs.
10124
10125 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10126
10127         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10128         parent article of a sparse article in the thread hashtb.
10129
10130 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10131
10132         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10133         (nnmail-expand-newtext): Lowercase expanded entries if
10134         nnmail-split-lowercase-expanded is non-nil.
10135
10136 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10139
10140         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10141         of gnus-tmp-news-method into string under XEmacs.  It will be
10142         passed to gnus-correct-length which takes only a string argument.
10143
10144 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * gnus-util.el (gnus-bind-print-variables): New macro.
10147         (gnus-prin1): Use it.
10148         (gnus-prin1-to-string): Use it.
10149         (gnus-pp): New function.
10150         (gnus-pp-to-string): New function.
10151
10152         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10153         Replace pp-to-string with gnus-pp-to-string.
10154         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10155         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10156         * gnus-msg.el (gnus-debug): Ditto.
10157         * gnus-score.el (gnus-score-save): Ditto.
10158         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10159         gnus-pp-to-string.
10160         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10161         with gnus-pp.
10162         * score-mode.el (gnus-score-pretty-print): Ditto.
10163         * webmail.el (webmail-debug): Ditto.
10164
10165 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * gnus-art.el (article-display-face, article-display-x-face):
10168         Use buffer-read-only.
10169
10170 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * gnus-art.el (article-hide-list-identifiers):
10173         Bind inhibit-read-only as t.
10174
10175 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10176
10177         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10178
10179 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10180
10181         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10182         (gnus-narrow-to-page): Don't assume point-min == 1.
10183         (gnus-article-edit-mode): Derive from message-mode.
10184
10185         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10186         point-min == 1.
10187
10188         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10189         Disable incorrect use of `assert'.
10190
10191         * message.el (message-mode): Set comment-start-skip.
10192
10193
10194 2004-08-22  Sam Steingold  <sds@gnu.org>
10195
10196         * pop3.el (pop3-leave-mail-on-server): New user variable.
10197         (pop3-movemail): Delete mail only when it is nil.
10198
10199 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10200
10201         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10202
10203         * mml.el (mml-preview): Use `pop-to-buffer'.
10204
10205         * message.el (message-goto-mail-followup-to): Insert after "To".
10206         (message-carefully-insert-headers): Add comment.
10207
10208         * gnus.el: Remove unused variable `gnus-article-check-size'.
10209
10210         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10211
10212         * gnus-art.el (gnus-button-alist): Improve
10213         `gnus-button-handle-library' entry.
10214
10215 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10216
10217         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10218         downcase, since XEmacs capitalizes error messages differently.
10219
10220 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10221
10222         * nntp.el: Add (require 'gnus) due to reference to
10223         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10224
10225 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10226
10227         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10228         `mm-fill-flowed'.
10229
10230         * mm-decode.el (mm-dissect-singlepart): Check it.
10231
10232 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10233
10234         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10235         'imap' for netrc parsing.
10236
10237 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10238
10239         * mailcap.el (mailcap-mime-data): Mark as risky.
10240
10241 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10244         may be included in the encoded word.
10245         (rfc2047-encode): Don't append a space if the encoded word
10246         includes close parenthesis.
10247
10248 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10251         of text within parentheses.
10252
10253 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10254
10255         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10256         (gnus-encrypt-write-file-contents): Make the password key the file
10257         name PLUS the cipher, not just the cipher.  Also remove failed
10258         passwords from the cache.
10259
10260 2004-08-06  Simon Josefsson  <jas@extundo.com>
10261
10262         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10263         fix.
10264
10265 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10266
10267         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10268         LWSP.
10269
10270 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10271
10272         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10273         to append in-reply-to: data to the references: header.
10274
10275         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10276         (netrc-parse): Use gnus-encrypt.el functions.
10277
10278         * gnus-encrypt.el: Add new file for encryption support; currently
10279         does only a few GPG ciphers and an internal XOR cipher.
10280
10281         * password.el: Add comments on using password-read-and-add.
10282         (password-read-and-add): Add function to read and add the
10283         password to the cache at once.
10284
10285 2004-07-28  Simon Josefsson  <jas@extundo.com>
10286
10287         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10288         parameter (but don't use it, for now).
10289
10290         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10291         instead of hard coding to nil.
10292
10293 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10296         as mm-inline-image-xemacs does.
10297
10298 2004-07-26  Simon Josefsson  <jas@extundo.com>
10299
10300         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10301         Revert part of 2004-07-17 change below.
10302
10303 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10306         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10307
10308 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10309
10310         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10311         quotes that actually start with ">" at the beginning of the
10312         lines.
10313
10314 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * rfc2047.el (rfc2047-encode-region): Fix last change.
10317         (rfc2047-encode-parameter): Remove useless concat.
10318
10319 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10322         encode special characters; fix some kind of misconfigured headers;
10323         signal a real error if debug-on-quit or debug-on-error is non-nil.
10324         (rfc2047-encode-max-chars): New variable.
10325         (rfc2047-encode-1): Use it.
10326         (rfc2047-encode-parameter): New function.
10327
10328         * mml.el (mml-insert-parameter): Remove an excessive space.
10329
10330 2004-07-17  Simon Josefsson  <jas@extundo.com>
10331
10332         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10333         Kai Grossjohann <kai@emptydomain.de>.
10334         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10335         (gnus-group-make-menu-bar): Ditto.
10336
10337         * gnus-util.el (gnus-group-server): Add.
10338
10339 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10340
10341         * message.el (message-clone-locals): Clone sendmail and smtp
10342         variables.
10343
10344 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * rfc2047.el (rfc2047-encode-region): Fix last change.
10347
10348 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10351         characters as non-special.
10352
10353 2004-07-09  Simon Josefsson  <jas@extundo.com>
10354
10355         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10356         Users will lose all flag changes made while unplugged with
10357         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10358         good default.  See numerous reports on ding mailing list.
10359
10360 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10363         add generate-head-function and generate-article-function to the
10364         rfc822-forward entry.
10365         (nndoc-rfc822-forward-generate-article): New function.
10366         (nndoc-rfc822-forward-generate-head): New function.
10367
10368         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10369
10370 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10371
10372         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10373         respect display group parameter and gnus-summary-expunge-below.
10374         (gnus-articles-to-read): Remove unused reference to display group
10375         parameter.
10376
10377 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10378
10379         * nnheader.el (nnheader-uniquify-message-id): New experimental
10380         variable.
10381         (nnheader-nov-read-message-id): Use it.
10382
10383         * spam-report.el (spam-report-gmane): Add interactive.
10384
10385 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10388         qp-or-base64 for the application/* types.
10389
10390 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10391
10392         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10393
10394 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10395
10396         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10397         trim value.
10398
10399 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10400
10401         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10402         New macro and function.
10403         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10404
10405 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10408         after-load-alist.
10409
10410 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10411
10412         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10413         update info that isn't there.
10414
10415 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10416
10417         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10418         entry.
10419
10420 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * mm-view.el (mm-inline-render-with-function): Use multibyte
10423         buffer; decode html source by charset.
10424
10425         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10426
10427         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10428         Mule-UCS is loaded under XEmacs.
10429         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10430
10431 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10432
10433         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10434
10435 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * mm-util.el (mm-coding-system-p): Return a coding-system.
10438         (mm-mime-mule-charset-alist): Use shift_jis instead of
10439         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10440         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10441         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10442         instead of japanese-shift-jis and iso-latin-1 respectively in
10443         order to share the default value with both Emacs and XEmacs-mule.
10444         (mm-mule-charset-to-mime-charset): Make
10445         mm-coding-system-priorities effective.
10446         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10447         while predicating of candidates upon the priorities.
10448
10449 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10450
10451         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10452         gnus-uu-invert-processable.
10453
10454         * gnus.el: Autoload gnus-uu-invert-processable.
10455
10456 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * mm-util.el (mm-with-multibyte-buffer): New macro.
10459
10460         * rfc2047.el (rfc2047-encode-string): Use it.
10461         (rfc2047-encode-region): Move point to the end of the region after
10462         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10463
10464 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10467         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10468
10469 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10472         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10473         Karl Chen <quarl@nospam.quarl.org>.
10474
10475 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10476
10477         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10478         invalid addresses.
10479
10480 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10481
10482         * spam.el: Change section markers, revise TODO list.
10483         (spam-backends): Make new master list of all installed backends.
10484         (spam-summary-exit-behavior): Add new variable to determine how
10485         messages moves are done at summary exit.
10486         (spam-move-spam-nonspam-groups-only)
10487         (spam-process-ham-in-nonham-groups)
10488         (spam-process-ham-in-spam-groups): Remove variables, the
10489         spam-summary-exit-behavior variable should be used to manage this
10490         behavior.
10491         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10492         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10493         and spam-old-spam-articles.
10494         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10495         Add empty variables, placeholders for the backends they represent.
10496         (spam-set-difference): Move, unchanged.
10497         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10498         unless the user has a processor variable.
10499         (spam-classifications, spam-classification-valid-p)
10500         (spam-backend-properties, spam-backend-property-valid-p)
10501         (spam-backend-function-type-valid-p)
10502         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10503         (spam-report-articles-gmane, spam-report-articles-resend):
10504         Remove functions, they are not needed.
10505         (spam-install-backend-super, spam-backend-list)
10506         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10507         (spam-backend-function, spam-backend-ham-registration-function)
10508         (spam-backend-spam-registration-function)
10509         (spam-backend-ham-unregistration-function)
10510         (spam-backend-spam-unregistration-function)
10511         (spam-backend-statistical-p, spam-backend-mover-p)
10512         (spam-install-backend-alias, spam-install-checkonly-backend)
10513         (spam-install-mover-backend, spam-install-nocheck-backend)
10514         (spam-install-backend, spam-install-statistical-backend)
10515         (spam-install-statistical-checkonly-backend): Add backend installation
10516         support.
10517         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10518         (spam-group-processor-p): Use the new backend code and respect the
10519         summary exit behavior.
10520         (spam-mark-spam-as-expired-and-move-routine): Remove.
10521         (spam-summary-prepare): Change to use the new spam-old-articles
10522         variable.
10523         (spam-copy-or-move-routine, spam-copy-spam-routine)
10524         (spam-move-spam-routine, spam-copy-ham-routine)
10525         (spam-move-ham-routine): Add code to copy/move ham or spam.
10526         (spam-fetch-field-fast): Improve doc and code, plus allow the
10527         'number request.
10528         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10529         variables.
10530         (spam-split, spam-find-spam): Use the new backend code.
10531         (spam-registration-functions): Remove variable.
10532         (spam-unregister-routine): Add convenience wrapper.
10533         (spam-log-undo-registration, spam-register-routine)
10534         (spam-log-processing-to-registry)
10535         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10536         where possible.
10537         (spam-check-gmane-xref, spam-check-regex-headers)
10538         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10539         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10540         (spam-check-bogofilter-headers, spam-check-spamoracle)
10541         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10542         (spam-check-crm114-headers): Use the spam-split-group that
10543         spam-split prepares, no need to determine it every time.
10544
10545         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10546         to the nnheader-parse-naked-head call.
10547
10548         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10549
10550         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10551         the nnheader-nov-read-message-id call.
10552
10553 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10556         gnus-activate-group twice.  Suggested by Markus Peter
10557         <warp@spin.de>.
10558
10559 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * gnus-art.el (gnus-article-time-format): Exchange the order of
10562         day and month in the default value; fix customization type.
10563         (article-date-ut): Use add-text-properties.
10564         (article-make-date-line): Use message-make-date instead of
10565         current-time-string.
10566
10567         * message.el (message-fetch-field): Don't use set-text-properties.
10568         (message-make-date): Simplify.
10569
10570         * messagexmas.el (message-xmas-make-date): New function.
10571         (message-xmas-redefine): Defalias message-make-date to it.
10572
10573 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10576         (rfc2047-encode-region): Treat text within parentheses as special;
10577         show the original text when error has occurred.
10578
10579         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10580         already-computed method to gnus-activate-group.
10581
10582         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10583         same select-methods identical Lisp objects.
10584
10585         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10586         object when modifying the info.
10587
10588 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * gnus-srvr.el (gnus-server-set-info): Remove the server from
10591         gnus-opened-servers since it has never been opened with the new
10592         configuration yet.
10593
10594 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10595
10596         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10597         arg to nnheader-generate-fake-message-id.
10598
10599 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
10600
10601         * nnheader.el (nnheader-generate-fake-message-id): Accept a
10602         number and build a fake message ID localized to a group and
10603         article number (so it's repeatable from that point on).
10604         (nnheader-fake-message-id-p): Change regex to accomodate new fake
10605         ID format.
10606
10607         * gnus-sum.el (gnus-get-newsgroup-headers): Call
10608         nnheader-generate-fake-message-id with the article number.
10609
10610 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
10611
10612         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10613         end-of-buffer.
10614
10615 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10616
10617         * message.el (message-ignored-supersedes-headers): Add Approved.
10618
10619 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * rfc2047.el (rfc2047-encode-message-header): Remove useless
10622         goto-char.
10623         (rfc2047-encode): Fold the line before encoding.
10624
10625 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10626
10627         * rfc2047.el (rfc2047-encode-message-header): Disabled header
10628         folding -- not all headers can be folded, and this should be done
10629         by the message composition mode.  Probably.  I think.
10630
10631 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10634         fast.
10635
10636         * gnus-ems.el (gnus-remove-image): Don't use
10637         message-text-with-property; remove only the image found first.
10638
10639         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
10640         found first.
10641
10642 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
10643
10644         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10645
10646 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10647
10648         * message.el (message-text-with-property): Make it fast and accept
10649         optional arguments.
10650         (message-strip-forbidden-properties): Use it.
10651         (message-fix-before-sending): Follow the m-t-w-p change.
10652
10653         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10654
10655 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10656
10657         * gnus-art.el (article-hide-headers): Don't change the buffer
10658         mistakenly when performing mml-preview even if
10659         gnus-single-article-buffer is nil.
10660
10661 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
10662
10663         * message.el (message-expand-name-databases): New user option.
10664         (message-expand-name): Use it.
10665
10666 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
10667
10668         * spam.el (spam-report-articles-resend)
10669         (spam-report-resend-register-routine): Allow ham reporting.
10670         (spam-report-resend-register-ham-routine): Add wrapper.
10671         (spam-registration-functions): Add ham resending functions.
10672         (spam-list-of-processors): Add ham resend processor.
10673
10674         * gnus.el (ham-resend-to): Add new group parameter.
10675         (spam-process): Add ham resend option.
10676
10677         * spam-report.el (spam-report-resend): Allow reporting ham.
10678         (spam-report-resend-ham): Add wrapper.
10679
10680 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10681
10682         * message.el (message-cite-articles-with-x-no-archive): New
10683         variable.
10684         (message-cite-original): Use it.
10685
10686 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10687
10688         * message.el (message-cite-original): Respect X-No-Archive.
10689
10690 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * gnus-art.el (article-hide-headers): Refer to the values for
10693         gnus-ignored-headers and gnus-visible-headers in the summary
10694         buffer since a user may have set them as group parameters.
10695
10696 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
10697
10698         * assistant.el (assistant-node-name): Add convenience function.
10699         (assistant-render-text, assistant-render-node): Add error handling,
10700         plus handle multiple next nodes.
10701         (assistant-find-next-node): Comment out for now.
10702         (assistant-find-next-nodes): Add function, returns list of next
10703         nodes.
10704
10705 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
10706
10707         * mail-source.el (mail-source-directory): Fix doc-string.
10708
10709 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
10710
10711         * assistant.el (assistant-render-text, assistant-eval): Add :set
10712         widget type, which is different because it takes and returns a
10713         list.  Much hilarity ensues.
10714
10715 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
10716
10717         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10718
10719         * gnus-group.el (gnus-group-get-new-news-this-group): Added
10720         doc-string.
10721
10722         * gnus-start.el (gnus-activate-group): Added doc-string.
10723
10724 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10727
10728 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
10729
10730         * assistant.el (assistant-render-text): Try to add a :set
10731         widget, more to come.
10732
10733         * spam.el (spam-group-spam-contents-p): Handle empty groupname
10734         strings.
10735         (spam-report-articles-resend)
10736         (spam-register-routine): Do registration iff any articles warrant
10737         it.
10738         (spam-summary-prepare-exit): Change log message for nil group
10739         destinations.
10740
10741 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
10742
10743         * spam.el (spam-report-resend-register-routine): Allow
10744         spam-report-resend-to to be a group parameter or a global value.
10745
10746 2004-05-26  Simon Josefsson  <jas@extundo.com>
10747
10748         * starttls.el: Merge with my GNUTLS based starttls.el.
10749         (starttls-gnutls-program, starttls-use-gnutls)
10750         (starttls-extra-arguments, starttls-process-connection-type)
10751         (starttls-connect, starttls-failure, starttls-success): New
10752         variables.
10753         (starttls-program, starttls-extra-args): Doc fix.
10754         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10755         functions.
10756         (starttls-negotiate, starttls-open-stream): Check
10757         `starttls-use-gnutls' and pass on to corresponding *-gnutls
10758         function if it is set.
10759
10760 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10763         structured fields.
10764
10765 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10768
10769 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
10770
10771         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10772         variable.
10773         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
10774         assigning the spam-mark to new messages.
10775
10776 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
10777
10778         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10779
10780 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10781
10782         * dgnushack.el: Autoload customize-set-variable for XEmacs.
10783
10784         * rfc2047.el (rfc2047-encodable-p): Don't move point.
10785         (rfc2047-decode): Treat the ascii coding-system as raw-text by
10786         default.
10787
10788 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
10789
10790         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10791         correct data.
10792
10793 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
10794
10795         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10796         (spam-group-processor-p): Fix function.
10797         (spam-group-processor-multiple-p)
10798         (spam-group-spam-processor-report-gmane-p)
10799         (spam-group-spam-processor-report-resend-p)
10800         (spam-group-spam-processor-bogofilter-p)
10801         (spam-group-spam-processor-blacklist-p)
10802         (spam-group-spam-processor-ifile-p)
10803         (spam-group-ham-processor-ifile-p)
10804         (spam-group-spam-processor-spamoracle-p)
10805         (spam-group-spam-processor-crm114-p)
10806         (spam-group-ham-processor-bogofilter-p)
10807         (spam-group-spam-processor-stat-p)
10808         (spam-group-ham-processor-stat-p)
10809         (spam-group-ham-processor-whitelist-p)
10810         (spam-group-ham-processor-BBDB-p)
10811         (spam-group-ham-processor-spamoracle-p)
10812         (spam-group-ham-processor-copy-p): Remove functions with some
10813         prejudice against unneeded code.
10814         (spam-report-articles-resend)
10815         (spam-report-resend-register-routine): Allow the group/topic
10816         spam-resend-to value to override spam-report-resend-to.
10817         (spam-summary-prepare-exit): Invoke spam-group-processor-p
10818         properly now.
10819
10820         * gnus.el (spam-resend-to): Add group/topic parameter.
10821         (spam-process): Move the OBSOLETE processors to the end of the
10822         choices.
10823
10824 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
10825
10826         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10827         with resend-to set to nil, and then ask the user if necessary.
10828         (spam-report-resend): spam-report-resend takes a list of articles, not
10829         separate article numbers.
10830
10831 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10834         addition to emacs-w3m.
10835
10836 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10837
10838         * assistant.el (assistant-authinfo-data): New function.
10839         (assistant-eval): Eval for entire assistant.
10840
10841         * netrc.el (netrc-services-file): New variable.
10842         (netrc-parse-services): New function.
10843         (netrc-find-service-name): New function.
10844         (netrc-find-service-number): New function.
10845         (netrc-port-equal): New function.
10846         (netrc-machine): Use it.
10847
10848         * nnimap.el (nnimap-open-connection): Use netrc.
10849
10850         * gnus-util.el (gnus-netrc-get): Remove aliases.
10851
10852         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10853
10854         * assistant.el (wid-edit): Fix compilation.
10855
10856         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10857
10858 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
10859
10860         * gnus-util.el (gnus-set-file-modes): New function.  (small
10861         patch).
10862
10863 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10864
10865         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10866
10867         * assistant.el (assistant-render-node): Fix up rendering and
10868         read-only text.
10869         (assistant-render-node): Reset.
10870         (assistant-make-read-only): Not sticky.
10871
10872 2004-05-20  Danny Siu  <dsiu@adobe.com>
10873
10874         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10875         centered even when gnus-auto-center-summary is t
10876
10877 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10878
10879         * dns.el (dns-get-txt-answer): New function.
10880         (dns-read-txt): Ditto.
10881         (query-dns): Use it.
10882
10883 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10886         active for foreign groups even if the group level is higher than
10887         the specified value.
10888
10889 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10890
10891         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10892         non-active groups.
10893
10894         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10895
10896 2004-05-20  Magnus Henoch  <mange@freemail.hu>
10897
10898         * dns.el (dns-read-type): Add support for SVR.  (small patch)
10899
10900 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10901
10902         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10903         (spam-crm114-header, spam-crm114-spam-switch)
10904         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10905         (spam-crm114-positive-spam-header)
10906         (spam-crm114-database-directory, spam-list-of-processors)
10907         (spam-group-spam-processor-crm114-p)
10908         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10909         (spam-generic-score, spam-list-of-checks)
10910         (spam-list-of-statistical-checks, spam-registration-functions)
10911         (spam-check-crm114-headers, spam-crm114-score)
10912         (spam-check-crm114, spam-crm114-register-with-crm114)
10913         (spam-crm114-register-spam-routine)
10914         (spam-crm114-unregister-spam-routine)
10915         (spam-crm114-register-ham-routine)
10916         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
10917         asjo@koldfront.dk (Adam Sjøgren).
10918
10919         * gnus.el: Add spam-use-crm114.
10920
10921         * spam.el (spam-list-of-processors, spam-registration-functions):
10922         Add spam-use-resend.
10923         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10924         (spam-report-articles-gmane): Add doc fix.
10925         (spam-report-articles-resend,
10926         spam-report-resend-register-routine): Add wrappers around
10927         spam-report-resend-to.
10928
10929         * spam-report.el (spam-report-resend-to, spam-report-resend):
10930         Add support for resending spam.
10931         (spam-report-gmane): Fix line length >80.
10932
10933         * gnus.el (spam-process): Add spam-use-resend.
10934
10935 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10936
10937         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10938         number of processed spam messages.
10939         (spam-ham-copy-or-move-routine): Return the number of processed
10940         ham messages.
10941         (spam-summary-prepare-exit): Use the above values to decide
10942         whether status messages shouled be displayed.
10943
10944 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10945
10946         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10947         `rfc2047-encoding-function-alist' in order to avoid conflicting
10948         with the old version.
10949         (rfc2047-encode-region): Concatenate words containing non-ASCII
10950         characters in structured fields; don't encode space-delimited
10951         ASCII words even in unstructured fields; don't break words at
10952         char-category boundaries.
10953         (rfc2047-encode-1): New function.
10954         (rfc2047-encode): Use it; encode text so that it occupies the
10955         maximum width within 76-column; work correctly on Q encoding for
10956         iso-2022-* charsets.
10957         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10958         sure not to break a line just after the header name.
10959         (rfc2047-b-encode-region): Removed.
10960         (rfc2047-b-encode-string): New function.
10961         (rfc2047-q-encode-region): Removed.
10962         (rfc2047-q-encode-string): New function.
10963
10964         * mm-util.el (mm-replace-in-string): New function.
10965
10966 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10967
10968         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10969         get it right.
10970         (gnus-inews-make-draft): Really.
10971
10972 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
10973
10974         * nnmh.el (nnmh-request-list-1): Don't check the link count
10975         before descending.  (small patch)
10976
10977 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10978
10979         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10980         stuff.
10981
10982         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10983         on real group name.
10984
10985         * gnus-art.el (gnus-signature-limit): Doc fix.
10986
10987         * gnus-msg.el (gnus-inews-make-draft): Quote list.
10988
10989         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
10990
10991 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
10992
10993         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
10994         isn't a string.
10995
10996 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10997
10998         * gnus-draft.el (gnus-draft-send): Bind
10999         rfc2047-encode-encoded-words.
11000
11001         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11002         (rfc2047-encodable-p): Say that =? needs encoding.
11003         (rfc2047-encode-encoded-words): New variable.
11004
11005         * gnus-group.el (gnus-group-select-group): Doc fix.
11006
11007         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11008
11009         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11010         to nil.
11011
11012         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11013
11014         * nnheader.el (nnheader-get-lines-and-char): New function.
11015
11016 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11017
11018         * gnus-msg.el (gnus-summary-followup-with-original): Document
11019         yanking of region when active.
11020
11021 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11022
11023         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11024         groups if the group level is higher than the specified value.
11025
11026 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11027
11028         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11029         (gnus-group-jump-to-group): Added prefix argument using
11030         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11031         non-active group.
11032
11033         * compface.el (uncompface): Be verbose when changing
11034         `uncompface-use-external'.
11035
11036         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11037         handle manual section.
11038
11039 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11040
11041         * gnus-art.el (gnus-button-alist): Revert previous change.
11042
11043 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11044
11045         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11046
11047 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11048
11049         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11050         whether backend can accept message.
11051
11052         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11053
11054 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11055
11056         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11057         Avoid creating directory when nntp-marks-is-evil is true.
11058         Reported by Reiner Steib.
11059
11060 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11061
11062         * gnus-picon.el (gnus-picon-style): New variable.
11063         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11064         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11065         Jesper Harder <harder@ifa.au.dk>.
11066
11067 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11068
11069         * message.el (message-fill-field): Return point.
11070         (message-generate-headers): Go to end of field.
11071
11072         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11073         stuff for non-living groups.
11074
11075 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11076
11077         * gnus-art.el (gnus-article-followup-with-original)
11078         (gnus-article-reply-with-original): gnus-mark-active-p ->
11079         gnus-region-active-p.
11080
11081 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11082
11083         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11084         only when there is spam or ham to be processed.
11085
11086 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11087
11088         * mail-source.el (mail-source-delete-crash-box): Refactor.
11089         (mail-source-fetch): Use it.
11090         (mail-source-fetch-file): Ditto.
11091         (mail-source-fetch-directory): Run postscript in loop.
11092         (mail-source-fetch-pop): Delete.
11093         (mail-source-fetch-maildir): Ditto.
11094         (mail-source-fetch-imap): Ditto.
11095
11096         * imap.el (imap-authenticators): Comment out sasl.
11097
11098         * message.el (message-skip-to-next-address): New function.
11099         (message-fill-header-address): Refactor.
11100         (message-fill-address): Use it.
11101         (message-delete-address): Use it.
11102         (message-fill-header-general): Refactor.
11103         (message-fill-field-address): Rename.
11104         (message-narrow-to-field): Find the start of the header.
11105         (message-header-format-alist): Don't pre-fill.
11106         (message-fill-header): Removed.
11107         (message-insert-header): New function.
11108         (message-shorten-references): Use it.
11109
11110         * rfc2047.el (rfc2047-field-value): Strip props.
11111
11112         * mail-parse.el (mail-header-make-address): New alias.
11113
11114         * ietf-drums.el (ietf-drums-make-address): New function.
11115
11116         * imap.el: Add compiler directives.
11117
11118         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11119
11120         * gnus-art.el (article-decode-idna-rhs): Don't use
11121         message-idna-inside-rhs-p.
11122
11123 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11124
11125         * message.el (message-idna-inside-rhs-p): Removed.
11126         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11127
11128         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11129         false positives.
11130
11131 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11132
11133         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11134
11135 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11136
11137         * nneething.el (nneething-file-name): Don't create spurions
11138         files.
11139
11140         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11141         (gnus-inews-do-gcc): Remove sleep.
11142
11143         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11144         part under point.
11145
11146         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11147         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11148
11149 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11150
11151         * spam.el (spam-summary-prepare-exit): Fixed (length).
11152
11153 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11154
11155         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11156         as expired without moving it" message when there are spam
11157         messages left.
11158
11159 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11160
11161         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11162         header is not nil.
11163
11164 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11165
11166         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11167         nntp-possibly-create-directory, not nntp-possibly-change-group.
11168         (nntp-marks-changed-p): New arg SERVER.
11169         (nntp-request-update-info): Adjust caller.
11170
11171 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11172
11173         * nntp.el (nntp-save-marks): Pass missing arg.
11174
11175 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11176
11177         * nntp.el: Support marks.
11178         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11179         (nntp-marks-modtime, nntp-marks-directory): New variables.
11180         (nntp-request-set-mark, nntp-request-update-info)
11181         (nntp-possibly-create-directory, nntp-marks-changed-p)
11182         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11183         functions.
11184
11185 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11186
11187         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11188         (gnus-xmas-redefine): Rename.
11189
11190         * gnus-score.el (gnus-score-insert-help): Use
11191         gnus-select-lowest-window.
11192
11193         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11194         appt-select-lowest-window and rename to gnus-select-lowest-window.
11195
11196         * gnus.el: do.
11197
11198 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11199
11200         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11201         encodings of MIME-encoded words, in order to improve
11202         interoperability with several broken MUAs.
11203
11204 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11205
11206         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11207         tags, only when charsets are not specified in headers.
11208         (mm-inline-text-html-render-with-w3m): Ditto.
11209
11210         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11211         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11212
11213 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11214
11215         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11216         instead of MIME-decoded from fields when checking
11217         `gnus-article-address-banner-alist'.
11218
11219 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11220
11221         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11222         description rather than subject.
11223
11224 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11225
11226         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11227
11228 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11229
11230         * gnus.el (gnus-version-number): Bump.
11231
11232 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11233
11234         * gnus.el: No Gnus v0.2 is released.
11235
11236 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11237
11238         * gnus-agent.el (gnus-agent-read-agentview): Inline
11239         gnus-uncompress-range.
11240
11241 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11242
11243         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11244         `exec-installed-p'.
11245
11246 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11247
11248         * gnus.el (spam-process, spam-autodetect-methods): Add
11249         bsfilter and bsfilter-headers.
11250
11251         * spam.el (spam-bsfilter): New customize group.
11252         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11253         (spam-bsfilter-header, spam-bsfilter-probability-header)
11254         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11255         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11256         (spam-bsfilter-database-directory): New options.
11257         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11258         (spam-list-of-statistical-checks, spam-registration-functions):
11259         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11260         (spam-bsfilter-score): New command.
11261         (spam-check-bsfilter-headers, spam-check-bsfilter)
11262         (spam-bsfilter-register-with-bsfilter)
11263         (spam-bsfilter-register-spam-routine)
11264         (spam-bsfilter-unregister-spam-routine)
11265         (spam-bsfilter-register-ham-routine)
11266         (spam-bsfilter-unregister-ham-routine): New functions.
11267         (spam-generic-score): Support bsfilter; Accept an optional argument
11268         to recalcurate spam score even if scoring header has already been
11269         added.
11270         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11271         optional argument to recalcurate spam score even if scoring header
11272         has already been added.
11273
11274 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11275
11276         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11277         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11278         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11279         link is missing.
11280
11281 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11282
11283         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11284         (html2text-get-attr): Rewrite.
11285
11286         * message.el (message-setup-1): Remove redundant put-text-property
11287         on mail-header-separator.
11288
11289 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11290
11291         * gnus-registry.el (gnus-registry-cache-whitespace)
11292         (gnus-registry-action, gnus-registry-spool-action)
11293         (gnus-registry-split-fancy-with-parent): Change message levels
11294         from 5 to 3 or 7, as needed.
11295
11296         * spam.el (spam-summary-prepare-exit)
11297         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11298         (spam-split, spam-find-spam, spam-log-undo-registration)
11299         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11300         level from 5 to 6.
11301
11302 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11305         2004-03-04 change).
11306
11307 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11308
11309         * sieve-manage.el (sieve-manage-open):
11310         * nnweb.el (nnweb-insert-html):
11311         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11312         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11313         * nnspool.el (nnspool-request-group):
11314         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11315         * nnml.el (nnml-request-update-info):
11316         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11317         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11318         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11319         (nnimap-request-set-mark):
11320         * nnfolder.el (nnfolder-request-update-info):
11321         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11322         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11323         * gnus-uu.el (gnus-uu-find-articles-matching):
11324         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11325         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11326         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11327         * gnus-nocem.el (gnus-nocem-scan-groups):
11328         * gnus-int.el (gnus-start-news-server):
11329         * gnus-group.el (gnus-group-make-kiboze-group)
11330         (gnus-group-browse-foreign-server):
11331         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11332         Use mapc when appropriate.
11333
11334 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11335
11336         FIXME: Make separate entries for each person.
11337
11338         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11339         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11340         <shields@msrl.com>:
11341
11342         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11343         may need for spam sorting and scoring.
11344         (spam-user-format-function-S): Add user format function suitable for
11345         general use.
11346         (spam-article-sort-by-spam-status): Add sorting function for summary
11347         sorting.
11348         (spam-extra-header-to-number): Add function to get a score from a
11349         header.
11350         (spam-summary-score): Add function to  get a numeric score from the
11351         headers.
11352         (spam-generic-score): Fix function doc, was in wrong place.
11353         (spam-initialize): Take symbols when it's run, and install the
11354         extra headers that spam-necessary-extra-headers thinks we need.
11355
11356 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11357
11358         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11359         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11360
11361 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11362
11363         * gnus-sum.el (gnus-set-global-variables)
11364         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11365         (gnus-article-get-xrefs, gnus-summary-best-group)
11366         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11367         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11368         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11369         Use with-current-buffer.
11370
11371 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11372
11373         * spam.el (spam-summary-prepare-exit): Simplify logic.
11374         (spam-fetch-article-header): Read the article header if it's not
11375         available.
11376         (spam-list-articles): Simplify logic.
11377         (spam-filelist-register-routine): Fix bug with unregister-list.
11378
11379         * gnus-registry.el: Fix comments at beginning.
11380
11381 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11382
11383         * message.el (message-cater-to-broken-inn): Remove.
11384         (message-shorten-references): Make sure the total folded length of
11385         References is shorter than 998 characters to cater to a bug in INN
11386         2.3.  Also, don't pretend that references aren't folded -- this
11387         hasn't worked for a while.
11388
11389 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11390
11391         * gnus-agent.el (gnus-agentize):
11392         gnus-agent-send-mail-real-function no longer set to current value
11393         of message-send-mail-function but rather a lambda that calls
11394         message-send-mail-function.  The change makes the agent real-time
11395         responsive to user changes to message-send-mail-function.
11396
11397 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11398
11399         * legacy-gnus-agent.el
11400         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11401         help from Florian Weimer <fw@deneb.enyo.de>
11402
11403 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * nnmail.el (nnmail-cache-insert): Revert last change.
11406
11407 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11408
11409         * nnmail.el (nnmail-cache-insert): Always check whether
11410         nnmail-cache-ignore-groups matches a group name.
11411
11412 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11413
11414         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11415         (spam-find-spam, spam-log-processing-to-registry)
11416         (spam-log-registered-p, spam-log-unregistration-needed-p)
11417         (spam-log-undo-registration): Use gnus-message instead of
11418         gnus-error, none of these errors are fatal.
11419
11420         * gnus-registry.el (gnus-registry-clean-empty-function)
11421         (gnus-registry-clean-empty): Remove only empty entries without
11422         extra data.
11423
11424 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11425
11426         * spam-stat.el (spam-stat-buffer-change-to-spam)
11427         (spam-stat-buffer-change-to-non-spam): Change (error) to
11428         (gnus-message 8) invocation.
11429
11430 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * nntp.el (nntp-via-netcat-command): New variable.
11433         (nntp-via-netcat-switches): New variable.
11434         (nntp-open-via-rlogin-and-netcat): New function.
11435         (nntp-open-connection-function): Doc fix.
11436         (nntp-telnet-command): Doc fix.
11437         (nntp-end-of-line): Doc fix.
11438         (nntp-via-rlogin-command): Doc fix.
11439         (nntp-via-user-name): Doc fix.
11440         (nntp-via-address): Doc fix.
11441
11442 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11445         error in Emacs 21.1.
11446
11447 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11450
11451 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11452         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11453         (gnus-agent-with-refreshed-group): New macro.
11454         (gnus-agent-rename-group): New function.
11455         (gnus-agent-delete-group): New function.
11456         (gnus-agent-save-group-info): Use gnus-command-method when
11457         `method' parameter is nil.  Don't write nil entries into the
11458         active file.
11459         (gnus-agent-get-group-info): New function.
11460         (gnus-agent-fetch-articles): Use
11461         gnus-agent-update-files-total-fetched-for to increment disk space
11462         used.
11463         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11464         gnus-agent-update-view-total-fetched-for to increment disk space
11465         used.
11466         (gnus-agent-get-local): Added optional parameters to avoid calling
11467         gnus-group-real-name and gnus-find-method-for-group.
11468         (gnus-agent-set-local): Delete stored entry if either min, or max,
11469         are nil.
11470         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11471         quit, use gnus-agent-regenerate-group to record existance of any
11472         articles fetched to disk before the quit occurred.
11473         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11474         gnus-agent-update-view-total-fetched-for, and
11475         gnus-agent-update-files-total-fetched-for to decrement disk space
11476         used.
11477         (gnus-agent-retrieve-headers): Use
11478         gnus-agent-update-view-total-fetched-for to increment disk space
11479         used.
11480         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11481         with gnus-agent-update-files-total-fetched-for to decrement disk
11482         space and fresh group buffer.
11483         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11484         (gnus-agent-need-update-total-fetched-for): New variable.
11485         (gnus-agent-update-files-total-fetched-for): New function.
11486         (gnus-agent-update-view-total-fetched-for): New function.
11487         (gnus-agent-total-fetched-for): New function.
11488
11489         * gnus-cache.el (gnus-cache-save-buffers): Use
11490         gnus-cache-update-overview-total-fetched-for to change disk space
11491         used by this group.
11492         (gnus-cache-possibly-enter-article): Use
11493         gnus-cache-update-file-total-fetched-for to increment disk space
11494         used by this group.
11495         (gnus-cache-possibly-remove-article): Use
11496         gnus-cache-update-file-total-fetched-for to decrement disk space
11497         used by this group.
11498         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11499         (gnus-cache-rename-group): New function.
11500         (gnus-cache-delete-group): New function.
11501         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11502         (gnus-cache-need-update-total-fetched-for): New variable.
11503         (gnus-cache-with-refreshed-group): New macro.
11504         (gnus-cache-update-file-total-fetched-for): New function.
11505         (gnus-cache-update-overview-total-fetched-for): New function.
11506         (gnus-cache-rename-group-total-fetched-for): New function.
11507         (gnus-cache-delete-group-total-fetched-for): New function.
11508         (gnus-cache-total-fetched-for): New function.
11509
11510         * gnus-group.el: Require gnus-sum and autoload functions to
11511         resolve warnings when gnus-group.el compiled alone.
11512         (gnus-group-line-format): Documented new %F
11513         (size of Fetched data) group line format; identifies disk space
11514         used by agent and cache.
11515         (gnus-group-line-format-alist): Defined new F format.
11516         (gnus-total-fetched-for): New function.
11517         (gnus-group-delete-group): No longer update
11518         gnus-cache-active-altered as gnus-request-delete-group now keeps
11519         the cache in sync.
11520         (gnus-group-list-active): Let the agent store a server's active
11521         list if currently plugged.
11522
11523         * gnus-int.el (gnus-request-delete-group):
11524         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11525         local disk in sync with the server.
11526         (gnus-request-rename-group):
11527         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11528         local disk in sync with the server.
11529
11530         * gnus-start.el (gnus-get-unread-articles):
11531         Cosmetic simplification to logic.
11532
11533         * gnus-util.el (gnus-rename-file): New function.
11534
11535 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11536
11537         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11538
11539 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11540
11541         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11542         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11543
11544 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11545
11546         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11547         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11548
11549 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11550
11551         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11552
11553 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11554
11555         * spam.el (spam-set-difference): Add function to replace
11556         gnus-set-difference in spam.el.
11557         (spam-summary-prepare-exit): Use spam-set-difference.
11558
11559 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11560
11561         * gnus-registry.el (gnus-registry-cache-file): Update to use
11562         gnus-dribble-directory OR gnus-home-directory OR ~.
11563         (gnus-registry-split-fancy-with-parent): Fix doc.
11564
11565 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * message.el (message-exchange-point-and-mark): Use
11568         message-mark-active-p.  Suggested by Jesper Harder
11569         <harder@ifa.au.dk>.
11570
11571 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * message.el (message-exchange-point-and-mark): Don't activate
11574         region if it was inactive.  Suggested by Hiroshi Fujishima
11575         <pooh@nature.tsukuba.ac.jp>.
11576
11577 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * gnus-art.el (article-display-face): Display Faces in the same
11580         order as X-Faces.
11581
11582 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11585
11586 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11589         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11590         (gnus-article-mime-hierarchy): Remove.
11591         (gnus-article-mime-hierarchy-next): Remove.
11592         (gnus-article-mode): Revert 2004-03-19 change.
11593         (gnus-article-setup-buffer): Revert 2004-03-19 change.
11594         (gnus-insert-mime-button): Revert 2004-03-19 change.
11595         (gnus-mime-accumulate-hierarchy): Remove.
11596         (gnus-mime-enter-multipart): Remove.
11597         (gnus-mime-leave-multipart): Remove,
11598         (gnus-mime-display-part): Revert 2004-03-19 change.
11599         (gnus-mime-display-alternative): Revert 2004-03-19 change.
11600
11601         * mml.el (mml-preview): Revert 2004-03-19 change.
11602
11603 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
11604
11605         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11606
11607 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11610         t while entering a file name using the mm-with-multibyte macro.
11611         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11612
11613         * mm-util.el (mm-with-multibyte): New macro.
11614
11615 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11618         user option.
11619         (gnus-mime-multipart-functions): Doc and customization fix.
11620         (gnus-article-mime-hierarchy): New variable.
11621         (gnus-article-mime-hierarchy-next): New variable.
11622         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11623         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11624         gnus-article-mime-hierarchy-next to nil.
11625         (gnus-insert-mime-button): Show hierarchy numbers.
11626         (gnus-mime-accumulate-hierarchy): New function.
11627         (gnus-mime-enter-multipart): New function.
11628         (gnus-mime-leave-multipart): New function.
11629         (gnus-mime-display-part): Recompute hierarchical MIME structure.
11630         (gnus-mime-display-alternative): Show hierarchy numbers.
11631
11632         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11633         gnus-article-mime-hierarchy-next to nil.
11634
11635 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
11636
11637         * dns.el: Don't require gnus-xmas.
11638
11639 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
11640
11641         * mml.el (mml-generate-mime-1): Don't use format=flowed with
11642         inline PGP.
11643         (mml-menu): Disable mml-quote-region if mark is inactive.
11644
11645 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11648         when the group's active is not available.
11649
11650 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11653         error.
11654
11655 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
11656
11657         * imap.el (imap-store-password): New variable.
11658         (imap-interactive-login): Use it.
11659         Suggested by Mark Plaksin <happy@mcplaksin.org>.
11660
11661 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * gnus-art.el (gnus-article-read-summary-keys): Restore new
11664         window-start and hscroll to summary window.
11665
11666 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11667
11668         * gnus-start.el (gnus-convert-old-newsrc): Only write the
11669         conversion message to newsrc-dribble when an actual conversion is
11670         performed.
11671
11672 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
11673
11674         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11675
11676 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * mm-decode.el (mm-complicated-handles): New function reviving
11679         former definition of mm-multiple-handles.
11680
11681         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11682         (gnus-mime-delete-part): Use it.
11683
11684 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11685
11686         * gnus-agent.el (gnus-agent-read-local): Bind
11687         nnheader-file-coding-system to gnus-agent-file-coding-system to
11688         avoid the implicit assumption that they will always be equal.
11689         (gnus-agent-save-local): Bind buffer-file-coding-system, not
11690         coding-system-for-write, as the with-temp-file macro first prints
11691         to a buffer then saves the buffer.
11692
11693 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11694
11695         * gnus-art.el (gnus-article-edit-part): New function.
11696         (gnus-mime-save-part-and-strip): Use it; do query instead of
11697         signaling an error; don't use mm-multiple-handles.
11698         (gnus-mime-delete-part): Ditto.
11699
11700 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11701
11702         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11703         old file versions.
11704         (gnus-group-prepare-hook): Removed function that converted list
11705         form of gnus-agent-expire-days to group properties.
11706
11707         * gnus-int.el: Autoload gnus-agent-regenerate-group.
11708         (gnus-request-accept-article): Re-indented.
11709
11710         * gnus-start.el (gnus-convert-old-newsrc): Registered new
11711         converters to handle old agent file formats.  Added logic for a
11712         "backup before upgrading warning".
11713         (gnus-convert-mark-converter-prompt): Developers can mark
11714         functions as needing (default), or not needing,
11715         gnus-convert-old-newsrc's "backup before upgrading warning".
11716         (gnus-convert-converter-needs-prompt): Tests whether the user
11717         should be protected from potentially irreversable changes by the
11718         function.
11719
11720         * legacy-gnus-agent.el: New.  Provides converters that are only
11721         loaded when gnus-convert-old-newsrc needs to call them.
11722
11723 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * mail-source.el (mail-source-touch-pop): Doc fix.
11726
11727         * message.el (message-smtpmail-send-it): Doc fix.
11728
11729 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
11730
11731         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11732
11733         * nnmail.el (nnmail-split-fancy): do.
11734
11735         * gnus-kill.el (gnus-kill, gnus-execute): do.
11736
11737 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11738
11739         * gnus-sum.el (gnus-widget-reversible-match)
11740         (gnus-widget-reversible-to-internal)
11741         (gnus-widget-reversible-to-external): New functions.
11742         (gnus-widget-reversible): New widget.
11743         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11744
11745 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
11746
11747         * gnus-sum.el (gnus-thread-sort-functions)
11748         (gnus-article-sort-functions): Document `(not F)' items.
11749
11750 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11751
11752         * spam.el (spam-use-gmane-xref): Add new backend.
11753         (spam-gmane-xref-spam-group): Add variable to control the name of the
11754         Gmane spam group.
11755         (spam-blackhole-servers, spam-blackhole-good-server-regex)
11756         (spam-regex-headers-spam, spam-regex-headers-ham)
11757         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11758         (spam-list-of-checks): Add spam-use-gmane-xref to list of
11759         backends and checks.
11760         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11761
11762         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11763         an autodetect method.
11764
11765 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11766
11767         * gnus-int.el (gnus-request-accept-article): Inform the agent that
11768         articles are being added to a group.
11769         (gnus-request-replace-article): Inform the agent that articles
11770         need to be uncached as the cached contents are no longer valid.
11771
11772 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * binhex.el: Don't autoload executable-find.
11775
11776         * canlock.el: Don't autoload mail-fetch-field.
11777
11778         * dgnushack.el: Autoload c-mode for XEmacs.
11779
11780         * gnus-ems.el: Don't autoload appt-select-lowest-window.
11781
11782         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11783         rmail-dont-reply-to and rmail-output.
11784
11785         * gnus-score.el: Don't autoload ffap-string-at-point.
11786
11787         * gnus-setup.el: Don't autoload sc-cite-original.
11788
11789         * imap.el: Don't autoload base64-decode-string,
11790         base64-encode-string and md5.
11791
11792         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11793         and rmail-msg-restore-non-pruned-header.
11794
11795         * mm-decode.el: Don't autoload executable-find.
11796
11797         * mm-url.el: Don't autoload executable-find.
11798
11799         * mm-view.el: Don't autoload diff-mode.
11800
11801         * nndb.el: Don't autoload news-reply-mode, news-setup,
11802         cancel-timer and telnet.
11803
11804         * password.el: Don't autoload run-at-time for Emacs.
11805
11806         * sha1-el.el: Don't autoload executable-find.
11807
11808         * sieve-mode.el: Don't autoload c-mode.
11809
11810         * uudecode.el: Don't autoload executable-find.
11811
11812 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11813
11814         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11815         (gnus-agent-possibly-alter-active): Avoid null in numeric
11816         comparison.
11817         (gnus-agent-set-local): Refuse to save null in local object table.
11818         (gnus-agent-regenerate-group): The REREAD parameter can now be a
11819         list of articles that will be marked as unread.
11820
11821 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11824
11825 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
11826
11827         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11828         language tags.
11829
11830 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11831
11832         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11833         Don't bind "obarray".
11834
11835         * gnus-sum.el (gnus-thread-sort-functions): Added
11836         `gnus-thread-sort-by-most-recent-number' and
11837         `gnus-thread-sort-by-most-recent-date'.
11838         Reported by Kai Grossjohann <kai@emptydomain.de>.
11839
11840 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11843
11844 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11845
11846         * gnus-cus.el (gnus-agent-customize-category): Removed
11847         ignore-errors macro reference that required cl to be loaded at
11848         run-time.
11849
11850         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11851         single-interval range of the form (min . max).  Previously the
11852         range had to look like ((min . max)).  Likewise, return
11853         (min . max) rather than ((min . max)).
11854         (gnus-range-map): Use gnus-range-normalize to accept
11855         single-interval range.
11856
11857         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11858         the cache, but not the agent, now appear with their usual face.
11859
11860         * dgnushack.el (loaddir): New variable that is bound to the
11861         directory containing the dgnushack.el file. Use loaddir, rather
11862         than srcdir, to update load-path. Change lets dgnushack compile
11863         code in directories other than GNUS/lisp.
11864
11865 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * lpath.el: Don't bind w3m-safe-url-regexp.
11868
11869         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11870         w3m-safe-url-regexp variable buffer-local.
11871
11872         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11873
11874 2004-02-27  Simon Josefsson  <jas@extundo.com>
11875
11876         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11877         gnus-group-real-prefix.
11878         (gnus-summary-move-article): Use it, instead of
11879         gnus-group-real-prefix.
11880
11881 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * lpath.el: Bind w3m-safe-url-regexp.
11884
11885         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11886         w3m-safe-url-regexp variable buffer-local and set it as the value
11887         of mm-w3m-safe-url-regexp.
11888
11889         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11890
11891         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11892         parsing gnus-posting-styles when the message is not for replying.
11893
11894         * dgnushack.el: Autoload sgml-mode for XEmacs.
11895
11896         * nnrss.el (nnrss-opml-export): Use
11897         mm-set-buffer-file-coding-system instead of
11898         set-buffer-file-coding-system.
11899
11900 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
11901
11902         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11903         of checkdoc.el).
11904         * nnrss.el: do.
11905         * gnus-mlspl.el: do.
11906         * gnus-ml.el: do.
11907         * gnus-srvr.el: do.
11908
11909         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11910
11911 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11912
11913         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11914         Corrections to custom-manual links.
11915
11916         * gnus-art.el (gnus-article): Ditto.
11917
11918         * mm-decode.el (mime-display, mime-security): Ditto.
11919
11920 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
11921
11922         * flow-fill.el: Typo.
11923
11924 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
11925
11926         * spam-wash.el: New file.
11927
11928 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
11929
11930         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11931
11932 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11933
11934         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11935         to be run with new-articles as LIST1, not LIST2.
11936         (spam-registration-functions): Add spam-use-ham-copy as a nil
11937         registration backend.
11938
11939 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
11940
11941         * spam-stat.el (spam-stat-washing-hook): New option.
11942         (spam-stat-buffer-words): Use it.
11943         (spam-stat-process-directory, spam-stat-test-directory): Use
11944         insert-file-contents-literally.
11945         (spam-stat-coding-system): New variable.
11946         (spam-stat-load, spam-stat-save): Use it.
11947
11948 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11949
11950         * spam-report.el (spam-report-plug-agent): Quote
11951         spam-report-url-to-file and spam-report-url-ping-plain.
11952
11953 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
11954
11955         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11956         / in mailto URLs.
11957
11958 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11959
11960         * spam-report.el (spam-report-process-queue): Fix interactive use.
11961         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11962         (spam-report-unplug-agent): Doc fixes.
11963         (spam-report-url-ping-mm-url, spam-report-url-to-file)
11964         (spam-report-agentize, spam-report-deagentize): Autoload
11965
11966 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
11969
11970         * message.el (message-setup-fill-variables): Add mml tags to
11971         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
11972         <ajk@iu.edu>.
11973         (message-mode): Don't modify paragraph-separate there.
11974
11975 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * compface.el (uncompface-use-external): Default to undecided.
11978         (uncompface-use-external-threshold): New variable.
11979         (uncompface-float-time): New macro.
11980         (uncompface): Determine whether to use the external decoder if
11981         uncompface-use-external is undecided.
11982
11983 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11984
11985         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11986         after images.
11987
11988         * gnus-art.el (gnus-mime-display-single): Remove dead code.
11989
11990 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
11991
11992         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11993
11994         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11995
11996         * gnus-sum.el (gnus-summary-limit-to-age)
11997         (gnus-summary-limit-children): do.
11998
11999         * gnus-int.el (gnus-request-scan): do.
12000
12001         * gnus-group.el (gnus-group-suspend): do.
12002
12003         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12004
12005         * gnus-cite.el (gnus-cite-parse-attributions): do.
12006
12007         * gnus-agent.el (gnus-summary-set-agent-mark)
12008         (gnus-agent-regenerate-group): do.
12009
12010         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12011
12012         * binhex.el (binhex-decode-region-internal): do.
12013
12014 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12015
12016         * gnus-fun.el (gnus-face-properties-alist): New user option.
12017         (gnus-display-x-face-in-from): Use it.
12018
12019         * gnus-art.el (article-display-face): Ditto.
12020
12021         * compface.el (uncompface-use-external): Default to nil.
12022
12023 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12024
12025         * nntp.el (nntp-erase-buffer): New function.
12026         (nntp-retrieve-data, nntp-send-command)
12027         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12028         (nntp-possibly-change-group): Use it.
12029
12030         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12031         with-current-buffer.
12032
12033 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12034
12035         * compface.el: Merge the ELisp-based uncompface program.
12036         (compface): New customization group.
12037         (uncompface-use-external): New user option.
12038         (uncompface): Call uncompface-internal if uncompface-use-external
12039         is nil.
12040         (uncompface-internal): New function.  Note that there are also
12041         some other functions and variables added for this function.
12042
12043 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12044
12045         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12046         if necessary.
12047
12048 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12049
12050         * spam-report.el (spam-report-unplug-agent)
12051         (spam-report-plug-agent, spam-report-deagentize)
12052         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12053         Add support for the Agent in spam-report: when unplugged, report to a
12054         file; when plugged, submit all the requests.
12055
12056         * spam.el (spam-register-routine): Fix message about
12057         registration.
12058
12059 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12060
12061         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12062         dependencies.
12063         (rfc2047-encode): Use it.
12064
12065         * gnus-art.el (gnus-button-marker-list): Move before first
12066         reference.
12067
12068         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12069         (imap-parse-body): Fix format string mismatch.
12070
12071         * gnus-score.el (gnus-summary-increase-score): do.
12072
12073         * nnrss.el (nnrss-close): New function.
12074
12075 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12076
12077         * nnrss.el (nnrss-make-filename): New function.
12078         (nnrss-request-delete-group, nnrss-read-server-data)
12079         (nnrss-save-server-data, nnrss-read-group-data)
12080         (nnrss-save-group-data): Use it.
12081         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12082         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12083         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12084
12085 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12086
12087         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12088
12089 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12090
12091         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12092         files.
12093
12094         * message.el (message-generate-headers-first): Don't quote nil
12095         and t in docstrings.
12096
12097         * imap.el (imap-id): do.
12098
12099         * gnus-agent.el (gnus-agent-consider-all-articles)
12100         (gnus-agent-queue-mail): do.
12101
12102 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12103
12104         * spam-report.el (spam-report-process-queue): New function.
12105         Process requests from `spam-report-requests-file'.
12106         (spam-report-process-queue): Doc fix.
12107
12108 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12109
12110         * spam.el (spam-register-routine)
12111         (spam-log-processing-to-registry, spam-log-registered-p)
12112         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12113         Change "check" to "spam-check" for semi-clarity.
12114
12115 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12116
12117         * pop3.el: Require nnheader.
12118
12119         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12120
12121         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12122
12123         * gnus-picon.el: Require cl.
12124
12125         * gnus-fun.el: Require gnus-ems and gnus-util.
12126
12127         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12128
12129         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12130
12131         * gnus-art.el (gnus-article-edit-mode): Define before first
12132         reference.
12133
12134 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12135
12136         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12137         (gnus-uu-post-encoded): Use point-at-bol.
12138
12139         * gnus-topic.el (gnus-group-active-topic-p): do.
12140
12141         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12142
12143         * gnus-group.el (gnus-group-kill-region): do.
12144
12145         * gnus-art.el (article-date-ut): do.
12146
12147         * message.el (message-fetch-field): Remove redundant
12148         case-fold-search binding.
12149         (message-narrow-to-field): Simplify.
12150
12151 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12152
12153         * spam.el (spam-directory): Derive from `gnus-directory'.
12154
12155         * spam-report.el (spam-report-url-to-file)
12156         (spam-report-requests-file): New function and variable for offline
12157         reporting.
12158         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12159         and user defined function.
12160         (spam-report-url-ping-mm-url): Remove doubled slash.
12161
12162 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12163
12164         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12165
12166 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12167
12168         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12169         format string mismatch.
12170
12171         * sieve.el (sieve-deactivate-all): do.
12172
12173         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12174
12175         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12176
12177         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12178
12179         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12180
12181 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12182
12183         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12184         the list of checks.
12185
12186 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12187
12188         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12189         padding.
12190
12191 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12192
12193         * mm-view.el (mm-fill-flowed): New variable.
12194         (mm-inline-text): Use it.
12195
12196 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12197
12198         * spam.el (spam-spamassassin-register-ham-routine)
12199         (spam-spamassassin-register-spam-routine): Fix function names.
12200
12201 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * gnus.el (gnus-tmp-grouplens): Remove.
12204         (gnus-summary-line-format): Remove grouplens.
12205
12206         * gnus-group.el (gnus-group-line-format): Ditto.
12207
12208         * gnus-spec.el (gnus-format-specs): Ditto.
12209         (gnus-update-format-specifications): Flush the group format spec
12210         cache if there's the grouplens stuff.
12211         (gnus-parse-simple-format): Replace %l with the empty string.
12212
12213 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12214
12215         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12216         omission.
12217
12218 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12221         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12222
12223 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12224
12225         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
12226         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12227         New macros and functions.
12228         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12229         Handle > NLINK_MAX messages.
12230         * nnmaildir.el (nnmaildir-request-set-mark): Use
12231         nnmaildir--emlink-p and nnmaildir--eexist-p.
12232
12233 2004-01-25  Alex Schroeder  <alex@gnu.org>
12234
12235         * spam-stat.el (spam-stat-process-directory-age): New option.
12236         (spam-stat-process-directory): Use it.
12237
12238 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12239
12240         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12241         (spam-stat-save): Accept prefix argument.
12242
12243 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12244
12245         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12246         links" error.
12247
12248 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12251         the rest of the and/or forms.
12252
12253 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12254
12255         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12256         compatibility with old .newsrc.eld files.
12257
12258         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12259
12260         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12261
12262         * gnus-start.el (gnus-1): do.
12263
12264         * gnus-group.el (gnus-group-line-format-alist): do.
12265
12266         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12267
12268         * gnus-gl.el: Remove.
12269
12270 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12271
12272         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12273         marks consisting of a single range {for example, (3 . 5)} rather
12274         than a list of a single range { ((3 . 5)) }.
12275
12276 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12277
12278         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12279         with-current-buffer.
12280         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12281         avoid consing a string.
12282
12283         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12284         Remove obsolete entries for big5 and gb2312.
12285
12286 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12287
12288         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12289         uncompressed list.
12290
12291 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12292
12293         * spam-stat.el (spam-stat-strip-xref): New function.
12294         (spam-stat-process-directory): Use it.
12295
12296         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12297         here -- it's done in message-fetch-field.
12298
12299 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12300
12301         * gnus-agent.el (gnus-agent-queue-mail,
12302         gnus-agent-prompt-send-queue): New variables.
12303         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12304         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12305         "nndraft:queue" along to gnus-draft-send.  Use
12306         gnus-agent-prompt-send-queue.
12307         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12308         is "nndraft:queue".  Suggested by Gaute Strokkenes
12309         <gs234@srcf.ucam.org>
12310
12311         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12312         (agent-enable-undownloaded-faces): Added
12313         (gnus-agent-cat-groups): Use eval-and-compile, not
12314         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12315         method of gnus-agent-cat-groups even when the buffer has been
12316         evaled.
12317         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12318         delete gnus-agent-save-active-1.
12319         (gnus-agent-save-groups): Deleted.  Identical to
12320         gnus-agent-save-active.
12321         (gnus-agent-write-active): No longer adjust agent's copy of active
12322         file as agent's adjustments are now stored in their own
12323         file.  Removed optional parameter.
12324         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12325         servers.  Add use of min/max range limits from server's local
12326         file.
12327         (gnus-agent-save-alist): Removed unused optional argument.
12328         (gnus-agent-load-local, gnus-agent-read-and-cache-local),
12329         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local),
12330         (gnus-agent-set-local): A per-server file that keeps min/max range
12331         limits for articles known to the agent.  Provides a fast mechanism
12332         for altering many active ranges.
12333         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12334         active file (local makes it unnecessary).
12335         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12336
12337         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12338         (agent-enable-undownloaded-faces): Added
12339
12340         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12341         disable it when sending to "nndraft:queue".
12342         (gnus-group-send-queue): Add safety check to avoid sending queue
12343         when unplugged.
12344
12345         * gnus-group.el (gnus-group-catchup): Use new
12346         gnus-sequence-of-unread-articles, not
12347         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12348         numbers of articles.  Use gnus-range-map to avoid having to
12349         uncompress the unread list.
12350         (gnus-group-archive-directory,
12351         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
12352         reference.
12353
12354         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12355         (gnus-sorted-range-intersection): Intersection of two ranges
12356         without requiring that they first be uncompressed.
12357
12358         * gnus-start.el (gnus-activate-group): Unless blocked by the
12359         caller, possibly expand the active range to include both cached
12360         and agentized articles.
12361         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12362         multiple version-dependent converters.
12363         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12364         gnus-agent-save-active.
12365         (gnus-save-newsrc-file): Save dirty agent range limits.
12366
12367         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12368         gnus-agent-possibly-alter-active.
12369         (gnus-adjust-marked-articles): Faster handling of simple lists
12370
12371 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12372
12373         * spam-stat.el (spam-stat-test-directory): New optional argument
12374         displays a list of files detected.  Suggested by Andrew Cohen
12375         <cohen@andy.bu.edu>.
12376         (spam-stat-buffer-words-with-scores): Don't narrow and change
12377         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12378
12379 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12380
12381         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12382         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12383         (spam-spamassassin-arguments)
12384         (spam-spamassassin-spam-flag-header)
12385         (spam-spamassassin-positive-spam-flag-header)
12386         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12387         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12388         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12389         (spam-list-of-processors, spam-list-of-checks)
12390         (spam-list-of-statistical-checks, spam-registration-functions)
12391         (spam-check-spamassassin-headers, spam-check-spamassassin)
12392         (spam-spamassassin-score)
12393         (spam-spamassassin-register-with-sa-learn)
12394         (spam-spamassassin-register-spam-routine)
12395         (spam-spamassassin-register-ham-routine)
12396         (spam-assassin-register-spam-routine)
12397         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12398         (spam-bogofilter-score): Fix to show article before scoring.
12399
12400 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12401
12402         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12403         default scoring function.
12404         (spam-generic-score): Call spam-spamassassin-score if
12405         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12406         spam-bogofilter-score otherwise.
12407
12408         * gnus.el (spam-process, spam-autodetect-methods): Add
12409         spamassassin and spamassassin-headers.
12410
12411 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12412
12413         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12414         Suppress unnecessary messages.
12415
12416 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12417
12418         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12419         make-hash-table.
12420
12421 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * canlock.el (base64-encode-string): Don't autoload it.
12424
12425 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * run-at-time.el: Remove useless (require 'itimer),
12428         eval-and-compile and (featurep 'xemacs).
12429
12430 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12431
12432         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12433         GROUP is a virtual group.
12434
12435 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12436
12437         * gnus.el: Autoload `message-y-or-n-p'.
12438
12439 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12440
12441         * pgg-parse.el: Remove unnecessary (require 'custom).
12442
12443         * pgg-def.el: do.
12444
12445         * nnmail.el: do.
12446
12447         * gnus-undo.el: do.
12448
12449         * gnus-picon.el: do.
12450
12451         * gnus-util.el: do.
12452
12453 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12454
12455         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12456
12457 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12460         handle, as well as a list.
12461
12462         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12463         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12464         (mm-w3m-cid-retrieve): Simplify.
12465
12466 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12467
12468         * message.el (message-kill-to-signature): Allow prefix arg to
12469         specify number of lines to keep before signature.
12470
12471 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12472
12473         (message-kill-to-signature): Change docstring.
12474
12475 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12476
12477         * canlock.el: Always require sha1-el.
12478         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12479
12480         * message.el: Autoload sha1 only when compiling.
12481
12482         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
12483         eudc-expand-inline for XEmacs.
12484
12485 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * message.el (message-canlock-generate): Require sha1-el.
12488
12489 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12490
12491         * message.el (message-expand-name): Silence the byte compiler.
12492
12493         * lpath.el: Add detect-coding-system.
12494
12495         * dgnushack.el (dgnushack-compile): Remove obsolete check for
12496         cus-edit.
12497
12498 2004-01-13  Simon Josefsson  <jas@extundo.com>
12499
12500         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12501         Invoke gnus-score-mode.  Reported by
12502         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12503
12504         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12505         Jim Blandy <jimb@redhat.com> (tiny change).
12506
12507 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12508
12509         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12510
12511 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12512
12513         * spam.el (spam-get-article-as-string): Update to use
12514         gnus-request-article-this-buffer, much simpler.
12515         (spam-get-article-as-buffer): Remove.
12516
12517 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12518
12519         * message.el (message-expand-name): Use EUDC if the user uses that.
12520
12521 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12522
12523         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12524         character for the encoding to avoid consing a string.
12525
12526         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12527         unnecessarily.
12528
12529         * mm-util.el (mm-replace-chars-in-string): Remove.
12530
12531         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12532         of mm-replace-chars-in-string.
12533
12534 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12535
12536         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12537
12538         * mm-util.el (mm-subst-char-in-string): Support inplace.
12539
12540         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12541         a new string in every iteration.  Use shy groups.
12542
12543 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12544
12545         * gnus-srvr.el (gnus-browse-unsubscribe-group):
12546         * gnus-soup.el (gnus-soup-group-brew):
12547         * gnus-msg.el (gnus-put-message):
12548         * gnus-move.el (gnus-group-move-group-to-server):
12549         * gnus-kill.el (gnus-batch-score):
12550         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12551         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12552         (gnus-group-update-group, gnus-group-read-group)
12553         (gnus-group-make-group, gnus-group-make-help-group)
12554         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12555         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12556         (gnus-group-sort-by-unread, gnus-group-catchup)
12557         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12558         (gnus-group-yank-group, gnus-group-set-info)
12559         (gnus-group-list-groups):
12560         * gnus.el (gnus-generate-new-group-name):
12561         * gnus-delay.el (gnus-delay-send-queue):
12562         * nnvirtual.el (nnvirtual-catchup-group):
12563         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12564         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12565         (gnus-group-prepare-topics, gnus-topic-check-topology):
12566         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12567         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12568         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12569         (gnus-group-make-articles-read):
12570         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12571         (gnus-group-change-level, gnus-kill-newsgroup)
12572         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12573         (gnus-get-unread-articles, gnus-make-articles-unread)
12574         (gnus-make-ascending-articles-unread): Use accessor
12575         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12576         to get group information for improved readability.
12577
12578
12579 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12580
12581         * gnus-art.el (article-decode-mime-words, article-babel)
12582         (gnus-article-highlight-signature, gnus-article-add-buttons)
12583         (gnus-signature-toggle): Use gnus-with-article-buffer.
12584
12585         * gnus-art.el (gnus-article-highlight-headers)
12586         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12587
12588         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12589         (gnus-article-set-globals, gnus-request-article-this-buffer)
12590         (gnus-button-message-id, gnus-article-maybe-hide-headers)
12591         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12592         (gnus-mime-display-alternative): Use with-current-buffer.
12593
12594 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12595
12596         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12597         also under 80 char limit, and call gnus-error if needed.
12598         (spam-fetch-article-header): Fix - it was a
12599         buffer-local variable (gnus-newsgroup-data).
12600         (spam-find-spam): Use spam-generate-fake-headers, forget about
12601         spam-insert-fake-headers.
12602         (spam-insert-fake-headers): Remove.
12603
12604 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12605
12606         * deuglify.el (gnus-article-outlook-unwrap-lines)
12607         (gnus-outlook-rearrange-article)
12608         (gnus-outlook-repair-attribution-outlook)
12609         (gnus-outlook-repair-attribution-block)
12610         (gnus-outlook-repair-attribution-other): Remove redundant
12611         save-excursion.
12612
12613 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12614
12615         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12616         (spam-fetch-field-subject-fast)
12617         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12618         (spam-fetch-article-header): Add functions to deal with Gnus
12619         internals for fast retrieval of article header data.
12620         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12621
12622 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12623
12624         * pop3.el (pop3-md5): Remove.
12625         (pop3-apop): Replace pop3-md5 with md5.
12626
12627         * mm-bodies.el: base64 is always built-in.
12628
12629         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12630         with-current-buffer.
12631
12632 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12633
12634         * canlock.el (canlock-insert-header): Remove excessive grouping in
12635         regexp.
12636
12637         * gnus-sum.el (gnus-summary-read-document): Ditto.
12638
12639         * gnus-uu.el (gnus-uu-part-number): Ditto.
12640
12641         * html2text.el (html2text-remove-tags): Ditto.
12642         (html2text-format-tags): Ditto.
12643         (html2text-format-single-elements): Ditto.
12644
12645         * mml.el (mml-parse-1): Ditto.
12646
12647 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12648
12649         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12650
12651         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12652
12653         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12654
12655         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12656
12657 2003-11-15  Simon Josefsson  <jas@extundo.com>
12658
12659         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12660         (pgg-gpg-lookup-key): Use regexp match instead of
12661         split-string (split-string is different between emacs 21.2 and
12662         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
12663
12664 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12665
12666         * gnus-art.el (gnus-mime-view-all-parts)
12667         (gnus-article-part-wrapper, gnus-article-view-part): Use
12668         with-current-buffer.
12669
12670 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12671
12672         * spam.el (spam-disable-spam-split-during-ham-respool)
12673         (spam-spamoracle-database, spam-cache-lookups)
12674         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12675         (spam-group-ham-mark-p, spam-group-spam-mark-p)
12676         (spam-group-ham-marks, spam-group-spam-marks)
12677         (spam-group-spam-contents-p, spam-group-ham-contents-p)
12678         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12679         also add spam-use-blackholes to the statistical checks.
12680         (spam-fetch-field-fast): Add interface to fetching fields, may
12681         become a macro.
12682         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12683         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12684         (spam-insert-fake-headers): Fake an article when needed.
12685         (spam-find-spam): Fake article when possible.
12686         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12687         (spam-check-bogofilter-headers): Use message-fetch-field instead
12688         of nnmail-fetch-field.
12689
12690 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12691
12692         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12693
12694 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12695
12696         * spam.el (spam-split): Do not require spam-use-CHECK to be
12697         enabled if that check is passed to spam-split explicitly; also
12698         fix so 'spam doesn't get converted to spam-split-group when
12699         spam-split-symbolic-return is t.
12700         (spam-find-spam): Find registrations of the article and use those
12701         instead of re-running spam-split to find the spam/ham
12702         classification of the article.
12703         (spam-log-processing-to-registry, spam-log-registered-p)
12704         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12705         Use gnus-error instead of gnus-message.
12706         (spam-log-registration-type): Add function to determine the
12707         classification of a message based on registry entries; will
12708         return nil if both 'spam and 'ham are found.
12709         (spam-check-BBDB): Expand all the BBDB macros here so we can have
12710         a reasonably fast local cache without the loading errors.
12711         (spam-cache-lookups): Set to t by default.
12712         (spam-find-spam): Don't try to guess spam-cache-lookups.
12713         (spam-enter-whitelist, spam-enter-blacklist): Clear the
12714         spam-caches entry.
12715         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12716         caching of whitelist/blacklist entries.
12717         (spam-check-whitelist, spam-check-blacklist): Invoke
12718         spam-from-listed-p with a type, not a cache variable.
12719         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12720
12721 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12722
12723         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12724
12725         * nnmail.el (nnmail-split-fancy): do.
12726
12727         * mml.el (mml-parse): do.
12728
12729         * gnus-score.el (gnus-enter-score-words-into-hashtb)
12730         (gnus-score-adaptive): do.
12731
12732 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12735         (gnus-mime-button-map): Don't set keymap parent.
12736         (gnus-button-ctan-directory-regexp): Use shy grouping.
12737         (gnus-prev-page-map): Don't set keymap parent.
12738         (gnus-prev-page-map): Remove duplicated one.
12739         (gnus-next-page-map): Don't set keymap parent.
12740         (gnus-mime-security-button-map): Ditto.
12741
12742         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12743         version number.
12744
12745         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12746
12747 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * canlock.el (canlock-sha1-function): Remove.
12750         (canlock-sha1-function-for-verify): Remove.
12751         (canlock-openssl-program): Remove.
12752         (canlock-openssl-args): Remove.
12753         (canlock-ignore-errors): Remove.
12754         (canlock-sha1-with-openssl): Remove.
12755         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12756         (canlock-verify): Don't use canlock-ignore-errors.
12757
12758         * sha1-el.el (sha1-string-external): Make it can return a string
12759         in binary form.
12760         (sha1-region-external): Ditto.
12761         (sha1-string-internal): Ditto.
12762         (sha1-region-internal): Ditto.
12763         (sha1-region): Ditto.
12764         (sha1-string): Ditto.
12765         (sha1): Ditto.
12766
12767 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12768
12769         * spam.el (spam-report-articles-gmane): New command.
12770
12771 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12772
12773         * gnus.el: Don't make unnecessary *Group* buffer when loading.
12774
12775         * run-at-time.el (run-at-time-saved): Remove.
12776         (run-at-time): Doc fix.
12777
12778 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12779
12780         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12781         (gnus-summary-limit-map): Add it.
12782         (gnus-summary-make-menu-bar): do.
12783
12784 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
12785
12786         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12787         Make attempt at some caching support (done for BBDB only now).
12788         (spam-find-spam): Set spam-cache-lookups if there are more than 2
12789         addresses to be checked.
12790         (spam-clear-cache-BBDB): Add function, to be invoked by
12791         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12792         (spam-check-BBDB): Check and use the caches, if
12793         spam-cache-lookups is on, remove superfluous (provide).
12794
12795 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12796
12797         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12798
12799 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
12800
12801         * run-at-time.el (run-at-time-saved): Move to after the definition
12802         of `run-at-time'.
12803
12804         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
12805
12806 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12809         mm-w3m-local-map-property.
12810
12811         * mm-view.el (mm-w3m-mode-map): Remove.
12812         (mm-w3m-local-map-property): Remove.
12813         (mm-inline-text-html-render-with-w3m): Don't use
12814         mm-w3m-local-map-property.
12815
12816 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12817
12818         * run-at-time.el: New file.
12819
12820         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
12821         under Emacs.
12822
12823         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12824         of gnus-set-text-properties.
12825
12826         * gnus-uu.el (gnus-uu-save-article): Ditto.
12827
12828         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12829
12830         * gnus-cite.el (gnus-cite-parse): Ditto.
12831
12832         * gnus-art.el (gnus-button-push): Use set-text-properties instead
12833         of gnus-.
12834
12835         * gnus-xmas.el (run-at-time): Require run-at-time.
12836
12837         * gnus.el: Changed calls to nnheader-run-at-time and
12838         password-run-at-time throughout to use run-at-time directly.
12839
12840         * password.el: Removed definition of run-at-time.
12841
12842         * nnheaderxm.el: Remove definition of run-at-time.
12843
12844 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
12845
12846         * mml.el (mml-minibuffer-read-disposition): Show attachment type
12847         in prompt.
12848
12849 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12850
12851         * messagexmas.el (message-xmas-redefine): Alias
12852         `message-make-caesar-translation-table' to
12853         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
12854         version.
12855
12856         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
12857         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
12858         `gnus-xmas-set-text-properties'.
12859         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
12860         `gnus-xmas-completing-read'.
12861         (gnus-xmas-completing-read): Removed.
12862         (gnus-xmas-open-network-stream): Removed.
12863
12864         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12865         XEmacs version.
12866
12867         * dns.el (dns-make-network-process): Use `open-network-stream'
12868         instead of `gnus-xmas-open-network-stream'.
12869
12870         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
12871
12872         * .cvsignore: Add auto-autoloads.el, custom-load.el.
12873
12874 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12875
12876         * gnus-art.el (gnus-mime-display-alternative)
12877         (gnus-insert-mime-button, gnus-insert-mime-security-button)
12878         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12879         Don't use gnus-local-map-property.
12880
12881         * gnus-util.el (gnus-local-map-property): Remove.
12882
12883         * mm-view.el (mm-view-pkcs7-decrypt): Replace
12884         gnus-completing-read-maybe-default with completing-read.
12885
12886         * gnus-util.el (gnus-completing-read): do.
12887         (gnus-completing-read-maybe-default): Remove.
12888
12889 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12890
12891         * password.el: Only autoload `run-at-time' if not XEmacs.
12892         Only autoload the itimer functions if XEmacs.
12893
12894 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
12897         XEmacsen.
12898
12899         * dgnushack.el: Autoload executable-find for XEmacs.
12900
12901 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12902
12903         * gnus-art.el (gnus-read-string): Remove.
12904         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12905         read-string.
12906
12907 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
12908
12909         * netrc.el: Autoload password-read.
12910         (netrc): Add configuration group.
12911         (netrc-encoding-method, netrc-openssl-path): Add
12912         variables for encoding and decoding of files with symmetric
12913         ciphers.
12914         (netrc-encode): Add assistant function to encode a file with
12915         netrc-encoding-method.
12916         (netrc-parse): Add interactive parameter, added optional
12917         decoding if netrc-encoding-method is non-nil but otherwise
12918         behavior is standard.
12919         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12920         Do s/encode/encrypt/ everywhere.
12921
12922         * spam.el: Remove executable-find autoload.
12923
12924 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
12925
12926         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12927
12928         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12929
12930 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12931
12932         * gnus-art.el (gnus-treat-ansi-sequences,
12933         article-treat-ansi-sequences): New variable and function.
12934         Suggested by Dan Jacobson <jidanni@jidanni.org>.
12935
12936         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12937         Use it.
12938
12939 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
12940
12941         * mm-util.el (mm-quote-arg): Remove.
12942
12943         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12944         shell-quote-argument.
12945
12946         * gnus-uu.el (gnus-uu-command): do.
12947
12948         * gnus-sum.el (gnus-summary-insert-pseudos): do.
12949
12950         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12951         with make-char.
12952
12953         * mm-util.el (mm-make-char): Remove.
12954
12955         * mml.el (mml-mode): Replace gnus-add-minor-mode with
12956         add-minor-mode.
12957
12958         * gnus-undo.el (gnus-undo-mode): do.
12959
12960         * gnus-topic.el (gnus-topic-mode): do.
12961
12962         * gnus-sum.el (gnus-dead-summary-mode): do.
12963
12964         * gnus-start.el (gnus-slave-mode): do.
12965
12966         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12967
12968         * gnus-ml.el (gnus-mailing-list-mode): do.
12969
12970         * gnus-gl.el (gnus-grouplens-mode): do.
12971
12972         * gnus-draft.el (gnus-draft-mode): do.
12973
12974         * gnus-dired.el (gnus-dired-mode): do.
12975
12976         * gnus-ems.el (gnus-add-minor-mode): Remove.
12977
12978         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12979         Replace gnus-char-width with char-width.
12980
12981         * gnus-ems.el (gnus-char-width): Remove.
12982
12983         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12984         Replace gnus-char-width with char-width.
12985
12986         * gnus-ems.el (gnus-char-width): Remove.
12987
12988         * spam-stat.el (with-syntax-table): Remove with-syntax-table
12989         definition.
12990         Remove Emacs 20 hash table compatibility code.
12991
12992         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12993         20 compatibility code.
12994
12995         * spam.el (spam-point-at-eol): Replace with point-at-eol.
12996
12997         * smime.el (smime-point-at-eol): Replace with point-at-eol.
12998
12999         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13000         with point-at-{eol,bol}.
13001
13002         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13003
13004         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13005
13006         * flow-fill.el (fill-flowed-point-at-bol,
13007         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13008
13009         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13010         Replace with point-at-{eol,bol} throughout all files.
13011
13012 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * ntlm.el (ntlm-string-as-unibyte): New macro.
13015         (ntlm-build-auth-response): Use it.
13016
13017         Remove Emacs 20 stuff:
13018         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13019         (butlast, mapc, remove): Remove the compiler macros.
13020         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13021         of delq and copy-sequence.
13022         * gnus-art.el (popup-menu): Remove the compiler macro.
13023         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13024         Emacs 20.
13025
13026 2004-01-05  Simon Josefsson  <jas@extundo.com>
13027
13028         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13029         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13030         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13031         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13032         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13033         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13034         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13035         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13036         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13037         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13038         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13039         string-xor into ntlm-string-xor.  Suggested by
13040         Jesper Harder <harder@myrealbox.com>.
13041
13042         * ntlm.el: Don't include poem.
13043
13044         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13045         Jesper Harder <harder@myrealbox.com>.
13046
13047         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13048
13049         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13050         probably breaks emacs with DL patch, but do we care? Is anyone
13051         still using the DL stuff?)
13052
13053         * sieve-manage.el: Use the password package.
13054         (sieve-manage-read-passwd): Remove.
13055         (sieve-manage-interactive-login): Use password.  Re-add
13056         condition-case around loop.
13057
13058         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13059         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13060         the password package.
13061
13062 2003-02-19  Simon Josefsson  <jas@extundo.com>
13063
13064         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13065         token.
13066
13067 2002-08-07  Simon Josefsson  <jas@extundo.com>
13068
13069         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13070         (sieve-manage-authenticators):
13071         (sieve-manage-authenticator-alist): Add some SASL mechs.
13072         (sieve-sasl-auth): New function.
13073         (sieve-manage-cram-md5-auth):
13074         (sieve-manage-plain-auth): Rewrite using SASL library.
13075         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13076         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13077         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13078         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13079
13080 2004-01-05  Simon Josefsson  <jas@extundo.com>
13081
13082         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13083         New files.
13084
13085 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13086
13087         * gnus-group.el (gnus-no-groups-message): Update.
13088
13089         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13090
13091 2003-11-09  Simon Josefsson  <jas@extundo.com>
13092
13093         * imap.el: Support for ID IMAP extension (RFC 2971).
13094         (imap-local-variables): Add imap-id.
13095         (imap-id): New variable.
13096         (imap-id): New function.
13097         (imap-parse-response): Parse untagged ID response.
13098         * nnimap.el (nnimap-id): New variable.
13099         (nnimap-open-connection): Use it.
13100
13101 2003-12-28  Simon Josefsson  <jas@extundo.com>
13102
13103         * gnus-score.el (gnus-score-edit-all-score): New.
13104         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13105
13106 2004-01-04  Simon Josefsson  <jas@extundo.com>
13107
13108         * password.el: Add.
13109
13110 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13111
13112         * dns.el: Add support for AAAA records (see RFC 3596)
13113
13114         * Fix typo PRT -> PTR
13115
13116         * Parse MX, PTR and SOA replies (see RFC 1035)
13117
13118 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13119
13120         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13121
13122         * Moved to Changelog.2.
13123
13124 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13125
13126         * gnus.el (gnus-version-number): Bump version.
13127
13128 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13129
13130         * gnus.el: No Gnus v0.1 is released.
13131
13132 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13133
13134         * gnus.el: No Gnus v0.0 is released.
13135
13136 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13137
13138         * gnus.el (gnus-version-number): Bump.
13139         (gnus-version): No.
13140
13141 See ChangeLog.2 for earlier changes.
13142
13143     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13144
13145   This file is part of GNU Emacs.
13146
13147   GNU Emacs is free software; you can redistribute it and/or modify
13148   it under the terms of the GNU General Public License as published by
13149   the Free Software Foundation; either version 3, or (at your option)
13150   any later version.
13151
13152   GNU Emacs is distributed in the hope that it will be useful,
13153   but WITHOUT ANY WARRANTY; without even the implied warranty of
13154   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13155   GNU General Public License for more details.
13156
13157   You should have received a copy of the GNU General Public License
13158   along with GNU Emacs; see the file COPYING.  If not, write to the
13159   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13160   Boston, MA 02110-1301, USA.
13161
13162 ;; Local Variables:
13163 ;; coding: utf-8
13164 ;; fill-column: 79
13165 ;; add-log-time-zone-rule: t
13166 ;; End:
13167
13168 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4