Synch to No Gnus 200508060953.
[elisp/gnus.git-] / lisp / ChangeLog
1 2005-08-06  Romain Francoise  <romain@orebokech.com>
2
3         * message.el (message-user-fqdn): Fix typo in docstring.
4
5 2005-08-05  Daiki Ueno <ueno@unixuser.org>
6
7         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8
9         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10
11 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * mm-bodies.el (mm-encode-body): Use coding system rather than
14         charset to encode text.
15
16         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17         number of charsets if utf-8 is available (XEmacs).
18
19 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20
21         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22         taken from `gnus-button-mid-or-mail-regexp'.
23         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
24         (gnus-button-alist): Improve regexp for domain part of the MIDs
25         for news:localpart@domain buttons.
26         (gnus-button-ctan-directory-regexp): Update.
27
28 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * sieve-manage.el (sieve-manage-interactive-login): Use
31         make-local-variable rather than make-variable-buffer-local.
32         (sieve-manage-open): Ditto.
33         (sieve-manage-authenticate): Ditto.
34
35         * mml.el (mml-generate-mime-1): Make the content type default to
36         text/plain if the filename is not specified.
37
38 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
39
40         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
41         instead of insert-buffer.
42
43         * message.el (message-yank-original): Ditto; set the mark at the
44         end of the yanked message.
45
46 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
49         lines to scroll rather than to stop it.
50
51         * mml.el (mml-generate-default-type): Add doc string.
52         (mml-generate-mime-1): Use mm-default-file-encoding or make it
53         default to application/octet-stream when determining the content
54         type if it is not specified for the part or the mml contents; add
55         a comment about mml-generate-default-type.
56
57 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
58
59         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
60         make it default to application/octet-stream when determining the
61         content type if it is not specified for the external contents.
62
63 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * rfc2231.el (rfc2231-parse-string): Take care that not only a
66         segmented parameter but also other parameters might be there.
67
68 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
69
70         * mm-decode.el (mm-display-external): Delete temp file, directory
71         and buffer immediately if the external process is exited.
72
73 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
74
75         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
76         fewer lines than that of scroll-margin.
77         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
78
79 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
80
81         * gnus-art.el (gnus-article-next-page): Revert.
82         (gnus-article-beginning-of-window): New macro.
83         (gnus-article-next-page-1): Use it.
84         (gnus-article-prev-page): Ditto.
85         (gnus-article-edit-part): Use insert-buffer-substring instead of
86         insert-buffer.
87         (gnus-article-edit-exit): Ditto.
88
89         * gnus-util.el (gnus-beginning-of-window): Remove.
90         (gnus-end-of-window): Remove.
91
92         * lpath.el: Don't bind header-line-format and scroll-margin.
93
94 2005-07-25  Simon Josefsson  <jas@extundo.com>
95
96         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
97         to have the url package without w3.  Reported by Daiki Ueno
98         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
99
100 2005-07-20  Didier Verna  <didier@xemacs.org>
101
102         * gnus-diary.el: Remove the description comment (nndiary is now
103         properly documented in the Gnus manual).
104         Fix the spelling of "Back End".
105         * nndiary.el: Ditto.
106         Fix the copyright notice.
107
108 2005-07-18  Romain Francoise  <romain@orebokech.com>
109
110         * gnus-sum.el (gnus-summary-to-prefix,
111         gnus-summary-newsgroup-prefix): New variables.
112         (gnus-summary-from-or-to-or-newsgroups): Use them.
113
114 2005-07-17  Romain Francoise  <romain@orebokech.com>
115
116         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
117         space as it's generally not especially interesting to the user.
118
119 2005-07-16  Romain Francoise  <romain@orebokech.com>
120
121         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
122         nil to avoid prompting and file modification if one of the
123         messages at the top of the nnfolder file contains a copyright
124         notice.
125         Update copyright notice.
126
127         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
128         instead of `current-time-string' as the latter creates a time
129         string that is not RFC 2822 compliant (it lacks the zone).
130         Update copyright notice.
131
132 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
133
134         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
135         for text/rtf.  Display default in prompt.  Pass default for M-n.
136
137         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
138
139 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * gnus-msg.el (gnus-button-mailto): Remove
142         save-selected-window-window hackery because it relies on
143         save-selected-window internals.
144
145 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
146
147         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
148         (gnus-article-next-page-1): Use gnus-beginning-of-window.
149         (gnus-article-prev-page): Ditto.
150
151         * gnus-util.el (gnus-beginning-of-window): New function.
152         (gnus-end-of-window): New function.
153
154         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
155
156 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
157
158         * gnus-score.el (gnus-score-edit-all-score): Set
159         gnus-score-edit-exit-function to gnus-score-edit-done and call
160         gnus-message.
161
162 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
165         add-minor-mode.
166         (gnus-binary-mode): Ditto.
167
168         * gnus-topic.el (gnus-topic-mode): Ditto.
169
170 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
171
172         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
173         (gnus-article-prev-page): Take scroll-margin into consideration.
174
175 2005-07-04  Lute Kamstra  <lute@gnu.org>
176
177         Update FSF's address in GPL notices.
178
179 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
180
181         * gnus.el (gnus-exit):
182         * gnus-group.el (gnus-group-icons):
183         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
184
185         * gnus-nocem.el (gnus-nocem):
186         * message.el (message-various, message-buffers, message-sending)
187         (message-interface, message-forwarding, message-insertion)
188         (message-headers, message-news, message-mail):
189         * pgg-gpg.el (pgg-gpg):
190         * pgg-parse.el (pgg-parse):
191         * pgg-pgp.el (pgg-pgp):
192         * pgg-pgp5.el (pgg-pgp5):
193         * pop3.el (pop3): Finish `defgroup' description with period.
194
195 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * gnus-art.el (article-display-face): Improve the efficiency.
198         (article-display-x-face): Ditto; remove grey x-face stuff.
199
200 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
201
202         * gnus-art.el (article-display-face): Correct the position in
203         which Faces are inserted.
204
205 2005-06-29  Didier Verna  <didier@xemacs.org>
206
207         * gnus-art.el (article-display-face): Display faces in correct
208         order.
209
210 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
213         (gnus-fill-real-hashtb): Use hash table instead of obarray.
214         (gnus-nocem-check-article): Fetch the Type header.
215         (gnus-nocem-message-wanted-p): Fix the way to examine types.
216         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
217         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
218         make sure gnus-nocem-hashtb is initialized.
219         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
220         (gnus-nocem-unwanted-article-p): Ditto.
221
222         * pgg.el (pgg-verify): Return the verification result.
223
224 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
227         is ascii.
228
229 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
230
231         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
232         `show-nonbreak-escape'.
233
234 2005-06-23  Lute Kamstra  <lute@gnu.org>
235
236         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
237
238         * dig.el (dig-mode):
239         * smime.el (smime-mode): Use gnus-run-mode-hooks.
240
241 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
242
243         * nnimap.el (nnimap-split-download-body): Fix spellings.
244
245 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
246
247         * gnus-art.el (gnus-article-encrypt-body):
248         * gnus-cus.el (gnus-score-customize):
249         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
250         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
251
252 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
253
254         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
255         header by looking for magic "MII" at the beginnig.
256
257 2005-06-16  Miles Bader  <miles@gnu.org>
258
259         * gnus-xmas.el (gnus-xmas-group-startup-message):
260         Use renamed gnus-splash face.
261
262         * assistant.el (assistant-field): Remove "-face" suffix from face name.
263         (assistant-field-face): New backward-compatibility alias for renamed
264         face.
265         (assistant-render-text): Use renamed assistant-field face.
266
267         * spam.el (spam): Remove "-face" suffix from face name.
268         (spam-face): New backward-compatibility alias for renamed face.
269         (spam-face, spam-initialize): Use renamed spam face.
270
271         * message.el (message-header-to, message-header-cc)
272         (message-header-subject, message-header-newsgroups)
273         (message-header-other, message-header-name)
274         (message-header-xheader, message-separator, message-cited-text)
275         (message-mml): Remove "-face" suffix from face names.
276         (message-header-to-face, message-header-cc-face)
277         (message-header-subject-face, message-header-newsgroups-face)
278         (message-header-other-face, message-header-name-face)
279         (message-header-xheader-face, message-separator-face)
280         (message-cited-text-face, message-mml-face):
281         New backward-compatibility aliases for renamed faces.
282         (message-font-lock-keywords): Use renamed message faces.
283
284         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
285         (sieve-test-commands, sieve-tagged-arguments):
286         Remove "-face" suffix from face names.
287         (sieve-control-commands-face, sieve-action-commands-face)
288         (sieve-test-commands-face, sieve-tagged-arguments-face):
289         New backward-compatibility aliases for renamed faces.
290         (sieve-control-commands-face, sieve-action-commands-face)
291         (sieve-test-commands-face, sieve-tagged-arguments-face):
292         Use renamed sieve faces.
293
294         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
295         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
296         (gnus-group-news-3-empty, gnus-group-news-4)
297         (gnus-group-news-4-empty, gnus-group-news-5)
298         (gnus-group-news-5-empty, gnus-group-news-6)
299         (gnus-group-news-6-empty, gnus-group-news-low)
300         (gnus-group-news-low-empty, gnus-group-mail-1)
301         (gnus-group-mail-1-empty, gnus-group-mail-2)
302         (gnus-group-mail-2-empty, gnus-group-mail-3)
303         (gnus-group-mail-3-empty, gnus-group-mail-low)
304         (gnus-group-mail-low-empty, gnus-summary-selected)
305         (gnus-summary-cancelled, gnus-summary-high-ticked)
306         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
307         (gnus-summary-high-ancient, gnus-summary-low-ancient)
308         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
309         (gnus-summary-low-undownloaded)
310         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
311         (gnus-summary-low-unread, gnus-summary-normal-unread)
312         (gnus-summary-high-read, gnus-summary-low-read)
313         (gnus-summary-normal-read, gnus-splash):
314         Remove "-face" suffix from face names.
315         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
316         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
317         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
318         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
319         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
320         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
321         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
322         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
323         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
324         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
325         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
326         (gnus-summary-selected-face, gnus-summary-cancelled-face)
327         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
328         (gnus-summary-normal-ticked-face)
329         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
330         (gnus-summary-normal-ancient-face)
331         (gnus-summary-high-undownloaded-face)
332         (gnus-summary-low-undownloaded-face)
333         (gnus-summary-normal-undownloaded-face)
334         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
335         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
336         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
337         (gnus-splash-face):
338         New backward-compatibility aliases for renamed faces.
339         (gnus-group-startup-message): Use renamed gnus faces.
340
341         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
342         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
343         (gnus-server-agent): Remove "-face" suffix from face names.
344         (gnus-server-agent-face, gnus-server-opened-face)
345         (gnus-server-closed-face, gnus-server-denied-face)
346         (gnus-server-offline-face):
347         New backward-compatibility aliases for renamed faces.
348         (gnus-server-agent-face, gnus-server-opened-face)
349         (gnus-server-closed-face, gnus-server-denied-face)
350         (gnus-server-offline-face): Use renamed gnus faces.
351
352         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
353         Remove "-face" suffix from face names.
354         (gnus-picon-xbm-face, gnus-picon-face):
355         New backward-compatibility aliases for renamed faces.
356
357         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
358         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
359         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
360         (gnus-cite-11): Remove "-face" suffix from face names.
361         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
362         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
363         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
364         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
365         New backward-compatibility aliases for renamed faces.
366         (gnus-cite-attribution-face, gnus-cite-face-list)
367         (gnus-article-boring-faces): Use renamed gnus faces.
368
369         * gnus-art.el (gnus-signature, gnus-header-from)
370         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
371         (gnus-header-content): Remove "-face" suffix from face names.
372         (gnus-signature-face, gnus-header-from-face)
373         (gnus-header-subject-face, gnus-header-newsgroups-face)
374         (gnus-header-name-face, gnus-header-content-face):
375         New backward-compatibility aliases for renamed faces.
376         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
377
378         * gnus-sum.el (gnus-summary-selected-face)
379         (gnus-summary-highlight): Use renamed gnus faces.
380         * gnus-group.el (gnus-group-highlight): Likewise.
381
382 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
383
384         * gnus-sieve.el (gnus-sieve-article-add-rule):
385         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
386         * spam-stat.el (spam-stat-buffer-change-to-spam)
387         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
388
389         * message.el (message-is-yours-p):
390         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
391
392 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * mm-view.el (mm-inline-text): Withdraw the last change.
395
396 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
399         executing enriched-decode.
400
401 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
402
403         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
404         charset of tar files.
405
406 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
407
408         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
409
410 2005-06-04  Lute Kamstra  <lute@gnu.org>
411
412         * nnfolder.el (nnfolder-read-folder): Make sure that undo
413         information is never recorded.
414
415 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
416
417         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
418
419 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * pop3.el (pop3-apop): Run md5 in the binary mode.
422
423         * starttls.el (starttls-set-process-query-on-exit-flag):
424         Use eval-and-compile.
425
426 2005-05-31  Simon Josefsson  <jas@extundo.com>
427
428         * smime.el (smime-replace-in-string): Define.
429         (smime-cert-by-ldap-1): Use it.
430
431 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * gnus-art.el (article-display-x-face): Replace
434         process-kill-without-query by gnus-set-process-query-on-exit-flag.
435
436         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
437         set-process-query-on-exit-flag or process-kill-without-query.
438
439         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
440         loop instead of replace-regexp.
441
442         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
443         instead of process-kill-without-query if it is available.
444
445         * lpath.el: Fbind ldap-search-entries.
446
447         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
448         instead of find-file-hooks if it is available.
449
450         * mml1991.el: Bind pgg-default-user-id when compiling.
451
452         * mml2015.el: Bind pgg-default-user-id when compiling.
453
454         * nndraft.el (nndraft-request-associate-buffer):
455         Use write-contents-functions instead of write-contents-hooks if it is
456         available.
457
458         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
459         instead of find-file-hooks if it is available.
460
461         * nntp.el (nntp-open-connection): Replace
462         process-kill-without-query by gnus-set-process-query-on-exit-flag.
463         (nntp-open-ssl-stream): Ditto.
464         (nntp-open-tls-stream): Ditto.
465
466         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
467         set-process-query-on-exit-flag or process-kill-without-query.
468         (starttls-open-stream-gnutls): Use it instead of
469         process-kill-without-query.
470         (starttls-open-stream): Ditto.
471
472 2005-05-31  Simon Josefsson  <jas@extundo.com>
473
474         * smime.el (smime-cert-by-ldap-1): Don't use
475         replace-regexp-in-string, tiny patch from Ulf Stegemann
476         <ulf@zeitform.de>.
477
478 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
479
480         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
481
482         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
483         in PEM format. Adjust to the XEmacs compability.
484
485 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
486
487         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
488         by `string-to-number'.
489         * gnus-agent.el (gnus-agent-regenerate-group)
490         (gnus-agent-fetch-articles): Ditto.
491         * gnus-art.el (gnus-button-fetch-group): Ditto.
492         * gnus-cache.el (gnus-cache-generate-active)
493         (gnus-cache-articles-in-group): Ditto.
494         * gnus-group.el (gnus-group-set-current-level)
495         (gnus-group-insert-group-line): Ditto.
496         * gnus-score.el (gnus-score-set-expunge-below)
497         (gnus-score-set-mark-below, gnus-summary-score-effect)
498         (gnus-summary-score-entry): Ditto.
499         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
500         (gnus-soup-pack): Ditto.
501         * gnus-spec.el (gnus-xmas-format): Ditto.
502         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
503         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
504         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
505         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
506         * nndb.el (nndb-get-remote-expire-response): Ditto.
507         * nndiary.el (nndiary-parse-schedule-value)
508         (nndiary-string-to-number, nndiary-request-replace-article)
509         (nndiary-request-article): Ditto.
510         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
511         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
512         * nneething.el (nneething-make-head): Ditto.
513         * nnfolder.el (nnfolder-request-article)
514         (nnfolder-retrieve-headers): Ditto.
515         * nnheader.el (nnheader-file-to-number): Ditto.
516         * nnkiboze.el (nnkiboze-request-article): Ditto.
517         * nnmail.el (nnmail-process-unix-mail-format)
518         (nnmail-process-babyl-mail-format): Ditto.
519         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
520         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
521         (nnmh-request-create-group, nnmh-request-list-1)
522         (nnmh-request-group, nnmh-request-article): Ditto.
523         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
524         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
525         * nnsoup.el (nnsoup-make-active): Ditto.
526         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
527         * nntp.el (nntp-find-group-and-number)
528         (nntp-retrieve-headers-with-xover): Ditto.
529         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
530         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
531         (pgg-format-key-identifier): Ditto.
532         * pop3.el (pop3-last, pop3-stat): Ditto.
533         * qp.el (quoted-printable-decode-region): Ditto.
534
535         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
536         of concat.
537
538 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
539
540         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
541
542         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
543
544         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
545
546         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
547
548         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
549
550         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
551
552         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
553         (gnus-carpal-mode): Ditto.
554
555         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
556         (gnus-browse-mode): Ditto.
557
558         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
559
560         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
561
562 2005-05-29  Richard M. Stallman  <rms@gnu.org>
563
564         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
565
566 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
567
568         * gnus-util.el (gnus-run-mode-hooks): New function.
569
570         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
571
572         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
573         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
574
575 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
576
577         * gnus-agent.el (gnus-agent-make-mode-line-string):
578         Use mode-line-highlight as mouse-face.
579
580 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
581
582         * canlock.el (canlock): Change the parent group to news.
583
584         * deuglify.el (gnus-outlook-deuglify): Add :group.
585
586         * dig.el (dig): Add :group.
587
588         * dns-mode.el (dns-mode): Add :group.
589
590         * encrypt.el (encrypt): Add :group.
591
592         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
593         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
594         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
595         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
596         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
597
598         * gnus-diary.el (gnus-diary): Add :group.
599
600         * gnus.el (gnus-group-news-1-face): Add :group.
601         (gnus-group-news-1-empty-face): Ditto.
602         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
603         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
604         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
605         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
606         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
607         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
608         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
609         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
610         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
611         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
612         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
613         (gnus-summary-high-ticked-face): Ditto.
614         (gnus-summary-low-ticked-face): Ditto.
615         (gnus-summary-normal-ticked-face): Ditto.
616         (gnus-summary-high-ancient-face): Ditto.
617         (gnus-summary-low-ancient-face): Ditto.
618         (gnus-summary-normal-ancient-face): Ditto.
619         (gnus-summary-high-undownloaded-face): Ditto.
620         (gnus-summary-low-undownloaded-face): Ditto.
621         (gnus-summary-normal-undownloaded-face): Ditto.
622         (gnus-summary-high-unread-face): Ditto.
623         (gnus-summary-low-unread-face): Ditto.
624         (gnus-summary-normal-unread-face): Ditto.
625         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
626         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
627
628         * hashcash.el (hashcash): New custom group.
629         (hashcash-default-payment): Add :group.
630         (hashcash-payment-alist): Ditto.
631         (hashcash-default-accept-payment): Ditto.
632         (hashcash-accept-resources): Ditto.
633         (hashcash-path): Ditto.
634         (hashcash-extra-generate-parameters): Ditto.
635         (hashcash-double-spend-database): Ditto.
636         (hashcash-in-news): Ditto.
637
638         * message.el (message-minibuffer-local-map): Add :group.
639
640         * netrc.el (netrc): Add :group.
641
642         * sieve-manage.el (sieve-manage-log): Add :group.
643         (sieve-manage-default-user): Diito.
644         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
645         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
646         (sieve-manage-authenticators): Ditto.
647         (sieve-manage-authenticator-alist): Ditto.
648         (sieve-manage-default-port): Ditto.
649
650         * sieve-mode.el (sieve-control-commands-face): Add :group.
651         (sieve-action-commands-face): Ditto.
652         (sieve-test-commands-face): Ditto.
653         (sieve-tagged-arguments-face): Ditto.
654
655         * smime.el (smime): Add :group.
656
657         * spam-report.el (spam-report): Add :group.
658
659         * spam.el (spam, spam-face): Add :group.
660
661 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * nntp.el (nntp-next-result-arrived-p): Some news servers may
664         return \n.\n.\n at the end of articles.  Protect against that.
665         (nntp-with-open-group): Allow debugging.
666
667         * nnheader.el (mail-header-set-extra): Make into a function
668         because I just could't understand how to quote the list properly.
669
670         * dns.el (query-dns-cached): New function.
671
672 2005-05-26  Lute Kamstra  <lute@gnu.org>
673
674         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
675
676 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
679
680         * gnus-art.el: Don't autoload mail-extract-address-components.
681
682         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
683         eval-and-compile to evaluate it.
684
685         * hashcash.el: Don't autoload executable-find.
686
687         * nndb.el: Don't declare the nndb back end two or more times; don't
688         autoload news-reply-mode, news-setup, cancel-timer and telnet.
689
690         * nntp.el: Autoload format-spec instead of format; use
691         eval-and-compile to evaluate autoload forms.
692
693 2005-05-09  Simon Josefsson  <jas@extundo.com>
694
695         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching,
696         tiny patch from "Georg C. F. Greve" <greve@gnu.org>.
697
698 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
699
700         * gnus.el (gnus-version-number): Bump version.
701
702 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
703
704         * gnus.el: No Gnus v0.3 is released.
705
706 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707
708         * lpath.el (featurep): Bind show-nonbreak-escape.
709
710 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
711
712         * gnus-art.el (gnus-article-edit-part): Disable undo.
713
714 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
717         gnus-article-date-lapsed-new-header is t if date timer is active;
718         skip headers in which the original date value is empty.
719         (gnus-article-save-original-date): Redefine it as a macro.
720         (gnus-display-mime): Use it.
721
722 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
723
724         * gnus-art.el (article-date-ut): Support converting date in
725         forwarded parts as well.
726         (gnus-article-save-original-date): New function.
727         (gnus-display-mime): Use it.
728
729 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
730
731         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
732         enclosure element of <item>.
733
734 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
735
736         * message.el (message-kill-buffer-query): Renamed from
737         `message-kill-buffer-query-if-modified'.  Added :version.
738
739 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
742         window layout.
743
744 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * mml.el: Autoload dnd when compiling.
747
748 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
749
750         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
751         x-dnd-*.
752
753 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * qp.el (quoted-printable-encode-region): Save excursion.
756
757 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
758
759         * message.el (message-kill-buffer-query-if-modified): new variable
760         so the user can kill a modified message buffer quickly
761         (message-kill-buffer): use it.
762
763 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * lpath.el: Fbind display-time-event-handler; don't fbind
766         string-to-multibyte.
767
768         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
769
770 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
773         contained in text because xml.el decodes entities) with LFs.
774
775 2005-04-11  Lute Kamstra  <lute@gnu.org>
776
777         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
778         differently.
779
780 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
781
782         * mm-util.el (mm-detect-coding-region): Typo.
783
784 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
785
786         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
787
788 2005-04-06  D Goel  <deego@gnufans.org>
789
790         * spam-stat.el (spam-stat-score-buffer): Add a call to a
791         user-function allow user modifications of the scores.
792         (spam-stat-score-buffer-user): New function, to allow
793         user-computed modifications to the score.
794         (spam-stat-score-buffer-user-functions): list of additional
795         scoring functions
796         (spam-stat-error-holder): global temporary error holder
797         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
798         variable
799
800 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
801
802         * gnus-registry.el (gnus-registry-clean-empty-function)
803         (gnus-registry-trim, gnus-registry-fetch-groups)
804         (gnus-registry-delete-group): now groups that match
805         `gnus-registry-ignored-groups' will be removed from the registry
806         entries, not just ignored for splitting.  This helps clean up the
807         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
808         to get all the groups a message ID is in.
809
810         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
811         (spam-stat-split-fancy): changed "threshhold" to "threshold"
812         (spam-stat-score-buffer-user-functions): added :number custom type
813
814 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
815
816         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
817         argument in XEmacs.
818
819         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
820         (nnrss-request-group): Decode group name first.
821         (nnrss-request-article): Make a text/plain article if mml-to-mime
822         failed.
823         (nnrss-get-encoding): Return a compatible encoding according to
824         nnrss-compatible-encoding-alist.
825         (nnrss-find-el): Use consp instead of listp.
826         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
827
828 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
829
830         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
831         which Emacs 20 doesn't support.
832         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
833
834 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
835
836         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
837         silence the byte compiler inside the defun
838
839         * gnus-demon.el (parse-time-string): Add autoload.
840
841         * gnus-delay.el (parse-time-string): Add autoload.
842
843         * gnus-art.el (parse-time-string): Add autoload.
844
845         * nnultimate.el (parse-time): Require for `parse-time-string'.
846
847 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
848
849         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
850
851         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
852
853         * smime.el (smime-ldap-host-list): Add :version.
854
855 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
856
857         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
858         pass it to `gnus-browse-read-group'.
859         (gnus-browse-read-group): Add NUMBER argument and pass it to
860         `gnus-group-read-ephemeral-group'.
861
862         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
863         argument and pass it to `gnus-group-read-group'.
864
865 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
866
867         * mm-util.el (mm-xemacs-find-mime-charset): Only call
868         mm-xemacs-find-mime-charset-1 if we have the mule feature
869         available at runtime.
870
871 2005-03-25  Werner Lemberg  <wl@gnu.org>
872
873         * nnmaildir.el: Replace `illegal' with `invalid'.
874
875 2005-03-23  Lute Kamstra  <lute@gnu.org>
876
877         * time-date.el: Add comment on time value formats.
878         Don't require parse-time.
879         (with-decoded-time-value): New macro.
880         (encode-time-value): New function.
881         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
882         (days-to-time): Return a valid time value when arg is huge.
883         (time-since): Use time-subtract.
884         (time-to-number-of-days): Use time-to-seconds.
885
886 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
887
888         * gnus-start.el (gnus-display-time-event-handler):
889         Check display-time-timer at runtime rather than only at load time
890         in case display-time-mode is turned off in the mean time.
891
892 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
893
894         * nnimap.el (nnimap-open-connection): Print which authinfo file is
895         used.
896
897         * nneething.el (nneething-map-file-directory): Derive from
898         `gnus-directory'.
899
900         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
901         the To/Cc button.
902
903 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
904
905         * nnmaildir.el (nnmaildir-request-accept-article):
906         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
907
908 2005-03-13  Steve Youngs  <steve@sxemacs.org>
909
910         * gnus-async.el: Require timer-funcs at compile time when in
911         XEmacs for `run-with-idle-timer'.
912
913 2005-03-13  Steve Youngs  <steve@sxemacs.org>
914
915         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
916         autoloaded function.
917         From: Andrey Slusar <anrays@gmail.com>.
918
919 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
920
921         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
922
923 2005-03-10  Arne J\e,Ax\e(Brgensen <arne@arnested.dk>  (tiny change)
924
925         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
926
927 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
928
929         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
930         gnus-expert-user to default.
931
932 2005-03-08  Juergen Kreileder <jk@blackdown.de>  (tiny change)
933
934         * nnimap.el (nnimap-open-server): Ditto.
935
936         * imap.el (imap-authenticate): Fix typo.
937
938 2005-03-08  Bjorn Solberg <bjorn_ding@hekneby.org>  (tiny change)
939
940         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
941         buffer (since IMAP server might return FETCH response out of
942         order, and the nntp buffer must be sorted).
943
944 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
945
946         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
947         comparison on string.
948
949         * gnus-agent.el (gnus-agent-long-article,
950         gnus-agent-short-article, gnus-agent-score): Renamed category
951         keywords to match gnus-cus.
952         (gnus-agent-summary-fetch-series): Modified to protect against
953         gnus-agent-summary-fetch-group clearing processable flags.
954         (gnus-agent-synchronize-group-flags): Update live group buffer as
955         synchronization may occur due to the user toggle the plugged
956         status.
957         (gnus-agent-fetch-group-1): Clear downloadable flag when article
958         successfully downloaded.
959         (gnus-agent-expire-group-1): Avoid using markers when the overview
960         is in ascending order; greatly improves performance.
961         (gnus-agent-regenerate-group): Use
962         gnus-agent-synchronize-group-flags to reset read status in both
963         gnus and server.
964         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
965
966 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
967
968         * message.el: Don't autoload former message-utils variables.
969         (message-strip-subject-trailing-was): Change doc string.
970
971         * nnweb.el: Fixes for `gnus-group-make-web-group'.
972         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
973         (nnweb-google-search): Add "hl=en" here.
974         (nnweb-google-parse-1, nnweb-google-create-mapping):
975         Don't hardcode URL.
976
977 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
978
979         * message.el (message-get-reply-headers, message-followup):
980         Mention related variables `message-use-followup-to' and
981         `message-use-mail-followup-to', in the information buffer.
982
983         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
984         of broken groups(-beta).google.com.
985
986 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
987
988         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
989         parameter to invoked gnus-request-move-article; remove the
990         redundant gnus-sum-hint-move-is-internal variable; apply the marks
991         all at once instead of once per article
992         (gnus-summary-remove-process-mark): accept a list of articles as
993         well as a single article for processing
994
995         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
996
997         * nnml.el (nnml-request-move-article): add move-is-internal parameter
998
999         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
1000
1001         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
1002
1003         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
1004
1005         * nnimap.el (nnimap-request-move-article): add move-is-internal
1006         parameter and remove the gnus-sum-hint-move-is-internal variable
1007
1008         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
1009
1010         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
1011
1012         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
1013
1014         * nndb.el (nndb-request-move-article): add move-is-internal parameter
1015
1016         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
1017
1018         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
1019
1020 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1021
1022         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
1023         a more conservative way.
1024
1025 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1026
1027         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
1028         buffer, so it moves the window's cursor.
1029
1030 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1031
1032         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
1033         `mm-dissect-multipart' and receive the from field as an (optional)
1034         argument from `mm-dissect-multipart'.
1035         (mm-dissect-multipart): Receive the from field as an argument and
1036         pass it on when we call `mm-dissect-buffer' on MIME parts.
1037         Fixes verification/decryption of signed/encrypted MIME parts.
1038
1039 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1040
1041         * gnus-sum.el (gnus-summary-move-article): set
1042         gnus-sum-hint-move-is-internal for gnus-request-move-article and
1043         whatever it calls (right now, only nnimap-request-move article
1044         respects it)
1045
1046         * nnimap.el (nnimap-request-move-article): when
1047         gnus-sum-hint-move-is-internal is set, don't do the extra
1048         nnimap-request-article
1049
1050 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1051
1052         * nnheader.el (nnheader-find-file-noselect): Add doc string.
1053
1054         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
1055         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
1056
1057         * gnus-sum.el (gnus-summary-caesar-message):
1058         Apply `gnus-treat-article' after rotation.
1059
1060         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
1061         doc string.
1062
1063 2005-02-22  Simon Josefsson  <jas@extundo.com>
1064
1065         * encrypt.el (encrypt-password-cache-expiry): Remove (use
1066         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
1067         <arne@arnested.dk>.
1068         (encrypt): Add password-cache and password-cache-expiry as group
1069         members.
1070
1071 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1072
1073         * smime.el (smime-ldap-host-list): Doc fix.
1074         (smime-ask-passphrase): Use `password-read-and-add' to read (and
1075         cache) password.
1076         (smime-sign-region): Use it.
1077         (smime-decrypt-region): Use it.
1078         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
1079         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
1080         fails.
1081         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
1082         certificate from DER to PEM format rather than calling openssl.
1083
1084         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
1085
1086         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
1087         for signing/encryption.
1088
1089         * mml.el (mml-parse-1): Use them.
1090
1091 2005-02-21  Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1092
1093         * nnrss.el (nnrss-verbose): Removed.
1094         (nnrss-request-group): Use `nnheader-message' instead.
1095
1096 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
1097
1098         * nnrss.el (nnrss-verbose): New variable.
1099         (nnrss-request-group): Make it say nnrss is requesting a group.
1100
1101 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
1102
1103         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
1104         Handle news URL with given port correctly.
1105
1106 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1107
1108         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
1109         containing special characters.
1110
1111         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1112
1113         * mml.el (mime-to-mml): Ditto.
1114
1115         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
1116         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
1117         (rfc2047-decode-region): Quote decoded words containing special
1118         characters when rfc2047-quote-decoded-words-containing-tspecials
1119         is non-nil.
1120
1121 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1122
1123         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
1124
1125         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
1126
1127 2005-02-15  Simon Josefsson  <jas@extundo.com>
1128
1129         * nnimap.el (nnimap-debug): Doc fix.
1130
1131         * imap.el (imap-debug): Doc fix.
1132
1133 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1134
1135         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
1136
1137 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1138
1139         * gnus.el (spam-contents): improve docs for spam-contents
1140         parameter in its variable incarnation
1141
1142 2005-02-14  Simon Josefsson  <jas@extundo.com>
1143
1144         * smime-ldap.el: Use require instead of load-library for ldap.
1145         (smime-ldap-search): Indent.
1146         (smime-ldap-search-internal): Shorten line.
1147
1148         * smime.el (smime-cert-by-dns): Add doc-string.
1149         (smime-cert-by-ldap-1): Indent.
1150
1151         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
1152         mml-smime-get-dns-ldap.
1153         (mml-smime-encrypt-query): Use new function.  Default to ldap.
1154
1155 2005-02-14  Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1156
1157         * smime.el: Require smime-ldap.
1158         (smime-ldap-host-list): New variable.
1159         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
1160
1161         * mml-smime.el (mml-smime-encrypt-query): New function.
1162         (mml-smime-encrypt-query): Use it.
1163
1164         * smime-ldap.el: New file.
1165
1166 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
1169
1170 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1171
1172         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
1173         argument in doc string.  Make query for type more clear.
1174
1175 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
1176
1177         * gnus.el (gnus-group-startup-message): Search for gnus images in
1178         etc/images/gnus.
1179         * mm-util.el (mm-find-charset-region): Likewise.
1180         * smiley.el (smiley-data-directory): Search for smilies in
1181         etc/images/smilies.
1182
1183 2005-02-09  Kim F. Storm  <storm@cua.dk>
1184
1185         Change Emacs release version from 21.4 to 22.1 throughout.
1186         Change Emacs development version from 21.3.50 to 22.0.50.
1187
1188 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
1191
1192         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
1193         non-Mule XEmacs as well.
1194         (mm-decompress-buffer): Signal an error intentionally if it does
1195         not decompress compressed data because auto-compression-mode is
1196         disabled.
1197
1198 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1199
1200         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
1201         an ID in the registry even if it has no groups
1202
1203 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
1206         merge it into mm-decompress-buffer.
1207         (gnus-mime-copy-part): Use the MIME part charset, the value which
1208         a user specified or gnus-newsgroup-charset for decoding, like
1209         gnus-mime-inline-part does; set buffer-file-coding-system to tell
1210         save-buffer what was used.  Suggested by Kevin Ryde
1211         <user42@zip.com.au>.
1212         (gnus-mime-inline-part): Allow the name parameter as well as the
1213         filename parameter; force decompressing of compressed data; always
1214         display contents being not decoded as unibyte.
1215
1216         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
1217         as well as the filename parameter.
1218
1219         * mm-util.el (mm-decompress-buffer): Merge
1220         gnus-mime-jka-compr-maybe-uncompress.
1221         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
1222         of compressed data.
1223
1224 2005-02-08  Simon Josefsson  <jas@extundo.com>
1225
1226         * imap.el (imap-log): Doc fix.
1227
1228 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
1231         the coding cookies; decompress compressed parts.
1232
1233         * mml.el (mml-generate-mime-1): Add the charaset parameter according
1234         to the value which a user specified manually or the coding cookie.
1235
1236         * mm-util.el (mm-string-to-multibyte): New function.
1237         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
1238         (mm-coding-system-to-mime-charset): New function.
1239         (mm-decompress-buffer): New function.
1240         (mm-find-buffer-file-coding-system): New function.
1241
1242         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
1243         (mm-display-inline-fontify): Rewrite for decoding and decompressing
1244         parts.
1245
1246 2004-10-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1247
1248         * mm-view.el (mm-display-inline-fontify): Decode a part according
1249         to the charset parameter.
1250
1251 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
1254         prefix arg is neither nil nor a number, as info specifies.
1255
1256 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
1259         timestamps.
1260
1261 2005-01-29  Jari Aalto  <jari.aalto@cante.net>
1262
1263         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
1264         groups error checking and notify user.
1265
1266 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
1267
1268         * message.el (message-send-mail-function): Check existence of
1269         sendmail-program first before using default value
1270         `message-send-mail-with-sendmail'.  Otherwise use more generic
1271         `smtpmail-send-it'.
1272
1273 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * nntp.el (nntp-request-update-info): Always return nil.
1276
1277 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1278
1279         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
1280
1281 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1282
1283         * message.el (message-beginning-of-line): Change the behavior when
1284         invoked between BOL and : so that it first moves backward.
1285
1286 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
1289         article buffer when editing of the article is discarded.
1290         (gnus-article-prepare): Revert.
1291
1292 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1293
1294         * gnus-art.el (gnus-article-prepare):
1295         Remove message-strip-forbidden-properties from the local hook.
1296
1297 2005-01-27  Simon Josefsson  <jas@extundo.com>
1298
1299         * password.el (password-cache-add): Only start one timer per key.
1300         Reported by Derek Atkins <warlord@MIT.EDU>.
1301
1302 2005-01-26  Steve Youngs  <steve@sxemacs.org>
1303
1304         * run-at-time.el: Removed.  It is no longer needed as
1305         timer-funcs.el in the xemacs-base package has a working version of
1306         `run-at-time'.
1307
1308         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
1309
1310         * password.el: Require timer-funcs instead of run-at-time in
1311         XEmacs.
1312         Remove `password-run-at-time' macro.
1313         (password-cache-add): Use `run-at-time' instead of
1314         `password-run-at-time'.
1315
1316         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
1317         Remove `nnheader-cancel-function-timers' alias,
1318         `cancel-function-timers' exists in XEmacs in timer-funcs.
1319
1320         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
1321         for `run-with-idle-timer'.
1322
1323         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
1324         for `run-at-time'.
1325
1326         * mm-url.el: Require timer-funcs at compile time when in XEmacs
1327         for `with-timeout'.
1328
1329         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
1330         the same as for XEmacs 21.4.
1331         No need to ignore `run-with-idle-timer', this function exists in
1332         XEmacs now in timer-funcs.el in the xemacs-base package.
1333         (dgnushack-compile): No need to delete
1334         run-at-time.el from the list of files to compile because it
1335         doesn't exist anymore.
1336
1337 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * mml.el (mml-generate-mime-1): Convert string into unibyte when
1340         inserting " *mml*" buffer's contents into a unibyte temp buffer.
1341
1342 2005-01-24  Harald Meland <harald.meland@usit.uio.no>  (tiny change)
1343
1344         * mail-source.el (mail-source-fetch-imap): Search for ^From case
1345         sensitively.
1346
1347 2005-01-21  Derek Atkins <warlord@MIT.EDU>  (tiny change)
1348
1349         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
1350
1351 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1352
1353         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
1354         which will be inserted according to the multibyteness of a buffer
1355         rather than the type of contents.  Suggested by ARISAWA Akihiro
1356         <ari@mbf.ocn.ne.jp>.
1357
1358         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
1359         of string which old xml.el may return rather than a string.
1360
1361 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1362
1363         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
1364
1365 2005-01-16  Simon Josefsson  <jas@extundo.com>
1366
1367         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
1368         idn/idna.el isn't available.
1369         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
1370         <michael@waxrat.com>.
1371
1372         * hashcash.el: Remove non-FSF copyright header.
1373
1374         * hashcash.el (hashcash-extra-generate-parameters): New variable.
1375         (hashcash-generate-payment): Use it.
1376         (hashcash-generate-payment-async): Use it.
1377
1378 2005-01-15  Simon Josefsson  <jas@extundo.com>
1379
1380         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
1381         Suggested by Raymond Scholz <ray-2005@zonix.de>.
1382
1383         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
1384         gnus-summary-idna-message.
1385         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
1386         (gnus-summary-idna-message): New function.
1387
1388 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1389
1390         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
1391         gnus-novice-user.
1392
1393 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * nnrss.el (nnrss-request-delete-group): Delete entries in
1396         nnrss-group-alist as well.
1397         (nnrss-save-server-data): Insert newline.
1398
1399 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
1400
1401         * gnus.el (gnus-user-agent): Use list of symbols instead of
1402         symbols.  Display full version number for (S)XEmacs.  Optionally
1403         display (S)XEmacs codename.
1404
1405         * gnus-util.el (gnus-emacs-version): Update for new
1406         `gnus-user-agent'.
1407
1408         * gnus-msg.el (gnus-extended-version): Make it possible to omit
1409         Gnus version.
1410
1411 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1412
1413         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
1414         which is unreadable in some setups.
1415
1416 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1417
1418         * gnus-spec.el (gnus-update-format-specifications): Flush the
1419         group format spec cache if it doesn't support decoded group names.
1420
1421 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1422
1423         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
1424         to apply decay on score files matching a regexp.
1425
1426 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
1429         compatibility in %g and %c.
1430
1431 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1432
1433         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
1434         name for only %g and %c.
1435         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
1436         of gnus-tmp-group to decoded group name.
1437         (gnus-group-make-rss-group): Exclude `/'s from group names.
1438
1439 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * nnrss.el (nnrss-get-encoding): Fix regexp.
1442
1443 2004-12-27  Simon Josefsson  <jas@extundo.com>
1444
1445         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
1446         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
1447         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
1448
1449 2004-12-17  Kim F. Storm  <storm@cua.dk>
1450
1451         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
1452
1453         * gnus-sum.el (gnus-summary-mode-map): Likewise.
1454
1455 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
1456
1457         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
1458
1459 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * nnrss.el: Require rfc2047 and mml.
1462         (nnrss-file-coding-system): New variable.
1463         (nnrss-format-string): Redefine it as an inline function.
1464         (nnrss-decode-group-name): New function.
1465         (nnrss-string-as-multibyte): Remove.
1466         (nnrss-retrieve-headers): Decode group name; don't use
1467         nnrss-format-string.
1468         (nnrss-request-group): Decode group name.
1469         (nnrss-request-article): Decode group name; allow a Message-ID as
1470         well as an article number; don't use nnrss-format-string; encode a
1471         Message-ID string which may contain non-ASCII characters; use
1472         mml-to-mime to compose a MIME article.
1473         (nnrss-request-expire-articles): Decode group name.
1474         (nnrss-request-delete-group): Decode group name.
1475         (nnrss-fetch): Clarify error message.
1476         (nnrss-read-server-data): Use insert-file-contents instead of load;
1477         bind file-name-coding-system; use multibyte buffer.
1478         (nnrss-save-server-data): Bind coding-system-for-write to the
1479         value of nnrss-file-coding-system; bind file-name-coding-system;
1480         add coding cookie.
1481         (nnrss-read-group-data): Use insert-file-contents instead of load;
1482         bind file-name-coding-system; use multibyte buffer.
1483         (nnrss-save-group-data): Bind coding-system-for-write to the
1484         value of nnrss-file-coding-system; bind file-name-coding-system.
1485         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
1486         make it work with non-ASCII text.
1487         (nnrss-find-el): Make it work with old xml.el as well.
1488
1489 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
1490
1491         * nnrss.el (nnrss-get-encoding): New function.
1492         (nnrss-fetch): Use unibyte buffer initially; bind
1493         coding-system-for-read while performing mm-url-insert; remove ^Ms;
1494         decode contents according to the encoding attribute.
1495         (nnrss-save-group-data): Add coding cookie.
1496         (nnrss-mime-encode-string): New function.
1497         (nnrss-check-group): Use it to encode subject and author.
1498
1499 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
1500
1501         * spam.el (spam-check-BBDB): don't get the symbol-value of an
1502         imaginary variable
1503
1504 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
1507         correctly even if there are wide characters.
1508
1509 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1510
1511         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
1512         downcased symbol names; make a new cache instead of reusing
1513         bbdb-hashtable
1514
1515 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1518         concatenating segments rather than before concatenating them.
1519         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1520
1521         * message.el (message-get-reply-headers): Bind `extra'.
1522
1523 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524
1525         * message.el (message-extra-wide-headers): New variable.
1526         (message-get-reply-headers): Use it.
1527
1528 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * gnus-agent.el (gnus-agent-group-path): Decode group name.
1531         (gnus-agent-group-pathname): Ditto.
1532
1533         * gnus-cache.el (gnus-cache-file-name): Decode group name.
1534
1535         * gnus-group.el (gnus-group-make-group): Decode group name.
1536         (gnus-group-make-rss-group): Register the group data after opening
1537         the nnrss group.
1538
1539 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
1540
1541         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
1542         by expiry now get marked as read.
1543
1544 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
1547
1548 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
1549
1550         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
1551         unify Latin characters in XEmacs.
1552         (mm-find-mime-charset-region): Use it.
1553
1554 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1555
1556         * gnus-util.el (gnus-delete-directory): New function.
1557
1558         * gnus-agent.el (gnus-agent-delete-group): Use it.
1559
1560         * gnus-cache.el (gnus-cache-delete-group): Use it.
1561
1562 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1563
1564         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
1565         names.
1566
1567 2004-12-16  Simon Josefsson  <jas@extundo.com>
1568
1569         * hashcash.el (hashcash-payment-alist): Fix custom :type.
1570
1571 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
1574
1575         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
1576         (gnus-group-set-current-level): Decode group name.
1577
1578 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
1579
1580         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
1581         failed.
1582
1583 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * gnus-group.el (gnus-group-delete-group): Decode group name.
1586         (gnus-group-make-rss-group): Encode group name.
1587         (gnus-group-catchup-current): Decode group name.
1588         (gnus-group-kill-group): Decode group name.
1589
1590 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1591
1592         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
1593
1594 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * gnus-group.el (gnus-group-make-rss-group):
1597         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
1598
1599         * gnus-start.el (gnus-setup-news): Honor user's setting to
1600         gnus-message-archive-method.  Suggested by Lute Kamstra
1601         <lute@gnu.org>.
1602
1603 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
1604
1605         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
1606         global counterparts of the buffer-local variables.
1607
1608 2004-11-16  Romain Francoise  <romain@orebokech.com>
1609
1610         * gnus-sum.el (gnus-summary-exit): Don't clear the global
1611         counterparts of the buffer-local variables.
1612
1613 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1614
1615         * message.el (message-forbidden-properties): Fixed typo in doc
1616         string.
1617
1618 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1619
1620         * gnus-util.el (gnus-replace-in-string): Added doc string.
1621
1622         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
1623         to avoid problems when splitting mails with many recipients.
1624
1625 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1626
1627         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
1628         pop-to-buffer, covered by the subsequent gnus-configure-windows.
1629
1630 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
1631
1632         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
1633         if there is no hashtable in memory or file modification time is
1634         newer than cached timestamp.
1635
1636 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1637
1638         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
1639         not-matching option.
1640
1641 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
1642
1643         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
1644         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
1645         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
1646         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
1647         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
1648         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
1649
1650 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1651
1652         * message.el (message-forward-make-body-mml): Remove headers
1653         according to message-forward-ignored-headers if a message is decoded.
1654
1655 2004-12-02  Romain Francoise  <romain@orebokech.com>
1656
1657         * message.el (message-forward-make-body-plain): Always remove
1658         headers according to message-forward-ignored-headers.
1659
1660 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1661
1662         * spam.el (spam-summary-prepare-exit): remove the
1663         gnus-summary-limit pop for now, it has problems with ham marks for
1664         me
1665
1666 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
1667
1668         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
1669         correctly
1670
1671 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
1672
1673         * format-spec.el (format-spec): Message the char.
1674
1675 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
1676
1677         * gnus-art.el (gnus-split-methods): reformat comments
1678
1679         * spam.el (spam-summary-prepare-exit): remove article limits
1680         before exiting the summary buffer
1681
1682 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1683
1684         * lpath.el: Remove bbdb-create-internal, bbdb-records,
1685         spam-BBDB-register-routine and spam-enter-ham-BBDB.
1686
1687         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
1688         order to silence the byte compiler.
1689
1690         * spam.el: Fix the way to silence the byte compiler, which
1691         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
1692         bbdb-search-simple, spam-BBDB-register-routine,
1693         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
1694         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
1695         spam-stat-buffer-is-spam, spam-stat-load,
1696         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
1697         spam-stat-save and spam-stat-split-fancy.
1698
1699 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1700
1701         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
1702         which may confuse users.
1703         (canlock-password-for-verify): Ditto.
1704
1705         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
1706
1707         * gnus-art.el (gnus-emphasis-alist): Ditto.
1708
1709         * gnus-registry.el (gnus-registry-max-entries): Ditto.
1710
1711         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
1712
1713         * gnus-start.el (gnus-save-killed-list): Ditto.
1714
1715         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
1716         (gnus-sum-thread-tree-root): Ditto.
1717         (gnus-sum-thread-tree-false-root): Ditto.
1718         (gnus-sum-thread-tree-single-indent): Ditto.
1719
1720         * message.el (message-courtesy-message): Ditto.
1721         (message-archive-note): Ditto.
1722         (message-subscribed-address-file): Ditto.
1723         (message-user-fqdn): Ditto.
1724
1725         * spam-report.el (spam-report-gmane-regex): Ditto.
1726
1727         * spam.el (spam-blackhole-good-server-regex): Ditto.
1728
1729 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * mml.el (mml-preview): Widen the message buffer before copying
1732         the contents to the preview buffer; sort headers before previewing.
1733
1734         * message.el (message-hidden-headers): Fix the way to avoid a bug
1735         in the `repeat' widget in Emacs 21.3 or earlier.
1736
1737 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * message.el (message-hidden-headers): Default to "^References:".
1740         From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
1741         (message-strip-forbidden-properties): Remove check for obsolete
1742         `message-hidden' text property, hidden headers are not accessible
1743         in the buffer anymore.  From Romain Francoise on January 11, 2004.
1744
1745 2004-11-22  Romain Francoise  <romain@orebokech.com>
1746
1747         * message.el (message-header-format-alist): Add `From' in list
1748         so that it can be sorted.
1749         (message-fix-before-sending): Widen and sort headers before
1750         sending.
1751         (message-hide-headers): Use narrowing to hide headers by moving
1752         them to the top of the buffer and narrowing to the region
1753         underneath.
1754
1755 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1756
1757         * message.el (message-strip-forbidden-properties): Bind
1758         buffer-read-only (etc) to nil.
1759
1760 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1761
1762         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
1763         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1764
1765 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
1766
1767         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
1768
1769 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1770
1771         * dns.el (query-dns): Use sit-for to time instead of
1772         accept-process-output, since that doesn't seem to work on udp
1773         sockets.
1774
1775 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
1778
1779 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
1780
1781         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
1782         docstrings.
1783
1784 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1785
1786         * nntp.el (nntp-request-update-info): Return nil if
1787         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
1788         may not call gnus-activate-group which uselessly issues the GROUP
1789         commands for all nntp groups and wastes time.  Reported by Romain
1790         Francoise <romain@orebokech.com>.
1791
1792         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
1793
1794 2004-11-15  Simon Josefsson  <jas@extundo.com>
1795
1796         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
1797         headers separately.
1798         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
1799         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
1800
1801 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1802
1803         * gnus-start.el (gnus-convert-old-newsrc):
1804         Assign legacy-gnus-agent to 5.10.7.
1805
1806 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1807
1808         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
1809         start of the lines.
1810
1811 2004-11-14  Magnus Henoch  <mange@freemail.hu>
1812
1813         * hashcash.el (hashcash-default-payment): Change default to 20
1814         (hashcash-default-accept-payment): Change default to 20
1815         (hashcash-process-alist): New variable
1816         (hashcash-generate-payment-async): Add
1817         (hashcash-already-paid-p): Add
1818         (hashcash-insert-payment): Don't generate payments twice
1819         (hashcash-insert-payment-async): Add
1820         (hashcash-insert-payment-async-2): Add
1821         (hashcash-cancel-async): Add
1822         (hashcash-wait-async): Add
1823         (hashcash-processes-running-p): Add
1824         (hashcash-wait-or-cancel): Add
1825         (mail-add-payment): New optional argument.  Conditionally start
1826         asynchronous calculation.
1827         (mail-add-payment-async): Add
1828
1829         * message.el (message-send-mail): Wait for asynchronous hashcash
1830         results.  Don't clobber existing X-Hashcash headers.
1831         (message-setup-1): Call mail-add-payment-async when
1832         message-generate-hashcash is non-nil.
1833
1834 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1835
1836         * message.el (message-use-alternative-email-as-from): Examine the
1837         From header as well; use message-make-from in order to include a
1838         user's full name.
1839
1840 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
1843         default; improve customization type.
1844         (gnus-emphasis-custom-with-format): New macro.
1845         (gnus-emphasis-custom-value-to-external): New function.
1846         (gnus-emphasis-custom-value-to-internal): New function.
1847
1848 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * dns.el (query-dns): Resolve reverse addresses.
1851
1852 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853
1854         * gnus-group.el (gnus-group-get-new-news): Use it.
1855
1856         * gnus-start.el (gnus-check-reasonable-setup): New function.
1857
1858 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
1861         "Args out of range" error.  Reported by Arnaud Giersch
1862         <arnaud.giersch@free.fr>.
1863
1864 2004-11-07  Jesper Harder  <harder@ifa.au.dk>
1865
1866         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
1867         From Stefan Wiens <s.wi@gmx.net>.
1868
1869 2004-11-04  Richard M. Stallman  <rms@gnu.org>
1870
1871         * spam.el (spam group): Add :version.
1872
1873         * pgg-def.el (pgg group): Add :version.
1874
1875 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1876
1877         * gnus-art.el (gnus-article-edit-article): Don't associate the
1878         article buffer with a draft file.  This is a temporary measure
1879         against the 2004-08-22 change to gnus-article-edit-mode.
1880
1881 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1882
1883         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
1884         (html2text-format-tags): Remove unused variable `attr'.
1885
1886 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1887
1888         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
1889
1890         * tls.el (tls-process-connection-type, tls-success)
1891         (tls-certtool-program): Add :version.
1892
1893         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
1894         (starttls-extra-arguments, starttls-process-connection-type)
1895         (starttls-connect, starttls-failure, starttls-success):
1896
1897         * spam-stat.el (spam-stat): Add :version.
1898
1899         * sieve.el (sieve): Add :version.
1900
1901         * sha1.el (sha1): Add :version.
1902         (sha1-use-external): Remove redundant version.
1903
1904         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
1905         (nnmail-cache-ignore-groups, nnmail-spool-hook)
1906         (nnmail-split-fancy-match-partial-words)
1907         (nnmail-split-lowercase-expanded):
1908
1909         * nndiary.el (nndiary): Add :version.
1910
1911         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
1912
1913         * mml-sec.el (mml-default-sign-method)
1914         (mml-default-encrypt-method, mml-signencrypt-style-alist):
1915         Add :version.
1916
1917         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
1918
1919         * mm-url.el (mm-url-use-external, mm-url-program)
1920         (mm-url-arguments): Add :version.
1921
1922         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
1923         (mm-attachment-file-modes, mm-decrypt-option)
1924         (mm-w3m-safe-url-regexp): Add :version.
1925
1926         * message.el (message-cite-prefix-regexp)
1927         (message-sendmail-envelope-from, message-minibuffer-local-map)
1928         (message-user-fqdn, message-completion-alist): Add :version.
1929
1930         * gnus-win.el (gnus-configure-windows-hook)
1931         (gnus-use-frames-on-any-display): Add :version.
1932
1933         * gnus-art.el (gnus-article-address-banner-alist)
1934         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
1935         (gnus-treat-from-picon, gnus-treat-mail-picon)
1936         (gnus-treat-x-pgp-sig): Add :version.
1937
1938         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
1939         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
1940         (gnus-summary-article-delete-hook)
1941         (gnus-summary-display-while-building): Add :version.
1942
1943         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
1944         (gnus-get-top-new-news-hook):Add :version.
1945
1946         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1947         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
1948
1949         * gnus-registry.el (gnus-registry): Add :version.
1950
1951         * gnus-spec.el (gnus-use-correct-string-widths)
1952         (gnus-make-format-preserve-properties): Add :version.
1953
1954         * gnus.el (gnus-group-charter-alist)
1955         (gnus-group-fetch-control-use-browse-url)
1956         (gnus-install-group-spam-parameters): Add :version.
1957
1958         * gnus-diary.el (gnus-diary): Add :version.
1959
1960         * gnus-delay.el (gnus-delay): Add :version.
1961
1962         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
1963         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
1964         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
1965         Add :version.
1966
1967         * gnus-agent.el (gnus-agent-max-fetch-size)
1968         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
1969         (gnus-agent-prompt-send-queue): Add :version.
1970
1971         * deuglify.el (gnus-outlook-deuglify): Add :version.
1972
1973         * html2text.el: Beautify code.  Improve doc strings.  Some checkdoc
1974         cleanup.
1975         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
1976         (html2text-format-tag-list): Add "strong" and "em".
1977         From "Alfred M. Szmidt" <ams@kemisten.nu> (tiny change).
1978
1979 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1980
1981         * gnus-registry.el (gnus-registry-hashtb): create the registry
1982         when package is loaded
1983
1984         * spam.el (spam-summary-score-preferred-header): global preference
1985         for people who want to override the default SpamAssassin over
1986         Bogofilter preference (when both are set)
1987         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
1988         (spam-user-format-function-S): check spam-summary-score-preferred-header
1989         (spam-extra-header-to-number): add X-Bogosity header parsing
1990         (spam-user-format-function-S): format the score correctly
1991
1992 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1993
1994         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
1995         signature file.  Suggested by Manoj Srivastava
1996         <srivasta@golden-gryphon.com>.
1997
1998         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
1999         iso-2022-jp even in the Japanese language environment.
2000         Suggested by Jason Rumney <jasonr@gnu.org>.
2001
2002 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
2005         use the same characters as the dummy marks; make it free from
2006         getting affected by the language environment.
2007         (gnus-summary-read-group-1): Update mark positions only when the
2008         format spec is updated.
2009
2010         * gnus-spec.el (gnus-update-format-specifications): Return a list
2011         of updated types.
2012
2013 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
2016         of boundp to check if display-warning is available.
2017
2018 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
2019
2020         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
2021
2022 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * nnspool.el (nnspool-spool-directory): Use news-path if the
2025         news-directory variable is not bound.
2026
2027         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
2028         function instead of display-warning if it is not available.
2029
2030 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2031
2032         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
2033         v5-10: Use `point-at-bol'.
2034
2035 2004-10-26  Simon Josefsson  <jas@extundo.com>
2036
2037         * hashcash.el: Fix URL in comment, reported by Cheng Gao
2038         <chenggao@gmail.com>.
2039
2040 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
2041
2042         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
2043         instead.
2044
2045 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
2046
2047         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
2048         to remove a server from the nnimap-server-buffer-alist
2049         (nnimap-open-connection, nnimap-close-server): use it
2050
2051         * gnus-encrypt.el: removed in favor of encrypt.el
2052
2053 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2054
2055         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
2056         running the major-mode function.
2057
2058 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
2061         dummy marks in the right way.
2062
2063 2004-10-18  David Edmondson  <dme@dme.org>
2064
2065         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
2066         excessively.
2067
2068 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2069
2070         * gnus-util.el (gnus-split-references): accept a nil references
2071         string and go on blissfully
2072
2073         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
2074         cases where the references string is non-nil but has no references
2075
2076         * encrypt.el: add autoload tags
2077
2078         * spam.el (spam-resolve-registrations-routine): remove article
2079         from unregistration list too.  Reported by David Hanak
2080         <dhanak@isis.vanderbilt.edu>
2081
2082 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
2083
2084         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
2085         nil.  Changed custom type.
2086
2087 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
2088
2089         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
2090
2091         * gnus-sum.el (gnus-summary-move-article): Use it.
2092
2093 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
2094
2095         * encrypt.el: add autoload cookies
2096
2097         * spam.el (spam-backend-article-list-property)
2098         (spam-backend-get-article-todo-list)
2099         (spam-backend-put-article-todo-list, )
2100         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
2101         resolve registrations separately
2102         (spam-register-routine): format comments
2103         (spam-unregister-routine, spam-register-routine): always call with
2104         specific-articles, no default list
2105         (spam-summary-prepare-exit): use the spam-classifications function
2106
2107         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
2108         gnus-encrypt.el
2109
2110         * encrypt.el: copied from gnus-encrypt.el
2111
2112         * gnus-encrypt.el: commented that it's obsolete
2113
2114 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
2115
2116         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
2117         (gnus-score-save): Use it.
2118
2119         * message.el (message-bury): Use `window-dedicated-p'.
2120
2121 2004-10-15  Simon Josefsson  <jas@extundo.com>
2122
2123         * pop3.el (top-level): Don't require nnheader.
2124         (pop3-read-timeout): Add.
2125         (pop3-accept-process-output): Add.
2126         (pop3-read-response, pop3-retr): Use it.
2127
2128 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
2129
2130         * spam.el (spam-register-routine): move comment
2131         (spam-verify-bogofilter): we use 'unknown for the initial
2132         spam-bogofilter-valid state, not 'never
2133
2134         * netrc.el (netrc-machine-user-or-password): convenience wrapper
2135         for netrc-machine
2136
2137         * nnimap.el (nnimap-open-connection): use
2138         netrc-machine-user-or-password
2139
2140 2004-10-17  Richard M. Stallman  <rms@gnu.org>
2141
2142         * gnus-registry.el (gnus-registry-unload-hook):
2143         Set as a variable with add-hook.
2144
2145         * nnspool.el (nnspool-spool-directory): Use news-directory instead
2146         of news-path.
2147
2148         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
2149
2150         * spam.el: Delete duplicate `provide'.
2151         (spam-unload-hook): Set as a variable with add-hook.
2152
2153 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
2154
2155         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
2156         in the doc string.
2157
2158         * message.el (message-ignored-news-headers)
2159         (message-ignored-supersedes-headers)
2160         (message-ignored-resent-headers)
2161         (message-forward-ignored-headers): Improve custom type.
2162
2163 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * message.el (message-tokenize-header): Fix 2004-09-06 change
2166         which used point-min in the wrong place.
2167
2168 2004-10-12  Simon Josefsson  <jas@extundo.com>
2169
2170         * net/tls.el (tls-certtool-program): New variable.
2171         (tls-certificate-information): New function, based on
2172         ssl-certificate-information.
2173
2174 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2175
2176         * compface.el: Move the version of ELisp-based uncompface program
2177         to the contrib directory because of the copyright problem.
2178
2179 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2180
2181         * message.el (message-kill-buffer): Raise the current frame.
2182
2183 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
2184
2185         * gnus-sum.el: Mention that multibyte characters don't work as marks.
2186
2187         * gnus.el (message-y-or-n-p): Autoload.
2188
2189         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
2190         (pop3-password-required, pop3-authentication-scheme)
2191         (pop3-leave-mail-on-server): Made customizable.
2192         (pop3): New custom group.
2193         (pop3-retr): Remove `sleep-for' statements.
2194         Suggested by Dave Love <fx@gnu.org>.
2195
2196         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
2197         Windows/DOS.
2198
2199         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
2200         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
2201         Dave Love <fx@gnu.org>.
2202
2203         * mml.el (mml-minibuffer-read-disposition): Require match.
2204         Suggested by Dave Love <fx@gnu.org>.
2205
2206 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
2207
2208         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
2209         doc string.
2210
2211 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2212
2213         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
2214
2215 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2216
2217         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
2218         instead of calling `mm-insert-inline', to decode text/* parts
2219         before displaying them.
2220
2221 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2222
2223         * mm-uu.el (mm-uu-text-plain-type): New variable.
2224         (mm-uu-pgp-signed-extract-1): Use it.
2225         (mm-uu-pgp-encrypted-extract-1): Use it.
2226         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
2227         bind mm-uu-text-plain-type with that value.
2228         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
2229         mm-uu-dissect.
2230
2231 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2232
2233         * gnus-group.el (gnus-update-group-mark-positions):
2234         * gnus-sum.el (gnus-update-summary-mark-positions):
2235         * message.el (message-check-news-body-syntax):
2236         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
2237         of string-as-multibyte.
2238
2239 2004-10-05  Juri Linkov  <juri@jurta.org>
2240
2241         * gnus-group.el (gnus-update-group-mark-positions):
2242         * gnus-sum.el (gnus-update-summary-mark-positions):
2243         * message.el (message-check-news-body-syntax):
2244         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
2245         8-bit unibyte values to a multibyte string for search functions.
2246
2247 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * mm-uu.el (mm-uu-dissect): Allow optional arg.
2250         (mm-uu-dissect-text-parts): New function.
2251
2252         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
2253         dissect text parts.
2254
2255         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
2256         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
2257
2258         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
2259
2260         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
2261         gnus-current-topics instead of gnus-current-topic.
2262
2263 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
2264
2265         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
2266
2267 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
2268
2269         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
2270         where approriate.
2271
2272         * nnml.el (nnml-generate-active-info): do.
2273
2274         * nndiary.el (nndiary-generate-active-info): do.
2275
2276         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
2277         (gnus-topic-move): do.
2278
2279         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
2280         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
2281
2282         * gnus-srvr.el (gnus-server-prepare)
2283         (gnus-server-open-all-servers): do.
2284
2285         * gnus-msg.el (gnus-summary-cancel-article)
2286         (gnus-summary-resend-message)
2287         (gnus-summary-mail-crosspost-complaint): do.
2288
2289         * gnus-move.el (gnus-change-server): do.
2290
2291         * gnus-group.el (gnus-group-unmark-all-groups)
2292         (gnus-group-set-current-level): do.
2293
2294 2004-10-04  Simon Josefsson  <jas@extundo.com>
2295
2296         * message.el (message-generate-hashcash): Doc fix.
2297
2298 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
2299
2300         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
2301         avoid infinite recursion via gnus-get-function.
2302
2303 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
2304
2305         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
2306
2307         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
2308
2309         * nnmail.el (nnmail-split-history): do.
2310
2311         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
2312         (nnml-request-delete-group): do.
2313
2314         * nnslashdot.el (nnslashdot-read-groups): do.
2315
2316         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
2317         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
2318
2319         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
2320         (nnspool-sift-nov-with-sed): Use last
2321         (nnspool-retrieve-headers-with-nov): Use mapc.
2322         (nnspool-request-newgroups): Use dolist.
2323         (nnspool-request-group): Use last.
2324
2325         * nntp.el (nntp-read-server-type): Use dolist.
2326
2327         * nnvirtual.el (nnvirtual-create-mapping)
2328         (nnvirtual-update-read-and-marked): Use dolist.
2329         (nnvirtual-convert-headers): Simplify.
2330
2331 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
2332
2333         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
2334         support for sync'ing tick marks.
2335
2336 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2337
2338         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
2339         there's no visible header.
2340
2341 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
2342
2343         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
2344         necessary, pass full group name to gnus-request-set-marks.
2345
2346 2004-10-01  Simon Josefsson  <jas@extundo.com>
2347
2348         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
2349         acroread.
2350
2351 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352
2353         * spam-report.el (spam-report-gmane): Fix interactive.
2354
2355         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
2356
2357         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
2358         when writing file.
2359         (gnus-agent-synchronize-flags): Don't default to being
2360         interactive.
2361
2362 2004-09-30  Simon Josefsson  <jas@extundo.com>
2363
2364         * message.el (message-generate-hashcash): Add.
2365         (message-send-mail): Use it, call mail-add-payment.
2366
2367 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
2368
2369         * spam.el (spam-verify-bogofilter): -V, not -sV option
2370
2371 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
2372
2373         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
2374         gnus-requst-update-info with explicit code to sync the in-memory
2375         info read flags with the marks being sync'd to the backend.
2376
2377         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
2378
2379 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2380
2381         * spam.el (spam-verify-bogofilter): new function
2382         (spam-check-bogofilter)
2383         (spam-bogofilter-register-with-bogofilter): use it
2384         (spam-verify-bogofilter): small fixes
2385
2386 2004-09-28  Simon Josefsson  <jas@extundo.com>
2387
2388         * hashcash.el (hashcash-generate-payment): Revert.
2389
2390 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2391
2392         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
2393         gnus-extract-references instead of gnus-split-references
2394
2395         * gnus-util.el (gnus-extract-references): new function, analogous
2396         to gnus-split-references but extracts only the message-ID without
2397         anything extra
2398
2399         * hashcash.el (hashcash-generate-payment)
2400         (hashcash-check-payment): do the right thing if hashcash-path is
2401         nil (because the hashcash program could not be found)
2402
2403         * spam.el (spam-use-hashcash): remove comment
2404
2405 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
2406
2407         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
2408         (gnus-cache-enter-article, gnus-cache-remove-article)
2409         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
2410
2411         * gnus-async.el (gnus-async-prefetch-remove-group): do.
2412
2413         * gnus-art.el (article-hide-boring-headers)
2414         (article-translate-strings, article-display-face)
2415         (gnus-article-mime-match-handle-first)
2416         (gnus-article-highlight-headers)
2417         (gnus-article-add-buttons-to-head): do.
2418
2419 2004-09-27  Simon Josefsson  <jas@extundo.com>
2420
2421         * hashcash.el: New version, from
2422         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
2423         ../contrib/.
2424
2425 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2426
2427         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
2428
2429 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
2430
2431         * gnus-dup.el (gnus-dup-open): Use mapc.
2432         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
2433
2434         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
2435         Reported by Stefan Wiens <s.wi@gmx.net>.
2436
2437         * gnus.el (gnus-shutdown): Use dolist.
2438
2439         * gnus-undo.el (gnus-undo): Use mapc.
2440
2441         * nnrss.el (nnrss-generate-active): do.
2442
2443         * message.el (message-cite-original-without-signature)
2444         (message-cite-original): Use mapc.
2445         (message-do-actions, message-make-forward-subject): Use dolist.
2446
2447 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
2448
2449         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
2450         deletion to remove entire duplicate line.  Fixes merged article
2451         number bug.
2452
2453 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
2454
2455         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
2456         servers that are offline.  Avoids having gnus-agent-toggle-plugged
2457         first ask if you want to open a server and then, even when you
2458         responded with no, asking if you want to synchronize the server's
2459         flags.
2460         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
2461         multi-line expressions.
2462         (gnus-agent-synchronize-group-flags): New internal function.
2463         Updates marks in memory (in the info structure) AND in the
2464         backend.
2465
2466         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
2467
2468         * nnagent.el (nnagent-request-set-mark): Use
2469         gnus-agent-synchronize-group-flags, not backend's request-set-mark
2470         method, to ensure that synchronization updates marks in the
2471         backend and in the info (in memory) structure.
2472
2473 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2474
2475         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
2476         convention fully; don't miss the root article of a thread; make
2477         the X-Draft-From header with correct article numbers.
2478
2479 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
2480
2481         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
2482         unless plugged.  Disable the agent so that an open failure causes
2483         an error.
2484
2485         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
2486         Reverted 2004-09-21 change.  The backend must be opened while
2487         synchronizing flags even when the backend stores the flags
2488         locally.
2489
2490 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
2491
2492         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
2493         in `header' match.  Reported by Svend Tollak Munkejord.
2494
2495         * message.el (message-cite-original): Fix use of
2496         `message-cite-articles-with-x-no-archive'.
2497
2498 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
2501         (gnus-window-to-buffer): Ditto.
2502
2503         * mml.el (mml-preview-buffer): New variable.
2504         (mml-preview): Manage window layout with gnus-buffer-configuration.
2505
2506         * gnus-msg.el (gnus-setup-message): Put article numbers into the
2507         X-Draft-From header even if those articles aren't quoted.
2508
2509 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
2510
2511         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
2512         (gnus-request-set-mark, gnus-request-update-mark): Use new
2513         g-s-t-u-l-m to decide to use backend even when unplugged.
2514
2515 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2516
2517         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
2518         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
2519
2520 2004-09-20  Simon Josefsson  <jas@extundo.com>
2521
2522         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
2523         "utf-16-le".
2524
2525 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2526
2527         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
2528
2529 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
2530
2531         * uudecode.el (uudecode-use-external): Add :version.
2532
2533         * smime.el (smime-CA-file, smime-encrypt-cipher)
2534         (smime-dns-server): Add :version.
2535
2536         * smiley.el (gnus-smiley-file-types): Add :version.
2537
2538         * sha1.el (sha1-use-external): Add :version.
2539
2540         * pgg-def.el (pgg-query-keyserver): Add :version.
2541
2542         * nnmail.el (nnmail-fancy-expiry-targets)
2543         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
2544
2545         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
2546         (nnimap-retrieve-groups-asynchronous): Add :version.
2547         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
2548
2549         * mml.el (mml-content-disposition-parameters)
2550         (mml-insert-mime-headers-always): Add :version.
2551
2552         * mm-util.el (mm-coding-system-priorities):
2553
2554         * mm-decode.el (mm-inline-text-html-with-images)
2555         (mm-keep-viewer-alive-types, mm-external-terminal-program)
2556         (mm-verify-option): Add :version.
2557         (mm-text-html-renderer): Change :version.
2558
2559         * message.el (message-fcc-externalize-attachments)
2560         (message-required-headers, message-draft-headers)
2561         (message-subject-trailing-was-query)
2562         (message-subject-trailing-was-ask-regexp)
2563         (message-subject-trailing-was-regexp, message-mark-insert-begin)
2564         (message-mark-insert-end, message-archive-header)
2565         (message-archive-note, message-cross-post-default)
2566         (message-cross-post-note, message-followup-to-note)
2567         (message-cross-post-note-function, message-use-mail-followup-to)
2568         (message-subscribed-address-functions)
2569         (message-subscribed-address-file, message-subscribed-addresses)
2570         (message-subscribed-regexps, message-allow-no-recipients)
2571         (message-yank-cited-prefix, message-signature-insert-empty-line)
2572         (message-hidden-headers, message-hierarchical-addresses)
2573         (message-mail-user-agent, message-use-idna)
2574         (message-valid-fqdn-regexp)
2575         (message-strip-special-text-properties, message-header-synonyms)
2576         (message-beginning-of-line, message-tab-body-function): Add :version.
2577         (message-insert-canlock, message-wide-reply-confirm-recipients):
2578         Change :version.
2579
2580         * mail-source.el (mail-source-ignore-errors): Add :group, :type
2581         and :version.
2582         (mail-source-delete-old-incoming-confirm)
2583         (mail-source-movemail-program): Add :version.
2584
2585         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
2586         (gnus-agent-cache, gnus-agent): Change :version.
2587
2588         * gnus-util.el (gnus-use-byte-compile): Change :version.
2589
2590         * gnus-sum.el (gnus-summary-make-false-root-always)
2591         (gnus-summary-default-high-score)
2592         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
2593         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
2594         (gnus-read-all-available-headers, gnus-article-emulate-mime)
2595         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
2596         (gnus-sum-thread-tree-single-indent)
2597         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
2598         (gnus-sum-thread-tree-leaf-with-other)
2599         (gnus-sum-thread-tree-single-leaf): Add :version.
2600         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
2601         (gnus-article-loose-mime): Change :version.
2602
2603         * gnus-start.el (gnus-backup-startup-file)
2604         (gnus-save-startup-file-via-temp-buffer): Add :version.
2605
2606         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
2607         (gnus-server-offline-face): Add :version.
2608
2609         * gnus-score.el (gnus-adaptive-word-length-limit):
2610
2611         * gnus-msg.el (gnus-gcc-externalize-attachments)
2612         (gnus-debug-files, gnus-debug-exclude-variables)
2613         (gnus-discouraged-post-methods): Change :version.
2614         (gnus-confirm-mail-reply-to-news)
2615         (gnus-confirm-treat-mail-like-news): Add :version.
2616
2617         * gnus-int.el (gnus-server-unopen-status): Add :version.
2618
2619         * gnus-group.el (gnus-group-jump-to-group-prompt)
2620         (gnus-large-ephemeral-newsgroup)
2621         (gnus-fetch-old-ephemeral-headers): Add :version.
2622
2623         * gnus-fun.el (gnus-x-face-directory)
2624         (gnus-convert-pbm-to-x-face-command)
2625         (gnus-convert-image-to-x-face-command)
2626         (gnus-convert-image-to-face-command): Add :version.
2627
2628         * gnus-delay.el (gnus-delay-default-hour): Add :version.
2629
2630         * gnus-cite.el (gnus-cite-blank-line-after-header)
2631         (gnus-article-boring-faces):
2632
2633         * gnus-art.el (gnus-buttonized-mime-types)
2634         (gnus-inhibit-mime-unbuttonizing)
2635         (gnus-treat-display-face)
2636         (gnus-treat-body-boundary): Change :version.
2637         (gnus-body-boundary-delimiter, gnus-picon-databases)
2638         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
2639         (gnus-treat-date-english, gnus-treat-fold-headers)
2640         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
2641         (gnus-treat-mail-picon, gnus-treat-wash-html)
2642         (gnus-article-encrypt-protocol)
2643         (gnus-use-idna, gnus-article-over-scroll)
2644         (gnus-mime-display-multipart-alternative-as-mixed)
2645         (gnus-mime-display-multipart-related-as-mixed)
2646         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
2647         (gnus-ctan-url, gnus-button-ctan-handler)
2648         (gnus-button-handle-ctan-bogus-regexp)
2649         (gnus-button-ctan-directory-regexp)
2650         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
2651         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
2652         (gnus-button-man-level, gnus-button-emacs-level)
2653         (gnus-button-message-level, gnus-button-browse-level): Add :version.
2654
2655         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
2656         (gnus-agent-go-online): Change :version.
2657         (gnus-agent-expire-unagentized-dirs)
2658         (gnus-agent-auto-agentize-methods): Add :version.
2659
2660         * flow-fill.el (fill-flowed-display-column)
2661         (fill-flowed-encode-column): Add :version.
2662
2663         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2664         (gnus-outlook-deuglify-unwrap-max)
2665         (gnus-outlook-deuglify-cite-marks)
2666         (gnus-outlook-deuglify-unwrap-stop-chars)
2667         (gnus-outlook-deuglify-no-wrap-chars)
2668         (gnus-outlook-deuglify-attrib-cut-regexp)
2669         (gnus-outlook-deuglify-attrib-verb-regexp)
2670         (gnus-outlook-deuglify-attrib-end-regexp)
2671         (gnus-outlook-display-hook): Add :version.
2672
2673         * binhex.el (binhex-use-external): Add :version.
2674
2675 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
2676
2677         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
2678         and `invisible'.
2679
2680 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2681
2682         * gnus-registry.el (gnus-registry-trim): watch out for negatives
2683         in gnus-registry-trim
2684
2685 2004-09-13  Simon Josefsson  <jas@extundo.com>
2686
2687         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
2688
2689         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
2690
2691         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
2692         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
2693         <yamaoka@jpl.org>.
2694         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
2695         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
2696         <yamaoka@jpl.org>.
2697
2698         * sieve.el (sieve-manage-mode): Ditto.
2699
2700 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
2701
2702         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
2703
2704 2004-09-11  Simon Josefsson  <jas@extundo.com>
2705
2706         * dns-mode.el: Add.
2707
2708         * mm-view.el (mm-display-dns-inline): Add.
2709
2710         * mm-decode.el (mm-inline-media-tests): Add text/dns.
2711         (mm-automatic-display): Ditto.
2712
2713         * mailcap.el (mailcap-mime-data): Add text/dns.
2714         (mailcap-mime-extensions): Map .soa to text/dns.
2715
2716 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
2717
2718         * gnus-art.el (article-decode-mime-words, article-babel)
2719         (gnus-article-highlight-signature, gnus-article-add-buttons)
2720         (gnus-signature-toggle): Remove unnecessary bindings of
2721         `inhibit-read-only' inherited from v5.10 merge.
2722
2723 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
2724
2725         * nntp.el (nntp): New customization group.
2726         (nntp-authinfo-file): Add customization group.
2727
2728         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
2729
2730         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
2731
2732         * gnus.el (to-address, to-list, subscribed)
2733         (large-newsgroup-initial): Ditto.
2734
2735         * flow-fill.el (fill-flowed-display-column)
2736         (fill-flowed-encode-column): Ditto.
2737
2738 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
2739
2740         * message.el (message-tokenize-header, message-send-mail-with-qmail):
2741         Use point-min rather than 1.
2742         (message-send-mail): Use buffer-size rather than point-max.
2743
2744         * gnus-sum.el (gnus-summary-search-article-forward):
2745         Signal a specific `search-failed' rather than a generic `error'.
2746
2747         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
2748         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
2749         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
2750
2751 2004-09-10  Simon Josefsson  <jas@extundo.com>
2752
2753         * nndb.el (require): Remove tcp and duplicate cl.
2754
2755 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2756
2757         * gnus-agent.el (directory-files-and-attributes): Move forward.
2758
2759 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
2760
2761         * gnus-agent.el (directory-files-and-attributes): Optionally
2762         defined to support XEmacs.
2763
2764 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
2765
2766         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
2767         to avoid run-time CL dependencies.
2768         (gnus-agent-unfetch-articles): New function.
2769         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
2770         article numbers even when local .overview file is missing.
2771         (gnus-agent-read-article-number): New function. Only accepts
2772         27-bit article numbers.
2773         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
2774         gnus-agent-read-article-number.
2775         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
2776         from backend while recognizing that article numbers in .overview
2777         must be valid.
2778         (gnus-agent-update-files-total-fetched-for): Use
2779         directory-files-and-attributes to improve performance.
2780         * gnus-int.el (gnus-request-move-article): Use
2781         gnus-agent-unfetch-articles in place of gnus-agent-expire to
2782         improve performance.
2783
2784         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
2785         some users confused by references to .newsrc when they only have a
2786         .newsrc.eld file.
2787         (gnus-convert-mark-converter-prompt,
2788         gnus-convert-converter-needs-prompt): Fixed use of property list.
2789         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
2790         New function. Used internally to only display 'gnus converting
2791         files' message when actually necessary.
2792
2793         * gnus-sum.el (): Removed (require 'gnus-agent) as required
2794         methods now autoloaded.
2795
2796 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2797
2798         * gnus-sum.el (gnus-summary-insert-subject): Remove list
2799         identifiers.
2800
2801 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
2802
2803         * gnus-picon.el: Fix indentation and closing parenthesis.
2804
2805 2004-09-01  Simon Josefsson  <jas@extundo.com>
2806
2807         * message.el (message-canlock-generate): Require sha1, not
2808         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
2809         to require within a function.  Sadly, if sha1.el isn't loaded, the
2810         let binding in m-c-g will hide the defcustom definition, which is
2811         bad.)
2812
2813         * canlock.el: Require sha1, not sha1-el.
2814
2815         * message.el: Don't autoload sha1 (there is a autoload cookie in
2816         sha1.el).
2817
2818         * sha1-el.el: Renamed to sha1.el.
2819
2820 2004-08-30  Juanma Barranquero  <lektu@terra.es>
2821
2822         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
2823
2824 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2825
2826         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
2827
2828 2004-08-30  Kim F. Storm  <storm@cua.dk>
2829
2830         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
2831
2832         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
2833         Add :group 'nnimap.
2834
2835 2004-08-30  Simon Josefsson  <jas@extundo.com>
2836
2837         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
2838         ?* and ?\; (tiny patch).  From Andreas Schwab <schwab@suse.de>.
2839
2840 2004-08-30  Simon Josefsson  <jas@extundo.com>
2841
2842         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
2843         and ?\' to symbol instead of whitespace (tiny patch).  From
2844         Andreas Schwab <schwab@suse.de>.
2845
2846 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
2849
2850         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
2851         instead of re-search-forward.
2852
2853         * gnus-uu.el (gnus-uu-save-article): Ditto.
2854         (gnus-uu-post-encode-uuencode): Ditto.
2855
2856         * html2text.el (html2text-clean-list-items): Ditto.
2857         (html2text-clean-dtdd): Ditto.
2858         (html2text-format-tags): Ditto.
2859
2860         * message.el (message-send-mail-with-sendmail): Fix regexp.
2861         (message-fill-field-general): Use search-forward instead of
2862         re-search-forward.
2863         (unbold-region): Ditto.
2864
2865         * nnrss.el (nnrss-request-article): Ditto.
2866
2867         * nnslashdot.el (nnslashdot-request-article): Ditto.
2868
2869         * nnweb.el (nnweb-gmane-wash-article): Ditto.
2870
2871         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
2872         "Unrecognized menu descriptor" error in XEmacs.
2873
2874 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
2877         entry.
2878
2879         * gnus-group.el (gnus-group-line-format-alist): Convert the value
2880         of gnus-tmp-news-method into string under XEmacs.  It will be
2881         passed to gnus-correct-length which takes only a string argument.
2882
2883 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         * gnus-util.el (gnus-bind-print-variables): New macro.
2886         (gnus-prin1): Use it.
2887         (gnus-prin1-to-string): Use it.
2888         (gnus-pp): New function.
2889         (gnus-pp-to-string): New function.
2890
2891         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
2892         pp-to-string with gnus-pp-to-string.
2893         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
2894         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
2895         * gnus-msg.el (gnus-debug): Ditto.
2896         * gnus-score.el (gnus-score-save): Ditto.
2897         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
2898         gnus-pp-to-string.
2899         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
2900         with gnus-pp.
2901         * score-mode.el (gnus-score-pretty-print): Ditto.
2902         * webmail.el (webmail-debug): Ditto.
2903
2904 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * gnus-art.el (article-display-face, article-display-x-face): Use
2907         buffer-read-only.
2908
2909 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * gnus-art.el (article-hide-list-identifiers): Bind
2912         inhibit-read-only as t.
2913
2914 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
2915
2916         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
2917
2918 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2919
2920         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
2921         (gnus-narrow-to-page): Don't assume point-min == 1.
2922         (gnus-article-edit-mode): Derive from message-mode.
2923
2924         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
2925         point-min == 1.
2926
2927         * imap.el (imap-parse-address-list, imap-parse-body-ext):
2928         Disable incorrect use of `assert'.
2929
2930         * message.el (message-mode): Set comment-start-skip.
2931
2932
2933 2004-08-22  Sam Steingold  <sds@gnu.org>
2934
2935         * pop3.el (pop3-leave-mail-on-server): New user variable.
2936         (pop3-movemail): Delete mail only when it is nil.
2937
2938 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
2939
2940         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
2941
2942         * mml.el (mml-preview): Use `pop-to-buffer'.
2943
2944         * message.el (message-goto-mail-followup-to): Insert after "To".
2945         (message-carefully-insert-headers): Add comment.
2946
2947         * gnus.el: Remove unused variable `gnus-article-check-size'.
2948
2949         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
2950
2951         * gnus-art.el (gnus-button-alist): Improve
2952         `gnus-button-handle-library' entry.
2953
2954 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
2955
2956         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
2957         downcase, since XEmacs capitalizes error messages differently.
2958         From Sebastian Freundt <hroptatyr@gna.org>.
2959
2960 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
2961
2962         * nntp.el: Add (require 'gnus) due to reference to
2963         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
2964
2965 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
2966
2967         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
2968         `mm-fill-flowed'.
2969
2970         * mm-decode.el (mm-dissect-singlepart): Check it.
2971
2972 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
2973
2974         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
2975         'imap' for netrc parsing
2976
2977 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
2978
2979         * mailcap.el (mailcap-mime-data): Mark as risky.
2980
2981 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2982
2983         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
2984         may be included in the encoded word.
2985         (rfc2047-encode): Don't append a space if the encoded word
2986         includes close parenthesis.
2987
2988 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2989
2990         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
2991         of text within parentheses.
2992
2993 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
2994
2995         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
2996         (gnus-encrypt-write-file-contents): the password key is the file
2997         name PLUS the cipher, not just the cipher.  Also remove failed
2998         passwords from the cache.
2999
3000 2004-08-06  Simon Josefsson  <jas@extundo.com>
3001
3002         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
3003         fix.
3004
3005 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
3008         LWSP.
3009
3010 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
3011
3012         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
3013         to append in-reply-to: data to the references: header
3014
3015         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
3016         (netrc-parse): use gnus-encrypt.el functions
3017
3018         * gnus-encrypt.el: new file for encryption support; currently
3019         does only a few GPG ciphers and an internal XOR cipher
3020
3021         * password.el: add comments on using password-read-and-add
3022         (password-read-and-add): new function to read and add the
3023         password to the cache at once
3024
3025 2004-07-28  Simon Josefsson  <jas@extundo.com>
3026
3027         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
3028         parameter (but don't use it, for now).
3029
3030         * imap.el (imap-ssl-open): Use imap-process-connection-type,
3031         instead of hard coding to nil.
3032
3033 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3034
3035         * mm-view.el (mm-inline-image-emacs): Open lines under an image
3036         as mm-inline-image-xemacs does.
3037
3038 2004-07-26  Simon Josefsson  <jas@extundo.com>
3039
3040         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
3041         Revert part of 2004-07-17 change below.
3042
3043 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
3046         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
3047
3048 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3049
3050         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
3051         quotes that actually start with ">" at the beginning of the
3052         lines.
3053
3054 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3055
3056         * rfc2047.el (rfc2047-encode-region): Fix last change.
3057         (rfc2047-encode-parameter): Remove useless concat.
3058
3059 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3060
3061         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
3062         encode special characters; fix some kind of misconfigured headers;
3063         signal a real error if debug-on-quit or debug-on-error is non-nil.
3064         (rfc2047-encode-max-chars): New variable.
3065         (rfc2047-encode-1): Use it.
3066         (rfc2047-encode-parameter): New function.
3067
3068         * mml.el (mml-insert-parameter): Remove an excessive space.
3069
3070 2004-07-17  Simon Josefsson  <jas@extundo.com>
3071
3072         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
3073         Kai Grossjohann <kai@emptydomain.de>.
3074         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
3075         (gnus-group-make-menu-bar): Ditto.
3076
3077         * gnus-util.el (gnus-group-server): Add.
3078
3079 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
3080
3081         * message.el (message-clone-locals): Clone sendmail and smtp
3082         variables.
3083
3084 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3085
3086         * rfc2047.el (rfc2047-encode-region): Fix last change.
3087
3088 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3089         From David Hedbor <dhedbor@real.com>.
3090
3091         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
3092         (nnmail-expand-newtext): Lowercase expanded entries if
3093         nnmail-split-lowercase-expanded is non-nil.
3094
3095 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3096
3097         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
3098         characters as non-special.
3099
3100 2004-07-09  Simon Josefsson  <jas@extundo.com>
3101
3102         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
3103         Users will lose all flag changes made while unplugged with
3104         e.g. nntp unless flag synchronization happens, thus `nil' is not a
3105         good default.  See numerous reports on ding mailing list.
3106
3107 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3108
3109         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
3110         add generate-head-function and generate-article-function to the
3111         rfc822-forward entry.
3112         (nndoc-rfc822-forward-generate-article): New function.
3113         (nndoc-rfc822-forward-generate-head): New function.
3114
3115         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
3116
3117 2004-07-06  Dan Christensen  <jdc@uwo.ca>
3118
3119         * gnus-sum.el (gnus-summary-read-group-1): When summary
3120         is unthreaded, respect display group parameter.
3121         (gnus-articles-to-read): Remove unused reference to
3122         display group parameter.
3123
3124 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3125
3126         * nnheader.el (nnheader-uniquify-message-id): New experimental
3127         variable.
3128         (nnheader-nov-read-message-id): Use it.
3129
3130         * spam-report.el (spam-report-gmane): Add interactive.
3131
3132 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
3135         qp-or-base64 for the application/* types.
3136
3137 2004-07-02  Jesper Harder  <harder@ifa.au.dk>
3138
3139         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.  From
3140         Joakim Verona <joakim@verona.se>.
3141
3142 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3143
3144         * gnus-registry.el (gnus-registry-trim): don't allow a negative
3145         trim value
3146
3147 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
3148
3149         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
3150         New macro and function.
3151         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
3152
3153 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3154
3155         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
3156         after-load-alist.
3157
3158 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3159
3160         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
3161         update info that isn't there.
3162
3163 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * mm-view.el (mm-inline-render-with-function): Use multibyte
3166         buffer; decode html source by charset.
3167
3168         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
3169
3170         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
3171         entry.  From Ilya N. Golubev <gin@mo.msk.ru>.
3172         (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is
3173         loaded under XEmacs.
3174         (): Don't make duplicated entries in mm-mime-mule-charset-alist.
3175
3176 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
3177
3178         * nnheader.el (nnheader-max-head-length): Increase to 8192.
3179
3180 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3181
3182         * mm-util.el (mm-coding-system-p): Return a coding-system.
3183         (mm-mime-mule-charset-alist): Use shift_jis instead of
3184         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
3185         entries for the mime charsets iso-2022-jp-3 and shift_jis.
3186         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
3187         instead of japanese-shift-jis and iso-latin-1 respectively in
3188         order to share the default value with both Emacs and XEmacs-mule.
3189         (mm-mule-charset-to-mime-charset): Make
3190         mm-coding-system-priorities effective.
3191         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
3192         while predicating of candidates upon the priorities.
3193
3194 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
3195
3196         * gnus-sum.el (gnus-summary-make-menu-bar): Add
3197         gnus-uu-invert-processable.
3198
3199         * gnus.el: Autoload gnus-uu-invert-processable.
3200
3201 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3202
3203         * mm-util.el (mm-with-multibyte-buffer): New macro.
3204
3205         * rfc2047.el (rfc2047-encode-string): Use it.
3206         (rfc2047-encode-region): Move point to the end of the region after
3207         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
3208
3209 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3210
3211         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
3212         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
3213
3214 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3215
3216         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
3217         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
3218         Karl Chen <quarl@nospam.quarl.org>.
3219
3220 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
3221
3222         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
3223         invalid addresses.
3224
3225 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
3226
3227         * spam.el: section markers changed, TODO list revised
3228         (spam-backends): new master list of all installed backends
3229         (spam-summary-exit-behavior): new variable to determine how
3230         messages moves are done at summary exit
3231         (spam-move-spam-nonspam-groups-only)
3232         (spam-process-ham-in-nonham-groups)
3233         (spam-process-ham-in-spam-groups): variables removed, the
3234         spam-summary-exit-behavior variable should be used to manage this
3235         behavior
3236         (spam-old-ham-articles, spam-old-spam-articles): removed
3237         (spam-old-articles): new variable, replacing spam-old-ham-articles
3238         and spam-old-spam-articles
3239         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
3240         empty variables, placeholders for the backends they represent
3241         (spam-set-difference): moved, unchanged
3242         (spam-list-of-processors): variable OBSOLETE, not used anymore
3243         unless the user has a processor variable
3244         (spam-classifications, spam-classification-valid-p)
3245         (spam-backend-properties, spam-backend-property-valid-p)
3246         (spam-backend-function-type-valid-p)
3247         (spam-process-type-valid-p, spam-list-articles): helper functions
3248         (spam-report-articles-gmane, spam-report-articles-resend):
3249         functions removed, they are not needed
3250         (spam-install-backend-super, spam-backend-list)
3251         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
3252         (spam-backend-function, spam-backend-ham-registration-function)
3253         (spam-backend-spam-registration-function)
3254         (spam-backend-ham-unregistration-function)
3255         (spam-backend-spam-unregistration-function)
3256         (spam-backend-statistical-p, spam-backend-mover-p)
3257         (spam-install-backend-alias, spam-install-checkonly-backend)
3258         (spam-install-mover-backend, spam-install-nocheck-backend)
3259         (spam-install-backend, spam-install-statistical-backend)
3260         (spam-install-statistical-checkonly-backend): backend installation
3261         support
3262         (spam-summary-prepare-exit): rewritten to use the new backend code
3263         (spam-group-processor-p): use the new backend code and respect the
3264         summary exit behavior
3265         (spam-mark-spam-as-expired-and-move-routine): removed
3266         (spam-summary-prepare): changed to use the new spam-old-articles
3267         variable
3268         (spam-copy-or-move-routine, spam-copy-spam-routine)
3269         (spam-move-spam-routine, spam-copy-ham-routine)
3270         (spam-move-ham-routine): new code to copy/move ham or spam
3271         (spam-fetch-field-fast): doc and code improved, plus it allows the
3272         'number request
3273         (spam-list-of-checks, spam-list-of-statistical-checks): variables
3274         removed, no longer used
3275         (spam-split, spam-find-spam): use the new backend code
3276         (spam-registration-functions): variable removed, no longer used
3277         (spam-unregister-routine): convenience wrapper
3278         (spam-log-undo-registration, spam-register-routine)
3279         (spam-log-processing-to-registry)
3280         (spam-log-unregistration-needed-p): renamed "check" to "backend"
3281         where possible
3282         (spam-check-gmane-xref, spam-check-regex-headers)
3283         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
3284         (spam-check-whitelist, spam-check-blacklist)
3285         (spam-check-bogofilter-headers, spam-check-spamoracle)
3286         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
3287         (spam-check-crm114-headers): use the spam-split-group that
3288         spam-split prepares, no need to determine it every time
3289
3290         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
3291         the nnheader-parse-naked-head call
3292
3293         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
3294
3295         * gnus-sum.el (gnus-nov-parse-line): add the message number to
3296         the nnheader-nov-read-message-id call
3297
3298 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3299
3300         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
3301         gnus-activate-group twice.  Suggested by Markus Peter
3302         <warp@spin.de>.
3303
3304 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * gnus-art.el (gnus-article-time-format): Exchange the order of
3307         day and month in the default value; fix customization type.
3308         (article-date-ut): Use add-text-properties.
3309         (article-make-date-line): Use message-make-date instead of
3310         current-time-string.
3311
3312         * message.el (message-fetch-field): Don't use set-text-properties.
3313         (message-make-date): Simplify.
3314
3315         * messagexmas.el (message-xmas-make-date): New function.
3316         (message-xmas-redefine): Defalias message-make-date to it.
3317
3318 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
3321         (rfc2047-encode-region): Treat text within parentheses as special;
3322         show the original text when error has occurred.
3323
3324         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
3325         already-computed method to gnus-activate-group.
3326
3327         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
3328         same select-methods identical Lisp objects.
3329
3330         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
3331         object when modifying the info.
3332
3333 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * gnus-srvr.el (gnus-server-set-info): Remove the server from
3336         gnus-opened-servers since it has never been opened with the new
3337         configuration yet.
3338
3339 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
3342         arg to nnheader-generate-fake-message-id.
3343
3344 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
3345
3346         * nnheader.el (nnheader-generate-fake-message-id): accept a
3347         number and build a fake message ID localized to a group and
3348         article number (so it's repeatable from that point on)
3349         (nnheader-fake-message-id-p): change regex to accomodate new fake
3350         ID format
3351
3352         * gnus-sum.el (gnus-get-newsgroup-headers): call
3353         nnheader-generate-fake-message-id with the article number
3354
3355 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
3356
3357         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
3358         end-of-buffer.
3359
3360 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3361
3362         * message.el (message-ignored-supersedes-headers): Add Approved.
3363
3364 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * rfc2047.el (rfc2047-encode-message-header): Remove useless
3367         goto-char.
3368         (rfc2047-encode): Fold the line before encoding.
3369
3370 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3371
3372         * rfc2047.el (rfc2047-encode-message-header): Disabled header
3373         folding -- not all headers can be folded, and this should be done
3374         by the message composition mode.  Probably.  I think.
3375
3376 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
3379         fast.
3380
3381         * gnus-ems.el (gnus-remove-image): Don't use
3382         message-text-with-property; remove only the image found first.
3383
3384         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
3385         found first.
3386
3387 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
3388
3389         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
3390
3391 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * message.el (message-text-with-property): Make it fast and accept
3394         optional arguments.
3395         (message-strip-forbidden-properties): Use it.
3396         (message-fix-before-sending): Follow the m-t-w-p change.
3397
3398         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
3399
3400 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * gnus-art.el (article-hide-headers): Don't change the buffer
3403         mistakenly when performing mml-preview even if
3404         gnus-single-article-buffer is nil.
3405
3406 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
3407
3408         * message.el (message-expand-name-databases): New user option.
3409         (message-expand-name): Use it.
3410
3411 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
3412
3413         * spam.el (spam-report-articles-resend)
3414         (spam-report-resend-register-routine): allow ham reporting
3415         (spam-report-resend-register-ham-routine): simple wrapper
3416         (spam-registration-functions): add ham resending functions
3417         (spam-list-of-processors): add ham resend processor
3418
3419         * gnus.el (ham-resend-to): new group parameter
3420         (spam-process): add ham resend option
3421
3422         * spam-report.el (spam-report-resend): allow reporting ham
3423         (spam-report-resend-ham): simple wrapper
3424
3425 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426
3427         * message.el (message-cite-articles-with-x-no-archive): New
3428         variable.
3429         (message-cite-original): Use it.
3430
3431 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3432
3433         * message.el (message-cite-original): Respect X-No-Archive.
3434
3435 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * gnus-art.el (article-hide-headers): Refer to the values for
3438         gnus-ignored-headers and gnus-visible-headers in the summary
3439         buffer since a user may have set them as group parameters.
3440
3441 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
3442
3443         * assistant.el (assistant-node-name): new convenience function
3444         (assistant-render-text, assistant-render-node): error handling,
3445         plus handle multiple next nodes
3446         (assistant-find-next-node): commented out for now
3447         (assistant-find-next-nodes): new function, returns list of next
3448         nodes
3449
3450 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
3451
3452         * mail-source.el (mail-source-directory): Fix doc-string.
3453
3454 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
3455
3456         * assistant.el (assistant-render-text, assistant-eval): add :set
3457         widget type, which is different because it takes and returns a
3458         list.  Much hilarity ensues.
3459
3460 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
3461
3462         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
3463
3464         * gnus-group.el (gnus-group-get-new-news-this-group): Added
3465         doc-string.
3466
3467         * gnus-start.el (gnus-activate-group): Added doc-string.
3468
3469 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
3472
3473 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
3474
3475         * assistant.el (assistant-render-text): trying to add a :set
3476         widget, more to come...
3477
3478         * spam.el (spam-group-spam-contents-p): handle empty groupname
3479         strings
3480         (spam-report-articles-resend)
3481         (spam-report-resend-register-routine): allow spam-report-resend-to
3482         to be a group parameter or a global value
3483         (tiny change).  From Daniel Pittman <daniel@rimspace.net>.
3484         (spam-register-routine): do registration iff any articles warrant
3485         it.
3486         (spam-summary-prepare-exit): changed log message for nil group
3487         destinations
3488
3489 2004-05-26  Simon Josefsson  <jas@extundo.com>
3490
3491         * starttls.el: Merge with my GNUTLS based starttls.el.
3492         (starttls-gnutls-program, starttls-use-gnutls)
3493         (starttls-extra-arguments, starttls-process-connection-type)
3494         (starttls-connect, starttls-failure, starttls-success): New
3495         variables.
3496         (starttls-program, starttls-extra-args): Doc fix.
3497         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
3498         functions.
3499         (starttls-negotiate, starttls-open-stream): Check
3500         `starttls-use-gnutls' and pass on to corresponding *-gnutls
3501         function if it is set.
3502
3503 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
3506         structured fields.
3507
3508 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
3511
3512 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
3513
3514         * spam.el (spam-mark-junk-as-spam-routine)
3515         (spam-mark-new-messages-in-spam-group-as-spam): allow user to
3516         disable assigning the spam-mark to new messages
3517         (spam-ham-copy-or-move-routine): todo decleared twice (tiny
3518         change).  From Adam Sj\e,Ax\e(Bgren <asjo@koldfront.dk>.
3519
3520 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * dgnushack.el: Autoload customize-set-variable for XEmacs.
3523
3524         * rfc2047.el (rfc2047-encodable-p): Don't move point.
3525         (rfc2047-decode): Treat the ascii coding-system as raw-text by
3526         default.
3527
3528 2004-05-25  Teodor Zlatanov  <tzz@lifelogs.com>
3529
3530         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
3531         correct data (tiny change).  From Anand Mitra <mitramc@yahoo.com>.
3532
3533 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
3534
3535         * spam.el (spam-list-of-processors): use nil for nonexistent processors
3536         (spam-group-processor-p): fixed function so it works properly
3537         (spam-group-processor-multiple-p)
3538         (spam-group-spam-processor-report-gmane-p)
3539         (spam-group-spam-processor-report-resend-p)
3540         (spam-group-spam-processor-bogofilter-p)
3541         (spam-group-spam-processor-blacklist-p)
3542         (spam-group-spam-processor-ifile-p)
3543         (spam-group-ham-processor-ifile-p)
3544         (spam-group-spam-processor-spamoracle-p)
3545         (spam-group-spam-processor-crm114-p)
3546         (spam-group-ham-processor-bogofilter-p)
3547         (spam-group-spam-processor-stat-p)
3548         (spam-group-ham-processor-stat-p)
3549         (spam-group-ham-processor-whitelist-p)
3550         (spam-group-ham-processor-BBDB-p)
3551         (spam-group-ham-processor-spamoracle-p)
3552         (spam-group-ham-processor-copy-p): functions removed with some
3553         prejudice against unneeded code
3554         (spam-report-articles-resend)
3555         (spam-report-resend-register-routine): allow the group/topic
3556         spam-resend-to value to override spam-report-resend-to
3557         (spam-summary-prepare-exit): invoke spam-group-processor-p
3558         properly now
3559
3560         * spam-report.el (spam-report-resend-to, spam-report-resend):
3561         start with resend-to set to nil, and then ask the user if
3562         necessary.  From Daniel Pittman <daniel@rimspace.net>.
3563
3564         * gnus.el (spam-resend-to): new group/topic parameter
3565         (spam-process): move the OBSOLETE processors to the end of the
3566         choices.
3567
3568         * spam-report.el (spam-report-resend): spam-report-resend takes a
3569         list of articles, not separate article numbers.  From Daniel
3570         Pittman <daniel@rimspace.net>.
3571
3572 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3573
3574         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
3575         addition to emacs-w3m.
3576
3577 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3578
3579         * assistant.el (assistant-authinfo-data): New function.
3580         (assistant-eval): Eval for entire assistant.
3581
3582         * netrc.el (netrc-services-file): New variable.
3583         (netrc-parse-services): New function.
3584         (netrc-find-service-name): New function.
3585         (netrc-find-service-number): New function.
3586         (netrc-port-equal): New function.
3587         (netrc-machine): Use it.
3588
3589         * nnimap.el (nnimap-open-connection): Use netrc.
3590
3591         * gnus-util.el (gnus-netrc-get): Remove aliases.
3592
3593         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
3594
3595         * assistant.el (wid-edit): Fix compilation.
3596
3597         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
3598
3599 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
3600
3601         * gnus-util.el (gnus-set-file-modes): New function.  (small
3602         patch).
3603
3604 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3605
3606         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
3607
3608         * assistant.el (assistant-render-node): Fix up rendering and
3609         read-only text.
3610         (assistant-render-node): Reset.
3611         (assistant-make-read-only): Not sticky.
3612
3613 2004-05-20  Danny Siu  <dsiu@adobe.com>
3614
3615         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
3616         centered even when gnus-auto-center-summary is t
3617
3618 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * dns.el (dns-get-txt-answer): New function.
3621         (dns-read-txt): Ditto.
3622         (query-dns): Use it.
3623
3624 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3625
3626         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
3627         active for foreign groups even if the group level is higher than
3628         the specified value.
3629
3630 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3631
3632         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
3633         non-active groups.
3634
3635         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
3636
3637 2004-05-20  Magnus Henoch  <mange@freemail.hu>
3638
3639         * dns.el (dns-read-type): Add support for SVR.  (small patch)
3640
3641 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3642
3643         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
3644         (spam-crm114-header, spam-crm114-spam-switch)
3645         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
3646         (spam-crm114-positive-spam-header)
3647         (spam-crm114-database-directory, spam-list-of-processors)
3648         (spam-group-spam-processor-crm114-p)
3649         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
3650         (spam-generic-score, spam-list-of-checks)
3651         (spam-list-of-statistical-checks, spam-registration-functions)
3652         (spam-check-crm114-headers, spam-crm114-score)
3653         (spam-check-crm114, spam-crm114-register-with-crm114)
3654         (spam-crm114-register-spam-routine)
3655         (spam-crm114-unregister-spam-routine)
3656         (spam-crm114-register-ham-routine)
3657         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
3658         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
3659
3660         * gnus.el: added spam-use-crm114
3661
3662         * spam.el (spam-list-of-processors, spam-registration-functions):
3663         add spam-use-resend
3664         (spam-group-spam-processor-report-resend-p): utility wrapper
3665         (spam-report-articles-gmane): doc fix
3666         (spam-report-articles-resend,
3667         spam-report-resend-register-routine): wrappers around
3668         spam-report-resend-to
3669
3670         * spam-report.el (spam-report-resend-to, spam-report-resend):
3671         support for resending spam
3672         (spam-report-gmane): line length >80 fix
3673
3674         * gnus.el (spam-process): add spam-use-resend
3675
3676 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3677
3678         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
3679         number of processed spam messages.
3680         (spam-ham-copy-or-move-routine): Return the number of processed
3681         ham messages.
3682         (spam-summary-prepare-exit): Use the above values to decide
3683         whether status messages shouled be displayed.
3684
3685 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
3688         `rfc2047-encoding-function-alist' in order to avoid conflicting
3689         with the old version.
3690         (rfc2047-encode-region): Concatenate words containing non-ASCII
3691         characters in structured fields; don't encode space-delimited
3692         ASCII words even in unstructured fields; don't break words at
3693         char-category boundaries.
3694         (rfc2047-encode-1): New function.
3695         (rfc2047-encode): Use it; encode text so that it occupies the
3696         maximum width within 76-column; work correctly on Q encoding for
3697         iso-2022-* charsets.
3698         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
3699         sure not to break a line just after the header name.
3700         (rfc2047-b-encode-region): Removed.
3701         (rfc2047-b-encode-string): New function.
3702         (rfc2047-q-encode-region): Removed.
3703         (rfc2047-q-encode-string): New function.
3704
3705         * mm-util.el (mm-replace-in-string): New function.
3706
3707 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708
3709         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
3710         get it right.
3711         (gnus-inews-make-draft): Really.
3712
3713 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
3714
3715         * nnmh.el (nnmh-request-list-1): Don't check the link count
3716         before descending.  (small patch)
3717
3718 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3719
3720         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
3721         stuff.
3722
3723         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
3724         on real group name.
3725
3726         * gnus-art.el (gnus-signature-limit): Doc fix.
3727
3728         * gnus-msg.el (gnus-inews-make-draft): Quote list.
3729
3730         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
3731
3732 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>
3733
3734         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
3735         isn't a string.
3736
3737 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3738
3739         * gnus-draft.el (gnus-draft-send): Bind
3740         rfc2047-encode-encoded-words.
3741
3742         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
3743         (rfc2047-encodable-p): Say that =? needs encoding.
3744         (rfc2047-encode-encoded-words): New variable.
3745
3746         * gnus-group.el (gnus-group-select-group): Doc fix.
3747
3748         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
3749
3750         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
3751         to nil.
3752
3753         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
3754
3755         * nnheader.el (nnheader-get-lines-and-char): New function.
3756
3757 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
3758
3759         * gnus-msg.el (gnus-summary-followup-with-original): Document
3760         yanking of region when active.
3761
3762 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
3765         groups if the group level is higher than the specified value.
3766
3767 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
3768
3769         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
3770         (gnus-group-jump-to-group): Added prefix argument using
3771         `gnus-group-jump-to-group-prompt'.  Query before jumping to
3772         non-active group.
3773
3774         * compface.el (uncompface): Be verbose when changing
3775         `uncompface-use-external'.
3776
3777         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
3778         handle manual section.
3779
3780 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3781
3782         * gnus-art.el (gnus-button-alist): Revert previous change.
3783
3784 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
3785
3786         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
3787
3788 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3789
3790         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
3791         whether backend can accept message.
3792
3793         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
3794
3795 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
3796
3797         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
3798         Avoid creating directory when nntp-marks-is-evil is true.
3799         Reported by Reiner Steib.
3800
3801 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
3802
3803         * gnus-picon.el (gnus-picon-style): New variable.
3804         (gnus-picon-insert-glyph): Added optional `nostring' argument.
3805         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
3806         Jesper Harder <harder@ifa.au.dk>.
3807
3808 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3809
3810         * message.el (message-fill-field): Return point.
3811         (message-generate-headers): Go to end of field.
3812
3813         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
3814         stuff for non-living groups.
3815
3816 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
3817
3818         * gnus-art.el (gnus-article-followup-with-original)
3819         (gnus-article-reply-with-original): gnus-mark-active-p ->
3820         gnus-region-active-p.
3821
3822 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
3823
3824         * spam.el (spam-summary-prepare-exit): fix messages, so they show
3825         only when there is spam or ham to be processed
3826
3827 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3828
3829         * mail-source.el (mail-source-delete-crash-box): Refactor.
3830         (mail-source-fetch): Use it.
3831         (mail-source-fetch-file): Ditto.
3832         (mail-source-fetch-directory): Run postscript in loop.
3833         (mail-source-fetch-pop): Delete.
3834         (mail-source-fetch-maildir): Ditto.
3835         (mail-source-fetch-imap): Ditto.
3836
3837         * imap.el (imap-authenticators): Comment out sasl.
3838
3839         * message.el (message-skip-to-next-address): New function.
3840         (message-fill-header-address): Refactor.
3841         (message-fill-address): Use it.
3842         (message-delete-address): Use it.
3843         (message-fill-header-general): Refactor.
3844         (message-fill-field-address): Rename.
3845         (message-narrow-to-field): Find the start of the header.
3846         (message-header-format-alist): Don't pre-fill.
3847         (message-fill-header): Removed.
3848         (message-insert-header): New function.
3849         (message-shorten-references): Use it.
3850
3851         * rfc2047.el (rfc2047-field-value): Strip props.
3852
3853         * mail-parse.el (mail-header-make-address): New alias.
3854
3855         * ietf-drums.el (ietf-drums-make-address): New function.
3856
3857         * imap.el: Add compiler directives.
3858
3859         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
3860
3861         * gnus-art.el (article-decode-idna-rhs): Don't use
3862         message-idna-inside-rhs-p.
3863
3864 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3865
3866         * message.el (message-idna-inside-rhs-p): Removed.
3867         (message-idna-to-ascii-rhs-1): Use proper address parsing.
3868
3869         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
3870         false positives.
3871
3872 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
3873
3874         * imap.el (imap-sasl-make-mechanisms): Use sasl.
3875
3876 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3877
3878         * nneething.el (nneething-file-name): Don't create spurions
3879         files.
3880
3881         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
3882         (gnus-inews-do-gcc): Remove sleep.
3883
3884         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
3885         part under point.
3886
3887         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
3888         (gnus-agent-regenerate-group): Using nil messages aren't valid.
3889
3890 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
3891
3892         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
3893
3894 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3895
3896         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
3897         header is not nil (tiny change).  From Nelson Ferreira
3898         <nelson.ferreira@verizon.net>.
3899
3900         * spam.el (spam-summary-prepare-exit): only produce "marking spam
3901         as expired without moving it" message when there are spam
3902         messages left
3903
3904 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
3905
3906         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
3907         nntp-possibly-create-directory, not nntp-possibly-change-group.
3908         (nntp-marks-changed-p): New arg SERVER.
3909         (nntp-request-update-info): Adjust caller.
3910
3911 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
3912
3913         * nntp.el (nntp-save-marks): Pass missing arg.
3914
3915 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
3916
3917         * nntp.el: Support marks.
3918         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3919         (nntp-marks-modtime, nntp-marks-directory): New variables.
3920         (nntp-request-set-mark, nntp-request-update-info)
3921         (nntp-possibly-create-directory, nntp-marks-changed-p)
3922         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
3923         functions.
3924
3925 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
3926
3927         * gnus-xmas.el (gnus-xmas-select-lowest-window)
3928         (gnus-xmas-redefine): Rename.
3929
3930         * gnus-score.el (gnus-score-insert-help): Use
3931         gnus-select-lowest-window.
3932
3933         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
3934         appt-select-lowest-window and rename to gnus-select-lowest-window.
3935
3936         * gnus.el: do.
3937
3938 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3939
3940         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
3941         encodings of MIME-encoded words, in order to improve
3942         interoperability with several broken MUAs.
3943
3944 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3945
3946         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
3947         tags, only when charsets are not specified in headers.
3948         (mm-inline-text-html-render-with-w3m): Ditto.
3949
3950         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
3951         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
3952
3953 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3954
3955         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
3956         instead of MIME-decoded from fields when checking
3957         `gnus-article-address-banner-alist'.
3958
3959 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
3960
3961         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
3962         description rather than subject.
3963
3964 2004-05-02  Steve Youngs  <steve@youngs.au.com>
3965
3966         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
3967
3968 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3969
3970         * gnus.el (gnus-version-number): Bump.
3971
3972 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3973
3974         * gnus.el: No Gnus v0.2 is released.
3975
3976 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3977
3978         * gnus-agent.el (gnus-agent-read-agentview): Inline
3979         gnus-uncompress-range.
3980
3981 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3982
3983         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
3984         `exec-installed-p'.
3985
3986 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3987
3988         * gnus.el (spam-process, spam-autodetect-methods): Add
3989         bsfilter and bsfilter-headers.
3990
3991         * spam.el (spam-bsfilter): New customize group.
3992         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
3993         (spam-bsfilter-header, spam-bsfilter-probability-header)
3994         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
3995         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
3996         (spam-bsfilter-database-directory): New options.
3997         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
3998         (spam-list-of-statistical-checks, spam-registration-functions):
3999         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
4000         (spam-bsfilter-score): New command.
4001         (spam-check-bsfilter-headers, spam-check-bsfilter)
4002         (spam-bsfilter-register-with-bsfilter)
4003         (spam-bsfilter-register-spam-routine)
4004         (spam-bsfilter-unregister-spam-routine)
4005         (spam-bsfilter-register-ham-routine)
4006         (spam-bsfilter-unregister-ham-routine): New functions.
4007         (spam-generic-score): Support bsfilter; Accept an optional argument
4008         to recalcurate spam score even if scoring header has already been
4009         added.
4010         (spam-bogofilter-score, spam-spamassassin-score): Accept an
4011         optional argument to recalcurate spam score even if scoring header
4012         has already been added.
4013
4014 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
4015
4016         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
4017         strings!  Reported by David D. Smith <davidsmith@acm.org>.
4018         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
4019         link is missing.
4020
4021 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
4022
4023         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
4024         (html2text-get-attr): Rewrite.
4025
4026         * message.el (message-setup-1): Remove redundant put-text-property
4027         on mail-header-separator.
4028
4029 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
4030
4031         * gnus-registry.el (gnus-registry-cache-whitespace)
4032         (gnus-registry-action, gnus-registry-spool-action)
4033         (gnus-registry-split-fancy-with-parent): changed message levels
4034         from 5 to 3 or 7, as needed
4035
4036         * spam.el (spam-summary-prepare-exit)
4037         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
4038         (spam-split, spam-find-spam, spam-log-undo-registration)
4039         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
4040         level from 5 to 6
4041
4042 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4043
4044         * gnus-ems.el: Autoload appt-select-lowest-window (revert
4045         2004-03-04 change).
4046
4047 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
4048
4049         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
4050         Use mapc when appropriate.
4051
4052         * sieve-manage.el (sieve-manage-open): do.
4053
4054         * nnweb.el (nnweb-insert-html): do.
4055
4056         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
4057         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
4058
4059         * nnspool.el (nnspool-request-group): do.
4060
4061         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
4062         do.
4063
4064         * nnml.el (nnml-request-update-info): do.
4065
4066         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
4067         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
4068
4069         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
4070         (nnimap-request-set-mark): do.
4071
4072         * nnfolder.el (nnfolder-request-update-info): do.
4073
4074         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
4075         do.
4076
4077         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
4078
4079         * gnus-uu.el (gnus-uu-find-articles-matching): do.
4080
4081         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
4082         do.
4083
4084         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
4085         do.
4086
4087         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
4088
4089         * gnus-nocem.el (gnus-nocem-scan-groups): do.
4090
4091         * gnus-int.el (gnus-start-news-server): do.
4092
4093         * gnus-group.el (gnus-group-make-kiboze-group)
4094         (gnus-group-browse-foreign-server): do.
4095
4096 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4097
4098         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
4099         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
4100         <shields@msrl.com>:
4101
4102         * spam.el (spam-necessary-extra-headers): get the extra headers we
4103         may need for spam sorting and scoring
4104         (spam-user-format-function-S): a user format function suitable for
4105         general use
4106         (spam-article-sort-by-spam-status): sorting function for summary
4107         sorting
4108         (spam-extra-header-to-number): get a score from a header
4109         (spam-summary-score): get a numeric score from the headers
4110         (spam-generic-score): oops, function doc in wrong place
4111         (spam-initialize): take symbols when it's run, and install the
4112         extra headers that spam-necessary-extra-headers thinks we need
4113
4114 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4115
4116         * spam.el (spam-summary-prepare-exit): logic and message fix.
4117         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
4118
4119 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
4120
4121         * gnus-sum.el (gnus-set-global-variables)
4122         (gnus-build-all-threads, gnus-get-newsgroup-headers)
4123         (gnus-article-get-xrefs, gnus-summary-best-group)
4124         (gnus-summary-next-article, gnus-summary-enter-digest-group)
4125         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
4126         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
4127         with-current-buffer.
4128
4129 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4130
4131         * spam.el (spam-summary-prepare-exit): simplified logic
4132         (spam-fetch-article-header): read the article header if it's not
4133         available
4134         (spam-list-articles): simplified logic
4135         (spam-filelist-register-routine): found bug with unregister-list
4136
4137         * gnus-registry.el: clarified comments at beginning
4138
4139 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
4140
4141         * message.el (message-cater-to-broken-inn): Remove.
4142         (message-shorten-references): Make sure the total folded length of
4143         References is shorter than 998 characters to cater to a bug in INN
4144         2.3.  Also, don't pretend that references aren't folded -- this
4145         hasn't worked for a while.
4146
4147 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4148
4149         * gnus-agent.el (gnus-agentize):
4150         gnus-agent-send-mail-real-function no longer set to current value
4151         of message-send-mail-function but rather a lambda that calls
4152         message-send-mail-function.  The change makes the agent real-time
4153         responsive to user changes to message-send-mail-function.
4154
4155 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4156
4157         * legacy-gnus-agent.el
4158         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
4159         help from Florian Weimer <fw@deneb.enyo.de>
4160
4161 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4162
4163         * nnmail.el (nnmail-cache-insert): Revert last change.
4164
4165 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * nnmail.el (nnmail-cache-insert): Always check whether
4168         nnmail-cache-ignore-groups matches a group name.
4169
4170 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
4171
4172         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
4173         (spam-find-spam, spam-log-processing-to-registry)
4174         (spam-log-registered-p, spam-log-unregistration-needed-p)
4175         (spam-log-undo-registration): use gnus-message instead of
4176         gnus-error, none of these errors are fatal
4177
4178         * gnus-registry.el (gnus-registry-clean-empty-function)
4179         (gnus-registry-clean-empty): remove only empty entries without
4180         extra data
4181
4182 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4183
4184         * spam-stat.el (spam-stat-buffer-change-to-spam)
4185         (spam-stat-buffer-change-to-non-spam): change (error) to
4186         (gnus-message 8) invocation
4187
4188 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * nntp.el (nntp-via-netcat-command): New variable.
4191         (nntp-via-netcat-switches): New variable.
4192         (nntp-open-via-rlogin-and-netcat): New function.
4193         (nntp-open-connection-function): Doc fix.
4194         (nntp-telnet-command): Doc fix.
4195         (nntp-end-of-line): Doc fix.
4196         (nntp-via-rlogin-command): Doc fix.
4197         (nntp-via-user-name): Doc fix.
4198         (nntp-via-address): Doc fix.
4199
4200 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
4203         error in Emacs 21.1.
4204
4205 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
4206
4207         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
4208
4209 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4210         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
4211         (gnus-agent-with-refreshed-group): New macro.
4212         (gnus-agent-rename-group): New function.
4213         (gnus-agent-delete-group): New function.
4214         (gnus-agent-save-group-info): Use gnus-command-method when
4215         `method' parameter is nil.  Don't write nil entries into the
4216         active file.
4217         (gnus-agent-get-group-info): New function.
4218         (gnus-agent-fetch-articles): Use
4219         gnus-agent-update-files-total-fetched-for to increment disk space
4220         used.
4221         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
4222         gnus-agent-update-view-total-fetched-for to increment disk space
4223         used.
4224         (gnus-agent-get-local): Added optional parameters to avoid calling
4225         gnus-group-real-name and gnus-find-method-for-group.
4226         (gnus-agent-set-local): Delete stored entry if either min, or max,
4227         are nil.
4228         (gnus-agent-fetch-session): Reworded error/quit messages.  On
4229         quit, use gnus-agent-regenerate-group to record existance of any
4230         articles fetched to disk before the quit occurred.
4231         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
4232         gnus-agent-update-view-total-fetched-for, and
4233         gnus-agent-update-files-total-fetched-for to decrement disk space
4234         used.
4235         (gnus-agent-retrieve-headers): Use
4236         gnus-agent-update-view-total-fetched-for to increment disk space
4237         used.
4238         (gnus-agent-regenerate-group): Replace gnus-group-update-group
4239         with gnus-agent-update-files-total-fetched-for to decrement disk
4240         space and fresh group buffer.
4241         (gnus-agent-inhibit-update-total-fetched-for): New variable.
4242         (gnus-agent-need-update-total-fetched-for): New variable.
4243         (gnus-agent-update-files-total-fetched-for): New function.
4244         (gnus-agent-update-view-total-fetched-for): New function.
4245         (gnus-agent-total-fetched-for): New function.
4246
4247         * gnus-cache.el (gnus-cache-save-buffers): Use
4248         gnus-cache-update-overview-total-fetched-for to change disk space
4249         used by this group.
4250         (gnus-cache-possibly-enter-article): Use
4251         gnus-cache-update-file-total-fetched-for to increment disk space
4252         used by this group.
4253         (gnus-cache-possibly-remove-article): Use
4254         gnus-cache-update-file-total-fetched-for to decrement disk space
4255         used by this group.
4256         (gnus-cache-generate-nov-databases): Purge total fetched cache.
4257         (gnus-cache-rename-group): New function.
4258         (gnus-cache-delete-group): New function.
4259         (gnus-cache-inhibit-update-total-fetched-for): New variable.
4260         (gnus-cache-need-update-total-fetched-for): New variable.
4261         (gnus-cache-with-refreshed-group): New macro.
4262         (gnus-cache-update-file-total-fetched-for): New function.
4263         (gnus-cache-update-overview-total-fetched-for): New function.
4264         (gnus-cache-rename-group-total-fetched-for): New function.
4265         (gnus-cache-delete-group-total-fetched-for): New function.
4266         (gnus-cache-total-fetched-for): New function.
4267
4268         * gnus-group.el: Require gnus-sum and autoload functions to
4269         resolve warnings when gnus-group.el compiled alone.
4270         (gnus-group-line-format): Documented new %F
4271         (size of Fetched data) group line format; identifies disk space
4272         used by agent and cache.
4273         (gnus-group-line-format-alist): Defined new F format.
4274         (gnus-total-fetched-for): New function.
4275         (gnus-group-delete-group): No longer update
4276         gnus-cache-active-altered as gnus-request-delete-group now keeps
4277         the cache in sync.
4278         (gnus-group-list-active): Let the agent store a server's active
4279         list if currently plugged.
4280
4281         * gnus-int.el (gnus-request-delete-group): Use
4282         gnus-cache-delete-group and gnus-agent-delete-group to keep the
4283         local disk in sync with the server.
4284          (gnus-request-rename-group): Use
4285         gnus-cache-rename-group and gnus-agent-rename-group to keep the
4286         local disk in sync with the server.
4287
4288         * gnus-start.el (gnus-get-unread-articles): Cosmetic
4289         simplification to logic.
4290
4291         * gnus-util.el (gnus-rename-file): New function.
4292
4293 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
4294
4295         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
4296         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
4297
4298         * mm-util.el (mm-image-load-path): Handle nil in load-path.
4299         From Christian Neukirchen <chneukirchen@yahoo.de>.
4300
4301 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
4302
4303         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
4304         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
4305
4306 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
4307
4308         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
4309
4310 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
4311
4312         * spam.el (spam-set-difference): new function to replace
4313         gnus-set-difference in spam.el
4314         (spam-summary-prepare-exit): use spam-set-difference
4315
4316 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4317
4318         * gnus-registry.el (gnus-registry-cache-file): updated to use
4319         gnus-dribble-directory OR gnus-home-directory OR ~
4320         (gnus-registry-split-fancy-with-parent): fixed doc
4321
4322 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * message.el (message-exchange-point-and-mark): Use
4325         message-mark-active-p.  Suggested by Jesper Harder
4326         <harder@ifa.au.dk>.
4327
4328 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * message.el (message-exchange-point-and-mark): Don't activate
4331         region if it was inactive.  Suggested by Hiroshi Fujishima
4332         <pooh@nature.tsukuba.ac.jp>.
4333
4334 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * gnus-art.el (article-display-face): Display Faces in the same
4337         order as X-Faces.
4338
4339 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4340
4341         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
4342
4343 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4344
4345         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
4346         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
4347         (gnus-article-mime-hierarchy): Remove.
4348         (gnus-article-mime-hierarchy-next): Remove.
4349         (gnus-article-mode): Revert 2004-03-19 change.
4350         (gnus-article-setup-buffer): Revert 2004-03-19 change.
4351         (gnus-insert-mime-button): Revert 2004-03-19 change.
4352         (gnus-mime-accumulate-hierarchy): Remove.
4353         (gnus-mime-enter-multipart): Remove.
4354         (gnus-mime-leave-multipart): Remove,
4355         (gnus-mime-display-part): Revert 2004-03-19 change.
4356         (gnus-mime-display-alternative): Revert 2004-03-19 change.
4357
4358         * mml.el (mml-preview): Revert 2004-03-19 change.
4359
4360 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
4361
4362         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
4363
4364 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4365
4366         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
4367         t while entering a file name using the mm-with-multibyte macro.
4368         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
4369
4370         * mm-util.el (mm-with-multibyte): New macro.
4371
4372 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
4375         user option.
4376         (gnus-mime-multipart-functions): Doc and customization fix.
4377         (gnus-article-mime-hierarchy): New variable.
4378         (gnus-article-mime-hierarchy-next): New variable.
4379         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
4380         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
4381         gnus-article-mime-hierarchy-next to nil.
4382         (gnus-insert-mime-button): Show hierarchy numbers.
4383         (gnus-mime-accumulate-hierarchy): New function.
4384         (gnus-mime-enter-multipart): New function.
4385         (gnus-mime-leave-multipart): New function.
4386         (gnus-mime-display-part): Recompute hierarchical MIME structure.
4387         (gnus-mime-display-alternative): Show hierarchy numbers.
4388
4389         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
4390         gnus-article-mime-hierarchy-next to nil.
4391
4392 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
4393
4394         * dns.el: Don't require gnus-xmas.
4395
4396 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
4397
4398         * mml.el (mml-generate-mime-1): Don't use format=flowed with
4399         inline PGP.
4400         (mml-menu): Disable mml-quote-region if mark is inactive.
4401
4402 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
4405         when the group's active is not available.
4406
4407 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
4410         error.
4411
4412         * gnus-sum.el (gnus-read-header): Don't remove a header for the
4413         parent article of a sparse article in the thread hashtb.  From
4414         Stefan Wiens <s.wi@gmx.net>.
4415
4416 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
4417
4418         * imap.el (imap-store-password): New variable.
4419         (imap-interactive-login): Use it.
4420         Suggested by Mark Plaksin <happy@mcplaksin.org>.
4421
4422 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * gnus-art.el (gnus-article-read-summary-keys): Restore new
4425         window-start and hscroll to summary window.
4426
4427 2004-03-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
4428
4429         * gnus-start.el (gnus-convert-old-newsrc): Only write the
4430         conversion message to newsrc-dribble when an actual conversion is
4431         performed.
4432
4433 2004-03-10  Malcolm Purvis <malcolmpurvis@optushome.com.au>  (tiny change)
4434
4435         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
4436
4437 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4438
4439         * mm-decode.el (mm-complicated-handles): New function reviving
4440         former definition of mm-multiple-handles.
4441
4442         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
4443         (gnus-mime-delete-part): Use it.
4444
4445 2004-03-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
4446
4447         * gnus-agent.el (gnus-agent-read-local): Bind
4448         nnheader-file-coding-system to gnus-agent-file-coding-system to
4449         avoid the implicit assumption that they will always be equal.
4450         (gnus-agent-save-local): Bind buffer-file-coding-system, not
4451         coding-system-for-write, as the with-temp-file macro first prints
4452         to a buffer then saves the buffer.
4453
4454 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * gnus-art.el (gnus-article-edit-part): New function.
4457         (gnus-mime-save-part-and-strip): Use it; do query instead of
4458         signaling an error; don't use mm-multiple-handles.
4459         (gnus-mime-delete-part): Ditto.
4460
4461 2004-03-08  Kevin Greiner <kgreiner@xpediantsolutions.com>
4462
4463         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
4464         old file versions.
4465         (gnus-group-prepare-hook): Removed function that converted list
4466         form of gnus-agent-expire-days to group properties.
4467
4468         * gnus-int.el: Autoload gnus-agent-regenerate-group.
4469         (gnus-request-accept-article): Re-indented.
4470
4471         * gnus-start.el (gnus-convert-old-newsrc): Registered new
4472         converters to handle old agent file formats.  Added logic for a
4473         "backup before upgrading warning".
4474         (gnus-convert-mark-converter-prompt): Developers can mark
4475         functions as needing (default), or not needing,
4476         gnus-convert-old-newsrc's "backup before upgrading warning".
4477         (gnus-convert-converter-needs-prompt): Tests whether the user
4478         should be protected from potentially irreversable changes by the
4479         function.
4480
4481         * legacy-gnus-agent.el (): New. Provides converters that are only
4482         loaded when gnus-convert-old-newsrc needs to call them.
4483
4484 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4485
4486         * mail-source.el (mail-source-touch-pop): Doc fix.
4487
4488         * message.el (message-smtpmail-send-it): Doc fix.
4489
4490 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
4491
4492         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
4493
4494         * nnmail.el (nnmail-split-fancy): do.
4495
4496         * gnus-kill.el (gnus-kill, gnus-execute): do.
4497
4498 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4499
4500         * gnus-sum.el (gnus-widget-reversible-match)
4501         (gnus-widget-reversible-to-internal)
4502         (gnus-widget-reversible-to-external): New functions.
4503         (gnus-widget-reversible): New widget.
4504         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
4505
4506 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
4507
4508         * gnus-sum.el (gnus-thread-sort-functions)
4509         (gnus-article-sort-functions): Document `(not F)' items.
4510
4511 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4512
4513         * spam.el (spam-use-gmane-xref): new backend
4514         (spam-gmane-xref-spam-group): variable to control the name of the
4515         Gmane spam group
4516         (spam-blackhole-servers, spam-blackhole-good-server-regex)
4517         (spam-regex-headers-spam, spam-regex-headers-ham)
4518         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
4519         (spam-list-of-checks): added spam-use-gmane-xref to list of
4520         backends and checks
4521         (spam-check-gmane-xref): function for spam-use-gmane-xref
4522
4523         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
4524         an autodetect method
4525
4526 2004-03-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
4527
4528         * gnus-int.el (gnus-request-accept-article): Inform the agent that
4529         articles are being added to a group.
4530         (gnus-request-replace-article): Inform the agent that articles
4531         need to be uncached as the cached contents are no longer valid.
4532
4533 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4534
4535         * binhex.el: Don't autoload executable-find.
4536
4537         * canlock.el: Don't autoload mail-fetch-field.
4538
4539         * dgnushack.el: Autoload c-mode for XEmacs.
4540
4541         * gnus-ems.el: Don't autoload appt-select-lowest-window.
4542
4543         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
4544         rmail-dont-reply-to and rmail-output.
4545
4546         * gnus-score.el: Don't autoload ffap-string-at-point.
4547
4548         * gnus-setup.el: Don't autoload sc-cite-original.
4549
4550         * imap.el: Don't autoload base64-decode-string,
4551         base64-encode-string and md5.
4552
4553         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
4554         and rmail-msg-restore-non-pruned-header.
4555
4556         * mm-decode.el: Don't autoload executable-find.
4557
4558         * mm-url.el: Don't autoload executable-find.
4559
4560         * mm-view.el: Don't autoload diff-mode.
4561
4562         * nndb.el: Don't autoload news-reply-mode, news-setup,
4563         cancel-timer and telnet.
4564
4565         * password.el: Don't autoload run-at-time for Emacs.
4566
4567         * sha1-el.el: Don't autoload executable-find.
4568
4569         * sieve-mode.el: Don't autoload c-mode.
4570
4571         * uudecode.el: Don't autoload executable-find.
4572
4573 2004-03-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
4574
4575         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
4576         (gnus-agent-possibly-alter-active): Avoid null in numeric
4577         comparison.
4578         (gnus-agent-set-local): Refuse to save null in local object table.
4579         (gnus-agent-regenerate-group): The REREAD parameter can now be a
4580         list of articles that will be marked as unread.
4581
4582 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
4585
4586 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
4587
4588         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
4589         language tags.
4590
4591 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
4592
4593         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
4594         Don't bind "obarray".
4595
4596         * gnus-sum.el (gnus-thread-sort-functions): Added
4597         `gnus-thread-sort-by-most-recent-number' and
4598         `gnus-thread-sort-by-most-recent-date'.
4599         Reported by Kai Grossjohann <kai@emptydomain.de>.
4600
4601 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
4604
4605 2004-03-02  Kevin Greiner <kgreiner@xpediantsolutions.com>
4606
4607         * gnus-cus.el (gnus-agent-customize-category): Removed
4608         ignore-errors macro reference that required cl to be loaded at
4609         run-time.
4610
4611         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
4612         single-interval range of the form (min . max).  Previously the
4613         range had to look like ((min . max)).  Likewise, return
4614         (min . max) rather than ((min . max)).
4615         (gnus-range-map): Use gnus-range-normalize to accept
4616         single-interval range.
4617
4618         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
4619         the cache, but not the agent, now appear with their usual face.
4620
4621         * dgnushack.el (loaddir): New variable that is bound to the
4622         directory containing the dgnushack.el file. Use loaddir, rather
4623         than srcdir, to update load-path. Change lets dgnushack compile
4624         code in directories other than GNUS/lisp.
4625
4626 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4627
4628         * lpath.el: Don't bind w3m-safe-url-regexp.
4629
4630         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
4631         w3m-safe-url-regexp variable buffer-local.
4632
4633         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
4634
4635 2004-02-27  Simon Josefsson  <jas@extundo.com>
4636
4637         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
4638         gnus-group-real-prefix.
4639         (gnus-summary-move-article): Use it, instead of
4640         gnus-group-real-prefix.
4641
4642 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4643
4644         * lpath.el: Bind w3m-safe-url-regexp.
4645
4646         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
4647         w3m-safe-url-regexp variable buffer-local and set it as the value
4648         of mm-w3m-safe-url-regexp.
4649
4650         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
4651
4652         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
4653         parsing gnus-posting-styles when the message is not for replying.
4654
4655         * dgnushack.el: Autoload sgml-mode for XEmacs.
4656
4657         * nnrss.el (nnrss-opml-export): Use
4658         mm-set-buffer-file-coding-system instead of
4659         set-buffer-file-coding-system.
4660
4661 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
4662
4663         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
4664         of checkdoc.el).
4665         * nnrss.el: do.
4666         * gnus-mlspl.el: do.
4667         * gnus-ml.el: do.
4668         * gnus-srvr.el: do.
4669
4670         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
4671
4672 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4673
4674         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
4675         Corrections to custom-manual links.
4676
4677         * gnus-art.el (gnus-article): Ditto.
4678
4679         * mm-decode.el (mime-display, mime-security): Ditto.
4680
4681 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
4682
4683         * flow-fill.el: Typo.
4684
4685 2004-02-26  Andrew Cohen <cohen@andy.bu.edu>
4686
4687         * spam-wash.el: New file.
4688
4689 2004-02-26  Mark A. Hershberger <mah@everybody.org>
4690
4691         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
4692
4693 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4694
4695         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
4696         to be run with new-articles as LIST1, not LIST2
4697         (spam-registration-functions): add spam-use-ham-copy as a nil
4698         registration backend
4699
4700 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
4701
4702         * spam-stat.el (spam-stat-washing-hook): New option.
4703         (spam-stat-buffer-words): Use it.
4704         (spam-stat-process-directory, spam-stat-test-directory): Use
4705         insert-file-contents-literally.
4706         (spam-stat-coding-system): New variable.
4707         (spam-stat-load, spam-stat-save): Use it.
4708
4709 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * spam-report.el (spam-report-plug-agent): Quote
4712         spam-report-url-to-file and spam-report-url-ping-plain.
4713
4714 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
4715
4716         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
4717         / in mailto URLs.
4718
4719 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4720
4721         * spam-report.el (spam-report-process-queue): Fix interactive use.
4722         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
4723         (spam-report-unplug-agent): Doc fixes.
4724         (spam-report-url-ping-mm-url, spam-report-url-to-file)
4725         (spam-report-agentize, spam-report-deagentize): Autoload
4726
4727 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
4730
4731         * message.el (message-setup-fill-variables): Add mml tags to
4732         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
4733         <ajk@iu.edu>.
4734         (message-mode): Don't modify paragraph-separate there.
4735
4736 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * compface.el (uncompface-use-external): Default to undecided.
4739         (uncompface-use-external-threshold): New variable.
4740         (uncompface-float-time): New macro.
4741         (uncompface): Determine whether to use the external decoder if
4742         uncompface-use-external is undecided.
4743
4744 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4745
4746         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
4747         after images.
4748
4749         * gnus-art.el (gnus-mime-display-single): Remove dead code.
4750
4751 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
4752
4753         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
4754
4755         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
4756
4757         * gnus-sum.el (gnus-summary-limit-to-age)
4758         (gnus-summary-limit-children): do.
4759
4760         * gnus-int.el (gnus-request-scan): do.
4761
4762         * gnus-group.el (gnus-group-suspend): do.
4763
4764         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
4765
4766         * gnus-cite.el (gnus-cite-parse-attributions): do.
4767
4768         * gnus-agent.el (gnus-summary-set-agent-mark)
4769         (gnus-agent-regenerate-group): do.
4770
4771         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
4772
4773         * binhex.el (binhex-decode-region-internal): do.
4774
4775 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * gnus-fun.el (gnus-face-properties-alist): New user option.
4778         (gnus-display-x-face-in-from): Use it.
4779
4780         * gnus-art.el (article-display-face): Ditto.
4781
4782         * compface.el (uncompface-use-external): Default to nil.
4783
4784 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
4785
4786         * nntp.el (nntp-erase-buffer): New function.
4787         (nntp-retrieve-data, nntp-send-command)
4788         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
4789         (nntp-possibly-change-group): Use it.
4790
4791         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
4792         with-current-buffer.
4793
4794 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
4795
4796         * compface.el: Merge the ELisp-based uncompface program.
4797         (compface): New customization group.
4798         (uncompface-use-external): New user option.
4799         (uncompface): Call uncompface-internal if uncompface-use-external
4800         is nil.
4801         (uncompface-internal): New function.  Note that there are also
4802         some other functions and variables added for this function.
4803
4804 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
4805
4806         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
4807         if necessary.
4808
4809 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4810
4811         * spam-report.el (spam-report-unplug-agent)
4812         (spam-report-plug-agent, spam-report-deagentize)
4813         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
4814         support for the Agent in spam-report: when unplugged, report to a
4815         file; when plugged, submit all the requests
4816
4817         * spam.el (spam-register-routine): improved message about
4818         registration
4819
4820 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
4821
4822         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
4823         dependencies.
4824         (rfc2047-encode): Use it.
4825
4826         * gnus-art.el (gnus-button-marker-list): Move before first
4827         reference.
4828
4829         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
4830         (imap-parse-body): Fix format string mismatch.
4831
4832         * gnus-score.el (gnus-summary-increase-score): do.
4833
4834         * nnrss.el (nnrss-close): New function.
4835
4836 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
4837
4838         * nnrss.el (nnrss-make-filename): New function.
4839         (nnrss-request-delete-group, nnrss-read-server-data)
4840         (nnrss-save-server-data, nnrss-read-group-data)
4841         (nnrss-save-group-data): Use it.
4842         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
4843         (nnrss-read-server-data, nnrss-read-group-data): Use load.
4844         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
4845
4846 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
4847
4848         * mml.el (mml-compute-boundary-1): Don't uncompress files.
4849
4850 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
4851
4852         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
4853         files.
4854
4855         * message.el (message-generate-headers-first): Don't quote nil
4856         and t in docstrings.
4857
4858         * imap.el (imap-id): do.
4859
4860         * gnus-agent.el (gnus-agent-consider-all-articles)
4861         (gnus-agent-queue-mail): do.
4862
4863 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
4864
4865         * spam-report.el (spam-report-process-queue): New function.
4866         Process requests from `spam-report-requests-file'.
4867         (spam-report-process-queue): Doc fix.
4868
4869 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
4870
4871         * spam.el (spam-register-routine)
4872         (spam-log-processing-to-registry, spam-log-registered-p)
4873         (spam-log-unregistration-needed-p, spam-log-undo-registration):
4874         change "check" to "spam-check" for semi-clarity
4875
4876 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
4877
4878         * pop3.el: Require nnheader.
4879
4880         * mml-smime.el: Require cl.  Autoload message-fetch-field.
4881
4882         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
4883
4884         * gnus-picon.el: Require cl.
4885
4886         * gnus-fun.el: Require gnus-ems and gnus-util.
4887
4888         * gnus.el (gnus-method-to-server): Move defsubst before first use.
4889
4890         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
4891
4892         * gnus-art.el (gnus-article-edit-mode): Define before first
4893         reference.
4894
4895 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
4896
4897         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
4898         (gnus-uu-post-encoded): Use point-at-bol.
4899
4900         * gnus-topic.el (gnus-group-active-topic-p): do.
4901
4902         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
4903
4904         * gnus-group.el (gnus-group-kill-region): do.
4905
4906         * gnus-art.el (article-date-ut): do.
4907
4908         * message.el (message-fetch-field): Remove redundant
4909         case-fold-search binding.
4910         (message-narrow-to-field): Simplify.
4911
4912 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4913
4914         * spam.el (spam-directory): Derive from `gnus-directory'.
4915
4916         * spam-report.el (spam-report-url-to-file)
4917         (spam-report-requests-file): New function and variable for offline
4918         reporting.
4919         (spam-report-url-ping-function): Add `spam-report-url-to-file'
4920         and user defined function.
4921         (spam-report-url-ping-mm-url): Remove doubled slash.
4922
4923 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
4924
4925         * spam.el (spam-list-of-processors): fixed spamassassin variable names
4926
4927 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
4928
4929         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
4930         format string mismatch.
4931
4932         * sieve.el (sieve-deactivate-all): do.
4933
4934         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
4935
4936         * nnlistserv.el (nnlistserv-kk-wash-article): do.
4937
4938         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
4939
4940         * mm-bodies.el (mm-7bit-chars): Don't include \r.
4941
4942 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
4943
4944         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
4945         the list of checks
4946
4947 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
4948
4949         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
4950         padding.
4951
4952 2004-01-27  Simon Josefsson  <jas@extundo.com>
4953
4954         * mm-view.el (mm-fill-flowed): Add.
4955         (mm-inline-text): Use it.  Tiny patch from Ralf Angeli
4956         <angeli@iwi.uni-sb.de>.
4957
4958 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
4959
4960         * spam.el (spam-spamassassin-register-ham-routine)
4961         (spam-spamassassin-register-spam-routine): fixed function names
4962
4963 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4964
4965         * gnus.el (gnus-tmp-grouplens): Remove.
4966         (gnus-summary-line-format): Remove grouplens.
4967
4968         * gnus-group.el (gnus-group-line-format): Ditto.
4969
4970         * gnus-spec.el (gnus-format-specs): Ditto.
4971         (gnus-update-format-specifications): Flush the group format spec
4972         cache if there's the grouplens stuff.
4973         (gnus-parse-simple-format): Replace %l with the empty string.
4974
4975 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
4976
4977         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
4978         omission.
4979         From Jerry James  <james@xemacs.org>
4980
4981 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
4984         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
4985
4986 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
4987
4988         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
4989         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
4990         New macros and functions.
4991         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
4992         Handle > NLINK_MAX messages.
4993         * nnmaildir.el (nnmaildir-request-set-mark): Use
4994         nnmaildir--emlink-p and nnmaildir--eexist-p.
4995
4996 2004-01-25  Alex Schroeder  <alex@gnu.org>
4997
4998         * spam-stat.el (spam-stat-process-directory-age): New option.
4999         (spam-stat-process-directory): Use it.
5000
5001 2004-01-24  Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>  (tiny change)
5002
5003         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
5004         (spam-stat-save): Accept prefix argument.
5005
5006 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
5007
5008         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
5009         links" error.
5010
5011 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5012
5013         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
5014         the rest of the and/or forms.
5015
5016 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
5017
5018         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
5019         compatibility with old .newsrc.eld files.
5020
5021         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
5022
5023         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
5024
5025         * gnus-start.el (gnus-1): do.
5026
5027         * gnus-group.el (gnus-group-line-format-alist): do.
5028
5029         * gnus.el (gnus-use-grouplens, gnus-visual): do.
5030
5031         * gnus-gl.el: Remove.
5032
5033 2004-01-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
5034
5035         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
5036         marks consisting of a single range {for example, (3 . 5)} rather
5037         than a list of a single range { ((3 . 5)) }.
5038
5039 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
5040
5041         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
5042         with-current-buffer.
5043         (spam-stat-store-current-buffer): Use insert-buffer-substring to
5044         avoid consing a string.
5045
5046         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
5047         Remove obsolete entries for big5 and gb2312.
5048
5049 2004-01-22  Kevin Greiner <kgreiner@xpediantsolutions.com>
5050
5051         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
5052         uncompressed list.
5053
5054 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
5055
5056         * spam-stat.el (spam-stat-strip-xref): New function.
5057         (spam-stat-process-directory): Use it.
5058
5059         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
5060         here -- it's done in message-fetch-field.
5061
5062 2004-01-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
5063
5064         * gnus-agent.el (gnus-agent-queue-mail,
5065         gnus-agent-prompt-send-queue): New variables.
5066         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
5067         * gnus-draft.el (gnus-group-send-queue): Pass the group name
5068         "nndraft:queue" along to gnus-draft-send.  Use
5069         gnus-agent-prompt-send-queue.
5070         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
5071         is "nndraft:queue".  Suggested by Gaute Strokkenes
5072         <gs234@srcf.ucam.org>
5073
5074         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
5075         (agent-enable-undownloaded-faces): Added
5076         (gnus-agent-cat-groups): Use eval-and-compile, not
5077         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
5078         method of gnus-agent-cat-groups even when the buffer has been
5079         evaled.
5080         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
5081         delete gnus-agent-save-active-1.
5082         (gnus-agent-save-groups): Deleted. Identical to
5083         gnus-agent-save-active.
5084         (gnus-agent-write-active): No longer adjust agent's copy of active
5085         file as agent's adjustments are now stored in their own
5086         file. Removed optional parameter.
5087         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
5088         servers.  Add use of min/max range limits from server's local
5089         file.
5090         (gnus-agent-save-alist): Removed unused optional argument.
5091         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
5092         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
5093         (gnus-agent-set-local): A per-server file that keeps min/max range
5094         limits for articles known to the agent.  Provides a fast mechanism
5095         for altering many active ranges.
5096         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
5097         active file (local makes it unnecessary).
5098         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
5099
5100         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
5101         (agent-enable-undownloaded-faces): Added
5102
5103         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
5104         disable it when sending to "nndraft:queue".
5105         (gnus-group-send-queue): Add safety check to avoid sending queue
5106         when unplugged.
5107
5108         * gnus-group.el (gnus-group-catchup): Use new
5109         gnus-sequence-of-unread-articles, not
5110         gnus-list-of-unread-articles, to avoid exhausting memory with huge
5111         numbers of articles.  Use gnus-range-map to avoid having to
5112         uncompress the unread list.
5113         (gnus-group-archive-directory,
5114         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
5115         reference.
5116
5117         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
5118         (gnus-sorted-range-intersection): Intersection of two ranges
5119         without requiring that they first be uncompressed.
5120
5121         * gnus-start.el (gnus-activate-group): Unless blocked by the
5122         caller, possibly expand the active range to include both cached
5123         and agentized articles.
5124         (gnus-convert-old-newsrc): Rewrote in anticipation of having
5125         multiple version-dependent converters.
5126         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
5127         gnus-agent-save-active.
5128         (gnus-save-newsrc-file): Save dirty agent range limits.
5129
5130         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
5131         gnus-agent-possibly-alter-active.
5132         (gnus-adjust-marked-articles): Faster handling of simple lists
5133
5134 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
5135
5136         * spam-stat.el (spam-stat-test-directory): New optional argument
5137         displays a list of files detected.  Suggested by Andrew Cohen
5138         <cohen@andy.bu.edu>.
5139         (spam-stat-buffer-words-with-scores): Don't narrow and change
5140         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
5141
5142 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
5143
5144         * spam.el (gnus-summary-mode-map): make spam-generic-score the
5145         default scoring function
5146         (spam-generic-score): calls spam-spamassassin-score if
5147         spam-use-spamassassin or spam-use-spamassassin-headers is on;
5148         spam-bogofilter-score otherwise.
5149
5150         From Hubert Chan <hubert@uhoreg.ca>:
5151
5152         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
5153         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
5154         (spam-spamassassin-arguments)
5155         (spam-spamassassin-spam-flag-header)
5156         (spam-spamassassin-positive-spam-flag-header)
5157         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
5158         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
5159         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5160         (spam-list-of-processors, spam-list-of-checks)
5161         (spam-list-of-statistical-checks, spam-registration-functions)
5162         (spam-check-spamassassin-headers, spam-check-spamassassin)
5163         (spam-spamassassin-score)
5164         (spam-spamassassin-register-with-sa-learn)
5165         (spam-spamassassin-register-spam-routine)
5166         (spam-spamassassin-register-ham-routine)
5167         (spam-assassin-register-spam-routine)
5168         (spam-assassin-register-ham-routine): add SpamAssassin support
5169         (spam-bogofilter-score): fix to show article before scoring
5170
5171         * gnus.el (spam-process, spam-autodetect-methods): add
5172         spamassassin and spamassassin-headers
5173
5174         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5175         Suppress unnecessary messages.  From Nevin Kapur
5176         <nkapur@cs.caltech.edu>.
5177
5178 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
5179
5180         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
5181         make-hash-table.
5182
5183 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5184
5185         * canlock.el (base64-encode-string): Don't autoload it.
5186
5187 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * run-at-time.el: Remove useless (require 'itimer),
5190         eval-and-compile and (featurep 'xemacs).
5191
5192 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
5193
5194         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
5195         GROUP is a virtual group.
5196
5197 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
5198
5199         * gnus.el: Autoload `message-y-or-n-p'.
5200
5201 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
5202
5203         * pgg-parse.el: Remove unnecessary (require 'custom).
5204
5205         * pgg-def.el: do.
5206
5207         * nnmail.el: do.
5208
5209         * gnus-undo.el: do.
5210
5211         * gnus-picon.el: do.
5212
5213         * gnus-util.el: do.
5214
5215 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
5216
5217         * gnus-sum.el (gnus-pick-line-number): Add autoload.
5218
5219 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
5222         handle, as well as a list.
5223
5224         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
5225         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
5226         (mm-w3m-cid-retrieve): Simplify.
5227
5228 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
5229
5230         * message.el (message-kill-to-signature): Allow prefix arg to
5231         specify number of lines to keep before signature.  From Vasily
5232         Korytov.
5233         (message-kill-to-signature): Change docstring.
5234
5235 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * canlock.el: Always require sha1-el.
5238         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
5239
5240         * message.el: Autoload sha1 only when compiling.
5241
5242         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
5243         eudc-expand-inline for XEmacs.
5244
5245 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * message.el (message-canlock-generate): Require sha1-el.
5248
5249 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
5250
5251         * message.el (message-expand-name): Silence the byte compiler.
5252
5253         * lpath.el: Add detect-coding-system.
5254
5255         * dgnushack.el (dgnushack-compile): Remove obsolete check for
5256         cus-edit.
5257
5258 2004-01-13  Simon Josefsson  <jas@extundo.com>
5259
5260         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
5261         Invoke gnus-score-mode.  Reported by
5262         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
5263
5264         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
5265         Jim Blandy <jimb@redhat.com> (tiny change).
5266
5267 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
5268
5269         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
5270
5271 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
5272
5273         * spam.el (spam-get-article-as-string): updated to use
5274         gnus-request-article-this-buffer, much simpler
5275         (spam-get-article-as-buffer): removed
5276
5277 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
5278
5279         * message.el (message-expand-name): Use EUDC if the user uses
5280         that.
5281
5282 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
5283
5284         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
5285         character for the encoding to avoid consing a string.
5286
5287         * rfc2047.el (rfc2047-decode-string): Don't cons a string
5288         unnecessarily.
5289
5290         * mm-util.el (mm-replace-chars-in-string): Remove.
5291
5292         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
5293         of mm-replace-chars-in-string.
5294
5295 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
5296
5297         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
5298         strings.
5299
5300         * mm-util.el (mm-subst-char-in-string): Support inplace.
5301
5302         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
5303         a new string in every iteration.  Use shy groups.
5304
5305 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
5306
5307         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
5308         (gnus-group-change-level, gnus-kill-newsgroup)
5309         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
5310         (gnus-get-unread-articles, gnus-make-articles-unread)
5311         (gnus-make-ascending-articles-unread): Use accessor
5312         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
5313         to get group information for improved readability.
5314
5315         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
5316
5317         * gnus-soup.el (gnus-soup-group-brew): do.
5318
5319         * gnus-msg.el (gnus-put-message): do.
5320
5321         * gnus-move.el (gnus-group-move-group-to-server): do.
5322
5323         * gnus-kill.el (gnus-batch-score): do.
5324
5325         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
5326         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
5327         (gnus-group-update-group, gnus-group-read-group)
5328         (gnus-group-make-group, gnus-group-make-help-group)
5329         (gnus-group-make-archive-group, gnus-group-make-directory-group)
5330         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
5331         (gnus-group-sort-by-unread, gnus-group-catchup)
5332         (gnus-group-unsubscribe-group, gnus-group-kill-group)
5333         (gnus-group-yank-group, gnus-group-set-info)
5334         (gnus-group-list-groups): do.
5335
5336         * gnus.el (gnus-generate-new-group-name): do.
5337
5338         * gnus-delay.el (gnus-delay-send-queue): do.
5339
5340         * nnvirtual.el (nnvirtual-catchup-group): do.
5341
5342         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
5343         do.
5344
5345         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
5346         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
5347
5348         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
5349         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
5350         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
5351         (gnus-group-make-articles-read): do.
5352
5353 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
5354
5355         * gnus-art.el (article-decode-mime-words, article-babel)
5356         (gnus-article-highlight-signature, gnus-article-add-buttons)
5357         (gnus-signature-toggle): Use gnus-with-article-buffer.
5358
5359         * gnus-art.el (gnus-article-highlight-headers)
5360         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
5361
5362         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
5363         (gnus-article-set-globals, gnus-request-article-this-buffer)
5364         (gnus-button-message-id, gnus-article-maybe-hide-headers)
5365         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
5366         (gnus-mime-display-alternative): Use with-current-buffer.
5367
5368 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5369
5370         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
5371         also under 80 char limit, and call gnus-error if needed
5372         (spam-fetch-article-header): finally fixed - it was a
5373         buffer-local variable (gnus-newsgroup-data)
5374         (spam-find-spam): use spam-generate-fake-headers, forget about
5375         spam-insert-fake-headers
5376         (spam-insert-fake-headers): removed
5377
5378 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
5379
5380         * deuglify.el (gnus-article-outlook-unwrap-lines)
5381         (gnus-outlook-rearrange-article)
5382         (gnus-outlook-repair-attribution-outlook)
5383         (gnus-outlook-repair-attribution-block)
5384         (gnus-outlook-repair-attribution-other): Remove redundant
5385         save-excursion.
5386
5387 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5388
5389         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
5390         (spam-fetch-field-subject-fast)
5391         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
5392         (spam-fetch-article-header): new functions to deal with Gnus
5393         internals for fast retrieval of article header data
5394         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
5395
5396 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
5397
5398         * pop3.el (pop3-md5): Remove.
5399         (pop3-apop): Replace pop3-md5 with md5.
5400
5401         * mm-bodies.el: base64 is always built-in.
5402
5403         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
5404         with-current-buffer.
5405
5406 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * canlock.el (canlock-insert-header): Remove excessive grouping in
5409         regexp.
5410
5411         * gnus-sum.el (gnus-summary-read-document): Ditto.
5412
5413         * gnus-uu.el (gnus-uu-part-number): Ditto.
5414
5415         * html2text.el (html2text-remove-tags): Ditto.
5416         (html2text-format-tags): Ditto.
5417         (html2text-format-single-elements): Ditto.
5418
5419         * mml.el (mml-parse-1): Ditto.
5420
5421 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
5422
5423         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
5424
5425         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
5426
5427         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
5428
5429         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
5430
5431 2003-11-15  Simon Josefsson  <jas@extundo.com>
5432
5433         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
5434         (pgg-gpg-lookup-key): Use regexp match instead of
5435         split-string (split-string is different between emacs 21.2 and
5436         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
5437
5438 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
5439
5440         * gnus-art.el (gnus-mime-view-all-parts)
5441         (gnus-article-part-wrapper, gnus-article-view-part): Use
5442         with-current-buffer.
5443
5444 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5445
5446         * spam.el (spam-disable-spam-split-during-ham-respool)
5447         (spam-spamoracle-database, spam-cache-lookups)
5448         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
5449         (spam-group-ham-mark-p, spam-group-spam-mark-p)
5450         (spam-group-ham-marks, spam-group-spam-marks)
5451         (spam-group-spam-contents-p, spam-group-ham-contents-p)
5452         (spam-list-of-processors, spam-list-of-statistical-checks): doc
5453         fix, also add spam-use-blackholes to the statistical checks
5454         (spam-fetch-field-fast): new interface to fetching fields, may
5455         become a macro
5456         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
5457         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
5458         (spam-insert-fake-headers): fake an article when needed
5459         (spam-find-spam): fake article when possible
5460         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
5461         (spam-check-bogofilter-headers): use message-fetch-field instead
5462         of nnmail-fetch-field
5463
5464 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5465
5466         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
5467
5468 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5469
5470         * spam.el (spam-split): do not require spam-use-CHECK to be
5471         enabled if that check is passed to spam-split explicitly; also
5472         fix so 'spam doesn't get converted to spam-split-group when
5473         spam-split-symbolic-return is t
5474         (spam-find-spam): find registrations of the article and use those
5475         instead of re-running spam-split to find the spam/ham
5476         classification of the article
5477         (spam-log-processing-to-registry, spam-log-registered-p)
5478         (spam-log-unregistration-needed-p, spam-log-undo-registration):
5479         use gnus-error instead of gnus-message
5480         (spam-log-registration-type): new function to determine the
5481         classification of a message based on registry entries; will
5482         return nil if both 'spam and 'ham are found
5483         (spam-check-BBDB): expand all the BBDB macros here so we can have
5484         a reasonably fast local cache without the loading errors
5485         (spam-cache-lookups): set to t by default
5486         (spam-find-spam): don't try to guess spam-cache-lookups
5487         (spam-enter-whitelist, spam-enter-blacklist): also clear the
5488         spam-caches entry
5489         (spam-filelist-build-cache, spam-filelist-check-cache): better
5490         caching of whitelist/blacklist entries
5491         (spam-check-whitelist, spam-check-blacklist): invoke
5492         spam-from-listed-p with a type, not a cache variable
5493         (spam-from-listed-p): wrap around spam-filelist-check-cache
5494
5495 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
5496
5497         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
5498
5499         * nnmail.el (nnmail-split-fancy): do.
5500
5501         * mml.el (mml-parse): do.
5502
5503         * gnus-score.el (gnus-enter-score-words-into-hashtb)
5504         (gnus-score-adaptive): do.
5505
5506 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
5509         (gnus-mime-button-map): Don't set keymap parent.
5510         (gnus-button-ctan-directory-regexp): Use shy grouping.
5511         (gnus-prev-page-map): Don't set keymap parent.
5512         (gnus-prev-page-map): Remove duplicated one.
5513         (gnus-next-page-map): Don't set keymap parent.
5514         (gnus-mime-security-button-map): Ditto.
5515
5516         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
5517         version number.
5518
5519         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
5520
5521 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * canlock.el (canlock-sha1-function): Remove.
5524         (canlock-sha1-function-for-verify): Remove.
5525         (canlock-openssl-program): Remove.
5526         (canlock-openssl-args): Remove.
5527         (canlock-ignore-errors): Remove.
5528         (canlock-sha1-with-openssl): Remove.
5529         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
5530         (canlock-verify): Don't use canlock-ignore-errors.
5531
5532         * sha1-el.el (sha1-string-external): Make it can return a string
5533         in binary form.
5534         (sha1-region-external): Ditto.
5535         (sha1-string-internal): Ditto.
5536         (sha1-region-internal): Ditto.
5537         (sha1-region): Ditto.
5538         (sha1-string): Ditto.
5539         (sha1): Ditto.
5540
5541 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5542
5543         * spam.el (spam-report-articles-gmane): New command.
5544
5545 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5546
5547         * gnus.el: Don't make unnecessary *Group* buffer when loading.
5548
5549         * run-at-time.el (run-at-time-saved): Remove.
5550         (run-at-time): Doc fix.
5551
5552 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
5553
5554         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
5555         (gnus-summary-limit-map): Add it.
5556         (gnus-summary-make-menu-bar): do.
5557
5558 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
5559
5560         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
5561         first attempt at some caching support (done for BBDB only now)
5562         (spam-find-spam): set spam-cache-lookups if there are more than 2
5563         addresses to be checked
5564         (spam-clear-cache-BBDB): new function, to be invoked by
5565         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
5566         (spam-check-BBDB): check and use the caches, if
5567         spam-cache-lookups is on
5568         remove superfluous (provide)
5569
5570 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5571
5572         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
5573
5574 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
5575
5576         * run-at-time.el (run-at-time-saved): Move to after the definition
5577         of `run-at-time'.
5578
5579         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
5580
5581 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
5584         mm-w3m-local-map-property.
5585
5586         * mm-view.el (mm-w3m-mode-map): Remove.
5587         (mm-w3m-local-map-property): Remove.
5588         (mm-inline-text-html-render-with-w3m): Don't use
5589         mm-w3m-local-map-property.
5590
5591 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5592
5593         * run-at-time.el: New file.
5594
5595         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
5596         under Emacs.
5597
5598         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
5599         of gnus-set-text-properties.
5600
5601         * gnus-uu.el (gnus-uu-save-article): Ditto.
5602
5603         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
5604
5605         * gnus-cite.el (gnus-cite-parse): Ditto.
5606
5607         * gnus-art.el (gnus-button-push): Use set-text-properties instead
5608         of gnus-.
5609
5610         * gnus-xmas.el (run-at-time): Require run-at-time.
5611
5612         * gnus.el: Changed calls to nnheader-run-at-time and
5613         password-run-at-time throughout to use run-at-time directly.
5614
5615         * password.el: Removed definition of run-at-time.
5616
5617         * nnheaderxm.el: Remove definition of run-at-time.
5618
5619 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>
5620
5621         * mml.el (mml-minibuffer-read-disposition): Show attachment type
5622         in prompt (tiny change)
5623
5624 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
5625
5626         * messagexmas.el (message-xmas-redefine): Alias
5627         `message-make-caesar-translation-table' to
5628         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
5629         version.
5630
5631         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
5632         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
5633         `gnus-xmas-set-text-properties'.
5634         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
5635         `gnus-xmas-completing-read'.
5636         (gnus-xmas-completing-read): Removed.
5637         (gnus-xmas-open-network-stream): Removed.
5638
5639         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
5640         XEmacs version.
5641
5642         * dns.el (dns-make-network-process): Use `open-network-stream'
5643         instead of `gnus-xmas-open-network-stream'.
5644
5645         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
5646
5647         * .cvsignore: Add auto-autoloads.el, custom-load.el.
5648
5649 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
5650
5651         * gnus-art.el (gnus-mime-display-alternative)
5652         (gnus-insert-mime-button, gnus-insert-mime-security-button)
5653         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
5654         Don't use gnus-local-map-property.
5655
5656         * gnus-util.el (gnus-local-map-property): Remove.
5657
5658         * mm-view.el (mm-view-pkcs7-decrypt): Replace
5659         gnus-completing-read-maybe-default with completing-read.
5660
5661         * gnus-util.el (gnus-completing-read): do.
5662         (gnus-completing-read-maybe-default): Remove.
5663
5664 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
5665
5666         * password.el: Only autoload `run-at-time' if not XEmacs.
5667         Only autoload the itimer functions if XEmacs.
5668
5669 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
5672         XEmacsen.
5673
5674         * dgnushack.el: Autoload executable-find for XEmacs.
5675
5676 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
5677
5678         * gnus-art.el (gnus-read-string): Remove.
5679         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
5680         read-string.
5681
5682 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
5683
5684         * netrc.el: autoload password-read
5685         (netrc): new configuration group
5686         (netrc-encoding-method, netrc-openssl-path): configuration
5687         variables for encoding and decoding of files with symmetric
5688         ciphers
5689         (netrc-encode): assistant function to encode a file with
5690         netrc-encoding-method
5691         (netrc-parse): added interactive parameter, added optional
5692         decoding if netrc-encoding-method is non-nil but otherwise
5693         behavior is standard
5694         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
5695         s/encode/encrypt/ everywhere
5696
5697         * spam.el: remove executable-find autoload
5698
5699 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
5700
5701         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
5702
5703         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
5704
5705 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5706
5707         * gnus-art.el (gnus-treat-ansi-sequences,
5708         article-treat-ansi-sequences): New variable and function.
5709         Suggested by Dan Jacobson <jidanni@jidanni.org>.
5710
5711         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
5712         Use it.
5713
5714 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
5715
5716         * mm-util.el (mm-quote-arg): Remove.
5717
5718         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
5719         shell-quote-argument.
5720
5721         * gnus-uu.el (gnus-uu-command): do.
5722
5723         * gnus-sum.el (gnus-summary-insert-pseudos): do.
5724
5725         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
5726         with make-char.
5727
5728         * mm-util.el (mm-make-char): Remove.
5729
5730         * mml.el (mml-mode): Replace gnus-add-minor-mode with
5731         add-minor-mode.
5732
5733         * gnus-undo.el (gnus-undo-mode): do.
5734
5735         * gnus-topic.el (gnus-topic-mode): do.
5736
5737         * gnus-sum.el (gnus-dead-summary-mode): do.
5738
5739         * gnus-start.el (gnus-slave-mode): do.
5740
5741         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
5742
5743         * gnus-ml.el (gnus-mailing-list-mode): do.
5744
5745         * gnus-gl.el (gnus-grouplens-mode): do.
5746
5747         * gnus-draft.el (gnus-draft-mode): do.
5748
5749         * gnus-dired.el (gnus-dired-mode): do.
5750
5751         * gnus-ems.el (gnus-add-minor-mode): Remove.
5752
5753         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
5754         Replace gnus-char-width with char-width.
5755
5756         * gnus-ems.el (gnus-char-width): Remove.
5757
5758         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
5759         Replace gnus-char-width with char-width.
5760
5761         * gnus-ems.el (gnus-char-width): Remove.
5762
5763         * spam-stat.el (with-syntax-table): Remove with-syntax-table
5764         definition.
5765         Remove Emacs 20 hash table compatibility code.
5766
5767         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
5768         20 compatibility code.
5769
5770         * spam.el (spam-point-at-eol): Replace with point-at-eol.
5771
5772         * smime.el (smime-point-at-eol): Replace with point-at-eol.
5773
5774         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
5775         with point-at-{eol,bol}.
5776
5777         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
5778
5779         * imap.el (imap-point-at-eol): Replace with point-at-eol.
5780
5781         * flow-fill.el (fill-flowed-point-at-bol,
5782         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
5783
5784         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
5785         Replace with point-at-{eol,bol} throughout all files.
5786
5787 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * ntlm.el (ntlm-string-as-unibyte): New macro.
5790         (ntlm-build-auth-response): Use it.
5791
5792         Remove Emacs 20 stuff:
5793         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
5794         (butlast, mapc, remove): Remove the compiler macros.
5795         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
5796         of delq and copy-sequence.
5797         * gnus-art.el (popup-menu): Remove the compiler macro.
5798         * nnmail.el (nnmail-split-fancy): Don't support customizing with
5799         Emacs 20.
5800
5801 2004-01-05  Simon Josefsson  <jas@extundo.com>
5802
5803         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
5804         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
5805         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
5806         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
5807         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
5808         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
5809         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
5810         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
5811         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
5812         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
5813         ntlm-string-permute, string-lshift into ntlm-string-lshift,
5814         string-xor into ntlm-string-xor.  Suggested by
5815         Jesper Harder <harder@myrealbox.com>.
5816
5817         * ntlm.el: Don't include poem.
5818
5819         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
5820         Jesper Harder <harder@myrealbox.com>.
5821
5822         * sasl-ntlm.el, ntlm.el, md4.el: New files.
5823
5824         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
5825         probably breaks emacs with DL patch, but do we care? Is anyone
5826         still using the DL stuff?)
5827
5828         * sieve-manage.el: Use the password package.
5829         (sieve-manage-read-passwd): Remove.
5830         (sieve-manage-interactive-login): Use password.  Re-add
5831         condition-case around loop.
5832
5833         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
5834         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
5835         the password package.
5836
5837 2003-02-19  Simon Josefsson  <jas@extundo.com>
5838
5839         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
5840         token.
5841
5842 2002-08-07  Simon Josefsson  <jas@extundo.com>
5843
5844         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
5845         (sieve-manage-authenticators):
5846         (sieve-manage-authenticator-alist): Add some SASL mechs.
5847         (sieve-sasl-auth): New function.
5848         (sieve-manage-cram-md5-auth):
5849         (sieve-manage-plain-auth): Rewrite using SASL library.
5850         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
5851         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
5852         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
5853         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
5854
5855 2004-01-05  Simon Josefsson  <jas@extundo.com>
5856
5857         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
5858         New files.
5859
5860 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5861
5862         * gnus-group.el (gnus-no-groups-message): Update.
5863
5864         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
5865
5866 2003-11-09  Simon Josefsson  <jas@extundo.com>
5867
5868         * imap.el: Support for ID IMAP extension (RFC 2971).
5869         (imap-local-variables): Add imap-id.
5870         (imap-id): New variable.
5871         (imap-id): New function.
5872         (imap-parse-response): Parse untagged ID response.
5873         * nnimap.el (nnimap-id): New variable.
5874         (nnimap-open-connection): Use it.
5875
5876 2003-12-28  Simon Josefsson  <jas@extundo.com>
5877
5878         * gnus-score.el (gnus-score-edit-all-score): New.
5879         * gnus-group.el (gnus-group-score-map): Bind it to W e.
5880
5881 2004-01-04  Simon Josefsson  <jas@extundo.com>
5882
5883         * password.el: Add.
5884
5885 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
5886
5887         * dns.el: Add support for AAAA records (see RFC 3596)
5888
5889         * Fix typo PRT -> PTR
5890
5891         * Parse MX, PTR and SOA replies (see RFC 1035)
5892
5893 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5894
5895         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
5896
5897         * Moved to Changelog.2.
5898
5899 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5900
5901         * gnus.el (gnus-version-number): Bump version.
5902
5903 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5904
5905         * gnus.el: No Gnus v0.1 is released.
5906
5907 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5908
5909         * gnus.el: No Gnus v0.0 is released.
5910
5911 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5912
5913         * gnus.el (gnus-version-number): Bump.
5914         (gnus-version): No.
5915
5916 See ChangeLog.2 for earlier changes.
5917
5918     Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
5919   Copying and distribution of this file, with or without modification,
5920   are permitted provided the copyright notice and this notice are preserved.
5921
5922 ;; Local Variables:
5923 ;; coding: iso-2022-7bit
5924 ;; End: