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