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