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