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