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