(nnimap-open-connection): Fix login/password bug.
[gnus] / lisp / ChangeLog
1 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4
5         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6
7         * auth-source.el: Preliminary Tramp docs.
8         (auth-sources): Change the default auth-sources to use
9         EPA .gpg files.
10
11 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12
13         * nntp.el: Autoload `auth-source-user-or-password'.
14         (nntp-send-authinfo): Use it.
15
16         * nnimap.el: Autoload `auth-source-user-or-password'.
17         (nnimap-open-connection): Use it.
18
19         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
20         for the gnus-message function.
21         (auth-source-user-or-password): Use it.
22
23 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
24
25         * gnus-registry.el: Adjusted copyright dates and added a keyword.
26
27         * gnus-util.el (gnus-extract-address-component-name)
28         (gnus-extract-address-component-email): Convenience functions around
29         `gnus-extract-address-components'.
30
31         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
32         `gnus-extract-address-component-email' to fix bug of comparing full
33         sender name to `user-mail-address'.
34
35 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
36
37         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
38         catch/throw to optimize.
39         (gnus-registry-find-keywords): Just use member to find a keyword.
40
41 2008-05-04  Juri Linkov  <juri@jurta.org>
42
43         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
44         (mailcap-file-default-commands): Use mailcap-replace-in-string
45         instead of replace-regexp-in-string, and mailcap-delete-duplicates
46         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
47
48 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
49
50         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
51
52 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
53
54         * gnus.el: Bump version to 0.11
55
56 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
57
58         * gnus.el: No Gnus v0.10 is released.
59
60 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
61
62         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
63         hooks.
64         (gnus-update-read-articles): Speed up non-marks-using users.
65         (gnus-use-marks): Define gnus-use-marks.
66         (gnus-propagate-marks): Rename variable to something more sensible.
67
68 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
69
70         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
71         (gmm-image-load-path-for-library): Fix typos in docstrings.
72         (gmm-message): Reflow docstring.
73
74 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
75
76         * mail-source.el (mail-source-set-1, mail-source-bind): Moved
77         auth-source code out of the macro to clean it up and fix bugs.
78
79 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
80
81         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
82         by sender if it's equal to user-mail-address, it's likely to be
83         useless.
84
85         * mail-source.el (mail-source-bind): Don't use user or password if they
86         are not bound.  Unintern them if they are nil.  Don't use server unless
87         it's bound, and default it to empty string otherwise.
88
89 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
90
91         * mail-source.el: Load auth-source.el.
92         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
93         get user name or password, if auth-sources is set up.
94
95         * gnus-registry.el (gnus-registry-split-strategy): New variable for
96         strategy of splitting with parent.
97         (gnus-registry-split-fancy-with-parent)
98         (gnus-registry-post-process-groups): Use it and fix prior
99         bug (returning a list as the split result).
100
101         * auth-source.el (auth-sources): Remove server parameter.
102         (auth-source-pick, auth-source-user-or-password)
103         (auth-source-user-or-password-imap)
104         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
105         (auth-source-user-or-password-sftp)
106         (auth-source-user-or-password-smtp): Remove server parameter.
107
108 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
109
110         * smime.el (smime-sign-region, smime-encrypt-region)
111         (smime-decrypt-region):
112         Remove redundant calls to `generate-new-buffer-name'.
113
114 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
115
116         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
117         Don't use QP for message/rfc822.
118         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
119
120 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
121
122         * sieve-manage.el (sieve-string-bytes): Remove.
123         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
124         correct byte-length only if the process's coding-system is the same as
125         the one used internally by Emacs to represent strings.
126
127 2008-04-22  Juri Linkov  <juri@jurta.org>
128
129         * mailcap.el (mailcap-file-default-commands): New function.
130
131 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
132
133         * message.el (message-signature-separator, message-cite-function):
134         Change custom version.
135
136 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
137
138         * tls.el (tls-program): Add -ign_eof argument to call the openssl
139         commands.
140         (tls-checktrust): Ditto.
141
142 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
143
144         * mm-decode.el (mm-display-external): Make temp file read-only.
145
146 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
147
148         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
149         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
150         `C-c C-f d'.
151
152 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
153
154         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
155
156 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
157
158         * gnus.el: Bump version to 0.9.
159
160 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
161
162         * gnus.el: No Gnus v0.8 is released.
163
164 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
165
166         * mail-source.el (mail-source-value):
167         Prefer fboundp to functionp so it works with macros as well.
168
169 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
170
171         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
172         Fix last change in case the element is not even a symbol.
173
174 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
175
176         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
177         Prefer fboundp to functionp so it works with macros as well.
178
179 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
180
181         * auth-source.el: Added docs.
182         (auth-sources): Modify format to support server.
183         (auth-source-pick, auth-source-user-or-password)
184         (auth-source-user-or-password-imap)
185         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
186         (auth-source-user-or-password-sftp)
187         (auth-source-user-or-password-smtp): Add server parameter.
188
189 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
190
191         * gnus-registry.el: Initialize the registry when gnus-registry-install
192         is t.
193
194 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
195
196         * compface.el (uncompface): Make buffer unibyte.
197
198 2008-04-05  Glenn Morris  <rgm@gnu.org>
199
200         * gnus-ems.el (mm-disable-multibyte): Autoload it.
201
202 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
203
204         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
205         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
206
207         * nnheader.el (nnheader-init-server-buffer): Change buffer's
208         multibyteness after rather than before erasing it.
209
210         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
211         mm-with-multibyte.
212         (gnus-request-article-this-buffer): Make sure the proper decoding is
213         used if gnus-original-article-buffer happens to be unibyte.
214
215         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
216         default-enable-multibyte-characters.
217
218         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
219         default-enable-multibyte-characters.
220
221         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
222
223         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
224
225 2008-04-02  Simon Josefsson  <simon@josefsson.org>
226
227         * imap.el (imap-enable-exchange-bug-workaround): New variable.
228         (imap-message-copyuid-1): Use it.
229         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
230         J. Williams in
231         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
232
233         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
234         imap-enable-exchange-bug-workaround.
235         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
236
237 2008-04-01  Simon Josefsson  <simon@josefsson.org>
238
239         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
240         a 100 byte status-checks into a 2-3MB transfer for each group.
241         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
242         to enable bug workaround or not.
243         (nnimap-find-minmax-uid): Only enable workaround conditionally.
244
245 2008-03-31  Glenn Morris  <rgm@gnu.org>
246
247         * message.el (mml2015-use): Declare for compiler.
248         (message-info): Require mml2015 when appropriate.
249
250 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
251
252         * Makefile.in (EMACS_COMP): Quote directory name that might contain
253         whitespace.
254
255 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
256
257         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
258         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
259         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
260         (nntp-service-to-port): New function.
261         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
262         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
263         (nntp-open-netcat-stream): New function.
264         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
265
266 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
267
268         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
269
270 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
271
272         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
273
274 2008-03-28  Magnus Henoch  <mange@freemail.hu>
275
276         * dns.el (dns-write): Use set-buffer-multibyte.
277
278 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
279
280         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
281
282 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
283
284         * message.el (message-signature-separator): Change default.
285         Improve custom type.
286         (message-cite-function): Change default to
287         message-cite-original-without-signature.
288
289         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
290         toggle.
291
292         * message.el (message-check-news-body-syntax): Fix signature check.
293         (message-setup-1): Mark buffer as unmodified _after_ running
294         message-setup-hook and handling message-alternative-emails.
295         (message-shorten-references): Be more strict when building list of
296         valid references to comply with GNKSA.
297
298         * gnus-group.el (gnus-read-ephemeral-bug-group)
299         (gnus-read-ephemeral-debian-bug-group)
300         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
301
302         * message.el (message-info): Don't use booleanp which isn't supported
303         in Emacs 21 and XEmacs.
304
305 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
306
307         * gnus-group.el (gnus-gmane-group-download-format): Rename from
308         gnus-group-gmane-group-download-format.
309         (gnus-group-read-ephemeral-gmane-group): Rename from
310         gnus-group-read-ephemeral-gmane-group.
311         (gnus-read-ephemeral-gmane-group-url): Rename from
312         gnus-group-read-ephemeral-gmane-group-url.
313         (gnus-bug-group-download-format-alist):  New variable.
314         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
315         (gnus-read-ephemeral-emacs-bug-group): New commands.
316
317 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
318
319         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
320         (gnus-visible-headers): Improve custom type.
321
322 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
323
324         * mml.el (mml-menu): Add workarounds for XEmacs.
325
326         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
327         X-Boundary header.
328
329         * message.el (message-simplify-recipients): Fix previous commit.
330
331 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
332
333         * mm-util.el (mm-set-buffer-multibyte): New function.
334         * mm-decode.el (mm-copy-to-buffer): Use it.
335
336 2008-03-19  Glenn Morris  <rgm@gnu.org>
337
338         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
339         Accidentally removed in the sync process with Emacs.
340
341 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
342
343         * message.el (message-alter-recipients-discard-bogus-full-name):
344         New function.
345         (message-alter-recipients-function): New variable.
346         (message-get-reply-headers): Use it.
347         (message-replace-header): New helper function.
348         (message-recipients-without-full-name): New variable.
349         (message-simplify-recipients): New command.
350
351         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
352
353         * message.el (message-info): Handle EasyPG manual.
354
355         * mml.el (mml-menu): Add entry for EasyPG.
356
357 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
358
359         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
360         parameter.
361
362         * message.el (message-disassociate-draft): Specify drafts group name
363         fully.
364
365 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
366
367         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
368         unnecessary duplicates from the match list.
369
370 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
373
374         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
375
376         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
377         args of `how-many' of which the XEmacs version doesn't take; declare
378         Info-index-next as function.
379
380 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
381
382         * gnus-score.el (gnus-score-headers): Fix handling of
383         gnus-inhibit-slow-scoring.
384
385         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
386         string.
387         (gnus-button-url-regexp): Improve handling of parenthesis.
388         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
389         (gnus-button-handle-info-keystrokes): Handle index entries.
390
391 2008-03-15  Glenn Morris  <rgm@gnu.org>
392
393         * parse-time.el (parse-time-string): Simplify.
394
395 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
396
397         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
398         Incoming* files.
399
400 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
401
402         * auth-source.el (auth-sources): Renamed from auth-source-choices.
403         (auth-source-pick): Use it.
404
405 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
406
407         * binhex.el (binhex-decode-region-internal):
408         * uudecode.el (uudecode-decode-region-internal):
409         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
410         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
411         setting default-enable-multibyte-characters.
412
413 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
414
415         * auth-source.el (auth-source-protocols)
416         (auth-source-protocols-customize, auth-source-choices): Added and
417         modified variable customizations and defaults.
418         (auth-source-pick, auth-source-user-or-password)
419         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
420         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
421         (auth-source-user-or-password-sftp)
422         (auth-source-user-or-password-smtp): Use new variables and provide an
423         interface to netrc.el.
424
425 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
426
427         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
428         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
429         Make sure the nntp port to specify is a string.
430
431 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
432
433         * nntp.el: Use with-current-buffer.
434         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
435         dubious mm-with-unibyte-current-buffer.
436         (nntp-with-open-group-function): New function extracted from
437         nntp-with-open-group macro.
438         (nntp-with-open-group): Use the function, so it's easier to debug.
439         Add indentation and debugging info.
440         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
441         the use of the netcat alternatives.
442
443         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
444         Avoid mm-string-as-multibyte as well.
445
446         * nnweb.el (nnweb-insert-html):
447         Remove use of nnheader-string-as-multibyte.
448
449         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
450         (nnheader-string-as-multibyte): Remove.
451
452         * mm-view.el: Use inhibit-read-only.
453         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
454         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
455         or unibyte-string.
456
457         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
458         (mm-uu-yenc-extract): Use with-current-buffer.
459
460         * gnus-soup.el (gnus-soup-send-packet): Don't use
461         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
462
463         * nnmh.el: Use with-current-buffer.
464         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
465         mm-string-as-multibyte on the output of mm-encode-coding-string.
466
467         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
468         (nnimap-request-move-article): Use with-current-buffer.
469
470         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
471         inserting the handle-buffer's text, so the implicit multibyte->unibyte
472         conversion uses string-make-unibyte rather than string-as-unibyte.
473
474         * gnus-msg.el: Use with-current-buffer.
475
476         * message.el (message-ignored-resent-headers): Add "Delivered-To".
477
478 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
479
480         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
481         string for caching if it is 'PIN.
482
483 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * lpath.el: Consider the case without Emacs/W3.
486
487 2008-03-08  Glenn Morris  <rgm@gnu.org>
488
489         * time-date.el (date-to-time, time-subtract, time-add)
490         (safe-date-to-time): Doc fixes.
491
492 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
493
494         * mail-source.el (mail-source-delete-old-incoming-confirm):
495         Change default to nil.
496         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
497
498 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
499
500         * lpath.el: Rearrange.
501
502         * gnus-art.el (gnus-narrow-to-page): Position point properly.
503         (gnus-article-goto-prev-page): Work for articles having ^L's.
504
505         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
506
507         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
508
509 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
510
511         * gnus-bookmark.el: Adjust for renames in bookmark.el.
512         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
513         (gnus-bookmark-jump): Adjust some variable names.
514
515 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
516
517         * auth-source.el: New package.
518         (auth-source-choices): Add customization entry point variable.
519
520         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
521         bug.
522
523 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
524
525         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
526         (gnus-registry-initialize, gnus-registry-install-p): Use it.
527         (gnus-registry-install-shortcuts): Rename from
528         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
529         the `gnus-registry-mark-map' keymap dynamically from
530         `gnus-registry-marks'.  The generated functions update the summary line
531         when a registry mark is added or deleted, and will call
532         `gnus-registry-install-p' (see the comments in the code).
533         (gnus-registry-user-format-function-M): Use concat intelligently.
534
535         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
536         the registry mark functions.
537
538 2008-03-05  Glenn Morris  <rgm@gnu.org>
539
540         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
541         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
542         gnus-art.
543         (top-level): No need to load own source when compiling.
544
545 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
546
547         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
548         Suggested by <chris.anderton@zetnet.co.uk>.
549
550 2008-03-04  Glenn Morris  <rgm@gnu.org>
551
552         * gnus-sum.el (top-level): No need to require gnus when compiling,
553         since unconditionally required near start of file.
554         (gnus-summary-display-while-building): Move definition before use.
555
556 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
557
558         * gnus-registry.el (gnus-registry-user-format-function-M): Add
559         formatting function.
560
561 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
562
563         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
564         with plists.
565         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
566         Use new format.
567
568 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
569
570         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
571         `where-is-internal' that returns a range of key sequences.
572
573 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
574
575         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
576
577         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
578         (gnus-summary-jump-to-group): Consider windows on other displayed
579         frames as well.  Similar changes might be needed elsewhere, but that's
580         the one I've bumped into during my use.
581
582         * nndoc.el (nndoc-oe-dbx-type-p):
583         * gnus-msg.el (gnus-debug):
584         * gnus-group.el (gnus-update-group-mark-positions):
585         Use mm-string-to-multibyte.
586
587 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
588
589         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
590         doesn't handle NotDashEscaped.
591
592         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
593         (mml-dnd-attach-options): Fix typo in custom choice.
594
595         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
596         nndoc-article-type to mbox.
597         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
598
599         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
600         to nil, instead of html2text.
601
602         * imap.el (imap-debug): Add `imap-ping-server'.
603
604         * gnus-bookmark.el: Add FIXMEs.
605
606         * message.el (message-form-letter-separator)
607         (message-send-form-letter-delay): New variables.
608         (message-send-form-letter): Use them.  New command to send form
609         letters.  Requested by Uwe Siart.
610         (message-send-mail-function): Doc fix.  Add "Other" custom option.
611
612 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
613
614         * Update copyright years.
615
616 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
617
618         Sync from EMACS_22_BASE.
619
620         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
621
622 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
623
624         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
625         empty author.
626
627 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
628
629         * gnus-registry.el (gnus-registry-marks): Add variable for
630         customization of marks and their appearance.
631         (gnus-registry-read-mark): Use it.
632         (gnus-registry-do-marks): Add utility function to loop through
633         `gnus-registry-marks'.
634         (gnus-registry-install-shortcuts-and-menus): Add function to install
635         shortcuts and menus.
636         (gnus-registry-initialize): Use it.
637         (gnus-registry-default-mark): Clarify documentation.
638
639 2008-02-29  Glenn Morris  <rgm@gnu.org>
640
641         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
642         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
643         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
644         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
645         Change defcustom :version from 23.0 to 23.1.
646
647 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
648
649         * gnus-registry.el (gnus-registry-follow-group-p)
650         (gnus-registry-post-process-groups): Add functions to aid registry
651         splitting and improve logging.  Clarify behavior in function
652         documentation.
653         (gnus-registry-split-fancy-with-parent): Use them.
654
655 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
656
657         * gnus-art.el: Use with-current-buffer.
658
659 2008-02-27  David Engster  <dengste@eml.cc>
660
661         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
662         Express real group name in the response.
663
664 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
665
666         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
667         (nnmairix-last-server, nnmairix-current-server): Defvar them.
668         (nnmairix-goto-original-article): Defvar gnus-registry-install and
669         autoload gnus-registry-fetch-group when compiling.
670         (nnmairix-request-group-with-article-number-correction): remove
671         unreferenced argument passed to nnmairix-call-backend.
672
673 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
674
675         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
676         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
677         Wilde.
678
679 2008-02-27  Glenn Morris  <rgm@gnu.org>
680
681         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
682         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
683         variables to defconsts.  Convert comments to doc-strings.
684         (nnmairix-last-server, nnmairix-current-server): Convert from free
685         variables to defvars.  Convert comments to doc-strings.
686         (gnus-registry-fetch-group): Autoload.
687         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
688         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
689         (nnmairix-widget-build-editable-fields): Use car cddr rather than
690         caddr.
691         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
692         nnmairix-request-group-with-article-number-correction call.
693         (nnmairix-fast, nnmairix-group): New, less general names, for free
694         variables passed from nnmairix-request-group to
695         nnmairix-request-group-with-article-number-correction.  Declare.
696         (nnmairix-request-group-with-article-number-correction):
697         Use nnmairix-fast, nnmairix-group rather than fast, group.
698
699 2008-02-26  David Engster  <dengste@eml.cc>
700
701         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
702         version 0.5.
703
704 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
705
706         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
707         instead of making an extra function call.  Don't add the current group
708         to articles only when they have the group.  Use
709         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
710         Reported by David <de_bb@arcor.de>.
711
712 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
713
714         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
715         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
716
717 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
718
719         * mail-source.el (mail-source-delete-incoming): Change default.
720         Supplement doc string.
721
722         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
723
724 2008-02-14  Glenn Morris  <rgm@gnu.org>
725
726         * time-date.el (format-seconds): New function.
727
728 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
729
730         * nnmail.el (nnmail-message-id-cache-file): Derive from
731         `gnus-home-directory'.
732
733 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
734
735         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
736         Document negative prefix.
737
738         * gnus-group.el (gnus-group-read-group): Document negative prefix.
739
740 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
741
742         * message.el (message-unsent-separator): Add the Exim bounce
743         separator.
744
745 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
746
747         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
748         list.
749         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
750         recipient/signer list.
751
752 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * Makefile.in (datarootdir): Define.
755         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
756         name that might contain whitespace.
757
758 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
759
760         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
761         fbound (Emacs 23 unicode), signal an error.
762
763 2008-02-08  Glenn Morris  <rgm@gnu.org>
764
765         * gnus-art.el (pgg-display-output-buffer): Declare as function.
766
767 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
768
769         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
770         ports to the calls to `netrc-machine-user-or-password' in addition to
771         "imap" and "imaps".
772
773 2008-02-01  Zhang Wei  <id.brep@gmail.com>
774
775         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
776
777         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
778
779 2008-02-01  Kenichi Handa  <handa@m17n.org>
780
781         * rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from
782         rfc2104-hexstring-to-bitstring and changed to return a byte list.
783         (rfc2104-hash): Convert the result of concat to unibyte string.
784
785 2008-02-01  Dave Love  <fx@gnu.org>
786
787         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
788         coding-system-for-read.
789         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
790
791 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
792
793         * gnus.el (gnus-group-startup-message): Add `find-image' call before
794         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
795         <hanche@math.ntnu.no>.
796
797 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
798
799         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
800
801         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
802
803 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
804
805         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
806         * message.el (message-beginning-of-line): Use featurep instead of bound
807         tests in order to resolve conditionals at compile time.
808
809 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
810
811         * mail-source.el (mail-sources): Add `group' choice.
812
813         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
814         parameter `in-group' to control into which group the articles go.
815         Add treatment of `group' mail-source.
816
817 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
820
821         * mm-decode.el (mm-dissect-buffer): Decode description.
822
823         * mml.el (mml-to-mime): Encode message header first.
824
825 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
828         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
829
830         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
831         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
832
833 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
834
835         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
836
837 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
838
839         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
840         prefix keys.
841         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
842         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
843         gnus-xmas.el.
844
845         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
846         (gnus-xmas-article-describe-bindings): New function.
847         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
848         gnus-xmas-article-describe-bindings.
849
850         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
851
852 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
853
854         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
855         Add new variables for article mark management.
856         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
857         list of extra data entries which, when present, will indicate that the
858         article ID should not be trimmed from the registry.
859         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
860         functions.
861         (gnus-registry-read-mark): New function to read a mark name from the
862         user.
863         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
864         (gnus-registry-set-article-mark-internal): New functions to add and
865         remove marks.
866         (gnus-registry-get-article-marks): New function to show the marks for
867         an article, or retrieve them for further use.
868
869 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
870
871         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
872         keys when no argument is given.
873
874 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
875
876         * imap.el (imap-ping-server): New variable.
877         (imap-opened): On add extra ping if imap-ping-server is non-nil.
878         (imap-ping-server): Minor doc string fixes.
879
880 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
881
882         * imap.el (imap-ping-server): New function.
883         (imap-opened): Call imap-ping-server.
884
885 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
886
887         * gnus-sum.el (gnus-article-sort-by-random)
888         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
889         jidanni@jidanni.org.
890
891 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
892
893         * gnus-art.el (gnus-article-describe-bindings): New function.
894         (gnus-article-read-summary-keys): Use it.
895         (gnus-article-mode-map): Bind `C-h b' to it.
896
897 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
898
899         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
900         XEmacs.
901         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
902         against non-character events.
903
904         * lpath.el: Fbind map-keymap for Emacs 21.
905
906 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
907
908         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
909         command.
910         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
911         instead of END.  Change name of the temp file.
912         (gnus-group-gmane-group-download-format): Add doc string.  Make it
913         customizable.
914
915 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
918         bind `S W' to gnus-article-wide-reply-with-original; set default
919         binding to gnus-article-read-summary-send-keys.
920         (gnus-article-read-summary-keys): Fix the order of keys; display
921         continuation keys correctly in the echo area; describe bindings
922         correctly when keys end with `C-h'.
923         (gnus-article-read-summary-send-keys): New function.
924         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
925         for gnus-article-read-summary-send-keys; display continuation keys
926         correctly in the echo area.
927         (gnus-article-reply-with-original): Ignore prefix argument.
928         (gnus-article-wide-reply-with-original): New function.
929
930         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
931         Emacs 21.
932
933 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
936         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
937
938 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
939
940         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
941         (gnus-group-read-ephemeral-gmane-group): New command.
942
943 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
944
945         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
946
947 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
948
949         * message.el (message-send-mail-function): Increase custom version.
950
951         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
952         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
953
954 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
955
956         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
957         for the cases where imap-authenticate is called with a nil buffer
958         parameter.
959
960 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
963         html parts correctly; support forwarded messages.
964         (gnus-article-browse-html-article): Remove work buffers.
965
966         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
967         compiling.
968         (netrc-bound-and-true-p): New macro.
969         (netrc-parse): Use it instead of bound-and-true-p that is not available
970         in XEmacs 21.4.
971
972 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
973
974         * gnus-registry.el (gnus-registry-mark-article)
975         (gnus-registry-article-marks): Add functionality to mark articles
976         through the Gnus registry.
977
978         * encrypt.el: Clarify documentation for the new pgg method.
979         (encrypt-file-alist): Add PGG option.
980         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
981         functionality.  Abstract password key and messaging to external
982         functions.
983         (encrypt-password-key, encrypt-get-passphrase-if-needed)
984         (encrypt-message-method-and-cipher): Add new convenience external
985         functions.
986         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
987         (encrypt-pgg-process-buffer): Add PGG functionality glue.
988
989         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
990         (netrc-parse): Use encrypt-file-alist to determine if
991         encrypt-find-model or encrypt-insert-file-contents should be used.
992
993         * encrypt.el: Clarify documentation.  Load password-cache or
994         password, whichever one is found first, instead of autoloading.
995
996 2007-12-19  Glenn Morris  <rgm@gnu.org>
997
998         * mml.el (message-options-set, message-narrow-to-head)
999         (message-in-body-p, message-mail-p, message-encode-message-body):
1000         Autoload.
1001         (message-remove-header, message-narrow-to-headers-or-head)
1002         (message-subscribed-p, message-make-mail-followup-to)
1003         (message-position-on-field, message-news-p)
1004         (message-options-set-recipient, message-generate-headers)
1005         (message-sort-headers): Declare as functions.
1006
1007 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1008
1009         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1010         convention in doc string.
1011
1012 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1013
1014         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1015         title to html parts.
1016         (gnus-article-browse-html-article): Pass message header to it.
1017
1018         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1019
1020 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1021
1022         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1023         or password compatible with XEmacs.
1024
1025 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1026
1027         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1028         format document.
1029         (gnus-mime-delete-part): Don't write description line if empty.
1030         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1031
1032 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1033
1034         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1035         (gnus-summary-mark-read-and-unread-as-read)
1036         (gnus-summary-mark-current-read-and-unread-as-read)
1037         (gnus-summary-mark-unread-as-ticked): Doc fix.
1038         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1039
1040 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1041
1042         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1043         Christoph Conrad <christoph.conrad@gmx.de>.
1044
1045 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1046
1047         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1048         yes-or-no-p.
1049
1050 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * mm-decode.el (mm-add-meta-html-tag): New function.
1053         (mm-save-part-to-file, mm-pipe-part): Use it.
1054
1055         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1056         gnus-y-or-n-p instead of y-or-n-p.
1057         (gnus-article-browse-html-parts): Work with message/external-body; use
1058         mm-add-meta-html-tag.
1059
1060 2007-12-11  Glenn Morris  <rgm@gnu.org>
1061
1062         * gnus-cache.el: Require gnus-sum not just when compiling.
1063
1064         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1065
1066         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1067         definitions before use.
1068
1069         * mm-decode.el: Require gnus-util.
1070         (mm-remove-part): Only call delete-annotation on XEmacs.
1071
1072         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1073
1074         * nnmail.el: Require gnus-int.
1075
1076         * spam.el: Move `require's before `eval-when-compile's.
1077
1078         * gnus-ems.el (gnus-alive-p):
1079         * gnus-fun.el (message-goto-eoh):
1080         * gnus-util.el (gnus-group-name-decode):
1081         * mail-source.el (gnus-compress-sequence):
1082         * message.el (Info-goto-node, format-spec):
1083         * mm-bodies.el (message-options-get):
1084         * mm-decode.el (mm-view-pkcs7):
1085         * mm-util.el (gmm-write-region):
1086         * mml-smime.el (mml-compute-boundary)
1087         (gnus-completing-read-with-default):
1088         * mml.el (widget-button-press, gnus-make-hashtable):
1089         * mml1991.el (mm-decode-content-transfer-encoding)
1090         (mm-encode-content-transfer-encoding)
1091         (message-options-get, message-options-set):
1092         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1093         * nnfolder.el (gnus-request-group):
1094         * nnheader.el (ietf-drums-unfold-fws):
1095         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1096         * smime.el (gnus-run-mode-hooks):
1097         * spam-stat.el (gnus-message): Autoload.
1098
1099         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1100         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1101         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1102         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1103         Add declare-function compatibility definition.
1104
1105         * gnus-cache.el (nnvirtual-find-group-art):
1106         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1107         (gnus-add-image, gnus-add-wash-type):
1108         * gnus-group.el (nnkiboze-score-file):
1109         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1110         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1111         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1112         (message-tokenize-header, gnus-get-buffer-create)
1113         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1114         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1115         * gnus.el (gnus-group-decoded-name):
1116         * mail-source.el (imap-capability):
1117         * mm-bodies.el (message-options-set):
1118         * mm-decode.el (gnus-configure-windows):
1119         * mm-extern.el (message-goto-body):
1120         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1121         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1122         (epg-sub-key-validity, message-options-set):
1123         * mml.el (widget-event-point, gnus-configure-windows):
1124         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1125         * mml2015.el (epg-check-configuration, epg-configuration)
1126         (message-options-set):
1127         * nndb.el (nndb-request-article):
1128         * nnfolder.el (gnus-request-create-group):
1129         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1130         * nnmaildir.el (gnus-group-mark-article-read):
1131         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1132         * rfc1843.el (message-fetch-field):
1133         * spam.el (gnus-extract-address-components):
1134         Declare as functions.
1135
1136 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1137
1138         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1139
1140         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1141
1142         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1143         bind show-trailing-whitespace for XEmacs.
1144
1145 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1146
1147         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1148         new no-op macro for backward compatibility.
1149
1150         * imap.el (imap-string-to-integer): New function.
1151
1152 2007-12-09  Glenn Morris  <rgm@gnu.org>
1153
1154         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1155
1156         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1157         * message.el, mm-view.el, sieve-manage, smime.el:
1158         Add declare-function compatibility definition.
1159
1160         * gnus-art.el (w3-region, w3m-region, Info-menu):
1161         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1162         * gnus-sum.el (gnus-get-predicate):
1163         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1164         * message.el (mail-abbrev-in-expansion-header-p):
1165         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1166         (w3m-detect-meta-charset, w3m-region):
1167         * sieve-manage.el (password-read, password-cache-add)
1168         (password-cache-remove):
1169         * smime.el (password-read-and-add): Declare as functions.
1170
1171 2007-12-08  David Kastrup  <dak@gnu.org>
1172
1173         * gnus-sum.el (gnus-summary-simplify-subject-query):
1174         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1175         `message'.
1176
1177 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1180         it to bind idna-program, installation-directory, defined-colors, and
1181         face-attribute for XEmacs of the version that compiles defcustom forms.
1182
1183 2007-12-07  Glenn Morris  <rgm@gnu.org>
1184
1185         * gnus-art.el (article-make-date-line): Revert previous change.
1186
1187 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1188
1189         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1190
1191 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1192
1193         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1194         Call gnus-add-to-range ranges only once with a prepared article-list.
1195
1196 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1197
1198         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups,
1199         nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1200         group names with backslashes.  Reported by Tassilo Horn
1201         <tassilo@member.fsf.org>.
1202
1203 2007-12-06  D. Goel  <deego3@gmail.com>
1204
1205         * gnus-art.el (article-make-date-line):
1206         * gnus-start.el (gnus-load):
1207         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1208
1209 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1210
1211         * gnus-art.el (gnus-use-idna)
1212         * gnus-start.el (gnus-site-init-file)
1213         * message.el (message-use-idna)
1214         * mm-uu.el (mm-uu-hide-markers)
1215         * smiley.el (smiley-style): Revert changes that suppress warnings.
1216
1217 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1220         specify charset to html source.  Reported by Christoph Conrad
1221         <christoph.conrad@gmx.de>.
1222
1223 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1224
1225         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1226         idna-program in order to suppress byte compile warning issued by XEmacs
1227         that came to byte compile the default value section of defcustom forms
1228         recently.
1229
1230         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1231         value of installation-directory.
1232
1233         * message.el (message-use-idna): Don't directly refer to the value of
1234         idna-program.
1235
1236         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1237
1238         * smiley.el (smiley-style): Don't directly call face-attribute.
1239
1240 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1241
1242         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1243
1244         * gnus-dired.el: Reduce Gnus dependencies.
1245         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1246         require.  Use autoloads instead.
1247         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1248         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1249         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1250         (gnus-dired-mode): Adjust doc string.
1251         (gnus-dired-mail-mode): New variable.
1252         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1253         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1254         (gnus-dired-mail-buffers): New function.  Return mail or message
1255         composition buffers.
1256         (gnus-dired-attach): Use it.
1257         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1258         NO-DECODE.
1259         (gnus-dired-print): Use `gnus-print-buffer' depending on
1260         `gnus-dired-mail-mode'.
1261
1262 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * rfc2047.el (rfc2047-encoded-word-regexp)
1265         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1266         explaining what regexp patterns are for.
1267
1268 2007-12-04  Glenn Morris  <rgm@gnu.org>
1269
1270         * password.el: Move to password-cache.el.
1271
1272         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1273         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1274         * mml-smime.el (password-read, password-cache-add)
1275         (password-cache-remove):
1276         No need to autoload, since mml-sec requires password.
1277
1278         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1279         * message.el (gnus-extract-address-components):
1280         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1281
1282         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1283         password.
1284
1285 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1286
1287         * mailcap.el: Reduce dependencies.
1288         (mail-header-parse-content-type): Autoload.
1289         (mailcap-delete-duplicates): New alias.
1290         (mailcap-mime-info): Add optional argument NO-DECODE.
1291         (mailcap-mime-types): Use mailcap-delete-duplicates.
1292
1293         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1294
1295 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1296
1297         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1298         (imap-parse-status): Upcase status-att for servers that sends them
1299         lower-case (e.g., MS Exchange 2007).
1300
1301 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1304         function.
1305
1306         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1307         (gnus-uu-yenc-article): New function.
1308
1309         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1310
1311         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1312         buffer.
1313
1314 2007-12-02  Glenn Morris  <rgm@gnu.org>
1315
1316         * binhex.el (binhex): New custom group.
1317         (binhex-decoder-program, binhex-decoder-switches)
1318         (binhex-use-external): Move to the binhex custom group.
1319
1320         * uudecode.el (uudecode): New custom group.
1321         (uudecode-decoder-program, uudecode-decoder-switches)
1322         (uudecode-use-external): Move to the uudecode custom group.
1323
1324         * netrc.el (top-level): Don't load `encrypt' features.
1325         (netrc-parse): Don't use encrypt.
1326         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1327
1328         * encrypt.el: Remove file.
1329
1330 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1331
1332         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1333         matches on patches.
1334
1335         * gnus-art.el (gnus-article-browse-html-article): Mention
1336         `mm-text-html-renderer' in the doc string.
1337
1338         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1339         string.  Add comments.
1340
1341         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1342         if rhs is ASCII.
1343
1344 2007-12-01  Glenn Morris  <rgm@gnu.org>
1345
1346         * mail-source.el (top-level): Require format-spec before
1347         eval-when-compile.
1348
1349 2007-11-30  Glenn Morris  <rgm@gnu.org>
1350
1351         * encrypt.el: Require password, rather than autoloading password-read.
1352
1353 2007-11-29  Glenn Morris  <rgm@gnu.org>
1354
1355         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1356         (sasl-make-client, sasl-next-step, sasl-step-data)
1357         (sasl-step-set-data): Declare as functions.
1358
1359 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1360
1361         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1362
1363 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1364
1365         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
1366         certs should be verified and what is to be done in the event of a
1367         verification failure.
1368
1369         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1370         caller can indicate whether the cache should be disregarded for this
1371         call.  This way the result of the call is reproducible at all times and
1372         can be considered a canonical server name for the supplied method.
1373         (gnus-agent-method-p): Canonicalize server names by pushing their
1374         method through `gnus-method-to-server' using the no-cache argument.
1375
1376         * gnus-srvr.el (gnus-server-insert-server-line): Call
1377         `gnus-method-to-server' with `no-cache' argument.
1378
1379         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1380         gnus-agent-possibly-synchronize-flags as this should be called when the
1381         server is actually being opened.
1382         (gnus-agent-possibly-synchronize-flags)
1383         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1384         flags file of an agentized server to the latter function.
1385
1386         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1387         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1388         after a connection has been established successfully.
1389
1390 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * gnus-art.el (article-display-face): Force to display face if called
1393         interactively; check if gnus-article-x-face-too-ugly matches author.
1394         (article-display-x-face): Display face even if From header is missing
1395         as article-display-face does.
1396
1397 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1398
1399         * hashcash.el (message-narrow-to-headers-or-head)
1400         (message-fetch-field, message-goto-eoh)
1401         (message-narrow-to-headers): Declare as functions.
1402
1403 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1404
1405         * mail-source.el (mail-sources): Default to fetch from file for
1406         compatibility with default of nnmail-spool-file.
1407
1408 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1411         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1412         to look for encoded word that should be encoded again.
1413         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1414         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1415         encoding pattern.
1416         (rfc2047-decode-region): Switch strict regexp and loose one according
1417         to rfc2047-allow-irregular-q-encoded-words.
1418
1419 2007-11-25  Romain Francoise  <romain@orebokech.com>
1420
1421         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1422
1423 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1424
1425         * tls.el (tls-program): Provide more custom choices from
1426         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1427         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1428
1429 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1430
1431         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1432         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1433
1434         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1435         `nnmail-spool-file'.
1436
1437         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1438         `nnmail-spool-file'.
1439
1440         * gnus-move.el (gnus-change-server): Ditto.
1441
1442         * gnus-kill.el (gnus-batch-score): Ditto.
1443
1444         * gnus-cache.el (gnus-jog-cache): Ditto.
1445
1446         * gnus-msg.el (gnus-summary-reply):
1447         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1448
1449 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1450
1451         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1452         version.  Minor improvement to doc strings.
1453         (tls-program): Add comment.
1454
1455 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
1456
1457         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1458         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1459         mismatch between the hostname provided in the certificate and the name
1460         of the host connnecting to.
1461         (open-tls-stream): Use them.  Check certificates against trusted root
1462         certificates.
1463
1464 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1465
1466         * gnus-cache.el (gnus-cache-generate-nov-databases):
1467         Use nnml-generate-nov-databases-directory instead of
1468         nnml-generate-nov-databases-1.
1469
1470 2007-11-24  Glenn Morris  <rgm@gnu.org>
1471
1472         * message.el (message-tool-bar-retro): Update for rename
1473         mail_send.xpm->mail-send.xpm.
1474
1475 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1476
1477         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1478         `smime-ldap-search' for Emacs 22 and up.
1479
1480 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1481
1482         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1483
1484         * message.el (message-send-mail-function): Fix error convention.
1485         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1486         (message-widen-reply, message-send-mail, message-talkative-question)
1487         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1488         (message-clone-locals, message-send-news): Use with-current-buffer.
1489         (message-insert-or-toggle-importance): Remove unused var `valid'.
1490         (message-make-references): Remove unused var `new-references'.
1491         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1492
1493 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1494
1495         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1496         (spam-split-symbolic-return-positive): Reflow docstring.
1497         (spam-backends, spam-summary-exit-behavior)
1498         (spam-mark-ham-unread-before-move-from-spam-group)
1499         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1500         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1501         (spam-clear-cache, spam-backend-check, spam-install-backend)
1502         (spam-install-statistical-backend, spam-list-of-processors)
1503         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1504         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1505         (spam-check-crm114, spam-initialize, spam-unload-hook):
1506         Fix typos in docstrings.
1507
1508 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1509
1510         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1511         been checked if they have never been read and those group levels are
1512         higher than the one that a user specified.
1513
1514 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1515
1516         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1517         foreign groups unless a group level is specified by a user.
1518         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1519
1520 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1521
1522         * message.el (message-send-mail-function): Require sendmail.
1523
1524 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1525
1526         * message.el (message-send-mail-function): Check for smtpmail too.
1527
1528         * utf7.el (utf7-encode, utf7-decode): Use coding system
1529         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1530
1531         * message.el (message-send-mail-function): New function.
1532         (message-send-mail-function): Set default using
1533         message-send-mail-function.  Adjust doc string.
1534         (message-send-mail-with-mailclient): New function.
1535
1536 2007-11-17  Richard Stallman  <rms@gnu.org>
1537
1538         * assistant.el: Remove file.
1539
1540 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1541
1542         * smime.el (from):
1543         * rfc2047.el (message-posting-charset):
1544         * qp.el (mm-use-ultra-safe-encoding):
1545         * pop3.el (parse-time-months):
1546         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1547         * nnml.el (files):
1548         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1549         (jka-compr-compression-info-list, ange-ftp-path-format)
1550         (efs-path-regexp):
1551         * nndiary.el (files):
1552         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1553         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1554         (epg-digest-algorithm-alist, inhibit-redisplay)
1555         (password-cache-expiry):
1556         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1557         (pgg-output-buffer, password-cache-expiry):
1558         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1559         (efs-path-regexp):
1560         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1561         (inhibit-redisplay):
1562         * mm-uu.el (file-name, start-point, end-point, entry)
1563         (gnus-newsgroup-name, gnus-newsgroup-charset):
1564         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1565         (latin-unity-ucs-list):
1566         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1567         (mm-uu-binhex-decode-function):
1568         * message.el (gnus-message-group-art, gnus-list-identifiers, )
1569         (rmail-enable-mime-composing, gnus-local-organization)
1570         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1571         (gnus-read-active-file, facemenu-add-face-function)
1572         (facemenu-remove-face-function, gnus-article-decoded-p)
1573         (tool-bar-mode):
1574         * mail-source.el (display-time-mail-function):
1575         * gnus-util.el (nnmail-pathname-coding-system)
1576         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1577         (gnus-original-article-buffer, gnus-user-agent)
1578         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1579         (xemacs-codename, sxemacs-codename, emacs-program-version):
1580         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1581         * gnus-start.el (gnus-agent-covered-methods)
1582         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1583         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1584         (gnus-newsgroup-headers, gnus-group-list-mode)
1585         (gnus-group-mark-positions, gnus-newsgroup-data)
1586         (gnus-newsgroup-unreads, nnoo-state-alist)
1587         (gnus-current-select-method, mail-sources)
1588         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1589         (nnmail-spool-file, gnus-cache-active-hashtb):
1590         * gnus-mh.el (mh-lib-progs):
1591         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1592         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1593         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1594         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1595         (gnus-group-buffer):
1596         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1597         (font-lock-set-defaults):
1598         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1599         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1600         (gnus-summary-post-menu, total-parts, type, condition, length):
1601         * gnus-agent.el (gnus-agent-read-agentview):
1602         * flow-fill.el (show-trailing-whitespace):
1603         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1604         eval-and-compile wrappers for byte compiler pacifiers.
1605
1606         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1607         (mm-display-inline-fontify): Check for featurep 'xemacs not
1608         extent-list.
1609
1610         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1611         itimer-list.
1612         (mm-create-image-xemacs): Only do something for XEmacs.
1613         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1614
1615         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1616
1617         * gnus-registry.el (gnus-adaptive-word-syntax-table):
1618         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1619
1620 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1621
1622         * nnimap.el (nnimap-split-download-body):
1623         * gnus-demon.el (gnus-demon):
1624         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1625
1626 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1629         macros.
1630         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1631         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1632         copy data from unibyte buffer to multibyte current buffer.
1633         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1634         to copy data from unibyte current buffer to multibyte buffer.
1635         (nntp-make-process-buffer): Make process buffer unibyte.
1636
1637         * pop3.el (pop3-open-server): Fix typo in Lisp code.
1638
1639 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
1640
1641         * pop3.el (pop3-open-server): Accept and process data more robustly at
1642         connexion start to avoid spurious "POP SSL connexion failed" errors.
1643
1644 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1647         read group names.
1648
1649 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
1650
1651         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1652
1653 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * nnmail.el (nnmail-parse-active): Make group names unibyte.
1656         (nnmail-save-active): Use a unibyte buffer when saving active file,
1657         which may contain non-ASCII group names.
1658
1659         * nnml.el (nnml-request-group): Decode group names in messages.
1660
1661 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
1662
1663         * message.el (message-citation-line-function)
1664         (message-insert-formatted-citation-line): Fix spelling of
1665         `message-insert-formated-citation-line'.
1666
1667 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
1668
1669         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1670
1671 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1674         nnmail-pathname-coding-system.
1675
1676         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1677         that a user enters; decode group names in messages.
1678
1679         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1680
1681 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1682
1683         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1684
1685         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1686
1687         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1688         risky local variable.
1689
1690         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1691
1692 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1693
1694         * encrypt.el: Improve documentation to fix function name typo.
1695         Reported by Daiki Ueno <ueno@unixuser.org>.
1696
1697 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1700         even if the point is not in the last page of an article.
1701         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1702         back to the previous page.
1703
1704 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
1705
1706         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1707
1708 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1709
1710         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1711
1712 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1713
1714         * message.el (message-check-news-body-syntax): Avoid
1715         mm-string-as-multibyte.
1716         (message-hide-headers): Don't assume (point-min)==1.
1717
1718 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1719
1720         * message.el (message-remove-blank-cited-lines): Fix if remove is
1721         given.
1722         (message-bogus-address-regexp): New variable.
1723         (message-bogus-recipient-p): New function.
1724         (message-check-recipients): New command.
1725         (message-syntax-checks): Add `bogus-recipient'.
1726         (message-fix-before-sending): Add `bogus-recipient'.
1727
1728         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1729         (gnus-treat-body-boundary): Don't test window-system.
1730
1731 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
1732
1733         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1734
1735 2007-10-28  Miles Bader  <miles@gnu.org>
1736
1737         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1738         at compile-time too.
1739
1740 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1741
1742         * gnus-msg.el (gnus-message-setup-hook): Add
1743         `message-remove-blank-cited-lines' to options.
1744
1745 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1746
1747         * message.el (message-remove-blank-cited-lines): New function.
1748         Suggested by Karl Plästerer.
1749
1750 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1751
1752         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1753         mapc.
1754
1755         * imap.el (imap-open): Replace mapcar called for effect with mapc.
1756         (top-level): Use mapc to set functions to be traced for debugging.
1757
1758         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1759         called for effect with while loop.
1760
1761         * message.el (message-talkative-question): Replace mapcar called for
1762         effect with mapc.
1763
1764         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1765         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1766         called for effect with dolist.
1767
1768         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1769
1770         * nndiary.el: Use dolist instead of mapcar to add diary headers to
1771         gnus-extra-headers and nnmail-extra-headers.
1772
1773         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1774         called for effect with dolist.
1775         (top-level): Use mapc to set functions to be traced for debugging.
1776
1777         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1778         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1779         dolist.
1780
1781         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1782         Replace mapcar called for effect with mapc.
1783         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1784         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1785         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1786         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1787
1788         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1789         remove-if that's a cl function.
1790
1791         * webmail.el (webmail-debug): Replace mapcar called for effect with
1792         dolist.
1793
1794         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
1795         with mapc.
1796
1797 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1798
1799         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1800         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1801         with while loop.
1802
1803         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1804         functions from article-* functions.
1805         (gnus-multi-decode-header): Replace mapcar called for effect with
1806         dolist.
1807
1808         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1809         (gnus-bookmark-show-details): Replace mapcar called for effect with
1810         while loop.
1811
1812         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1813         called for effect with while loop.
1814
1815         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1816         with dolist.
1817
1818         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1819         mapcar called for effect with dolist.
1820
1821         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1822
1823         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1824         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1825         Replace mapcar called for effect with dolist.
1826         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1827         mapc.
1828
1829         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1830         Replace mapcar called for effect with dolist.
1831         (gnus-topic-list): Replace mapcar called for effect with mapc.
1832
1833         * gnus.el: Use mapc instead of mapcar to add autoloads.
1834
1835 2007-10-23  Richard Stallman  <rms@gnu.org>
1836
1837         * gnus-group.el (gnus-group-highlight): Mark as risky.
1838
1839 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * gnus.el (gnus-server-to-method): Return method found first in
1842         gnus-newsrc-alist.
1843
1844         * gnus-art.el (gnus-article-highlight-signature)
1845         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1846         button overlay without the front stickiness.
1847
1848 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
1849
1850         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1851         overview buffer needed a catch to receive its throw.
1852         (gnus-agent-flush-cache): Declared as interactive to make this function
1853         easier to use.
1854
1855 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
1856
1857         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1858         `next-line'.
1859
1860 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1861
1862         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1863         exclude address matching message-dont-reply-to-names.
1864
1865 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1866
1867         * gnus-util.el (gnus-string<): New function.
1868
1869         * gnus-sum.el (gnus-article-sort-by-author)
1870         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1871
1872 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1873
1874         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1875         the frame-focus tag is set in gnus-buffer-configuration.
1876
1877 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1878
1879         * gnus-art.el (gnus-article-add-button): Make a button overlay without
1880         the front stickiness.
1881
1882 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1885         url pattern; remove duplicate one.
1886         (gnus-article-extend-url-button): New function.
1887         (gnus-article-add-buttons): Use it.
1888         (gnus-button-push): Use concatenated url that it makes.
1889
1890 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
1891
1892         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1893
1894 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1895
1896         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1897         Don't hardcode point-min==1.
1898
1899 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
1900
1901         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1902         Fix comment about "iso8859-1".
1903
1904 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
1905
1906         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1907         ones returned from the verify-function.
1908
1909         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1910         mml2015-extract-cleartext-signature if extraction failed.
1911
1912 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
1913
1914         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1915         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1916         failed.
1917
1918 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1919
1920         * Relicense "GPLv2 or later" files to "GPLv3 or later".
1921
1922 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
1923
1924         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
1925         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
1926         recommends to use EasyPG instead of PGG.
1927
1928         * pgg.el: Revert to revision 6.23.2.16
1929
1930         * pgg-def.el: Revert to revision 6.6.2.14.
1931
1932         * pgg-gpg.el: Revert to revision 6.23.2.34.
1933
1934 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
1935
1936         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
1937         to mark a thread as expirable.  Add variable `hide' to handle hiding of
1938         thread for both the null and zero (kill/expire thread) universal prefix
1939         cases.
1940         (gnus-summary-expire-thread): Add new function to expire a thread,
1941         using gnus-summary-kill-thread.
1942         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
1943         shortcuts for gnus-summary-expire-thread.
1944         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
1945         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
1946
1947 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1948
1949         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
1950         extras value, so an extras entry can be deleted.
1951         (gnus-registry-delete-extra-entry): Use it.
1952         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
1953         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
1954         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
1955         storage through the gnus-registry, and provide an appropriate API for
1956         it.
1957
1958 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
1961         Suggested by Leo <sdl.web@gmail.com>.
1962
1963         * gnus.el: Do.
1964
1965 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1966
1967         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
1968         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
1969
1970         * gnus-agent.el (gnus-agent-fetch-headers): Do.
1971
1972         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1973         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
1974
1975 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1976
1977         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
1978         newline.
1979         (nnmbox-request-accept-article): Don't change article in source buffer;
1980         narrow to header to use message-fetch-field rather than
1981         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
1982         (nnmbox-request-replace-article): Quote lines that'll be misidentified
1983         as delimiters; make sure article ends with newline.
1984         (nnmbox-delete-mail): Correct last position of article to be deleted;
1985         ignore X-Gnus-Newsgroup header in article body.
1986         (nnmbox-save-mail): Quote lines looking like delimiters at the right
1987         positions; make sure article ends with newline.
1988
1989         * message.el (message-display-abbrev): Don't infloop when a user
1990         inserts SPC in the beginning of header.
1991
1992         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
1993         coding-system-for-read and coding-system-for-write for XEmacs having no
1994         file-coding feature.
1995
1996         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
1997
1998 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
1999
2000         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2001         list of groups not followed by default.  Fix type to be regexp.
2002         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2003
2004 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2005
2006         * hmac-def.el (define-hmac-function): Switch from old-style to
2007         new-style backquotes.
2008
2009         * md4.el (md4-make-step): Likewise.
2010
2011 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2012
2013         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2014         raw-text coding system when saving .newsrc file, which may contain
2015         non-ASCII group names.
2016
2017 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * gnus-cus.el (gnus-score-extra): New widget.
2020         (gnus-score-extra-convert): New function.
2021         (gnus-score-customize): Use it for Extra.
2022
2023 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2024
2025         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2026         (mml2015-mailcrypt-clear-verify): Use it.
2027         (mml2015-gpg-clear-verify): Use it.
2028         (mml2015-pgg-clear-verify): Use it.
2029         (mml2015-epg-clear-verify): Replace the current part with the output
2030         from GnuPG; don't extract the plaintext by itself.
2031
2032         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2033         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2034         mml2015-clear-verify-function; don't touch the armor headers or
2035         dash-escaped text here.
2036
2037 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2038
2039         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2040         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2041         parts, or application/octet-stream as a last resort.
2042         (gnus-mime-view-part-as-type): Don't toggle display.
2043         (gnus-mime-view-part-as-charset): Don't turn off display before
2044         querying charset.
2045
2046         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2047         stuff to undisplayer function in Emacs.
2048         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2049
2050         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2051         text/calendar parts.
2052
2053 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2054
2055         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2056         decoding text/calendar parts.
2057
2058         * message.el (message-forward-make-body-mime): Always mark body as
2059         having no illegible text; remove signed-or-encrypted argument.
2060         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2061
2062         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2063         (mml-generate-mime-1): Don't encode body if it is specified to be in
2064         raw form; don't make buffer be unibyte when inserting multibyte string.
2065
2066 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2067
2068         * sha1.el: Fix up comment style.
2069         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2070         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2071
2072         * hex-util.el: Fix up comment style.
2073         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2074
2075         * gnus-salt.el: Use with-current-buffer.
2076         (gnus-pick-setup-message): Fix long-standing typo.
2077
2078 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2079
2080         * imap.el (imap-logout-timeout): New variable.
2081         (imap-logout, imap-logout-wait): New functions.
2082         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2083
2084         * nnimap.el (nnimap-logout-timeout): New server variable.
2085         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2086         nnimap-logout-timeout.
2087
2088         * gnus-art.el (gnus-article-summary-command-nosave)
2089         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2090
2091 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * gnus.el (gnus-maximum-newsgroup): New variable.
2094
2095         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2096         according to gnus-maximum-newsgroup.
2097
2098         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2099         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2100         Limit the range of articles according to gnus-maximum-newsgroup.
2101
2102 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2103
2104         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2105         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2106         Don't perform gnus-configure-windows here; reuse existing sticky
2107         article buffer.
2108
2109         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2110         it doesn't exist in gnus-article-mode.
2111
2112 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2115         (gnus-agent-decoded-group-name): New function.
2116         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2117         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2118
2119 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2120
2121         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2122         Add binding for gnus-sticky-article.
2123         (gnus-summary-exit): Don't kill sticky article buffers.
2124
2125         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2126         article buffer.
2127         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2128         (gnus-kill-sticky-article-buffers): New commands.
2129
2130 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2131
2132         * nntp.el (nntp-xref-number-is-evil): New server variable.
2133         (nntp-find-group-and-number): If it is non-nil, don't trust article
2134         numbers in the Xref header.
2135
2136 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2137
2138         * gnus-agent.el (gnus-agent-read-group): New function.
2139         (gnus-agent-flush-group, gnus-agent-expire-group)
2140         (gnus-agent-regenerate-group): Use it.
2141         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2142         nnmail-pathname-coding-system.
2143
2144 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2147
2148         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2149         that are unread as unread, and also as selected so that information of
2150         marks having been changed by a user may be updated when exiting group.
2151
2152 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2153
2154         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2155         calculated ignoring signature parts to gnus-treat-article.
2156
2157 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2160         a point here in order to keep the window start.
2161         (gnus-insert-mime-security-button): Make a button overlay without the
2162         front stickiness.
2163         (gnus-mime-display-security): Goto the end of a button.
2164
2165         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2166
2167 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2170         group-name-at-point.
2171         (gnus-group-completing-read): New function that offers decoded
2172         non-ASCII group names for completion.
2173         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2174         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2175         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2176         (gnus-group-fetch-control): Use it.
2177         (gnus-fetch-group): Use group-name-at-point for the initial value
2178         rather than the default value; use gnus-alive-p.
2179
2180         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2181         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2182         (gnus-summary-post-news): Use gnus-group-completing-read.
2183
2184         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2185         (gnus-read-move-group-name): Decode group name for completion.
2186
2187 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2188
2189         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2190         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2191         Yamaoka slightly modified the code).
2192
2193 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2196         (nnmail-split-incoming): Bind it.
2197
2198         * nnml.el (nnml-group-name-charset): New function.
2199         (nnml-decoded-group-name): Use it; don't decode group name if
2200         nnmail-group-names-not-encoded-p is non-nil.
2201         (nnml-encoded-group-name): New function.
2202         (nnml-group-pathname): Inline nnml-decoded-group-name.
2203         (nnml-request-expire-articles): Decode group name in message.
2204         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2205         nnmail-pathname-coding-system.
2206         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2207         not decoded ones according to nnmail-group-names-not-encoded-p.
2208         (nnml-generate-active-info): Use nnml-encoded-group-name.
2209
2210 2007-08-08  Glenn Morris  <rgm@gnu.org>
2211
2212         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2213         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2214         doc-strings and comments.
2215
2216 2007-07-25  Glenn Morris  <rgm@gnu.org>
2217
2218         * Relicense all FSF files to GPLv3 or later.
2219
2220 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * gnus-sum.el (gnus-summary-move-article): Make
2223         gnus-summary-respool-article work.
2224
2225 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2226
2227         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2228         string.
2229
2230 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2231
2232         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2233         that should be ignored when comparing distant RSS articles with local
2234         ones.
2235         (nnrss-make-hash-index): New function.  Create a hash index according
2236         to the ignored fields.
2237         (nnrss-check-group): Use it.
2238
2239 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2240
2241         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2242
2243         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2244
2245         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2246         the new optional argument ENCODED is non-nil.
2247         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2248         coding system for encoding group name.
2249         (gnus-group-make-rss-group): Pass un-encoded group name to
2250         gnus-group-make-group.
2251         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2252         encoded.
2253
2254         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2255         Encode group name to which articles are moved or copied.
2256         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2257         coding system for encoding Newsgroup, Followup-To and Xref headers.
2258
2259         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2260         marks; use nnheader-file-coding-system to write a file.
2261         (nnagent-retrieve-headers): Bind file-name-coding-system to
2262         nnmail-pathname-coding-system.
2263
2264         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2265
2266         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2267         (nnml-request-article, nnml-request-create-group)
2268         (nnml-request-rename-group, nnml-find-id)
2269         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2270         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2271         (nnml-save-marks): Use nnml-group-pathname instead of
2272         nnmail-group-pathname.
2273
2274         (nnml-request-create-group, nnml-request-expire-articles)
2275         (nnml-request-move-article, nnml-request-delete-group)
2276         (nnml-deletable-article-p, nnml-possibly-create-directory)
2277         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2278         (nnml-open-marks): Bind file-name-coding-system to
2279         nnmail-pathname-coding-system.
2280
2281         (nnml-request-article): Pass server argument to nnml-find-group-number.
2282         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2283         server argument to nnml-possibly-create-directory.
2284         (nnml-request-accept-article): Pass server argument to
2285         nnml-active-number and nnml-save-mail.
2286         (nnml-find-group-number): Pass server argument to nnml-find-id.
2287         (nnml-request-update-info): Pass server argument to
2288         nnml-marks-changed-p.
2289
2290         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2291         (nnml-save-mail, nnml-active-number): Add server argument.
2292
2293         (nnml-request-delete-group): Warn if group is missing.
2294         (nnml-get-nov-buffer): Decode group name.
2295         (nnml-generate-active-info): Encode group name.
2296         (nnml-open-marks): Decode group name in messages.
2297
2298 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2301         if it is not specified.
2302         (gnus-article-pipe-part, gnus-article-save-part)
2303         (gnus-article-interactively-view-part, gnus-article-copy-part)
2304         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2305         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2306         (gnus-article-replace-part, gnus-article-delete-part)
2307         (gnus-article-view-part-as-type): Pass raw prefix argument to
2308         gnus-article-part-wrapper.
2309
2310 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2311
2312         * gnus-agent.el (gnus-agent-save-active): Bind
2313         nnheader-file-coding-system to gnus-agent-file-coding-system.
2314
2315         * gnus-cache.el (gnus-cache-save-buffers)
2316         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2317         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2318         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2319         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2320         (gnus-cache-generate-active, gnus-cache-rename-group)
2321         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2322         (gnus-cache-update-overview-total-fetched-for): Bind
2323         file-name-coding-system to nnmail-pathname-coding-system.
2324         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2325         variables.
2326         (gnus-cache-decoded-group-name): New function.
2327         (gnus-cache-file-name): Use it.
2328         (gnus-cache-generate-active): Use non-decoded group name for active.
2329
2330         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2331         right place.
2332         (gnus-write-active-file): Don't break non-ASCII group names.
2333
2334         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2335         nnmail-pathname-coding-system.
2336
2337         * lpath.el: Bind default-file-name-coding-system,
2338         file-name-coding-system and language-info-alist for XEmacs.
2339
2340         * gnus-uu.el (gnus-uu-decode-save): Typo.
2341
2342 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2345
2346 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2347
2348         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2349         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2350         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2351         (gnus-agent-flush-group, gnus-agent-flush-cache)
2352         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2353         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2354         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2355         (gnus-agent-regenerate-group)
2356         (gnus-agent-update-files-total-fetched-for)
2357         (gnus-agent-update-view-total-fetched-for): Bind
2358         file-name-coding-system to nnmail-pathname-coding-system.
2359         (gnus-agent-group-pathname): Don't encode file names by
2360         nnmail-pathname-coding-system.
2361         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2362         coding-system-for-write instead of buffer-file-coding-system to
2363         gnus-agent-file-coding-system.
2364
2365         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2366         Decode group name.
2367
2368         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2369
2370         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2371         (gnus-read-newsrc-el-file): Make group names unibyte.
2372
2373         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2374         nnmail-pathname-coding-system.
2375
2376         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2377         (nnrss-request-delete-group): Bind file-name-coding-system to
2378         nnmail-pathname-coding-system.
2379         (nnrss-read-server-data, nnrss-read-group-data): Bind
2380         file-name-coding-system correctly.
2381         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2382
2383         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2384         (nntp-server-to-method-cache): New variable.
2385         (nntp-group-pathname): New function that decodes non-ASCII group names.
2386         (nntp-possibly-create-directory, nntp-marks-changed-p)
2387         (nntp-save-marks, nntp-open-marks): Use it.
2388         (nntp-possibly-create-directory, nntp-open-marks):
2389         Bind file-name-coding-system to nnmail-pathname-coding-system.
2390         (nntp-open-marks): Decode group names when bootstrapping marks.
2391
2392         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2393         Newsgroups and Folowup-To headers.
2394
2395 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2396
2397         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2398         (gnus-server-closed-face, gnus-server-denied-face)
2399         (gnus-server-offline-face): Remove variable.
2400         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2401
2402         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2403         of modifying message-stack directly for XEmacs.
2404
2405         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2406         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2407         if the coding-system argument is nil for XEmacs.
2408
2409         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2410         mm-charset-override-alist.
2411
2412         * rfc2047.el: Don't require base64; require rfc2045 for the function
2413         rfc2045-encode-string.
2414         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2415         to quote the parameter value.
2416
2417 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2418
2419         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2420         form in gnus-group-name-charset-method-alist.
2421
2422         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2423         overrides the default layout edit-form.
2424
2425         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2426
2427         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2428
2429 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2432         as unfetched articles.
2433
2434 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2435
2436         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2437
2438 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2441         original back end that keeps marks in the local system.
2442
2443 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2444
2445         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2446         arg of pop-to-buffer for XEmacs.
2447         (gnus-article-read-summary-keys): Ditto; don't restore window
2448         configuration if summary command ends up with neither article buffer
2449         nor summary buffer; describe bindings if summary keys end with C-h.
2450
2451 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2452
2453         * message.el (message-fix-before-sending): Skip raw message part to be
2454         forwarded while checking illegible text.
2455         (message-forward-make-body-mime, message-forward-make-body): Mark
2456         signed or encrypted raw message as having no illegible text.
2457
2458 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2461         (gnus-message-with-timestamp-1): New macro.
2462         (gnus-message-with-timestamp): New function.
2463         (gnus-message): Use them.
2464
2465         * nnheader.el (nnheader-message): Use them.
2466
2467 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2468
2469         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2470         .newsrc.eld file.
2471
2472 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * gnus-agent.el (gnus-agent-fetch-headers)
2475         (gnus-agent-retrieve-headers): Bind
2476         gnus-decode-encoded-address-function to identity.
2477
2478         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2479         available also when the server returns simply a dot.
2480
2481         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2482
2483 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2486
2487 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * gnus-ems.el (gnus-x-splash): Make it work.
2490
2491         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2492         from being used.
2493
2494         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
2495
2496 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2497
2498         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
2499         4th and the 5th arguments.
2500
2501         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2502         the front stickiness.
2503         (gnus-article-summary-command-nosave): Correct the order of the
2504         arguments passed to pop-to-buffer.
2505         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2506         summary command ends up with the article buffer.
2507
2508         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2509         the same faces.
2510
2511 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2512
2513         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2514
2515 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2516
2517         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2518         * gnus-sum.el (gnus-summary-highlight):
2519         * pgg.el (pgg-sign-region, pgg-sign):
2520         * mail-source.el (mail-source-delete-old-incoming-confirm):
2521         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2522
2523 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * gnus-art.el (gnus-mime-view-part-externally)
2526         (gnus-mime-view-part-internally): Fix predicate function passed to
2527         completing-read.
2528
2529         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2530
2531         * gnus.el (gnus-update-message-archive-method): Add :version.
2532
2533 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * gnus.el (gnus-update-message-archive-method): New variable.
2536
2537         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2538         according to gnus-message-archive-method if
2539         gnus-update-message-archive-method is non-nil.
2540
2541 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2542
2543         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2544         by Loic Dachary <loic@dachary.org>.
2545         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2546
2547 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2548
2549         * message.el (message-pop-to-buffer): Add switch-function argument.
2550         (message-mail): Pass switch-function argument to it.
2551
2552 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
2553
2554         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2555         Improve doc string.
2556
2557 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2558
2559         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2560         (gnus-header-content)
2561         * gnus-cite.el (gnus-cite-10)
2562         * gnus-srvr.el (gnus-server-closed)
2563         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2564         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2565         (gnus-group-mail-3-empty, gnus-group-mail-low)
2566         (gnus-group-mail-low-empty, gnus-splash)
2567         * message.el (message-header-to, message-header-cc)
2568         (message-header-subject, message-header-other, message-header-name)
2569         (message-header-xheader, message-separator, message-cited-text)
2570         (message-mml): Lighten colors of faces used for dark background.
2571
2572 2007-05-24  Simon Josefsson  <simon@josefsson.org>
2573
2574         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2575         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
2576
2577 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2578
2579         * message.el (message-narrow-to-headers-or-head):
2580         Ignore mail-header-separator in the body.
2581
2582 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2583
2584         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2585         same as window size.
2586
2587 2007-05-22  Kevin Ryde  <user42@zip.com.au>
2588
2589         * message.el (message-font-lock-keywords): Use message-header-xheader
2590         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
2591         ahead of the anything pattern, to get it recognised.
2592
2593 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2594
2595         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
2596         spam.el loads uses it in the compiled defadvice form.
2597
2598 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
2599
2600         * gnus-sum.el (gnus-articles-to-read)
2601         (gnus-summary-insert-old-articles): Don't truncate group name for
2602         `read-string'.
2603
2604         * gnus-util.el (gnus-limit-string): Delete this function.
2605
2606         * gnus-sum.el (gnus-simplify-subject-fully): Use
2607         `truncate-string-to-width' instead.
2608
2609 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
2610
2611         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
2612         if, on summary exit, the next group has to be selected.
2613         (gnus-summary-exit): Use it.
2614
2615 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2616
2617         * gnus-art.el (gnus-article-mode): Fix comment about displaying
2618         non-break space.
2619
2620 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2623         Check if group is not a directory.
2624         (nnfolder-request-expire-articles): Don't delete articles if the target
2625         group is not available.
2626
2627         * nnml.el (nnml-request-create-group): Properly check if group is not a
2628         file.
2629         (nnml-request-expire-articles): Don't delete articles if the target
2630         group is not available.
2631
2632         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2633         Don't quote characters that are within parentheses.
2634
2635 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2638         (gnus-handle-ephemeral-exit): Select article according to it.
2639
2640 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2641
2642         * message.el (message-insert-formated-citation-line): Remove newline.
2643         (message-citation-line-format): Add final \n here so that the user can
2644         avoid a blank line.
2645
2646 2007-05-03  Dan Christensen  <jdc@uwo.ca>
2647
2648         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2649         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2650         Update lanl/arXiv support.
2651
2652 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2653
2654         * gnus.el: Bump version number.
2655
2656 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657
2658         * gnus.el (gnus-version-number): Bump version.
2659
2660 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2661
2662         * gnus.el: No Gnus v0.6 is released.
2663
2664 2007-04-27  Didier Verna  <didier@xemacs.org>
2665
2666         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2667         * gmm-utils.el (gmm-regexp-concat): here.
2668         * message.el: Don't require 'gnus-util.
2669         (message-dont-reply-to-names): Handle name change above.
2670         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2671
2672 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2675         since the initial value varies according to the system.
2676
2677 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2678
2679         * mm-util.el (mm-charset-synonym-alist): Defcustom.
2680
2681 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
2682
2683         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2684
2685 2007-04-24  Didier Verna  <didier@xemacs.org>
2686
2687         Improve the type of gnus-ignored-from-addresses.
2688         * gnus-util.el (gnus-orify-regexp): New function.
2689         * message.el (gnus-util): Require it.
2690         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2691         * gnus-sum.el (gnus-ignored-from-addresses): New function.
2692         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2693
2694 2007-04-24  Didier Verna  <didier@xemacs.org>
2695
2696         * gnus-sum.el:
2697         * gnus-utils.el: Fix some trailing whitespaces.
2698
2699 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2700
2701         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2702         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2703         article's Message-ID; refer parent article in summary buffer.
2704
2705         * message.el (message-bounce): Call mime-to-mml.
2706
2707         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
2708         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
2709         optimize and/or forms properly.
2710
2711 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
2712
2713         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
2714         URL.
2715
2716 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2717
2718         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2719
2720 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2723         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2724         displayed of multipart/alternative part if it is invoked from summary
2725         buffer.
2726
2727         * mm-view.el (mm-inline-text-html-render-with-w3m)
2728         (mm-inline-text-html-render-with-w3m-standalone)
2729         (mm-inline-render-with-function): Use mail-parse-charset by default.
2730
2731 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2732
2733         * parse-time.el (parse-time-string-chars): Check if CHAR
2734         is less than the length of parse-time-syntax.
2735
2736 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2739         from gnus-newsgroup-processable.
2740
2741 2007-04-16  Didier Verna  <didier@xemacs.org>
2742
2743         * gnus-msg.el (gnus-configure-posting-styles): Handle
2744         message-signature-directory properly with :file syntax.  Reported by
2745         "Leo".
2746
2747 2007-04-11  Didier Verna  <didier@xemacs.org>
2748
2749         New user option: message-signature-directory.
2750         * gnus-msg.el (gnus-configure-posting-styles): Support it.
2751         * message.el (message-insert-signature): Ditto.
2752         * message.el (message-signature-file): Doc update.
2753         * message.el (message-signature-directory): New.
2754
2755 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2756
2757         * gnus-msg.el (gnus-inews-yank-articles): Use
2758         message-exchange-point-and-mark instead of exchange-point-and-mark.
2759
2760 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * message.el (message-yank-original): Make sure cited text ends with
2763         newline; don't exchange point and mark.
2764
2765 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2766
2767         * tls.el (open-tls-stream): Properly handle case where there
2768         is no associated buffer.
2769
2770 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
2771
2772         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2773         message-yank-original, make sure (< mark TEXT point).
2774
2775 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2776
2777         * message.el (message-fill-column): New variable.
2778         (message-mode): Use it.  Add comment on a possible new hook.
2779
2780         * nnmail.el (nnmail-spool-file): Mark as obsolete.
2781         (nnmail-get-new-mail): Reformat.
2782
2783         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2784
2785         * gmm-utils.el: Fix Commentary.
2786         (gmm-tool-bar-from-list): Fix typo in doc string.
2787
2788 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
2789
2790         * message.el (message-yank-original): Don't switch point and mark
2791         unnecessarily to put point and mark as documented.
2792
2793 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2796         from the message heads.
2797
2798 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
2799
2800         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2801         article buffer does not have a window.  This may not be the best
2802         solution but is certainly better than setting the start of the null,
2803         that is the current, window.
2804
2805 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2806
2807         * gnus-draft.el (gnus-draft-setup-hook): New hook.
2808         (gnus-draft-setup): Run it.
2809
2810         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2811         gnus-score-fast-scoring.  Allow regexp.
2812         (gnus-score-headers): Use it.
2813
2814         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2815         XEmacs.
2816
2817         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2818         string.
2819         (gnus-button-alist): Also catch `<f1> k ...'.
2820         (gnus-treat-display-x-face): Fix doc string.
2821
2822 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2823
2824         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2825         evaluation of gnus-extended-version to ensure correct generation of the
2826         User-Agent header when message-generate-headers-first is used.
2827
2828 2007-03-24  Simon Josefsson  <simon@josefsson.org>
2829
2830         * hashcash.el (hashcash-generate-payment-async): Don't crash if
2831         hashcash-path is nil.  Don't call callback with incorrect number of
2832         parameters if val is 0.
2833
2834 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2835
2836         * message.el (message-required-news-headers):
2837         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2838
2839 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
2840
2841         * tls.el (open-tls-stream): In handshake-waiting loop,
2842         don't wait more if there is output available to process.
2843
2844 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
2845
2846         * tls.el (tls-program): Doc fix.
2847
2848 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * message.el (message-generate-new-buffers): Change the meaning of the
2851         nil value; add `standard' to the choices; treat t as `unique'; improve
2852         doc string.
2853         (gnus-select-frame-set-input-focus): Autoload.
2854         (message-buffer-name): Search for the existing message buffer if
2855         message-generate-new-buffers is nil or `standard'; treat the value t of
2856         message-generate-new-buffers as `unique'.
2857         (message-pop-to-buffer): Raise the frame already displaying the message
2858         buffer; clear the echo area after querying.
2859         (message-setup): Pass the `continue' argument to compose-mail.
2860         (message-mail): Prefer `switch-function' if it is given; search for the
2861         existing message buffer if the `continue' argument is non-nil; pass
2862         continue and switch-function arguments to compose-mail by way of
2863         message-setup.
2864         (message-mail-other-window): Adjust argument of message-setup.
2865         (message-mail-other-frame): Ditto.
2866
2867 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2868
2869         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2870         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2871         to turn font-lock on when turning gnus-message-citation-mode on.
2872
2873 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
2874
2875         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2876         (mml-smime-function-alist): New variable; add epg as the backend.
2877         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2878         mml-smime- functions instead.
2879         * mm-view.el: Require smime.
2880
2881 2007-03-05  Didier Verna  <didier@xemacs.org>
2882
2883         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2884         instead of just inheritance for posting styles.
2885         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2886
2887 2007-02-24  Chris Moore  <dooglus@gmail.com>
2888
2889         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
2890         * pgg-pgp.el (pgg-pgp-encrypt-region):
2891         * pgg-gpg.el (pgg-gpg-encrypt-region):
2892         Check pgg-encrypt-for-me if no other recipients.
2893
2894 2007-02-24  John Paul Wallington  <jpw@pobox.com>
2895
2896         * tls.el (tls-certtool-program): Fix custom type.
2897
2898 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2901         and point-at-eol instead of line-(beginning|end)-position.
2902
2903         * assistant.el (assistant-parse-buffer): Ditto.
2904
2905         * netrc.el (netrc-parse-services): Ditto.
2906
2907 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
2908
2909         * mml2015.el (mml2015-epg-find-usable-key): New function.
2910         (mml2015-epg-sign): Use it.
2911         (mml2015-epg-encrypt): Use it.
2912
2913 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2914
2915         * message.el (message-make-in-reply-to): Quote name containing
2916         non-ASCII characters.  It will make the RFC2047 encoder cause an error
2917         if there are special characters.  Reported by NAKAJI Hiroyuki
2918         <nakaji@jp.freebsd.org>.
2919
2920 2007-02-27  Didier Verna  <didier@xemacs.org>
2921
2922         Include the group parameters as well as the topic ones in the
2923         inheritance filter process.
2924         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2925         argument GROUP-PARAMS-LIST.
2926         * gnus-topic.el (gnus-group-topic-parameters): Use it.
2927
2928 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * nntp.el (nntp-never-echoes-commands)
2931         (nntp-open-connection-functions-never-echo-commands): New variables.
2932         (nntp-send-command): Use them.
2933
2934 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
2935
2936         * mml2015.el (mml2015-epg-verify): Simplified.
2937
2938 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * mml.el (mml-content-disposition-alist): New user option.
2941         (mml-content-disposition): New function.
2942         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
2943         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
2944
2945 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
2946
2947         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
2948         verification.
2949
2950 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2951
2952         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
2953         articles posted in the last 24 hours.
2954
2955 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
2956
2957         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
2958
2959 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
2960
2961         * nntp.el (nntp-send-command): Don't wait for echoes when
2962         nntp-open-ssl-stream is used.
2963
2964 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * gnus-cite.el (gnus-test-font-lock-add-keywords)
2967         (gnus-message-add-citation-keywords)
2968         (gnus-message-remove-citation-keywords): Remove.
2969         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
2970         directly, make the variables in font-lock-defaults buffer-local, add
2971         gnus-message-citation-keywords to them and then update the value of
2972         font-lock-keywords.
2973
2974 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2975
2976         * message.el (message-cite-original-1): Don't call
2977         gnus-article-highlight-citation.
2978
2979         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
2980         citations; fix line count.
2981
2982 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2983
2984         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
2985         (gnus-message-add-citation-keywords)
2986         (gnus-message-remove-citation-keywords): Use it; fix the emulating
2987         versions of font-lock-add-keywords and font-lock-remove-keywords to
2988         work with XEmacs correctly.
2989
2990 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * gnus-cite.el (gnus-cite-face-list): Set the values of
2993         gnus-message-max-citation-depth and gnus-message-citation-keywords.
2994         (gnus-message-max-citation-depth): Use defvar rather than defconst.
2995         (gnus-message-cite-prefix-regexp): New variable.
2996         (gnus-message-search-citation-line): Use it; protect against long
2997         citation prefix; fill match data with nil rather than 0 for XEmacs; set
2998         the 0th match data for Emacs.
2999         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3000         (gnus-message-add-citation-keywords): Append keywords rather than
3001         prepending; emulate font-lock-add-keywords if it is not available.
3002         (gnus-message-remove-citation-keywords): Emulate
3003         font-lock-remove-keywords if it is not available.
3004
3005         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3006
3007         * message.el (message-cite-prefix-regexp): Set the value of
3008         gnus-message-cite-prefix-regexp.
3009
3010 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3011
3012         * nnweb.el (nnweb-google-parse-1): Update parser.
3013
3014 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3015
3016         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3017
3018 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3019
3020         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3021         regexp.
3022
3023 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3024
3025         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3026         string-to-multibyte.
3027         (uudecode-decode-region-internal): Use it.
3028
3029         * lpath.el: Fbind string-as-multibyte for XEmacs.
3030
3031 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3032
3033         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3034         custom choice.
3035
3036         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3037
3038 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3039
3040         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3041
3042         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3043         `write-region' to respect `mm-inhibit-file-name-handlers'.
3044
3045 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3046
3047         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3048         Use gnus-home-directory instead of "~/" or "$HOME".
3049
3050 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3051
3052         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3053         to mention filename.
3054         Add comments at beginning regarding usage.
3055         (encrypt-write-file-contents): Change interactive so a string is
3056         acceptable.  If the file has no associated model, show an error instead
3057         of a nonsense prompt.
3058
3059 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3060
3061         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3062         Thanks to Yoshihiko Yamada for kind notification of this typo.
3063
3064 2007-01-12  Kenichi Handa  <handa@m17n.org>
3065
3066         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3067         multibyte buffer.
3068
3069 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3070
3071         * gnus-score.el (gnus-score-fast-scoring): New variable.
3072         (gnus-score-headers): Use it.
3073
3074         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3075
3076         * message.el (message-cite-original-1): Call
3077         gnus-article-highlight-citation if requested.
3078         (message-make-from): Allow name and address as optional arguments.
3079
3080         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3081
3082         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3083         bugs to doc string.
3084         (gnus-button-alist): Add mid\\|message-id.
3085         (gnus-button-fetch-group): Extend for use in
3086         `browse-url-browser-function'.
3087         (gnus-button-url-regexp): Try to catch paired parentheses like in
3088         Wikipedia URLs.
3089
3090         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3091         Suggested by Simon Krahnke <overlord@gmx.li>.
3092
3093 2007-01-13  Romain Francoise  <romain@orebokech.com>
3094
3095         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3096         Update copyright.
3097
3098 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3099
3100         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3101
3102 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3103
3104         * gnus-registry.el (gnus-registry-unfollowed-groups)
3105         (gnus-registry-split-fancy-with-parent): Fix documentation.
3106
3107 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3108
3109         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3110         from nnweb groups.
3111
3112 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3113
3114         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3115         Xref urls.  Erase buffer before requesting head.
3116
3117 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3118
3119         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3120         customizable.
3121
3122 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3123
3124         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3125         no signing key is found.
3126         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3127         no encrypting and/or signing key is found.
3128
3129 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3130
3131         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3132
3133 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3134
3135         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3136         headers read from disk with the ones newly found in the current search.
3137         This should no longer cause problems, because the article numbers in
3138         Gmane's `nov.php' output are ignored since the previous change.
3139
3140 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3141
3142         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3143
3144 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3145
3146         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3147         replace-regexp-in-string; bind url-version; fbind display-images-p and
3148         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3149         find-face and set-itimer-function for Emacs; bind itimer-list for
3150         Emacs.
3151
3152         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3153
3154 2007-01-01  Romain Francoise  <romain@orebokech.com>
3155
3156         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3157
3158 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3159
3160         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3161         `define-minor-mode' macro definition expanded properly.
3162         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3163         exclude it there.
3164
3165         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3166         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3167         `fboundp' test.
3168         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3169         This is OK to autoload in (S)XEmacs now.
3170
3171 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172
3173         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3174         keystroke.
3175         (gnus-summary-limit-to-singletons): Fix typo.
3176
3177         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3178         else fails.
3179
3180 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3181
3182         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3183         docstring.
3184
3185         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3186         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3187         (gnus-summary-insert-dormant-articles): Fix typo in message.
3188
3189 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3190
3191         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3192         nil for XEmacs.
3193         (gnus-message-citation-mode): Don't autoload in XEmacs.
3194
3195         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3196
3197 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3198
3199         * nnimap.el (nnimap-expunge-search-string): Mention
3200         nnimap-search-uids-not-since-is-evil in docstring.
3201
3202 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3203
3204         * spam.el: Revert to make-obsolete-variable because
3205         define-obsolete-variable-alias is not supported in Emacs 21.
3206
3207         * spam.el (spam-ifile-path, spam-ifile-database-path)
3208         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3209         make-obsolete-variable.
3210         (spam-bsfilter-path, spam-bsfilter-program)
3211         (spam-spamassassin-path, spam-spamassassin-program)
3212         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3213         use "path" inappropriately.
3214         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3215         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3216         variable names.
3217
3218 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3219
3220         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3221         summary buffer.
3222
3223         * password.el (password-cache-remove): Use clear-string to burn
3224         password, if available.
3225
3226 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3227
3228         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3229
3230         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3231
3232         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3233         (gnus-message-highlight-citation): Move defcustom here from
3234         gnus-cite.el.
3235         (gnus-message-citation-mode): Autoload.
3236
3237         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3238         checks to make it compile with XEmacs.
3239         (gnus-message-citation-mode): New minor mode.
3240         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3241         (gnus-message-highlight-citation): New variables.
3242         (gnus-message-search-citation-line)
3243         (gnus-message-add-citation-keywords)
3244         (gnus-message-remove-citation-keywords)
3245         (turn-on-gnus-message-citation-mode)
3246         (turn-off-gnus-message-citation-mode): New functions.
3247
3248 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3249
3250         * gnus-cite.el: Enable highlighting of different citation levels in
3251         message-mode.
3252
3253 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3254
3255         * message.el (message-make-fqdn): Fix comment.
3256         (message-bogus-system-names): Add ".local".
3257
3258         * spam.el (spam-ifile-path, spam-ifile-program)
3259         (spam-ifile-database-path, spam-ifile-database)
3260         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3261         Don't use "path" inappropriately.
3262         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3263         strings.
3264         (spam-check-ifile, spam-ifile-register-with-ifile)
3265         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3266         new variable names.
3267
3268         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3269         (gnus-treat-display-smileys): Simplify using
3270         gnus-image-type-available-p.
3271
3272         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3273         available.
3274
3275         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3276         `display-images-p' if available.
3277
3278 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3279
3280         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3281         one after turning on the buffer's multibyteness instead of decoding
3282         them directly in the unibyte buffer that causes unexpected conversion
3283         in Emacs 23 (unicode).
3284
3285 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3286
3287         * message.el (message-generate-hashcash): Fix custom type.
3288
3289 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3290
3291         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3292
3293 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3294
3295         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3296         disconnect icons.  Add help text.
3297
3298 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3299
3300         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3301         negated to be consistent with the others we handle.
3302
3303 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304
3305         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3306         version of gnus-summary-buffer to something, so that we can use two
3307         article buffers at the same time.
3308
3309 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3310
3311         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3312         trigger all the extra headers.
3313         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3314         sorting.
3315
3316 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3317
3318         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3319         solid groups.
3320
3321 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3322
3323         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3324
3325 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3326
3327         * legacy-gnus-agent.el: Add Copyright notice.
3328
3329 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3330
3331         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3332
3333 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3334
3335         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3336
3337         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3338         to make it work reliably in CVS Emacs.
3339         (gnus-summary-limit-strange-charsets-predicate)
3340         (gnus-summary-limit-to-predicate): New functions.
3341
3342 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3343
3344         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3345         specifying array size.
3346         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3347         array if it is too small.
3348         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3349         (gnus-sort-threads-loop): New function.
3350
3351 2006-12-06  Chris Moore  <dooglus@gmail.com>
3352
3353         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3354         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3355
3356 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3357
3358         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3359         options.
3360
3361 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3362
3363         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3364         DOS-ing the recipient.
3365
3366         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3367         the headers when creating the mapping to avoid mismappings.
3368         (nnweb-gmane-create-mapping): Always nix out old mapping.
3369
3370 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3371
3372         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3373         and mm-verify-option to never.
3374
3375 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * message.el (message-signed-or-encrypted-p): New function.
3378         (message-forward-make-body): Use it.
3379
3380         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3381         Replace encode-coding-string with mm-encode-coding-string.
3382
3383 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         * nneething.el (nneething-decode-file-name): Replace
3386         decode-coding-string with mm-decode-coding-string.
3387
3388         * gnus-int.el (gnus-open-server): Say failed server's name.
3389
3390 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3391
3392         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3393         strings to a single string.  Quote `errors-file-name'.
3394         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3395         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3396         Adjust calls.  Use `shell-quote-argument'.
3397
3398 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3399
3400         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3401         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3402
3403         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3404         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3405         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3406         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3407         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3408         (gnus-subscribe-newsgroup, gnus-1):
3409         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3410         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3411         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3412         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3413
3414 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3417         keystroke.
3418         (gnus-summary-limit-to-bodies): Implement headersp.
3419
3420 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3423
3424 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3427
3428 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * message.el (message-generate-hashcash): Expand range of values to
3431         include `opportunistic'.
3432         (message-send-mail): Use it.
3433
3434 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3435
3436         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3437         and comment it.
3438
3439         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3440
3441 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3442
3443         * gnus-util.el (gnus-extract-address-components): Improve comment.
3444
3445 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * gnus-util.el (gnus-extract-address-components): Work with address in
3448         which the name portion contains @.
3449
3450         * lpath.el: Fbind custom-autoload.
3451
3452 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3453
3454         * gnus.el (gnus-start): Move custom group up.
3455         (gnus-select-method): Don't autoload, but make it available for
3456         `customize-variable'.
3457         (gnus-getenv-nntpserver): Don't autoload.
3458
3459 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3460
3461         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3462
3463 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3464
3465         * message.el (message-sendmail-extra-arguments): New variable.
3466         (message-send-mail-with-sendmail): Use it.
3467
3468 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3471         mm-with-unibyte-current-buffer to make string unibyte.
3472
3473         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3474         mm-string-as-multibyte.
3475
3476 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3477
3478         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3479         Reported by Werner Koch <wk@gnupg.org>.
3480
3481 2006-11-14  Daiki Ueno  <ueno@p360>
3482
3483         * mml2015.el: Autoload epa-select-keys when compiling.
3484
3485 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3486
3487         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3488         message-options.
3489         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3490
3491 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3492
3493         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3494         EasyPG (< 0.0.6).
3495         (mml2015-always-trust): New user option.
3496         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3497         prompt.
3498
3499 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * nntp.el (nntp-authinfo-force): New variable.
3502         (nntp-send-authinfo): Use it.
3503
3504 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3505
3506         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3507         decode encoded words.  Improve prompt.  Add comment about forwarding.
3508         (message-replacement-char): Move up.
3509
3510 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3511
3512         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3513         instead of gnus-intersection because arguments of gnus-sorted-nunion
3514         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3515
3516 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3517
3518         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3519         (message-simplify-subject-functions): Enable
3520         message-strip-subject-encoded-words by default.
3521
3522 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3523
3524         * message.el (message-strip-subject-encoded-words): New function
3525         (message-simplify-subject-functions): New variable.
3526         (message-simplify-subject): Use it.  Fix typo in doc string.
3527         Support message-strip-subject-encoded-words.
3528
3529 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3530
3531         * gnus-diary.el (gnus-diary-delay-format-function):
3532         * nndiary.el (nndiary-reminders):
3533         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3534
3535 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3536
3537         * gnus-art.el (article-hide-boring-headers): Fetch date from
3538         gnus-original-article-buffer to avoid problems with localized date
3539         strings.
3540
3541 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3542
3543         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3544
3545 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3546
3547         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3548         New variables.
3549         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3550         (mm-charset-synonym-alist): Move some entries to
3551         mm-codepage-iso-8859-list.
3552         (mm-charset-synonym-alist, mm-charset-override-alist): Add
3553         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3554
3555 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3556
3557         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3558
3559 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3560
3561         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3562         with Emacs 21 and XEmacs.
3563
3564 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3565
3566         * spam.el (spam-parse-address): New function for better parsing,
3567         catching errors, etc.
3568         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3569
3570 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3571
3572         * mm-view.el: Add interactive arg to html2text autoload.
3573
3574 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3575
3576         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3577
3578 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
3579
3580         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3581         variables.
3582         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3583         (mm-charset-synonym-alist): Move some entries to
3584         mm-codepage-iso-8859-list.
3585
3586         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3587
3588 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
3589
3590         * message.el (message-citation-line-format)
3591         (message-insert-formated-citation-line): Fix implementation of %E, %N
3592         and %n according to the doc string.
3593
3594 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
3595
3596         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3597         car-safe to avoid bad parses.
3598
3599 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3602         names.
3603
3604         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3605
3606 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3609         header.
3610
3611         * message.el (message-draft-headers): Add Date.
3612         (message-headers-to-generate): Fix typo in docstring.
3613
3614         * nndraft.el (nndraft-required-headers): New variable.
3615         (nndraft-generate-headers): Use it.
3616
3617         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3618
3619 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3620
3621         * gnus-registry.el (gnus-registry-wash-for-keywords)
3622         (gnus-registry-find-keywords): New functions to allow easy searching of
3623         articles that are in the registry.
3624
3625 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3626
3627         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3628         ietf-drums-parse-address instead of gnus-extract-address-components.
3629         Reported by Damien Elmes <damien@repose.cx>.
3630
3631 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3632
3633         * gnus.el (gnus-mime): Remove unused custom group.
3634
3635 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3636
3637         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3638         "blank line" when searching for end of armor headers.
3639
3640 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * gmm-utils.el (gmm-write-region): Fix variable name.
3643
3644 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
3645
3646         * gmm-utils.el (gmm-write-region): New function based on compatibility
3647         code from `mm-make-temp-file'.
3648
3649         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3650
3651         * nnmaildir.el (nnmaildir--update-nov)
3652         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3653         Use `gmm-write-region'.
3654
3655 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3656
3657         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3658         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3659
3660         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3661
3662         * message.el (message-replacement-char): New variable.
3663         (message-fix-before-sending): Use it.
3664         (message-simplify-subject): New function to remove duplicate code.
3665         (message-reply, message-followup): Use it.
3666
3667         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3668         gnus-summary-limit-to-articles.
3669
3670 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * gnus-util.el (gnus-with-local-quit): New macro.
3673
3674         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3675
3676 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
3677
3678         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3679         ignore non-string data.
3680
3681 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
3682
3683         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3684         non-string data (needs to be done in the registry too).
3685
3686 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3687
3688         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3689         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3690         (gnus-registry-split-fancy-with-parent)
3691         (gnus-registry-fetch-simplified-message-subject-fast)
3692         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3693         Remove text properties on ingress into the registry and when it's saved.
3694         (gnus-registry-clean-empty-function): Fix bug with cleaning the
3695         registry from entries with no groups.
3696
3697 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3698
3699         * gnus-util.el (gnus-string-remove-all-properties): Add utility
3700         function to remove string properties.
3701
3702 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3703
3704         * gmm-utils.el (gmm): Adjust custom version.
3705
3706         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3707         custom version.
3708
3709         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3710
3711 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3712
3713         * gnus-art.el (gnus-insert-prev-page-button)
3714         (gnus-insert-next-page-button): Simplify.  Reformat.
3715
3716 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3717
3718         * gnus-art.el (gnus-insert-prev-page-button)
3719         (gnus-insert-next-page-button): Apply gnus-article-button-face.
3720
3721 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
3722
3723         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3724
3725 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3726
3727         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3728         gnus-article-button-face to MIME and security buttons.
3729
3730 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
3731
3732         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3733         readable.
3734
3735 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
3738
3739 2006-09-20  Steve Youngs  <steve@sxemacs.org>
3740
3741         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3742         `browse-url-of-file' instead of `browse-url'.
3743
3744 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3745
3746         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3747         regexp.  Articles containing quotation were cut prematurely.
3748
3749 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3750
3751         * message.el (message-cite-original-1): Use nobody by default for the
3752         value of From header.
3753         (message-reply): Ditto.
3754
3755 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
3756
3757         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3758         to the gnus-info.  This fixes a bug of inline-PGP message verification.
3759         Reported by Michael Piotrowski <mxp@dynalabs.de>.
3760
3761 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
3762
3763         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3764         mails in the doc string.  Add some URLs in comment.
3765         (pop3-movemail): Warn about pop3-leave-mail-on-server.
3766
3767 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3770         backslashes handling and the way to find boundaries of quoted strings.
3771
3772 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
3773
3774         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3775         mml1991-encrypt-to-self is set and mml1991-signers is not set.
3776         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3777         mml2015-encrypt-to-self is set and mml2015-signers is not set.
3778
3779 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3780
3781         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
3782         doc string.
3783         (gnus-button-regexp, gnus-button-last): Remove unused variables.
3784
3785 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * lpath.el: Fbind epg-check-configuration.
3788
3789 2006-09-06  Simon Josefsson  <jas@extundo.com>
3790
3791         * mml2015.el (mml2015-use): Doc fix, mention epg.
3792
3793 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3794
3795         * mml2015.el (mml2015-use): Default to epg, if available.
3796
3797 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3798
3799         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3800         message-sender.
3801         (mml1991-epg-encrypt): Ditto.
3802         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3803         message-sender.
3804         (mml2015-epg-encrypt): Ditto.
3805
3806 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
3807
3808         * message.el (message-send-mail-with-sendmail): Look for sendmail in
3809         several common directories.
3810
3811 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
3812
3813         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3814         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3815
3816 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * gnus-art.el (article-decode-encoded-words): Make it fast.
3819
3820 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3823
3824         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3825         in quoted string into `\'.
3826
3827 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3830         Use standard-syntax-table.
3831
3832 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * gnus-art.el (gnus-decode-address-function): New variable.
3835         (article-decode-encoded-words): Use it to decode headers which are
3836         assumed to contain addresses.
3837         (gnus-mime-delete-part): Remove useless `or'.
3838
3839         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3840         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3841         (gnus-nov-parse-line): Use it to decode From header.
3842         (gnus-get-newsgroup-headers): Ditto.
3843         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3844
3845         * mail-parse.el (mail-decode-encoded-address-region): New alias.
3846         (mail-decode-encoded-address-string): New alias.
3847
3848         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3849         New function.
3850         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3851         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3852         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3853         (rfc2047-decode-string): Ditto.
3854         (rfc2047-decode-address-region): New function.
3855         (rfc2047-decode-address-string): New function.
3856
3857 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
3858
3859         * message.el (message-caesar-buffer-body): Allow rotating headers.
3860
3861         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3862
3863         * message.el (message-insert-formated-citation-line): Fix %f.
3864         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3865
3866 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3867
3868         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3869         (gnus-bookmark-mouse-available-p): New macro.
3870         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3871         (gnus-bookmark-bmenu-show-infos): Use it.
3872         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3873         (gnus-bookmark-bmenu-hide-infos): Ditto.
3874         (gnus-bookmark-remove-properties): New function.
3875         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3876         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3877         (gnus-bookmark-write-file): Bind coding-system-for-write.
3878         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3879         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3880         group before selecting it.
3881         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3882         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3883         quit-window if it is not available; use gnus-mouse-2 and bind it to
3884         gnus-bookmark-bmenu-select-by-mouse.
3885         (gnus-bookmark-show-details): Remove unused variable `details-list'.
3886         (gnus-bookmark-bmenu-select-by-mouse): New function.
3887
3888 2006-08-13  Romain Francoise  <romain@orebokech.com>
3889
3890         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3891         space.
3892
3893 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * compface.el (uncompface): Use binary rather than raw-text-unix.
3896
3897 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * compface.el (uncompface): Make sure the eol conversion doesn't take
3900         place when communicating with the external programs.  Reported by
3901         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3902
3903 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3904
3905         * nnheader.el (nnheader-insert-head): Fix typo in comment.
3906
3907 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3908
3909         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3910         Make it more robust by parsing author and date independently.
3911
3912 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3915
3916 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
3917
3918         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3919         first matching secret key.
3920         (mml2015-epg-encrypt): Ditto.
3921
3922         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3923         first matching secret key.
3924         (mml1991-epg-encrypt): Ditto.
3925
3926         * mml2015.el (mml2015-encrypt-to-self): New user option.
3927         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3928         mml2015-epg-encrypt-to-self is set.
3929
3930         * mml1991.el (mml1991-encrypt-to-self): New variable.
3931         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3932         mml1991-epg-encrypt-to-self is set.
3933
3934         * mml2015.el (mml2015-signers): New user option.
3935         (mml2015-epg-sign): Reflect the value of mml2015-signers.
3936         (mml2015-epg-encrypt): Allow to select signing keys.
3937
3938         * mml1991.el (mml1991-signers): New variable.
3939         (mml1991-epg-sign): Reflect the value of mml1991-signers.
3940         (mml1991-epg-encrypt): Allow to select signing keys.
3941
3942 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * nnheader.el (nnheader-insert-head): Make it work even if the file
3945         uses CRLF for the line-break code.
3946
3947 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
3948
3949         * mml2015.el: Require mml-sec instead of password.
3950         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
3951         (mml2015-cache-passphrase): Inherit the default value from
3952         mml-secure-cache-passphrase.
3953         (mml2015-passphrase-cache-expiry): Inherit the default value from
3954         mml-secure-passphrase-cache-expiry.
3955
3956         * mml1991.el: Require mml-sec instead of password.
3957         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
3958         (mml1991-cache-passphrase): Inherit the default value from
3959         mml-secure-cache-passphrase.
3960         (mml1991-passphrase-cache-expiry): Inherit the default value from
3961         mml-secure-passphrase-cache-expiry.
3962
3963         * mml-sec.el: Require password.
3964         (mml-secure-verbose): New user option.
3965         (mml-secure-cache-passphrase): New user option.
3966         (mml-secure-passphrase-cache-expiry): New user option.
3967
3968 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
3969
3970         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3971         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
3972         andreas@altroot.de (Andreas Vögele).
3973
3974         FIXME: Use `tiny change'?
3975
3976 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3977
3978         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
3979         workaround for the url package included with Emacs.
3980
3981         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3982
3983 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
3986         correctly.  This fixes a bug caused by the 2006-05-12 change.
3987
3988 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
3989
3990         * nnmail.el (nnmail-article-group): If splitting raises an error, give
3991         some information about the error when saying that the `bogus' mail
3992         group will be used.
3993
3994 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
3995
3996         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
3997         string.
3998
3999 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4000
4001         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4002
4003 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4004
4005         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4006
4007 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4008
4009         * mml1991.el (mml1991-function-alist): Add epg.
4010         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4011         (mml1991-epg-encrypt): New functions.
4012
4013 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4014
4015         * mml2015.el (mml2015-verbose): New variable.
4016         (mml2015-cache-passphrase): Ditto.
4017         (mml2015-passphrase-cache-expiry): Ditto.
4018         (mml2015-function-alist): Add epg.
4019         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4020         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4021         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4022         functions.
4023
4024 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4025
4026         * message.el (message-cite-original-1): Preserve region when removing
4027         quoted text due to X-No-Archive in order to avoid bogus attribution
4028         when citing multiple messages.
4029
4030 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4031
4032         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4033         Kenneth Jacker <khj@be.cs.appstate.edu>.
4034
4035 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4036
4037         * gnus-diary.el (gnus-user-format-function-d)
4038         (gnus-user-format-function-D): Autoload.
4039
4040         * imap.el (Commentary): Fix typo.
4041
4042         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4043         2006-04-22 contribution.
4044
4045 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4046
4047         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4048         It didn't really fix the bogosity I'm seeing with solid web groups.
4049
4050 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4051
4052         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4053         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4054         created using server names.  If we use the feature without declaring
4055         it, Gnus does not properly manage server and group state.
4056
4057         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4058         bound.
4059
4060 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4061
4062         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4063         looking up the method using GROUP's prefix before inventing a new one.
4064         It is used on killed/unknown groups in various places where returning
4065         an all-new method isn't expected by the caller.
4066
4067         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4068         and match semantics of gnus-group-real-prefix.
4069
4070 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4071
4072         * nnmail.el (nnmail-broken-references-mailers): New variable.
4073         (nnmail-ignore-broken-references): New function generalizing
4074         nnmail-fix-eudora-headers.
4075         (nnmail-fix-eudora-headers): Now obsolete.
4076
4077         * gnus-art.el (gnus-button-handle-custom): Support
4078         `customize-apropos*'.
4079
4080 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4081
4082         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4083
4084         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4085         articles.
4086
4087 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4088
4089         * message.el (message-cite-reply-above): New variable.
4090         (message-yank-original): Use it.
4091
4092 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4093
4094         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4095
4096 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4097
4098         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4099         as read.
4100
4101         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4102
4103 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4104
4105         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4106         (gnus-bookmark-default-file): Use gnus-directory.
4107         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4108         Remove "*" in doc string.
4109         (gnus-bookmark-write-file): Simplify.
4110         (gnus-bookmark-maybe-sort-alist): Use `when'.
4111         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4112         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4113         FIXME about Emacs 21 and XEmacs compatibility.
4114         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4115         compatibility.
4116         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4117         compatibility.
4118         (gnus-bookmark-menu-heading): Fix version.
4119
4120 2006-06-19  Bastien Guerry  <bzg@altern.org>
4121
4122         * gnus-bookmark.el: New file.
4123
4124 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * message.el (message-syntax-checks): Doc fix.
4127
4128 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4129
4130         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4131         unsubscribed groups as if they were killed ones.  It causes duplicate
4132         entries in gnus-newsrc-alist.
4133
4134 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * message.el (message-syntax-checks): Doc fix.
4137         (message-send-mail): Add check for continuation headers.
4138         (message-check-news-header-syntax): Fix regexp used to check for
4139         continuation headers.
4140
4141 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4144
4145 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4146
4147         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4148
4149 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4152         default-truncate-lines.
4153
4154 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4157         to fill the utf-8 entry.
4158
4159         * lpath.el: Fbind unicode-precedence-list.
4160
4161 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4162
4163         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4164
4165 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4166
4167         * gnus-agent.el (directory-files-and-attributes): Move all the way
4168         forward (the third and final move).
4169         (gnus-agent-read-agentview): Trap reconstruction errors due to
4170         nonexistant directory.  Handle by returning nil.
4171
4172 2006-05-30  Didier Verna  <didier@xemacs.org>
4173
4174         * message.el (message-dont-reply-to-names): Update the custom type.
4175         * message.el (message-dont-reply-to-names): New defsubst: potentially
4176         convert a list of regexps into a single one.
4177         * message.el (message-get-reply-headers): Use it.
4178         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4179
4180 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * gnus-agent.el (directory-files-and-attributes): Move forward.
4183
4184 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4185
4186         * gnus-ml.el (gnus-mailing-list-subscribe)
4187         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4188         (gnus-mailing-list-message): Fix doc strings.
4189
4190 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4191
4192         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4193         of doing it manually.
4194
4195 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4196
4197         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4198         comment.
4199
4200 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4201
4202         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4203         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4204         (gnus-agent-read-local): All symbols allocated in my-obarray
4205         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4206         (gnus-agent-regenerate-group): Check numeric names to see if they are
4207         messages or groups.
4208         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4209         better way of do this...)
4210
4211         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4212         'dummy.group' (there should be a better way of do this...)
4213
4214 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4217         (gnus-saved-headers): Ditto.
4218         (gnus-default-article-saver): Mention functions may have properties.
4219         (gnus-article-save): Override gnus-save-all-headers and
4220         gnus-saved-headers by :headers property which saver function may have.
4221         (gnus-summary-save-in-file): Add :headers property.
4222         (gnus-summary-write-to-file): Ditto.
4223
4224         * gnus-sum.el (gnus-summary-save-article): Bind
4225         gnus-prompt-before-saving to t when saving many articles in a file;
4226         always show all headers.
4227
4228         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4229
4230 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4231
4232         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4233         marks.
4234
4235         * message.el (message-indent-citation): Add optional arguments to allow
4236         using it outside of message buffers.
4237
4238         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4239         (gnus-article-treat-unfold-headers): Use it.
4240         (gnus-article-truncate-lines): New variable.
4241         (gnus-article-mode): Use it.
4242         (gnus-article-toggle-truncate-lines): New function.
4243
4244         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4245         gnus-article-toggle-truncate-lines.
4246
4247         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4248         coding system in XEmacs, use binary.
4249
4250 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4253         after-load-alist.
4254
4255         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4256         this function should save decoded articles.
4257         (gnus-summary-write-to-file): Use property to specify this function
4258         should save decoded articles and specify gnus-summary-save-in-file
4259         should be used to save articles other than the first one when saving
4260         many articles.
4261         (gnus-summary-save-body-in-file): Use property to specify this
4262         function should save decoded articles.
4263         (gnus-summary-write-body-to-file): Use property to specify this
4264         function should save decoded articles and specify
4265         gnus-summary-save-body-in-file should be used to save articles other
4266         than the first one when saving many articles.
4267
4268         * gnus-sum.el (gnus-summary-save-article): Simplify.
4269
4270 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * gnus-art.el (gnus-default-article-saver): Add
4273         gnus-summary-write-body-to-file.
4274         (gnus-article-save-coding-system): Don't use coding system object
4275         in XEmacs.
4276         (gnus-read-save-file-name): Add optional `dir-var' argument which
4277         specifies directory in which files are saved; work even if optional
4278         `variable' argument is not specified.
4279         (gnus-summary-write-to-file): Read file name.
4280         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4281         (gnus-summary-write-body-to-file): New function.
4282
4283         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4284         (gnus-summary-local-variables): Add it.
4285         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4286         (gnus-summary-save-article): Remove optional `decode' argument;
4287         determine whether to decode articles by the value of
4288         gnus-default-article-saver; when saving many files using
4289         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4290         it first and use gnus-summary-save-in-file or
4291         gnus-summary-save-body-in-file thereafter unless
4292         gnus-prompt-before-saving is always; move point to article which
4293         will be saved.
4294         (gnus-summary-save-article-file): Revert.
4295         (gnus-summary-write-article-file): Revert.
4296         (gnus-summary-save-article-body-file): Revert.
4297         (gnus-summary-write-article-body-file): New function.
4298
4299 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * gnus-art.el (gnus-default-article-saver): Doc fix.
4302         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4303         from gnus-summary-save-article-coding-system, and default to a
4304         certain coding system.
4305         (gnus-output-to-file): Add coding cookie and encode text according
4306         to gnus-article-save-coding-system; don't use mm-append-to-file.
4307
4308         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4309         gnus-art.el and rename to gnus-article-save-coding-system.
4310         (gnus-summary-save-article): Require gnus-art; don't show all
4311         headers if it decodes articles; don't add coding cookie here;
4312         don't bind mm-text-coding-system-for-write.
4313         (gnus-summary-save-article-file): Save decoded articles.
4314         (gnus-summary-write-article-file): When saving many files, use
4315         gnus-summary-write-to-file first and gnus-summary-save-in-file
4316         thereafter unless gnus-prompt-before-saving is always.
4317         (gnus-summary-save-article-body-file): Save decoded articles.
4318
4319         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4320
4321 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4322
4323         * nnrss.el (nnrss-check-group): Bind hash-index.
4324
4325 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4326
4327         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4328         its hash index.  Store this hash in `nnrss-group-data'.
4329         (nnrss-read-group-data): Update accordingly.
4330
4331 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4332
4333         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4334         entry.
4335
4336         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4337         gnus-article-browse-html-article.
4338
4339 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4340
4341         * gnus-sum.el (gnus-summary-mime-map): Add
4342         gnus-article-browse-html-article.
4343
4344         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4345
4346 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4347
4348         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4349         suitable coding systems in customize.
4350
4351 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4352
4353         * mail-source.el (mail-sources): Fix custom type.
4354
4355 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4356
4357         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4358         (gnus-summary-expire-articles-now): Shorten prompt.
4359
4360         * gmm-utils.el (wid-edit): Require.
4361         (defun-gmm): Renamed from `gmm-defun-compat'.
4362         (gmm-image-search-load-path): Use it.
4363         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4364
4365 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4368         variable.
4369         (gnus-summary-save-article): Add optional `decode' argument.  If
4370         it is set and gnus-summary-save-article-coding-system is non-nil,
4371         save decoded article.
4372         (gnus-summary-write-article-file): Save decoded article if
4373         gnus-summary-save-article-coding-system is non-nil.
4374
4375         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4376         type.
4377
4378 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4381
4382 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4385         first to test gnus-single-article-buffer which may be buffer-local.
4386
4387         * gnus-sum.el (gnus-summary-setup-buffer): Make
4388         gnus-single-article-buffer buffer-local and nil in ephemeral
4389         group; make gnus-article-buffer, gnus-article-current, and
4390         gnus-original-article-buffer always buffer-local.
4391         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4392         group.
4393         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4394
4395 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4396
4397         * nnml.el (nnml-request-compact-group): Compressed files might not
4398         have .gz extension.
4399
4400 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4401
4402         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4403         (mm-copy-to-buffer): Use with-current-buffer.
4404         (mm-display-part): Simplify.
4405         (mm-inlinable-p): Add optional arg `type'.
4406
4407 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4408
4409         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4410         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4411         Try harder to show the attachment internally or externally using
4412         gnus-mime-view-part-as-type.
4413
4414 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4415
4416         * message.el (message-from-style, message-signature-separator)
4417         (message-user-organization-file, message-send-mail-function)
4418         (message-citation-line-function, message-yank-prefix)
4419         (message-indent-citation-function, message-signature)
4420         (message-signature-file, message-signature-insert-empty-line):
4421         Remove autoloads.
4422
4423         * gnus-art.el (gnus-buttonized-mime-types): Remove
4424         "multipart/signed".  Revert 2006-04-26 change.
4425
4426 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4427
4428         * gnus.el (gnus-version-number): Bump version.
4429
4430 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4431
4432         * gnus.el: No Gnus v0.5 is released.
4433
4434 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4435
4436         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4437         fetching articles by message-id.
4438
4439 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440
4441         * message.el (hashcash): Require hashcash as normal.
4442
4443         * ecomplete.el (ecomplete-highlight-match-line): Use
4444         point-at-eol.
4445         (ecomplete-highlight-match-line): Use `highlight', because that
4446         face exists in both Emacs and XEmacs.
4447
4448         * message.el (message-display-abbrev): Use point-at-bol.
4449
4450         * mail-source.el: Don't require timer/timer-funcs.
4451
4452         * gnus-async.el: Ditto.
4453
4454         * password.el: Ditto.
4455
4456         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
4457
4458         * mm-url.el: Ditto.
4459
4460         * gnus-xmas.el: Don't require timer-funcs.
4461
4462         * mm-util.el: Require timer/timer-funcs.
4463
4464 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4465
4466         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4467         Close.
4468
4469 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4472         unibyte after clear-decrypt function runs.
4473
4474         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4475         returns as a unibyte string.
4476
4477 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * lpath.el: Revert.
4480
4481         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
4482         (pgg-gpg-process-sentinel): Revert.
4483
4484         * pgg-pgp.el (pgg-pgp-process-region): Revert.
4485         (pgg-pgp-lookup-key): Revert.
4486
4487         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
4488         (pgg-pgp5-lookup-key): Revert.
4489
4490         * pgg.el (pgg-fetch-key): Revert.
4491
4492 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4493
4494         * lpath.el: Fbind string-as-multibyte for XEmacs.
4495
4496         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4497         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4498         (mml1991-pgg-encrypt): Ditto.
4499
4500         * pgg-gpg.el (pgg-string-to-multibyte): New function.
4501         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
4502         a multibyte buffer.
4503
4504         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
4505         (pgg-pgp-lookup-key): Ditto.
4506
4507         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4508         (pgg-pgp5-lookup-key): Ditto.
4509
4510         * pgg.el (pgg-fetch-key): Ditto.
4511
4512 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4513
4514         * message.el (message-user-organization-file): Check several
4515         locations of the organization file.
4516
4517         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4518         Add gnus-article-view-part-as-type.
4519
4520         * gnus-art.el (gnus-article-view-part-as-type): New function.
4521
4522         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4523         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4524
4525         * mml.el: Simplify autoload.
4526         (mml-mode): defvar dnd-protocol-alist instead of using
4527         symbol-value.
4528         (mml-default-directory): New variable.
4529         (mml-minibuffer-read-file): Use it.
4530         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4531
4532         * message.el (message-citation-line-format): New variable.
4533         (message-insert-formated-citation-line): New function.
4534         (message-citation-line-function): Add
4535         `message-insert-formated-citation-line' to custom type.
4536
4537         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4538         to doc string.
4539
4540         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4541         depending on mm-verify-option.
4542
4543 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4546         binding pgg-* variables; reimplement the section which prevents
4547         MIME header from being signed.
4548         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4549         pgg-text-mode; remove a blank line at the top of body.
4550
4551         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4552         lines at the top of body; use gnus-newsgroup-charset if there's no
4553         Charset header.
4554
4555 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4556
4557         * message.el (message-self-insert-commands): Doc fix.
4558
4559         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4560         (mm-uu-pgp-encrypted-test): Ditto.
4561         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4562         between header and body; return application/pgp-encrypted handle
4563         if decryption failed; decode decrypted body by charset.
4564
4565         * mm-decode.el (mm-automatic-display): Don't make application/pgp
4566         element match to application/pgp-*.
4567
4568 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4569
4570         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4571         HTML.
4572
4573 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4574
4575         * mail-source.el (mail-source-call-script): Message the error
4576         string.
4577
4578 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * gnus-util.el (gnus-byte-compile): Use it.
4581
4582 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
4583
4584         * gnus-util.el (kill-empty-logs): New function.
4585
4586 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4587
4588         * message.el (message-mail-alias-type): Doc fix.
4589         (message-mail-alias-type-p): New function.
4590         (message-send): Use it.
4591         (message-mode): Ditto.
4592         (message-strip-forbidden-properties): Ditto.
4593
4594         * ecomplete.el (ecomplete-database-file-coding-system): New
4595         variable.
4596         (ecomplete-save): Use it.
4597         (ecomplete-setup): Use it.
4598
4599 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * message.el (message-self-insert-commands): New variable.
4602         (message-strip-forbidden-properties): Use it.
4603
4604 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4605
4606         * message.el (message-put-addresses-in-ecomplete): Use a regexp
4607         that doesn't make XEmacs choke.
4608
4609 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
4610
4611         * gnus-util.el (gnus-replace-in-string):
4612         Prefer replace-regexp-in-string over of replace-in-string.
4613
4614 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * gnus-util.el (gnus-select-frame-set-input-focus):
4617         Use select-frame-set-input-focus if it is available in XEmacs; use
4618         definition defined in Emacs 22 for old Emacsen.
4619
4620         * dgnushack.el: Autoload unmorse-region for XEmacs.
4621
4622         * lpath.el: Bind cursor-in-non-selected-windows and
4623         select-frame-set-input-focus for XEmacs.
4624
4625 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * mm-view.el (mm-inline-text): Use equal instead of equalp.
4628
4629 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
4630
4631         * gnus-registry.el (gnus-registry-cache-save): Remove text
4632         properties when saving via the temp buffer.
4633
4634 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4635
4636         * message.el (message-generate-hashcash): Honor custom type.
4637
4638 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * message.el (message-generate-hashcash): Default to non-nil when
4641         hashcash is found.
4642
4643         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4644         (gnus-refer-thread-limit): Increase default to 500.
4645
4646         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4647
4648         * flow-fill.el (fill-flowed): Allow delete-space.
4649
4650 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4651
4652         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4653         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4654         Remove autoloads.
4655
4656 2006-04-18  Simon Josefsson  <jas@extundo.com>
4657
4658         * message.el (message-generate-hashcash): Default to.
4659
4660 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4663         concatenating segments rather than before concatenating them.
4664
4665 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4666
4667         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4668
4669 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670
4671         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4672
4673         * message.el (message-forward-make-body-plain): Allow
4674         message-forward-ignored-headers to be a list.
4675         (message-remove-ignored-headers): Factor out into function.
4676         (message-forward-make-body-mml): Use it.
4677
4678         * imap.el (imap-quote-specials): New function.
4679         (imap-login-auth): Quote specials.
4680
4681         * rfc2231.el (rfc2231-parse-string): Remove dead code.
4682         (rfc2231-parse-string): Allow concatanation of parameters that
4683         aren't contiguous.  The test case is
4684           (mail-header-parse-content-type "message/external-body;
4685             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4686             access-type=LOCAL-FILE;
4687             name*1*=plugh%2fhello-sailor%2fbing.pdf")
4688
4689 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4690
4691         * nntp.el (nntp-accept-process-output): Return the value of
4692         `nnheader-accept-process-output'.
4693
4694 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4695
4696         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4697         (gnus-button-alist): Recognize more diff formats.
4698         (gnus-button-patch): Strip directory.
4699
4700 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4701
4702         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4703         Emacs 22 when setting focus.
4704
4705 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4706
4707         * gnus-art.el (gnus-article-treat-types): Do treatment of
4708         text/x-verbatim parts.
4709         (gnus-button-patch): New command.
4710
4711         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4712         addresses that contain invalid characters.
4713
4714 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4715
4716         * message.el (message-put-addresses-in-ecomplete): Use
4717         gnus-replace-in-string.
4718         (message-is-yours-p): Use the more correct
4719         mail-header-parse-address instead of
4720         mail-extract-address-components.
4721         (message-put-addresses-in-ecomplete): Fix typo.
4722
4723         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4724         keystroke.
4725
4726         * gnus-art.el (gnus-treatment-function-alist): Change order of
4727         newsgroups/generic header folding to avoid double-folding.
4728
4729         * message.el (message-hidden-headers): Add X-Draft-From.
4730
4731         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4732         command.
4733         (gnus-summary-repeat-search-article-backward): New command.
4734
4735         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4736         groups in the parent topic.
4737
4738 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
4739
4740         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4741         (spam-extra-header-to-number): Return the CRM114 number as a
4742         number instead of a string.
4743
4744 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4745
4746         * gnus-art.el (gnus-face-properties-alist): Moved here from
4747         gnus-fun.
4748
4749         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4750
4751 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4752
4753         * message.el (message-strip-forbidden-properties): Only display on
4754         self-insert-command.
4755
4756         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4757         reindent.
4758         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4759
4760 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
4761
4762         * smiley.el (smiley-style): Fix typo.
4763
4764 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4765
4766         * hashcash.el (hashcash-insert-payment-async-2): Use
4767         message-goto-eoh instead of doing it manually.
4768         (mail-add-payment): Use message-narrow-to-header instead of trying
4769         to do the same itself.
4770
4771         * message.el (message-hidden-headers): Add Face.
4772
4773         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4774         reparenting code.
4775         (gnus-summary-reparent-children): Refactored out code.
4776         (gnus-summary-thread-map): New keystroke.
4777         (gnus-summary-reparent-children): Make into command.
4778
4779         * smiley.el (smiley-style): Default to `medium' if using a large
4780         font.
4781
4782         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4783         does it itself.
4784
4785         * message.el (message-point-in-header-p): Simplify definition.
4786
4787 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4788
4789         * nnagent.el (nnagent-request-set-mark): Silence log file
4790         writing.
4791         (nnagent-request-set-mark): Use write-region instead of
4792         append-to-file.
4793
4794         * gnus-sum.el (gnus-read-header): Fudge article number if using a
4795         strange select method.
4796
4797         * ecomplete.el (ecomplete-display-matches): Get highlightling
4798         right.
4799         (ecomplete-display-matches): Use literals.
4800         (ecomplete-display-matches): Disable message logging.
4801
4802         * message.el (message-display-abbrev): Small optimization.
4803
4804         * ecomplete.el (ecomplete-display-matches): Allow automatic
4805         display.
4806
4807         * message.el (message-strip-forbidden-properties): Display
4808         abbrevs.
4809         (message-display-abbrev): Get automatic display right.
4810
4811         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4812         keystrokes.
4813
4814 2006-04-13  Romain Francoise  <romain@orebokech.com>
4815
4816         TODO: Backport to v5-10!
4817
4818         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4819         Moved here (and renamed) from gnus-registry.el.
4820
4821         * gnus-registry.el: Require gnus-util.
4822         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4823
4824 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4825
4826         * gnus-group.el (gnus-group-catchup-current): Change
4827         if-then-else-if-then-else into cond.
4828         (gnus-group-catchup): Indent.
4829         (group-name-at-point): New function.
4830         (gnus-fetch-group): Provide default from thing at point.
4831
4832 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4833
4834         * message.el (message-display-abbrev): Fix regexp.
4835
4836         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4837         choosing.
4838         (ecomplete-highlight-match-line): Fix up code rewrite, remove
4839         dead variables.
4840
4841         * message.el (message-newline-and-indent): Remove debugging.
4842         (message-display-abbrev): Use new implementation.
4843
4844 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4845
4846         * gnus-art.el (gnus-article-mode): Set
4847         cursor-in-non-selected-windows to nil.
4848
4849         * smiley.el: Revert previous change.
4850         (smiley-data-directory): defvar it before using it in the
4851         defcustom of `smiley-style'.
4852
4853 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4854
4855         * message.el (message-newline-and-indent): New function.
4856
4857         * ecomplete.el: Implement more bits.
4858
4859         * message.el (message-put-addresses-in-ecomplete): Clean up the
4860         string.
4861
4862         * ecomplete.el (ecomplete-add-item): Chop off decimals.
4863
4864         * gnus-sum.el (gnus-summary-save-parts): Bind
4865         gnus-summary-save-parts-counter and use it to make unique file
4866         names.
4867
4868         * gnus-art.el (gnus-ignored-headers): Add some more headers.
4869
4870         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4871         parameter to say whether to actually parse the individual
4872         addresses.
4873
4874         * message.el (message-put-addresses-in-ecomplete): New function.
4875         (ecomplete): Require.
4876         (message-mail-alias-type): Add ecomplete as an option.
4877
4878 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
4879
4880         * flow-fill.el (fill-flowed): Remove trailing space from blank
4881         quoted lines.
4882
4883 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4884
4885         * smiley.el (smiley-style): Move definition later to avoid a
4886         compilation warning.
4887
4888 2006-04-12  Kenichi Handa  <handa@m17n.org>
4889
4890         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4891         buffer and then decode the buffer text if necessary.
4892         (rfc2231-encode-string): Be sure to work on multibyte buffer at
4893         first, and after mm-encode-body, change the buffer to unibyte.
4894         Use mm-disable-multibyte instead of set-buffer-multibyte.
4895
4896 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4897
4898         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4899         Content-Type header instead of Content-Disposition header.
4900         (gnus-mime-inline-part): Ditto.
4901         (gnus-mime-view-part-as-charset): Ignore charset that the part
4902         specifies.
4903
4904         * mm-decode.el (mm-display-part): Work with external parts and
4905         usual parts similarly.
4906
4907         * mm-extern.el (mm-inline-external-body): Use mm-display-part
4908         instead of gnus-display-mime.
4909
4910         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4911         instead of with-temp-buffer.
4912
4913         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4914         tag to summarized topics part in order to encode non-ASCII text.
4915
4916 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4917
4918         * smiley.el (smiley-style): New variable.
4919         (smiley-directory): New function.
4920         (smiley-data-directory): Derive from `smiley-style' using
4921         `smiley-directory'.
4922         (smiley-regexp-alist): Add new entries.
4923
4924         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4925         (gnus-article-browse-delete-temp): Add :version.
4926
4927 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
4928
4929         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4930         the sieve region.
4931
4932 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4933
4934         * gnus.el (gnus-version-number): Bump version.
4935
4936 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4937
4938         * gnus.el: No Gnus v0.4 is released.
4939
4940 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4941
4942         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
4943         layout.
4944
4945         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
4946         unknown charset.
4947
4948         * message.el (message-header-synonyms): Add Original-To to the
4949         default.
4950
4951         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
4952         optional parameter.
4953
4954 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4955
4956         * gnus-fun.el (gnus): Require it for gnus-directory.
4957
4958 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * gnus-fun.el (gnus-face-properties-alist): Add :version.
4961
4962 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4963
4964         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
4965
4966 2006-04-05  Simon Josefsson  <jas@extundo.com>
4967
4968         * password.el (password-reset): New function.
4969
4970 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4971
4972         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
4973         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4974
4975 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4976
4977         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4978         Some whitespace was matched into the url, which broke browsing hits
4979         > 100 when mm-url-use-external was nil.
4980
4981 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4982
4983         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
4984         gnus-extra-headers for 'Newsgroups.
4985
4986         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
4987         bound.
4988
4989 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
4990
4991         * pgg-gpg.el: Clean up process buffers every time gpg processes
4992         complete.
4993
4994 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
4995
4996         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4997         doc string.
4998
4999 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5000
5001         * pgg-gpg.el (pgg-gpg-process-filter)
5002         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5003
5004         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5005         lines, temporary fix.
5006
5007 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5008
5009         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5010
5011 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5012
5013         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5014         default-enable-multibyte-characters.  This reverts the change from
5015         revision 6.17 which is no longer necessary because the passphrase
5016         is sent separately now.  GnuPG messages are unreadable under
5017         multibyte locales with default-enable-multibyte-characters set to
5018         nil.
5019
5020 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5021
5022         * message.el (message-tool-bar-gnome): Move "spell".
5023
5024 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5025
5026         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5027         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5028         instead.
5029
5030 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5031
5032         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5033         newsgroups handling for NNTP overviews which don't include
5034         Newsgroups.
5035
5036 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5037
5038         * message.el (message-resend): Bind message-generate-hashcash to nil.
5039
5040 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5041
5042         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5043         when searching for already-paid recipients.
5044
5045 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5046
5047         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5048         passphrases when it is not needed.
5049         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5050         passphrase stuff from gpg, should only be necessary when you use
5051         gpg with a smartcard.
5052
5053 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * mml.el (mml-insert-mime): Ignore cached contents of
5056         message/external-body part.
5057
5058         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5059         (mm-insert-part): Ditto.
5060
5061 2006-03-23  Simon Josefsson  <jas@extundo.com>
5062
5063         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5064         Reiner.
5065         (pgg-gpg-use-agent-p): Use it again.
5066
5067 2006-03-23  Simon Josefsson  <jas@extundo.com>
5068
5069         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5070         older emacsen.
5071         (pgg-gpg-use-agent-p): Don't use it.
5072
5073 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5074
5075         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5076         if we can.
5077
5078 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5079
5080         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5081         (pgg-gpg-update-agent): New function.
5082         (pgg-gpg-use-agent-p): New function.
5083         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5084         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5085         (pgg-gpg-sign-region): Use it.
5086
5087 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5090         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5091
5092 2006-03-21  Simon Josefsson  <jas@extundo.com>
5093
5094         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5095         <wilde@sha-bang.de>.
5096         (pgg-gpg-use-agent): New variable.
5097         (pgg-gpg-process-region): Use it.
5098         (pgg-gpg-encrypt-region): Likewise.
5099         (pgg-gpg-encrypt-symmetric-region): Likewise.
5100         (pgg-gpg-decrypt-region): Likewise.
5101         (pgg-gpg-sign-region): Likewise.
5102         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5103
5104 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5105
5106         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5107
5108         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5109         Add comment on version.
5110
5111 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5112
5113         * smiley.el: Add missing test smiley.
5114
5115 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * mm-decode.el (mm-with-part): New macro.
5118         (mm-get-part): Use it; work with message/external-body as well.
5119         (mm-save-part): Treat name and filename equally.
5120
5121         * mm-extern.el (mm-extern-cache-contents): New function.
5122         (mm-inline-external-body): Use it; force the part to be displayed;
5123         move undisplayer added to the cached handle to the parent.
5124
5125         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5126         (gnus-mime-view-part-as-type): Work with message/external-body.
5127
5128         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5129
5130 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5131
5132         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5133         images in image-load-path.  [Sync with image.el, revision 1.60, in
5134         Emacs.]
5135
5136 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5137
5138         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5139         path rather than symbol.  Always return list of directories.
5140         Guarantee that image directory comes first.  [Sync with image.el,
5141         revision 1.59, in Emacs.]
5142
5143         * message.el (message-make-tool-bar): Adjust to new API of
5144         `gmm-image-load-path-for-library'.
5145
5146         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5147
5148         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5149
5150 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5151
5152         * gnus-art.el (gnus-article-only-boring-p):
5153         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5154         intangible text.
5155         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5156
5157 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5158
5159         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5160         `defun' instead of `gmm-defun-compat'.
5161
5162 2006-03-14  Simon Josefsson  <jas@extundo.com>
5163
5164         * message.el (message-unique-id): Don't use message-number-base36
5165         if (user-uid) is a float.
5166         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5167
5168 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5171
5172         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5173         empty line between a part and a message part.
5174
5175 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5176
5177         * smiley.el: Add more test smileys.
5178         (smiley-data-directory, smiley-regexp-alist)
5179         (gnus-smiley-file-types): Fix doc strings.
5180         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5181         adding new elements.
5182         (smiley-mouse-map): Unused code.  Make it a comment.
5183
5184 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5187         scan latest NoCeM messages instead of old ones.
5188         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5189         delimiters that are recently used.
5190         (gnus-nocem-load-cache): Add autoload cookie.
5191
5192         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5193
5194         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5195         level which is larger than gnus-use-nocem is specified.
5196
5197         * gnus-group.el (gnus-group-get-new-news): Ditto.
5198
5199 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5200
5201         * gnus-util.el (gnus-tool-bar-update): New function.
5202
5203         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5204         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5205
5206         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5207
5208         * gnus-group.el (gnus-group-redraw-when-idle)
5209         (gnus-group-redraw-check): Remove.
5210         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5211
5212 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5215         if optional last element is specified in splits (FIELD VALUE...).
5216
5217 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5218
5219         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5220         to gmm-image-load-path-for-library.  Call with no-error argument.
5221         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5222
5223         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5224
5225         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5226
5227         * gmm-utils.el (gmm-image-load-path): Remove alias.
5228
5229 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5230
5231         * gmm-utils.el (gmm-image-load-path): Add alias.
5232
5233         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5234         nnml-generate-nov-databases-1.
5235         (nnml-generate-nov-databases): Use it.
5236         (nnml-generate-nov-databases-directory): Document no-active
5237         argument.
5238
5239         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5240         directory if path is t.  Add no-error.
5241
5242         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5243         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5244
5245         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5246         resetting gnus-article-browse-html-temp-list.
5247
5248         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5249         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5250         Add example to docstring.  Rename local variables.  Move error
5251         checks to default case in cond and simplify.
5252
5253 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5256         handle is multipart when calling it recursively.
5257         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5258
5259 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5260
5261         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5262         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5263
5264 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5267         is loaded.
5268
5269         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5270         loaded.
5271
5272 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5273
5274         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5275         to "Emacs 23 (unicode)" in doc string.
5276
5277         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5278         "Emacs 23 (unicode)" in comment.
5279
5280 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5283
5284         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5285         characters 160 through 255 in Emacs 23.
5286
5287 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5288
5289         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5290         gnus-article-browse-html-temp.
5291         (gnus-article-browse-delete-temp): Make it customizable.  Add
5292         `file'.  Adjust doc string.
5293         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5294         query for each file.  Adjust doc string.
5295         (gnus-article-browse-html-parts): Add
5296         `gnus-article-browse-delete-temp-files' to
5297         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5298
5299 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5300
5301         * gnus-art.el (gnus-article-browse-html-temp)
5302         (gnus-article-browse-delete-temp): New variables.
5303         (gnus-article-browse-delete-temp-files): New function.
5304         (gnus-article-browse-html-parts): Use it.
5305
5306 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5307
5308         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5309
5310         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5311         string.
5312
5313         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5314         gnus-summary-insert-new-articles when unplugged.  Remove
5315         gnus-summary-search-article-forward.
5316
5317         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5318         display-visual-class instead of display-color-cells.
5319
5320 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * dgnushack.el: Autoload customize-group for XEmacs.
5323
5324         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5325         message/* containing non-ASCII text properly.
5326
5327 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5328
5329         * message.el: Require gmm-utils, remove autoloads.
5330         (message-tool-bar): Set default based on
5331         gmm-tool-bar-style.
5332         (message-tool-bar-gnome): Add gmm-customize-mode.
5333
5334         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5335         gmm-tool-bar-style.
5336         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5337
5338         * gnus-group.el (gnus-group-tool-bar): Set default based on
5339         gmm-tool-bar-style.
5340         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5341
5342         * gmm-utils.el (gmm-image-directory): Rename variable from
5343         gmm-image-load-path.
5344         (gmm-image-load-path): Use gmm-image-directory.
5345         (gmm-customize-mode): New function.
5346         (gmm-tool-bar-style): New variable.
5347
5348         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5349         gnus-group-redraw-line-number.
5350         (gnus-group-redraw-check): Simplify.
5351         (gnus-group-tool-bar-update): Remove redraw check.
5352         (gnus-group-make-tool-bar): Add redraw check.
5353
5354 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5355
5356         * gnus-art.el (gnus-button): Add missing parentheses.
5357
5358 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5359
5360         * lpath.el: Fbind line-number-at-pos.
5361
5362 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5365
5366 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5367
5368         * gnus-art.el (gnus-button): New face.
5369         (gnus-article-button-face): Use it.
5370
5371         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5372         gnus-summary-next-page.  Re-order.
5373
5374         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5375         next-node are now included.
5376         (gnus-group-redraw-line-number): New internal variable.
5377         (gnus-group-redraw-check): Helper function for updating the tool
5378         bar.
5379         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5380
5381         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5382
5383         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5384         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5385         Use it to match format of Spamassassin 3.0 and later.  Reported by
5386         IRIE Tetsuya <irie@t.email.ne.jp>.
5387         (spam-check-bogofilter)
5388         (spam-bogofilter-register-with-bogofilter): Fix args of
5389         `gnus-error' calls.
5390
5391 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5392
5393         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5394         unnecessary interaction when sending queued mails.  Reported by
5395         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5396
5397 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5398
5399         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5400         first or last are nil.
5401
5402 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5403
5404         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5405
5406 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5407
5408         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5409
5410 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5411
5412         * dns.el (query-dns): Protect more against buggy tcp output.
5413
5414 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5415
5416         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5417         nov.php.
5418
5419 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5420
5421         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5422         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5423         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5424         output on the server side.
5425         (nnweb-google-create-mapping): Update regexps and add some
5426         progress indication.
5427
5428 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5429
5430         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5431         gnus-agent-toggle-plugged.  Re-order icons.
5432         (gnus-group-tool-bar-gnome): Add
5433         gnus-group-{prev,next}-unread-group.
5434         (gnus-group-tool-bar-gnome): Re-order icons.
5435
5436         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5437         gnus-summary-insert-new-articles.
5438
5439         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5440         comments.
5441
5442         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5443         also available in Emacs 21.3.
5444
5445         * message.el (message-fix-before-sending): Change "Emacs 22" to
5446         "Emacs 23 (unicode)" in comment.
5447
5448         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5449         "Emacs 23 (unicode)" in comment.
5450
5451         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5452         comment.
5453         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5454
5455         * mm-view.el (mm-fill-flowed): Add :version.
5456
5457 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5460         and load-path.
5461
5462 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * message.el: Autoload gmm-image-load-path.
5465         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5466         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5467         consitency.
5468
5469         * gmm-utils.el (gmm-image-load-path): Also search in
5470         "../etc/images".  Don't set gmm-image-load-path if we don't find
5471         the image.
5472
5473 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5474
5475         * gmm-utils.el (gmm-image-load-path): Don't make
5476         `gmm-image-load-path' include subdirectories which the second arg
5477         `image' might specify.
5478
5479         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5480         subdirectory to icon file names.
5481
5482         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5483
5484 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5485
5486         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5487         gmm-image-load-path calls.
5488
5489         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5490
5491         * message.el (message-make-tool-bar): Ditto.
5492
5493         * mml.el (mml-preview): Added comment concerning tool bar icons.
5494
5495         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5496         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5497
5498         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5499         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5500
5501         * message.el (message-tool-bar-gnome): Use new icon names.
5502         (message-make-tool-bar): Use `gmm-image-load-path'.
5503
5504         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5505         functions from MH-E.
5506         (gmm-image-load-path): New variable from MH-E.
5507         (gmm-image-load-path): New function from MH-E.  Added arguments
5508         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5509         *-image-load-path-called-flag.
5510
5511 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5512
5513         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5514
5515 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5516
5517         * nnimap.el (nnimap-request-move-article): Change folder back to
5518         source group before deleting.
5519
5520 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5521
5522         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5523
5524         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5525         mm-url.
5526
5527         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5528
5529 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5532         coding system which mm-charset-to-coding-system returns for a
5533         given charset is valid.
5534
5535 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5536
5537         * html2text.el (html2text-remove-tag-list):
5538         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5539
5540 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5541
5542         * gnus-cus.el: Revert 2005-10-17 change.
5543
5544 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * gnus-art.el (article-strip-banner): Call
5547         article-really-strip-banner only when the regexp match is made.
5548
5549 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * gnus-art.el (article-strip-banner): Use
5552         gnus-extract-address-components instead of
5553         mail-header-parse-addresses to make it work with non-ASCII text;
5554         remove mail-encode-encoded-word-string.
5555
5556         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5557         values which are surrounded with \"...\"; make it never cause a
5558         Lisp error; give up parsing of parameters if it failed in
5559         extracting type.
5560
5561 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
5562
5563         * smime.el (smime-cert-by-ldap-1): Fix bug where
5564         `smime-ldap-search' returns results without userCertificates.
5565
5566 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5569
5570 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5571
5572         * spam.el (spam-check-spamassassin-headers): Adapt format for
5573         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
5574         <ari@mbf.ocn.ne.jp>.
5575         (spam-list-of-processors): Add spam-use-gmane.
5576
5577 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5580         make-temp-file; make it work with XEmacs as well.
5581
5582         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5583         mm-make-temp-file.
5584
5585         * mm-decode.el (mm-display-external): Use the 3rd arg of
5586         mm-make-temp-file.
5587         (mm-create-image-xemacs): Ditto.
5588
5589 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5592         with message-narrow-to-headers.
5593         (gnus-draft-setup): Narrow to header to run message-fetch-field.
5594         (gnus-draft-check-draft-articles): New function.
5595         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5596
5597 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5598
5599         * gnus-art.el (gnus-article-browse-html-parts):
5600         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5601         Don't use suffix argument for mm-make-temp-file for Emacs 21
5602         compatibility.  Remove useless `format'.
5603
5604 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5605
5606         * nnweb.el (nnweb-google-wash-article): Update regexps.
5607         (nnweb-group-alist): Use defvoo instead of defvar.
5608
5609 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5610
5611         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5612         re-loading nn* modules.
5613
5614 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5615
5616         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5617         for `tool-bar-mode' and don't check it's default-value.
5618
5619         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5620
5621         * message.el (message-make-tool-bar): Ditto.
5622
5623         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5624         `substring'.  Shorten tmp-file name.
5625
5626         * gnus.el: Remove bogus comment.
5627
5628 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
5629
5630         * gnus-art.el (gnus-article-browse-html-parts): New function.
5631         (gnus-article-browse-html-article): New function for viewing html
5632         articles with a browser.
5633
5634 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
5635
5636         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
5637         in elisp.
5638         (pgg-gpg-encrypt-symmetric-region): Ditto.
5639         (pgg-gpg-sign-region): Ditto.
5640
5641         * pgg-def.el (pgg-text-mode): New variable.
5642
5643         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5644         (mml2015-pgg-encrypt): Ditto.
5645
5646         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5647         (mml1991-pgg-encrypt): Ditto.
5648
5649 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5652         message-make-date instead of current-time-string.
5653
5654         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5655         to gnus-decoded which mm-uu might set.
5656
5657 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5660         don't decode quoted parameters; remove misimported Emacs code.
5661         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5662         (rfc2231-decode-encoded-string): Don't use split-string which
5663         behaves differently according to Emacs version; use
5664         mm-decode-coding-region to convert charset to coding-system.
5665         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5666         (rfc2231-encode-string): Remove misimported Emacs code.
5667
5668 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * gnus-art.el (article-decode-charset): Don't use ignore-errors
5671         when calling mail-header-parse-content-type.
5672         (article-de-quoted-unreadable): Ditto.
5673         (article-de-base64-unreadable): Ditto.
5674         (article-wash-html): Ditto.
5675
5676         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5677         calling mail-header-parse-content-type and
5678         mail-header-parse-content-disposition.
5679         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5680         mail-header-parse-content-type.
5681
5682         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5683         insert charset and format parameters; encode description after
5684         inserting it to buffer.
5685         (mml-insert-parameter): Fold lines properly even if a parameter is
5686         segmented into two or more lines; change the max column to 76.
5687
5688         * rfc1843.el (rfc1843-decode-article-body): Don't use
5689         ignore-errors when calling mail-header-parse-content-type.
5690
5691         * rfc2231.el (rfc2231-parse-string): Return at least type if
5692         possible; don't cause an error even if it fails in parsing of
5693         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5694         (rfc2231-encode-string): Don't break lines at the beginning, leave
5695         it to mml-insert-parameter.
5696
5697         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5698         calling mail-header-parse-content-type.
5699
5700 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
5701
5702         * spam-report.el (spam-report-gmane-use-article-number):
5703         Improve doc string.
5704         (spam-report-gmane-internal): Check if a suitable header was found
5705         in the article.
5706
5707 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5710         (rfc2231-encode-string): Make param*=value always begin with LWSP.
5711
5712 2006-02-05  Romain Francoise  <romain@orebokech.com>
5713
5714         Update copyright notices of all files in the gnus directory.
5715
5716 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5717
5718         * nnweb.el (nnweb-request-group): Avoid growing overview files.
5719
5720 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5723         segmented lines of parameter value to cope with Thunderbird 1.5
5724         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5725         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5726         (rfc2231-encode-string): Don't make lines exceeding 76 column.
5727
5728 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
5729
5730         * mml.el (mml-generate-mime-1): Correct the order of inline signed
5731         parts.
5732
5733 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5734
5735         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5736         there's only one active file for all servers.
5737         (nnweb-request-scan): Make sure nnweb-articles is initialized on
5738         solid groups.  Gnus might have used a FAST request to select the group.
5739         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5740         and nnweb-search redundantly in the active file.
5741         (nnweb-request-list): Don't list bogus groups.  There can only be one.
5742         (nnweb-request-create-group): Don't use ARGS.
5743         (nnweb-possibly-change-server, nnweb-request-group): Remove some
5744         initialisations.  Let nnoo do the work.
5745
5746 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5749         Say the part has been decoded.
5750
5751         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5752
5753 2006-01-31  Kevin Ryde  <user42@zip.com.au>
5754
5755         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5756         mailcap-viewer-test-cache when there's no 'test clause, since that
5757         will invert the meaning of a "nil" test previously determined by
5758         mailcap-mailcap-entry-passes-test.
5759
5760 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5763         compiling.
5764
5765         * gnus-sum.el: Ditto.
5766
5767         * message.el: Don't bind tool-bar-map when compiling.
5768
5769 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
5770
5771         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5772
5773 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5774
5775         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5776         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5777         current Google Groups.
5778
5779 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
5780
5781         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5782         and tool-bar-mode.
5783
5784         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5785         and tool-bar-mode.
5786
5787         * message.el (message-tool-bar-update): Simplify.
5788         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5789
5790         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5791         gnus-summary-buffer.
5792         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5793         gnus-summary-reply.
5794
5795         * gmm-utils.el (gmm): Add :version.
5796
5797 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5798
5799         * Makefile.in (clean): New rule.
5800         (distclean): Use it.
5801
5802 2006-01-26  Steve Youngs  <steve@sxemacs.org>
5803
5804         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5805         autoload.
5806
5807 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * gmm-utils.el (gmm-verbose): Add :group.
5810
5811 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
5812
5813         * message.el: Change some comments WRT tool-bars.
5814
5815         * gnus-sum.el (gnus-summary-tool-bar)
5816         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5817         (gnus-summary-tool-bar-zap-list): New variables.
5818         (gnus-summary-make-tool-bar): Complete rewrite using
5819         `gmm-tool-bar-from-list'.
5820
5821         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5822         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5823         variables.
5824         (gnus-group-make-tool-bar): Complete rewrite using
5825         `gmm-tool-bar-from-list'.
5826         (gnus-group-tool-bar-update): New function.
5827
5828         * message.el (message-mode-field-menu): Add "Show hidden Headers".
5829
5830 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5833         is dissected into a single part of which the type is the same as
5834         the given one; decode charset.
5835
5836 2006-01-21  Kevin Ryde  <user42@zip.com.au>
5837
5838         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5839         into alists as symbol not string, since that's what
5840         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5841         look for.
5842
5843 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
5844
5845         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5846         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5847
5848         * message.el (message-tool-bar-gnome): Use gmm-ignore.
5849
5850 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
5853         (gnus-xmas-mime-security-button-menu): New function.
5854
5855         * gnus-art.el (gnus-mime-security-button-commands): New variable.
5856         (gnus-mime-security-button-menu): New definition.
5857         (gnus-mime-security-button-map): Use them.
5858         (gnus-mime-security-button-menu): New function.
5859         (gnus-insert-mime-security-button): Addition to help echo.
5860         (gnus-mime-security-run-function, gnus-mime-security-save-part)
5861         (gnus-mime-security-pipe-part): New functions.
5862
5863         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5864         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5865
5866         * mm-decode.el (mm-handle-set-disposition): Remove.
5867         (mm-handle-set-description): Remove.
5868
5869 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5872         (mm-w3m-standalone-supports-m17n-p): New function.
5873         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5874         w3m usage.
5875
5876         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5877         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5878
5879 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5880
5881         * message.el (message-tool-bar-zap-list): Use
5882         gmm-tool-bar-zap-list as custom type.
5883         (message-tool-bar-update): New function.
5884         (message-tool-bar, message-tool-bar-gnome)
5885         (message-tool-bar-retro): Add message-tool-bar-update.
5886         (message-tool-bar-gnome): Add flyspell-buffer.
5887
5888         * gnus-util.el (gnus-error): Describe `args'.
5889
5890         * gmm-utils.el (gmm-error): Describe `args'.
5891         (gmm-tool-bar-zap-list): New widget.
5892         (gmm-tool-bar-from-list): Improve description of `zap-list'.
5893
5894 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5897         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5898         the number of recursive calls.
5899
5900         * mm-decode.el (mm-handle-set-disposition): New macro.
5901         (mm-handle-set-description): New macro.
5902
5903 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5906         encoding.
5907
5908 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5909
5910         * message.el (message-tool-bar-zap-list, message-tool-bar)
5911         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5912         (message-tool-bar-local-item-from-menu): Remove.
5913         (message-tool-bar-map): Replace by `message-make-tool-bar'.
5914         (message-make-tool-bar): New function.
5915         (message-mode): Use `message-make-tool-bar'.
5916
5917         * gmm-utils.el: New file.
5918         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5919         (gmm-lazy): New widget copied from `nnmail.el'.
5920         (gmm-tool-bar-from-list): New function for creating customizable
5921         tool bars.
5922         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
5923         output.
5924         (gmm): Add :prefix to defgroup.
5925
5926 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5927
5928         * gmm-utils.el (gmm-widget-p): New function.
5929
5930 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5931
5932         * mml.el (mml-attach-file): Describe `description' in doc string.
5933         (mml-menu): Add Emacs MIME manual and PGG manual.
5934
5935 2006-01-20  Richard M. Stallman  <rms@gnu.org>
5936
5937         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5938
5939 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
5940
5941         * nntp.el (nntp-end-of-line): Doc fix.
5942
5943 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
5944
5945         * imap.el (imap-open): Handle case where buffer is a buffer
5946         object.
5947
5948 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5949
5950         * gnus-delay.el (gnus-delay): Don't autoload.
5951         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5952         to be re-loaded when customizing the `gnus-delay' group.
5953
5954 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
5955
5956         * message.el (message-insert-citation-line): Use newlines.
5957
5958 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
5959
5960         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5961         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
5962         these routines, so the passphrase can be managed externally and
5963         passed in to the system.
5964         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5965         pgg-add-passphrase-to-cache function.
5966
5967         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5968         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
5969         these routines, so the passphrase can be managed externally and
5970         passed in to the system.
5971         (pgg-pgp5-sign-region): Use new name of
5972         pgg-add-passphrase-to-cache function.
5973
5974 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
5975
5976         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5977         part of the decoded armor to find the key-identifier.
5978         (pgg-gpg-lookup-key-owner): New function to return the
5979         human-readable identifier of a key owner.
5980         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
5981         itself.
5982         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5983         the key value) if we have a key and can match it against a secret
5984         key.  Also, added a note pointing out fact that the prompt only
5985         indicates the first matching key.
5986
5987         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
5988         pgg-decrypt-region.
5989         (pgg-add-passphrase-to-cache): Rename from
5990         `pgg-add-passphrase-cache' to reduce confusion (all callers
5991         changed).
5992         (pgg-remove-passphrase-from-cache): Rename from
5993         `pgg-remove-passphrase-cache' to reduce confusion (all callers
5994         changed).
5995         (pgg-read-passphrase, pgg-add-passphrase-cache)
5996         (pgg-remove-passphrase-cache): Add informative docstrings.
5997         (pgg-decrypt): Convey provided passphrase in subordinate call to
5998         pgg-decrypt-region.
5999
6000 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6001
6002         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6003         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6004         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6005         'passphrase' argument, so the passphrase can be managed externally
6006         and then passed in to the system.
6007
6008         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6009         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6010         so the passphrase cache can be used reliably with identifiers
6011         besides a pgp packet's key id.
6012
6013         * pgg-gpg.el (pgg-gpg-encrypt-region)
6014         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6015         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6016         these routines, so the passphrase can be managed externally and
6017         passed in to the system.
6018
6019         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6020         'notruncate' argument, so the passphrase cache can be used
6021         reliably with identifiers besides a pgp packet's key id.
6022
6023 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6024
6025         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6026         symmetric encryption.
6027         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6028         encrypted session key.
6029         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6030         message ask for the passphrase in a proper way.
6031
6032         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6033         New user commands for symmetric encryption.
6034
6035 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6038
6039         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6040
6041 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6042
6043         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6044
6045 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * mm-decode.el (mm-inlined-types): Add application/pgp.
6048         (mm-automatic-display): Ditto.
6049
6050         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6051         part as text.
6052
6053 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * nnrss.el: Update copyright.
6056         (nnrss-opml-import): Query whether to subscribe to each entry.
6057
6058         * gnus-art.el:
6059         * gnus-sum.el:
6060         * gnus-xmas.el:
6061         * messagexmas.el:
6062         * mm-uu.el:
6063         * mm-view.el: Update copyright.
6064
6065 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6066
6067         * message.el (message-info): New function.
6068         (message-mode-menu): Add it.
6069         Update copyright.
6070
6071         * ChangeLog: Fix and update copyright.
6072
6073 2006-01-13  Romain Francoise  <romain@orebokech.com>
6074
6075         * message.el (message-forward-subject-name-subject): Prefer the
6076         address to 'nowhere' if the sender has no name.
6077         Fix typo.  Update copyright year.
6078
6079 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * gnus-art.el (article-wash-html): Use
6082         gnus-summary-show-article-charset-alist if a numeric arg is given.
6083         (gnus-article-wash-html-with-w3m-standalone): New function.
6084
6085         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6086         mm-inline-text-html-render-with-w3m-standalone.
6087         (mm-text-html-washer-alist): Map w3m-standalone to
6088         gnus-article-wash-html-with-w3m-standalone.
6089         (mm-inline-text-html-render-with-w3m-standalone): New function.
6090
6091 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6092
6093         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6094         Improve LaTeX.
6095
6096 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6099         (nnrss-request-article): Render text/plain parts as HTML.
6100
6101         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6102         the buffer.
6103
6104 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6105
6106         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6107         custom definition of `gnus-posting-styles'.
6108
6109         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6110         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6111
6112 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6113
6114         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6115         Use nntp for bug archive.
6116
6117 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6120         parts.
6121         (nnrss-normalize-date): New function converts ISO 8601 date into
6122         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6123         (nnrss-check-group): Use it.
6124
6125 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6126
6127         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6128
6129         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6130         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6131         (nnrss-insert-w3): Ditto.
6132
6133 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6134
6135         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6136         the articles to be forwarded including the case where neither a
6137         number of articles nor a region is specified.
6138
6139 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6140
6141         * nnrss.el (nnrss-request-article): Fix last change; fill
6142         text/plain parts.
6143
6144 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6145
6146         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6147         in text/plain part.
6148         (nnrss-check-group): Don't add excessive newline to dc:subject.
6149
6150 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6151
6152         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6153         article.
6154
6155 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6156
6157         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6158         (nnml-use-compressed-files, nnml-save-mail): Support other
6159         comression programs such as bzip2.
6160
6161 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6162
6163         * dns.el (query-dns): Make sure we check the buffer size before
6164         removing tcp headers.
6165
6166 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6169         remove MIME buttons associated with multipart/alternative parts.
6170         (gnus-mime-display-alternative): Tag buttons using `article-type'
6171         text property.
6172
6173         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6174         associated with multipart/alternative parts.
6175
6176         * gnus-art.el (gnus-signature-separator): Fix custom type.
6177
6178         * mm-decode.el (mm-inlined-types): Fix custom type.
6179         (mm-keep-viewer-alive-types): Ditto.
6180         (mm-automatic-display): Ditto.
6181         (mm-attachment-override-types): Ditto.
6182         (mm-inline-override-types): Ditto.
6183         (mm-automatic-external-display): Ditto.
6184
6185 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6186
6187         * spam-report.el (spam-report-user-mail-address)
6188         (spam-report-user-agent): New variables.
6189         (spam-report-url-ping-plain): Use spam-report-user-agent.
6190
6191 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6192
6193         * gnus-art.el (gnus-button-handle-custom): Do not just use
6194         `customize-apropos' for any "M-x customize-*" button but the
6195         function called for.  Accept both the function name and its
6196         argument in order to achieve this.
6197         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6198         function name to `gnus-button-handle-custom' in case of "M-x
6199         customize-*" buttons.
6200
6201 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6204         multipart/alternative and add xref to mm-discouraged-alternatives
6205         in doc string.
6206
6207         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6208         gnus-buttonized-mime-types in doc string.
6209
6210 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6211
6212         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6213         Suggest image/.* in the doc string.
6214
6215 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6216
6217         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6218         message-marks (Debian bug #342521).
6219
6220 2005-12-12  Simon Josefsson  <jas@extundo.com>
6221
6222         * password.el (password-read-from-cache): Add.
6223         (password-read): Use it.
6224
6225 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6228         us-ascii as a MIME charset.
6229
6230         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6231         against the case where the 2nd arg TYPE is nil.
6232
6233 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6234
6235         * pop3.el (pop3-stream-type): Fix custom version.
6236
6237         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6238
6239 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6240
6241         * mm-decode.el (mm-display-external): Add missing cdr.
6242
6243 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6246         RFC1524) if it is in mailcap or add a suffix according to
6247         mailcap-mime-extensions when generating a temp filename; postpone
6248         deleting a temp file for 2 seconds for some wrappers, shell
6249         scripts, and so on, which might exit right after having started a
6250         viewer command as a background job.
6251
6252 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6253
6254         * nntp.el (nntp-marks-directory): Fix custom group.
6255
6256         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6257         steps when < 10.
6258
6259         * gnus-start.el (gnus-no-server-1): Mention
6260         `gnus-level-default-subscribed' in doc string.
6261
6262 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6263
6264         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6265         parens.
6266
6267 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * gnus-xmas.el (gnus-use-toolbar): Revert.
6270         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6271         gnus-use-toolbar is default.
6272
6273         * messagexmas.el (message-use-toolbar): Revert.
6274         (message-setup-toolbar): Use global default-toolbar if
6275         message-use-toolbar is default.
6276
6277 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6278
6279         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6280         according to default-toolbar-visible-p.
6281
6282         * messagexmas.el (message-use-toolbar): Ditto.
6283
6284 2005-11-26  Dave Love  <fx@gnu.org>
6285
6286         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6287         (tls-program, tls-success): Provide openssl alternative.
6288
6289         * starttls.el: Doc fixes.
6290         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6291         SERVICE to PORT.
6292
6293         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6294         port null or service name.
6295         (starttls-negotiate): Autoload.
6296
6297 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6298
6299         * message.el (message-kill-to-signature): Fix interactive spec.
6300
6301 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * pop3.el (pop3-open-server): Recognize a string as a service name.
6304
6305 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6306
6307         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6308
6309 2005-11-23  Dave Love  <fx@gnu.org>
6310
6311         Add pop3s, pop3/starttls.
6312
6313         * pop3.el (pop3-authentication-scheme): Clarify doc.
6314         (open-tls-stream, starttls-open-stream): Autoload.
6315         (pop3-stream-type): New.
6316         (pop3-open-server): Use it.
6317
6318         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6319         for POP.
6320         (mail-source-keyword-map): Add :stream for POP.
6321         (mail-source-fetch-pop): Use pop3-stream-type.
6322
6323 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6326         of current-time-string.
6327
6328 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6329
6330         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6331         date header.
6332
6333 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6334
6335         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6336         it can seriously impact performance as it bypasses the agent's
6337         local caches.
6338
6339 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6340
6341         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6342         must be explicitly online rather than "not explicitly offline" for
6343         its flags to be synchronized.
6344
6345         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6346         that gnus-uu-unmark-thread will function correctly.
6347
6348         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6349         1024K is instead displayed as 1M.
6350
6351 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6352
6353         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6354
6355 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6356
6357         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6358
6359 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6360
6361         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6362         error message to display actual error condition.
6363         (gnus-agent-save-local): Avoid saving symbols that are bound to
6364         nil as they simply result in a warning message in
6365         gnus-agent-read-local.
6366
6367 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6370         rather than make-variable-buffer-local for file-precious-flag.
6371
6372 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6373
6374         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6375         for duplicates which are removed.  The invalid sort check then
6376         triggers a rescan after the sort as sorting may have moved
6377         duplicate entries such that they can be cheaply detected.
6378
6379 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6382
6383 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6384
6385         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6386         internal variable to a custom variable.  Changed default value
6387         from compressed(2) to uncompressed(1).
6388         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6389         support for uncompressed agentview files.  Taken together, reading
6390         the agentview file should now be 6-7 times faster.
6391
6392 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6393
6394         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6395         as a buffer-local variable.  This avoids creating truncated
6396         dribble files as a result of a hang up, eg.
6397
6398 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6399
6400         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6401         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6402         XEmacs.
6403
6404 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6405
6406         * gnus-start.el (gnus-start-draft-setup): Enforce
6407         `gnus-draft-mode' for nndraft:drafts at startup.
6408
6409         * gnus.el (gnus-splash): Change custom group.
6410         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6411         allow-list argument.
6412
6413         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6414         string.
6415
6416 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * gnus-art.el (gnus-default-article-saver): Add user-defined
6419         `function' to custom type.
6420
6421 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6422
6423         * imap.el (imap-open): Handle case where buffer is a buffer
6424         object.
6425
6426 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6427
6428         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6429         long lines.
6430         (gnus-cache-delete-group): Wrap doc strings.
6431
6432         * gnus-agent.el (gnus-agent-rename-group)
6433         (gnus-agent-delete-group): Wrap doc strings.
6434
6435 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6436
6437         * messagexmas.el (message-use-toolbar): Change the valid values
6438         into default, top, bottom, left, and right.
6439         (message-toolbar-thickness): New variable.
6440         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6441         well.
6442         (message-setup-toolbar): Make it work.
6443
6444         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
6445         (gnus-use-toolbar): Change the valid values into default, top,
6446         bottom, left, and right.
6447         (gnus-toolbar-thickness): New variable.
6448         (gnus-xmas-setup-toolbar): New function.
6449         (gnus-xmas-setup-group-toolbar): Use it.
6450         (gnus-xmas-setup-summary-toolbar): Use it.
6451
6452 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6453
6454         * gnus-start.el (gnus-1): Add "native" to
6455         gnus-predefined-server-alist.
6456
6457         * gnus.el (gnus-method-to-server): Don't add "native" to the
6458         lists here, because that leads to problems when
6459         gnus-select-method is bound.
6460
6461 2005-11-09  Simon Josefsson  <jas@extundo.com>
6462
6463         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6464         use (not sort-by-date) instead.
6465
6466 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6467
6468         * gnus-delay.el (gnus-delay-group): Don't autoload.
6469         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6470         to be re-loaded when customizing the `gnus-delay' group.
6471
6472 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6473
6474         * message.el: Revert last changes.
6475         (message-insert-citation-line): Use newlines.
6476
6477 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6478
6479         * message.el (message-courtesy-message)
6480         (message-mark-insert-begin, message-mark-insert-end)
6481         (message-elide-ellipsis, message-cancel-message)
6482         (message-add-header, message-change-subject)
6483         (message-cross-post-followup-to-header)
6484         (message-cross-post-insert-note, message-reduce-to-to-cc)
6485         (message-widen-reply, message-delete-not-region)
6486         (message-kill-to-signature, message-insert-signature)
6487         (message-insert-importance-high, message-insert-importance-low)
6488         (message-insert-or-toggle-importance)
6489         (message-insert-disposition-notification-to)
6490         (message-indent-citation, message-yank-original)
6491         (message-cite-original-without-signature, message-cite-original)
6492         (message-insert-citation-line, message-position-on-field)
6493         (message-fix-before-sending, message-send-mail-partially)
6494         (message-send-mail, message-send-mail-with-sendmail)
6495         (message-send-mail-with-qmail, message-send-news)
6496         (message-check-news-header-syntax, message-generate-headers)
6497         (message-insert-courtesy-copy, message-fill-address)
6498         (message-fill-header, message-shorten-references)
6499         (message-setup-1, message-cancel-news)
6500         (message-forward-make-body-plain, message-forward-make-body-mime)
6501         (message-forward-make-body-mml, message-encode-message-body)
6502         (message-forward-make-body-digest-plain)
6503         (message-forward-make-body-digest-mime)
6504         (message-use-alternative-email-as-from): Insert `hard-newline'
6505         instead of ordinary newlines.
6506
6507 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * message.el (message-generate-headers): Downcase the argument
6510         given to message-check-element.
6511
6512 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6513
6514         * nntp.el (nntp-authinfo-rejected): New error condition.
6515         (nntp-wait-for): Use new error condition to signal authentication
6516         error.
6517         (nntp-retrieve-data): Rethrow new error condition to break out of
6518         recursive call to nntp-send-authinfo.
6519
6520 2005-11-08  Romain Francoise  <romain@orebokech.com>
6521
6522         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6523         (gnus-summary-exit-map): Bind to `Z p'.
6524         (gnus-summary-make-menu-bar): Add menu item.
6525
6526 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6527
6528         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6529         (gnus-treat-*): Add `first' in all doc strings.
6530
6531         * gnus-group.el (gnus-group-compact-group): Fix typo.
6532
6533 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * gnus.el (gnus-parameters-case-fold-search): New variable.
6536         (gnus-parameters-get-parameter): Use it.
6537
6538         * gnus-score.el (gnus-home-score-file): Doc fix.
6539
6540 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6541
6542         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6543
6544 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * mm-util.el (mm-special-display-p): New function.
6547
6548         * mml.el (mml-preview): Use it; doc fix.
6549
6550 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6551
6552         * imap.el (imap-open): Handle case where buffer is a buffer object.
6553
6554 2005-10-29  Romain Francoise  <romain@orebokech.com>
6555
6556         * message.el (message-fix-before-sending): Fix comment.
6557
6558 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6559
6560         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6561
6562 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6563
6564         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6565         Used in gnus-score.el.
6566
6567 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6568
6569         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6570
6571 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6572
6573         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6574         whitespace removed in revision 7.8.  Use concatenated string to
6575         protect trailing whitespace.
6576
6577 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
6578
6579         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6580         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6581         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6582         Courier IMAP ("some version from 2004").  Mostly based on similar
6583         code in the same function.
6584
6585 2005-10-26  Didier Verna  <didier@xemacs.org>
6586
6587         * gnus-group.el (gnus-group-compact-group): Invalidate original
6588         article buffer.
6589         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6590         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6591         NOV database and in article itself.
6592         Invalidate article backlog.
6593
6594 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6595
6596         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6597
6598 2005-10-26  Simon Josefsson  <jas@extundo.com>
6599
6600         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6601         part of 2004-07-25 change.
6602
6603 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6604
6605         * message.el (message-display-completion-list): New function.
6606         (message-expand-group): Use it; make sure the Completions buffer
6607         is modifiable.
6608 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6609
6610         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6611         user-mail-name is an empty string.
6612
6613 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6614
6615         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6616         depending on gnus-score-decay-constant.
6617
6618         * encrypt.el (encrypt-insert-file-contents)
6619         (encrypt-write-file-contents): Don't use `gnus-message'.
6620
6621         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6622         arguments.
6623         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
6624         arguments to mm-uu-verbatim-marks-extract.
6625         (mm-uu-hide-markers): New variable.
6626         (mm-uu-extract): Use face similar to `gnus-cite-3'.
6627
6628         * gnus-fun.el (gnus-convert-image-to-x-face-command)
6629         (gnus-convert-image-to-face-command): Use "convert" by default to
6630         allow other input image formats.
6631         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6632         accordingly.
6633
6634 2005-10-23  Simon Josefsson  <jas@extundo.com>
6635
6636         * imap.el (imap-gssapi-program): Align command line parameters
6637         with latest GNU SASL.
6638         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6639
6640 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6641
6642         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6643         HTML.
6644         (nnslashdot-request-article): Ditto.
6645
6646         * lpath.el (featurep): Add nobreak-char-display.
6647
6648 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6649
6650         * mail-source.el (mail-source-fetch-pop): Require pop3.
6651         (mail-source-check-pop): Ditto.
6652
6653 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6656         errors.
6657
6658 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6659
6660         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6661         (gnus-treat-strip-leading-blank-lines): Improve doc string.
6662
6663         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6664
6665         * mm-bodies.el (mm-decode-string): Call
6666         `mm-charset-to-coding-system' with allow-override argument.
6667
6668 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6671         (rfc2047-charset-to-coding-system): New function.
6672         (rfc2047-decode-encoded-words): New function.
6673         (rfc2047-decode-region): Use them.
6674         (rfc2047-decode-cte): Remove.
6675         (rfc2047-parse-and-decode): Remove.
6676         (rfc2047-decode): Remove.
6677
6678 2005-10-15  Kenichi Handa  <handa@m17n.org>
6679
6680         * rfc2047.el (rfc2047-decode-cte): New function.
6681         (rfc2047-decode-region): Change the way to decode successive
6682         encoded-words: decode B- or Q-encoding in each encoded-word,
6683         concatenate them, and decode it as charset.
6684
6685 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * lpath.el: Fbind codepage-setup for XEmacs.
6688
6689 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6690
6691         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
6692         widget-move-and-invoke.
6693         (gnus-custom-mode): Use gnus-custom-map.
6694
6695 2005-10-15  Bill Wohler  <wohler@newt.com>
6696
6697         * message.el (message-tool-bar-map): Renamed image file from
6698         mail_send to mail/send.
6699
6700 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6701
6702         * message.el (message-expand-group): Pass the common
6703         prefix substring of completion to `display-completion-list'.
6704
6705 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
6706
6707         * mml-sec.el (mml-secure-method): New internal variable.
6708         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6709         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6710         functions using mml-secure-method.
6711
6712         * mml.el (mml-mode-map): Add key bindings for those functions.
6713         (mml-menu): Simplify security menu entries.  Suggested by Jesper
6714         Harder <harder@myrealbox.com>.
6715         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6716         end of message if point is the headers of the message.
6717
6718         * message.el (message-in-body-p): New function.
6719
6720         * assistant.el: Autoload gnus-util and netrc.
6721
6722         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6723         Use `mm-charset-override-alist' only when decoding.
6724
6725         * mm-bodies.el (mm-decode-body): Call
6726         `mm-charset-to-coding-system' with allow-override argument.
6727
6728         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6729         `filename' from Content-Disposition if Content-Type doesn't
6730         provide `name'.
6731         (gnus-mime-view-part-as-type): Set default instead of
6732         initial-input.
6733
6734 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6735
6736         * format-spec.el (format-spec): Propagate text properties of % spec.
6737
6738 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6739
6740         * gnus-art.el (gnus-treat-predicate): Add `first'.
6741
6742 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6743
6744         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6745         (mm-charset-override-alist): New variable.
6746         (mm-charset-to-coding-system): Use it.
6747         (mm-codepage-setup): New helper function.
6748         (mm-charset-eval-alist): New variable.
6749         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
6750         about unknown charsets.
6751
6752         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
6753
6754 2005-10-04  David Hansen  <david.hansen@gmx.net>
6755
6756         * nnrss.el (nnrss-request-article): Add support for the comments tag.
6757         (nnrss-check-group): Ditto.
6758
6759 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6760
6761         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6762         Rename x-gnus-verbatim to x-verbatim.
6763         (mm-uu-type-alist): Fix regexp for verbatim-marks.
6764
6765         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6766         x-verbatim.
6767
6768         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6769
6770         * gnus-util.el (gnus-remove-duplicates): Remove.
6771
6772         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6773         instead of gnus-remove-duplicates.
6774
6775         * message.el (message-remove-duplicates): Remove.
6776         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6777         message-remove-duplicates.
6778
6779         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6780         available, else use implementation from `delete-dups'.
6781
6782         * message.el (message-insert-expires): New function.
6783         (message-mode-map): Add key binding.
6784         (message-mode-field-menu): Add menu entry.
6785         (message-mode): Document it.
6786         (message-make-expires-date): Use `message-make-date'.
6787
6788 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
6789
6790         * message.el (message-make-expires-date): New function.
6791
6792 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * Makefile.in (list-installed-shadows): New entry.
6795         (install): Use it.
6796         (remove-installed-shadows): New entry.
6797
6798         * dgnushack.el (dgnushack-default-load-path): New variable.
6799         (dgnushack-find-lisp-shadows): New function.
6800         (dgnushack-remove-lisp-shadows): New function.
6801
6802 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * Makefile.in (install-el-elc): New entry.
6805         (install): Use it so that .el files are necessarily installed.
6806
6807 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * time-date.el: Autoload parse-time-string, XEmacs needs it.
6810
6811 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6812
6813         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6814         function rather than the diff-mode.el package.
6815         (mm-display-external): Use with-current-buffer.
6816         (mm-viewer-completion-map, mm-viewer-completion-map):
6817         Move initialization inside declaration.
6818
6819 2005-09-29  Simon Josefsson  <jas@extundo.com>
6820
6821         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
6822         autoload mail-check-payment.
6823         (spam-check-hashcash): Define unconditionally, since hashcash.el
6824         is part of Gnus now.  Ignore errors from payment checking.
6825
6826 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6827
6828         * message.el (message-bold-region, message-unbold-region): Rename
6829         from `bold-region' and `unbold-region'.
6830
6831         * message.el: Remove useless autoloads.
6832
6833 2005-09-28  Simon Josefsson  <jas@extundo.com>
6834
6835         * message.el (message-use-idna): Default to t.
6836         (message-use-idna): Test whether encoding works too.  Doc fix.
6837
6838 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * nntp.el (nntp-warn-about-losing-connection): Remove.
6841
6842 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6845         customizable.  Change default value.
6846         (mm-uu-diff-groups-regexp): Change default value.
6847         (mm-uu-type-alist): Add doc string.
6848         (mm-uu-configure): Add doc string.  Make it interactive.
6849         (mm-uu-tex-groups-regexp): New variable.
6850         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6851         (mm-uu-type-alist): Add LaTeX documents.
6852         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6853         of "text/verbatim".
6854         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6855
6856         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6857         instead of "text/verbatim".
6858
6859         * message.el (message-mark-inserted-region)
6860         (message-mark-insert-file): Use slrn style marks when called with
6861         prefix argument.
6862
6863 2005-09-27  Simon Josefsson  <jas@extundo.com>
6864
6865         * message.el (message-idna-to-ascii-rhs-1): Reformat.
6866
6867 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
6868
6869         * message.el (message-remove-duplicates): New function.
6870         Implementation borrowed from `gnus-remove-duplicates'.
6871         (message-idna-to-ascii-rhs): Also encode idna addresses in
6872         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6873         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6874         only ask about the same idna domain once per header and also tell
6875         in what header to replace the idna domain.
6876
6877         * gnus-art.el (article-decode-idna-rhs): Also decode idna
6878         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6879         (article-decode-idna-rhs): Fix regexp so that all idna-address in
6880         a header is decoded and not just the last one.
6881
6882 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6885         has been decoded.
6886
6887         * mm-decode.el (mm-automatic-display): Add text/verbatim.
6888         (mm-insert-part): Don't modify text if it has been decoded.
6889
6890         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6891         decoded.
6892
6893         * mm-view.el (mm-inline-text): Don't strip text props unless
6894         decoding enriched or richtext parts.
6895
6896 2005-09-25  Romain Francoise  <romain@orebokech.com>
6897
6898         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6899         * gnus-start.el (gnus-subscribe-interactively):
6900         * gnus-uu.el (gnus-uu-grab-articles):
6901         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6902         space.
6903
6904 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6905
6906         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6907         * mm-view.el (mm-view-pkcs7-decrypt):
6908         * gnus-sum.el (gnus-summary-limit-to-extra)
6909         (gnus-summary-respool-article, gnus-read-move-group-name):
6910         * gnus-score.el (gnus-summary-increase-score):
6911         * gnus-util.el (gnus-completing-read-with-default):
6912         * gnus-art.el (gnus-read-save-file-name)
6913         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6914         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6915         * message.el (message-check-news-header-syntax):
6916         Follow convention for reading with the minibuffer.
6917
6918 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
6919
6920         * spam-report.el (spam-report-url-ping-plain):
6921         Use gnus-extended-version as User-Agent.
6922
6923         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6924         default value is nil.
6925
6926         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6927         (mm-uu-verbatim-marks-extract): New function.
6928         (mm-uu-extract): New face.
6929         (mm-uu-copy-to-buffer): Use it.
6930
6931         * spam-report.el (spam-report-gmane-ham): Renamed from
6932         `spam-report-gmane-unspam'.
6933         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6934         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
6935
6936         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6937         Autoload.
6938         (spam-report-gmane-unregister-routine): Renamed
6939         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6940
6941 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
6942
6943         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6944         (spam-report-gmane-unregister-routine): Add support for gmane
6945         unregistration.
6946
6947         * spam-report.el (spam-report-gmane-unspam)
6948         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6949         (spam-report-gmane): Change to take a single article and do unspam
6950         registration.
6951
6952 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6953
6954         * mm-url.el (mm-url-decode-entities): Fix regexp.
6955
6956 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6957
6958         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6959         default to nil, to be able to use Gnus at all.  If the default
6960         switches to something else, then the function should be fixed not
6961         be exceedingly slow.
6962
6963 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
6964
6965         * gnus-start.el (gnus-activate-group): If the server is nil, don't
6966         fail hard.
6967
6968         * spam-report.el: Add better Keywords line.
6969
6970         * spam.el: Add Maintainer and better Keywords line.
6971
6972 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6973
6974         * gnus-art.el (gnus-article-replace-part)
6975         (gnus-mime-replace-part): New functions.
6976         (gnus-mime-action-alist, gnus-mime-button-commands)
6977         (gnus-mime-save-part-and-strip): Added file argument.
6978         (gnus-article-part-wrapper): Added interactive argument.
6979
6980         * gnus-sum.el (gnus-summary-mime-map): Add
6981         `gnus-article-replace-part'.
6982
6983 2005-09-19  Didier Verna  <didier@xemacs.org>
6984
6985         The nnml compaction feature:
6986         * nnml.el (nnml-request-compact-group): New function.
6987         * nnml.el (nnml-request-compact): New function.
6988         * gnus-int.el (gnus-request-compact-group): New function.
6989         * gnus-int.el (gnus-request-compact): New function.
6990         * gnus-group.el (gnus-group-compact-group): New function.
6991         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6992         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6993         * gnus-srvr.el (gnus-server-compact-server): New function.
6994         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6995         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6996
6997 2005-09-18  Deepak Goel  <deego@gnufans.org>
6998
6999         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7000         format spec.
7001
7002 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7003
7004         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7005
7006 2005-09-15  Romain Francoise  <romain@orebokech.com>
7007
7008         * message.el (message-fill-paragraph): Clarify docstring.
7009
7010 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * gnus-art.el (gnus-mime-display-part): Protect against broken
7013         MIME messages.
7014
7015 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7018         before parsing header.
7019
7020 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7021
7022         * html2text.el (html2text-replace-list): Add new entities.
7023
7024 2005-09-11  Romain Francoise  <romain@orebokech.com>
7025
7026         * message.el (message-alternative-emails): Improve docstring.
7027         (message-setup-1): Call `message-use-alternative-email-as-from'
7028         after `message-setup-hook' to give it precedence over posting
7029         styles, etc.
7030         (message-use-alternative-email-as-from): Add docstring.  Remove
7031         the original From header if present.
7032
7033         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7034         (nnml-save-mail): Use it.
7035
7036         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7037         articles.  Add new argument `silent'.
7038         (gnus-uu-mark-all): Report the total number of marked articles.
7039
7040 2005-09-10  Romain Francoise  <romain@orebokech.com>
7041
7042         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7043         (gnus-uu-mark-series): Likewise.
7044
7045 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7046
7047         * spam-report.el (spam-report-gmane): Fix generation of spam
7048         report URL.
7049
7050 2005-09-10  Simon Josefsson  <jas@extundo.com>
7051
7052         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7053         t, based on discussion on the ding list with Robert Epprecht
7054         <epprecht@solnet.ch>.
7055
7056 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7057
7058         * spam-report.el (spam-report-gmane): Make it work without
7059         X-Report-Spam header.  Gmane now only provides Archived-At.
7060         This is only used if `spam-report-gmane-use-article-number' is nil.
7061         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7062
7063         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7064         make `gnus-summary-sort-by-recipient' work with threading.
7065
7066         * nnweb.el (nnweb-google-wash-article): Print a message if article
7067         is not available.
7068
7069 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7070
7071         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7072         change.  Decode text/* parts content before displaying.
7073
7074 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7075
7076         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7077
7078 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7081
7082         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7083         url-package-name, url-package-version,
7084         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7085         w3m-display-inline-images, and w3m-minor-mode-map.
7086
7087 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7088
7089         * message.el (message-tab-body-function): Fix mismatched custom type.
7090
7091         * gnus.el (gnus-group-change-level-function): Ditto.
7092
7093         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7094
7095         * gnus-art.el (gnus-signature-limit)
7096         (gnus-article-mime-part-function): Ditto.
7097
7098 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * mml.el (mml-mode): Silence the byte compiler.
7101
7102         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7103         using `(sit-for 0)' before moving the point to the specified part;
7104         skip unbuttonized parts.
7105         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7106         return to the summary window if gnus-auto-select-part is non-nil.
7107
7108 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7109
7110         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7111         variables.
7112         (mml-dnd-attach-file, mml-mode): Use them.
7113
7114         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7115         Make fetching article by MID work again for Google Groups.  Added
7116         FIXME concerning gnus-group-make-web-group.
7117
7118         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7119         Don't depend on Gnus by using mail-extract-address-components if
7120         gnus-extract-address-components is not bound.
7121
7122 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7123
7124         * gnus-art.el (gnus-mime-display-security): Don't display the
7125         signature, but only the signed part.
7126
7127 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7130
7131         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7132         list, not listp.
7133
7134 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7135
7136         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7137         when encoding.
7138
7139         * mm-bodies.el (mm-decode-content-transfer-encoding):
7140         De-canonicalize CRLF for all text content types, not just
7141         text/plain.
7142
7143 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7146         valid article; point arrow and cursor at the MIME button.
7147
7148 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7151         Suggested by Dan Christensen <jdc@uwo.ca>.
7152
7153         * mm-decode.el (mm-save-part): Enable change of prompt.
7154
7155 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7156
7157         * gnus-msg.el (gnus-inews-add-send-actions): Made
7158         `message-post-method' lambda parameter ARG `&optional'.
7159
7160 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7161
7162         * gnus-sum.el (gnus-summary-mime-map): Added
7163         gnus-article-save-part-and-strip, gnus-article-delete-part and
7164         gnus-article-jump-to-part.
7165
7166         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7167         (gnus-article-edit-part): Use it.
7168         (gnus-article-part-wrapper): Added no-handle argument.
7169         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7170         functions.
7171
7172 2005-08-29  Romain Francoise  <romain@orebokech.com>
7173
7174         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7175         docstring.
7176         (gnus-face-from-file): Likewise.
7177
7178 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7179
7180         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7181         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7182         non-nil.
7183         (gnus-auto-select-part): New variable.
7184         (gnus-article-jump-to-part): New function.
7185         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7186         (gnus-mime-delete-part): Allow selecting specified part after
7187         deleting or stripping parts.
7188         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7189         part if argument is bogus.
7190
7191 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7192
7193         * gnus-art.el (w3m-minor-mode-map):
7194         * gnus-spec.el (gnus-newsrc-file-version):
7195         * gnus-util.el (nnmail-active-file-coding-system)
7196         (gnus-original-article-buffer, gnus-user-agent):
7197         * gnus.el (gnus-ham-process-destinations)
7198         (gnus-parameter-ham-marks-alist)
7199         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7200         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7201         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7202         * mm-decode.el (gnus-current-window-configuration):
7203         * mm-extern.el (gnus-article-mime-handles):
7204         * mm-url.el (url-current-object, url-package-name)
7205         (url-package-version):
7206         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7207         (smime-keys, w3m-cid-retrieve-function-alist)
7208         (w3m-current-buffer, w3m-display-inline-images)
7209         (w3m-minor-mode-map):
7210         * mml-smime.el (gnus-extract-address-components):
7211         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7212         (gnus-newsrc-hashtb, message-default-charset)
7213         (message-deletable-headers, message-options)
7214         (message-posting-charset, message-required-mail-headers)
7215         (message-required-news-headers):
7216         * mml1991.el (mc-pgp-always-sign):
7217         * mml2015.el (mc-pgp-always-sign):
7218         * nnheader.el (nnmail-extra-headers):
7219         * rfc1843.el (gnus-decode-encoded-word-function)
7220         (gnus-decode-header-function, gnus-newsgroup-name):
7221         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7222
7223 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7224
7225         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7226         the end of the date treatments.
7227
7228 2005-08-15  Simon Josefsson  <jas@extundo.com>
7229
7230         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7231         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7232         Capello and Romain Francoise.
7233         (pgg-fetch-key-function): Removed, not used?
7234         (pgg-insert-url-with-w3): Require url, to get
7235         url-insert-file-contents regardless of where it is defined.
7236
7237 2005-08-13  Romain Francoise  <romain@orebokech.com>
7238
7239         * message.el (message-cite-original-1): New function.
7240         (message-cite-original): Use it.
7241         (message-cite-original-without-signature): Ditto.
7242
7243 2005-08-08  Romain Francoise  <romain@orebokech.com>
7244
7245         * message.el (message-yank-empty-prefix): New variable.
7246         (message-indent-citation): Use it.
7247         (message-cite-original-without-signature): Respect X-No-Archive.
7248
7249 2005-08-08  Simon Josefsson  <jas@extundo.com>
7250
7251         * pgg.el: Autoload url-insert-file-contents instead of loading
7252         w3/url.
7253         (pgg-insert-url-with-w3): Don't load url here.
7254
7255 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7256
7257         * message.el (message-kill-to-signature): Don't insert newline at
7258         bol.
7259         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7260
7261 2005-08-06  Romain Francoise  <romain@orebokech.com>
7262
7263         * message.el (message-user-fqdn): Fix typo in docstring.
7264
7265 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7266
7267         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7268
7269         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7270
7271 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * mm-bodies.el (mm-encode-body): Use coding system rather than
7274         charset to encode text.
7275
7276         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7277         number of charsets if utf-8 is available (XEmacs).
7278
7279 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7280
7281         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7282         taken from `gnus-button-mid-or-mail-regexp'.
7283         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7284         (gnus-button-alist): Improve regexp for domain part of the MIDs
7285         for news:localpart@domain buttons.
7286         (gnus-button-ctan-directory-regexp): Update.
7287
7288 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * sieve-manage.el (sieve-manage-interactive-login): Use
7291         make-local-variable rather than make-variable-buffer-local.
7292         (sieve-manage-open): Ditto.
7293         (sieve-manage-authenticate): Ditto.
7294
7295         * mml.el (mml-generate-mime-1): Make the content type default to
7296         text/plain if the filename is not specified.
7297
7298 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7301         instead of insert-buffer.
7302
7303         * message.el (message-yank-original): Ditto; set the mark at the
7304         end of the yanked message.
7305
7306 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7309         lines to scroll rather than to stop it.
7310
7311         * mml.el (mml-generate-default-type): Add doc string.
7312         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7313         default to application/octet-stream when determining the content
7314         type if it is not specified for the part or the mml contents; add
7315         a comment about mml-generate-default-type.
7316
7317 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7318
7319         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7320         make it default to application/octet-stream when determining the
7321         content type if it is not specified for the external contents.
7322
7323 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7326         segmented parameter but also other parameters might be there.
7327
7328 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * mm-decode.el (mm-display-external): Delete temp file, directory
7331         and buffer immediately if the external process is exited.
7332
7333 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7336         fewer lines than that of scroll-margin.
7337         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7338
7339 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * gnus-art.el (gnus-article-next-page): Revert.
7342         (gnus-article-beginning-of-window): New macro.
7343         (gnus-article-next-page-1): Use it.
7344         (gnus-article-prev-page): Ditto.
7345         (gnus-article-edit-part): Use insert-buffer-substring instead of
7346         insert-buffer.
7347         (gnus-article-edit-exit): Ditto.
7348
7349         * gnus-util.el (gnus-beginning-of-window): Remove.
7350         (gnus-end-of-window): Remove.
7351
7352         * lpath.el: Don't bind header-line-format and scroll-margin.
7353
7354 2005-07-25  Simon Josefsson  <jas@extundo.com>
7355
7356         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7357         to have the url package without w3.  Reported by Daiki Ueno
7358         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7359
7360 2005-07-20  Didier Verna  <didier@xemacs.org>
7361
7362         * gnus-diary.el: Remove the description comment (nndiary is now
7363         properly documented in the Gnus manual).
7364         Fix the spelling of "Back End".
7365         * nndiary.el: Ditto.
7366         Fix the copyright notice.
7367
7368 2005-07-18  Romain Francoise  <romain@orebokech.com>
7369
7370         * gnus-sum.el (gnus-summary-to-prefix,
7371         gnus-summary-newsgroup-prefix): New variables.
7372         (gnus-summary-from-or-to-or-newsgroups): Use them.
7373
7374 2005-07-17  Romain Francoise  <romain@orebokech.com>
7375
7376         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7377         space as it's generally not especially interesting to the user.
7378
7379 2005-07-16  Romain Francoise  <romain@orebokech.com>
7380
7381         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7382         nil to avoid prompting and file modification if one of the
7383         messages at the top of the nnfolder file contains a copyright
7384         notice.
7385         Update copyright notice.
7386
7387         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7388         instead of `current-time-string' as the latter creates a time
7389         string that is not RFC 2822 compliant (it lacks the zone).
7390         Update copyright notice.
7391
7392 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7393
7394         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7395         for text/rtf.  Display default in prompt.  Pass default for M-n.
7396
7397         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7398
7399 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7400
7401         * gnus-msg.el (gnus-button-mailto): Remove
7402         save-selected-window-window hackery because it relies on
7403         save-selected-window internals.
7404
7405 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7408         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7409         (gnus-article-prev-page): Ditto.
7410
7411         * gnus-util.el (gnus-beginning-of-window): New function.
7412         (gnus-end-of-window): New function.
7413
7414         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7415
7416 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7417
7418         * gnus-score.el (gnus-score-edit-all-score): Set
7419         gnus-score-edit-exit-function to gnus-score-edit-done and call
7420         gnus-message.
7421
7422 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7423
7424         * gnus-msg.el (gnus-button-mailto): Remove
7425         save-selected-window-window hackery because it relies on
7426         save-selected-window internals.
7427
7428 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7429
7430         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7431         add-minor-mode.
7432         (gnus-binary-mode): Ditto.
7433
7434         * gnus-topic.el (gnus-topic-mode): Ditto.
7435
7436 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7437
7438         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7439         (gnus-article-prev-page): Take scroll-margin into consideration.
7440
7441 2005-07-04  Lute Kamstra  <lute@gnu.org>
7442
7443         Update FSF's address in GPL notices.
7444
7445 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7446
7447         * gnus.el (gnus-exit):
7448         * gnus-group.el (gnus-group-icons):
7449         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7450
7451         * gnus-nocem.el (gnus-nocem):
7452         * message.el (message-various, message-buffers, message-sending)
7453         (message-interface, message-forwarding, message-insertion)
7454         (message-headers, message-news, message-mail):
7455         * pgg-gpg.el (pgg-gpg):
7456         * pgg-parse.el (pgg-parse):
7457         * pgg-pgp.el (pgg-pgp):
7458         * pgg-pgp5.el (pgg-pgp5):
7459         * pop3.el (pop3): Finish `defgroup' description with period.
7460
7461 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * gnus-art.el (article-display-face): Improve the efficiency.
7464         (article-display-x-face): Ditto; remove grey x-face stuff.
7465
7466 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * gnus-art.el (article-display-face): Correct the position in
7469         which Faces are inserted.
7470
7471 2005-06-29  Didier Verna  <didier@xemacs.org>
7472
7473         * gnus-art.el (article-display-face): Display faces in correct
7474         order.
7475
7476 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7477
7478         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7479         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7480         (gnus-nocem-check-article): Fetch the Type header.
7481         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7482         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7483         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7484         make sure gnus-nocem-hashtb is initialized.
7485         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7486         (gnus-nocem-unwanted-article-p): Ditto.
7487
7488         * pgg.el (pgg-verify): Return the verification result.
7489
7490 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7491
7492         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7493         is ascii.
7494
7495 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7496
7497         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7498         `show-nonbreak-escape'.
7499
7500 2005-06-23  Lute Kamstra  <lute@gnu.org>
7501
7502         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7503
7504         * dig.el (dig-mode):
7505         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7506
7507 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7508
7509         * nnimap.el (nnimap-split-download-body): Fix spellings.
7510
7511 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7512
7513         * gnus-art.el (gnus-article-encrypt-body):
7514         * gnus-cus.el (gnus-score-customize):
7515         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7516         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7517
7518 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7519
7520         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7521         header by looking for magic "MII" at the beginnig.
7522
7523 2005-06-16  Miles Bader  <miles@gnu.org>
7524
7525         * gnus-xmas.el (gnus-xmas-group-startup-message):
7526         Use renamed gnus-splash face.
7527
7528         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7529         (assistant-field-face): New backward-compatibility alias for renamed
7530         face.
7531         (assistant-render-text): Use renamed assistant-field face.
7532
7533         * spam.el (spam): Remove "-face" suffix from face name.
7534         (spam-face): New backward-compatibility alias for renamed face.
7535         (spam-face, spam-initialize): Use renamed spam face.
7536
7537         * message.el (message-header-to, message-header-cc)
7538         (message-header-subject, message-header-newsgroups)
7539         (message-header-other, message-header-name)
7540         (message-header-xheader, message-separator, message-cited-text)
7541         (message-mml): Remove "-face" suffix from face names.
7542         (message-header-to-face, message-header-cc-face)
7543         (message-header-subject-face, message-header-newsgroups-face)
7544         (message-header-other-face, message-header-name-face)
7545         (message-header-xheader-face, message-separator-face)
7546         (message-cited-text-face, message-mml-face):
7547         New backward-compatibility aliases for renamed faces.
7548         (message-font-lock-keywords): Use renamed message faces.
7549
7550         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7551         (sieve-test-commands, sieve-tagged-arguments):
7552         Remove "-face" suffix from face names.
7553         (sieve-control-commands-face, sieve-action-commands-face)
7554         (sieve-test-commands-face, sieve-tagged-arguments-face):
7555         New backward-compatibility aliases for renamed faces.
7556         (sieve-control-commands-face, sieve-action-commands-face)
7557         (sieve-test-commands-face, sieve-tagged-arguments-face):
7558         Use renamed sieve faces.
7559
7560         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7561         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7562         (gnus-group-news-3-empty, gnus-group-news-4)
7563         (gnus-group-news-4-empty, gnus-group-news-5)
7564         (gnus-group-news-5-empty, gnus-group-news-6)
7565         (gnus-group-news-6-empty, gnus-group-news-low)
7566         (gnus-group-news-low-empty, gnus-group-mail-1)
7567         (gnus-group-mail-1-empty, gnus-group-mail-2)
7568         (gnus-group-mail-2-empty, gnus-group-mail-3)
7569         (gnus-group-mail-3-empty, gnus-group-mail-low)
7570         (gnus-group-mail-low-empty, gnus-summary-selected)
7571         (gnus-summary-cancelled, gnus-summary-high-ticked)
7572         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7573         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7574         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7575         (gnus-summary-low-undownloaded)
7576         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7577         (gnus-summary-low-unread, gnus-summary-normal-unread)
7578         (gnus-summary-high-read, gnus-summary-low-read)
7579         (gnus-summary-normal-read, gnus-splash):
7580         Remove "-face" suffix from face names.
7581         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7582         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7583         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7584         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7585         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7586         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7587         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7588         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7589         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7590         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7591         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7592         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7593         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7594         (gnus-summary-normal-ticked-face)
7595         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7596         (gnus-summary-normal-ancient-face)
7597         (gnus-summary-high-undownloaded-face)
7598         (gnus-summary-low-undownloaded-face)
7599         (gnus-summary-normal-undownloaded-face)
7600         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7601         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7602         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7603         (gnus-splash-face):
7604         New backward-compatibility aliases for renamed faces.
7605         (gnus-group-startup-message): Use renamed gnus faces.
7606
7607         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7608         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7609         (gnus-server-agent): Remove "-face" suffix from face names.
7610         (gnus-server-agent-face, gnus-server-opened-face)
7611         (gnus-server-closed-face, gnus-server-denied-face)
7612         (gnus-server-offline-face):
7613         New backward-compatibility aliases for renamed faces.
7614         (gnus-server-agent-face, gnus-server-opened-face)
7615         (gnus-server-closed-face, gnus-server-denied-face)
7616         (gnus-server-offline-face): Use renamed gnus faces.
7617
7618         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7619         Remove "-face" suffix from face names.
7620         (gnus-picon-xbm-face, gnus-picon-face):
7621         New backward-compatibility aliases for renamed faces.
7622
7623         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7624         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7625         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7626         (gnus-cite-11): Remove "-face" suffix from face names.
7627         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7628         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7629         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7630         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7631         New backward-compatibility aliases for renamed faces.
7632         (gnus-cite-attribution-face, gnus-cite-face-list)
7633         (gnus-article-boring-faces): Use renamed gnus faces.
7634
7635         * gnus-art.el (gnus-signature, gnus-header-from)
7636         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7637         (gnus-header-content): Remove "-face" suffix from face names.
7638         (gnus-signature-face, gnus-header-from-face)
7639         (gnus-header-subject-face, gnus-header-newsgroups-face)
7640         (gnus-header-name-face, gnus-header-content-face):
7641         New backward-compatibility aliases for renamed faces.
7642         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7643
7644         * gnus-sum.el (gnus-summary-selected-face)
7645         (gnus-summary-highlight): Use renamed gnus faces.
7646         * gnus-group.el (gnus-group-highlight): Likewise.
7647
7648 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7649
7650         * gnus-sieve.el (gnus-sieve-article-add-rule):
7651         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7652         * spam-stat.el (spam-stat-buffer-change-to-spam)
7653         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7654
7655         * message.el (message-is-yours-p):
7656         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7657
7658 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * mm-view.el (mm-inline-text): Withdraw the last change.
7661
7662 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7665         executing enriched-decode.
7666
7667 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7668
7669         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7670         charset of tar files.
7671
7672 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
7673
7674         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7675
7676 2005-06-04  Lute Kamstra  <lute@gnu.org>
7677
7678         * nnfolder.el (nnfolder-read-folder): Make sure that undo
7679         information is never recorded.
7680
7681 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7682
7683         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7684
7685 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * pop3.el (pop3-apop): Run md5 in the binary mode.
7688
7689         * starttls.el (starttls-set-process-query-on-exit-flag):
7690         Use eval-and-compile.
7691
7692 2005-05-31  Simon Josefsson  <jas@extundo.com>
7693
7694         * smime.el (smime-replace-in-string): Define.
7695         (smime-cert-by-ldap-1): Use it.
7696
7697 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * gnus-art.el (article-display-x-face): Replace
7700         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7701
7702         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7703         set-process-query-on-exit-flag or process-kill-without-query.
7704
7705         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7706         loop instead of replace-regexp.
7707
7708         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7709         instead of process-kill-without-query if it is available.
7710
7711         * lpath.el: Fbind ldap-search-entries.
7712
7713         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7714         instead of find-file-hooks if it is available.
7715
7716         * mml1991.el: Bind pgg-default-user-id when compiling.
7717
7718         * mml2015.el: Bind pgg-default-user-id when compiling.
7719
7720         * nndraft.el (nndraft-request-associate-buffer):
7721         Use write-contents-functions instead of write-contents-hooks if it is
7722         available.
7723
7724         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7725         instead of find-file-hooks if it is available.
7726
7727         * nntp.el (nntp-open-connection): Replace
7728         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7729         (nntp-open-ssl-stream): Ditto.
7730         (nntp-open-tls-stream): Ditto.
7731
7732         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7733         set-process-query-on-exit-flag or process-kill-without-query.
7734         (starttls-open-stream-gnutls): Use it instead of
7735         process-kill-without-query.
7736         (starttls-open-stream): Ditto.
7737
7738 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
7739
7740         * smime.el (smime-cert-by-ldap-1): Don't use
7741         replace-regexp-in-string.
7742
7743 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
7744
7745         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7746
7747         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7748         in PEM format.  Adjust to the XEmacs compability.
7749
7750 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7751
7752         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7753         by `string-to-number'.
7754         * gnus-agent.el (gnus-agent-regenerate-group)
7755         (gnus-agent-fetch-articles): Ditto.
7756         * gnus-art.el (gnus-button-fetch-group): Ditto.
7757         * gnus-cache.el (gnus-cache-generate-active)
7758         (gnus-cache-articles-in-group): Ditto.
7759         * gnus-group.el (gnus-group-set-current-level)
7760         (gnus-group-insert-group-line): Ditto.
7761         * gnus-score.el (gnus-score-set-expunge-below)
7762         (gnus-score-set-mark-below, gnus-summary-score-effect)
7763         (gnus-summary-score-entry): Ditto.
7764         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7765         (gnus-soup-pack): Ditto.
7766         * gnus-spec.el (gnus-xmas-format): Ditto.
7767         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7768         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7769         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7770         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7771         * nndb.el (nndb-get-remote-expire-response): Ditto.
7772         * nndiary.el (nndiary-parse-schedule-value)
7773         (nndiary-string-to-number, nndiary-request-replace-article)
7774         (nndiary-request-article): Ditto.
7775         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7776         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7777         * nneething.el (nneething-make-head): Ditto.
7778         * nnfolder.el (nnfolder-request-article)
7779         (nnfolder-retrieve-headers): Ditto.
7780         * nnheader.el (nnheader-file-to-number): Ditto.
7781         * nnkiboze.el (nnkiboze-request-article): Ditto.
7782         * nnmail.el (nnmail-process-unix-mail-format)
7783         (nnmail-process-babyl-mail-format): Ditto.
7784         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7785         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7786         (nnmh-request-create-group, nnmh-request-list-1)
7787         (nnmh-request-group, nnmh-request-article): Ditto.
7788         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7789         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7790         * nnsoup.el (nnsoup-make-active): Ditto.
7791         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7792         * nntp.el (nntp-find-group-and-number)
7793         (nntp-retrieve-headers-with-xover): Ditto.
7794         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7795         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7796         (pgg-format-key-identifier): Ditto.
7797         * pop3.el (pop3-last, pop3-stat): Ditto.
7798         * qp.el (quoted-printable-decode-region): Ditto.
7799
7800         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7801         of concat.
7802
7803 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7806
7807         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7808
7809         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7810
7811         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7812
7813         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7814
7815         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7816
7817         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7818         (gnus-carpal-mode): Ditto.
7819
7820         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7821         (gnus-browse-mode): Ditto.
7822
7823         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7824
7825         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7826
7827 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7828
7829         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7830
7831 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * gnus-util.el (gnus-run-mode-hooks): New function.
7834
7835         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7836
7837         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
7838         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
7839
7840 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
7841
7842         * gnus-agent.el (gnus-agent-make-mode-line-string):
7843         Use mode-line-highlight as mouse-face.
7844
7845 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * canlock.el (canlock): Change the parent group to news.
7848
7849         * deuglify.el (gnus-outlook-deuglify): Add :group.
7850
7851         * dig.el (dig): Add :group.
7852
7853         * dns-mode.el (dns-mode): Add :group.
7854
7855         * encrypt.el (encrypt): Add :group.
7856
7857         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7858         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7859         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7860         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7861         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7862
7863         * gnus-diary.el (gnus-diary): Add :group.
7864
7865         * gnus.el (gnus-group-news-1-face): Add :group.
7866         (gnus-group-news-1-empty-face): Ditto.
7867         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7868         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7869         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7870         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7871         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7872         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7873         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7874         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7875         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7876         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7877         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7878         (gnus-summary-high-ticked-face): Ditto.
7879         (gnus-summary-low-ticked-face): Ditto.
7880         (gnus-summary-normal-ticked-face): Ditto.
7881         (gnus-summary-high-ancient-face): Ditto.
7882         (gnus-summary-low-ancient-face): Ditto.
7883         (gnus-summary-normal-ancient-face): Ditto.
7884         (gnus-summary-high-undownloaded-face): Ditto.
7885         (gnus-summary-low-undownloaded-face): Ditto.
7886         (gnus-summary-normal-undownloaded-face): Ditto.
7887         (gnus-summary-high-unread-face): Ditto.
7888         (gnus-summary-low-unread-face): Ditto.
7889         (gnus-summary-normal-unread-face): Ditto.
7890         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7891         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7892
7893         * hashcash.el (hashcash): New custom group.
7894         (hashcash-default-payment): Add :group.
7895         (hashcash-payment-alist): Ditto.
7896         (hashcash-default-accept-payment): Ditto.
7897         (hashcash-accept-resources): Ditto.
7898         (hashcash-path): Ditto.
7899         (hashcash-extra-generate-parameters): Ditto.
7900         (hashcash-double-spend-database): Ditto.
7901         (hashcash-in-news): Ditto.
7902
7903         * message.el (message-minibuffer-local-map): Add :group.
7904
7905         * netrc.el (netrc): Add :group.
7906
7907         * sieve-manage.el (sieve-manage-log): Add :group.
7908         (sieve-manage-default-user): Diito.
7909         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7910         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7911         (sieve-manage-authenticators): Ditto.
7912         (sieve-manage-authenticator-alist): Ditto.
7913         (sieve-manage-default-port): Ditto.
7914
7915         * sieve-mode.el (sieve-control-commands-face): Add :group.
7916         (sieve-action-commands-face): Ditto.
7917         (sieve-test-commands-face): Ditto.
7918         (sieve-tagged-arguments-face): Ditto.
7919
7920         * smime.el (smime): Add :group.
7921
7922         * spam-report.el (spam-report): Add :group.
7923
7924         * spam.el (spam, spam-face): Add :group.
7925
7926 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7927
7928         * nntp.el (nntp-next-result-arrived-p): Some news servers may
7929         return \n.\n.\n at the end of articles.  Protect against that.
7930         (nntp-with-open-group): Allow debugging.
7931
7932         * nnheader.el (mail-header-set-extra): Make into a function
7933         because I just could't understand how to quote the list properly.
7934
7935         * dns.el (query-dns-cached): New function.
7936
7937 2005-05-26  Lute Kamstra  <lute@gnu.org>
7938
7939         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7940
7941 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
7944
7945         * gnus-art.el: Don't autoload mail-extract-address-components.
7946
7947         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7948         eval-and-compile to evaluate it.
7949
7950         * hashcash.el: Don't autoload executable-find.
7951
7952         * nndb.el: Don't declare the nndb back end two or more times; don't
7953         autoload news-reply-mode, news-setup, cancel-timer and telnet.
7954
7955         * nntp.el: Autoload format-spec instead of format; use
7956         eval-and-compile to evaluate autoload forms.
7957
7958 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
7959
7960         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7961
7962 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7963
7964         * gnus.el (gnus-version-number): Bump version.
7965
7966 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7967
7968         * gnus.el: No Gnus v0.3 is released.
7969
7970 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7971
7972         * lpath.el (featurep): Bind show-nonbreak-escape.
7973
7974 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * gnus-art.el (gnus-article-edit-part): Disable undo.
7977
7978 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7981         gnus-article-date-lapsed-new-header is t if date timer is active;
7982         skip headers in which the original date value is empty.
7983         (gnus-article-save-original-date): Redefine it as a macro.
7984         (gnus-display-mime): Use it.
7985
7986 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * gnus-art.el (article-date-ut): Support converting date in
7989         forwarded parts as well.
7990         (gnus-article-save-original-date): New function.
7991         (gnus-display-mime): Use it.
7992
7993 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
7994
7995         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7996         enclosure element of <item>.
7997
7998 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
7999
8000         * message.el (message-kill-buffer-query): Renamed from
8001         `message-kill-buffer-query-if-modified'.  Added :version.
8002
8003 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8006         window layout.
8007
8008 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8009
8010         * mml.el: Autoload dnd when compiling.
8011
8012 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8013
8014         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8015         x-dnd-*.
8016
8017 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * qp.el (quoted-printable-encode-region): Save excursion.
8020
8021 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8022
8023         * message.el (message-kill-buffer-query-if-modified): Add new variable
8024         so the user can kill a modified message buffer quickly.
8025         (message-kill-buffer): Use it.
8026
8027 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * lpath.el: Fbind display-time-event-handler; don't fbind
8030         string-to-multibyte.
8031
8032         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8033
8034 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8037         contained in text because xml.el decodes entities) with LFs.
8038
8039 2005-04-11  Lute Kamstra  <lute@gnu.org>
8040
8041         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8042         differently.
8043
8044 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8045
8046         * mm-util.el (mm-detect-coding-region): Typo.
8047
8048 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8051
8052 2005-04-06  D Goel  <deego@gnufans.org>
8053
8054         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8055         user-function allow user modifications of the scores.
8056         (spam-stat-score-buffer-user): New function, to allow
8057         user-computed modifications to the score.
8058         (spam-stat-score-buffer-user-functions): List of additional
8059         scoring functions.
8060         (spam-stat-error-holder): Global temporary error holder.
8061         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8062         variable.
8063
8064 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8065
8066         * gnus-registry.el (gnus-registry-clean-empty-function)
8067         (gnus-registry-trim, gnus-registry-fetch-groups)
8068         (gnus-registry-delete-group): Groups that match
8069         `gnus-registry-ignored-groups' are removed from the registry
8070         entries, not just ignored for splitting.  This helps clean up the
8071         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8072         to get all the groups a message ID is in.
8073
8074         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8075         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8076         (spam-stat-score-buffer-user-functions): Add :number custom type.
8077
8078 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8081         argument in XEmacs.
8082
8083         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8084         (nnrss-request-group): Decode group name first.
8085         (nnrss-request-article): Make a text/plain article if mml-to-mime
8086         failed.
8087         (nnrss-get-encoding): Return a compatible encoding according to
8088         nnrss-compatible-encoding-alist.
8089         (nnrss-find-el): Use consp instead of listp.
8090         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8091
8092 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8095         which Emacs 20 doesn't support.
8096         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8097
8098 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8099
8100         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8101         silence the byte compiler inside the defun.
8102
8103         * gnus-demon.el (parse-time-string): Add autoload.
8104
8105         * gnus-delay.el (parse-time-string): Add autoload.
8106
8107         * gnus-art.el (parse-time-string): Add autoload.
8108
8109         * nnultimate.el (parse-time): Require for `parse-time-string'.
8110
8111 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8112
8113         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8114
8115         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8116
8117         * smime.el (smime-ldap-host-list): Add :version.
8118
8119 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8120
8121         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8122         pass it to `gnus-browse-read-group'.
8123         (gnus-browse-read-group): Add NUMBER argument and pass it to
8124         `gnus-group-read-ephemeral-group'.
8125
8126         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8127         argument and pass it to `gnus-group-read-group'.
8128
8129 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8130
8131         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8132         mm-xemacs-find-mime-charset-1 if we have the mule feature
8133         available at runtime.
8134
8135 2005-03-25  Werner Lemberg  <wl@gnu.org>
8136
8137         * nnmaildir.el: Replace `illegal' with `invalid'.
8138
8139 2005-03-23  Lute Kamstra  <lute@gnu.org>
8140
8141         * time-date.el: Add comment on time value formats.
8142         Don't require parse-time.
8143         (with-decoded-time-value): New macro.
8144         (encode-time-value): New function.
8145         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8146         (days-to-time): Return a valid time value when arg is huge.
8147         (time-since): Use time-subtract.
8148         (time-to-number-of-days): Use time-to-seconds.
8149
8150 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8151
8152         * gnus-start.el (gnus-display-time-event-handler):
8153         Check display-time-timer at runtime rather than only at load time
8154         in case display-time-mode is turned off in the mean time.
8155
8156 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8157
8158         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8159         used.
8160
8161         * nneething.el (nneething-map-file-directory): Derive from
8162         `gnus-directory'.
8163
8164         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8165         the To/Cc button.
8166
8167 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * nnmaildir.el (nnmaildir-request-accept-article):
8170         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8171
8172 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8173
8174         * gnus-async.el: Require timer-funcs at compile time when in
8175         XEmacs for `run-with-idle-timer'.
8176
8177 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8178
8179         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8180         autoloaded function.
8181
8182 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8183
8184         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8185
8186 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8187
8188         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8189
8190 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8191
8192         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8193         gnus-expert-user to default.
8194
8195 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8196
8197         * nnimap.el (nnimap-open-server): Ditto.
8198
8199         * imap.el (imap-authenticate): Fix typo.
8200
8201 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8202
8203         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8204         buffer (since IMAP server might return FETCH response out of
8205         order, and the nntp buffer must be sorted).
8206
8207 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8208
8209         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8210         comparison on string.
8211
8212         * gnus-agent.el (gnus-agent-long-article,
8213         gnus-agent-short-article, gnus-agent-score): Renamed category
8214         keywords to match gnus-cus.
8215         (gnus-agent-summary-fetch-series): Modified to protect against
8216         gnus-agent-summary-fetch-group clearing processable flags.
8217         (gnus-agent-synchronize-group-flags): Update live group buffer as
8218         synchronization may occur due to the user toggle the plugged
8219         status.
8220         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8221         successfully downloaded.
8222         (gnus-agent-expire-group-1): Avoid using markers when the overview
8223         is in ascending order; greatly improves performance.
8224         (gnus-agent-regenerate-group): Use
8225         gnus-agent-synchronize-group-flags to reset read status in both
8226         gnus and server.
8227         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8228
8229 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8230
8231         * message.el: Don't autoload former message-utils variables.
8232         (message-strip-subject-trailing-was): Change doc string.
8233
8234         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8235         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8236         (nnweb-google-search): Add "hl=en" here.
8237         (nnweb-google-parse-1, nnweb-google-create-mapping):
8238         Don't hardcode URL.
8239
8240 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8241
8242         * message.el (message-get-reply-headers, message-followup):
8243         Mention related variables `message-use-followup-to' and
8244         `message-use-mail-followup-to', in the information buffer.
8245
8246         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8247         of broken groups(-beta).google.com.
8248
8249 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8250
8251         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8252         parameter to invoked gnus-request-move-article; remove the
8253         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8254         all at once instead of once per article.
8255         (gnus-summary-remove-process-mark): Accept a list of articles as
8256         well as a single article for processing.
8257
8258         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8259         parameter.
8260
8261         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8262
8263         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8264
8265         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8266         parameter.
8267
8268         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8269         parameter.
8270
8271         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8272         parameter and remove the gnus-sum-hint-move-is-internal variable.
8273
8274         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8275         parameter.
8276
8277         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8278         parameter.
8279
8280         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8281         parameter.
8282
8283         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8284
8285         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8286         parameter.
8287
8288         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8289         parameter.
8290
8291 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8292
8293         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8294         a more conservative way.
8295
8296 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8297
8298         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8299         buffer, so it moves the window's cursor.
8300
8301 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8302
8303         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8304         `mm-dissect-multipart' and receive the from field as an (optional)
8305         argument from `mm-dissect-multipart'.
8306         (mm-dissect-multipart): Receive the from field as an argument and
8307         pass it on when we call `mm-dissect-buffer' on MIME parts.
8308         Fixes verification/decryption of signed/encrypted MIME parts.
8309
8310 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8311
8312         * gnus-sum.el (gnus-summary-move-article): Set
8313         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8314         whatever it calls (right now, only nnimap-request-move article
8315         respects it).
8316
8317         * nnimap.el (nnimap-request-move-article): When
8318         gnus-sum-hint-move-is-internal is set, don't do the extra
8319         nnimap-request-article.
8320
8321 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8324
8325         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8326         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8327
8328         * gnus-sum.el (gnus-summary-caesar-message):
8329         Apply `gnus-treat-article' after rotation.
8330
8331         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8332         doc string.
8333
8334 2005-02-22  Simon Josefsson  <jas@extundo.com>
8335
8336         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8337         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8338         <arne@arnested.dk>.
8339         (encrypt): Add password-cache and password-cache-expiry as group
8340         members.
8341
8342 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8343
8344         * smime.el (smime-ldap-host-list): Doc fix.
8345         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8346         cache) password.
8347         (smime-sign-region): Use it.
8348         (smime-decrypt-region): Use it.
8349         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8350         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8351         fails.
8352         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8353         certificate from DER to PEM format rather than calling openssl.
8354
8355         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8356
8357         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8358         for signing/encryption.
8359
8360         * mml.el (mml-parse-1): Use them.
8361
8362 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8363
8364         * nnrss.el (nnrss-verbose): Removed.
8365         (nnrss-request-group): Use `nnheader-message' instead.
8366
8367 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8368
8369         * nnrss.el (nnrss-verbose): New variable.
8370         (nnrss-request-group): Make it say nnrss is requesting a group.
8371
8372 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8373
8374         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8375         Handle news URL with given port correctly.
8376
8377 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8380         containing special characters.
8381
8382         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8383
8384         * mml.el (mime-to-mml): Ditto.
8385
8386         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8387         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8388         (rfc2047-decode-region): Quote decoded words containing special
8389         characters when rfc2047-quote-decoded-words-containing-tspecials
8390         is non-nil.
8391
8392 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8393
8394         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8395
8396         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8397
8398 2005-02-15  Simon Josefsson  <jas@extundo.com>
8399
8400         * nnimap.el (nnimap-debug): Doc fix.
8401
8402         * imap.el (imap-debug): Doc fix.
8403
8404 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8405
8406         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8407
8408 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8409
8410         * gnus.el (spam-contents): Improve docs for spam-contents
8411         parameter in its variable incarnation.
8412
8413 2005-02-14  Simon Josefsson  <jas@extundo.com>
8414
8415         * smime-ldap.el: Use require instead of load-library for ldap.
8416         (smime-ldap-search): Indent.
8417         (smime-ldap-search-internal): Shorten line.
8418
8419         * smime.el (smime-cert-by-dns): Add doc-string.
8420         (smime-cert-by-ldap-1): Indent.
8421
8422         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8423         mml-smime-get-dns-ldap.
8424         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8425
8426 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8427
8428         * smime.el: Require smime-ldap.
8429         (smime-ldap-host-list): New variable.
8430         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8431
8432         * mml-smime.el (mml-smime-encrypt-query): New function.
8433         (mml-smime-encrypt-query): Use it.
8434
8435         * smime-ldap.el: New file.
8436
8437 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8440
8441 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8442
8443         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8444         argument in doc string.  Make query for type more clear.
8445
8446 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8447
8448         * gnus.el (gnus-group-startup-message): Search for gnus images in
8449         etc/images/gnus.
8450         * mm-util.el (mm-image-load-path): Likewise.
8451         * smiley.el (smiley-data-directory): Search for smilies in
8452         etc/images/smilies.
8453
8454 2005-02-09  Kim F. Storm  <storm@cua.dk>
8455
8456         Change Emacs release version from 21.4 to 22.1 throughout.
8457         Change Emacs development version from 21.3.50 to 22.0.50.
8458
8459 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8462
8463         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8464         non-Mule XEmacs as well.
8465         (mm-decompress-buffer): Signal an error intentionally if it does
8466         not decompress compressed data because auto-compression-mode is
8467         disabled.
8468
8469 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8470
8471         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8472         an ID in the registry even if it has no groups.
8473
8474 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8477         merge it into mm-decompress-buffer.
8478         (gnus-mime-copy-part): Use the MIME part charset, the value which
8479         a user specified or gnus-newsgroup-charset for decoding, like
8480         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8481         save-buffer what was used.  Suggested by Kevin Ryde
8482         <user42@zip.com.au>.
8483         (gnus-mime-inline-part): Allow the name parameter as well as the
8484         filename parameter; force decompressing of compressed data; always
8485         display contents being not decoded as unibyte.
8486
8487         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8488         as well as the filename parameter.
8489
8490         * mm-util.el (mm-decompress-buffer): Merge
8491         gnus-mime-jka-compr-maybe-uncompress.
8492         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8493         of compressed data.
8494
8495 2005-02-08  Simon Josefsson  <jas@extundo.com>
8496
8497         * imap.el (imap-log): Doc fix.
8498
8499 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8502         the coding cookies; decompress compressed parts.
8503
8504         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8505         to the value which a user specified manually or the coding cookie.
8506
8507         * mm-util.el (mm-string-to-multibyte): New function.
8508         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8509         (mm-coding-system-to-mime-charset): New function.
8510         (mm-decompress-buffer): New function.
8511         (mm-find-buffer-file-coding-system): New function.
8512
8513         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8514         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8515         parts.
8516
8517 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8518
8519         * mm-view.el (mm-display-inline-fontify): Decode a part according
8520         to the charset parameter.
8521
8522 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8523
8524         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8525         prefix arg is neither nil nor a number, as info specifies.
8526
8527 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8530         timestamps.
8531
8532 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8533
8534         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8535         groups error checking and notify user.
8536
8537 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8538
8539         * message.el (message-send-mail-function): Check existence of
8540         sendmail-program first before using default value
8541         `message-send-mail-with-sendmail'.  Otherwise use more generic
8542         `smtpmail-send-it'.
8543
8544 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * nntp.el (nntp-request-update-info): Always return nil.
8547
8548 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8549
8550         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8551
8552 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8553
8554         * message.el (message-beginning-of-line): Change the behavior when
8555         invoked between BOL and : so that it first moves backward.
8556
8557 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8558
8559         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8560         article buffer when editing of the article is discarded.
8561         (gnus-article-prepare): Revert.
8562
8563 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * gnus-art.el (gnus-article-prepare):
8566         Remove message-strip-forbidden-properties from the local hook.
8567
8568 2005-01-27  Simon Josefsson  <jas@extundo.com>
8569
8570         * password.el (password-cache-add): Only start one timer per key.
8571         Reported by Derek Atkins <warlord@MIT.EDU>.
8572
8573 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8574
8575         * run-at-time.el: Removed.  It is no longer needed as
8576         timer-funcs.el in the xemacs-base package has a working version of
8577         `run-at-time'.
8578
8579         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
8580
8581         * password.el: Require timer-funcs instead of run-at-time in
8582         XEmacs.
8583         Remove `password-run-at-time' macro.
8584         (password-cache-add): Use `run-at-time' instead of
8585         `password-run-at-time'.
8586
8587         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
8588         Remove `nnheader-cancel-function-timers' alias,
8589         `cancel-function-timers' exists in XEmacs in timer-funcs.
8590
8591         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8592         for `run-with-idle-timer'.
8593
8594         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8595         for `run-at-time'.
8596
8597         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8598         for `with-timeout'.
8599
8600         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
8601         the same as for XEmacs 21.4.
8602         No need to ignore `run-with-idle-timer', this function exists in
8603         XEmacs now in timer-funcs.el in the xemacs-base package.
8604         (dgnushack-compile): No need to delete
8605         run-at-time.el from the list of files to compile because it
8606         doesn't exist anymore.
8607
8608 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * mml.el (mml-generate-mime-1): Convert string into unibyte when
8611         inserting " *mml*" buffer's contents into a unibyte temp buffer.
8612
8613 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
8614
8615         * mail-source.el (mail-source-fetch-imap): Search for ^From case
8616         sensitively.
8617
8618 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
8619
8620         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8621
8622 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8625         which will be inserted according to the multibyteness of a buffer
8626         rather than the type of contents.  Suggested by ARISAWA Akihiro
8627         <ari@mbf.ocn.ne.jp>.
8628
8629         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8630         of string which old xml.el may return rather than a string.
8631
8632 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8635
8636 2005-01-16  Simon Josefsson  <jas@extundo.com>
8637
8638         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8639         idn/idna.el isn't available.
8640         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
8641         <michael@waxrat.com>.
8642
8643         * hashcash.el: Remove non-FSF copyright header.
8644
8645         * hashcash.el (hashcash-extra-generate-parameters): New variable.
8646         (hashcash-generate-payment): Use it.
8647         (hashcash-generate-payment-async): Use it.
8648
8649 2005-01-15  Simon Josefsson  <jas@extundo.com>
8650
8651         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8652         Suggested by Raymond Scholz <ray-2005@zonix.de>.
8653
8654         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8655         gnus-summary-idna-message.
8656         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8657         (gnus-summary-idna-message): New function.
8658
8659 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8660
8661         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8662         gnus-novice-user.
8663
8664 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * nnrss.el (nnrss-request-delete-group): Delete entries in
8667         nnrss-group-alist as well.
8668         (nnrss-save-server-data): Insert newline.
8669
8670 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
8671
8672         * gnus.el (gnus-user-agent): Use list of symbols instead of
8673         symbols.  Display full version number for (S)XEmacs.  Optionally
8674         display (S)XEmacs codename.
8675
8676         * gnus-util.el (gnus-emacs-version): Update for new
8677         `gnus-user-agent'.
8678
8679         * gnus-msg.el (gnus-extended-version): Make it possible to omit
8680         Gnus version.
8681
8682 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8683
8684         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
8685         which is unreadable in some setups.
8686
8687 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * gnus-spec.el (gnus-update-format-specifications): Flush the
8690         group format spec cache if it doesn't support decoded group names.
8691
8692 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8693
8694         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8695         Allow to apply decay on score files matching a regexp.
8696
8697 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8700         compatibility in %g and %c.
8701
8702 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8705         name for only %g and %c.
8706         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8707         of gnus-tmp-group to decoded group name.
8708         (gnus-group-make-rss-group): Exclude `/'s from group names.
8709
8710 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * nnrss.el (nnrss-get-encoding): Fix regexp.
8713
8714 2004-12-27  Simon Josefsson  <jas@extundo.com>
8715
8716         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8717         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8718         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
8719
8720 2004-12-17  Kim F. Storm  <storm@cua.dk>
8721
8722         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8723
8724         * gnus-sum.el (gnus-summary-mode-map): Likewise.
8725
8726 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8727
8728         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8729
8730 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * nnrss.el: Require rfc2047 and mml.
8733         (nnrss-file-coding-system): New variable.
8734         (nnrss-format-string): Redefine it as an inline function.
8735         (nnrss-decode-group-name): New function.
8736         (nnrss-string-as-multibyte): Remove.
8737         (nnrss-retrieve-headers): Decode group name; don't use
8738         nnrss-format-string.
8739         (nnrss-request-group): Decode group name.
8740         (nnrss-request-article): Decode group name; allow a Message-ID as
8741         well as an article number; don't use nnrss-format-string; encode a
8742         Message-ID string which may contain non-ASCII characters; use
8743         mml-to-mime to compose a MIME article.
8744         (nnrss-request-expire-articles): Decode group name.
8745         (nnrss-request-delete-group): Decode group name.
8746         (nnrss-fetch): Clarify error message.
8747         (nnrss-read-server-data): Use insert-file-contents instead of load;
8748         bind file-name-coding-system; use multibyte buffer.
8749         (nnrss-save-server-data): Bind coding-system-for-write to the
8750         value of nnrss-file-coding-system; bind file-name-coding-system;
8751         add coding cookie.
8752         (nnrss-read-group-data): Use insert-file-contents instead of load;
8753         bind file-name-coding-system; use multibyte buffer.
8754         (nnrss-save-group-data): Bind coding-system-for-write to the
8755         value of nnrss-file-coding-system; bind file-name-coding-system.
8756         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8757         make it work with non-ASCII text.
8758         (nnrss-find-el): Make it work with old xml.el as well.
8759
8760 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8761
8762         * nnrss.el (nnrss-get-encoding): New function.
8763         (nnrss-fetch): Use unibyte buffer initially; bind
8764         coding-system-for-read while performing mm-url-insert; remove ^Ms;
8765         decode contents according to the encoding attribute.
8766         (nnrss-save-group-data): Add coding cookie.
8767         (nnrss-mime-encode-string): New function.
8768         (nnrss-check-group): Use it to encode subject and author.
8769
8770 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
8771
8772         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8773         imaginary variable.
8774
8775 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8778         correctly even if there are wide characters.
8779
8780 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8781
8782         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8783         downcased symbol names; make a new cache instead of reusing
8784         bbdb-hashtable.
8785
8786 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8789         concatenating segments rather than before concatenating them.
8790         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8791
8792         * message.el (message-get-reply-headers): Bind `extra'.
8793
8794 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8795
8796         * message.el (message-extra-wide-headers): New variable.
8797         (message-get-reply-headers): Use it.
8798
8799 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * gnus-agent.el (gnus-agent-group-path): Decode group name.
8802         (gnus-agent-group-pathname): Ditto.
8803
8804         * gnus-cache.el (gnus-cache-file-name): Decode group name.
8805
8806         * gnus-group.el (gnus-group-make-group): Decode group name.
8807         (gnus-group-make-rss-group): Register the group data after opening
8808         the nnrss group.
8809
8810 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
8811
8812         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8813         by expiry now get marked as read.
8814
8815 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8818
8819 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
8820
8821         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8822         unify Latin characters in XEmacs.
8823         (mm-find-mime-charset-region): Use it.
8824
8825 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * gnus-util.el (gnus-delete-directory): New function.
8828
8829         * gnus-agent.el (gnus-agent-delete-group): Use it.
8830
8831         * gnus-cache.el (gnus-cache-delete-group): Use it.
8832
8833 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8836         names.
8837
8838 2004-12-16  Simon Josefsson  <jas@extundo.com>
8839
8840         * hashcash.el (hashcash-payment-alist): Fix custom :type.
8841
8842 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8845
8846         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8847         (gnus-group-set-current-level): Decode group name.
8848
8849 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
8850
8851         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8852         failed.
8853
8854 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * gnus-group.el (gnus-group-delete-group): Decode group name.
8857         (gnus-group-make-rss-group): Encode group name.
8858         (gnus-group-catchup-current): Decode group name.
8859         (gnus-group-kill-group): Decode group name.
8860
8861 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8862
8863         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8864
8865 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * gnus-group.el (gnus-group-make-rss-group):
8868         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8869
8870         * gnus-start.el (gnus-setup-news): Honor user's setting to
8871         gnus-message-archive-method.  Suggested by Lute Kamstra
8872         <lute@gnu.org>.
8873
8874 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
8875
8876         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8877         global counterparts of the buffer-local variables.
8878
8879 2004-11-16  Romain Francoise  <romain@orebokech.com>
8880
8881         * gnus-sum.el (gnus-summary-exit): Don't clear the global
8882         counterparts of the buffer-local variables.
8883
8884 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8885
8886         * message.el (message-forbidden-properties): Fixed typo in doc
8887         string.
8888
8889 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8890
8891         * gnus-util.el (gnus-replace-in-string): Added doc string.
8892
8893         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8894         to avoid problems when splitting mails with many recipients.
8895
8896 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8897
8898         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8899         pop-to-buffer, covered by the subsequent gnus-configure-windows.
8900
8901 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
8902
8903         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8904         if there is no hashtable in memory or file modification time is
8905         newer than cached timestamp.
8906
8907 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8908
8909         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8910         not-matching option.
8911
8912 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
8913
8914         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8915         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8916         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8917         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8918         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
8919         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8920
8921 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * message.el (message-forward-make-body-mml): Remove headers
8924         according to message-forward-ignored-headers if a message is decoded.
8925
8926 2004-12-02  Romain Francoise  <romain@orebokech.com>
8927
8928         * message.el (message-forward-make-body-plain): Always remove
8929         headers according to message-forward-ignored-headers.
8930
8931 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8932
8933         * spam.el (spam-summary-prepare-exit): Remove the
8934         gnus-summary-limit pop for now, it has problems with ham marks for
8935         me.
8936
8937 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
8938
8939         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8940         correctly.
8941
8942 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
8943
8944         * format-spec.el (format-spec): Message the char.
8945
8946 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
8947
8948         * gnus-art.el (gnus-split-methods): Reformat comments.
8949
8950         * spam.el (spam-summary-prepare-exit): Remove article limits
8951         before exiting the summary buffer.
8952
8953 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * lpath.el: Remove bbdb-create-internal, bbdb-records,
8956         spam-BBDB-register-routine and spam-enter-ham-BBDB.
8957
8958         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8959         order to silence the byte compiler.
8960
8961         * spam.el: Fix the way to silence the byte compiler, which
8962         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8963         bbdb-search-simple, spam-BBDB-register-routine,
8964         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8965         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8966         spam-stat-buffer-is-spam, spam-stat-load,
8967         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8968         spam-stat-save and spam-stat-split-fancy.
8969
8970 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8973         which may confuse users.
8974         (canlock-password-for-verify): Ditto.
8975
8976         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8977
8978         * gnus-art.el (gnus-emphasis-alist): Ditto.
8979
8980         * gnus-registry.el (gnus-registry-max-entries): Ditto.
8981
8982         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8983
8984         * gnus-start.el (gnus-save-killed-list): Ditto.
8985
8986         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8987         (gnus-sum-thread-tree-root): Ditto.
8988         (gnus-sum-thread-tree-false-root): Ditto.
8989         (gnus-sum-thread-tree-single-indent): Ditto.
8990
8991         * message.el (message-courtesy-message): Ditto.
8992         (message-archive-note): Ditto.
8993         (message-subscribed-address-file): Ditto.
8994         (message-user-fqdn): Ditto.
8995
8996         * spam-report.el (spam-report-gmane-regex): Ditto.
8997
8998         * spam.el (spam-blackhole-good-server-regex): Ditto.
8999
9000 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * mml.el (mml-preview): Widen the message buffer before copying
9003         the contents to the preview buffer; sort headers before previewing.
9004
9005         * message.el (message-hidden-headers): Fix the way to avoid a bug
9006         in the `repeat' widget in Emacs 21.3 or earlier.
9007
9008 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * message.el (message-hidden-headers): Default to "^References:".
9011         Improve customization type.  Suggested by Reiner Steib
9012         <Reiner.Steib@gmx.de>.
9013
9014 2004-11-25  Romain Francoise  <romain@orebokech.com>
9015
9016         * message.el (message-strip-forbidden-properties): Remove check for
9017         obsolete `message-hidden' text property, hidden headers are not
9018         accessible in the buffer anymore.
9019
9020 2004-11-22  Romain Francoise  <romain@orebokech.com>
9021
9022         * message.el (message-header-format-alist): Add `From' in list
9023         so that it can be sorted.
9024         (message-fix-before-sending): Widen and sort headers before
9025         sending.
9026         (message-hide-headers): Use narrowing to hide headers by moving
9027         them to the top of the buffer and narrowing to the region
9028         underneath.
9029
9030 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9031
9032         * message.el (message-strip-forbidden-properties): Bind
9033         buffer-read-only (etc) to nil.
9034
9035 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9038         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9039
9040 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9041
9042         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9043
9044 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9045
9046         * dns.el (query-dns): Use sit-for to time instead of
9047         accept-process-output, since that doesn't seem to work on udp
9048         sockets.
9049
9050 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9053
9054 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9055
9056         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9057         doc string.  Improve doc string.
9058
9059 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * nntp.el (nntp-request-update-info): Return nil if
9062         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9063         may not call gnus-activate-group which uselessly issues the GROUP
9064         commands for all nntp groups and wastes time.  Reported by Romain
9065         Francoise <romain@orebokech.com>.
9066
9067         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9068
9069 2004-11-15  Simon Josefsson  <jas@extundo.com>
9070
9071         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9072         headers separately.
9073         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9074         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9075
9076 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9077
9078         * gnus-start.el (gnus-convert-old-newsrc):
9079         Assign legacy-gnus-agent to 5.10.7.
9080
9081 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9082
9083         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9084         start of the lines.
9085
9086 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9087
9088         * hashcash.el (hashcash-default-payment): Change default to 20
9089         (hashcash-default-accept-payment): Change default to 20
9090         (hashcash-process-alist): New variable
9091         (hashcash-generate-payment-async): Add
9092         (hashcash-already-paid-p): Add
9093         (hashcash-insert-payment): Don't generate payments twice
9094         (hashcash-insert-payment-async): Add
9095         (hashcash-insert-payment-async-2): Add
9096         (hashcash-cancel-async): Add
9097         (hashcash-wait-async): Add
9098         (hashcash-processes-running-p): Add
9099         (hashcash-wait-or-cancel): Add
9100         (mail-add-payment): New optional argument.  Conditionally start
9101         asynchronous calculation.
9102         (mail-add-payment-async): Add
9103
9104         * message.el (message-send-mail): Wait for asynchronous hashcash
9105         results.  Don't clobber existing X-Hashcash headers.
9106         (message-setup-1): Call mail-add-payment-async when
9107         message-generate-hashcash is non-nil.
9108
9109 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9110
9111         * message.el (message-use-alternative-email-as-from): Examine the
9112         From header as well; use message-make-from in order to include a
9113         user's full name.
9114
9115 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9118         default; improve customization type.
9119         (gnus-emphasis-custom-with-format): New macro.
9120         (gnus-emphasis-custom-value-to-external): New function.
9121         (gnus-emphasis-custom-value-to-internal): New function.
9122
9123 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9124
9125         * dns.el (query-dns): Resolve reverse addresses.
9126
9127 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9128
9129         * gnus-group.el (gnus-group-get-new-news): Use it.
9130
9131         * gnus-start.el (gnus-check-reasonable-setup): New function.
9132
9133 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9136         "Args out of range" error.  Reported by Arnaud Giersch
9137         <arnaud.giersch@free.fr>.
9138
9139 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9140
9141         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9142
9143 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9144
9145         * spam.el (spam group): Add :version.
9146
9147         * pgg-def.el (pgg group): Add :version.
9148
9149 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * gnus-art.el (gnus-article-edit-article): Don't associate the
9152         article buffer with a draft file.  This is a temporary measure
9153         against the 2004-08-22 change to gnus-article-edit-mode.
9154
9155 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9158         (html2text-format-tags): Remove unused variable `attr'.
9159
9160 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9161
9162         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9163
9164         * tls.el (tls-process-connection-type, tls-success)
9165         (tls-certtool-program): Add :version.
9166
9167         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9168         (starttls-extra-arguments, starttls-process-connection-type)
9169         (starttls-connect, starttls-failure, starttls-success):
9170
9171         * spam-stat.el (spam-stat): Add :version.
9172
9173         * sieve.el (sieve): Add :version.
9174
9175         * sha1.el (sha1): Add :version.
9176         (sha1-use-external): Remove redundant version.
9177
9178         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9179         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9180         (nnmail-split-fancy-match-partial-words)
9181         (nnmail-split-lowercase-expanded): Add :version.
9182
9183         * nndiary.el (nndiary): Add :version.
9184
9185         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9186
9187         * mml-sec.el (mml-default-sign-method)
9188         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9189         Add :version.
9190
9191         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9192
9193         * mm-url.el (mm-url-use-external, mm-url-program)
9194         (mm-url-arguments): Add :version.
9195
9196         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9197         (mm-attachment-file-modes, mm-decrypt-option)
9198         (mm-w3m-safe-url-regexp): Add :version.
9199
9200         * message.el (message-cite-prefix-regexp)
9201         (message-sendmail-envelope-from, message-minibuffer-local-map)
9202         (message-user-fqdn, message-completion-alist): Add :version.
9203
9204         * gnus-win.el (gnus-configure-windows-hook)
9205         (gnus-use-frames-on-any-display): Add :version.
9206
9207         * gnus-art.el (gnus-article-address-banner-alist)
9208         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9209         (gnus-treat-from-picon, gnus-treat-mail-picon)
9210         (gnus-treat-x-pgp-sig): Add :version.
9211
9212         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9213         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9214         (gnus-summary-article-delete-hook)
9215         (gnus-summary-display-while-building): Add :version.
9216
9217         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9218         (gnus-get-top-new-news-hook):Add :version.
9219
9220         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9221         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9222
9223         * gnus-registry.el (gnus-registry): Add :version.
9224
9225         * gnus-spec.el (gnus-use-correct-string-widths)
9226         (gnus-make-format-preserve-properties): Add :version.
9227
9228         * gnus.el (gnus-group-charter-alist)
9229         (gnus-group-fetch-control-use-browse-url)
9230         (gnus-install-group-spam-parameters): Add :version.
9231
9232         * gnus-diary.el (gnus-diary): Add :version.
9233
9234         * gnus-delay.el (gnus-delay): Add :version.
9235
9236         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9237         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9238         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9239         Add :version.
9240
9241         * gnus-agent.el (gnus-agent-max-fetch-size)
9242         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9243         (gnus-agent-prompt-send-queue): Add :version.
9244
9245         * deuglify.el (gnus-outlook-deuglify): Add :version.
9246
9247         * html2text.el: Beautify code.  Improve doc strings.  Some
9248         checkdoc cleanup.
9249         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9250
9251 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9252
9253         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9254
9255 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9256
9257         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9258         when package is loaded.
9259
9260         * spam.el (spam-summary-score-preferred-header): Add global preference
9261         for people who want to override the default SpamAssassin over
9262         Bogofilter preference (when both are set).
9263         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9264         (spam-user-format-function-S): Check
9265         spam-summary-score-preferred-header.
9266         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9267         (spam-user-format-function-S): Format the score correctly.
9268
9269 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9272         signature file.  Suggested by Manoj Srivastava
9273         <srivasta@golden-gryphon.com>.
9274
9275         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9276         iso-2022-jp even in the Japanese language environment.
9277         Suggested by Jason Rumney <jasonr@gnu.org>.
9278
9279 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9282         use the same characters as the dummy marks; make it free from
9283         getting affected by the language environment.
9284         (gnus-summary-read-group-1): Update mark positions only when the
9285         format spec is updated.
9286
9287         * gnus-spec.el (gnus-update-format-specifications): Return a list
9288         of updated types.
9289
9290 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9291
9292         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9293         of boundp to check if display-warning is available.
9294
9295 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9296
9297         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9298
9299 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * nnspool.el (nnspool-spool-directory): Use news-path if the
9302         news-directory variable is not bound.
9303
9304         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9305         function instead of display-warning if it is not available.
9306
9307 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9308
9309         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9310         v5-10: Use `point-at-bol'.
9311
9312 2004-10-26  Simon Josefsson  <jas@extundo.com>
9313
9314         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9315         <chenggao@gmail.com>.
9316
9317 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9318
9319         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9320         instead.
9321
9322 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9323
9324         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9325         to remove a server from the nnimap-server-buffer-alist.
9326         (nnimap-open-connection, nnimap-close-server): Use it.
9327
9328         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9329
9330 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9333         running the major-mode function.
9334
9335 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9338         dummy marks in the right way.
9339
9340 2004-10-18  David Edmondson  <dme@dme.org>
9341
9342         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9343         excessively.
9344
9345 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9346
9347         * gnus-util.el (gnus-split-references): Accept a nil references
9348         string and go on blissfully.
9349
9350         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9351         cases where the references string is non-nil but has no references.
9352
9353         * encrypt.el: Add autoload tags.
9354
9355         * spam.el (spam-resolve-registrations-routine): Remove article
9356         from unregistration list too.  Reported by David Hanak
9357         <dhanak@isis.vanderbilt.edu>
9358
9359 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9360
9361         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9362         nil.  Changed custom type.
9363
9364 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9365
9366         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9367
9368         * gnus-sum.el (gnus-summary-move-article): Use it.
9369
9370 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9371
9372         * encrypt.el: Add autoload cookies.
9373
9374         * spam.el (spam-backend-article-list-property)
9375         (spam-backend-get-article-todo-list)
9376         (spam-backend-put-article-todo-list, )
9377         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9378         Resolve registrations separately.
9379         (spam-register-routine): Format comments.
9380         (spam-unregister-routine, spam-register-routine): Always call with
9381         specific-articles, no default list.
9382         (spam-summary-prepare-exit): Use the spam-classifications function.
9383
9384         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9385         gnus-encrypt.el.
9386
9387         * encrypt.el: Copied from gnus-encrypt.el.
9388
9389         * gnus-encrypt.el: Commented that it's obsolete.
9390
9391 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9394         (gnus-score-save): Use it.
9395
9396         * message.el (message-bury): Use `window-dedicated-p'.
9397
9398 2004-10-15  Simon Josefsson  <jas@extundo.com>
9399
9400         * pop3.el (top-level): Don't require nnheader.
9401         (pop3-read-timeout): Add.
9402         (pop3-accept-process-output): Add.
9403         (pop3-read-response, pop3-retr): Use it.
9404
9405 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9406
9407         * spam.el (spam-register-routine): Move comment.
9408         (spam-verify-bogofilter): Use 'unknown for the initial
9409         spam-bogofilter-valid state, not 'never.
9410
9411         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9412         for netrc-machine.
9413
9414         * nnimap.el (nnimap-open-connection): Use
9415         netrc-machine-user-or-password.
9416
9417 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9418
9419         * gnus-registry.el (gnus-registry-unload-hook):
9420         Set as a variable with add-hook.
9421
9422         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9423         of news-path.
9424
9425         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9426
9427         * spam.el: Delete duplicate `provide'.
9428         (spam-unload-hook): Set as a variable with add-hook.
9429
9430 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9433         in the doc string.
9434
9435         * message.el (message-ignored-news-headers)
9436         (message-ignored-supersedes-headers)
9437         (message-ignored-resent-headers)
9438         (message-forward-ignored-headers): Improve custom type.
9439
9440 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * message.el (message-tokenize-header): Fix 2004-09-06 change
9443         which used point-min in the wrong place.
9444
9445 2004-10-12  Simon Josefsson  <jas@extundo.com>
9446
9447         * tls.el (tls-certtool-program): New variable.
9448         (tls-certificate-information): New function, based on
9449         ssl-certificate-information.
9450
9451 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9452
9453         * compface.el: Move the version of ELisp-based uncompface program
9454         to the contrib directory because of the copyright problem.
9455
9456 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9457
9458         * message.el (message-kill-buffer): Raise the current frame.
9459
9460 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9461
9462         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9463
9464         * gnus.el (message-y-or-n-p): Autoload.
9465
9466         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9467         (pop3-password-required, pop3-authentication-scheme)
9468         (pop3-leave-mail-on-server): Made customizable.
9469         (pop3): New custom group.
9470         (pop3-retr): Remove `sleep-for' statements.
9471         Suggested by Dave Love <fx@gnu.org>.
9472
9473         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9474         Windows/DOS.
9475
9476         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9477         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9478         Dave Love <fx@gnu.org>.
9479
9480         * mml.el (mml-minibuffer-read-disposition): Require match.
9481         Suggested by Dave Love <fx@gnu.org>.
9482
9483 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9484
9485         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9486         doc string.
9487
9488 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9491
9492 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9493
9494         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9495         instead of calling `mm-insert-inline', to decode text/* parts
9496         before displaying them.
9497
9498 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9499
9500         * mm-uu.el (mm-uu-text-plain-type): New variable.
9501         (mm-uu-pgp-signed-extract-1): Use it.
9502         (mm-uu-pgp-encrypted-extract-1): Use it.
9503         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9504         bind mm-uu-text-plain-type with that value.
9505         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9506         mm-uu-dissect.
9507
9508 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * gnus-group.el (gnus-update-group-mark-positions):
9511         * gnus-sum.el (gnus-update-summary-mark-positions):
9512         * message.el (message-check-news-body-syntax):
9513         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9514         of string-as-multibyte.
9515
9516 2004-10-05  Juri Linkov  <juri@jurta.org>
9517
9518         * gnus-group.el (gnus-update-group-mark-positions):
9519         * gnus-sum.el (gnus-update-summary-mark-positions):
9520         * message.el (message-check-news-body-syntax):
9521         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9522         8-bit unibyte values to a multibyte string for search functions.
9523
9524 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9527         (mm-uu-dissect-text-parts): New function.
9528
9529         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9530         dissect text parts.
9531
9532         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9533         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9534
9535         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9536
9537         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9538         gnus-current-topics instead of gnus-current-topic.
9539
9540 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9541
9542         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9543
9544 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9545
9546         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9547         where approriate.
9548
9549         * nnml.el (nnml-generate-active-info): do.
9550
9551         * nndiary.el (nndiary-generate-active-info): do.
9552
9553         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9554         (gnus-topic-move): do.
9555
9556         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9557         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9558
9559         * gnus-srvr.el (gnus-server-prepare)
9560         (gnus-server-open-all-servers): do.
9561
9562         * gnus-msg.el (gnus-summary-cancel-article)
9563         (gnus-summary-resend-message)
9564         (gnus-summary-mail-crosspost-complaint): do.
9565
9566         * gnus-move.el (gnus-change-server): do.
9567
9568         * gnus-group.el (gnus-group-unmark-all-groups)
9569         (gnus-group-set-current-level): do.
9570
9571 2004-10-04  Simon Josefsson  <jas@extundo.com>
9572
9573         * message.el (message-generate-hashcash): Doc fix.
9574
9575 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9576
9577         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9578         avoid infinite recursion via gnus-get-function.
9579
9580 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9581
9582         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9583
9584         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9585
9586         * nnmail.el (nnmail-split-history): do.
9587
9588         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9589         (nnml-request-delete-group): do.
9590
9591         * nnslashdot.el (nnslashdot-read-groups): do.
9592
9593         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9594         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9595
9596         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9597         (nnspool-sift-nov-with-sed): Use last
9598         (nnspool-retrieve-headers-with-nov): Use mapc.
9599         (nnspool-request-newgroups): Use dolist.
9600         (nnspool-request-group): Use last.
9601
9602         * nntp.el (nntp-read-server-type): Use dolist.
9603
9604         * nnvirtual.el (nnvirtual-create-mapping)
9605         (nnvirtual-update-read-and-marked): Use dolist.
9606         (nnvirtual-convert-headers): Simplify.
9607
9608 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9609
9610         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9611         support for sync'ing tick marks.
9612
9613 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9616         there's no visible header.
9617
9618 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9619
9620         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9621         necessary, pass full group name to gnus-request-set-marks.
9622
9623 2004-10-01  Simon Josefsson  <jas@extundo.com>
9624
9625         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
9626         acroread.
9627
9628 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9629
9630         * spam-report.el (spam-report-gmane): Fix interactive.
9631
9632         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9633
9634         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9635         when writing file.
9636         (gnus-agent-synchronize-flags): Don't default to being
9637         interactive.
9638
9639 2004-09-30  Simon Josefsson  <jas@extundo.com>
9640
9641         * message.el (message-generate-hashcash): Add.
9642         (message-send-mail): Use it, call mail-add-payment.
9643
9644 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9645
9646         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9647
9648 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
9649
9650         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9651         gnus-requst-update-info with explicit code to sync the in-memory
9652         info read flags with the marks being sync'd to the backend.
9653
9654         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9655
9656 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9657
9658         * spam.el (spam-verify-bogofilter): Add new function.
9659         (spam-check-bogofilter)
9660         (spam-bogofilter-register-with-bogofilter): Use it.
9661         (spam-verify-bogofilter): Add small fixes.
9662
9663 2004-09-28  Simon Josefsson  <jas@extundo.com>
9664
9665         * hashcash.el (hashcash-generate-payment): Revert.
9666
9667 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9668
9669         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9670         gnus-extract-references instead of gnus-split-references.
9671
9672         * gnus-util.el (gnus-extract-references): Add new function, analogous
9673         to gnus-split-references but extracts only the message-ID without
9674         anything extra.
9675
9676         * hashcash.el (hashcash-generate-payment)
9677         (hashcash-check-payment): Do the right thing if hashcash-path is
9678         nil (because the hashcash program could not be found).
9679
9680         * spam.el (spam-use-hashcash): Remove comment.
9681
9682 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
9683
9684         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9685         (gnus-cache-enter-article, gnus-cache-remove-article)
9686         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9687
9688         * gnus-async.el (gnus-async-prefetch-remove-group): do.
9689
9690         * gnus-art.el (article-hide-boring-headers)
9691         (article-translate-strings, article-display-face)
9692         (gnus-article-mime-match-handle-first)
9693         (gnus-article-highlight-headers)
9694         (gnus-article-add-buttons-to-head): do.
9695
9696 2004-09-27  Simon Josefsson  <jas@extundo.com>
9697
9698         * hashcash.el: New version, from
9699         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
9700         ../contrib/.
9701
9702 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9703
9704         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9705
9706 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
9707
9708         * gnus-dup.el (gnus-dup-open): Use mapc.
9709         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9710
9711         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9712         Reported by Stefan Wiens <s.wi@gmx.net>.
9713
9714         * gnus.el (gnus-shutdown): Use dolist.
9715
9716         * gnus-undo.el (gnus-undo): Use mapc.
9717
9718         * nnrss.el (nnrss-generate-active): do.
9719
9720         * message.el (message-cite-original-without-signature)
9721         (message-cite-original): Use mapc.
9722         (message-do-actions, message-make-forward-subject): Use dolist.
9723
9724 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9725
9726         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9727         deletion to remove entire duplicate line.  Fixes merged article
9728         number bug.
9729
9730 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9731
9732         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9733         servers that are offline.  Avoids having gnus-agent-toggle-plugged
9734         first ask if you want to open a server and then, even when you
9735         responded with no, asking if you want to synchronize the server's
9736         flags.
9737         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9738         multi-line expressions.
9739         (gnus-agent-synchronize-group-flags): New internal function.
9740         Updates marks in memory (in the info structure) AND in the
9741         backend.
9742
9743         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9744
9745         * nnagent.el (nnagent-request-set-mark): Use
9746         gnus-agent-synchronize-group-flags, not backend's request-set-mark
9747         method, to ensure that synchronization updates marks in the
9748         backend and in the info (in memory) structure.
9749
9750 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9753         convention fully; don't miss the root article of a thread; make
9754         the X-Draft-From header with correct article numbers.
9755
9756 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
9757
9758         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9759         unless plugged.  Disable the agent so that an open failure causes
9760         an error.
9761
9762         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9763         Reverted 2004-09-21 change.  The backend must be opened while
9764         synchronizing flags even when the backend stores the flags
9765         locally.
9766
9767 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
9768
9769         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9770         in `header' match.  Reported by Svend Tollak Munkejord.
9771
9772         * message.el (message-cite-original): Fix use of
9773         `message-cite-articles-with-x-no-archive'.
9774
9775 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9778         (gnus-window-to-buffer): Ditto.
9779
9780         * mml.el (mml-preview-buffer): New variable.
9781         (mml-preview): Manage window layout with gnus-buffer-configuration.
9782
9783         * gnus-msg.el (gnus-setup-message): Put article numbers into the
9784         X-Draft-From header even if those articles aren't quoted.
9785
9786 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
9787
9788         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9789         (gnus-request-set-mark, gnus-request-update-mark): Use new
9790         g-s-t-u-l-m to decide to use backend even when unplugged.
9791
9792 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9795         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
9796
9797 2004-09-20  Simon Josefsson  <jas@extundo.com>
9798
9799         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9800         "utf-16-le".
9801
9802 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9803
9804         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9805
9806 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * uudecode.el (uudecode-use-external): Add :version.
9809
9810         * smime.el (smime-CA-file, smime-encrypt-cipher)
9811         (smime-dns-server): Add :version.
9812
9813         * smiley.el (gnus-smiley-file-types): Add :version.
9814
9815         * sha1.el (sha1-use-external): Add :version.
9816
9817         * pgg-def.el (pgg-query-keyserver): Add :version.
9818
9819         * nnmail.el (nnmail-fancy-expiry-targets)
9820         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9821         Add :version.
9822
9823         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9824         (nnimap-retrieve-groups-asynchronous): Add :version.
9825         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
9826
9827         * mml.el (mml-content-disposition-parameters)
9828         (mml-insert-mime-headers-always): Add :version.
9829
9830         * mm-util.el (mm-coding-system-priorities): Add :version.
9831
9832         * mm-decode.el (mm-inline-text-html-with-images)
9833         (mm-keep-viewer-alive-types, mm-external-terminal-program)
9834         (mm-verify-option): Add :version.
9835         (mm-text-html-renderer): Change :version.
9836
9837         * message.el (message-fcc-externalize-attachments)
9838         (message-required-headers, message-draft-headers)
9839         (message-subject-trailing-was-query)
9840         (message-subject-trailing-was-ask-regexp)
9841         (message-subject-trailing-was-regexp, message-mark-insert-begin)
9842         (message-mark-insert-end, message-archive-header)
9843         (message-archive-note, message-cross-post-default)
9844         (message-cross-post-note, message-followup-to-note)
9845         (message-cross-post-note-function, message-use-mail-followup-to)
9846         (message-subscribed-address-functions)
9847         (message-subscribed-address-file, message-subscribed-addresses)
9848         (message-subscribed-regexps, message-allow-no-recipients)
9849         (message-yank-cited-prefix, message-signature-insert-empty-line)
9850         (message-hidden-headers, message-hierarchical-addresses)
9851         (message-mail-user-agent, message-use-idna)
9852         (message-valid-fqdn-regexp)
9853         (message-strip-special-text-properties, message-header-synonyms)
9854         (message-beginning-of-line, message-tab-body-function): Add :version.
9855         (message-insert-canlock, message-wide-reply-confirm-recipients):
9856         Change :version.
9857
9858         * mail-source.el (mail-source-ignore-errors): Add :group, :type
9859         and :version.
9860         (mail-source-delete-old-incoming-confirm)
9861         (mail-source-movemail-program): Add :version.
9862
9863         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9864         (gnus-agent-cache, gnus-agent): Change :version.
9865
9866         * gnus-util.el (gnus-use-byte-compile): Change :version.
9867
9868         * gnus-sum.el (gnus-summary-make-false-root-always)
9869         (gnus-summary-default-high-score)
9870         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9871         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9872         (gnus-read-all-available-headers, gnus-article-emulate-mime)
9873         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9874         (gnus-sum-thread-tree-single-indent)
9875         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9876         (gnus-sum-thread-tree-leaf-with-other)
9877         (gnus-sum-thread-tree-single-leaf): Add :version.
9878         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9879         (gnus-article-loose-mime): Change :version.
9880
9881         * gnus-start.el (gnus-backup-startup-file)
9882         (gnus-save-startup-file-via-temp-buffer): Add :version.
9883
9884         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9885         (gnus-server-offline-face): Add :version.
9886
9887         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9888
9889         * gnus-msg.el (gnus-gcc-externalize-attachments)
9890         (gnus-debug-files, gnus-debug-exclude-variables)
9891         (gnus-discouraged-post-methods): Change :version.
9892         (gnus-confirm-mail-reply-to-news)
9893         (gnus-confirm-treat-mail-like-news): Add :version.
9894
9895         * gnus-int.el (gnus-server-unopen-status): Add :version.
9896
9897         * gnus-group.el (gnus-group-jump-to-group-prompt)
9898         (gnus-large-ephemeral-newsgroup)
9899         (gnus-fetch-old-ephemeral-headers): Add :version.
9900
9901         * gnus-fun.el (gnus-x-face-directory)
9902         (gnus-convert-pbm-to-x-face-command)
9903         (gnus-convert-image-to-x-face-command)
9904         (gnus-convert-image-to-face-command): Add :version.
9905
9906         * gnus-delay.el (gnus-delay-default-hour): Add :version.
9907
9908         * gnus-cite.el (gnus-cite-blank-line-after-header)
9909         (gnus-article-boring-faces): Add :version.
9910
9911         * gnus-art.el (gnus-buttonized-mime-types)
9912         (gnus-inhibit-mime-unbuttonizing)
9913         (gnus-treat-display-face)
9914         (gnus-treat-body-boundary): Change :version.
9915         (gnus-body-boundary-delimiter, gnus-picon-databases)
9916         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9917         (gnus-treat-date-english, gnus-treat-fold-headers)
9918         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9919         (gnus-treat-mail-picon, gnus-treat-wash-html)
9920         (gnus-article-encrypt-protocol)
9921         (gnus-use-idna, gnus-article-over-scroll)
9922         (gnus-mime-display-multipart-alternative-as-mixed)
9923         (gnus-mime-display-multipart-related-as-mixed)
9924         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9925         (gnus-ctan-url, gnus-button-ctan-handler)
9926         (gnus-button-handle-ctan-bogus-regexp)
9927         (gnus-button-ctan-directory-regexp)
9928         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9929         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9930         (gnus-button-man-level, gnus-button-emacs-level)
9931         (gnus-button-message-level, gnus-button-browse-level): Add :version.
9932
9933         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9934         (gnus-agent-go-online): Change :version.
9935         (gnus-agent-expire-unagentized-dirs)
9936         (gnus-agent-auto-agentize-methods): Add :version.
9937
9938         * flow-fill.el (fill-flowed-display-column)
9939         (fill-flowed-encode-column): Add :version.
9940
9941         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9942         (gnus-outlook-deuglify-unwrap-max)
9943         (gnus-outlook-deuglify-cite-marks)
9944         (gnus-outlook-deuglify-unwrap-stop-chars)
9945         (gnus-outlook-deuglify-no-wrap-chars)
9946         (gnus-outlook-deuglify-attrib-cut-regexp)
9947         (gnus-outlook-deuglify-attrib-verb-regexp)
9948         (gnus-outlook-deuglify-attrib-end-regexp)
9949         (gnus-outlook-display-hook): Add :version.
9950
9951         * binhex.el (binhex-use-external): Add :version.
9952
9953 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
9954
9955         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9956         and `invisible'.
9957
9958 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9959
9960         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9961         in gnus-registry-trim.
9962
9963 2004-09-13  Simon Josefsson  <jas@extundo.com>
9964
9965         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9966
9967         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9968
9969         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9970         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9971         <yamaoka@jpl.org>.
9972         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9973         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9974         <yamaoka@jpl.org>.
9975
9976         * sieve.el (sieve-manage-mode): Ditto.
9977
9978 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
9979
9980         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9981
9982 2004-09-11  Simon Josefsson  <jas@extundo.com>
9983
9984         * dns-mode.el: Add.
9985
9986         * mm-view.el (mm-display-dns-inline): Add.
9987
9988         * mm-decode.el (mm-inline-media-tests): Add text/dns.
9989         (mm-automatic-display): Ditto.
9990
9991         * mailcap.el (mailcap-mime-data): Add text/dns.
9992         (mailcap-mime-extensions): Map .soa to text/dns.
9993
9994 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
9995
9996         * gnus-art.el (article-decode-mime-words, article-babel)
9997         (gnus-article-highlight-signature, gnus-article-add-buttons)
9998         (gnus-signature-toggle): Remove unnecessary bindings of
9999         `inhibit-read-only' inherited from v5.10 merge.
10000
10001 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10002
10003         * nntp.el (nntp): New customization group.
10004         (nntp-authinfo-file): Add customization group.
10005
10006         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10007
10008         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10009
10010         * gnus.el (to-address, to-list, subscribed)
10011         (large-newsgroup-initial): Ditto.
10012
10013         * flow-fill.el (fill-flowed-display-column)
10014         (fill-flowed-encode-column): Ditto.
10015
10016 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
10017
10018         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10019         Use point-min rather than 1.
10020         (message-send-mail): Use buffer-size rather than point-max.
10021
10022         * gnus-sum.el (gnus-summary-search-article-forward):
10023         Signal a specific `search-failed' rather than a generic `error'.
10024
10025         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10026         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10027         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10028
10029 2004-09-10  Simon Josefsson  <jas@extundo.com>
10030
10031         * nndb.el (require): Remove tcp and duplicate cl.
10032
10033 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * gnus-agent.el (directory-files-and-attributes): Move forward.
10036
10037 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10038
10039         * gnus-agent.el (directory-files-and-attributes): Optionally
10040         defined to support XEmacs.
10041
10042 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10043
10044         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10045         to avoid run-time CL dependencies.
10046         (gnus-agent-unfetch-articles): New function.
10047         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10048         article numbers even when local .overview file is missing.
10049         (gnus-agent-read-article-number): New function.  Only accepts
10050         27-bit article numbers.
10051         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10052         gnus-agent-read-article-number.
10053         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10054         from backend while recognizing that article numbers in .overview
10055         must be valid.
10056         (gnus-agent-update-files-total-fetched-for): Use
10057         directory-files-and-attributes to improve performance.
10058         * gnus-int.el (gnus-request-move-article): Use
10059         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10060         improve performance.
10061
10062         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10063         some users confused by references to .newsrc when they only have a
10064         .newsrc.eld file.
10065         (gnus-convert-mark-converter-prompt,
10066         gnus-convert-converter-needs-prompt): Fixed use of property list.
10067         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10068         New function.  Used internally to only display 'gnus converting
10069         files' message when actually necessary.
10070
10071         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10072         methods now autoloaded.
10073
10074 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10077         identifiers.
10078
10079 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10080
10081         * gnus-picon.el: Fix indentation and closing parenthesis.
10082
10083 2004-09-01  Simon Josefsson  <jas@extundo.com>
10084
10085         * message.el (message-canlock-generate): Require sha1, not
10086         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
10087         to require within a function.  Sadly, if sha1.el isn't loaded, the
10088         let binding in m-c-g will hide the defcustom definition, which is
10089         bad.)
10090
10091         * canlock.el: Require sha1, not sha1-el.
10092
10093         * message.el: Don't autoload sha1 (there is a autoload cookie in
10094         sha1.el).
10095
10096         * sha1-el.el: Renamed to sha1.el.
10097
10098 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10099
10100         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10101
10102 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10103
10104         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10105
10106 2004-08-30  Kim F. Storm  <storm@cua.dk>
10107
10108         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10109
10110         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10111         Add :group 'nnimap.
10112
10113 2004-08-30  Andreas Schwab  <schwab@suse.de>
10114
10115         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10116         ?* and ?\;.
10117
10118         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10119         and ?\' to symbol instead of whitespace.
10120
10121 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10122
10123         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10124
10125         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10126         instead of re-search-forward.
10127
10128         * gnus-uu.el (gnus-uu-save-article): Ditto.
10129         (gnus-uu-post-encode-uuencode): Ditto.
10130
10131         * html2text.el (html2text-clean-list-items): Ditto.
10132         (html2text-clean-dtdd): Ditto.
10133         (html2text-format-tags): Ditto.
10134
10135         * message.el (message-send-mail-with-sendmail): Fix regexp.
10136         (message-fill-field-general): Use search-forward instead of
10137         re-search-forward.
10138         (unbold-region): Ditto.
10139
10140         * nnrss.el (nnrss-request-article): Ditto.
10141
10142         * nnslashdot.el (nnslashdot-request-article): Ditto.
10143
10144         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10145
10146         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10147         "Unrecognized menu descriptor" error in XEmacs.
10148
10149 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10150
10151         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10152         parent article of a sparse article in the thread hashtb.
10153
10154 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10155
10156         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10157         (nnmail-expand-newtext): Lowercase expanded entries if
10158         nnmail-split-lowercase-expanded is non-nil.
10159
10160 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10161
10162         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10163
10164         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10165         of gnus-tmp-news-method into string under XEmacs.  It will be
10166         passed to gnus-correct-length which takes only a string argument.
10167
10168 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10169
10170         * gnus-util.el (gnus-bind-print-variables): New macro.
10171         (gnus-prin1): Use it.
10172         (gnus-prin1-to-string): Use it.
10173         (gnus-pp): New function.
10174         (gnus-pp-to-string): New function.
10175
10176         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10177         Replace pp-to-string with gnus-pp-to-string.
10178         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10179         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10180         * gnus-msg.el (gnus-debug): Ditto.
10181         * gnus-score.el (gnus-score-save): Ditto.
10182         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10183         gnus-pp-to-string.
10184         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10185         with gnus-pp.
10186         * score-mode.el (gnus-score-pretty-print): Ditto.
10187         * webmail.el (webmail-debug): Ditto.
10188
10189 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * gnus-art.el (article-display-face, article-display-x-face):
10192         Use buffer-read-only.
10193
10194 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * gnus-art.el (article-hide-list-identifiers):
10197         Bind inhibit-read-only as t.
10198
10199 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10200
10201         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10202
10203 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10204
10205         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10206         (gnus-narrow-to-page): Don't assume point-min == 1.
10207         (gnus-article-edit-mode): Derive from message-mode.
10208
10209         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10210         point-min == 1.
10211
10212         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10213         Disable incorrect use of `assert'.
10214
10215         * message.el (message-mode): Set comment-start-skip.
10216
10217
10218 2004-08-22  Sam Steingold  <sds@gnu.org>
10219
10220         * pop3.el (pop3-leave-mail-on-server): New user variable.
10221         (pop3-movemail): Delete mail only when it is nil.
10222
10223 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10224
10225         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10226
10227         * mml.el (mml-preview): Use `pop-to-buffer'.
10228
10229         * message.el (message-goto-mail-followup-to): Insert after "To".
10230         (message-carefully-insert-headers): Add comment.
10231
10232         * gnus.el: Remove unused variable `gnus-article-check-size'.
10233
10234         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10235
10236         * gnus-art.el (gnus-button-alist): Improve
10237         `gnus-button-handle-library' entry.
10238
10239 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10240
10241         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10242         downcase, since XEmacs capitalizes error messages differently.
10243
10244 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10245
10246         * nntp.el: Add (require 'gnus) due to reference to
10247         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10248
10249 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10250
10251         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10252         `mm-fill-flowed'.
10253
10254         * mm-decode.el (mm-dissect-singlepart): Check it.
10255
10256 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10257
10258         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10259         'imap' for netrc parsing.
10260
10261 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10262
10263         * mailcap.el (mailcap-mime-data): Mark as risky.
10264
10265 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10266
10267         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10268         may be included in the encoded word.
10269         (rfc2047-encode): Don't append a space if the encoded word
10270         includes close parenthesis.
10271
10272 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10273
10274         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10275         of text within parentheses.
10276
10277 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10278
10279         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10280         (gnus-encrypt-write-file-contents): Make the password key the file
10281         name PLUS the cipher, not just the cipher.  Also remove failed
10282         passwords from the cache.
10283
10284 2004-08-06  Simon Josefsson  <jas@extundo.com>
10285
10286         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10287         fix.
10288
10289 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10292         LWSP.
10293
10294 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10295
10296         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10297         to append in-reply-to: data to the references: header.
10298
10299         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10300         (netrc-parse): Use gnus-encrypt.el functions.
10301
10302         * gnus-encrypt.el: Add new file for encryption support; currently
10303         does only a few GPG ciphers and an internal XOR cipher.
10304
10305         * password.el: Add comments on using password-read-and-add.
10306         (password-read-and-add): Add function to read and add the
10307         password to the cache at once.
10308
10309 2004-07-28  Simon Josefsson  <jas@extundo.com>
10310
10311         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10312         parameter (but don't use it, for now).
10313
10314         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10315         instead of hard coding to nil.
10316
10317 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10320         as mm-inline-image-xemacs does.
10321
10322 2004-07-26  Simon Josefsson  <jas@extundo.com>
10323
10324         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10325         Revert part of 2004-07-17 change below.
10326
10327 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10330         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10331
10332 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10333
10334         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10335         quotes that actually start with ">" at the beginning of the
10336         lines.
10337
10338 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * rfc2047.el (rfc2047-encode-region): Fix last change.
10341         (rfc2047-encode-parameter): Remove useless concat.
10342
10343 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10346         encode special characters; fix some kind of misconfigured headers;
10347         signal a real error if debug-on-quit or debug-on-error is non-nil.
10348         (rfc2047-encode-max-chars): New variable.
10349         (rfc2047-encode-1): Use it.
10350         (rfc2047-encode-parameter): New function.
10351
10352         * mml.el (mml-insert-parameter): Remove an excessive space.
10353
10354 2004-07-17  Simon Josefsson  <jas@extundo.com>
10355
10356         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10357         Kai Grossjohann <kai@emptydomain.de>.
10358         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10359         (gnus-group-make-menu-bar): Ditto.
10360
10361         * gnus-util.el (gnus-group-server): Add.
10362
10363 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10364
10365         * message.el (message-clone-locals): Clone sendmail and smtp
10366         variables.
10367
10368 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * rfc2047.el (rfc2047-encode-region): Fix last change.
10371
10372 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10373
10374         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10375         characters as non-special.
10376
10377 2004-07-09  Simon Josefsson  <jas@extundo.com>
10378
10379         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10380         Users will lose all flag changes made while unplugged with
10381         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10382         good default.  See numerous reports on ding mailing list.
10383
10384 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10387         add generate-head-function and generate-article-function to the
10388         rfc822-forward entry.
10389         (nndoc-rfc822-forward-generate-article): New function.
10390         (nndoc-rfc822-forward-generate-head): New function.
10391
10392         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10393
10394 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10395
10396         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10397         respect display group parameter and gnus-summary-expunge-below.
10398         (gnus-articles-to-read): Remove unused reference to display group
10399         parameter.
10400
10401 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10402
10403         * nnheader.el (nnheader-uniquify-message-id): New experimental
10404         variable.
10405         (nnheader-nov-read-message-id): Use it.
10406
10407         * spam-report.el (spam-report-gmane): Add interactive.
10408
10409 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10412         qp-or-base64 for the application/* types.
10413
10414 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10415
10416         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10417
10418 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10419
10420         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10421         trim value.
10422
10423 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10424
10425         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10426         New macro and function.
10427         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10428
10429 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10432         after-load-alist.
10433
10434 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10435
10436         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10437         update info that isn't there.
10438
10439 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10440
10441         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10442         entry.
10443
10444 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * mm-view.el (mm-inline-render-with-function): Use multibyte
10447         buffer; decode html source by charset.
10448
10449         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10450
10451         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10452         Mule-UCS is loaded under XEmacs.
10453         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10454
10455 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10456
10457         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10458
10459 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * mm-util.el (mm-coding-system-p): Return a coding-system.
10462         (mm-mime-mule-charset-alist): Use shift_jis instead of
10463         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10464         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10465         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10466         instead of japanese-shift-jis and iso-latin-1 respectively in
10467         order to share the default value with both Emacs and XEmacs-mule.
10468         (mm-mule-charset-to-mime-charset): Make
10469         mm-coding-system-priorities effective.
10470         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10471         while predicating of candidates upon the priorities.
10472
10473 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10474
10475         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10476         gnus-uu-invert-processable.
10477
10478         * gnus.el: Autoload gnus-uu-invert-processable.
10479
10480 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10481
10482         * mm-util.el (mm-with-multibyte-buffer): New macro.
10483
10484         * rfc2047.el (rfc2047-encode-string): Use it.
10485         (rfc2047-encode-region): Move point to the end of the region after
10486         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10487
10488 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10491         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10492
10493 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10494
10495         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10496         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10497         Karl Chen <quarl@nospam.quarl.org>.
10498
10499 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10500
10501         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10502         invalid addresses.
10503
10504 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10505
10506         * spam.el: Change section markers, revise TODO list.
10507         (spam-backends): Make new master list of all installed backends.
10508         (spam-summary-exit-behavior): Add new variable to determine how
10509         messages moves are done at summary exit.
10510         (spam-move-spam-nonspam-groups-only)
10511         (spam-process-ham-in-nonham-groups)
10512         (spam-process-ham-in-spam-groups): Remove variables, the
10513         spam-summary-exit-behavior variable should be used to manage this
10514         behavior.
10515         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10516         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10517         and spam-old-spam-articles.
10518         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10519         Add empty variables, placeholders for the backends they represent.
10520         (spam-set-difference): Move, unchanged.
10521         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10522         unless the user has a processor variable.
10523         (spam-classifications, spam-classification-valid-p)
10524         (spam-backend-properties, spam-backend-property-valid-p)
10525         (spam-backend-function-type-valid-p)
10526         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10527         (spam-report-articles-gmane, spam-report-articles-resend):
10528         Remove functions, they are not needed.
10529         (spam-install-backend-super, spam-backend-list)
10530         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10531         (spam-backend-function, spam-backend-ham-registration-function)
10532         (spam-backend-spam-registration-function)
10533         (spam-backend-ham-unregistration-function)
10534         (spam-backend-spam-unregistration-function)
10535         (spam-backend-statistical-p, spam-backend-mover-p)
10536         (spam-install-backend-alias, spam-install-checkonly-backend)
10537         (spam-install-mover-backend, spam-install-nocheck-backend)
10538         (spam-install-backend, spam-install-statistical-backend)
10539         (spam-install-statistical-checkonly-backend): Add backend installation
10540         support.
10541         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10542         (spam-group-processor-p): Use the new backend code and respect the
10543         summary exit behavior.
10544         (spam-mark-spam-as-expired-and-move-routine): Remove.
10545         (spam-summary-prepare): Change to use the new spam-old-articles
10546         variable.
10547         (spam-copy-or-move-routine, spam-copy-spam-routine)
10548         (spam-move-spam-routine, spam-copy-ham-routine)
10549         (spam-move-ham-routine): Add code to copy/move ham or spam.
10550         (spam-fetch-field-fast): Improve doc and code, plus allow the
10551         'number request.
10552         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10553         variables.
10554         (spam-split, spam-find-spam): Use the new backend code.
10555         (spam-registration-functions): Remove variable.
10556         (spam-unregister-routine): Add convenience wrapper.
10557         (spam-log-undo-registration, spam-register-routine)
10558         (spam-log-processing-to-registry)
10559         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10560         where possible.
10561         (spam-check-gmane-xref, spam-check-regex-headers)
10562         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10563         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10564         (spam-check-bogofilter-headers, spam-check-spamoracle)
10565         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10566         (spam-check-crm114-headers): Use the spam-split-group that
10567         spam-split prepares, no need to determine it every time.
10568
10569         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10570         to the nnheader-parse-naked-head call.
10571
10572         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10573
10574         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10575         the nnheader-nov-read-message-id call.
10576
10577 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10580         gnus-activate-group twice.  Suggested by Markus Peter
10581         <warp@spin.de>.
10582
10583 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * gnus-art.el (gnus-article-time-format): Exchange the order of
10586         day and month in the default value; fix customization type.
10587         (article-date-ut): Use add-text-properties.
10588         (article-make-date-line): Use message-make-date instead of
10589         current-time-string.
10590
10591         * message.el (message-fetch-field): Don't use set-text-properties.
10592         (message-make-date): Simplify.
10593
10594         * messagexmas.el (message-xmas-make-date): New function.
10595         (message-xmas-redefine): Defalias message-make-date to it.
10596
10597 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10600         (rfc2047-encode-region): Treat text within parentheses as special;
10601         show the original text when error has occurred.
10602
10603         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10604         already-computed method to gnus-activate-group.
10605
10606         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10607         same select-methods identical Lisp objects.
10608
10609         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10610         object when modifying the info.
10611
10612 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * gnus-srvr.el (gnus-server-set-info): Remove the server from
10615         gnus-opened-servers since it has never been opened with the new
10616         configuration yet.
10617
10618 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10619
10620         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10621         arg to nnheader-generate-fake-message-id.
10622
10623 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
10624
10625         * nnheader.el (nnheader-generate-fake-message-id): Accept a
10626         number and build a fake message ID localized to a group and
10627         article number (so it's repeatable from that point on).
10628         (nnheader-fake-message-id-p): Change regex to accomodate new fake
10629         ID format.
10630
10631         * gnus-sum.el (gnus-get-newsgroup-headers): Call
10632         nnheader-generate-fake-message-id with the article number.
10633
10634 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
10635
10636         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10637         end-of-buffer.
10638
10639 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10640
10641         * message.el (message-ignored-supersedes-headers): Add Approved.
10642
10643 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * rfc2047.el (rfc2047-encode-message-header): Remove useless
10646         goto-char.
10647         (rfc2047-encode): Fold the line before encoding.
10648
10649 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10650
10651         * rfc2047.el (rfc2047-encode-message-header): Disabled header
10652         folding -- not all headers can be folded, and this should be done
10653         by the message composition mode.  Probably.  I think.
10654
10655 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10656
10657         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10658         fast.
10659
10660         * gnus-ems.el (gnus-remove-image): Don't use
10661         message-text-with-property; remove only the image found first.
10662
10663         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
10664         found first.
10665
10666 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
10667
10668         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10669
10670 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * message.el (message-text-with-property): Make it fast and accept
10673         optional arguments.
10674         (message-strip-forbidden-properties): Use it.
10675         (message-fix-before-sending): Follow the m-t-w-p change.
10676
10677         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10678
10679 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10680
10681         * gnus-art.el (article-hide-headers): Don't change the buffer
10682         mistakenly when performing mml-preview even if
10683         gnus-single-article-buffer is nil.
10684
10685 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
10686
10687         * message.el (message-expand-name-databases): New user option.
10688         (message-expand-name): Use it.
10689
10690 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
10691
10692         * spam.el (spam-report-articles-resend)
10693         (spam-report-resend-register-routine): Allow ham reporting.
10694         (spam-report-resend-register-ham-routine): Add wrapper.
10695         (spam-registration-functions): Add ham resending functions.
10696         (spam-list-of-processors): Add ham resend processor.
10697
10698         * gnus.el (ham-resend-to): Add new group parameter.
10699         (spam-process): Add ham resend option.
10700
10701         * spam-report.el (spam-report-resend): Allow reporting ham.
10702         (spam-report-resend-ham): Add wrapper.
10703
10704 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10705
10706         * message.el (message-cite-articles-with-x-no-archive): New
10707         variable.
10708         (message-cite-original): Use it.
10709
10710 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10711
10712         * message.el (message-cite-original): Respect X-No-Archive.
10713
10714 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * gnus-art.el (article-hide-headers): Refer to the values for
10717         gnus-ignored-headers and gnus-visible-headers in the summary
10718         buffer since a user may have set them as group parameters.
10719
10720 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
10721
10722         * assistant.el (assistant-node-name): Add convenience function.
10723         (assistant-render-text, assistant-render-node): Add error handling,
10724         plus handle multiple next nodes.
10725         (assistant-find-next-node): Comment out for now.
10726         (assistant-find-next-nodes): Add function, returns list of next
10727         nodes.
10728
10729 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
10730
10731         * mail-source.el (mail-source-directory): Fix doc-string.
10732
10733 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
10734
10735         * assistant.el (assistant-render-text, assistant-eval): Add :set
10736         widget type, which is different because it takes and returns a
10737         list.  Much hilarity ensues.
10738
10739 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
10740
10741         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10742
10743         * gnus-group.el (gnus-group-get-new-news-this-group): Added
10744         doc-string.
10745
10746         * gnus-start.el (gnus-activate-group): Added doc-string.
10747
10748 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10751
10752 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
10753
10754         * assistant.el (assistant-render-text): Try to add a :set
10755         widget, more to come.
10756
10757         * spam.el (spam-group-spam-contents-p): Handle empty groupname
10758         strings.
10759         (spam-report-articles-resend)
10760         (spam-register-routine): Do registration iff any articles warrant
10761         it.
10762         (spam-summary-prepare-exit): Change log message for nil group
10763         destinations.
10764
10765 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
10766
10767         * spam.el (spam-report-resend-register-routine): Allow
10768         spam-report-resend-to to be a group parameter or a global value.
10769
10770 2004-05-26  Simon Josefsson  <jas@extundo.com>
10771
10772         * starttls.el: Merge with my GNUTLS based starttls.el.
10773         (starttls-gnutls-program, starttls-use-gnutls)
10774         (starttls-extra-arguments, starttls-process-connection-type)
10775         (starttls-connect, starttls-failure, starttls-success): New
10776         variables.
10777         (starttls-program, starttls-extra-args): Doc fix.
10778         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10779         functions.
10780         (starttls-negotiate, starttls-open-stream): Check
10781         `starttls-use-gnutls' and pass on to corresponding *-gnutls
10782         function if it is set.
10783
10784 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10787         structured fields.
10788
10789 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10792
10793 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
10794
10795         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10796         variable.
10797         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
10798         assigning the spam-mark to new messages.
10799
10800 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
10801
10802         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10803
10804 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10805
10806         * dgnushack.el: Autoload customize-set-variable for XEmacs.
10807
10808         * rfc2047.el (rfc2047-encodable-p): Don't move point.
10809         (rfc2047-decode): Treat the ascii coding-system as raw-text by
10810         default.
10811
10812 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
10813
10814         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10815         correct data.
10816
10817 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
10818
10819         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10820         (spam-group-processor-p): Fix function.
10821         (spam-group-processor-multiple-p)
10822         (spam-group-spam-processor-report-gmane-p)
10823         (spam-group-spam-processor-report-resend-p)
10824         (spam-group-spam-processor-bogofilter-p)
10825         (spam-group-spam-processor-blacklist-p)
10826         (spam-group-spam-processor-ifile-p)
10827         (spam-group-ham-processor-ifile-p)
10828         (spam-group-spam-processor-spamoracle-p)
10829         (spam-group-spam-processor-crm114-p)
10830         (spam-group-ham-processor-bogofilter-p)
10831         (spam-group-spam-processor-stat-p)
10832         (spam-group-ham-processor-stat-p)
10833         (spam-group-ham-processor-whitelist-p)
10834         (spam-group-ham-processor-BBDB-p)
10835         (spam-group-ham-processor-spamoracle-p)
10836         (spam-group-ham-processor-copy-p): Remove functions with some
10837         prejudice against unneeded code.
10838         (spam-report-articles-resend)
10839         (spam-report-resend-register-routine): Allow the group/topic
10840         spam-resend-to value to override spam-report-resend-to.
10841         (spam-summary-prepare-exit): Invoke spam-group-processor-p
10842         properly now.
10843
10844         * gnus.el (spam-resend-to): Add group/topic parameter.
10845         (spam-process): Move the OBSOLETE processors to the end of the
10846         choices.
10847
10848 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
10849
10850         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10851         with resend-to set to nil, and then ask the user if necessary.
10852         (spam-report-resend): spam-report-resend takes a list of articles, not
10853         separate article numbers.
10854
10855 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10858         addition to emacs-w3m.
10859
10860 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10861
10862         * assistant.el (assistant-authinfo-data): New function.
10863         (assistant-eval): Eval for entire assistant.
10864
10865         * netrc.el (netrc-services-file): New variable.
10866         (netrc-parse-services): New function.
10867         (netrc-find-service-name): New function.
10868         (netrc-find-service-number): New function.
10869         (netrc-port-equal): New function.
10870         (netrc-machine): Use it.
10871
10872         * nnimap.el (nnimap-open-connection): Use netrc.
10873
10874         * gnus-util.el (gnus-netrc-get): Remove aliases.
10875
10876         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10877
10878         * assistant.el (wid-edit): Fix compilation.
10879
10880         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10881
10882 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
10883
10884         * gnus-util.el (gnus-set-file-modes): New function.  (small
10885         patch).
10886
10887 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10888
10889         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10890
10891         * assistant.el (assistant-render-node): Fix up rendering and
10892         read-only text.
10893         (assistant-render-node): Reset.
10894         (assistant-make-read-only): Not sticky.
10895
10896 2004-05-20  Danny Siu  <dsiu@adobe.com>
10897
10898         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10899         centered even when gnus-auto-center-summary is t
10900
10901 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10902
10903         * dns.el (dns-get-txt-answer): New function.
10904         (dns-read-txt): Ditto.
10905         (query-dns): Use it.
10906
10907 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10910         active for foreign groups even if the group level is higher than
10911         the specified value.
10912
10913 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10914
10915         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10916         non-active groups.
10917
10918         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10919
10920 2004-05-20  Magnus Henoch  <mange@freemail.hu>
10921
10922         * dns.el (dns-read-type): Add support for SVR.  (small patch)
10923
10924 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10925
10926         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10927         (spam-crm114-header, spam-crm114-spam-switch)
10928         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10929         (spam-crm114-positive-spam-header)
10930         (spam-crm114-database-directory, spam-list-of-processors)
10931         (spam-group-spam-processor-crm114-p)
10932         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10933         (spam-generic-score, spam-list-of-checks)
10934         (spam-list-of-statistical-checks, spam-registration-functions)
10935         (spam-check-crm114-headers, spam-crm114-score)
10936         (spam-check-crm114, spam-crm114-register-with-crm114)
10937         (spam-crm114-register-spam-routine)
10938         (spam-crm114-unregister-spam-routine)
10939         (spam-crm114-register-ham-routine)
10940         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
10941         asjo@koldfront.dk (Adam Sjøgren).
10942
10943         * gnus.el: Add spam-use-crm114.
10944
10945         * spam.el (spam-list-of-processors, spam-registration-functions):
10946         Add spam-use-resend.
10947         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10948         (spam-report-articles-gmane): Add doc fix.
10949         (spam-report-articles-resend,
10950         spam-report-resend-register-routine): Add wrappers around
10951         spam-report-resend-to.
10952
10953         * spam-report.el (spam-report-resend-to, spam-report-resend):
10954         Add support for resending spam.
10955         (spam-report-gmane): Fix line length >80.
10956
10957         * gnus.el (spam-process): Add spam-use-resend.
10958
10959 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10960
10961         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10962         number of processed spam messages.
10963         (spam-ham-copy-or-move-routine): Return the number of processed
10964         ham messages.
10965         (spam-summary-prepare-exit): Use the above values to decide
10966         whether status messages shouled be displayed.
10967
10968 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10971         `rfc2047-encoding-function-alist' in order to avoid conflicting
10972         with the old version.
10973         (rfc2047-encode-region): Concatenate words containing non-ASCII
10974         characters in structured fields; don't encode space-delimited
10975         ASCII words even in unstructured fields; don't break words at
10976         char-category boundaries.
10977         (rfc2047-encode-1): New function.
10978         (rfc2047-encode): Use it; encode text so that it occupies the
10979         maximum width within 76-column; work correctly on Q encoding for
10980         iso-2022-* charsets.
10981         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10982         sure not to break a line just after the header name.
10983         (rfc2047-b-encode-region): Removed.
10984         (rfc2047-b-encode-string): New function.
10985         (rfc2047-q-encode-region): Removed.
10986         (rfc2047-q-encode-string): New function.
10987
10988         * mm-util.el (mm-replace-in-string): New function.
10989
10990 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10991
10992         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10993         get it right.
10994         (gnus-inews-make-draft): Really.
10995
10996 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
10997
10998         * nnmh.el (nnmh-request-list-1): Don't check the link count
10999         before descending.  (small patch)
11000
11001 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11002
11003         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11004         stuff.
11005
11006         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11007         on real group name.
11008
11009         * gnus-art.el (gnus-signature-limit): Doc fix.
11010
11011         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11012
11013         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11014
11015 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11016
11017         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11018         isn't a string.
11019
11020 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11021
11022         * gnus-draft.el (gnus-draft-send): Bind
11023         rfc2047-encode-encoded-words.
11024
11025         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11026         (rfc2047-encodable-p): Say that =? needs encoding.
11027         (rfc2047-encode-encoded-words): New variable.
11028
11029         * gnus-group.el (gnus-group-select-group): Doc fix.
11030
11031         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11032
11033         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11034         to nil.
11035
11036         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11037
11038         * nnheader.el (nnheader-get-lines-and-char): New function.
11039
11040 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11041
11042         * gnus-msg.el (gnus-summary-followup-with-original): Document
11043         yanking of region when active.
11044
11045 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11046
11047         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11048         groups if the group level is higher than the specified value.
11049
11050 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11051
11052         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11053         (gnus-group-jump-to-group): Added prefix argument using
11054         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11055         non-active group.
11056
11057         * compface.el (uncompface): Be verbose when changing
11058         `uncompface-use-external'.
11059
11060         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11061         handle manual section.
11062
11063 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11064
11065         * gnus-art.el (gnus-button-alist): Revert previous change.
11066
11067 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11068
11069         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11070
11071 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11072
11073         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11074         whether backend can accept message.
11075
11076         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11077
11078 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11079
11080         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11081         Avoid creating directory when nntp-marks-is-evil is true.
11082         Reported by Reiner Steib.
11083
11084 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11085
11086         * gnus-picon.el (gnus-picon-style): New variable.
11087         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11088         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11089         Jesper Harder <harder@ifa.au.dk>.
11090
11091 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11092
11093         * message.el (message-fill-field): Return point.
11094         (message-generate-headers): Go to end of field.
11095
11096         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11097         stuff for non-living groups.
11098
11099 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11100
11101         * gnus-art.el (gnus-article-followup-with-original)
11102         (gnus-article-reply-with-original): gnus-mark-active-p ->
11103         gnus-region-active-p.
11104
11105 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11106
11107         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11108         only when there is spam or ham to be processed.
11109
11110 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11111
11112         * mail-source.el (mail-source-delete-crash-box): Refactor.
11113         (mail-source-fetch): Use it.
11114         (mail-source-fetch-file): Ditto.
11115         (mail-source-fetch-directory): Run postscript in loop.
11116         (mail-source-fetch-pop): Delete.
11117         (mail-source-fetch-maildir): Ditto.
11118         (mail-source-fetch-imap): Ditto.
11119
11120         * imap.el (imap-authenticators): Comment out sasl.
11121
11122         * message.el (message-skip-to-next-address): New function.
11123         (message-fill-header-address): Refactor.
11124         (message-fill-address): Use it.
11125         (message-delete-address): Use it.
11126         (message-fill-header-general): Refactor.
11127         (message-fill-field-address): Rename.
11128         (message-narrow-to-field): Find the start of the header.
11129         (message-header-format-alist): Don't pre-fill.
11130         (message-fill-header): Removed.
11131         (message-insert-header): New function.
11132         (message-shorten-references): Use it.
11133
11134         * rfc2047.el (rfc2047-field-value): Strip props.
11135
11136         * mail-parse.el (mail-header-make-address): New alias.
11137
11138         * ietf-drums.el (ietf-drums-make-address): New function.
11139
11140         * imap.el: Add compiler directives.
11141
11142         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11143
11144         * gnus-art.el (article-decode-idna-rhs): Don't use
11145         message-idna-inside-rhs-p.
11146
11147 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11148
11149         * message.el (message-idna-inside-rhs-p): Removed.
11150         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11151
11152         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11153         false positives.
11154
11155 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11156
11157         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11158
11159 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11160
11161         * nneething.el (nneething-file-name): Don't create spurions
11162         files.
11163
11164         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11165         (gnus-inews-do-gcc): Remove sleep.
11166
11167         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11168         part under point.
11169
11170         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11171         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11172
11173 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11174
11175         * spam.el (spam-summary-prepare-exit): Fixed (length).
11176
11177 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11178
11179         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11180         as expired without moving it" message when there are spam
11181         messages left.
11182
11183 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11184
11185         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11186         header is not nil.
11187
11188 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11189
11190         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11191         nntp-possibly-create-directory, not nntp-possibly-change-group.
11192         (nntp-marks-changed-p): New arg SERVER.
11193         (nntp-request-update-info): Adjust caller.
11194
11195 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11196
11197         * nntp.el (nntp-save-marks): Pass missing arg.
11198
11199 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11200
11201         * nntp.el: Support marks.
11202         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11203         (nntp-marks-modtime, nntp-marks-directory): New variables.
11204         (nntp-request-set-mark, nntp-request-update-info)
11205         (nntp-possibly-create-directory, nntp-marks-changed-p)
11206         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11207         functions.
11208
11209 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11210
11211         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11212         (gnus-xmas-redefine): Rename.
11213
11214         * gnus-score.el (gnus-score-insert-help): Use
11215         gnus-select-lowest-window.
11216
11217         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11218         appt-select-lowest-window and rename to gnus-select-lowest-window.
11219
11220         * gnus.el: do.
11221
11222 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11223
11224         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11225         encodings of MIME-encoded words, in order to improve
11226         interoperability with several broken MUAs.
11227
11228 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11229
11230         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11231         tags, only when charsets are not specified in headers.
11232         (mm-inline-text-html-render-with-w3m): Ditto.
11233
11234         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11235         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11236
11237 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11238
11239         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11240         instead of MIME-decoded from fields when checking
11241         `gnus-article-address-banner-alist'.
11242
11243 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11244
11245         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11246         description rather than subject.
11247
11248 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11249
11250         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11251
11252 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11253
11254         * gnus.el (gnus-version-number): Bump.
11255
11256 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11257
11258         * gnus.el: No Gnus v0.2 is released.
11259
11260 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11261
11262         * gnus-agent.el (gnus-agent-read-agentview): Inline
11263         gnus-uncompress-range.
11264
11265 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11266
11267         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11268         `exec-installed-p'.
11269
11270 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11271
11272         * gnus.el (spam-process, spam-autodetect-methods): Add
11273         bsfilter and bsfilter-headers.
11274
11275         * spam.el (spam-bsfilter): New customize group.
11276         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11277         (spam-bsfilter-header, spam-bsfilter-probability-header)
11278         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11279         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11280         (spam-bsfilter-database-directory): New options.
11281         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11282         (spam-list-of-statistical-checks, spam-registration-functions):
11283         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11284         (spam-bsfilter-score): New command.
11285         (spam-check-bsfilter-headers, spam-check-bsfilter)
11286         (spam-bsfilter-register-with-bsfilter)
11287         (spam-bsfilter-register-spam-routine)
11288         (spam-bsfilter-unregister-spam-routine)
11289         (spam-bsfilter-register-ham-routine)
11290         (spam-bsfilter-unregister-ham-routine): New functions.
11291         (spam-generic-score): Support bsfilter; Accept an optional argument
11292         to recalcurate spam score even if scoring header has already been
11293         added.
11294         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11295         optional argument to recalcurate spam score even if scoring header
11296         has already been added.
11297
11298 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11299
11300         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11301         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11302         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11303         link is missing.
11304
11305 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11306
11307         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11308         (html2text-get-attr): Rewrite.
11309
11310         * message.el (message-setup-1): Remove redundant put-text-property
11311         on mail-header-separator.
11312
11313 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11314
11315         * gnus-registry.el (gnus-registry-cache-whitespace)
11316         (gnus-registry-action, gnus-registry-spool-action)
11317         (gnus-registry-split-fancy-with-parent): Change message levels
11318         from 5 to 3 or 7, as needed.
11319
11320         * spam.el (spam-summary-prepare-exit)
11321         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11322         (spam-split, spam-find-spam, spam-log-undo-registration)
11323         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11324         level from 5 to 6.
11325
11326 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11329         2004-03-04 change).
11330
11331 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11332
11333         * sieve-manage.el (sieve-manage-open):
11334         * nnweb.el (nnweb-insert-html):
11335         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11336         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11337         * nnspool.el (nnspool-request-group):
11338         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11339         * nnml.el (nnml-request-update-info):
11340         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11341         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11342         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11343         (nnimap-request-set-mark):
11344         * nnfolder.el (nnfolder-request-update-info):
11345         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11346         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11347         * gnus-uu.el (gnus-uu-find-articles-matching):
11348         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11349         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11350         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11351         * gnus-nocem.el (gnus-nocem-scan-groups):
11352         * gnus-int.el (gnus-start-news-server):
11353         * gnus-group.el (gnus-group-make-kiboze-group)
11354         (gnus-group-browse-foreign-server):
11355         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11356         Use mapc when appropriate.
11357
11358 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11359
11360         FIXME: Make separate entries for each person.
11361
11362         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11363         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11364         <shields@msrl.com>:
11365
11366         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11367         may need for spam sorting and scoring.
11368         (spam-user-format-function-S): Add user format function suitable for
11369         general use.
11370         (spam-article-sort-by-spam-status): Add sorting function for summary
11371         sorting.
11372         (spam-extra-header-to-number): Add function to get a score from a
11373         header.
11374         (spam-summary-score): Add function to  get a numeric score from the
11375         headers.
11376         (spam-generic-score): Fix function doc, was in wrong place.
11377         (spam-initialize): Take symbols when it's run, and install the
11378         extra headers that spam-necessary-extra-headers thinks we need.
11379
11380 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11381
11382         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11383         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11384
11385 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11386
11387         * gnus-sum.el (gnus-set-global-variables)
11388         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11389         (gnus-article-get-xrefs, gnus-summary-best-group)
11390         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11391         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11392         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11393         Use with-current-buffer.
11394
11395 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11396
11397         * spam.el (spam-summary-prepare-exit): Simplify logic.
11398         (spam-fetch-article-header): Read the article header if it's not
11399         available.
11400         (spam-list-articles): Simplify logic.
11401         (spam-filelist-register-routine): Fix bug with unregister-list.
11402
11403         * gnus-registry.el: Fix comments at beginning.
11404
11405 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11406
11407         * message.el (message-cater-to-broken-inn): Remove.
11408         (message-shorten-references): Make sure the total folded length of
11409         References is shorter than 998 characters to cater to a bug in INN
11410         2.3.  Also, don't pretend that references aren't folded -- this
11411         hasn't worked for a while.
11412
11413 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11414
11415         * gnus-agent.el (gnus-agentize):
11416         gnus-agent-send-mail-real-function no longer set to current value
11417         of message-send-mail-function but rather a lambda that calls
11418         message-send-mail-function.  The change makes the agent real-time
11419         responsive to user changes to message-send-mail-function.
11420
11421 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11422
11423         * legacy-gnus-agent.el
11424         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11425         help from Florian Weimer <fw@deneb.enyo.de>
11426
11427 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11428
11429         * nnmail.el (nnmail-cache-insert): Revert last change.
11430
11431 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * nnmail.el (nnmail-cache-insert): Always check whether
11434         nnmail-cache-ignore-groups matches a group name.
11435
11436 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11437
11438         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11439         (spam-find-spam, spam-log-processing-to-registry)
11440         (spam-log-registered-p, spam-log-unregistration-needed-p)
11441         (spam-log-undo-registration): Use gnus-message instead of
11442         gnus-error, none of these errors are fatal.
11443
11444         * gnus-registry.el (gnus-registry-clean-empty-function)
11445         (gnus-registry-clean-empty): Remove only empty entries without
11446         extra data.
11447
11448 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11449
11450         * spam-stat.el (spam-stat-buffer-change-to-spam)
11451         (spam-stat-buffer-change-to-non-spam): Change (error) to
11452         (gnus-message 8) invocation.
11453
11454 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * nntp.el (nntp-via-netcat-command): New variable.
11457         (nntp-via-netcat-switches): New variable.
11458         (nntp-open-via-rlogin-and-netcat): New function.
11459         (nntp-open-connection-function): Doc fix.
11460         (nntp-telnet-command): Doc fix.
11461         (nntp-end-of-line): Doc fix.
11462         (nntp-via-rlogin-command): Doc fix.
11463         (nntp-via-user-name): Doc fix.
11464         (nntp-via-address): Doc fix.
11465
11466 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11467
11468         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11469         error in Emacs 21.1.
11470
11471 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11472
11473         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11474
11475 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11476         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11477         (gnus-agent-with-refreshed-group): New macro.
11478         (gnus-agent-rename-group): New function.
11479         (gnus-agent-delete-group): New function.
11480         (gnus-agent-save-group-info): Use gnus-command-method when
11481         `method' parameter is nil.  Don't write nil entries into the
11482         active file.
11483         (gnus-agent-get-group-info): New function.
11484         (gnus-agent-fetch-articles): Use
11485         gnus-agent-update-files-total-fetched-for to increment disk space
11486         used.
11487         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11488         gnus-agent-update-view-total-fetched-for to increment disk space
11489         used.
11490         (gnus-agent-get-local): Added optional parameters to avoid calling
11491         gnus-group-real-name and gnus-find-method-for-group.
11492         (gnus-agent-set-local): Delete stored entry if either min, or max,
11493         are nil.
11494         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11495         quit, use gnus-agent-regenerate-group to record existance of any
11496         articles fetched to disk before the quit occurred.
11497         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11498         gnus-agent-update-view-total-fetched-for, and
11499         gnus-agent-update-files-total-fetched-for to decrement disk space
11500         used.
11501         (gnus-agent-retrieve-headers): Use
11502         gnus-agent-update-view-total-fetched-for to increment disk space
11503         used.
11504         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11505         with gnus-agent-update-files-total-fetched-for to decrement disk
11506         space and fresh group buffer.
11507         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11508         (gnus-agent-need-update-total-fetched-for): New variable.
11509         (gnus-agent-update-files-total-fetched-for): New function.
11510         (gnus-agent-update-view-total-fetched-for): New function.
11511         (gnus-agent-total-fetched-for): New function.
11512
11513         * gnus-cache.el (gnus-cache-save-buffers): Use
11514         gnus-cache-update-overview-total-fetched-for to change disk space
11515         used by this group.
11516         (gnus-cache-possibly-enter-article): Use
11517         gnus-cache-update-file-total-fetched-for to increment disk space
11518         used by this group.
11519         (gnus-cache-possibly-remove-article): Use
11520         gnus-cache-update-file-total-fetched-for to decrement disk space
11521         used by this group.
11522         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11523         (gnus-cache-rename-group): New function.
11524         (gnus-cache-delete-group): New function.
11525         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11526         (gnus-cache-need-update-total-fetched-for): New variable.
11527         (gnus-cache-with-refreshed-group): New macro.
11528         (gnus-cache-update-file-total-fetched-for): New function.
11529         (gnus-cache-update-overview-total-fetched-for): New function.
11530         (gnus-cache-rename-group-total-fetched-for): New function.
11531         (gnus-cache-delete-group-total-fetched-for): New function.
11532         (gnus-cache-total-fetched-for): New function.
11533
11534         * gnus-group.el: Require gnus-sum and autoload functions to
11535         resolve warnings when gnus-group.el compiled alone.
11536         (gnus-group-line-format): Documented new %F
11537         (size of Fetched data) group line format; identifies disk space
11538         used by agent and cache.
11539         (gnus-group-line-format-alist): Defined new F format.
11540         (gnus-total-fetched-for): New function.
11541         (gnus-group-delete-group): No longer update
11542         gnus-cache-active-altered as gnus-request-delete-group now keeps
11543         the cache in sync.
11544         (gnus-group-list-active): Let the agent store a server's active
11545         list if currently plugged.
11546
11547         * gnus-int.el (gnus-request-delete-group):
11548         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11549         local disk in sync with the server.
11550         (gnus-request-rename-group):
11551         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11552         local disk in sync with the server.
11553
11554         * gnus-start.el (gnus-get-unread-articles):
11555         Cosmetic simplification to logic.
11556
11557         * gnus-util.el (gnus-rename-file): New function.
11558
11559 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11560
11561         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11562
11563 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11564
11565         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11566         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11567
11568 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11569
11570         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11571         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11572
11573 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11574
11575         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11576
11577 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11578
11579         * spam.el (spam-set-difference): Add function to replace
11580         gnus-set-difference in spam.el.
11581         (spam-summary-prepare-exit): Use spam-set-difference.
11582
11583 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11584
11585         * gnus-registry.el (gnus-registry-cache-file): Update to use
11586         gnus-dribble-directory OR gnus-home-directory OR ~.
11587         (gnus-registry-split-fancy-with-parent): Fix doc.
11588
11589 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * message.el (message-exchange-point-and-mark): Use
11592         message-mark-active-p.  Suggested by Jesper Harder
11593         <harder@ifa.au.dk>.
11594
11595 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * message.el (message-exchange-point-and-mark): Don't activate
11598         region if it was inactive.  Suggested by Hiroshi Fujishima
11599         <pooh@nature.tsukuba.ac.jp>.
11600
11601 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11602
11603         * gnus-art.el (article-display-face): Display Faces in the same
11604         order as X-Faces.
11605
11606 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11609
11610 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11613         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11614         (gnus-article-mime-hierarchy): Remove.
11615         (gnus-article-mime-hierarchy-next): Remove.
11616         (gnus-article-mode): Revert 2004-03-19 change.
11617         (gnus-article-setup-buffer): Revert 2004-03-19 change.
11618         (gnus-insert-mime-button): Revert 2004-03-19 change.
11619         (gnus-mime-accumulate-hierarchy): Remove.
11620         (gnus-mime-enter-multipart): Remove.
11621         (gnus-mime-leave-multipart): Remove,
11622         (gnus-mime-display-part): Revert 2004-03-19 change.
11623         (gnus-mime-display-alternative): Revert 2004-03-19 change.
11624
11625         * mml.el (mml-preview): Revert 2004-03-19 change.
11626
11627 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
11628
11629         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11630
11631 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11632
11633         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11634         t while entering a file name using the mm-with-multibyte macro.
11635         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11636
11637         * mm-util.el (mm-with-multibyte): New macro.
11638
11639 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11642         user option.
11643         (gnus-mime-multipart-functions): Doc and customization fix.
11644         (gnus-article-mime-hierarchy): New variable.
11645         (gnus-article-mime-hierarchy-next): New variable.
11646         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11647         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11648         gnus-article-mime-hierarchy-next to nil.
11649         (gnus-insert-mime-button): Show hierarchy numbers.
11650         (gnus-mime-accumulate-hierarchy): New function.
11651         (gnus-mime-enter-multipart): New function.
11652         (gnus-mime-leave-multipart): New function.
11653         (gnus-mime-display-part): Recompute hierarchical MIME structure.
11654         (gnus-mime-display-alternative): Show hierarchy numbers.
11655
11656         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11657         gnus-article-mime-hierarchy-next to nil.
11658
11659 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
11660
11661         * dns.el: Don't require gnus-xmas.
11662
11663 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
11664
11665         * mml.el (mml-generate-mime-1): Don't use format=flowed with
11666         inline PGP.
11667         (mml-menu): Disable mml-quote-region if mark is inactive.
11668
11669 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11672         when the group's active is not available.
11673
11674 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11677         error.
11678
11679 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
11680
11681         * imap.el (imap-store-password): New variable.
11682         (imap-interactive-login): Use it.
11683         Suggested by Mark Plaksin <happy@mcplaksin.org>.
11684
11685 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * gnus-art.el (gnus-article-read-summary-keys): Restore new
11688         window-start and hscroll to summary window.
11689
11690 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11691
11692         * gnus-start.el (gnus-convert-old-newsrc): Only write the
11693         conversion message to newsrc-dribble when an actual conversion is
11694         performed.
11695
11696 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
11697
11698         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11699
11700 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * mm-decode.el (mm-complicated-handles): New function reviving
11703         former definition of mm-multiple-handles.
11704
11705         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11706         (gnus-mime-delete-part): Use it.
11707
11708 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11709
11710         * gnus-agent.el (gnus-agent-read-local): Bind
11711         nnheader-file-coding-system to gnus-agent-file-coding-system to
11712         avoid the implicit assumption that they will always be equal.
11713         (gnus-agent-save-local): Bind buffer-file-coding-system, not
11714         coding-system-for-write, as the with-temp-file macro first prints
11715         to a buffer then saves the buffer.
11716
11717 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * gnus-art.el (gnus-article-edit-part): New function.
11720         (gnus-mime-save-part-and-strip): Use it; do query instead of
11721         signaling an error; don't use mm-multiple-handles.
11722         (gnus-mime-delete-part): Ditto.
11723
11724 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11725
11726         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11727         old file versions.
11728         (gnus-group-prepare-hook): Removed function that converted list
11729         form of gnus-agent-expire-days to group properties.
11730
11731         * gnus-int.el: Autoload gnus-agent-regenerate-group.
11732         (gnus-request-accept-article): Re-indented.
11733
11734         * gnus-start.el (gnus-convert-old-newsrc): Registered new
11735         converters to handle old agent file formats.  Added logic for a
11736         "backup before upgrading warning".
11737         (gnus-convert-mark-converter-prompt): Developers can mark
11738         functions as needing (default), or not needing,
11739         gnus-convert-old-newsrc's "backup before upgrading warning".
11740         (gnus-convert-converter-needs-prompt): Tests whether the user
11741         should be protected from potentially irreversable changes by the
11742         function.
11743
11744         * legacy-gnus-agent.el: New.  Provides converters that are only
11745         loaded when gnus-convert-old-newsrc needs to call them.
11746
11747 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * mail-source.el (mail-source-touch-pop): Doc fix.
11750
11751         * message.el (message-smtpmail-send-it): Doc fix.
11752
11753 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
11754
11755         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11756
11757         * nnmail.el (nnmail-split-fancy): do.
11758
11759         * gnus-kill.el (gnus-kill, gnus-execute): do.
11760
11761 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11762
11763         * gnus-sum.el (gnus-widget-reversible-match)
11764         (gnus-widget-reversible-to-internal)
11765         (gnus-widget-reversible-to-external): New functions.
11766         (gnus-widget-reversible): New widget.
11767         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11768
11769 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
11770
11771         * gnus-sum.el (gnus-thread-sort-functions)
11772         (gnus-article-sort-functions): Document `(not F)' items.
11773
11774 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11775
11776         * spam.el (spam-use-gmane-xref): Add new backend.
11777         (spam-gmane-xref-spam-group): Add variable to control the name of the
11778         Gmane spam group.
11779         (spam-blackhole-servers, spam-blackhole-good-server-regex)
11780         (spam-regex-headers-spam, spam-regex-headers-ham)
11781         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11782         (spam-list-of-checks): Add spam-use-gmane-xref to list of
11783         backends and checks.
11784         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11785
11786         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11787         an autodetect method.
11788
11789 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11790
11791         * gnus-int.el (gnus-request-accept-article): Inform the agent that
11792         articles are being added to a group.
11793         (gnus-request-replace-article): Inform the agent that articles
11794         need to be uncached as the cached contents are no longer valid.
11795
11796 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * binhex.el: Don't autoload executable-find.
11799
11800         * canlock.el: Don't autoload mail-fetch-field.
11801
11802         * dgnushack.el: Autoload c-mode for XEmacs.
11803
11804         * gnus-ems.el: Don't autoload appt-select-lowest-window.
11805
11806         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11807         rmail-dont-reply-to and rmail-output.
11808
11809         * gnus-score.el: Don't autoload ffap-string-at-point.
11810
11811         * gnus-setup.el: Don't autoload sc-cite-original.
11812
11813         * imap.el: Don't autoload base64-decode-string,
11814         base64-encode-string and md5.
11815
11816         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11817         and rmail-msg-restore-non-pruned-header.
11818
11819         * mm-decode.el: Don't autoload executable-find.
11820
11821         * mm-url.el: Don't autoload executable-find.
11822
11823         * mm-view.el: Don't autoload diff-mode.
11824
11825         * nndb.el: Don't autoload news-reply-mode, news-setup,
11826         cancel-timer and telnet.
11827
11828         * password.el: Don't autoload run-at-time for Emacs.
11829
11830         * sha1-el.el: Don't autoload executable-find.
11831
11832         * sieve-mode.el: Don't autoload c-mode.
11833
11834         * uudecode.el: Don't autoload executable-find.
11835
11836 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11837
11838         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11839         (gnus-agent-possibly-alter-active): Avoid null in numeric
11840         comparison.
11841         (gnus-agent-set-local): Refuse to save null in local object table.
11842         (gnus-agent-regenerate-group): The REREAD parameter can now be a
11843         list of articles that will be marked as unread.
11844
11845 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11846
11847         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11848
11849 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
11850
11851         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11852         language tags.
11853
11854 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11855
11856         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11857         Don't bind "obarray".
11858
11859         * gnus-sum.el (gnus-thread-sort-functions): Added
11860         `gnus-thread-sort-by-most-recent-number' and
11861         `gnus-thread-sort-by-most-recent-date'.
11862         Reported by Kai Grossjohann <kai@emptydomain.de>.
11863
11864 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11867
11868 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11869
11870         * gnus-cus.el (gnus-agent-customize-category): Removed
11871         ignore-errors macro reference that required cl to be loaded at
11872         run-time.
11873
11874         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11875         single-interval range of the form (min . max).  Previously the
11876         range had to look like ((min . max)).  Likewise, return
11877         (min . max) rather than ((min . max)).
11878         (gnus-range-map): Use gnus-range-normalize to accept
11879         single-interval range.
11880
11881         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11882         the cache, but not the agent, now appear with their usual face.
11883
11884         * dgnushack.el (loaddir): New variable that is bound to the
11885         directory containing the dgnushack.el file. Use loaddir, rather
11886         than srcdir, to update load-path. Change lets dgnushack compile
11887         code in directories other than GNUS/lisp.
11888
11889 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * lpath.el: Don't bind w3m-safe-url-regexp.
11892
11893         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11894         w3m-safe-url-regexp variable buffer-local.
11895
11896         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11897
11898 2004-02-27  Simon Josefsson  <jas@extundo.com>
11899
11900         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11901         gnus-group-real-prefix.
11902         (gnus-summary-move-article): Use it, instead of
11903         gnus-group-real-prefix.
11904
11905 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * lpath.el: Bind w3m-safe-url-regexp.
11908
11909         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11910         w3m-safe-url-regexp variable buffer-local and set it as the value
11911         of mm-w3m-safe-url-regexp.
11912
11913         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11914
11915         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11916         parsing gnus-posting-styles when the message is not for replying.
11917
11918         * dgnushack.el: Autoload sgml-mode for XEmacs.
11919
11920         * nnrss.el (nnrss-opml-export): Use
11921         mm-set-buffer-file-coding-system instead of
11922         set-buffer-file-coding-system.
11923
11924 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
11925
11926         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11927         of checkdoc.el).
11928         * nnrss.el: do.
11929         * gnus-mlspl.el: do.
11930         * gnus-ml.el: do.
11931         * gnus-srvr.el: do.
11932
11933         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11934
11935 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11936
11937         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11938         Corrections to custom-manual links.
11939
11940         * gnus-art.el (gnus-article): Ditto.
11941
11942         * mm-decode.el (mime-display, mime-security): Ditto.
11943
11944 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
11945
11946         * flow-fill.el: Typo.
11947
11948 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
11949
11950         * spam-wash.el: New file.
11951
11952 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
11953
11954         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11955
11956 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11957
11958         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11959         to be run with new-articles as LIST1, not LIST2.
11960         (spam-registration-functions): Add spam-use-ham-copy as a nil
11961         registration backend.
11962
11963 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
11964
11965         * spam-stat.el (spam-stat-washing-hook): New option.
11966         (spam-stat-buffer-words): Use it.
11967         (spam-stat-process-directory, spam-stat-test-directory): Use
11968         insert-file-contents-literally.
11969         (spam-stat-coding-system): New variable.
11970         (spam-stat-load, spam-stat-save): Use it.
11971
11972 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * spam-report.el (spam-report-plug-agent): Quote
11975         spam-report-url-to-file and spam-report-url-ping-plain.
11976
11977 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
11978
11979         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11980         / in mailto URLs.
11981
11982 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11983
11984         * spam-report.el (spam-report-process-queue): Fix interactive use.
11985         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11986         (spam-report-unplug-agent): Doc fixes.
11987         (spam-report-url-ping-mm-url, spam-report-url-to-file)
11988         (spam-report-agentize, spam-report-deagentize): Autoload
11989
11990 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11991
11992         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
11993
11994         * message.el (message-setup-fill-variables): Add mml tags to
11995         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
11996         <ajk@iu.edu>.
11997         (message-mode): Don't modify paragraph-separate there.
11998
11999 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * compface.el (uncompface-use-external): Default to undecided.
12002         (uncompface-use-external-threshold): New variable.
12003         (uncompface-float-time): New macro.
12004         (uncompface): Determine whether to use the external decoder if
12005         uncompface-use-external is undecided.
12006
12007 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12008
12009         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12010         after images.
12011
12012         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12013
12014 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12015
12016         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12017
12018         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12019
12020         * gnus-sum.el (gnus-summary-limit-to-age)
12021         (gnus-summary-limit-children): do.
12022
12023         * gnus-int.el (gnus-request-scan): do.
12024
12025         * gnus-group.el (gnus-group-suspend): do.
12026
12027         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12028
12029         * gnus-cite.el (gnus-cite-parse-attributions): do.
12030
12031         * gnus-agent.el (gnus-summary-set-agent-mark)
12032         (gnus-agent-regenerate-group): do.
12033
12034         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12035
12036         * binhex.el (binhex-decode-region-internal): do.
12037
12038 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * gnus-fun.el (gnus-face-properties-alist): New user option.
12041         (gnus-display-x-face-in-from): Use it.
12042
12043         * gnus-art.el (article-display-face): Ditto.
12044
12045         * compface.el (uncompface-use-external): Default to nil.
12046
12047 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12048
12049         * nntp.el (nntp-erase-buffer): New function.
12050         (nntp-retrieve-data, nntp-send-command)
12051         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12052         (nntp-possibly-change-group): Use it.
12053
12054         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12055         with-current-buffer.
12056
12057 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12058
12059         * compface.el: Merge the ELisp-based uncompface program.
12060         (compface): New customization group.
12061         (uncompface-use-external): New user option.
12062         (uncompface): Call uncompface-internal if uncompface-use-external
12063         is nil.
12064         (uncompface-internal): New function.  Note that there are also
12065         some other functions and variables added for this function.
12066
12067 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12068
12069         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12070         if necessary.
12071
12072 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12073
12074         * spam-report.el (spam-report-unplug-agent)
12075         (spam-report-plug-agent, spam-report-deagentize)
12076         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12077         Add support for the Agent in spam-report: when unplugged, report to a
12078         file; when plugged, submit all the requests.
12079
12080         * spam.el (spam-register-routine): Fix message about
12081         registration.
12082
12083 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12084
12085         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12086         dependencies.
12087         (rfc2047-encode): Use it.
12088
12089         * gnus-art.el (gnus-button-marker-list): Move before first
12090         reference.
12091
12092         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12093         (imap-parse-body): Fix format string mismatch.
12094
12095         * gnus-score.el (gnus-summary-increase-score): do.
12096
12097         * nnrss.el (nnrss-close): New function.
12098
12099 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12100
12101         * nnrss.el (nnrss-make-filename): New function.
12102         (nnrss-request-delete-group, nnrss-read-server-data)
12103         (nnrss-save-server-data, nnrss-read-group-data)
12104         (nnrss-save-group-data): Use it.
12105         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12106         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12107         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12108
12109 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12110
12111         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12112
12113 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12114
12115         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12116         files.
12117
12118         * message.el (message-generate-headers-first): Don't quote nil
12119         and t in docstrings.
12120
12121         * imap.el (imap-id): do.
12122
12123         * gnus-agent.el (gnus-agent-consider-all-articles)
12124         (gnus-agent-queue-mail): do.
12125
12126 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12127
12128         * spam-report.el (spam-report-process-queue): New function.
12129         Process requests from `spam-report-requests-file'.
12130         (spam-report-process-queue): Doc fix.
12131
12132 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12133
12134         * spam.el (spam-register-routine)
12135         (spam-log-processing-to-registry, spam-log-registered-p)
12136         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12137         Change "check" to "spam-check" for semi-clarity.
12138
12139 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12140
12141         * pop3.el: Require nnheader.
12142
12143         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12144
12145         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12146
12147         * gnus-picon.el: Require cl.
12148
12149         * gnus-fun.el: Require gnus-ems and gnus-util.
12150
12151         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12152
12153         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12154
12155         * gnus-art.el (gnus-article-edit-mode): Define before first
12156         reference.
12157
12158 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12159
12160         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12161         (gnus-uu-post-encoded): Use point-at-bol.
12162
12163         * gnus-topic.el (gnus-group-active-topic-p): do.
12164
12165         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12166
12167         * gnus-group.el (gnus-group-kill-region): do.
12168
12169         * gnus-art.el (article-date-ut): do.
12170
12171         * message.el (message-fetch-field): Remove redundant
12172         case-fold-search binding.
12173         (message-narrow-to-field): Simplify.
12174
12175 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12176
12177         * spam.el (spam-directory): Derive from `gnus-directory'.
12178
12179         * spam-report.el (spam-report-url-to-file)
12180         (spam-report-requests-file): New function and variable for offline
12181         reporting.
12182         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12183         and user defined function.
12184         (spam-report-url-ping-mm-url): Remove doubled slash.
12185
12186 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12187
12188         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12189
12190 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12191
12192         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12193         format string mismatch.
12194
12195         * sieve.el (sieve-deactivate-all): do.
12196
12197         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12198
12199         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12200
12201         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12202
12203         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12204
12205 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12206
12207         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12208         the list of checks.
12209
12210 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12211
12212         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12213         padding.
12214
12215 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12216
12217         * mm-view.el (mm-fill-flowed): New variable.
12218         (mm-inline-text): Use it.
12219
12220 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12221
12222         * spam.el (spam-spamassassin-register-ham-routine)
12223         (spam-spamassassin-register-spam-routine): Fix function names.
12224
12225 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12226
12227         * gnus.el (gnus-tmp-grouplens): Remove.
12228         (gnus-summary-line-format): Remove grouplens.
12229
12230         * gnus-group.el (gnus-group-line-format): Ditto.
12231
12232         * gnus-spec.el (gnus-format-specs): Ditto.
12233         (gnus-update-format-specifications): Flush the group format spec
12234         cache if there's the grouplens stuff.
12235         (gnus-parse-simple-format): Replace %l with the empty string.
12236
12237 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12238
12239         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12240         omission.
12241
12242 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12245         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12246
12247 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12248
12249         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
12250         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12251         New macros and functions.
12252         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12253         Handle > NLINK_MAX messages.
12254         * nnmaildir.el (nnmaildir-request-set-mark): Use
12255         nnmaildir--emlink-p and nnmaildir--eexist-p.
12256
12257 2004-01-25  Alex Schroeder  <alex@gnu.org>
12258
12259         * spam-stat.el (spam-stat-process-directory-age): New option.
12260         (spam-stat-process-directory): Use it.
12261
12262 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12263
12264         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12265         (spam-stat-save): Accept prefix argument.
12266
12267 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12268
12269         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12270         links" error.
12271
12272 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12275         the rest of the and/or forms.
12276
12277 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12278
12279         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12280         compatibility with old .newsrc.eld files.
12281
12282         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12283
12284         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12285
12286         * gnus-start.el (gnus-1): do.
12287
12288         * gnus-group.el (gnus-group-line-format-alist): do.
12289
12290         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12291
12292         * gnus-gl.el: Remove.
12293
12294 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12295
12296         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12297         marks consisting of a single range {for example, (3 . 5)} rather
12298         than a list of a single range { ((3 . 5)) }.
12299
12300 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12301
12302         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12303         with-current-buffer.
12304         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12305         avoid consing a string.
12306
12307         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12308         Remove obsolete entries for big5 and gb2312.
12309
12310 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12311
12312         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12313         uncompressed list.
12314
12315 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12316
12317         * spam-stat.el (spam-stat-strip-xref): New function.
12318         (spam-stat-process-directory): Use it.
12319
12320         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12321         here -- it's done in message-fetch-field.
12322
12323 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12324
12325         * gnus-agent.el (gnus-agent-queue-mail,
12326         gnus-agent-prompt-send-queue): New variables.
12327         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12328         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12329         "nndraft:queue" along to gnus-draft-send.  Use
12330         gnus-agent-prompt-send-queue.
12331         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12332         is "nndraft:queue".  Suggested by Gaute Strokkenes
12333         <gs234@srcf.ucam.org>
12334
12335         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12336         (agent-enable-undownloaded-faces): Added
12337         (gnus-agent-cat-groups): Use eval-and-compile, not
12338         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12339         method of gnus-agent-cat-groups even when the buffer has been
12340         evaled.
12341         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12342         delete gnus-agent-save-active-1.
12343         (gnus-agent-save-groups): Deleted.  Identical to
12344         gnus-agent-save-active.
12345         (gnus-agent-write-active): No longer adjust agent's copy of active
12346         file as agent's adjustments are now stored in their own
12347         file.  Removed optional parameter.
12348         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12349         servers.  Add use of min/max range limits from server's local
12350         file.
12351         (gnus-agent-save-alist): Removed unused optional argument.
12352         (gnus-agent-load-local, gnus-agent-read-and-cache-local),
12353         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local),
12354         (gnus-agent-set-local): A per-server file that keeps min/max range
12355         limits for articles known to the agent.  Provides a fast mechanism
12356         for altering many active ranges.
12357         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12358         active file (local makes it unnecessary).
12359         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12360
12361         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12362         (agent-enable-undownloaded-faces): Added
12363
12364         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12365         disable it when sending to "nndraft:queue".
12366         (gnus-group-send-queue): Add safety check to avoid sending queue
12367         when unplugged.
12368
12369         * gnus-group.el (gnus-group-catchup): Use new
12370         gnus-sequence-of-unread-articles, not
12371         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12372         numbers of articles.  Use gnus-range-map to avoid having to
12373         uncompress the unread list.
12374         (gnus-group-archive-directory,
12375         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
12376         reference.
12377
12378         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12379         (gnus-sorted-range-intersection): Intersection of two ranges
12380         without requiring that they first be uncompressed.
12381
12382         * gnus-start.el (gnus-activate-group): Unless blocked by the
12383         caller, possibly expand the active range to include both cached
12384         and agentized articles.
12385         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12386         multiple version-dependent converters.
12387         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12388         gnus-agent-save-active.
12389         (gnus-save-newsrc-file): Save dirty agent range limits.
12390
12391         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12392         gnus-agent-possibly-alter-active.
12393         (gnus-adjust-marked-articles): Faster handling of simple lists
12394
12395 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12396
12397         * spam-stat.el (spam-stat-test-directory): New optional argument
12398         displays a list of files detected.  Suggested by Andrew Cohen
12399         <cohen@andy.bu.edu>.
12400         (spam-stat-buffer-words-with-scores): Don't narrow and change
12401         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12402
12403 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12404
12405         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12406         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12407         (spam-spamassassin-arguments)
12408         (spam-spamassassin-spam-flag-header)
12409         (spam-spamassassin-positive-spam-flag-header)
12410         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12411         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12412         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12413         (spam-list-of-processors, spam-list-of-checks)
12414         (spam-list-of-statistical-checks, spam-registration-functions)
12415         (spam-check-spamassassin-headers, spam-check-spamassassin)
12416         (spam-spamassassin-score)
12417         (spam-spamassassin-register-with-sa-learn)
12418         (spam-spamassassin-register-spam-routine)
12419         (spam-spamassassin-register-ham-routine)
12420         (spam-assassin-register-spam-routine)
12421         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12422         (spam-bogofilter-score): Fix to show article before scoring.
12423
12424 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12425
12426         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12427         default scoring function.
12428         (spam-generic-score): Call spam-spamassassin-score if
12429         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12430         spam-bogofilter-score otherwise.
12431
12432         * gnus.el (spam-process, spam-autodetect-methods): Add
12433         spamassassin and spamassassin-headers.
12434
12435 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12436
12437         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12438         Suppress unnecessary messages.
12439
12440 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12441
12442         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12443         make-hash-table.
12444
12445 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12446
12447         * canlock.el (base64-encode-string): Don't autoload it.
12448
12449 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * run-at-time.el: Remove useless (require 'itimer),
12452         eval-and-compile and (featurep 'xemacs).
12453
12454 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12455
12456         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12457         GROUP is a virtual group.
12458
12459 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12460
12461         * gnus.el: Autoload `message-y-or-n-p'.
12462
12463 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12464
12465         * pgg-parse.el: Remove unnecessary (require 'custom).
12466
12467         * pgg-def.el: do.
12468
12469         * nnmail.el: do.
12470
12471         * gnus-undo.el: do.
12472
12473         * gnus-picon.el: do.
12474
12475         * gnus-util.el: do.
12476
12477 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12478
12479         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12480
12481 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12484         handle, as well as a list.
12485
12486         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12487         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12488         (mm-w3m-cid-retrieve): Simplify.
12489
12490 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12491
12492         * message.el (message-kill-to-signature): Allow prefix arg to
12493         specify number of lines to keep before signature.
12494
12495 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12496
12497         (message-kill-to-signature): Change docstring.
12498
12499 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12500
12501         * canlock.el: Always require sha1-el.
12502         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12503
12504         * message.el: Autoload sha1 only when compiling.
12505
12506         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
12507         eudc-expand-inline for XEmacs.
12508
12509 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * message.el (message-canlock-generate): Require sha1-el.
12512
12513 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12514
12515         * message.el (message-expand-name): Silence the byte compiler.
12516
12517         * lpath.el: Add detect-coding-system.
12518
12519         * dgnushack.el (dgnushack-compile): Remove obsolete check for
12520         cus-edit.
12521
12522 2004-01-13  Simon Josefsson  <jas@extundo.com>
12523
12524         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12525         Invoke gnus-score-mode.  Reported by
12526         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12527
12528         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12529         Jim Blandy <jimb@redhat.com> (tiny change).
12530
12531 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12532
12533         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12534
12535 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12536
12537         * spam.el (spam-get-article-as-string): Update to use
12538         gnus-request-article-this-buffer, much simpler.
12539         (spam-get-article-as-buffer): Remove.
12540
12541 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12542
12543         * message.el (message-expand-name): Use EUDC if the user uses that.
12544
12545 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12546
12547         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12548         character for the encoding to avoid consing a string.
12549
12550         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12551         unnecessarily.
12552
12553         * mm-util.el (mm-replace-chars-in-string): Remove.
12554
12555         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12556         of mm-replace-chars-in-string.
12557
12558 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12559
12560         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12561
12562         * mm-util.el (mm-subst-char-in-string): Support inplace.
12563
12564         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12565         a new string in every iteration.  Use shy groups.
12566
12567 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12568
12569         * gnus-srvr.el (gnus-browse-unsubscribe-group):
12570         * gnus-soup.el (gnus-soup-group-brew):
12571         * gnus-msg.el (gnus-put-message):
12572         * gnus-move.el (gnus-group-move-group-to-server):
12573         * gnus-kill.el (gnus-batch-score):
12574         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12575         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12576         (gnus-group-update-group, gnus-group-read-group)
12577         (gnus-group-make-group, gnus-group-make-help-group)
12578         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12579         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12580         (gnus-group-sort-by-unread, gnus-group-catchup)
12581         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12582         (gnus-group-yank-group, gnus-group-set-info)
12583         (gnus-group-list-groups):
12584         * gnus.el (gnus-generate-new-group-name):
12585         * gnus-delay.el (gnus-delay-send-queue):
12586         * nnvirtual.el (nnvirtual-catchup-group):
12587         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12588         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12589         (gnus-group-prepare-topics, gnus-topic-check-topology):
12590         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12591         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12592         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12593         (gnus-group-make-articles-read):
12594         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12595         (gnus-group-change-level, gnus-kill-newsgroup)
12596         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12597         (gnus-get-unread-articles, gnus-make-articles-unread)
12598         (gnus-make-ascending-articles-unread): Use accessor
12599         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12600         to get group information for improved readability.
12601
12602
12603 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12604
12605         * gnus-art.el (article-decode-mime-words, article-babel)
12606         (gnus-article-highlight-signature, gnus-article-add-buttons)
12607         (gnus-signature-toggle): Use gnus-with-article-buffer.
12608
12609         * gnus-art.el (gnus-article-highlight-headers)
12610         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12611
12612         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12613         (gnus-article-set-globals, gnus-request-article-this-buffer)
12614         (gnus-button-message-id, gnus-article-maybe-hide-headers)
12615         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12616         (gnus-mime-display-alternative): Use with-current-buffer.
12617
12618 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12619
12620         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12621         also under 80 char limit, and call gnus-error if needed.
12622         (spam-fetch-article-header): Fix - it was a
12623         buffer-local variable (gnus-newsgroup-data).
12624         (spam-find-spam): Use spam-generate-fake-headers, forget about
12625         spam-insert-fake-headers.
12626         (spam-insert-fake-headers): Remove.
12627
12628 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12629
12630         * deuglify.el (gnus-article-outlook-unwrap-lines)
12631         (gnus-outlook-rearrange-article)
12632         (gnus-outlook-repair-attribution-outlook)
12633         (gnus-outlook-repair-attribution-block)
12634         (gnus-outlook-repair-attribution-other): Remove redundant
12635         save-excursion.
12636
12637 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12638
12639         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12640         (spam-fetch-field-subject-fast)
12641         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12642         (spam-fetch-article-header): Add functions to deal with Gnus
12643         internals for fast retrieval of article header data.
12644         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12645
12646 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12647
12648         * pop3.el (pop3-md5): Remove.
12649         (pop3-apop): Replace pop3-md5 with md5.
12650
12651         * mm-bodies.el: base64 is always built-in.
12652
12653         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12654         with-current-buffer.
12655
12656 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12657
12658         * canlock.el (canlock-insert-header): Remove excessive grouping in
12659         regexp.
12660
12661         * gnus-sum.el (gnus-summary-read-document): Ditto.
12662
12663         * gnus-uu.el (gnus-uu-part-number): Ditto.
12664
12665         * html2text.el (html2text-remove-tags): Ditto.
12666         (html2text-format-tags): Ditto.
12667         (html2text-format-single-elements): Ditto.
12668
12669         * mml.el (mml-parse-1): Ditto.
12670
12671 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12672
12673         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12674
12675         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12676
12677         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12678
12679         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12680
12681 2003-11-15  Simon Josefsson  <jas@extundo.com>
12682
12683         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12684         (pgg-gpg-lookup-key): Use regexp match instead of
12685         split-string (split-string is different between emacs 21.2 and
12686         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
12687
12688 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12689
12690         * gnus-art.el (gnus-mime-view-all-parts)
12691         (gnus-article-part-wrapper, gnus-article-view-part): Use
12692         with-current-buffer.
12693
12694 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12695
12696         * spam.el (spam-disable-spam-split-during-ham-respool)
12697         (spam-spamoracle-database, spam-cache-lookups)
12698         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12699         (spam-group-ham-mark-p, spam-group-spam-mark-p)
12700         (spam-group-ham-marks, spam-group-spam-marks)
12701         (spam-group-spam-contents-p, spam-group-ham-contents-p)
12702         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12703         also add spam-use-blackholes to the statistical checks.
12704         (spam-fetch-field-fast): Add interface to fetching fields, may
12705         become a macro.
12706         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12707         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12708         (spam-insert-fake-headers): Fake an article when needed.
12709         (spam-find-spam): Fake article when possible.
12710         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12711         (spam-check-bogofilter-headers): Use message-fetch-field instead
12712         of nnmail-fetch-field.
12713
12714 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12715
12716         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12717
12718 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12719
12720         * spam.el (spam-split): Do not require spam-use-CHECK to be
12721         enabled if that check is passed to spam-split explicitly; also
12722         fix so 'spam doesn't get converted to spam-split-group when
12723         spam-split-symbolic-return is t.
12724         (spam-find-spam): Find registrations of the article and use those
12725         instead of re-running spam-split to find the spam/ham
12726         classification of the article.
12727         (spam-log-processing-to-registry, spam-log-registered-p)
12728         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12729         Use gnus-error instead of gnus-message.
12730         (spam-log-registration-type): Add function to determine the
12731         classification of a message based on registry entries; will
12732         return nil if both 'spam and 'ham are found.
12733         (spam-check-BBDB): Expand all the BBDB macros here so we can have
12734         a reasonably fast local cache without the loading errors.
12735         (spam-cache-lookups): Set to t by default.
12736         (spam-find-spam): Don't try to guess spam-cache-lookups.
12737         (spam-enter-whitelist, spam-enter-blacklist): Clear the
12738         spam-caches entry.
12739         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12740         caching of whitelist/blacklist entries.
12741         (spam-check-whitelist, spam-check-blacklist): Invoke
12742         spam-from-listed-p with a type, not a cache variable.
12743         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12744
12745 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12746
12747         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12748
12749         * nnmail.el (nnmail-split-fancy): do.
12750
12751         * mml.el (mml-parse): do.
12752
12753         * gnus-score.el (gnus-enter-score-words-into-hashtb)
12754         (gnus-score-adaptive): do.
12755
12756 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12757
12758         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12759         (gnus-mime-button-map): Don't set keymap parent.
12760         (gnus-button-ctan-directory-regexp): Use shy grouping.
12761         (gnus-prev-page-map): Don't set keymap parent.
12762         (gnus-prev-page-map): Remove duplicated one.
12763         (gnus-next-page-map): Don't set keymap parent.
12764         (gnus-mime-security-button-map): Ditto.
12765
12766         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12767         version number.
12768
12769         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12770
12771 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12772
12773         * canlock.el (canlock-sha1-function): Remove.
12774         (canlock-sha1-function-for-verify): Remove.
12775         (canlock-openssl-program): Remove.
12776         (canlock-openssl-args): Remove.
12777         (canlock-ignore-errors): Remove.
12778         (canlock-sha1-with-openssl): Remove.
12779         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12780         (canlock-verify): Don't use canlock-ignore-errors.
12781
12782         * sha1-el.el (sha1-string-external): Make it can return a string
12783         in binary form.
12784         (sha1-region-external): Ditto.
12785         (sha1-string-internal): Ditto.
12786         (sha1-region-internal): Ditto.
12787         (sha1-region): Ditto.
12788         (sha1-string): Ditto.
12789         (sha1): Ditto.
12790
12791 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12792
12793         * spam.el (spam-report-articles-gmane): New command.
12794
12795 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * gnus.el: Don't make unnecessary *Group* buffer when loading.
12798
12799         * run-at-time.el (run-at-time-saved): Remove.
12800         (run-at-time): Doc fix.
12801
12802 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12803
12804         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12805         (gnus-summary-limit-map): Add it.
12806         (gnus-summary-make-menu-bar): do.
12807
12808 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
12809
12810         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12811         Make attempt at some caching support (done for BBDB only now).
12812         (spam-find-spam): Set spam-cache-lookups if there are more than 2
12813         addresses to be checked.
12814         (spam-clear-cache-BBDB): Add function, to be invoked by
12815         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12816         (spam-check-BBDB): Check and use the caches, if
12817         spam-cache-lookups is on, remove superfluous (provide).
12818
12819 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12822
12823 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
12824
12825         * run-at-time.el (run-at-time-saved): Move to after the definition
12826         of `run-at-time'.
12827
12828         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
12829
12830 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12833         mm-w3m-local-map-property.
12834
12835         * mm-view.el (mm-w3m-mode-map): Remove.
12836         (mm-w3m-local-map-property): Remove.
12837         (mm-inline-text-html-render-with-w3m): Don't use
12838         mm-w3m-local-map-property.
12839
12840 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12841
12842         * run-at-time.el: New file.
12843
12844         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
12845         under Emacs.
12846
12847         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12848         of gnus-set-text-properties.
12849
12850         * gnus-uu.el (gnus-uu-save-article): Ditto.
12851
12852         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12853
12854         * gnus-cite.el (gnus-cite-parse): Ditto.
12855
12856         * gnus-art.el (gnus-button-push): Use set-text-properties instead
12857         of gnus-.
12858
12859         * gnus-xmas.el (run-at-time): Require run-at-time.
12860
12861         * gnus.el: Changed calls to nnheader-run-at-time and
12862         password-run-at-time throughout to use run-at-time directly.
12863
12864         * password.el: Removed definition of run-at-time.
12865
12866         * nnheaderxm.el: Remove definition of run-at-time.
12867
12868 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
12869
12870         * mml.el (mml-minibuffer-read-disposition): Show attachment type
12871         in prompt.
12872
12873 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12874
12875         * messagexmas.el (message-xmas-redefine): Alias
12876         `message-make-caesar-translation-table' to
12877         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
12878         version.
12879
12880         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
12881         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
12882         `gnus-xmas-set-text-properties'.
12883         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
12884         `gnus-xmas-completing-read'.
12885         (gnus-xmas-completing-read): Removed.
12886         (gnus-xmas-open-network-stream): Removed.
12887
12888         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12889         XEmacs version.
12890
12891         * dns.el (dns-make-network-process): Use `open-network-stream'
12892         instead of `gnus-xmas-open-network-stream'.
12893
12894         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
12895
12896         * .cvsignore: Add auto-autoloads.el, custom-load.el.
12897
12898 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12899
12900         * gnus-art.el (gnus-mime-display-alternative)
12901         (gnus-insert-mime-button, gnus-insert-mime-security-button)
12902         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12903         Don't use gnus-local-map-property.
12904
12905         * gnus-util.el (gnus-local-map-property): Remove.
12906
12907         * mm-view.el (mm-view-pkcs7-decrypt): Replace
12908         gnus-completing-read-maybe-default with completing-read.
12909
12910         * gnus-util.el (gnus-completing-read): do.
12911         (gnus-completing-read-maybe-default): Remove.
12912
12913 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12914
12915         * password.el: Only autoload `run-at-time' if not XEmacs.
12916         Only autoload the itimer functions if XEmacs.
12917
12918 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12919
12920         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
12921         XEmacsen.
12922
12923         * dgnushack.el: Autoload executable-find for XEmacs.
12924
12925 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12926
12927         * gnus-art.el (gnus-read-string): Remove.
12928         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12929         read-string.
12930
12931 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
12932
12933         * netrc.el: Autoload password-read.
12934         (netrc): Add configuration group.
12935         (netrc-encoding-method, netrc-openssl-path): Add
12936         variables for encoding and decoding of files with symmetric
12937         ciphers.
12938         (netrc-encode): Add assistant function to encode a file with
12939         netrc-encoding-method.
12940         (netrc-parse): Add interactive parameter, added optional
12941         decoding if netrc-encoding-method is non-nil but otherwise
12942         behavior is standard.
12943         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12944         Do s/encode/encrypt/ everywhere.
12945
12946         * spam.el: Remove executable-find autoload.
12947
12948 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
12949
12950         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12951
12952         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12953
12954 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12955
12956         * gnus-art.el (gnus-treat-ansi-sequences,
12957         article-treat-ansi-sequences): New variable and function.
12958         Suggested by Dan Jacobson <jidanni@jidanni.org>.
12959
12960         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12961         Use it.
12962
12963 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
12964
12965         * mm-util.el (mm-quote-arg): Remove.
12966
12967         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12968         shell-quote-argument.
12969
12970         * gnus-uu.el (gnus-uu-command): do.
12971
12972         * gnus-sum.el (gnus-summary-insert-pseudos): do.
12973
12974         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12975         with make-char.
12976
12977         * mm-util.el (mm-make-char): Remove.
12978
12979         * mml.el (mml-mode): Replace gnus-add-minor-mode with
12980         add-minor-mode.
12981
12982         * gnus-undo.el (gnus-undo-mode): do.
12983
12984         * gnus-topic.el (gnus-topic-mode): do.
12985
12986         * gnus-sum.el (gnus-dead-summary-mode): do.
12987
12988         * gnus-start.el (gnus-slave-mode): do.
12989
12990         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12991
12992         * gnus-ml.el (gnus-mailing-list-mode): do.
12993
12994         * gnus-gl.el (gnus-grouplens-mode): do.
12995
12996         * gnus-draft.el (gnus-draft-mode): do.
12997
12998         * gnus-dired.el (gnus-dired-mode): do.
12999
13000         * gnus-ems.el (gnus-add-minor-mode): Remove.
13001
13002         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13003         Replace gnus-char-width with char-width.
13004
13005         * gnus-ems.el (gnus-char-width): Remove.
13006
13007         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13008         Replace gnus-char-width with char-width.
13009
13010         * gnus-ems.el (gnus-char-width): Remove.
13011
13012         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13013         definition.
13014         Remove Emacs 20 hash table compatibility code.
13015
13016         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13017         20 compatibility code.
13018
13019         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13020
13021         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13022
13023         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13024         with point-at-{eol,bol}.
13025
13026         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13027
13028         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13029
13030         * flow-fill.el (fill-flowed-point-at-bol,
13031         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13032
13033         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13034         Replace with point-at-{eol,bol} throughout all files.
13035
13036 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13037
13038         * ntlm.el (ntlm-string-as-unibyte): New macro.
13039         (ntlm-build-auth-response): Use it.
13040
13041         Remove Emacs 20 stuff:
13042         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13043         (butlast, mapc, remove): Remove the compiler macros.
13044         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13045         of delq and copy-sequence.
13046         * gnus-art.el (popup-menu): Remove the compiler macro.
13047         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13048         Emacs 20.
13049
13050 2004-01-05  Simon Josefsson  <jas@extundo.com>
13051
13052         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13053         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13054         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13055         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13056         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13057         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13058         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13059         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13060         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13061         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13062         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13063         string-xor into ntlm-string-xor.  Suggested by
13064         Jesper Harder <harder@myrealbox.com>.
13065
13066         * ntlm.el: Don't include poem.
13067
13068         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13069         Jesper Harder <harder@myrealbox.com>.
13070
13071         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13072
13073         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13074         probably breaks emacs with DL patch, but do we care? Is anyone
13075         still using the DL stuff?)
13076
13077         * sieve-manage.el: Use the password package.
13078         (sieve-manage-read-passwd): Remove.
13079         (sieve-manage-interactive-login): Use password.  Re-add
13080         condition-case around loop.
13081
13082         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13083         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13084         the password package.
13085
13086 2003-02-19  Simon Josefsson  <jas@extundo.com>
13087
13088         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13089         token.
13090
13091 2002-08-07  Simon Josefsson  <jas@extundo.com>
13092
13093         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13094         (sieve-manage-authenticators):
13095         (sieve-manage-authenticator-alist): Add some SASL mechs.
13096         (sieve-sasl-auth): New function.
13097         (sieve-manage-cram-md5-auth):
13098         (sieve-manage-plain-auth): Rewrite using SASL library.
13099         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13100         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13101         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13102         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13103
13104 2004-01-05  Simon Josefsson  <jas@extundo.com>
13105
13106         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13107         New files.
13108
13109 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13110
13111         * gnus-group.el (gnus-no-groups-message): Update.
13112
13113         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13114
13115 2003-11-09  Simon Josefsson  <jas@extundo.com>
13116
13117         * imap.el: Support for ID IMAP extension (RFC 2971).
13118         (imap-local-variables): Add imap-id.
13119         (imap-id): New variable.
13120         (imap-id): New function.
13121         (imap-parse-response): Parse untagged ID response.
13122         * nnimap.el (nnimap-id): New variable.
13123         (nnimap-open-connection): Use it.
13124
13125 2003-12-28  Simon Josefsson  <jas@extundo.com>
13126
13127         * gnus-score.el (gnus-score-edit-all-score): New.
13128         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13129
13130 2004-01-04  Simon Josefsson  <jas@extundo.com>
13131
13132         * password.el: Add.
13133
13134 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13135
13136         * dns.el: Add support for AAAA records (see RFC 3596)
13137
13138         * Fix typo PRT -> PTR
13139
13140         * Parse MX, PTR and SOA replies (see RFC 1035)
13141
13142 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13143
13144         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13145
13146         * Moved to Changelog.2.
13147
13148 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13149
13150         * gnus.el (gnus-version-number): Bump version.
13151
13152 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13153
13154         * gnus.el: No Gnus v0.1 is released.
13155
13156 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13157
13158         * gnus.el: No Gnus v0.0 is released.
13159
13160 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13161
13162         * gnus.el (gnus-version-number): Bump.
13163         (gnus-version): No.
13164
13165 See ChangeLog.2 for earlier changes.
13166
13167     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13168
13169   This file is part of GNU Emacs.
13170
13171   GNU Emacs is free software; you can redistribute it and/or modify
13172   it under the terms of the GNU General Public License as published by
13173   the Free Software Foundation; either version 3, or (at your option)
13174   any later version.
13175
13176   GNU Emacs is distributed in the hope that it will be useful,
13177   but WITHOUT ANY WARRANTY; without even the implied warranty of
13178   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13179   GNU General Public License for more details.
13180
13181   You should have received a copy of the GNU General Public License
13182   along with GNU Emacs; see the file COPYING.  If not, write to the
13183   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13184   Boston, MA 02110-1301, USA.
13185
13186 ;; Local Variables:
13187 ;; coding: utf-8
13188 ;; fill-column: 79
13189 ;; add-log-time-zone-rule: t
13190 ;; End:
13191
13192 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4