ea5bd31267be933a063ecb2ad6f948151def0fc1
[gnus] / lisp / ChangeLog
1 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4         doc string.
5         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6
7 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8
9         * lpath.el: Fbind epg-check-configuration.
10
11 2006-09-06  Simon Josefsson  <jas@extundo.com>
12
13         * mml2015.el (mml2015-use): Doc fix, mention epg.
14
15 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16
17         * mml2015.el (mml2015-use): Default to epg, if available.
18
19 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
20
21         * mml1991.el (mml1991-epg-sign): Don't lookup a private kye by
22         message-sender.
23         (mml1991-epg-encrypt): Ditto.
24         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
25         message-sender.
26         (mml2015-epg-encrypt): Ditto.
27
28 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
29
30         * message.el (message-send-mail-with-sendmail): Look for sendmail in
31         several common directories.
32
33 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
34
35         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
36         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
37
38 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
39
40         * gnus-art.el (article-decode-encoded-words): Make it fast.
41
42 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
45
46         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
47         in quoted string into `\'.
48
49 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
52         Use standard-syntax-table.
53
54 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
55
56         * gnus-art.el (gnus-decode-address-function): New variable.
57         (article-decode-encoded-words): Use it to decode headers which are
58         assumed to contain addresses.
59         (gnus-mime-delete-part): Remove useless `or'.
60
61         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
62         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
63         (gnus-nov-parse-line): Use it to decode From header.
64         (gnus-get-newsgroup-headers): Ditto.
65         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
66
67         * mail-parse.el (mail-decode-encoded-address-region): New alias.
68         (mail-decode-encoded-address-string): New alias.
69
70         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
71         New function.
72         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
73         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
74         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
75         (rfc2047-decode-string): Ditto.
76         (rfc2047-decode-address-region): New function.
77         (rfc2047-decode-address-string): New function.
78
79 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
80
81         * message.el (message-caesar-buffer-body): Allow rotating headers.
82
83         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
84
85         * message.el (message-insert-formated-citation-line): Fix %f.
86         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
87
88 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
91         (gnus-bookmark-mouse-available-p): New macro.
92         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
93         (gnus-bookmark-bmenu-show-infos): Use it.
94         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
95         (gnus-bookmark-bmenu-hide-infos): Ditto.
96         (gnus-bookmark-remove-properties): New function.
97         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
98         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
99         (gnus-bookmark-write-file): Bind coding-system-for-write.
100         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
101         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
102         group before selecting it.
103         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
104         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
105         quit-window if it is not available; use gnus-mouse-2 and bind it to
106         gnus-bookmark-bmenu-select-by-mouse.
107         (gnus-bookmark-show-details): Remove unused variable `details-list'.
108         (gnus-bookmark-bmenu-select-by-mouse): New function.
109
110 2006-08-13  Romain Francoise  <romain@orebokech.com>
111
112         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
113         space.
114
115 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * compface.el (uncompface): Use binary rather than raw-text-unix.
118
119 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * compface.el (uncompface): Make sure the eol conversion doesn't take
122         place when communicating with the external programs.  Reported by
123         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
124
125 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * nnheader.el (nnheader-insert-head): Fix typo in comment.
128
129 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
130
131         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
132         Make it more robust by parsing author and date independently.
133
134 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
135
136         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
137
138 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
139
140         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
141         first matching secret key.
142         (mml2015-epg-encrypt): Ditto.
143
144         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
145         first matching secret key.
146         (mml1991-epg-encrypt): Ditto.
147
148         * mml2015.el (mml2015-encrypt-to-self): New user option.
149         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
150         mml2015-epg-encrypt-to-self is set.
151
152         * mml1991.el (mml1991-encrypt-to-self): New variable.
153         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
154         mml1991-epg-encrypt-to-self is set.
155
156         * mml2015.el (mml2015-signers): New user option.
157         (mml2015-epg-sign): Reflect the value of mml2015-signers.
158         (mml2015-epg-encrypt): Allow to select signing keys.
159
160         * mml1991.el (mml1991-signers): New variable.
161         (mml1991-epg-sign): Reflect the value of mml1991-signers.
162         (mml1991-epg-encrypt): Allow to select signing keys.
163
164 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
165
166         * nnheader.el (nnheader-insert-head): Make it work even if the file
167         uses CRLF for the line-break code.
168
169 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
170
171         * mml2015.el: Require mml-sec instead of password.
172         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
173         (mml2015-cache-passphrase): Inherit the default value from
174         mml-secure-cache-passphrase.
175         (mml2015-passphrase-cache-expiry): Inherit the default value from
176         mml-secure-passphrase-cache-expiry.
177
178         * mml1991.el: Require mml-sec instead of password.
179         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
180         (mml1991-cache-passphrase): Inherit the default value from
181         mml-secure-cache-passphrase.
182         (mml1991-passphrase-cache-expiry): Inherit the default value from
183         mml-secure-passphrase-cache-expiry.
184
185         * mml-sec.el: Require password.
186         (mml-secure-verbose): New user option.
187         (mml-secure-cache-passphrase): New user option.
188         (mml-secure-passphrase-cache-expiry): New user option.
189
190 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
191
192         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
193         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
194         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
195
196 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
197
198         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
199         workaround for the url package included with Emacs.
200
201         * nnweb.el (nnweb-google-create-mapping): Update regexp.
202
203 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
204
205         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
206         correctly.  This fixes a bug caused by the 2006-05-12 change.
207
208 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
209
210         * nnmail.el (nnmail-article-group): If splitting raises an error, give
211         some information about the error when saying that the `bogus' mail
212         group will be used.
213
214 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
215
216         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
217         string.
218
219 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
220
221         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
222
223 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
224
225         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
226
227 2006-07-10  Daiki Ueno <ueno@unixuser.org>
228
229         * mml1991.el (mml1991-function-alist): Add epg.
230         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
231         (mml1991-epg-encrypt): New functions.
232
233 2006-07-10  Daiki Ueno <ueno@unixuser.org>
234
235         * mml2015.el (mml2015-verbose): New variable.
236         (mml2015-cache-passphrase): Ditto.
237         (mml2015-passphrase-cache-expiry): Ditto.
238         (mml2015-function-alist): Add epg.
239         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
240         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
241         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
242         functions.
243
244 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
245
246         * message.el (message-cite-original-1): Preserve region when removing
247         quoted text due to X-No-Archive in order to avoid bogus attribution
248         when citing multiple messages.
249
250 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
251
252         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
253         Kenneth Jacker <khj@be.cs.appstate.edu>.
254
255 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
256
257         * gnus-diary.el (gnus-user-format-function-d)
258         (gnus-user-format-function-D): Autoload.
259
260         * imap.el (Commentary): Fix typo.
261
262         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
263         2006-04-22 contribution.
264
265 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
266
267         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
268         It didn't really fix the bogosity I'm seeing with solid web groups.
269
270 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
271
272         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
273         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
274         created using server names.  If we use the feature without declaring
275         it, Gnus does not properly manage server and group state.
276
277         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
278         bound.
279
280 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
281
282         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
283         looking up the method using GROUP's prefix before inventing a new one.
284         It is used on killed/unknown groups in various places where returning
285         an all-new method isn't expected by the caller.
286
287         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
288         and match semantics of gnus-group-real-prefix.
289
290 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
291
292         * nnmail.el (nnmail-broken-references-mailers): New variable.
293         (nnmail-ignore-broken-references): New function generalizing
294         nnmail-fix-eudora-headers.
295         (nnmail-fix-eudora-headers): Now obsolete.
296
297         * gnus-art.el (gnus-button-handle-custom): Support
298         `customize-apropos*'.
299
300 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
303
304         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
305         articles.
306
307 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
308
309         * message.el (message-cite-reply-above): New variable.
310         (message-yank-original): Use it.
311
312 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
313
314         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
315
316 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
317
318         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
319         as read.
320
321         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
322
323 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
324
325         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
326         (gnus-bookmark-default-file): Use gnus-directory.
327         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
328         Remove "*" in doc string.
329         (gnus-bookmark-write-file): Simplify.
330         (gnus-bookmark-maybe-sort-alist): Use `when'.
331         (gnus-bookmark-get-bookmark): Fix typo in doc string.
332         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
333         FIXME about Emacs 21 and XEmacs compatibility.
334         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
335         compatibility.
336         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
337         compatibility.
338         (gnus-bookmark-menu-heading): Fix version.
339
340 2006-06-19  Bastien Guerry  <bzg@altern.org>
341
342         * gnus-bookmark.el: New file.
343
344 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * message.el (message-syntax-checks): Doc fix.
347
348 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
349
350         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
351         unsubscribed groups as if they were killed ones.  It causes duplicate
352         entries in gnus-newsrc-alist.
353
354 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
355
356         * message.el (message-syntax-checks): Doc fix.
357         (message-send-mail): Add check for continuation headers.
358         (message-check-news-header-syntax): Fix regexp used to check for
359         continuation headers.
360
361 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
364
365 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
366
367         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
368
369 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
372         default-truncate-lines.
373
374 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
375
376         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
377         to fill the utf-8 entry.
378
379         * lpath.el: Fbind unicode-precedence-list.
380
381 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
382
383         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
384
385 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
386
387         * gnus-agent.el (directory-files-and-attributes): Move all the way
388         forward (the third and final move).
389         (gnus-agent-read-agentview): Trap reconstruction errors due to
390         nonexistant directory.  Handle by returning nil.
391
392 2006-05-30  Didier Verna  <didier@xemacs.org>
393
394         * message.el (message-dont-reply-to-names): Update the custom type.
395         * message.el (message-dont-reply-to-names): New defsubst: potentially
396         convert a list of regexps into a single one.
397         * message.el (message-get-reply-headers): Use it.
398         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
399
400 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         * gnus-agent.el (directory-files-and-attributes): Move forward.
403
404 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
405
406         * gnus-ml.el (gnus-mailing-list-subscribe)
407         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
408         (gnus-mailing-list-message): Fix doc strings.
409
410 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
411
412         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
413         of doing it manually.
414
415 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
416
417         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
418         comment.
419
420 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
421
422         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
423         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
424         (gnus-agent-read-local): All symbols allocated in my-obarray
425         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
426         (gnus-agent-regenerate-group): Check numeric names to see if they are
427         messages or groups.
428         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
429         better way of do this...)
430
431         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
432         'dummy.group' (there should be a better way of do this...)
433
434 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
437         (gnus-saved-headers): Ditto.
438         (gnus-default-article-saver): Mention functions may have properties.
439         (gnus-article-save): Override gnus-save-all-headers and
440         gnus-saved-headers by :headers property which saver function may have.
441         (gnus-summary-save-in-file): Add :headers property.
442         (gnus-summary-write-to-file): Ditto.
443
444         * gnus-sum.el (gnus-summary-save-article): Bind
445         gnus-prompt-before-saving to t when saving many articles in a file;
446         always show all headers.
447
448         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
449
450 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
451
452         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
453         marks.
454
455         * message.el (message-indent-citation): Add optional arguments to allow
456         using it outside of message buffers.
457
458         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
459         (gnus-article-treat-unfold-headers): Use it.
460         (gnus-article-truncate-lines): New variable.
461         (gnus-article-mode): Use it.
462         (gnus-article-toggle-truncate-lines): New function.
463
464         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
465         gnus-article-toggle-truncate-lines.
466
467         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
468         coding system in XEmacs, use binary.
469
470 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
471
472         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
473         after-load-alist.
474
475         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
476         this function should save decoded articles.
477         (gnus-summary-write-to-file): Use property to specify this function
478         should save decoded articles and specify gnus-summary-save-in-file
479         should be used to save articles other than the first one when saving
480         many articles.
481         (gnus-summary-save-body-in-file): Use property to specify this
482         function should save decoded articles.
483         (gnus-summary-write-body-to-file): Use property to specify this
484         function should save decoded articles and specify
485         gnus-summary-save-body-in-file should be used to save articles other
486         than the first one when saving many articles.
487
488         * gnus-sum.el (gnus-summary-save-article): Simplify.
489
490 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * gnus-art.el (gnus-default-article-saver): Add
493         gnus-summary-write-body-to-file.
494         (gnus-article-save-coding-system): Don't use coding system object
495         in XEmacs.
496         (gnus-read-save-file-name): Add optional `dir-var' argument which
497         specifies directory in which files are saved; work even if optional
498         `variable' argument is not specified.
499         (gnus-summary-write-to-file): Read file name.
500         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
501         (gnus-summary-write-body-to-file): New function.
502
503         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
504         (gnus-summary-local-variables): Add it.
505         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
506         (gnus-summary-save-article): Remove optional `decode' argument;
507         determine whether to decode articles by the value of
508         gnus-default-article-saver; when saving many files using
509         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
510         it first and use gnus-summary-save-in-file or
511         gnus-summary-save-body-in-file thereafter unless
512         gnus-prompt-before-saving is always; move point to article which
513         will be saved.
514         (gnus-summary-save-article-file): Revert.
515         (gnus-summary-write-article-file): Revert.
516         (gnus-summary-save-article-body-file): Revert.
517         (gnus-summary-write-article-body-file): New function.
518
519 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * gnus-art.el (gnus-default-article-saver): Doc fix.
522         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
523         from gnus-summary-save-article-coding-system, and default to a
524         certain coding system.
525         (gnus-output-to-file): Add coding cookie and encode text according
526         to gnus-article-save-coding-system; don't use mm-append-to-file.
527
528         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
529         gnus-art.el and rename to gnus-article-save-coding-system.
530         (gnus-summary-save-article): Require gnus-art; don't show all
531         headers if it decodes articles; don't add coding cookie here;
532         don't bind mm-text-coding-system-for-write.
533         (gnus-summary-save-article-file): Save decoded articles.
534         (gnus-summary-write-article-file): When saving many files, use
535         gnus-summary-write-to-file first and gnus-summary-save-in-file
536         thereafter unless gnus-prompt-before-saving is always.
537         (gnus-summary-save-article-body-file): Save decoded articles.
538
539         * lpath.el: Fbind select-safe-coding-system for XEmacs.
540
541 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
542
543         * nnrss.el (nnrss-check-group): Bind hash-index.
544
545 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
546
547         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
548         its hash index.  Store this hash in `nnrss-group-data'.
549         (nnrss-read-group-data): Update accordingly.
550
551 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
552
553         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
554         entry.
555
556         * gnus-sum.el (gnus-summary-make-menu-bar): Add
557         gnus-article-browse-html-article.
558
559 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
560
561         * gnus-sum.el (gnus-summary-mime-map): Add
562         gnus-article-browse-html-article.
563
564         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
565
566 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
567
568         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
569         suitable coding systems in customize.
570
571 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
572
573         * mail-source.el (mail-sources): Fix custom type.
574
575 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
576
577         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
578         (gnus-summary-expire-articles-now): Shorten prompt.
579
580         * gmm-utils.el (wid-edit): Require.
581         (defun-gmm): Renamed from `gmm-defun-compat'.
582         (gmm-image-search-load-path): Use it.
583         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
584
585 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * gnus-sum.el (gnus-summary-save-article-coding-system): New
588         variable.
589         (gnus-summary-save-article): Add optional `decode' argument.  If
590         it is set and gnus-summary-save-article-coding-system is non-nil,
591         save decoded article.
592         (gnus-summary-write-article-file): Save decoded article if
593         gnus-summary-save-article-coding-system is non-nil.
594
595         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
596         type.
597
598 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
601
602 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
603
604         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
605         first to test gnus-single-article-buffer which may be buffer-local.
606
607         * gnus-sum.el (gnus-summary-setup-buffer): Make
608         gnus-single-article-buffer buffer-local and nil in ephemeral
609         group; make gnus-article-buffer, gnus-article-current, and
610         gnus-original-article-buffer always buffer-local.
611         (gnus-summary-exit): Kill article buffer belonging to ephemeral
612         group.
613         (gnus-handle-ephemeral-exit): Don't move to next summary line.
614
615 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
616
617         * nnml.el (nnml-request-compact-group): Compressed files might not
618         have .gz extension.
619
620 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
621
622         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
623         (mm-copy-to-buffer): Use with-current-buffer.
624         (mm-display-part): Simplify.
625         (mm-inlinable-p): Add optional arg `type'.
626
627 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
628
629         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
630         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
631         Try harder to show the attachment internally or externally using
632         gnus-mime-view-part-as-type.
633
634 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
635
636         * message.el (message-from-style, message-signature-separator)
637         (message-user-organization-file, message-send-mail-function)
638         (message-citation-line-function, message-yank-prefix)
639         (message-indent-citation-function, message-signature)
640         (message-signature-file, message-signature-insert-empty-line):
641         Remove autoloads.
642
643         * gnus-art.el (gnus-buttonized-mime-types): Remove
644         "multipart/signed".  Revert 2006-04-26 change.
645
646 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
647
648         * gnus.el (gnus-version-number): Bump version.
649
650 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
651
652         * gnus.el: No Gnus v0.5 is released.
653
654 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
655
656         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
657         fetching articles by message-id.
658
659 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
660
661         * message.el (hashcash): Require hashcash as normal.
662
663         * ecomplete.el (ecomplete-highlight-match-line): Use
664         point-at-eol.
665         (ecomplete-highlight-match-line): Use `highlight', because that
666         face exists in both Emacs and XEmacs.
667
668         * message.el (message-display-abbrev): Use point-at-bol.
669
670         * mail-source.el: Don't require timer/timer-funcs.
671
672         * gnus-async.el: Ditto.
673
674         * password.el: Ditto.
675
676         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
677
678         * mm-url.el: Ditto.
679
680         * gnus-xmas.el: Don't require timer-funcs.
681
682         * mm-util.el: Require timer/timer-funcs.
683
684 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
685
686         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
687         Close.
688
689 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
690
691         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
692         unibyte after clear-decrypt function runs.
693
694         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
695         returns as a unibyte string.
696
697 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
698
699         * lpath.el: Revert.
700
701         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
702         (pgg-gpg-process-sentinel): Revert.
703
704         * pgg-pgp.el (pgg-pgp-process-region): Revert.
705         (pgg-pgp-lookup-key): Revert.
706
707         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
708         (pgg-pgp5-lookup-key): Revert.
709
710         * pgg.el (pgg-fetch-key): Revert.
711
712 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
713
714         * lpath.el: Fbind string-as-multibyte for XEmacs.
715
716         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
717         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
718         (mml1991-pgg-encrypt): Ditto.
719
720         * pgg-gpg.el (pgg-string-to-multibyte): New function.
721         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
722         a multibyte buffer.
723
724         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
725         (pgg-pgp-lookup-key): Ditto.
726
727         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
728         (pgg-pgp5-lookup-key): Ditto.
729
730         * pgg.el (pgg-fetch-key): Ditto.
731
732 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
733
734         * message.el (message-user-organization-file): Check several
735         locations of the organization file.
736
737         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
738         Add gnus-article-view-part-as-type.
739
740         * gnus-art.el (gnus-article-view-part-as-type): New function.
741
742         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
743         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
744
745         * mml.el: Simplify autoload.
746         (mml-mode): defvar dnd-protocol-alist instead of using
747         symbol-value.
748         (mml-default-directory): New variable.
749         (mml-minibuffer-read-file): Use it.
750         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
751
752         * message.el (message-citation-line-format): New variable.
753         (message-insert-formated-citation-line): New function.
754         (message-citation-line-function): Add
755         `message-insert-formated-citation-line' to custom type.
756
757         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
758         to doc string.
759
760         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
761         depending on mm-verify-option.
762
763 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
766         binding pgg-* variables; reimplement the section which prevents
767         MIME header from being signed.
768         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
769         pgg-text-mode; remove a blank line at the top of body.
770
771         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
772         lines at the top of body; use gnus-newsgroup-charset if there's no
773         Charset header.
774
775 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
776
777         * message.el (message-self-insert-commands): Doc fix.
778
779         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
780         (mm-uu-pgp-encrypted-test): Ditto.
781         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
782         between header and body; return application/pgp-encrypted handle
783         if decryption failed; decode decrypted body by charset.
784
785         * mm-decode.el (mm-automatic-display): Don't make application/pgp
786         element match to application/pgp-*.
787
788 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
789
790         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
791         HTML.
792
793 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794
795         * mail-source.el (mail-source-call-script): Message the error
796         string.
797
798 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * gnus-util.el (gnus-byte-compile): Use it.
801
802 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
803
804         * gnus-util.el (kill-empty-logs): New function.
805
806 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * message.el (message-mail-alias-type): Doc fix.
809         (message-mail-alias-type-p): New function.
810         (message-send): Use it.
811         (message-mode): Ditto.
812         (message-strip-forbidden-properties): Ditto.
813
814         * ecomplete.el (ecomplete-database-file-coding-system): New
815         variable.
816         (ecomplete-save): Use it.
817         (ecomplete-setup): Use it.
818
819 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
820
821         * message.el (message-self-insert-commands): New variable.
822         (message-strip-forbidden-properties): Use it.
823
824 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * message.el (message-put-addresses-in-ecomplete): Use a regexp
827         that doesn't make XEmacs choke.
828
829 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
830
831         * gnus-util.el (gnus-replace-in-string):
832         Prefer replace-regexp-in-string over of replace-in-string.
833
834 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
835
836         * gnus-util.el (gnus-select-frame-set-input-focus):
837         Use select-frame-set-input-focus if it is available in XEmacs; use
838         definition defined in Emacs 22 for old Emacsen.
839
840         * dgnushack.el: Autoload unmorse-region for XEmacs.
841
842         * lpath.el: Bind cursor-in-non-selected-windows and
843         select-frame-set-input-focus for XEmacs.
844
845 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
846
847         * mm-view.el (mm-inline-text): Use equal instead of equalp.
848
849 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
850
851         * gnus-registry.el (gnus-registry-cache-save): remove text
852         properties when saving via the temp buffer
853
854 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
855
856         * message.el (message-generate-hashcash): Honor custom type.
857
858 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
859
860         * message.el (message-generate-hashcash): Default to non-nil when
861         hashcash is found.
862
863         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
864         (gnus-refer-thread-limit): Increase default to 500.
865
866         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
867
868         * flow-fill.el (fill-flowed): Allow delete-space.
869
870 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
871
872         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
873         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
874         Remove autoloads.
875
876 2006-04-18  Simon Josefsson  <jas@extundo.com>
877
878         * message.el (message-generate-hashcash): Default to.
879
880 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
881
882         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
883         concatenating segments rather than before concatenating them.
884
885 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
886
887         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
888
889 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890
891         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
892
893         * message.el (message-forward-make-body-plain): Allow
894         message-forward-ignored-headers to be a list.
895         (message-remove-ignored-headers): Factor out into function.
896         (message-forward-make-body-mml): Use it.
897
898         * imap.el (imap-quote-specials): New function.
899         (imap-login-auth): Quote specials.
900
901         * rfc2231.el (rfc2231-parse-string): Remove dead code.
902         (rfc2231-parse-string): Allow concatanation of parameters that
903         aren't contiguous.  The test case is
904           (mail-header-parse-content-type "message/external-body;
905             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
906             access-type=LOCAL-FILE;
907             name*1*=plugh%2fhello-sailor%2fbing.pdf")
908
909 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
910
911         * nntp.el (nntp-accept-process-output): Return the value of
912         `nnheader-accept-process-output'.
913
914 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
915
916         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
917         (gnus-button-alist): Recognize more diff formats.
918         (gnus-button-patch): Strip directory.
919
920 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
921
922         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
923         Emacs 22 when setting focus.
924
925 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
926
927         * gnus-art.el (gnus-article-treat-types): Do treatment of
928         text/x-verbatim parts.
929         (gnus-button-patch): New command.
930
931         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
932         addresses that contain invalid characters.
933
934 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935
936         * message.el (message-put-addresses-in-ecomplete): Use
937         gnus-replace-in-string.
938         (message-is-yours-p): Use the more correct
939         mail-header-parse-address instead of
940         mail-extract-address-components.
941         (message-put-addresses-in-ecomplete): Fix typo.
942
943         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
944         keystroke.
945
946         * gnus-art.el (gnus-treatment-function-alist): Change order of
947         newsgroups/generic header folding to avoid double-folding.
948
949         * message.el (message-hidden-headers): Add X-Draft-From.
950
951         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
952         command.
953         (gnus-summary-repeat-search-article-backward): New command.
954
955         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
956         groups in the parent topic.
957
958 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
959
960         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
961         (spam-extra-header-to-number): Return the CRM114 number as a
962         number instead of a string.
963
964 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
965
966         * gnus-art.el (gnus-face-properties-alist): Moved here from
967         gnus-fun.
968
969         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
970
971 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
972
973         * message.el (message-strip-forbidden-properties): Only display on
974         self-insert-command.
975
976         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
977         reindent.
978         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
979
980 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
981
982         * smiley.el (smiley-style): Fix typo.
983
984 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
985
986         * hashcash.el (hashcash-insert-payment-async-2): Use
987         message-goto-eoh instead of doing it manually.
988         (mail-add-payment): Use message-narrow-to-header instead of trying
989         to do the same itself.
990
991         * message.el (message-hidden-headers): Add Face.
992
993         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
994         reparenting code.
995         (gnus-summary-reparent-children): Refactored out code.
996         (gnus-summary-thread-map): New keystroke.
997         (gnus-summary-reparent-children): Make into command.
998
999         * smiley.el (smiley-style): Default to `medium' if using a large
1000         font.
1001
1002         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
1003         does it itself.
1004
1005         * message.el (message-point-in-header-p): Simplify definition.
1006
1007 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1008
1009         * nnagent.el (nnagent-request-set-mark): Silence log file
1010         writing.
1011         (nnagent-request-set-mark): Use write-region instead of
1012         append-to-file.
1013
1014         * gnus-sum.el (gnus-read-header): Fudge article number if using a
1015         strange select method.
1016
1017         * ecomplete.el (ecomplete-display-matches): Get highlightling
1018         right.
1019         (ecomplete-display-matches): Use literals.
1020         (ecomplete-display-matches): Disable message logging.
1021
1022         * message.el (message-display-abbrev): Small optimization.
1023
1024         * ecomplete.el (ecomplete-display-matches): Allow automatic
1025         display.
1026
1027         * message.el (message-strip-forbidden-properties): Display
1028         abbrevs.
1029         (message-display-abbrev): Get automatic display right.
1030
1031         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
1032         keystrokes.
1033
1034 2006-04-13  Romain Francoise  <romain@orebokech.com>
1035
1036         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
1037         Moved here (and renamed) from gnus-registry.el.
1038
1039         * gnus-registry.el: Require gnus-util.
1040         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
1041
1042 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043
1044         * gnus-group.el (gnus-group-catchup-current): Change
1045         if-then-else-if-then-else into cond.
1046         (gnus-group-catchup): Indent.
1047         (group-name-at-point): New function.
1048         (gnus-fetch-group): Provide default from thing at point.
1049
1050 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * message.el (message-display-abbrev): Fix regexp.
1053
1054         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
1055         choosing.
1056         (ecomplete-highlight-match-line): Fix up code rewrite, remove
1057         dead variables.
1058
1059         * message.el (message-newline-and-indent): Remove debugging.
1060         (message-display-abbrev): Use new implementation.
1061
1062 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1063
1064         * gnus-art.el (gnus-article-mode): Set
1065         cursor-in-non-selected-windows to nil.
1066
1067         * smiley.el: Revert previous change.
1068         (smiley-data-directory): defvar it before using it in the
1069         defcustom of `smiley-style'.
1070
1071 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1072
1073         * message.el (message-newline-and-indent): New function.
1074
1075         * ecomplete.el: Implement more bits.
1076
1077         * message.el (message-put-addresses-in-ecomplete): Clean up the
1078         string.
1079
1080         * ecomplete.el (ecomplete-add-item): Chop off decimals.
1081
1082         * gnus-sum.el (gnus-summary-save-parts): Bind
1083         gnus-summary-save-parts-counter and use it to make unique file
1084         names.
1085
1086         * gnus-art.el (gnus-ignored-headers): Add some more headers.
1087
1088         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
1089         parameter to say whether to actually parse the individual
1090         addresses.
1091
1092         * message.el (message-put-addresses-in-ecomplete): New function.
1093         (ecomplete): Require.
1094         (message-mail-alias-type): Add ecomplete as an option.
1095
1096 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
1097
1098         * flow-fill.el (fill-flowed): Remove trailing space from blank
1099         quoted lines.
1100
1101 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102
1103         * smiley.el (smiley-style): Move definition later to avoid a
1104         compilation warning.
1105
1106 2006-04-12  Kenichi Handa  <handa@m17n.org>
1107
1108         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
1109         buffer and then decode the buffer text if necessary.
1110         (rfc2231-encode-string): Be sure to work on multibyte buffer at
1111         first, and after mm-encode-body, change the buffer to unibyte.
1112         Use mm-disable-multibyte instead of set-buffer-multibyte.
1113
1114 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1115
1116         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
1117         Content-Type header instead of Content-Disposition header.
1118         (gnus-mime-inline-part): Ditto.
1119         (gnus-mime-view-part-as-charset): Ignore charset that the part
1120         specifies.
1121
1122         * mm-decode.el (mm-display-part): Work with external parts and
1123         usual parts similarly.
1124
1125         * mm-extern.el (mm-inline-external-body): Use mm-display-part
1126         instead of gnus-display-mime.
1127
1128         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
1129         instead of with-temp-buffer.
1130
1131         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
1132         tag to summarized topics part in order to encode non-ASCII text.
1133
1134 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1135
1136         * smiley.el (smiley-style): New variable.
1137         (smiley-directory): New function.
1138         (smiley-data-directory): Derive from `smiley-style' using
1139         `smiley-directory'.
1140         (smiley-regexp-alist): Add new entries.
1141
1142         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
1143         (gnus-article-browse-delete-temp): Add :version.
1144
1145 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1146
1147         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
1148         the sieve region.
1149
1150 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151
1152         * gnus.el (gnus-version-number): Bump version.
1153
1154 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1155
1156         * gnus.el: No Gnus v0.4 is released.
1157
1158 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
1161         layout.
1162
1163         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
1164         unknown charset.
1165
1166         * message.el (message-header-synonyms): Add Original-To to the
1167         default.
1168
1169         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
1170         optional parameter.
1171
1172 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1173
1174         * gnus-fun.el (gnus): Require it for gnus-directory.
1175
1176 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * gnus-fun.el (gnus-face-properties-alist): Add :version.
1179
1180 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1181
1182         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
1183
1184 2006-04-05  Simon Josefsson  <jas@extundo.com>
1185
1186         * password.el (password-reset): New function.
1187
1188 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1189
1190         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
1191         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1192
1193 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1194
1195         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1196         Some whitespace was matched into the url, which broke browsing hits
1197         > 100 when mm-url-use-external was nil.
1198
1199 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
1200
1201         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
1202         gnus-extra-headers for 'Newsgroups.
1203
1204         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
1205         bound.
1206
1207 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
1208
1209         * pgg-gpg.el: Clean up process buffers every time gpg processes
1210         complete.
1211
1212 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1213
1214         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
1215         doc string.
1216
1217 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
1218
1219         * pgg-gpg.el (pgg-gpg-process-filter)
1220         (pgg-gpg-wait-for-completion): Check if buffer is alive.
1221
1222         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1223         lines, temporary fix.
1224
1225 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1226
1227         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
1228
1229 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
1230
1231         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1232         default-enable-multibyte-characters.  This reverts the change from
1233         revision 6.17 which is no longer necessary because the passphrase
1234         is sent separately now.  GnuPG messages are unreadable under
1235         multibyte locales with default-enable-multibyte-characters set to
1236         nil.
1237
1238 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
1239
1240         * message.el (message-tool-bar-gnome): Move "spell".
1241
1242 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
1243
1244         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
1245         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
1246         instead.
1247
1248 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
1249
1250         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
1251         newsgroups handling for NNTP overviews which don't include
1252         Newsgroups.
1253
1254 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1255
1256         * message.el (message-resend): Bind message-generate-hashcash to
1257         to nil.
1258
1259 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1260
1261         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
1262         when searching for already-paid recipients.
1263
1264 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
1265
1266         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1267         passphrases when it is not needed.
1268         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1269         passphrase stuff from gpg, should only be necessary when you use
1270         gpg with a smartcard.
1271
1272 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * mml.el (mml-insert-mime): Ignore cached contents of
1275         message/external-body part.
1276
1277         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
1278         (mm-insert-part): Ditto.
1279
1280 2006-03-23  Simon Josefsson  <jas@extundo.com>
1281
1282         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
1283         Reiner.
1284         (pgg-gpg-use-agent-p): Use it again.
1285
1286 2006-03-23  Simon Josefsson  <jas@extundo.com>
1287
1288         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
1289         older emacsen.
1290         (pgg-gpg-use-agent-p): Don't use it.
1291
1292 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
1293
1294         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
1295         if we can.
1296
1297 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
1298
1299         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1300         (pgg-gpg-update-agent): New function.
1301         (pgg-gpg-use-agent-p): New function.
1302         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1303         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1304         (pgg-gpg-sign-region): Use it.
1305
1306 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1307
1308         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
1309         Reported by Ralf Wachinger <rwachinger@gmx.de>.
1310
1311 2006-03-21  Simon Josefsson  <jas@extundo.com>
1312
1313         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1314         <wilde@sha-bang.de>.
1315         (pgg-gpg-use-agent): New variable.
1316         (pgg-gpg-process-region): Use it.
1317         (pgg-gpg-encrypt-region): Likewise.
1318         (pgg-gpg-encrypt-symmetric-region): Likewise.
1319         (pgg-gpg-decrypt-region): Likewise.
1320         (pgg-gpg-sign-region): Likewise.
1321         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1322
1323 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1324
1325         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
1326
1327         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
1328         Add comment on version.
1329
1330 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1331
1332         * smiley.el: Add missing test smiley.
1333
1334 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * mm-decode.el (mm-with-part): New macro.
1337         (mm-get-part): Use it; work with message/external-body as well.
1338         (mm-save-part): Treat name and filename equally.
1339
1340         * mm-extern.el (mm-extern-cache-contents): New function.
1341         (mm-inline-external-body): Use it; force the part to be displayed;
1342         move undisplayer added to the cached handle to the parent.
1343
1344         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
1345         (gnus-mime-view-part-as-type): Work with message/external-body.
1346
1347         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
1348
1349 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1350
1351         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
1352         images in image-load-path.  [Sync with image.el, revision 1.60, in
1353         Emacs.]
1354
1355 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1356
1357         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
1358         path rather than symbol.  Always return list of directories.
1359         Guarantee that image directory comes first.  [Sync with image.el,
1360         revision 1.59, in Emacs.]
1361
1362         * message.el (message-make-tool-bar): Adjust to new API of
1363         `gmm-image-load-path-for-library'.
1364
1365         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1366
1367         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1368
1369 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1370
1371         * gnus-art.el (gnus-article-only-boring-p):
1372         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
1373         intangible text.
1374         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
1375
1376 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
1377
1378         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
1379         `defun' instead of `gmm-defun-compat'.
1380
1381 2006-03-14  Simon Josefsson  <jas@extundo.com>
1382
1383         * message.el (message-unique-id): Don't use message-number-base36
1384         if (user-uid) is a float.
1385         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
1386
1387 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
1390
1391         * gnus-art.el (gnus-mime-display-single): Make sure there is an
1392         empty line between a part and a message part.
1393
1394 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
1395
1396         * smiley.el: Add more test smileys.
1397         (smiley-data-directory, smiley-regexp-alist)
1398         (gnus-smiley-file-types): Fix doc strings.
1399         (smiley-update-cache): Clear smiley-cached-regexp-alist before
1400         adding new elements.
1401         (smiley-mouse-map): Unused code.  Make it a comment.
1402
1403 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1406         scan latest NoCeM messages instead of old ones.
1407         (gnus-nocem-check-article): Fix regexps so as to match to PGP
1408         delimiters that are recently used.
1409         (gnus-nocem-load-cache): Add autoload cookie.
1410
1411         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1412
1413         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1414         level which is larger than gnus-use-nocem is specified.
1415
1416         * gnus-group.el (gnus-group-get-new-news): Ditto.
1417
1418 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1419
1420         * gnus-util.el (gnus-tool-bar-update): New function.
1421
1422         * gnus-group.el (gnus-group-update-tool-bar): New variable.
1423         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1424
1425         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1426
1427         * gnus-group.el (gnus-group-redraw-when-idle)
1428         (gnus-group-redraw-check): Remove.
1429         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
1430
1431 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1432
1433         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1434         if optional last element is specified in splits (FIELD VALUE...).
1435
1436 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
1437
1438         * message.el (message-make-tool-bar): Rename gmm-image-load-path
1439         to gmm-image-load-path-for-library.  Call with no-error argument.
1440         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
1441
1442         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1443
1444         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1445
1446         * gmm-utils.el (gmm-image-load-path): Remove alias.
1447
1448 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
1449
1450         * gmm-utils.el (gmm-image-load-path): Add alias.
1451
1452         * nnml.el (nnml-generate-nov-databases-directory): Rename from
1453         nnml-generate-nov-databases-1.
1454         (nnml-generate-nov-databases): Use it.
1455         (nnml-generate-nov-databases-directory): Document no-active
1456         argument.
1457
1458         * gmm-utils.el (gmm-image-load-path-for-library): Return single
1459         directory if path is t.  Add no-error.
1460
1461         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
1462         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1463
1464         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
1465         resetting gnus-article-browse-html-temp-list.
1466
1467         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
1468         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
1469         Add example to docstring.  Rename local variables.  Move error
1470         checks to default case in cond and simplify.
1471
1472 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1473
1474         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1475         handle is multipart when calling it recursively.
1476         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1477
1478 2006-03-03  Daniel Pittman <daniel@rimspace.net>
1479
1480         * nnimap.el (nnimap-request-update-info-internal): Optimize.
1481         Don't `gnus-uncompress-range' to avoid excessive memory usage.
1482
1483 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
1486         is loaded.
1487
1488         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
1489         loaded.
1490
1491 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1492
1493         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1494         to "Emacs 23 (unicode)" in doc string.
1495
1496         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1497         "Emacs 23 (unicode)" in comment.
1498
1499 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
1502
1503         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1504         characters 160 through 255 in Emacs 23.
1505
1506 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1507
1508         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
1509         gnus-article-browse-html-temp.
1510         (gnus-article-browse-delete-temp): Make it customizable.  Add
1511         `file'.  Adjust doc string.
1512         (gnus-article-browse-delete-temp-files): Add argument.  Allow
1513         query for each file.  Adjust doc string.
1514         (gnus-article-browse-html-parts): Add
1515         `gnus-article-browse-delete-temp-files' to
1516         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
1517
1518 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
1519
1520         * gnus-art.el (gnus-article-browse-html-temp)
1521         (gnus-article-browse-delete-temp): New variables.
1522         (gnus-article-browse-delete-temp-files): New function.
1523         (gnus-article-browse-html-parts): Use it.
1524
1525 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1526
1527         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
1528
1529         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
1530         string.
1531
1532         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
1533         gnus-summary-insert-new-articles when unplugged.  Remove
1534         gnus-summary-search-article-forward.
1535
1536         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
1537         display-visual-class instead of display-color-cells.
1538
1539 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1540
1541         * dgnushack.el: Autoload customize-group for XEmacs.
1542
1543         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
1544         message/* containing non-ASCII text properly.
1545
1546 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1547
1548         * message.el: Require gmm-utils, remove autoloads.
1549         (message-tool-bar): Set default based on
1550         gmm-tool-bar-style.
1551         (message-tool-bar-gnome): Add gmm-customize-mode.
1552
1553         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
1554         gmm-tool-bar-style.
1555         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
1556
1557         * gnus-group.el (gnus-group-tool-bar): Set default based on
1558         gmm-tool-bar-style.
1559         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
1560
1561         * gmm-utils.el (gmm-image-directory): Rename variable from
1562         gmm-image-load-path.
1563         (gmm-image-load-path): Use gmm-image-directory.
1564         (gmm-customize-mode): New function.
1565         (gmm-tool-bar-style): New variable.
1566
1567         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
1568         gnus-group-redraw-line-number.
1569         (gnus-group-redraw-check): Simplify.
1570         (gnus-group-tool-bar-update): Remove redraw check.
1571         (gnus-group-make-tool-bar): Add redraw check.
1572
1573 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
1574
1575         * gnus-art.el (gnus-button): Add missing parentheses.
1576
1577 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1578
1579         * lpath.el: Fbind line-number-at-pos.
1580
1581 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1582
1583         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
1584
1585 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1586
1587         * gnus-art.el (gnus-button): New face.
1588         (gnus-article-button-face): Use it.
1589
1590         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
1591         gnus-summary-next-page.  Re-order.
1592
1593         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
1594         next-node are now included.
1595         (gnus-group-redraw-line-number): New internal variable.
1596         (gnus-group-redraw-check): Helper function for updating the tool
1597         bar.
1598         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
1599
1600         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
1601
1602         * spam.el (spam-spamassassin-score-regexp): New internal variable.
1603         (spam-extra-header-to-number, spam-check-spamassassin-headers):
1604         Use it to match format of Spamassassin 3.0 and later.  Reported by
1605         IRIE Tetsuya <irie@t.email.ne.jp>.
1606         (spam-check-bogofilter)
1607         (spam-bogofilter-register-with-bogofilter): Fix args of
1608         `gnus-error' calls.
1609
1610 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1611
1612         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
1613         unnecessary interaction when sending queued mails.  Reported by
1614         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
1615
1616 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1617
1618         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
1619         first or last are nil.
1620
1621 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1622
1623         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
1624
1625 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626
1627         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
1628
1629 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630
1631         * dns.el (query-dns): Protect more against buggy tcp output.
1632
1633 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1634
1635         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
1636         nov.php.
1637
1638 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1639
1640         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
1641         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
1642         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
1643         output on the server side.
1644         (nnweb-google-create-mapping): Update regexps and add some
1645         progress indication.
1646
1647 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
1648
1649         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
1650         gnus-agent-toggle-plugged.  Re-order icons.
1651         (gnus-group-tool-bar-gnome): Add
1652         gnus-group-{prev,next}-unread-group.
1653         (gnus-group-tool-bar-gnome): Re-order icons.
1654
1655         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
1656         gnus-summary-insert-new-articles.
1657
1658         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
1659         comments.
1660
1661         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
1662         also available in Emacs 21.3.
1663
1664         * message.el (message-fix-before-sending): Change "Emacs 22" to
1665         "Emacs 23 (unicode)" in comment.
1666
1667         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
1668         "Emacs 23 (unicode)" in comment.
1669
1670         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
1671         comment.
1672         (mm-coding-system-p): Add comment about no-MULE XEmacs.
1673
1674         * mm-view.el (mm-fill-flowed): Add :version.
1675
1676 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1677
1678         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
1679         and load-path.
1680
1681 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
1682
1683         * message.el: Autoload gmm-image-load-path.
1684         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
1685         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
1686         consitency.
1687
1688         * gmm-utils.el (gmm-image-load-path): Also search in
1689         "../etc/images".  Don't set gmm-image-load-path if we don't find
1690         the image.
1691
1692 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * gmm-utils.el (gmm-image-load-path): Don't make
1695         `gmm-image-load-path' include subdirectories which the second arg
1696         `image' might specify.
1697
1698         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
1699         subdirectory to icon file names.
1700
1701         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
1702
1703 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
1704
1705         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
1706         gmm-image-load-path calls.
1707
1708         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1709
1710         * message.el (message-make-tool-bar): Ditto.
1711
1712         * mml.el (mml-preview): Added comment concerning tool bar icons.
1713
1714         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
1715         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
1716
1717         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
1718         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
1719
1720         * message.el (message-tool-bar-gnome): Use new icon names.
1721         (message-make-tool-bar): Use `gmm-image-load-path'.
1722
1723         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
1724         functions from MH-E.
1725         (gmm-image-load-path): New variable from MH-E.
1726         (gmm-image-load-path): New function from MH-E.  Added arguments
1727         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
1728         *-image-load-path-called-flag.
1729
1730 2006-02-21  Milan Zamazal <pdm@brailcom.org>
1731
1732         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
1733
1734 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
1735         (tiny change)
1736
1737         * nnimap.el (nnimap-request-move-article): Change folder back to
1738         source group before deleting.
1739
1740 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1741
1742         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
1743
1744         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
1745         mm-url.
1746
1747         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
1748
1749 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
1752         coding system which mm-charset-to-coding-system returns for a
1753         given charset is valid.
1754
1755 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
1756
1757         * html2text.el (html2text-remove-tag-list):
1758         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
1759
1760 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1761
1762         * gnus-cus.el: Revert 2005-10-17 change.
1763
1764 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1765
1766         * gnus-art.el (article-strip-banner): Call
1767         article-really-strip-banner only when the regexp match is made.
1768
1769 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1770
1771         * gnus-art.el (article-strip-banner): Use
1772         gnus-extract-address-components instead of
1773         mail-header-parse-addresses to make it work with non-ASCII text;
1774         remove mail-encode-encoded-word-string.
1775
1776         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
1777         values which are surrounded with \"...\"; make it never cause a
1778         Lisp error; give up parsing of parameters if it failed in
1779         extracting type.
1780
1781 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1782
1783         * smime.el (smime-cert-by-ldap-1): Fix bug where
1784         `smime-ldap-search' returns results without userCertificates.
1785
1786 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
1789
1790 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1791
1792         * spam.el (spam-check-spamassassin-headers): Adapt format for
1793         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
1794         <ari@mbf.ocn.ne.jp>.
1795         (spam-list-of-processors): Add spam-use-gmane.
1796
1797 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1798
1799         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
1800         make-temp-file; make it work with XEmacs as well.
1801
1802         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
1803         mm-make-temp-file.
1804
1805         * mm-decode.el (mm-display-external): Use the 3rd arg of
1806         mm-make-temp-file.
1807         (mm-create-image-xemacs): Ditto.
1808
1809 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1810
1811         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
1812         with message-narrow-to-headers.
1813         (gnus-draft-setup): Narrow to header to run message-fetch-field.
1814         (gnus-draft-check-draft-articles): New function.
1815         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
1816
1817 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
1818
1819         * gnus-art.el (gnus-article-browse-html-parts):
1820         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
1821         Don't use suffix argument for mm-make-temp-file for Emacs 21
1822         compatibility.  Remove useless `format'.
1823
1824 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1825
1826         * nnweb.el (nnweb-google-wash-article): Update regexps.
1827         (nnweb-group-alist): Use defvoo instead of defvar.
1828
1829 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1830
1831         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
1832         re-loading nn* modules.
1833
1834 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1835
1836         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
1837         for `tool-bar-mode' and don't check it's default-value.
1838
1839         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1840
1841         * message.el (message-make-tool-bar): Ditto.
1842
1843         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
1844         `substring'.  Shorten tmp-file name.
1845
1846         * gnus.el: Remove bogus comment.
1847
1848 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
1849
1850         * gnus-art.el (gnus-article-browse-html-parts): New function.
1851         (gnus-article-browse-html-article): New function for viewing html
1852         articles with a browser.
1853
1854 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
1855
1856         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
1857         in elisp.
1858         (pgg-gpg-encrypt-symmetric-region): Ditto.
1859         (pgg-gpg-sign-region): Ditto.
1860
1861         * pgg-def.el (pgg-text-mode): New variable.
1862
1863         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
1864         (mml2015-pgg-encrypt): Ditto.
1865
1866         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
1867         (mml1991-pgg-encrypt): Ditto.
1868
1869 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1870
1871         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
1872         message-make-date instead of current-time-string.
1873
1874         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
1875         to gnus-decoded which mm-uu might set.
1876
1877 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1878
1879         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
1880         don't decode quoted parameters; remove misimported Emacs code.
1881         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1882         (rfc2231-decode-encoded-string): Don't use split-string which
1883         behaves differently according to Emacs version; use
1884         mm-decode-coding-region to convert charset to coding-system.
1885         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1886         (rfc2231-encode-string): Remove misimported Emacs code.
1887
1888 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1889
1890         * gnus-art.el (article-decode-charset): Don't use ignore-errors
1891         when calling mail-header-parse-content-type.
1892         (article-de-quoted-unreadable): Ditto.
1893         (article-de-base64-unreadable): Ditto.
1894         (article-wash-html): Ditto.
1895
1896         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
1897         calling mail-header-parse-content-type and
1898         mail-header-parse-content-disposition.
1899         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
1900         mail-header-parse-content-type.
1901
1902         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
1903         insert charset and format parameters; encode description after
1904         inserting it to buffer.
1905         (mml-insert-parameter): Fold lines properly even if a parameter is
1906         segmented into two or more lines; change the max column to 76.
1907
1908         * rfc1843.el (rfc1843-decode-article-body): Don't use
1909         ignore-errors when calling mail-header-parse-content-type.
1910
1911         * rfc2231.el (rfc2231-parse-string): Return at least type if
1912         possible; don't cause an error even if it fails in parsing of
1913         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1914         (rfc2231-encode-string): Don't break lines at the beginning, leave
1915         it to mml-insert-parameter.
1916
1917         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
1918         calling mail-header-parse-content-type.
1919
1920 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
1921
1922         * spam-report.el (spam-report-gmane-use-article-number):
1923         Improve doc string.
1924         (spam-report-gmane-internal): Check if a suitable header was found
1925         in the article.
1926
1927 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1928
1929         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
1930         (rfc2231-encode-string): Make param*=value always begin with LWSP.
1931
1932 2006-02-05  Romain Francoise  <romain@orebokech.com>
1933
1934         Update copyright notices of all files in the gnus directory.
1935
1936 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1937
1938         * nnweb.el (nnweb-request-group): Avoid growing overview files.
1939
1940 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1941
1942         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
1943         segmented lines of parameter value to cope with Thunderbird 1.5
1944         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
1945         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1946         (rfc2231-encode-string): Don't make lines exceeding 76 column.
1947
1948 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
1949
1950         * mml.el (mml-generate-mime-1): Correct the order of inline signed
1951         parts.
1952
1953 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1954
1955         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
1956         there's only one active file for all servers.
1957         (nnweb-request-scan): Make sure nnweb-articles is initialized on
1958         solid groups.  Gnus might have used a FAST request to select the group.
1959         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
1960         and nnweb-search redundantly in the active file.
1961         (nnweb-request-list): Don't list bogus groups.  There can only be one.
1962         (nnweb-request-create-group): Don't use ARGS.
1963         (nnweb-possibly-change-server, nnweb-request-group): Remove some
1964         initialisations.  Let nnoo do the work.
1965
1966 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
1969         Say the part has been decoded.
1970
1971         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
1972
1973 2006-01-31  Kevin Ryde  <user42@zip.com.au>
1974
1975         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
1976         mailcap-viewer-test-cache when there's no 'test clause, since that
1977         will invert the meaning of a "nil" test previously determined by
1978         mailcap-mailcap-entry-passes-test.
1979
1980 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
1983         compiling.
1984
1985         * gnus-sum.el: Ditto.
1986
1987         * message.el: Don't bind tool-bar-map when compiling.
1988
1989 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
1990
1991         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
1992
1993 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1994
1995         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
1996         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
1997         current Google Groups.
1998
1999 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
2000
2001         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
2002         and tool-bar-mode.
2003
2004         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
2005         and tool-bar-mode.
2006
2007         * message.el (message-tool-bar-update): Simplify.
2008         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
2009
2010         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
2011         gnus-summary-buffer.
2012         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
2013         gnus-summary-reply.
2014
2015         * gmm-utils.el (gmm): Add :version.
2016
2017 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * Makefile.in (clean): New rule.
2020         (distclean): Use it.
2021
2022 2006-01-26  Steve Youngs  <steve@sxemacs.org>
2023
2024         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
2025         autoload.
2026
2027 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2028
2029         * gmm-utils.el (gmm-verbose): Add :group.
2030
2031 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
2032
2033         * message.el: Change some comments WRT tool-bars.
2034
2035         * gnus-sum.el (gnus-summary-tool-bar)
2036         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
2037         (gnus-summary-tool-bar-zap-list): New variables.
2038         (gnus-summary-make-tool-bar): Complete rewrite using
2039         `gmm-tool-bar-from-list'.
2040
2041         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
2042         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
2043         variables.
2044         (gnus-group-make-tool-bar): Complete rewrite using
2045         `gmm-tool-bar-from-list'.
2046         (gnus-group-tool-bar-update): New function.
2047
2048         * message.el (message-mode-field-menu): Add "Show hidden Headers".
2049
2050 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2051
2052         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
2053         is dissected into a single part of which the type is the same as
2054         the given one; decode charset.
2055
2056 2006-01-21  Kevin Ryde  <user42@zip.com.au>
2057
2058         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
2059         into alists as symbol not string, since that's what
2060         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
2061         look for.
2062
2063 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
2064
2065         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
2066         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
2067
2068         * message.el (message-tool-bar-gnome): Use gmm-ignore.
2069
2070 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2071
2072         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
2073         (gnus-xmas-mime-security-button-menu): New function.
2074
2075         * gnus-art.el (gnus-mime-security-button-commands): New variable.
2076         (gnus-mime-security-button-menu): New definition.
2077         (gnus-mime-security-button-map): Use them.
2078         (gnus-mime-security-button-menu): New function.
2079         (gnus-insert-mime-security-button): Addition to help echo.
2080         (gnus-mime-security-run-function, gnus-mime-security-save-part)
2081         (gnus-mime-security-pipe-part): New functions.
2082
2083         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
2084         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
2085
2086         * mm-decode.el (mm-handle-set-disposition): Remove.
2087         (mm-handle-set-description): Remove.
2088
2089 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
2092         (mm-w3m-standalone-supports-m17n-p): New function.
2093         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
2094         w3m usage.
2095
2096         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
2097         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
2098
2099 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2100
2101         * message.el (message-tool-bar-zap-list): Use
2102         gmm-tool-bar-zap-list as custom type.
2103         (message-tool-bar-update): New function.
2104         (message-tool-bar, message-tool-bar-gnome)
2105         (message-tool-bar-retro): Add message-tool-bar-update.
2106         (message-tool-bar-gnome): Add flyspell-buffer.
2107
2108         * gnus-util.el (gnus-error): Describe `args'.
2109
2110         * gmm-utils.el (gmm-error): Describe `args'.
2111         (gmm-tool-bar-zap-list): New widget.
2112         (gmm-tool-bar-from-list): Improve description of `zap-list'.
2113
2114 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
2117         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
2118         the number of recursive calls.
2119
2120         * mm-decode.el (mm-handle-set-disposition): New macro.
2121         (mm-handle-set-description): New macro.
2122
2123 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
2126         encoding.
2127
2128 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2129
2130         * message.el (message-tool-bar-zap-list, message-tool-bar)
2131         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
2132         (message-tool-bar-local-item-from-menu): Remove.
2133         (message-tool-bar-map): Replace by `message-make-tool-bar'.
2134         (message-make-tool-bar): New function.
2135         (message-mode): Use `message-make-tool-bar'.
2136
2137         * gmm-utils.el: New file.
2138         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
2139         (gmm-lazy): New widget copied from `nnmail.el'.
2140         (gmm-tool-bar-from-list): New function for creating customizable
2141         tool bars.
2142         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
2143         output.
2144         (gmm): Add :prefix to defgroup.
2145
2146 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
2147
2148         * gmm-utils.el (gmm-widget-p): New function.
2149
2150 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2151
2152         * mml.el (mml-attach-file): Describe `description' in doc string.
2153         (mml-menu): Add Emacs MIME manual and PGG manual.
2154
2155 2006-01-20  Richard M. Stallman  <rms@gnu.org>
2156
2157         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
2158
2159 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
2160
2161         * nntp.el (nntp-end-of-line): Doc fix.
2162
2163 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
2164
2165         * imap.el (imap-open): Handle case where buffer is a buffer
2166         object.
2167
2168 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2169
2170         * gnus-delay.el (gnus-delay): Don't autoload.
2171         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2172         to be re-loaded when customizing the `gnus-delay' group.
2173
2174 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
2175
2176         * message.el (message-insert-citation-line): Use newlines.
2177
2178 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2179
2180         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
2181         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
2182         these routines, so the passphrase can be managed externally and
2183         passed in to the system.
2184         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
2185         pgg-add-passphrase-to-cache function.
2186
2187         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
2188         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
2189         these routines, so the passphrase can be managed externally and
2190         passed in to the system.
2191         (pgg-pgp5-sign-region): Use new name of
2192         pgg-add-passphrase-to-cache function.
2193
2194 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2195
2196         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
2197         part of the decoded armor to find the key-identifier.
2198         (pgg-gpg-lookup-key-owner): New function to return the
2199         human-readable identifier of a key owner.
2200         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
2201         itself.
2202         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
2203         the key value) if we have a key and can match it against a secret
2204         key.  Also, added a note pointing out fact that the prompt only
2205         indicates the first matching key.
2206
2207         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
2208         pgg-decrypt-region.
2209         (pgg-add-passphrase-to-cache): Rename from
2210         `pgg-add-passphrase-cache' to reduce confusion (all callers
2211         changed).
2212         (pgg-remove-passphrase-from-cache): Rename from
2213         `pgg-remove-passphrase-cache' to reduce confusion (all callers
2214         changed).
2215         (pgg-read-passphrase, pgg-add-passphrase-cache)
2216         (pgg-remove-passphrase-cache): Add informative docstrings.
2217         (pgg-decrypt): Convey provided passphrase in subordinate call to
2218         pgg-decrypt-region.
2219
2220 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
2221
2222         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
2223         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
2224         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
2225         'passphrase' argument, so the passphrase can be managed externally
2226         and then passed in to the system.
2227
2228         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
2229         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
2230         so the passphrase cache can be used reliably with identifiers
2231         besides a pgp packet's key id.
2232
2233         * pgg-gpg.el (pgg-gpg-encrypt-region)
2234         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2235         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
2236         these routines, so the passphrase can be managed externally and
2237         passed in to the system.
2238
2239         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
2240         'notruncate' argument, so the passphrase cache can be used
2241         reliably with identifiers besides a pgp packet's key id.
2242
2243 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
2244
2245         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2246         symmetric encryption.
2247         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2248         encrypted session key.
2249         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2250         message ask for the passphrase in a proper way.
2251
2252         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2253         New user commands for symmetric encryption.
2254
2255 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2256
2257         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
2258
2259         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
2260
2261 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
2262
2263         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
2264
2265 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * mm-decode.el (mm-inlined-types): Add application/pgp.
2268         (mm-automatic-display): Ditto.
2269
2270         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
2271         part as text.
2272
2273 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * nnrss.el: Update copyright.
2276         (nnrss-opml-import): Query whether to subscribe to each entry.
2277
2278         * gnus-art.el:
2279         * gnus-sum.el:
2280         * gnus-xmas.el:
2281         * messagexmas.el:
2282         * mm-uu.el:
2283         * mm-view.el: Update copyright.
2284
2285 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
2286
2287         * message.el (message-info): New function.
2288         (message-mode-menu): Add it.
2289         Update copyright.
2290
2291         * ChangeLog: Fix and update copyright.
2292
2293 2006-01-13  Romain Francoise  <romain@orebokech.com>
2294
2295         * message.el (message-forward-subject-name-subject): Prefer the
2296         address to 'nowhere' if the sender has no name.
2297         Fix typo.  Update copyright year.
2298
2299 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2300
2301         * gnus-art.el (article-wash-html): Use
2302         gnus-summary-show-article-charset-alist if a numeric arg is given.
2303         (gnus-article-wash-html-with-w3m-standalone): New function.
2304
2305         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
2306         mm-inline-text-html-render-with-w3m-standalone.
2307         (mm-text-html-washer-alist): Map w3m-standalone to
2308         gnus-article-wash-html-with-w3m-standalone.
2309         (mm-inline-text-html-render-with-w3m-standalone): New function.
2310
2311 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2312
2313         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
2314         Improve LaTeX.
2315
2316 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
2319         (nnrss-request-article): Render text/plain parts as HTML.
2320
2321         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
2322         the buffer.
2323
2324 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2325
2326         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
2327         custom definition of `gnus-posting-styles'.
2328
2329         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2330         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
2331
2332 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2333
2334         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
2335         Use nntp for bug archive.
2336
2337 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
2340         parts.
2341         (nnrss-normalize-date): New function converts ISO 8601 date into
2342         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2343         (nnrss-check-group): Use it.
2344
2345 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
2348
2349         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
2350         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2351         (nnrss-insert-w3): Ditto.
2352
2353 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2354
2355         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
2356         the articles to be forwarded including the case where neither a
2357         number of articles nor a region is specified.
2358
2359 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * nnrss.el (nnrss-request-article): Fix last change; fill
2362         text/plain parts.
2363
2364 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2365
2366         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
2367         in text/plain part.
2368         (nnrss-check-group): Don't add excessive newline to dc:subject.
2369
2370 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
2371
2372         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
2373         article.
2374
2375 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2376
2377         * nnml.el: Don't require gnus-bcklg.  Autoload it.
2378         (nnml-use-compressed-files, nnml-save-mail): Support other
2379         comression programs such as bzip2.
2380
2381 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2382
2383         * dns.el (query-dns): Make sure we check the buffer size before
2384         removing tcp headers.
2385
2386 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2387
2388         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
2389         remove MIME buttons associated with multipart/alternative parts.
2390         (gnus-mime-display-alternative): Tag buttons using `article-type'
2391         text property.
2392
2393         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
2394         associated with multipart/alternative parts.
2395
2396         * gnus-art.el (gnus-signature-separator): Fix custom type.
2397
2398         * mm-decode.el (mm-inlined-types): Fix custom type.
2399         (mm-keep-viewer-alive-types): Ditto.
2400         (mm-automatic-display): Ditto.
2401         (mm-attachment-override-types): Ditto.
2402         (mm-inline-override-types): Ditto.
2403         (mm-automatic-external-display): Ditto.
2404
2405 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2406
2407         * spam-report.el (spam-report-user-mail-address)
2408         (spam-report-user-agent): New variables.
2409         (spam-report-url-ping-plain): Use spam-report-user-agent.
2410
2411 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
2412
2413         * gnus-art.el (gnus-button-handle-custom): Do not just use
2414         `customize-apropos' for any "M-x customize-*" button but the
2415         function called for.  Accept both the function name and its
2416         argument in order to achieve this.
2417         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
2418         function name to `gnus-button-handle-custom' in case of "M-x
2419         customize-*" buttons.
2420
2421 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2422
2423         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
2424         multipart/alternative and add xref to mm-discouraged-alternatives
2425         in doc string.
2426
2427         * mm-decode.el (mm-discouraged-alternatives): Add xref to
2428         gnus-buttonized-mime-types in doc string.
2429
2430 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2431
2432         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
2433         Suggest image/.* in the doc string.
2434
2435 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2436
2437         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
2438         message-marks (Debian bug #342521).
2439
2440 2005-12-12  Simon Josefsson  <jas@extundo.com>
2441
2442         * password.el (password-read-from-cache): Add.
2443         (password-read): Use it.
2444
2445 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2446
2447         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
2448         us-ascii as a MIME charset.
2449
2450         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
2451         against the case where the 2nd arg TYPE is nil.
2452
2453 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2454
2455         * pop3.el (pop3-stream-type): Fix custom version.
2456
2457         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
2458
2459 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2460
2461         * mm-decode.el (mm-display-external): Add missing cdr.
2462
2463 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2464
2465         * mm-decode.el (mm-display-external): Use nametemplate (defined in
2466         RFC1524) if it is in mailcap or add a suffix according to
2467         mailcap-mime-extensions when generating a temp filename; postpone
2468         deleting a temp file for 2 seconds for some wrappers, shell
2469         scripts, and so on, which might exit right after having started a
2470         viewer command as a background job.
2471
2472 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2473
2474         * nntp.el (nntp-marks-directory): Fix custom group.
2475
2476         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
2477         steps when < 10.
2478
2479         * gnus-start.el (gnus-no-server-1): Mention
2480         `gnus-level-default-subscribed' in doc string.
2481
2482 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2483
2484         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
2485         parens.
2486
2487 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * gnus-xmas.el (gnus-use-toolbar): Revert.
2490         (gnus-xmas-setup-toolbar): Use global default-toolbar if
2491         gnus-use-toolbar is default.
2492
2493         * messagexmas.el (message-use-toolbar): Revert.
2494         (message-setup-toolbar): Use global default-toolbar if
2495         message-use-toolbar is default.
2496
2497 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2498
2499         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
2500         according to default-toolbar-visible-p.
2501
2502         * messagexmas.el (message-use-toolbar): Ditto.
2503
2504 2005-11-26  Dave Love  <fx@gnu.org>
2505
2506         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
2507         (tls-program, tls-success): Provide openssl alternative.
2508
2509         * starttls.el: Doc fixes.
2510         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
2511         SERVICE to PORT.
2512
2513         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
2514         port null or service name.
2515         (starttls-negotiate): Autoload.
2516
2517 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * message.el (message-kill-to-signature): Fix interactive spec.
2520
2521 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2522
2523         * pop3.el (pop3-open-server): Recognize a string as a service name.
2524
2525 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
2526
2527         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2528
2529 2005-11-23  Dave Love  <fx@gnu.org>
2530
2531         Add pop3s, pop3/starttls.
2532
2533         * pop3.el (pop3-authentication-scheme): Clarify doc.
2534         (open-tls-stream, starttls-open-stream): Autoload.
2535         (pop3-stream-type): New.
2536         (pop3-open-server): Use it.
2537
2538         * mail-source.el (mail-sources): Fix some :types.  Add stream type
2539         for POP.
2540         (mail-source-keyword-map): Add :stream for POP.
2541         (mail-source-fetch-pop): Use pop3-stream-type.
2542
2543 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2544
2545         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
2546         of current-time-string.
2547
2548 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
2549
2550         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
2551         date header.
2552
2553 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2554
2555         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
2556         it can seriously impact performance as it bypasses the agent's
2557         local caches.
2558
2559 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2560
2561         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
2562         must be explicitly online rather than "not explicitly offline" for
2563         its flags to be synchronized.
2564
2565         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
2566         that gnus-uu-unmark-thread will function correctly.
2567
2568         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
2569         1024K is instead displayed as 1M.
2570
2571 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572
2573         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
2574
2575 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
2576
2577         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
2578
2579 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
2580
2581         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
2582         error message to display actual error condition.
2583         (gnus-agent-save-local): Avoid saving symbols that are bound to
2584         nil as they simply result in a warning message in
2585         gnus-agent-read-local.
2586
2587 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2588
2589         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
2590         rather than make-variable-buffer-local for file-precious-flag.
2591
2592 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2593
2594         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
2595         for duplicates which are removed.  The invalid sort check then
2596         triggers a rescan after the sort as sorting may have moved
2597         duplicate entries such that they can be cheaply detected.
2598
2599 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2600
2601         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
2602
2603 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2604
2605         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
2606         internal variable to a custom variable.  Changed default value
2607         from compressed(2) to uncompressed(1).
2608         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
2609         support for uncompressed agentview files.  Taken together, reading
2610         the agentview file should now be 6-7 times faster.
2611
2612 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2613
2614         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
2615         as a buffer-local variable.  This avoids creating truncated
2616         dribble files as a result of a hang up, eg.
2617
2618 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
2619
2620         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
2621         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
2622         XEmacs.
2623
2624 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2625
2626         * gnus-start.el (gnus-start-draft-setup): Enforce
2627         `gnus-draft-mode' for nndraft:drafts at startup.
2628
2629         * gnus.el (gnus-splash): Change custom group.
2630         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
2631         allow-list argument.
2632
2633         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
2634         string.
2635
2636 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2637
2638         * gnus-art.el (gnus-default-article-saver): Add user-defined
2639         `function' to custom type.
2640
2641 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
2642
2643         * imap.el (imap-open): Handle case where buffer is a buffer
2644         object.
2645
2646 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2647
2648         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
2649         long lines.
2650         (gnus-cache-delete-group): Wrap doc strings.
2651
2652         * gnus-agent.el (gnus-agent-rename-group)
2653         (gnus-agent-delete-group): Wrap doc strings.
2654
2655
2656 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2657
2658         * messagexmas.el (message-use-toolbar): Change the valid values
2659         into default, top, bottom, left, and right.
2660         (message-toolbar-thickness): New variable.
2661         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
2662         well.
2663         (message-setup-toolbar): Make it work.
2664
2665         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
2666         (gnus-use-toolbar): Change the valid values into default, top,
2667         bottom, left, and right.
2668         (gnus-toolbar-thickness): New variable.
2669         (gnus-xmas-setup-toolbar): New function.
2670         (gnus-xmas-setup-group-toolbar): Use it.
2671         (gnus-xmas-setup-summary-toolbar): Use it.
2672
2673 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674
2675         * gnus-start.el (gnus-1): Add "native" to
2676         gnus-predefined-server-alist.
2677
2678         * gnus.el (gnus-method-to-server): Don't add "native" to the
2679         lists here, because that leads to problems when
2680         gnus-select-method is bound.
2681
2682 2005-11-09  Simon Josefsson  <jas@extundo.com>
2683
2684         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
2685         use (not sort-by-date) instead.
2686
2687 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2688
2689         * gnus-delay.el (gnus-delay-group): Don't autoload.
2690         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2691         to be re-loaded when customizing the `gnus-delay' group.
2692
2693 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2694
2695         * message.el: Revert last changes.
2696         (message-insert-citation-line): Use newlines.
2697
2698 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2699
2700         * message.el (message-courtesy-message)
2701         (message-mark-insert-begin, message-mark-insert-end)
2702         (message-elide-ellipsis, message-cancel-message)
2703         (message-add-header, message-change-subject)
2704         (message-cross-post-followup-to-header)
2705         (message-cross-post-insert-note, message-reduce-to-to-cc)
2706         (message-widen-reply, message-delete-not-region)
2707         (message-kill-to-signature, message-insert-signature)
2708         (message-insert-importance-high, message-insert-importance-low)
2709         (message-insert-or-toggle-importance)
2710         (message-insert-disposition-notification-to)
2711         (message-indent-citation, message-yank-original)
2712         (message-cite-original-without-signature, message-cite-original)
2713         (message-insert-citation-line, message-position-on-field)
2714         (message-fix-before-sending, message-send-mail-partially)
2715         (message-send-mail, message-send-mail-with-sendmail)
2716         (message-send-mail-with-qmail, message-send-news)
2717         (message-check-news-header-syntax, message-generate-headers)
2718         (message-insert-courtesy-copy, message-fill-address)
2719         (message-fill-header, message-shorten-references)
2720         (message-setup-1, message-cancel-news)
2721         (message-forward-make-body-plain, message-forward-make-body-mime)
2722         (message-forward-make-body-mml, message-encode-message-body)
2723         (message-forward-make-body-digest-plain)
2724         (message-forward-make-body-digest-mime)
2725         (message-use-alternative-email-as-from): Insert `hard-newline'
2726         instead of ordinary newlines.
2727
2728 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * message.el (message-generate-headers): Downcase the argument
2731         given to message-check-element.
2732
2733 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
2734
2735         * nntp.el (nntp-authinfo-rejected): New error condition.
2736         (nntp-wait-for): Use new error condition to signal authentication
2737         error.
2738         (nntp-retrieve-data): Rethrow new error condition to break out of
2739         recursive call to nntp-send-authinfo.
2740
2741 2005-11-08  Romain Francoise  <romain@orebokech.com>
2742
2743         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
2744         (gnus-summary-exit-map): Bind to `Z p'.
2745         (gnus-summary-make-menu-bar): Add menu item.
2746
2747 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
2748
2749         * gnus-art.el (gnus-article-treat-custom): Add `first'.
2750         (gnus-treat-*): Add `first' in all doc strings.
2751
2752         * gnus-group.el (gnus-group-compact-group): Fix typo.
2753
2754 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * gnus.el (gnus-parameters-case-fold-search): New variable.
2757         (gnus-parameters-get-parameter): Use it.
2758
2759         * gnus-score.el (gnus-home-score-file): Doc fix.
2760
2761 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
2762
2763         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
2764
2765 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * mm-util.el (mm-special-display-p): New function.
2768
2769         * mml.el (mml-preview): Use it; doc fix.
2770
2771 2005-10-29  Romain Francoise  <romain@orebokech.com>
2772
2773         * message.el (message-fix-before-sending): Fix comment.
2774
2775 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2776
2777         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
2778
2779 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2780
2781         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
2782         Used in gnus-score.el.
2783
2784 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2785
2786         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
2787
2788 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2789
2790         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
2791         whitespace removed in revision 7.8.  Use concatenated string to
2792         protect trailing whitespace.
2793
2794 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
2795
2796         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
2797         (nnimap-request-expire-articles): Use it to avoid sending 'UID
2798         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
2799         Courier IMAP ("some version from 2004").  Mostly based on similar
2800         code in the same function.
2801
2802 2005-10-26  Didier Verna  <didier@xemacs.org>
2803
2804         * gnus-group.el (gnus-group-compact-group): invalidate original
2805         article buffer.
2806         * gnus-srvr.el (gnus-server-compact-server): ditto.
2807         * nnml.el (nnml-request-compact-group): handle self Xref: field in
2808         NOV database and in article itself.
2809         Invalidate article backlog.
2810
2811 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2812
2813         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
2814
2815 2005-10-26  Simon Josefsson  <jas@extundo.com>
2816
2817         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
2818         part of 2004-07-25 change.
2819
2820 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2821
2822         * message.el (message-display-completion-list): New function.
2823         (message-expand-group): Use it; make sure the Completions buffer
2824         is modifiable.
2825
2826 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
2827
2828         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
2829         user-mail-name is an empty string.
2830
2831 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
2832
2833         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
2834         depending on gnus-score-decay-constant.
2835
2836         * encrypt.el (encrypt-insert-file-contents)
2837         (encrypt-write-file-contents): Don't use `gnus-message'.
2838
2839         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
2840         arguments.
2841         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
2842         arguments to mm-uu-verbatim-marks-extract.
2843         (mm-uu-hide-markers): New variable.
2844         (mm-uu-extract): Use face similar to `gnus-cite-3'.
2845
2846         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2847         (gnus-convert-image-to-face-command): Use "convert" by default to
2848         allow other input image formats.
2849         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
2850         accordingly.
2851
2852 2005-10-23  Simon Josefsson  <jas@extundo.com>
2853
2854         * imap.el (imap-gssapi-program): Align command line parameters
2855         with latest GNU SASL.
2856         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
2857
2858 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
2861         HTML.
2862         (nnslashdot-request-article): Ditto.
2863
2864         * lpath.el (featurep): Add nobreak-char-display.
2865
2866 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
2867
2868         * mail-source.el (mail-source-fetch-pop): Require pop3.
2869         (mail-source-check-pop): Ditto.
2870
2871 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
2874         errors.
2875
2876 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2877
2878         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
2879         (gnus-treat-strip-leading-blank-lines): Improve doc string.
2880
2881         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
2882
2883         * mm-bodies.el (mm-decode-string): Call
2884         `mm-charset-to-coding-system' with allow-override argument.
2885
2886 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
2889         (rfc2047-charset-to-coding-system): New function.
2890         (rfc2047-decode-encoded-words): New function.
2891         (rfc2047-decode-region): Use them.
2892         (rfc2047-decode-cte): Remove.
2893         (rfc2047-parse-and-decode): Remove.
2894         (rfc2047-decode): Remove.
2895
2896 2005-10-15  Kenichi Handa  <handa@m17n.org>
2897
2898         * rfc2047.el (rfc2047-decode-cte): New function.
2899         (rfc2047-decode-region): Change the way to decode successive
2900         encoded-words: decode B- or Q-encoding in each encoded-word,
2901         concatenate them, and decode it as charset.
2902
2903 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2904
2905         * lpath.el: Fbind codepage-setup for XEmacs.
2906
2907 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
2908
2909         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
2910         widget-move-and-invoke.
2911         (gnus-custom-mode): Use gnus-custom-map.
2912
2913 2005-10-15  Bill Wohler  <wohler@newt.com>
2914
2915         * message.el (message-tool-bar-map): Renamed image file from
2916         mail_send to mail/send.
2917
2918 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2919
2920         * message.el (message-expand-group): Pass the common
2921         prefix substring of completion to `display-completion-list'.
2922
2923 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
2924
2925         * mml-sec.el (mml-secure-method): New internal variable.
2926         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
2927         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
2928         functions using mml-secure-method.
2929
2930         * mml.el (mml-mode-map): Add key bindings for those functions.
2931         (mml-menu): Simplify security menu entries.  Suggested by Jesper
2932         Harder <harder@myrealbox.com>.
2933         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
2934         end of message if point is the headers of the message.
2935
2936         * message.el (message-in-body-p): New function.
2937
2938         * assistant.el: Autoload gnus-util and netrc.
2939
2940         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
2941         Use `mm-charset-override-alist' only when decoding.
2942
2943         * mm-bodies.el (mm-decode-body): Call
2944         `mm-charset-to-coding-system' with allow-override argument.
2945
2946         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
2947         `filename' from Content-Disposition if Content-Type doesn't
2948         provide `name'.
2949         (gnus-mime-view-part-as-type): Set default instead of
2950         initial-input.
2951
2952 2005-10-09  Daniel Brockman  <daniel@brockman.se>
2953
2954         * format-spec.el (format-spec): Propagate text properties of % spec.
2955
2956 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2957
2958         * gnus-art.el (gnus-treat-predicate): Add `first'.
2959
2960 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
2961
2962         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
2963         (mm-charset-override-alist): New variable.
2964         (mm-charset-to-coding-system): Use it.
2965         (mm-codepage-setup): New helper function.
2966         (mm-charset-eval-alist): New variable.
2967         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
2968         about unknown charsets.
2969
2970         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
2971
2972 2005-10-04  David Hansen  <david.hansen@gmx.net>
2973
2974         * nnrss.el (nnrss-request-article): Add support for the comments tag.
2975         (nnrss-check-group): Ditto.
2976
2977 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2978
2979         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
2980         Rename x-gnus-verbatim to x-verbatim.
2981         (mm-uu-type-alist): Fix regexp for verbatim-marks.
2982
2983         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
2984         x-verbatim.
2985
2986         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
2987
2988         * gnus-util.el (gnus-remove-duplicates): Remove.
2989
2990         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
2991         instead of gnus-remove-duplicates.
2992
2993         * message.el (message-remove-duplicates): Remove.
2994         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
2995         message-remove-duplicates.
2996
2997         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
2998         available, else use implementation from `delete-dups'.
2999
3000         * message.el (message-insert-expires): New function.
3001         (message-mode-map): Add key binding.
3002         (message-mode-field-menu): Add menu entry.
3003         (message-mode): Document it.
3004         (message-make-expires-date): Use `message-make-date'.
3005
3006 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
3007
3008         * message.el (message-make-expires-date): New function.
3009
3010 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * Makefile.in (list-installed-shadows): New entry.
3013         (install): Use it.
3014         (remove-installed-shadows): New entry.
3015
3016         * dgnushack.el (dgnushack-default-load-path): New variable.
3017         (dgnushack-find-lisp-shadows): New function.
3018         (dgnushack-remove-lisp-shadows): New function.
3019
3020 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3021
3022         * Makefile.in (install-el-elc): New entry.
3023         (install): Use it so that .el files are necessarily installed.
3024
3025 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * time-date.el: Autoload parse-time-string, XEmacs needs it.
3028
3029 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3030
3031         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
3032         function rather than the diff-mode.el package.
3033         (mm-display-external): Use with-current-buffer.
3034         (mm-viewer-completion-map, mm-viewer-completion-map):
3035         Move initialization inside declaration.
3036
3037 2005-09-29  Simon Josefsson  <jas@extundo.com>
3038
3039         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
3040         autoload mail-check-payment.
3041         (spam-check-hashcash): Define unconditionally, since hashcash.el
3042         is part of Gnus now.  Ignore errors from payment checking.
3043
3044 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3045
3046         * message.el (message-bold-region, message-unbold-region): Rename
3047         from `bold-region' and `unbold-region'.
3048
3049         * message.el: Remove useless autoloads.
3050
3051 2005-09-28  Simon Josefsson  <jas@extundo.com>
3052
3053         * message.el (message-use-idna): Default to t.
3054         (message-use-idna): Test whether encoding works too.  Doc fix.
3055
3056 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * nntp.el (nntp-warn-about-losing-connection): Remove.
3059
3060 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3061
3062         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
3063         customizable.  Change default value.
3064         (mm-uu-diff-groups-regexp): Change default value.
3065         (mm-uu-type-alist): Add doc string.
3066         (mm-uu-configure): Add doc string.  Make it interactive.
3067         (mm-uu-tex-groups-regexp): New variable.
3068         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
3069         (mm-uu-type-alist): Add LaTeX documents.
3070         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
3071         of "text/verbatim".
3072         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
3073
3074         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
3075         instead of "text/verbatim".
3076
3077         * message.el (message-mark-inserted-region)
3078         (message-mark-insert-file): Use slrn style marks when called with
3079         prefix argument.
3080
3081 2005-09-27  Simon Josefsson  <jas@extundo.com>
3082
3083         * message.el (message-idna-to-ascii-rhs-1): Reformat.
3084
3085 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3086
3087         * message.el (message-remove-duplicates): New function.
3088         Implementation borrowed from `gnus-remove-duplicates'.
3089         (message-idna-to-ascii-rhs): Also encode idna addresses in
3090         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3091         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
3092         only ask about the same idna domain once per header and also tell
3093         in what header to replace the idna domain.
3094
3095         * gnus-art.el (article-decode-idna-rhs): Also decode idna
3096         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3097         (article-decode-idna-rhs): Fix regexp so that all idna-address in
3098         a header is decoded and not just the last one.
3099
3100 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3101
3102         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
3103         has been decoded.
3104
3105         * mm-decode.el (mm-automatic-display): Add text/verbatim.
3106         (mm-insert-part): Don't modify text if it has been decoded.
3107
3108         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
3109         decoded.
3110
3111         * mm-view.el (mm-inline-text): Don't strip text props unless
3112         decoding enriched or richtext parts.
3113
3114 2005-09-25  Romain Francoise  <romain@orebokech.com>
3115
3116         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
3117         * gnus-start.el (gnus-subscribe-interactively):
3118         * gnus-uu.el (gnus-uu-grab-articles):
3119         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
3120         space.
3121
3122 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3123
3124         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3125         * mm-view.el (mm-view-pkcs7-decrypt):
3126         * gnus-sum.el (gnus-summary-limit-to-extra)
3127         (gnus-summary-respool-article, gnus-read-move-group-name):
3128         * gnus-score.el (gnus-summary-increase-score):
3129         * gnus-util.el (gnus-completing-read-with-default):
3130         * gnus-art.el (gnus-read-save-file-name)
3131         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
3132         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
3133         * message.el (message-check-news-header-syntax):
3134         Follow convention for reading with the minibuffer.
3135
3136 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
3137
3138         * spam-report.el (spam-report-url-ping-plain):
3139         Use gnus-extended-version as User-Agent.
3140
3141         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
3142         default value is nil.
3143
3144         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
3145         (mm-uu-verbatim-marks-extract): New function.
3146         (mm-uu-extract): New face.
3147         (mm-uu-copy-to-buffer): Use it.
3148
3149         * spam-report.el (spam-report-gmane-ham): Renamed from
3150         `spam-report-gmane-unspam'.
3151         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
3152         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
3153
3154         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
3155         Autoload.
3156         (spam-report-gmane-unregister-routine): Renamed
3157         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
3158
3159 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
3160
3161         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
3162         (spam-report-gmane-unregister-routine): added support for gmane
3163         unregistration
3164
3165         * spam-report.el (spam-report-gmane-unspam)
3166         (spam-report-gmane-spam): new wrappers around spam-report-gmane
3167         (spam-report-gmane): changed to take a single article and do
3168         unspam registration
3169
3170 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3171
3172         * mm-url.el (mm-url-decode-entities): Fix regexp.
3173
3174 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3175
3176         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
3177         default to nil, to be able to use Gnus at all.  If the default
3178         switches to something else, then the function should be fixed not
3179         be exceedingly slow.
3180
3181 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
3182
3183         * gnus-start.el (gnus-activate-group): if the server is nil, don't
3184         fail hard
3185
3186         * spam-report.el: better Keywords line
3187
3188         * spam.el: added Maintainer and better Keywords line
3189
3190 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3191
3192         * gnus-art.el (gnus-article-replace-part)
3193         (gnus-mime-replace-part): New functions.
3194         (gnus-mime-action-alist, gnus-mime-button-commands)
3195         (gnus-mime-save-part-and-strip): Added file argument.
3196         (gnus-article-part-wrapper): Added interactive argument.
3197
3198         * gnus-sum.el (gnus-summary-mime-map): Add
3199         `gnus-article-replace-part'.
3200
3201 2005-09-19  Didier Verna  <didier@xemacs.org>
3202
3203         The nnml compaction feature:
3204         * nnml.el (nnml-request-compact-group): New function.
3205         * nnml.el (nnml-request-compact): New function.
3206         * gnus-int.el (gnus-request-compact-group): New function.
3207         * gnus-int.el (gnus-request-compact): New function.
3208         * gnus-group.el (gnus-group-compact-group): New function.
3209         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
3210         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
3211         * gnus-srvr.el (gnus-server-compact-server): New function.
3212         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
3213         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
3214
3215 2005-09-18  Deepak Goel  <deego@gnufans.org>
3216
3217         * sieve.el (sieve-help): Fix `message' call: first arg should be a
3218         format spec.
3219
3220 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * gnus.el (gnus-group-startup-message): Bind image-load-path.
3223
3224 2005-09-15  Romain Francoise  <romain@orebokech.com>
3225
3226         * message.el (message-fill-paragraph): Clarify docstring.
3227
3228 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3229
3230         * gnus-art.el (gnus-mime-display-part): Protect against broken
3231         MIME messages.
3232
3233 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
3236         before parsing header.
3237
3238 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
3239
3240         * html2text.el: (html2text-replace-list): Add new entities.
3241
3242 2005-09-11  Romain Francoise  <romain@orebokech.com>
3243
3244         * message.el (message-alternative-emails): Improve docstring.
3245         (message-setup-1): Call `message-use-alternative-email-as-from'
3246         after `message-setup-hook' to give it precedence over posting
3247         styles, etc.
3248         (message-use-alternative-email-as-from): Add docstring.  Remove
3249         the original From header if present.
3250
3251         * nnml.el (nnml-compressed-files-size-threshold): New variable.
3252         (nnml-save-mail): Use it.
3253
3254         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
3255         articles.  Add new argument `silent'.
3256         (gnus-uu-mark-all): Report the total number of marked articles.
3257
3258 2005-09-10  Romain Francoise  <romain@orebokech.com>
3259
3260         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
3261         (gnus-uu-mark-series): Likewise.
3262
3263 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
3264
3265         * spam-report.el (spam-report-gmane): Fix generation of spam
3266         report URL.
3267
3268 2005-09-10  Simon Josefsson  <jas@extundo.com>
3269
3270         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
3271         t, based on discussion on the ding list with Robert Epprecht
3272         <epprecht@solnet.ch>.
3273
3274 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
3275
3276         * spam-report.el (spam-report-gmane): Make it work without
3277         X-Report-Spam header.  Gmane now only provides Archived-At.
3278         This is only used if `spam-report-gmane-use-article-number' is nil.
3279         (spam-report-gmane-spam-header): Remove.  Not used anymore.
3280
3281         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
3282         make `gnus-summary-sort-by-recipient' work with threading.
3283
3284         * nnweb.el (nnweb-google-wash-article): Print a message if article
3285         is not available.
3286
3287 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3288
3289         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
3290         change.  Decode text/* parts content before displaying.
3291
3292 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3293
3294         * mml-smime.el: Remove defvar of gnus-extract-address-components.
3295
3296 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3297
3298         * mm-view.el (mm-display-inline-fontify): Disable support modes.
3299
3300         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
3301         url-package-name, url-package-version,
3302         w3m-cid-retrieve-function-alist, w3m-current-buffer,
3303         w3m-display-inline-images, and w3m-minor-mode-map.
3304
3305 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
3306
3307         * message.el (message-tab-body-function): Fixed mismatched custom
3308         type.
3309
3310         * gnus.el (gnus-group-change-level-function): Ditto.
3311
3312         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
3313
3314         * gnus-art.el (gnus-signature-limit)
3315         (gnus-article-mime-part-function): Ditto.
3316
3317 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * mml.el (mml-mode): Silence the byte compiler.
3320
3321         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
3322         using `(sit-for 0)' before moving the point to the specified part;
3323         skip unbuttonized parts.
3324         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
3325         return to the summary window if gnus-auto-select-part is non-nil.
3326
3327 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
3328
3329         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
3330         variables.
3331         (mml-dnd-attach-file, mml-mode): Use them.
3332
3333         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
3334         Make fetching article by MID work again for Google Groups.  Added
3335         FIXME concerning gnus-group-make-web-group.
3336
3337         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
3338         Don't depend on Gnus by using mail-extract-address-components if
3339         gnus-extract-address-components is not bound.
3340
3341 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * gnus-art.el (gnus-mime-display-security): Don't display the
3344         signature, but only the signed part.
3345
3346 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
3349
3350         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
3351         list, not listp.
3352
3353 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
3354
3355         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
3356         when encoding.
3357
3358         * mm-bodies.el (mm-decode-content-transfer-encoding):
3359         De-canonicalize CRLF for all text content types, not just
3360         text/plain.
3361
3362 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3363
3364         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
3365         valid article; point arrow and cursor at the MIME button.
3366
3367 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
3370         Suggested by Dan Christensen <jdc@uwo.ca>.
3371
3372         * mm-decode.el (mm-save-part): Enable change of prompt.
3373
3374 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
3375
3376         * gnus-msg.el (gnus-inews-add-send-actions): Made
3377         `message-post-method' lambda parameter ARG `&optional'.
3378
3379 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3380
3381         * gnus-sum.el (gnus-summary-mime-map): Added
3382         gnus-article-save-part-and-strip, gnus-article-delete-part and
3383         gnus-article-jump-to-part.
3384
3385         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
3386         (gnus-article-edit-part): Use it.
3387         (gnus-article-part-wrapper): Added no-handle argument.
3388         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
3389         functions.
3390
3391 2005-08-29  Romain Francoise  <romain@orebokech.com>
3392
3393         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3394         docstring.
3395         (gnus-face-from-file): Likewise.
3396
3397 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3398
3399         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
3400         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
3401         non-nil.
3402         (gnus-auto-select-part): New variable.
3403         (gnus-article-jump-to-part): New function.
3404         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
3405         (gnus-mime-delete-part): Allow selecting specified part after
3406         deleting or stripping parts.
3407         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
3408         part if argument is bogus.
3409
3410 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3411
3412         * gnus-art.el (w3m-minor-mode-map):
3413         * gnus-spec.el (gnus-newsrc-file-version):
3414         * gnus-util.el (nnmail-active-file-coding-system)
3415         (gnus-original-article-buffer, gnus-user-agent):
3416         * gnus.el (gnus-ham-process-destinations)
3417         (gnus-parameter-ham-marks-alist)
3418         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
3419         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
3420         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
3421         * mm-decode.el (gnus-current-window-configuration):
3422         * mm-extern.el (gnus-article-mime-handles):
3423         * mm-url.el (url-current-object, url-package-name)
3424         (url-package-version):
3425         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
3426         (smime-keys, w3m-cid-retrieve-function-alist)
3427         (w3m-current-buffer, w3m-display-inline-images)
3428         (w3m-minor-mode-map):
3429         * mml-smime.el (gnus-extract-address-components):
3430         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
3431         (gnus-newsrc-hashtb, message-default-charset)
3432         (message-deletable-headers, message-options)
3433         (message-posting-charset, message-required-mail-headers)
3434         (message-required-news-headers):
3435         * mml1991.el (mc-pgp-always-sign):
3436         * mml2015.el (mc-pgp-always-sign):
3437         * nnheader.el (nnmail-extra-headers):
3438         * rfc1843.el (gnus-decode-encoded-word-function)
3439         (gnus-decode-header-function, gnus-newsgroup-name):
3440         * spam-stat.el (gnus-original-article-buffer): Add defvars.
3441
3442 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3443
3444         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
3445         the end of the date treatments.
3446
3447 2005-08-15  Simon Josefsson  <jas@extundo.com>
3448
3449         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
3450         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
3451         Capello and Romain Francoise.
3452         (pgg-fetch-key-function): Removed, not used?
3453         (pgg-insert-url-with-w3): Require url, to get
3454         url-insert-file-contents regardless of where it is defined.
3455
3456 2005-08-13  Romain Francoise  <romain@orebokech.com>
3457
3458         * message.el (message-cite-original-1): New function.
3459         (message-cite-original): Use it.
3460         (message-cite-original-without-signature): Ditto.
3461
3462 2005-08-08  Romain Francoise  <romain@orebokech.com>
3463
3464         * message.el (message-yank-empty-prefix): New variable.
3465         (message-indent-citation): Use it.
3466         (message-cite-original-without-signature): Respect X-No-Archive.
3467
3468 2005-08-08  Simon Josefsson  <jas@extundo.com>
3469
3470         * pgg.el: Autoload url-insert-file-contents instead of loading
3471         w3/url.
3472         (pgg-insert-url-with-w3): Don't load url here.
3473
3474 2005-08-07  Jesper Harder  <harder@phys.au.dk>
3475
3476         * message.el (message-kill-to-signature): Don't insert newline at
3477         bol.
3478         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
3479
3480 2005-08-06  Romain Francoise  <romain@orebokech.com>
3481
3482         * message.el (message-user-fqdn): Fix typo in docstring.
3483
3484 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
3485
3486         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
3487
3488         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
3489
3490 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * mm-bodies.el (mm-encode-body): Use coding system rather than
3493         charset to encode text.
3494
3495         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
3496         number of charsets if utf-8 is available (XEmacs).
3497
3498 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3499
3500         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
3501         taken from `gnus-button-mid-or-mail-regexp'.
3502         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
3503         (gnus-button-alist): Improve regexp for domain part of the MIDs
3504         for news:localpart@domain buttons.
3505         (gnus-button-ctan-directory-regexp): Update.
3506
3507 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * sieve-manage.el (sieve-manage-interactive-login): Use
3510         make-local-variable rather than make-variable-buffer-local.
3511         (sieve-manage-open): Ditto.
3512         (sieve-manage-authenticate): Ditto.
3513
3514         * mml.el (mml-generate-mime-1): Make the content type default to
3515         text/plain if the filename is not specified.
3516
3517 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
3520         instead of insert-buffer.
3521
3522         * message.el (message-yank-original): Ditto; set the mark at the
3523         end of the yanked message.
3524
3525 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
3528         lines to scroll rather than to stop it.
3529
3530         * mml.el (mml-generate-default-type): Add doc string.
3531         (mml-generate-mime-1): Use mm-default-file-encoding or make it
3532         default to application/octet-stream when determining the content
3533         type if it is not specified for the part or the mml contents; add
3534         a comment about mml-generate-default-type.
3535
3536 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
3537
3538         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
3539         make it default to application/octet-stream when determining the
3540         content type if it is not specified for the external contents.
3541
3542 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * rfc2231.el (rfc2231-parse-string): Take care that not only a
3545         segmented parameter but also other parameters might be there.
3546
3547 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3548
3549         * mm-decode.el (mm-display-external): Delete temp file, directory
3550         and buffer immediately if the external process is exited.
3551
3552 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
3555         fewer lines than that of scroll-margin.
3556         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
3557
3558 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * gnus-art.el (gnus-article-next-page): Revert.
3561         (gnus-article-beginning-of-window): New macro.
3562         (gnus-article-next-page-1): Use it.
3563         (gnus-article-prev-page): Ditto.
3564         (gnus-article-edit-part): Use insert-buffer-substring instead of
3565         insert-buffer.
3566         (gnus-article-edit-exit): Ditto.
3567
3568         * gnus-util.el (gnus-beginning-of-window): Remove.
3569         (gnus-end-of-window): Remove.
3570
3571         * lpath.el: Don't bind header-line-format and scroll-margin.
3572
3573 2005-07-25  Simon Josefsson  <jas@extundo.com>
3574
3575         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
3576         to have the url package without w3.  Reported by Daiki Ueno
3577         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
3578
3579 2005-07-20  Didier Verna  <didier@xemacs.org>
3580
3581         * gnus-diary.el: Remove the description comment (nndiary is now
3582         properly documented in the Gnus manual).
3583         Fix the spelling of "Back End".
3584         * nndiary.el: Ditto.
3585         Fix the copyright notice.
3586
3587 2005-07-18  Romain Francoise  <romain@orebokech.com>
3588
3589         * gnus-sum.el (gnus-summary-to-prefix,
3590         gnus-summary-newsgroup-prefix): New variables.
3591         (gnus-summary-from-or-to-or-newsgroups): Use them.
3592
3593 2005-07-17  Romain Francoise  <romain@orebokech.com>
3594
3595         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
3596         space as it's generally not especially interesting to the user.
3597
3598 2005-07-16  Romain Francoise  <romain@orebokech.com>
3599
3600         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
3601         nil to avoid prompting and file modification if one of the
3602         messages at the top of the nnfolder file contains a copyright
3603         notice.
3604         Update copyright notice.
3605
3606         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
3607         instead of `current-time-string' as the latter creates a time
3608         string that is not RFC 2822 compliant (it lacks the zone).
3609         Update copyright notice.
3610
3611 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3612
3613         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
3614         for text/rtf.  Display default in prompt.  Pass default for M-n.
3615
3616         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
3617
3618 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * gnus-msg.el (gnus-button-mailto): Remove
3621         save-selected-window-window hackery because it relies on
3622         save-selected-window internals.
3623
3624 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3625
3626         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
3627         (gnus-article-next-page-1): Use gnus-beginning-of-window.
3628         (gnus-article-prev-page): Ditto.
3629
3630         * gnus-util.el (gnus-beginning-of-window): New function.
3631         (gnus-end-of-window): New function.
3632
3633         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
3634
3635 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3636
3637         * gnus-score.el (gnus-score-edit-all-score): Set
3638         gnus-score-edit-exit-function to gnus-score-edit-done and call
3639         gnus-message.
3640
3641 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * gnus-msg.el (gnus-button-mailto): Remove
3644         save-selected-window-window hackery because it relies on
3645         save-selected-window internals.
3646
3647 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
3650         add-minor-mode.
3651         (gnus-binary-mode): Ditto.
3652
3653         * gnus-topic.el (gnus-topic-mode): Ditto.
3654
3655 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
3656
3657         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
3658         (gnus-article-prev-page): Take scroll-margin into consideration.
3659
3660 2005-07-04  Lute Kamstra  <lute@gnu.org>
3661
3662         Update FSF's address in GPL notices.
3663
3664 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
3665
3666         * gnus.el (gnus-exit):
3667         * gnus-group.el (gnus-group-icons):
3668         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
3669
3670         * gnus-nocem.el (gnus-nocem):
3671         * message.el (message-various, message-buffers, message-sending)
3672         (message-interface, message-forwarding, message-insertion)
3673         (message-headers, message-news, message-mail):
3674         * pgg-gpg.el (pgg-gpg):
3675         * pgg-parse.el (pgg-parse):
3676         * pgg-pgp.el (pgg-pgp):
3677         * pgg-pgp5.el (pgg-pgp5):
3678         * pop3.el (pop3): Finish `defgroup' description with period.
3679
3680 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3681
3682         * gnus-art.el (article-display-face): Improve the efficiency.
3683         (article-display-x-face): Ditto; remove grey x-face stuff.
3684
3685 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * gnus-art.el (article-display-face): Correct the position in
3688         which Faces are inserted.
3689
3690 2005-06-29  Didier Verna  <didier@xemacs.org>
3691
3692         * gnus-art.el (article-display-face): Display faces in correct
3693         order.
3694
3695 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3696
3697         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
3698         (gnus-fill-real-hashtb): Use hash table instead of obarray.
3699         (gnus-nocem-check-article): Fetch the Type header.
3700         (gnus-nocem-message-wanted-p): Fix the way to examine types.
3701         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
3702         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
3703         make sure gnus-nocem-hashtb is initialized.
3704         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
3705         (gnus-nocem-unwanted-article-p): Ditto.
3706
3707         * pgg.el (pgg-verify): Return the verification result.
3708
3709 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3710
3711         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
3712         is ascii.
3713
3714 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
3715
3716         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
3717         `show-nonbreak-escape'.
3718
3719 2005-06-23  Lute Kamstra  <lute@gnu.org>
3720
3721         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
3722
3723         * dig.el (dig-mode):
3724         * smime.el (smime-mode): Use gnus-run-mode-hooks.
3725
3726 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
3727
3728         * nnimap.el (nnimap-split-download-body): Fix spellings.
3729
3730 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3731
3732         * gnus-art.el (gnus-article-encrypt-body):
3733         * gnus-cus.el (gnus-score-customize):
3734         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
3735         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
3736
3737 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3738
3739         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
3740         header by looking for magic "MII" at the beginnig.
3741
3742 2005-06-16  Miles Bader  <miles@gnu.org>
3743
3744         * gnus-xmas.el (gnus-xmas-group-startup-message):
3745         Use renamed gnus-splash face.
3746
3747         * assistant.el (assistant-field): Remove "-face" suffix from face name.
3748         (assistant-field-face): New backward-compatibility alias for renamed
3749         face.
3750         (assistant-render-text): Use renamed assistant-field face.
3751
3752         * spam.el (spam): Remove "-face" suffix from face name.
3753         (spam-face): New backward-compatibility alias for renamed face.
3754         (spam-face, spam-initialize): Use renamed spam face.
3755
3756         * message.el (message-header-to, message-header-cc)
3757         (message-header-subject, message-header-newsgroups)
3758         (message-header-other, message-header-name)
3759         (message-header-xheader, message-separator, message-cited-text)
3760         (message-mml): Remove "-face" suffix from face names.
3761         (message-header-to-face, message-header-cc-face)
3762         (message-header-subject-face, message-header-newsgroups-face)
3763         (message-header-other-face, message-header-name-face)
3764         (message-header-xheader-face, message-separator-face)
3765         (message-cited-text-face, message-mml-face):
3766         New backward-compatibility aliases for renamed faces.
3767         (message-font-lock-keywords): Use renamed message faces.
3768
3769         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
3770         (sieve-test-commands, sieve-tagged-arguments):
3771         Remove "-face" suffix from face names.
3772         (sieve-control-commands-face, sieve-action-commands-face)
3773         (sieve-test-commands-face, sieve-tagged-arguments-face):
3774         New backward-compatibility aliases for renamed faces.
3775         (sieve-control-commands-face, sieve-action-commands-face)
3776         (sieve-test-commands-face, sieve-tagged-arguments-face):
3777         Use renamed sieve faces.
3778
3779         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
3780         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
3781         (gnus-group-news-3-empty, gnus-group-news-4)
3782         (gnus-group-news-4-empty, gnus-group-news-5)
3783         (gnus-group-news-5-empty, gnus-group-news-6)
3784         (gnus-group-news-6-empty, gnus-group-news-low)
3785         (gnus-group-news-low-empty, gnus-group-mail-1)
3786         (gnus-group-mail-1-empty, gnus-group-mail-2)
3787         (gnus-group-mail-2-empty, gnus-group-mail-3)
3788         (gnus-group-mail-3-empty, gnus-group-mail-low)
3789         (gnus-group-mail-low-empty, gnus-summary-selected)
3790         (gnus-summary-cancelled, gnus-summary-high-ticked)
3791         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
3792         (gnus-summary-high-ancient, gnus-summary-low-ancient)
3793         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
3794         (gnus-summary-low-undownloaded)
3795         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
3796         (gnus-summary-low-unread, gnus-summary-normal-unread)
3797         (gnus-summary-high-read, gnus-summary-low-read)
3798         (gnus-summary-normal-read, gnus-splash):
3799         Remove "-face" suffix from face names.
3800         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3801         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3802         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3803         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3804         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3805         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3806         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3807         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3808         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3809         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3810         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3811         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3812         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3813         (gnus-summary-normal-ticked-face)
3814         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
3815         (gnus-summary-normal-ancient-face)
3816         (gnus-summary-high-undownloaded-face)
3817         (gnus-summary-low-undownloaded-face)
3818         (gnus-summary-normal-undownloaded-face)
3819         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3820         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3821         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3822         (gnus-splash-face):
3823         New backward-compatibility aliases for renamed faces.
3824         (gnus-group-startup-message): Use renamed gnus faces.
3825
3826         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
3827         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
3828         (gnus-server-agent): Remove "-face" suffix from face names.
3829         (gnus-server-agent-face, gnus-server-opened-face)
3830         (gnus-server-closed-face, gnus-server-denied-face)
3831         (gnus-server-offline-face):
3832         New backward-compatibility aliases for renamed faces.
3833         (gnus-server-agent-face, gnus-server-opened-face)
3834         (gnus-server-closed-face, gnus-server-denied-face)
3835         (gnus-server-offline-face): Use renamed gnus faces.
3836
3837         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
3838         Remove "-face" suffix from face names.
3839         (gnus-picon-xbm-face, gnus-picon-face):
3840         New backward-compatibility aliases for renamed faces.
3841
3842         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
3843         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
3844         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
3845         (gnus-cite-11): Remove "-face" suffix from face names.
3846         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
3847         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
3848         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
3849         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
3850         New backward-compatibility aliases for renamed faces.
3851         (gnus-cite-attribution-face, gnus-cite-face-list)
3852         (gnus-article-boring-faces): Use renamed gnus faces.
3853
3854         * gnus-art.el (gnus-signature, gnus-header-from)
3855         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
3856         (gnus-header-content): Remove "-face" suffix from face names.
3857         (gnus-signature-face, gnus-header-from-face)
3858         (gnus-header-subject-face, gnus-header-newsgroups-face)
3859         (gnus-header-name-face, gnus-header-content-face):
3860         New backward-compatibility aliases for renamed faces.
3861         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
3862
3863         * gnus-sum.el (gnus-summary-selected-face)
3864         (gnus-summary-highlight): Use renamed gnus faces.
3865         * gnus-group.el (gnus-group-highlight): Likewise.
3866
3867 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
3868
3869         * gnus-sieve.el (gnus-sieve-article-add-rule):
3870         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
3871         * spam-stat.el (spam-stat-buffer-change-to-spam)
3872         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
3873
3874         * message.el (message-is-yours-p):
3875         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
3876
3877 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * mm-view.el (mm-inline-text): Withdraw the last change.
3880
3881 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3882
3883         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
3884         executing enriched-decode.
3885
3886 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3887
3888         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
3889         charset of tar files.
3890
3891 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
3892
3893         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
3894
3895 2005-06-04  Lute Kamstra  <lute@gnu.org>
3896
3897         * nnfolder.el (nnfolder-read-folder): Make sure that undo
3898         information is never recorded.
3899
3900 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3901
3902         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
3903
3904 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3905
3906         * pop3.el (pop3-apop): Run md5 in the binary mode.
3907
3908         * starttls.el (starttls-set-process-query-on-exit-flag):
3909         Use eval-and-compile.
3910
3911 2005-05-31  Simon Josefsson  <jas@extundo.com>
3912
3913         * smime.el (smime-replace-in-string): Define.
3914         (smime-cert-by-ldap-1): Use it.
3915
3916 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * gnus-art.el (article-display-x-face): Replace
3919         process-kill-without-query by gnus-set-process-query-on-exit-flag.
3920
3921         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
3922         set-process-query-on-exit-flag or process-kill-without-query.
3923
3924         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
3925         loop instead of replace-regexp.
3926
3927         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
3928         instead of process-kill-without-query if it is available.
3929
3930         * lpath.el: Fbind ldap-search-entries.
3931
3932         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
3933         instead of find-file-hooks if it is available.
3934
3935         * mml1991.el: Bind pgg-default-user-id when compiling.
3936
3937         * mml2015.el: Bind pgg-default-user-id when compiling.
3938
3939         * nndraft.el (nndraft-request-associate-buffer):
3940         Use write-contents-functions instead of write-contents-hooks if it is
3941         available.
3942
3943         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
3944         instead of find-file-hooks if it is available.
3945
3946         * nntp.el (nntp-open-connection): Replace
3947         process-kill-without-query by gnus-set-process-query-on-exit-flag.
3948         (nntp-open-ssl-stream): Ditto.
3949         (nntp-open-tls-stream): Ditto.
3950
3951         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
3952         set-process-query-on-exit-flag or process-kill-without-query.
3953         (starttls-open-stream-gnutls): Use it instead of
3954         process-kill-without-query.
3955         (starttls-open-stream): Ditto.
3956
3957 2005-05-31  Ulf Stegemann <ulf@zeitform.de>  (tiny change)
3958
3959         * smime.el (smime-cert-by-ldap-1): Don't use
3960         replace-regexp-in-string.
3961
3962 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3963
3964         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
3965
3966         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
3967         in PEM format. Adjust to the XEmacs compability.
3968
3969 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
3970
3971         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
3972         by `string-to-number'.
3973         * gnus-agent.el (gnus-agent-regenerate-group)
3974         (gnus-agent-fetch-articles): Ditto.
3975         * gnus-art.el (gnus-button-fetch-group): Ditto.
3976         * gnus-cache.el (gnus-cache-generate-active)
3977         (gnus-cache-articles-in-group): Ditto.
3978         * gnus-group.el (gnus-group-set-current-level)
3979         (gnus-group-insert-group-line): Ditto.
3980         * gnus-score.el (gnus-score-set-expunge-below)
3981         (gnus-score-set-mark-below, gnus-summary-score-effect)
3982         (gnus-summary-score-entry): Ditto.
3983         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
3984         (gnus-soup-pack): Ditto.
3985         * gnus-spec.el (gnus-xmas-format): Ditto.
3986         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
3987         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
3988         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
3989         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
3990         * nndb.el (nndb-get-remote-expire-response): Ditto.
3991         * nndiary.el (nndiary-parse-schedule-value)
3992         (nndiary-string-to-number, nndiary-request-replace-article)
3993         (nndiary-request-article): Ditto.
3994         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
3995         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
3996         * nneething.el (nneething-make-head): Ditto.
3997         * nnfolder.el (nnfolder-request-article)
3998         (nnfolder-retrieve-headers): Ditto.
3999         * nnheader.el (nnheader-file-to-number): Ditto.
4000         * nnkiboze.el (nnkiboze-request-article): Ditto.
4001         * nnmail.el (nnmail-process-unix-mail-format)
4002         (nnmail-process-babyl-mail-format): Ditto.
4003         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
4004         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
4005         (nnmh-request-create-group, nnmh-request-list-1)
4006         (nnmh-request-group, nnmh-request-article): Ditto.
4007         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
4008         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
4009         * nnsoup.el (nnsoup-make-active): Ditto.
4010         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
4011         * nntp.el (nntp-find-group-and-number)
4012         (nntp-retrieve-headers-with-xover): Ditto.
4013         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
4014         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
4015         (pgg-format-key-identifier): Ditto.
4016         * pop3.el (pop3-last, pop3-stat): Ditto.
4017         * qp.el (quoted-printable-decode-region): Ditto.
4018
4019         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
4020         of concat.
4021
4022 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
4025
4026         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
4027
4028         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
4029
4030         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
4031
4032         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
4033
4034         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
4035
4036         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
4037         (gnus-carpal-mode): Ditto.
4038
4039         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
4040         (gnus-browse-mode): Ditto.
4041
4042         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
4043
4044         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
4045
4046 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4047
4048         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
4049
4050 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * gnus-util.el (gnus-run-mode-hooks): New function.
4053
4054         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
4055
4056         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
4057         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
4058
4059 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
4060
4061         * gnus-agent.el (gnus-agent-make-mode-line-string):
4062         Use mode-line-highlight as mouse-face.
4063
4064 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * canlock.el (canlock): Change the parent group to news.
4067
4068         * deuglify.el (gnus-outlook-deuglify): Add :group.
4069
4070         * dig.el (dig): Add :group.
4071
4072         * dns-mode.el (dns-mode): Add :group.
4073
4074         * encrypt.el (encrypt): Add :group.
4075
4076         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
4077         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
4078         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
4079         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
4080         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
4081
4082         * gnus-diary.el (gnus-diary): Add :group.
4083
4084         * gnus.el (gnus-group-news-1-face): Add :group.
4085         (gnus-group-news-1-empty-face): Ditto.
4086         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
4087         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
4088         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
4089         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
4090         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
4091         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
4092         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
4093         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
4094         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
4095         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
4096         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
4097         (gnus-summary-high-ticked-face): Ditto.
4098         (gnus-summary-low-ticked-face): Ditto.
4099         (gnus-summary-normal-ticked-face): Ditto.
4100         (gnus-summary-high-ancient-face): Ditto.
4101         (gnus-summary-low-ancient-face): Ditto.
4102         (gnus-summary-normal-ancient-face): Ditto.
4103         (gnus-summary-high-undownloaded-face): Ditto.
4104         (gnus-summary-low-undownloaded-face): Ditto.
4105         (gnus-summary-normal-undownloaded-face): Ditto.
4106         (gnus-summary-high-unread-face): Ditto.
4107         (gnus-summary-low-unread-face): Ditto.
4108         (gnus-summary-normal-unread-face): Ditto.
4109         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
4110         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
4111
4112         * hashcash.el (hashcash): New custom group.
4113         (hashcash-default-payment): Add :group.
4114         (hashcash-payment-alist): Ditto.
4115         (hashcash-default-accept-payment): Ditto.
4116         (hashcash-accept-resources): Ditto.
4117         (hashcash-path): Ditto.
4118         (hashcash-extra-generate-parameters): Ditto.
4119         (hashcash-double-spend-database): Ditto.
4120         (hashcash-in-news): Ditto.
4121
4122         * message.el (message-minibuffer-local-map): Add :group.
4123
4124         * netrc.el (netrc): Add :group.
4125
4126         * sieve-manage.el (sieve-manage-log): Add :group.
4127         (sieve-manage-default-user): Diito.
4128         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
4129         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
4130         (sieve-manage-authenticators): Ditto.
4131         (sieve-manage-authenticator-alist): Ditto.
4132         (sieve-manage-default-port): Ditto.
4133
4134         * sieve-mode.el (sieve-control-commands-face): Add :group.
4135         (sieve-action-commands-face): Ditto.
4136         (sieve-test-commands-face): Ditto.
4137         (sieve-tagged-arguments-face): Ditto.
4138
4139         * smime.el (smime): Add :group.
4140
4141         * spam-report.el (spam-report): Add :group.
4142
4143         * spam.el (spam, spam-face): Add :group.
4144
4145 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4146
4147         * nntp.el (nntp-next-result-arrived-p): Some news servers may
4148         return \n.\n.\n at the end of articles.  Protect against that.
4149         (nntp-with-open-group): Allow debugging.
4150
4151         * nnheader.el (mail-header-set-extra): Make into a function
4152         because I just could't understand how to quote the list properly.
4153
4154         * dns.el (query-dns-cached): New function.
4155
4156 2005-05-26  Lute Kamstra  <lute@gnu.org>
4157
4158         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
4159
4160 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
4163
4164         * gnus-art.el: Don't autoload mail-extract-address-components.
4165
4166         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
4167         eval-and-compile to evaluate it.
4168
4169         * hashcash.el: Don't autoload executable-find.
4170
4171         * nndb.el: Don't declare the nndb back end two or more times; don't
4172         autoload news-reply-mode, news-setup, cancel-timer and telnet.
4173
4174         * nntp.el: Autoload format-spec instead of format; use
4175         eval-and-compile to evaluate autoload forms.
4176
4177 2005-05-09  Georg C. F. Greve <greve@gnu.org>  (tiny change)
4178
4179         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
4180
4181 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4182
4183         * gnus.el (gnus-version-number): Bump version.
4184
4185 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4186
4187         * gnus.el: No Gnus v0.3 is released.
4188
4189 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * lpath.el (featurep): Bind show-nonbreak-escape.
4192
4193 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4194
4195         * gnus-art.el (gnus-article-edit-part): Disable undo.
4196
4197 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
4200         gnus-article-date-lapsed-new-header is t if date timer is active;
4201         skip headers in which the original date value is empty.
4202         (gnus-article-save-original-date): Redefine it as a macro.
4203         (gnus-display-mime): Use it.
4204
4205 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * gnus-art.el (article-date-ut): Support converting date in
4208         forwarded parts as well.
4209         (gnus-article-save-original-date): New function.
4210         (gnus-display-mime): Use it.
4211
4212 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
4213
4214         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
4215         enclosure element of <item>.
4216
4217 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
4218
4219         * message.el (message-kill-buffer-query): Renamed from
4220         `message-kill-buffer-query-if-modified'.  Added :version.
4221
4222 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
4225         window layout.
4226
4227 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * mml.el: Autoload dnd when compiling.
4230
4231 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4232
4233         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
4234         x-dnd-*.
4235
4236 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * qp.el (quoted-printable-encode-region): Save excursion.
4239
4240 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4241
4242         * message.el (message-kill-buffer-query-if-modified): new variable
4243         so the user can kill a modified message buffer quickly
4244         (message-kill-buffer): use it.
4245
4246 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * lpath.el: Fbind display-time-event-handler; don't fbind
4249         string-to-multibyte.
4250
4251         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
4252
4253 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
4256         contained in text because xml.el decodes entities) with LFs.
4257
4258 2005-04-11  Lute Kamstra  <lute@gnu.org>
4259
4260         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
4261         differently.
4262
4263 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4264
4265         * mm-util.el (mm-detect-coding-region): Typo.
4266
4267 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
4270
4271 2005-04-06  D Goel  <deego@gnufans.org>
4272
4273         * spam-stat.el (spam-stat-score-buffer): Add a call to a
4274         user-function allow user modifications of the scores.
4275         (spam-stat-score-buffer-user): New function, to allow
4276         user-computed modifications to the score.
4277         (spam-stat-score-buffer-user-functions): list of additional
4278         scoring functions
4279         (spam-stat-error-holder): global temporary error holder
4280         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
4281         variable
4282
4283 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4284
4285         * gnus-registry.el (gnus-registry-clean-empty-function)
4286         (gnus-registry-trim, gnus-registry-fetch-groups)
4287         (gnus-registry-delete-group): now groups that match
4288         `gnus-registry-ignored-groups' will be removed from the registry
4289         entries, not just ignored for splitting.  This helps clean up the
4290         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
4291         to get all the groups a message ID is in.
4292
4293         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
4294         (spam-stat-split-fancy): changed "threshhold" to "threshold"
4295         (spam-stat-score-buffer-user-functions): added :number custom type
4296
4297 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
4300         argument in XEmacs.
4301
4302         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
4303         (nnrss-request-group): Decode group name first.
4304         (nnrss-request-article): Make a text/plain article if mml-to-mime
4305         failed.
4306         (nnrss-get-encoding): Return a compatible encoding according to
4307         nnrss-compatible-encoding-alist.
4308         (nnrss-find-el): Use consp instead of listp.
4309         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
4310
4311 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
4314         which Emacs 20 doesn't support.
4315         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
4316
4317 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4318
4319         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
4320         silence the byte compiler inside the defun
4321
4322         * gnus-demon.el (parse-time-string): Add autoload.
4323
4324         * gnus-delay.el (parse-time-string): Add autoload.
4325
4326         * gnus-art.el (parse-time-string): Add autoload.
4327
4328         * nnultimate.el (parse-time): Require for `parse-time-string'.
4329
4330 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4331
4332         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
4333
4334         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
4335
4336         * smime.el (smime-ldap-host-list): Add :version.
4337
4338 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4339
4340         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
4341         pass it to `gnus-browse-read-group'.
4342         (gnus-browse-read-group): Add NUMBER argument and pass it to
4343         `gnus-group-read-ephemeral-group'.
4344
4345         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
4346         argument and pass it to `gnus-group-read-group'.
4347
4348 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
4349
4350         * mm-util.el (mm-xemacs-find-mime-charset): Only call
4351         mm-xemacs-find-mime-charset-1 if we have the mule feature
4352         available at runtime.
4353
4354 2005-03-25  Werner Lemberg  <wl@gnu.org>
4355
4356         * nnmaildir.el: Replace `illegal' with `invalid'.
4357
4358 2005-03-23  Lute Kamstra  <lute@gnu.org>
4359
4360         * time-date.el: Add comment on time value formats.
4361         Don't require parse-time.
4362         (with-decoded-time-value): New macro.
4363         (encode-time-value): New function.
4364         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4365         (days-to-time): Return a valid time value when arg is huge.
4366         (time-since): Use time-subtract.
4367         (time-to-number-of-days): Use time-to-seconds.
4368
4369 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4370
4371         * gnus-start.el (gnus-display-time-event-handler):
4372         Check display-time-timer at runtime rather than only at load time
4373         in case display-time-mode is turned off in the mean time.
4374
4375 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4376
4377         * nnimap.el (nnimap-open-connection): Print which authinfo file is
4378         used.
4379
4380         * nneething.el (nneething-map-file-directory): Derive from
4381         `gnus-directory'.
4382
4383         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
4384         the To/Cc button.
4385
4386 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4387
4388         * nnmaildir.el (nnmaildir-request-accept-article):
4389         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
4390
4391 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4392
4393         * gnus-async.el: Require timer-funcs at compile time when in
4394         XEmacs for `run-with-idle-timer'.
4395
4396 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4397
4398         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
4399         autoloaded function.
4400
4401 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4402
4403         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
4404
4405 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4406
4407         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
4408
4409 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4410
4411         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
4412         gnus-expert-user to default.
4413
4414 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
4415
4416         * nnimap.el (nnimap-open-server): Ditto.
4417
4418         * imap.el (imap-authenticate): Fix typo.
4419
4420 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
4421
4422         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
4423         buffer (since IMAP server might return FETCH response out of
4424         order, and the nntp buffer must be sorted).
4425
4426 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
4427
4428         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
4429         comparison on string.
4430
4431         * gnus-agent.el (gnus-agent-long-article,
4432         gnus-agent-short-article, gnus-agent-score): Renamed category
4433         keywords to match gnus-cus.
4434         (gnus-agent-summary-fetch-series): Modified to protect against
4435         gnus-agent-summary-fetch-group clearing processable flags.
4436         (gnus-agent-synchronize-group-flags): Update live group buffer as
4437         synchronization may occur due to the user toggle the plugged
4438         status.
4439         (gnus-agent-fetch-group-1): Clear downloadable flag when article
4440         successfully downloaded.
4441         (gnus-agent-expire-group-1): Avoid using markers when the overview
4442         is in ascending order; greatly improves performance.
4443         (gnus-agent-regenerate-group): Use
4444         gnus-agent-synchronize-group-flags to reset read status in both
4445         gnus and server.
4446         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
4447
4448 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4449
4450         * message.el: Don't autoload former message-utils variables.
4451         (message-strip-subject-trailing-was): Change doc string.
4452
4453         * nnweb.el: Fixes for `gnus-group-make-web-group'.
4454         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
4455         (nnweb-google-search): Add "hl=en" here.
4456         (nnweb-google-parse-1, nnweb-google-create-mapping):
4457         Don't hardcode URL.
4458
4459 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4460
4461         * message.el (message-get-reply-headers, message-followup):
4462         Mention related variables `message-use-followup-to' and
4463         `message-use-mail-followup-to', in the information buffer.
4464
4465         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
4466         of broken groups(-beta).google.com.
4467
4468 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4469
4470         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
4471         parameter to invoked gnus-request-move-article; remove the
4472         redundant gnus-sum-hint-move-is-internal variable; apply the marks
4473         all at once instead of once per article
4474         (gnus-summary-remove-process-mark): accept a list of articles as
4475         well as a single article for processing
4476
4477         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
4478
4479         * nnml.el (nnml-request-move-article): add move-is-internal parameter
4480
4481         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
4482
4483         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
4484
4485         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
4486
4487         * nnimap.el (nnimap-request-move-article): add move-is-internal
4488         parameter and remove the gnus-sum-hint-move-is-internal variable
4489
4490         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
4491
4492         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
4493
4494         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
4495
4496         * nndb.el (nndb-request-move-article): add move-is-internal parameter
4497
4498         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
4499
4500         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
4501
4502 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4503
4504         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
4505         a more conservative way.
4506
4507 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4508
4509         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
4510         buffer, so it moves the window's cursor.
4511
4512 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4513
4514         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
4515         `mm-dissect-multipart' and receive the from field as an (optional)
4516         argument from `mm-dissect-multipart'.
4517         (mm-dissect-multipart): Receive the from field as an argument and
4518         pass it on when we call `mm-dissect-buffer' on MIME parts.
4519         Fixes verification/decryption of signed/encrypted MIME parts.
4520
4521 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4522
4523         * gnus-sum.el (gnus-summary-move-article): set
4524         gnus-sum-hint-move-is-internal for gnus-request-move-article and
4525         whatever it calls (right now, only nnimap-request-move article
4526         respects it)
4527
4528         * nnimap.el (nnimap-request-move-article): when
4529         gnus-sum-hint-move-is-internal is set, don't do the extra
4530         nnimap-request-article
4531
4532 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4533
4534         * nnheader.el (nnheader-find-file-noselect): Add doc string.
4535
4536         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
4537         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
4538
4539         * gnus-sum.el (gnus-summary-caesar-message):
4540         Apply `gnus-treat-article' after rotation.
4541
4542         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
4543         doc string.
4544
4545 2005-02-22  Simon Josefsson  <jas@extundo.com>
4546
4547         * encrypt.el (encrypt-password-cache-expiry): Remove (use
4548         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
4549         <arne@arnested.dk>.
4550         (encrypt): Add password-cache and password-cache-expiry as group
4551         members.
4552
4553 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4554
4555         * smime.el (smime-ldap-host-list): Doc fix.
4556         (smime-ask-passphrase): Use `password-read-and-add' to read (and
4557         cache) password.
4558         (smime-sign-region): Use it.
4559         (smime-decrypt-region): Use it.
4560         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
4561         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
4562         fails.
4563         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
4564         certificate from DER to PEM format rather than calling openssl.
4565
4566         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
4567
4568         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
4569         for signing/encryption.
4570
4571         * mml.el (mml-parse-1): Use them.
4572
4573 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4574
4575         * nnrss.el (nnrss-verbose): Removed.
4576         (nnrss-request-group): Use `nnheader-message' instead.
4577
4578 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
4579
4580         * nnrss.el (nnrss-verbose): New variable.
4581         (nnrss-request-group): Make it say nnrss is requesting a group.
4582
4583 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4584
4585         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
4586         Handle news URL with given port correctly.
4587
4588 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4589
4590         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
4591         containing special characters.
4592
4593         * gnus-sum.el (gnus-summary-edit-article): Ditto.
4594
4595         * mml.el (mime-to-mml): Ditto.
4596
4597         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
4598         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
4599         (rfc2047-decode-region): Quote decoded words containing special
4600         characters when rfc2047-quote-decoded-words-containing-tspecials
4601         is non-nil.
4602
4603 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4604
4605         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
4606
4607         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
4608
4609 2005-02-15  Simon Josefsson  <jas@extundo.com>
4610
4611         * nnimap.el (nnimap-debug): Doc fix.
4612
4613         * imap.el (imap-debug): Doc fix.
4614
4615 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4616
4617         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
4618
4619 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4620
4621         * gnus.el (spam-contents): improve docs for spam-contents
4622         parameter in its variable incarnation
4623
4624 2005-02-14  Simon Josefsson  <jas@extundo.com>
4625
4626         * smime-ldap.el: Use require instead of load-library for ldap.
4627         (smime-ldap-search): Indent.
4628         (smime-ldap-search-internal): Shorten line.
4629
4630         * smime.el (smime-cert-by-dns): Add doc-string.
4631         (smime-cert-by-ldap-1): Indent.
4632
4633         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
4634         mml-smime-get-dns-ldap.
4635         (mml-smime-encrypt-query): Use new function.  Default to ldap.
4636
4637 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4638
4639         * smime.el: Require smime-ldap.
4640         (smime-ldap-host-list): New variable.
4641         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
4642
4643         * mml-smime.el (mml-smime-encrypt-query): New function.
4644         (mml-smime-encrypt-query): Use it.
4645
4646         * smime-ldap.el: New file.
4647
4648 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4649
4650         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
4651
4652 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4653
4654         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
4655         argument in doc string.  Make query for type more clear.
4656
4657 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4658
4659         * gnus.el (gnus-group-startup-message): Search for gnus images in
4660         etc/images/gnus.
4661         * mm-util.el (mm-image-load-path): Likewise.
4662         * smiley.el (smiley-data-directory): Search for smilies in
4663         etc/images/smilies.
4664
4665 2005-02-09  Kim F. Storm  <storm@cua.dk>
4666
4667         Change Emacs release version from 21.4 to 22.1 throughout.
4668         Change Emacs development version from 21.3.50 to 22.0.50.
4669
4670 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4671
4672         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
4673
4674         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
4675         non-Mule XEmacs as well.
4676         (mm-decompress-buffer): Signal an error intentionally if it does
4677         not decompress compressed data because auto-compression-mode is
4678         disabled.
4679
4680 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4681
4682         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
4683         an ID in the registry even if it has no groups
4684
4685 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
4688         merge it into mm-decompress-buffer.
4689         (gnus-mime-copy-part): Use the MIME part charset, the value which
4690         a user specified or gnus-newsgroup-charset for decoding, like
4691         gnus-mime-inline-part does; set buffer-file-coding-system to tell
4692         save-buffer what was used.  Suggested by Kevin Ryde
4693         <user42@zip.com.au>.
4694         (gnus-mime-inline-part): Allow the name parameter as well as the
4695         filename parameter; force decompressing of compressed data; always
4696         display contents being not decoded as unibyte.
4697
4698         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
4699         as well as the filename parameter.
4700
4701         * mm-util.el (mm-decompress-buffer): Merge
4702         gnus-mime-jka-compr-maybe-uncompress.
4703         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
4704         of compressed data.
4705
4706 2005-02-08  Simon Josefsson  <jas@extundo.com>
4707
4708         * imap.el (imap-log): Doc fix.
4709
4710 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
4713         the coding cookies; decompress compressed parts.
4714
4715         * mml.el (mml-generate-mime-1): Add the charaset parameter according
4716         to the value which a user specified manually or the coding cookie.
4717
4718         * mm-util.el (mm-string-to-multibyte): New function.
4719         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
4720         (mm-coding-system-to-mime-charset): New function.
4721         (mm-decompress-buffer): New function.
4722         (mm-find-buffer-file-coding-system): New function.
4723
4724         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
4725         (mm-display-inline-fontify): Rewrite for decoding and decompressing
4726         parts.
4727
4728 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4729
4730         * mm-view.el (mm-display-inline-fontify): Decode a part according
4731         to the charset parameter.
4732
4733 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
4736         prefix arg is neither nil nor a number, as info specifies.
4737
4738 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4739
4740         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
4741         timestamps.
4742
4743 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
4744
4745         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
4746         groups error checking and notify user.
4747
4748 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
4749
4750         * message.el (message-send-mail-function): Check existence of
4751         sendmail-program first before using default value
4752         `message-send-mail-with-sendmail'.  Otherwise use more generic
4753         `smtpmail-send-it'.
4754
4755 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * nntp.el (nntp-request-update-info): Always return nil.
4758
4759 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4760
4761         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
4762
4763 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4764
4765         * message.el (message-beginning-of-line): Change the behavior when
4766         invoked between BOL and : so that it first moves backward.
4767
4768 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4769
4770         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
4771         article buffer when editing of the article is discarded.
4772         (gnus-article-prepare): Revert.
4773
4774 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * gnus-art.el (gnus-article-prepare):
4777         Remove message-strip-forbidden-properties from the local hook.
4778
4779 2005-01-27  Simon Josefsson  <jas@extundo.com>
4780
4781         * password.el (password-cache-add): Only start one timer per key.
4782         Reported by Derek Atkins <warlord@MIT.EDU>.
4783
4784 2005-01-26  Steve Youngs  <steve@sxemacs.org>
4785
4786         * run-at-time.el: Removed.  It is no longer needed as
4787         timer-funcs.el in the xemacs-base package has a working version of
4788         `run-at-time'.
4789
4790         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
4791
4792         * password.el: Require timer-funcs instead of run-at-time in
4793         XEmacs.
4794         Remove `password-run-at-time' macro.
4795         (password-cache-add): Use `run-at-time' instead of
4796         `password-run-at-time'.
4797
4798         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
4799         Remove `nnheader-cancel-function-timers' alias,
4800         `cancel-function-timers' exists in XEmacs in timer-funcs.
4801
4802         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
4803         for `run-with-idle-timer'.
4804
4805         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
4806         for `run-at-time'.
4807
4808         * mm-url.el: Require timer-funcs at compile time when in XEmacs
4809         for `with-timeout'.
4810
4811         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
4812         the same as for XEmacs 21.4.
4813         No need to ignore `run-with-idle-timer', this function exists in
4814         XEmacs now in timer-funcs.el in the xemacs-base package.
4815         (dgnushack-compile): No need to delete
4816         run-at-time.el from the list of files to compile because it
4817         doesn't exist anymore.
4818
4819 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4820
4821         * mml.el (mml-generate-mime-1): Convert string into unibyte when
4822         inserting " *mml*" buffer's contents into a unibyte temp buffer.
4823
4824 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
4825
4826         * mail-source.el (mail-source-fetch-imap): Search for ^From case
4827         sensitively.
4828
4829 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
4830
4831         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
4832
4833 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
4836         which will be inserted according to the multibyteness of a buffer
4837         rather than the type of contents.  Suggested by ARISAWA Akihiro
4838         <ari@mbf.ocn.ne.jp>.
4839
4840         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
4841         of string which old xml.el may return rather than a string.
4842
4843 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
4846
4847 2005-01-16  Simon Josefsson  <jas@extundo.com>
4848
4849         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
4850         idn/idna.el isn't available.
4851         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
4852         <michael@waxrat.com>.
4853
4854         * hashcash.el: Remove non-FSF copyright header.
4855
4856         * hashcash.el (hashcash-extra-generate-parameters): New variable.
4857         (hashcash-generate-payment): Use it.
4858         (hashcash-generate-payment-async): Use it.
4859
4860 2005-01-15  Simon Josefsson  <jas@extundo.com>
4861
4862         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
4863         Suggested by Raymond Scholz <ray-2005@zonix.de>.
4864
4865         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
4866         gnus-summary-idna-message.
4867         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
4868         (gnus-summary-idna-message): New function.
4869
4870 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4871
4872         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
4873         gnus-novice-user.
4874
4875 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * nnrss.el (nnrss-request-delete-group): Delete entries in
4878         nnrss-group-alist as well.
4879         (nnrss-save-server-data): Insert newline.
4880
4881 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
4882
4883         * gnus.el (gnus-user-agent): Use list of symbols instead of
4884         symbols.  Display full version number for (S)XEmacs.  Optionally
4885         display (S)XEmacs codename.
4886
4887         * gnus-util.el (gnus-emacs-version): Update for new
4888         `gnus-user-agent'.
4889
4890         * gnus-msg.el (gnus-extended-version): Make it possible to omit
4891         Gnus version.
4892
4893 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4894
4895         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
4896         which is unreadable in some setups.
4897
4898 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * gnus-spec.el (gnus-update-format-specifications): Flush the
4901         group format spec cache if it doesn't support decoded group names.
4902
4903 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4904
4905         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
4906         to apply decay on score files matching a regexp.
4907
4908 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
4911         compatibility in %g and %c.
4912
4913 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
4916         name for only %g and %c.
4917         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
4918         of gnus-tmp-group to decoded group name.
4919         (gnus-group-make-rss-group): Exclude `/'s from group names.
4920
4921 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * nnrss.el (nnrss-get-encoding): Fix regexp.
4924
4925 2004-12-27  Simon Josefsson  <jas@extundo.com>
4926
4927         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
4928         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
4929         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
4930
4931 2004-12-17  Kim F. Storm  <storm@cua.dk>
4932
4933         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
4934
4935         * gnus-sum.el (gnus-summary-mode-map): Likewise.
4936
4937 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
4938
4939         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
4940
4941 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4942
4943         * nnrss.el: Require rfc2047 and mml.
4944         (nnrss-file-coding-system): New variable.
4945         (nnrss-format-string): Redefine it as an inline function.
4946         (nnrss-decode-group-name): New function.
4947         (nnrss-string-as-multibyte): Remove.
4948         (nnrss-retrieve-headers): Decode group name; don't use
4949         nnrss-format-string.
4950         (nnrss-request-group): Decode group name.
4951         (nnrss-request-article): Decode group name; allow a Message-ID as
4952         well as an article number; don't use nnrss-format-string; encode a
4953         Message-ID string which may contain non-ASCII characters; use
4954         mml-to-mime to compose a MIME article.
4955         (nnrss-request-expire-articles): Decode group name.
4956         (nnrss-request-delete-group): Decode group name.
4957         (nnrss-fetch): Clarify error message.
4958         (nnrss-read-server-data): Use insert-file-contents instead of load;
4959         bind file-name-coding-system; use multibyte buffer.
4960         (nnrss-save-server-data): Bind coding-system-for-write to the
4961         value of nnrss-file-coding-system; bind file-name-coding-system;
4962         add coding cookie.
4963         (nnrss-read-group-data): Use insert-file-contents instead of load;
4964         bind file-name-coding-system; use multibyte buffer.
4965         (nnrss-save-group-data): Bind coding-system-for-write to the
4966         value of nnrss-file-coding-system; bind file-name-coding-system.
4967         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
4968         make it work with non-ASCII text.
4969         (nnrss-find-el): Make it work with old xml.el as well.
4970
4971 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
4972
4973         * nnrss.el (nnrss-get-encoding): New function.
4974         (nnrss-fetch): Use unibyte buffer initially; bind
4975         coding-system-for-read while performing mm-url-insert; remove ^Ms;
4976         decode contents according to the encoding attribute.
4977         (nnrss-save-group-data): Add coding cookie.
4978         (nnrss-mime-encode-string): New function.
4979         (nnrss-check-group): Use it to encode subject and author.
4980
4981 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
4982
4983         * spam.el (spam-check-BBDB): don't get the symbol-value of an
4984         imaginary variable
4985
4986 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
4989         correctly even if there are wide characters.
4990
4991 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4992
4993         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
4994         downcased symbol names; make a new cache instead of reusing
4995         bbdb-hashtable
4996
4997 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5000         concatenating segments rather than before concatenating them.
5001         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5002
5003         * message.el (message-get-reply-headers): Bind `extra'.
5004
5005 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5006
5007         * message.el (message-extra-wide-headers): New variable.
5008         (message-get-reply-headers): Use it.
5009
5010 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5011
5012         * gnus-agent.el (gnus-agent-group-path): Decode group name.
5013         (gnus-agent-group-pathname): Ditto.
5014
5015         * gnus-cache.el (gnus-cache-file-name): Decode group name.
5016
5017         * gnus-group.el (gnus-group-make-group): Decode group name.
5018         (gnus-group-make-rss-group): Register the group data after opening
5019         the nnrss group.
5020
5021 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
5022
5023         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
5024         by expiry now get marked as read.
5025
5026 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5027
5028         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
5029
5030 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
5031
5032         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
5033         unify Latin characters in XEmacs.
5034         (mm-find-mime-charset-region): Use it.
5035
5036 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5037
5038         * gnus-util.el (gnus-delete-directory): New function.
5039
5040         * gnus-agent.el (gnus-agent-delete-group): Use it.
5041
5042         * gnus-cache.el (gnus-cache-delete-group): Use it.
5043
5044 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
5047         names.
5048
5049 2004-12-16  Simon Josefsson  <jas@extundo.com>
5050
5051         * hashcash.el (hashcash-payment-alist): Fix custom :type.
5052
5053 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
5056
5057         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
5058         (gnus-group-set-current-level): Decode group name.
5059
5060 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
5061
5062         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
5063         failed.
5064
5065 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * gnus-group.el (gnus-group-delete-group): Decode group name.
5068         (gnus-group-make-rss-group): Encode group name.
5069         (gnus-group-catchup-current): Decode group name.
5070         (gnus-group-kill-group): Decode group name.
5071
5072 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5073
5074         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
5075
5076 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * gnus-group.el (gnus-group-make-rss-group):
5079         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
5080
5081         * gnus-start.el (gnus-setup-news): Honor user's setting to
5082         gnus-message-archive-method.  Suggested by Lute Kamstra
5083         <lute@gnu.org>.
5084
5085 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
5086
5087         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
5088         global counterparts of the buffer-local variables.
5089
5090 2004-11-16  Romain Francoise  <romain@orebokech.com>
5091
5092         * gnus-sum.el (gnus-summary-exit): Don't clear the global
5093         counterparts of the buffer-local variables.
5094
5095 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5096
5097         * message.el (message-forbidden-properties): Fixed typo in doc
5098         string.
5099
5100 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5101
5102         * gnus-util.el (gnus-replace-in-string): Added doc string.
5103
5104         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
5105         to avoid problems when splitting mails with many recipients.
5106
5107 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5108
5109         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
5110         pop-to-buffer, covered by the subsequent gnus-configure-windows.
5111
5112 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
5113
5114         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
5115         if there is no hashtable in memory or file modification time is
5116         newer than cached timestamp.
5117
5118 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5119
5120         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
5121         not-matching option.
5122
5123 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
5124
5125         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
5126         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
5127         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5128         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
5129         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
5130         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
5131
5132 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * message.el (message-forward-make-body-mml): Remove headers
5135         according to message-forward-ignored-headers if a message is decoded.
5136
5137 2004-12-02  Romain Francoise  <romain@orebokech.com>
5138
5139         * message.el (message-forward-make-body-plain): Always remove
5140         headers according to message-forward-ignored-headers.
5141
5142 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5143
5144         * spam.el (spam-summary-prepare-exit): remove the
5145         gnus-summary-limit pop for now, it has problems with ham marks for
5146         me
5147
5148 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
5149
5150         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
5151         correctly
5152
5153 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
5154
5155         * format-spec.el (format-spec): Message the char.
5156
5157 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
5158
5159         * gnus-art.el (gnus-split-methods): reformat comments
5160
5161         * spam.el (spam-summary-prepare-exit): remove article limits
5162         before exiting the summary buffer
5163
5164 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * lpath.el: Remove bbdb-create-internal, bbdb-records,
5167         spam-BBDB-register-routine and spam-enter-ham-BBDB.
5168
5169         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
5170         order to silence the byte compiler.
5171
5172         * spam.el: Fix the way to silence the byte compiler, which
5173         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
5174         bbdb-search-simple, spam-BBDB-register-routine,
5175         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
5176         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
5177         spam-stat-buffer-is-spam, spam-stat-load,
5178         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
5179         spam-stat-save and spam-stat-split-fancy.
5180
5181 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
5184         which may confuse users.
5185         (canlock-password-for-verify): Ditto.
5186
5187         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
5188
5189         * gnus-art.el (gnus-emphasis-alist): Ditto.
5190
5191         * gnus-registry.el (gnus-registry-max-entries): Ditto.
5192
5193         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
5194
5195         * gnus-start.el (gnus-save-killed-list): Ditto.
5196
5197         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
5198         (gnus-sum-thread-tree-root): Ditto.
5199         (gnus-sum-thread-tree-false-root): Ditto.
5200         (gnus-sum-thread-tree-single-indent): Ditto.
5201
5202         * message.el (message-courtesy-message): Ditto.
5203         (message-archive-note): Ditto.
5204         (message-subscribed-address-file): Ditto.
5205         (message-user-fqdn): Ditto.
5206
5207         * spam-report.el (spam-report-gmane-regex): Ditto.
5208
5209         * spam.el (spam-blackhole-good-server-regex): Ditto.
5210
5211 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * mml.el (mml-preview): Widen the message buffer before copying
5214         the contents to the preview buffer; sort headers before previewing.
5215
5216         * message.el (message-hidden-headers): Fix the way to avoid a bug
5217         in the `repeat' widget in Emacs 21.3 or earlier.
5218
5219 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * message.el (message-hidden-headers): Default to "^References:".
5222         From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
5223         (message-strip-forbidden-properties): Remove check for obsolete
5224         `message-hidden' text property, hidden headers are not accessible
5225         in the buffer anymore.  From Romain Francoise on January 11, 2004.
5226
5227 2004-11-22  Romain Francoise  <romain@orebokech.com>
5228
5229         * message.el (message-header-format-alist): Add `From' in list
5230         so that it can be sorted.
5231         (message-fix-before-sending): Widen and sort headers before
5232         sending.
5233         (message-hide-headers): Use narrowing to hide headers by moving
5234         them to the top of the buffer and narrowing to the region
5235         underneath.
5236
5237 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5238
5239         * message.el (message-strip-forbidden-properties): Bind
5240         buffer-read-only (etc) to nil.
5241
5242 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5243
5244         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
5245         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5246
5247 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
5248
5249         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
5250
5251 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5252
5253         * dns.el (query-dns): Use sit-for to time instead of
5254         accept-process-output, since that doesn't seem to work on udp
5255         sockets.
5256
5257 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
5260
5261 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
5262
5263         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
5264         docstrings.
5265
5266 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * nntp.el (nntp-request-update-info): Return nil if
5269         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
5270         may not call gnus-activate-group which uselessly issues the GROUP
5271         commands for all nntp groups and wastes time.  Reported by Romain
5272         Francoise <romain@orebokech.com>.
5273
5274         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
5275
5276 2004-11-15  Simon Josefsson  <jas@extundo.com>
5277
5278         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
5279         headers separately.
5280         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
5281         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
5282
5283 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5284
5285         * gnus-start.el (gnus-convert-old-newsrc):
5286         Assign legacy-gnus-agent to 5.10.7.
5287
5288 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5289
5290         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
5291         start of the lines.
5292
5293 2004-11-14  Magnus Henoch  <mange@freemail.hu>
5294
5295         * hashcash.el (hashcash-default-payment): Change default to 20
5296         (hashcash-default-accept-payment): Change default to 20
5297         (hashcash-process-alist): New variable
5298         (hashcash-generate-payment-async): Add
5299         (hashcash-already-paid-p): Add
5300         (hashcash-insert-payment): Don't generate payments twice
5301         (hashcash-insert-payment-async): Add
5302         (hashcash-insert-payment-async-2): Add
5303         (hashcash-cancel-async): Add
5304         (hashcash-wait-async): Add
5305         (hashcash-processes-running-p): Add
5306         (hashcash-wait-or-cancel): Add
5307         (mail-add-payment): New optional argument.  Conditionally start
5308         asynchronous calculation.
5309         (mail-add-payment-async): Add
5310
5311         * message.el (message-send-mail): Wait for asynchronous hashcash
5312         results.  Don't clobber existing X-Hashcash headers.
5313         (message-setup-1): Call mail-add-payment-async when
5314         message-generate-hashcash is non-nil.
5315
5316 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5317
5318         * message.el (message-use-alternative-email-as-from): Examine the
5319         From header as well; use message-make-from in order to include a
5320         user's full name.
5321
5322 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
5325         default; improve customization type.
5326         (gnus-emphasis-custom-with-format): New macro.
5327         (gnus-emphasis-custom-value-to-external): New function.
5328         (gnus-emphasis-custom-value-to-internal): New function.
5329
5330 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5331
5332         * dns.el (query-dns): Resolve reverse addresses.
5333
5334 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5335
5336         * gnus-group.el (gnus-group-get-new-news): Use it.
5337
5338         * gnus-start.el (gnus-check-reasonable-setup): New function.
5339
5340 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
5343         "Args out of range" error.  Reported by Arnaud Giersch
5344         <arnaud.giersch@free.fr>.
5345
5346 2004-11-07  Jesper Harder  <harder@ifa.au.dk>
5347
5348         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
5349         From Stefan Wiens <s.wi@gmx.net>.
5350
5351 2004-11-04  Richard M. Stallman  <rms@gnu.org>
5352
5353         * spam.el (spam group): Add :version.
5354
5355         * pgg-def.el (pgg group): Add :version.
5356
5357 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * gnus-art.el (gnus-article-edit-article): Don't associate the
5360         article buffer with a draft file.  This is a temporary measure
5361         against the 2004-08-22 change to gnus-article-edit-mode.
5362
5363 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
5366         (html2text-format-tags): Remove unused variable `attr'.
5367
5368 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5369
5370         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
5371
5372         * tls.el (tls-process-connection-type, tls-success)
5373         (tls-certtool-program): Add :version.
5374
5375         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
5376         (starttls-extra-arguments, starttls-process-connection-type)
5377         (starttls-connect, starttls-failure, starttls-success):
5378
5379         * spam-stat.el (spam-stat): Add :version.
5380
5381         * sieve.el (sieve): Add :version.
5382
5383         * sha1.el (sha1): Add :version.
5384         (sha1-use-external): Remove redundant version.
5385
5386         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
5387         (nnmail-cache-ignore-groups, nnmail-spool-hook)
5388         (nnmail-split-fancy-match-partial-words)
5389         (nnmail-split-lowercase-expanded):
5390
5391         * nndiary.el (nndiary): Add :version.
5392
5393         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
5394
5395         * mml-sec.el (mml-default-sign-method)
5396         (mml-default-encrypt-method, mml-signencrypt-style-alist):
5397         Add :version.
5398
5399         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
5400
5401         * mm-url.el (mm-url-use-external, mm-url-program)
5402         (mm-url-arguments): Add :version.
5403
5404         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
5405         (mm-attachment-file-modes, mm-decrypt-option)
5406         (mm-w3m-safe-url-regexp): Add :version.
5407
5408         * message.el (message-cite-prefix-regexp)
5409         (message-sendmail-envelope-from, message-minibuffer-local-map)
5410         (message-user-fqdn, message-completion-alist): Add :version.
5411
5412         * gnus-win.el (gnus-configure-windows-hook)
5413         (gnus-use-frames-on-any-display): Add :version.
5414
5415         * gnus-art.el (gnus-article-address-banner-alist)
5416         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
5417         (gnus-treat-from-picon, gnus-treat-mail-picon)
5418         (gnus-treat-x-pgp-sig): Add :version.
5419
5420         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
5421         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
5422         (gnus-summary-article-delete-hook)
5423         (gnus-summary-display-while-building): Add :version.
5424
5425         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
5426         (gnus-get-top-new-news-hook):Add :version.
5427
5428         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5429         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
5430
5431         * gnus-registry.el (gnus-registry): Add :version.
5432
5433         * gnus-spec.el (gnus-use-correct-string-widths)
5434         (gnus-make-format-preserve-properties): Add :version.
5435
5436         * gnus.el (gnus-group-charter-alist)
5437         (gnus-group-fetch-control-use-browse-url)
5438         (gnus-install-group-spam-parameters): Add :version.
5439
5440         * gnus-diary.el (gnus-diary): Add :version.
5441
5442         * gnus-delay.el (gnus-delay): Add :version.
5443
5444         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
5445         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
5446         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
5447         Add :version.
5448
5449         * gnus-agent.el (gnus-agent-max-fetch-size)
5450         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
5451         (gnus-agent-prompt-send-queue): Add :version.
5452
5453         * deuglify.el (gnus-outlook-deuglify): Add :version.
5454
5455         * html2text.el: Beautify code.  Improve doc strings.  Some
5456         checkdoc cleanup.
5457         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
5458
5459 2004-11-01  Alfred M. Szmidt <ams@kemisten.nu>  (tiny change)
5460
5461         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
5462
5463 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5464
5465         * gnus-registry.el (gnus-registry-hashtb): create the registry
5466         when package is loaded
5467
5468         * spam.el (spam-summary-score-preferred-header): global preference
5469         for people who want to override the default SpamAssassin over
5470         Bogofilter preference (when both are set)
5471         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
5472         (spam-user-format-function-S): check spam-summary-score-preferred-header
5473         (spam-extra-header-to-number): add X-Bogosity header parsing
5474         (spam-user-format-function-S): format the score correctly
5475
5476 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
5479         signature file.  Suggested by Manoj Srivastava
5480         <srivasta@golden-gryphon.com>.
5481
5482         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
5483         iso-2022-jp even in the Japanese language environment.
5484         Suggested by Jason Rumney <jasonr@gnu.org>.
5485
5486 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
5489         use the same characters as the dummy marks; make it free from
5490         getting affected by the language environment.
5491         (gnus-summary-read-group-1): Update mark positions only when the
5492         format spec is updated.
5493
5494         * gnus-spec.el (gnus-update-format-specifications): Return a list
5495         of updated types.
5496
5497 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5498
5499         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
5500         of boundp to check if display-warning is available.
5501
5502 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
5503
5504         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
5505
5506 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * nnspool.el (nnspool-spool-directory): Use news-path if the
5509         news-directory variable is not bound.
5510
5511         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
5512         function instead of display-warning if it is not available.
5513
5514 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5515
5516         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
5517         v5-10: Use `point-at-bol'.
5518
5519 2004-10-26  Simon Josefsson  <jas@extundo.com>
5520
5521         * hashcash.el: Fix URL in comment, reported by Cheng Gao
5522         <chenggao@gmail.com>.
5523
5524 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5525
5526         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
5527         instead.
5528
5529 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
5530
5531         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
5532         to remove a server from the nnimap-server-buffer-alist
5533         (nnimap-open-connection, nnimap-close-server): use it
5534
5535         * gnus-encrypt.el: removed in favor of encrypt.el
5536
5537 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
5540         running the major-mode function.
5541
5542 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
5545         dummy marks in the right way.
5546
5547 2004-10-18  David Edmondson  <dme@dme.org>
5548
5549         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
5550         excessively.
5551
5552 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5553
5554         * gnus-util.el (gnus-split-references): accept a nil references
5555         string and go on blissfully
5556
5557         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
5558         cases where the references string is non-nil but has no references
5559
5560         * encrypt.el: add autoload tags
5561
5562         * spam.el (spam-resolve-registrations-routine): remove article
5563         from unregistration list too.  Reported by David Hanak
5564         <dhanak@isis.vanderbilt.edu>
5565
5566 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5567
5568         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
5569         nil.  Changed custom type.
5570
5571 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
5572
5573         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
5574
5575         * gnus-sum.el (gnus-summary-move-article): Use it.
5576
5577 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5578
5579         * encrypt.el: add autoload cookies
5580
5581         * spam.el (spam-backend-article-list-property)
5582         (spam-backend-get-article-todo-list)
5583         (spam-backend-put-article-todo-list, )
5584         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
5585         resolve registrations separately
5586         (spam-register-routine): format comments
5587         (spam-unregister-routine, spam-register-routine): always call with
5588         specific-articles, no default list
5589         (spam-summary-prepare-exit): use the spam-classifications function
5590
5591         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
5592         gnus-encrypt.el
5593
5594         * encrypt.el: copied from gnus-encrypt.el
5595
5596         * gnus-encrypt.el: commented that it's obsolete
5597
5598 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5599
5600         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
5601         (gnus-score-save): Use it.
5602
5603         * message.el (message-bury): Use `window-dedicated-p'.
5604
5605 2004-10-15  Simon Josefsson  <jas@extundo.com>
5606
5607         * pop3.el (top-level): Don't require nnheader.
5608         (pop3-read-timeout): Add.
5609         (pop3-accept-process-output): Add.
5610         (pop3-read-response, pop3-retr): Use it.
5611
5612 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
5613
5614         * spam.el (spam-register-routine): move comment
5615         (spam-verify-bogofilter): we use 'unknown for the initial
5616         spam-bogofilter-valid state, not 'never
5617
5618         * netrc.el (netrc-machine-user-or-password): convenience wrapper
5619         for netrc-machine
5620
5621         * nnimap.el (nnimap-open-connection): use
5622         netrc-machine-user-or-password
5623
5624 2004-10-17  Richard M. Stallman  <rms@gnu.org>
5625
5626         * gnus-registry.el (gnus-registry-unload-hook):
5627         Set as a variable with add-hook.
5628
5629         * nnspool.el (nnspool-spool-directory): Use news-directory instead
5630         of news-path.
5631
5632         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
5633
5634         * spam.el: Delete duplicate `provide'.
5635         (spam-unload-hook): Set as a variable with add-hook.
5636
5637 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5638
5639         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
5640         in the doc string.
5641
5642         * message.el (message-ignored-news-headers)
5643         (message-ignored-supersedes-headers)
5644         (message-ignored-resent-headers)
5645         (message-forward-ignored-headers): Improve custom type.
5646
5647 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * message.el (message-tokenize-header): Fix 2004-09-06 change
5650         which used point-min in the wrong place.
5651
5652 2004-10-12  Simon Josefsson  <jas@extundo.com>
5653
5654         * net/tls.el (tls-certtool-program): New variable.
5655         (tls-certificate-information): New function, based on
5656         ssl-certificate-information.
5657
5658 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * compface.el: Move the version of ELisp-based uncompface program
5661         to the contrib directory because of the copyright problem.
5662
5663 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5664
5665         * message.el (message-kill-buffer): Raise the current frame.
5666
5667 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5668
5669         * gnus-sum.el: Mention that multibyte characters don't work as marks.
5670
5671         * gnus.el (message-y-or-n-p): Autoload.
5672
5673         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
5674         (pop3-password-required, pop3-authentication-scheme)
5675         (pop3-leave-mail-on-server): Made customizable.
5676         (pop3): New custom group.
5677         (pop3-retr): Remove `sleep-for' statements.
5678         Suggested by Dave Love <fx@gnu.org>.
5679
5680         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
5681         Windows/DOS.
5682
5683         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
5684         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
5685         Dave Love <fx@gnu.org>.
5686
5687         * mml.el (mml-minibuffer-read-disposition): Require match.
5688         Suggested by Dave Love <fx@gnu.org>.
5689
5690 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5691
5692         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
5693         doc string.
5694
5695 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
5698
5699 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5700
5701         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
5702         instead of calling `mm-insert-inline', to decode text/* parts
5703         before displaying them.
5704
5705 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * mm-uu.el (mm-uu-text-plain-type): New variable.
5708         (mm-uu-pgp-signed-extract-1): Use it.
5709         (mm-uu-pgp-encrypted-extract-1): Use it.
5710         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
5711         bind mm-uu-text-plain-type with that value.
5712         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
5713         mm-uu-dissect.
5714
5715 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * gnus-group.el (gnus-update-group-mark-positions):
5718         * gnus-sum.el (gnus-update-summary-mark-positions):
5719         * message.el (message-check-news-body-syntax):
5720         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
5721         of string-as-multibyte.
5722
5723 2004-10-05  Juri Linkov  <juri@jurta.org>
5724
5725         * gnus-group.el (gnus-update-group-mark-positions):
5726         * gnus-sum.el (gnus-update-summary-mark-positions):
5727         * message.el (message-check-news-body-syntax):
5728         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
5729         8-bit unibyte values to a multibyte string for search functions.
5730
5731 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * mm-uu.el (mm-uu-dissect): Allow optional arg.
5734         (mm-uu-dissect-text-parts): New function.
5735
5736         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
5737         dissect text parts.
5738
5739         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
5740         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
5741
5742         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
5743
5744         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
5745         gnus-current-topics instead of gnus-current-topic.
5746
5747 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
5748
5749         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
5750
5751 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
5752
5753         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
5754         where approriate.
5755
5756         * nnml.el (nnml-generate-active-info): do.
5757
5758         * nndiary.el (nndiary-generate-active-info): do.
5759
5760         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
5761         (gnus-topic-move): do.
5762
5763         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
5764         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
5765
5766         * gnus-srvr.el (gnus-server-prepare)
5767         (gnus-server-open-all-servers): do.
5768
5769         * gnus-msg.el (gnus-summary-cancel-article)
5770         (gnus-summary-resend-message)
5771         (gnus-summary-mail-crosspost-complaint): do.
5772
5773         * gnus-move.el (gnus-change-server): do.
5774
5775         * gnus-group.el (gnus-group-unmark-all-groups)
5776         (gnus-group-set-current-level): do.
5777
5778 2004-10-04  Simon Josefsson  <jas@extundo.com>
5779
5780         * message.el (message-generate-hashcash): Doc fix.
5781
5782 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
5783
5784         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
5785         avoid infinite recursion via gnus-get-function.
5786
5787 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
5788
5789         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
5790
5791         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
5792
5793         * nnmail.el (nnmail-split-history): do.
5794
5795         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
5796         (nnml-request-delete-group): do.
5797
5798         * nnslashdot.el (nnslashdot-read-groups): do.
5799
5800         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
5801         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
5802
5803         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
5804         (nnspool-sift-nov-with-sed): Use last
5805         (nnspool-retrieve-headers-with-nov): Use mapc.
5806         (nnspool-request-newgroups): Use dolist.
5807         (nnspool-request-group): Use last.
5808
5809         * nntp.el (nntp-read-server-type): Use dolist.
5810
5811         * nnvirtual.el (nnvirtual-create-mapping)
5812         (nnvirtual-update-read-and-marked): Use dolist.
5813         (nnvirtual-convert-headers): Simplify.
5814
5815 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
5816
5817         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
5818         support for sync'ing tick marks.
5819
5820 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
5823         there's no visible header.
5824
5825 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
5826
5827         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
5828         necessary, pass full group name to gnus-request-set-marks.
5829
5830 2004-10-01  Simon Josefsson  <jas@extundo.com>
5831
5832         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
5833         acroread.
5834
5835 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5836
5837         * spam-report.el (spam-report-gmane): Fix interactive.
5838
5839         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
5840
5841         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
5842         when writing file.
5843         (gnus-agent-synchronize-flags): Don't default to being
5844         interactive.
5845
5846 2004-09-30  Simon Josefsson  <jas@extundo.com>
5847
5848         * message.el (message-generate-hashcash): Add.
5849         (message-send-mail): Use it, call mail-add-payment.
5850
5851 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5852
5853         * spam.el (spam-verify-bogofilter): -V, not -sV option
5854
5855 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
5856
5857         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
5858         gnus-requst-update-info with explicit code to sync the in-memory
5859         info read flags with the marks being sync'd to the backend.
5860
5861         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
5862
5863 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5864
5865         * spam.el (spam-verify-bogofilter): new function
5866         (spam-check-bogofilter)
5867         (spam-bogofilter-register-with-bogofilter): use it
5868         (spam-verify-bogofilter): small fixes
5869
5870 2004-09-28  Simon Josefsson  <jas@extundo.com>
5871
5872         * hashcash.el (hashcash-generate-payment): Revert.
5873
5874 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5875
5876         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
5877         gnus-extract-references instead of gnus-split-references
5878
5879         * gnus-util.el (gnus-extract-references): new function, analogous
5880         to gnus-split-references but extracts only the message-ID without
5881         anything extra
5882
5883         * hashcash.el (hashcash-generate-payment)
5884         (hashcash-check-payment): do the right thing if hashcash-path is
5885         nil (because the hashcash program could not be found)
5886
5887         * spam.el (spam-use-hashcash): remove comment
5888
5889 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
5890
5891         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
5892         (gnus-cache-enter-article, gnus-cache-remove-article)
5893         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
5894
5895         * gnus-async.el (gnus-async-prefetch-remove-group): do.
5896
5897         * gnus-art.el (article-hide-boring-headers)
5898         (article-translate-strings, article-display-face)
5899         (gnus-article-mime-match-handle-first)
5900         (gnus-article-highlight-headers)
5901         (gnus-article-add-buttons-to-head): do.
5902
5903 2004-09-27  Simon Josefsson  <jas@extundo.com>
5904
5905         * hashcash.el: New version, from
5906         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
5907         ../contrib/.
5908
5909 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
5912
5913 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
5914
5915         * gnus-dup.el (gnus-dup-open): Use mapc.
5916         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
5917
5918         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
5919         Reported by Stefan Wiens <s.wi@gmx.net>.
5920
5921         * gnus.el (gnus-shutdown): Use dolist.
5922
5923         * gnus-undo.el (gnus-undo): Use mapc.
5924
5925         * nnrss.el (nnrss-generate-active): do.
5926
5927         * message.el (message-cite-original-without-signature)
5928         (message-cite-original): Use mapc.
5929         (message-do-actions, message-make-forward-subject): Use dolist.
5930
5931 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
5932
5933         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
5934         deletion to remove entire duplicate line.  Fixes merged article
5935         number bug.
5936
5937 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
5938
5939         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
5940         servers that are offline.  Avoids having gnus-agent-toggle-plugged
5941         first ask if you want to open a server and then, even when you
5942         responded with no, asking if you want to synchronize the server's
5943         flags.
5944         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
5945         multi-line expressions.
5946         (gnus-agent-synchronize-group-flags): New internal function.
5947         Updates marks in memory (in the info structure) AND in the
5948         backend.
5949
5950         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
5951
5952         * nnagent.el (nnagent-request-set-mark): Use
5953         gnus-agent-synchronize-group-flags, not backend's request-set-mark
5954         method, to ensure that synchronization updates marks in the
5955         backend and in the info (in memory) structure.
5956
5957 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
5960         convention fully; don't miss the root article of a thread; make
5961         the X-Draft-From header with correct article numbers.
5962
5963 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
5964
5965         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
5966         unless plugged.  Disable the agent so that an open failure causes
5967         an error.
5968
5969         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
5970         Reverted 2004-09-21 change.  The backend must be opened while
5971         synchronizing flags even when the backend stores the flags
5972         locally.
5973
5974 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
5975
5976         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
5977         in `header' match.  Reported by Svend Tollak Munkejord.
5978
5979         * message.el (message-cite-original): Fix use of
5980         `message-cite-articles-with-x-no-archive'.
5981
5982 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
5985         (gnus-window-to-buffer): Ditto.
5986
5987         * mml.el (mml-preview-buffer): New variable.
5988         (mml-preview): Manage window layout with gnus-buffer-configuration.
5989
5990         * gnus-msg.el (gnus-setup-message): Put article numbers into the
5991         X-Draft-From header even if those articles aren't quoted.
5992
5993 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
5994
5995         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
5996         (gnus-request-set-mark, gnus-request-update-mark): Use new
5997         g-s-t-u-l-m to decide to use backend even when unplugged.
5998
5999 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
6002         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
6003
6004 2004-09-20  Simon Josefsson  <jas@extundo.com>
6005
6006         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
6007         "utf-16-le".
6008
6009 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6010
6011         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
6012
6013 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6014
6015         * uudecode.el (uudecode-use-external): Add :version.
6016
6017         * smime.el (smime-CA-file, smime-encrypt-cipher)
6018         (smime-dns-server): Add :version.
6019
6020         * smiley.el (gnus-smiley-file-types): Add :version.
6021
6022         * sha1.el (sha1-use-external): Add :version.
6023
6024         * pgg-def.el (pgg-query-keyserver): Add :version.
6025
6026         * nnmail.el (nnmail-fancy-expiry-targets)
6027         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
6028
6029         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
6030         (nnimap-retrieve-groups-asynchronous): Add :version.
6031         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
6032
6033         * mml.el (mml-content-disposition-parameters)
6034         (mml-insert-mime-headers-always): Add :version.
6035
6036         * mm-util.el (mm-coding-system-priorities):
6037
6038         * mm-decode.el (mm-inline-text-html-with-images)
6039         (mm-keep-viewer-alive-types, mm-external-terminal-program)
6040         (mm-verify-option): Add :version.
6041         (mm-text-html-renderer): Change :version.
6042
6043         * message.el (message-fcc-externalize-attachments)
6044         (message-required-headers, message-draft-headers)
6045         (message-subject-trailing-was-query)
6046         (message-subject-trailing-was-ask-regexp)
6047         (message-subject-trailing-was-regexp, message-mark-insert-begin)
6048         (message-mark-insert-end, message-archive-header)
6049         (message-archive-note, message-cross-post-default)
6050         (message-cross-post-note, message-followup-to-note)
6051         (message-cross-post-note-function, message-use-mail-followup-to)
6052         (message-subscribed-address-functions)
6053         (message-subscribed-address-file, message-subscribed-addresses)
6054         (message-subscribed-regexps, message-allow-no-recipients)
6055         (message-yank-cited-prefix, message-signature-insert-empty-line)
6056         (message-hidden-headers, message-hierarchical-addresses)
6057         (message-mail-user-agent, message-use-idna)
6058         (message-valid-fqdn-regexp)
6059         (message-strip-special-text-properties, message-header-synonyms)
6060         (message-beginning-of-line, message-tab-body-function): Add :version.
6061         (message-insert-canlock, message-wide-reply-confirm-recipients):
6062         Change :version.
6063
6064         * mail-source.el (mail-source-ignore-errors): Add :group, :type
6065         and :version.
6066         (mail-source-delete-old-incoming-confirm)
6067         (mail-source-movemail-program): Add :version.
6068
6069         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
6070         (gnus-agent-cache, gnus-agent): Change :version.
6071
6072         * gnus-util.el (gnus-use-byte-compile): Change :version.
6073
6074         * gnus-sum.el (gnus-summary-make-false-root-always)
6075         (gnus-summary-default-high-score)
6076         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
6077         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
6078         (gnus-read-all-available-headers, gnus-article-emulate-mime)
6079         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
6080         (gnus-sum-thread-tree-single-indent)
6081         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6082         (gnus-sum-thread-tree-leaf-with-other)
6083         (gnus-sum-thread-tree-single-leaf): Add :version.
6084         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
6085         (gnus-article-loose-mime): Change :version.
6086
6087         * gnus-start.el (gnus-backup-startup-file)
6088         (gnus-save-startup-file-via-temp-buffer): Add :version.
6089
6090         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
6091         (gnus-server-offline-face): Add :version.
6092
6093         * gnus-score.el (gnus-adaptive-word-length-limit):
6094
6095         * gnus-msg.el (gnus-gcc-externalize-attachments)
6096         (gnus-debug-files, gnus-debug-exclude-variables)
6097         (gnus-discouraged-post-methods): Change :version.
6098         (gnus-confirm-mail-reply-to-news)
6099         (gnus-confirm-treat-mail-like-news): Add :version.
6100
6101         * gnus-int.el (gnus-server-unopen-status): Add :version.
6102
6103         * gnus-group.el (gnus-group-jump-to-group-prompt)
6104         (gnus-large-ephemeral-newsgroup)
6105         (gnus-fetch-old-ephemeral-headers): Add :version.
6106
6107         * gnus-fun.el (gnus-x-face-directory)
6108         (gnus-convert-pbm-to-x-face-command)
6109         (gnus-convert-image-to-x-face-command)
6110         (gnus-convert-image-to-face-command): Add :version.
6111
6112         * gnus-delay.el (gnus-delay-default-hour): Add :version.
6113
6114         * gnus-cite.el (gnus-cite-blank-line-after-header)
6115         (gnus-article-boring-faces):
6116
6117         * gnus-art.el (gnus-buttonized-mime-types)
6118         (gnus-inhibit-mime-unbuttonizing)
6119         (gnus-treat-display-face)
6120         (gnus-treat-body-boundary): Change :version.
6121         (gnus-body-boundary-delimiter, gnus-picon-databases)
6122         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
6123         (gnus-treat-date-english, gnus-treat-fold-headers)
6124         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
6125         (gnus-treat-mail-picon, gnus-treat-wash-html)
6126         (gnus-article-encrypt-protocol)
6127         (gnus-use-idna, gnus-article-over-scroll)
6128         (gnus-mime-display-multipart-alternative-as-mixed)
6129         (gnus-mime-display-multipart-related-as-mixed)
6130         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
6131         (gnus-ctan-url, gnus-button-ctan-handler)
6132         (gnus-button-handle-ctan-bogus-regexp)
6133         (gnus-button-ctan-directory-regexp)
6134         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
6135         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
6136         (gnus-button-man-level, gnus-button-emacs-level)
6137         (gnus-button-message-level, gnus-button-browse-level): Add :version.
6138
6139         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
6140         (gnus-agent-go-online): Change :version.
6141         (gnus-agent-expire-unagentized-dirs)
6142         (gnus-agent-auto-agentize-methods): Add :version.
6143
6144         * flow-fill.el (fill-flowed-display-column)
6145         (fill-flowed-encode-column): Add :version.
6146
6147         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6148         (gnus-outlook-deuglify-unwrap-max)
6149         (gnus-outlook-deuglify-cite-marks)
6150         (gnus-outlook-deuglify-unwrap-stop-chars)
6151         (gnus-outlook-deuglify-no-wrap-chars)
6152         (gnus-outlook-deuglify-attrib-cut-regexp)
6153         (gnus-outlook-deuglify-attrib-verb-regexp)
6154         (gnus-outlook-deuglify-attrib-end-regexp)
6155         (gnus-outlook-display-hook): Add :version.
6156
6157         * binhex.el (binhex-use-external): Add :version.
6158
6159 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
6160
6161         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
6162         and `invisible'.
6163
6164 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6165
6166         * gnus-registry.el (gnus-registry-trim): watch out for negatives
6167         in gnus-registry-trim
6168
6169 2004-09-13  Simon Josefsson  <jas@extundo.com>
6170
6171         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
6172
6173         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
6174
6175         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
6176         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6177         <yamaoka@jpl.org>.
6178         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
6179         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6180         <yamaoka@jpl.org>.
6181
6182         * sieve.el (sieve-manage-mode): Ditto.
6183
6184 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
6185
6186         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
6187
6188 2004-09-11  Simon Josefsson  <jas@extundo.com>
6189
6190         * dns-mode.el: Add.
6191
6192         * mm-view.el (mm-display-dns-inline): Add.
6193
6194         * mm-decode.el (mm-inline-media-tests): Add text/dns.
6195         (mm-automatic-display): Ditto.
6196
6197         * mailcap.el (mailcap-mime-data): Add text/dns.
6198         (mailcap-mime-extensions): Map .soa to text/dns.
6199
6200 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
6201
6202         * gnus-art.el (article-decode-mime-words, article-babel)
6203         (gnus-article-highlight-signature, gnus-article-add-buttons)
6204         (gnus-signature-toggle): Remove unnecessary bindings of
6205         `inhibit-read-only' inherited from v5.10 merge.
6206
6207 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6208
6209         * nntp.el (nntp): New customization group.
6210         (nntp-authinfo-file): Add customization group.
6211
6212         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
6213
6214         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
6215
6216         * gnus.el (to-address, to-list, subscribed)
6217         (large-newsgroup-initial): Ditto.
6218
6219         * flow-fill.el (fill-flowed-display-column)
6220         (fill-flowed-encode-column): Ditto.
6221
6222 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
6223
6224         * message.el (message-tokenize-header, message-send-mail-with-qmail):
6225         Use point-min rather than 1.
6226         (message-send-mail): Use buffer-size rather than point-max.
6227
6228         * gnus-sum.el (gnus-summary-search-article-forward):
6229         Signal a specific `search-failed' rather than a generic `error'.
6230
6231         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
6232         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
6233         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
6234
6235 2004-09-10  Simon Josefsson  <jas@extundo.com>
6236
6237         * nndb.el (require): Remove tcp and duplicate cl.
6238
6239 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * gnus-agent.el (directory-files-and-attributes): Move forward.
6242
6243 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6244
6245         * gnus-agent.el (directory-files-and-attributes): Optionally
6246         defined to support XEmacs.
6247
6248 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6249
6250         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
6251         to avoid run-time CL dependencies.
6252         (gnus-agent-unfetch-articles): New function.
6253         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
6254         article numbers even when local .overview file is missing.
6255         (gnus-agent-read-article-number): New function. Only accepts
6256         27-bit article numbers.
6257         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
6258         gnus-agent-read-article-number.
6259         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
6260         from backend while recognizing that article numbers in .overview
6261         must be valid.
6262         (gnus-agent-update-files-total-fetched-for): Use
6263         directory-files-and-attributes to improve performance.
6264         * gnus-int.el (gnus-request-move-article): Use
6265         gnus-agent-unfetch-articles in place of gnus-agent-expire to
6266         improve performance.
6267
6268         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
6269         some users confused by references to .newsrc when they only have a
6270         .newsrc.eld file.
6271         (gnus-convert-mark-converter-prompt,
6272         gnus-convert-converter-needs-prompt): Fixed use of property list.
6273         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
6274         New function. Used internally to only display 'gnus converting
6275         files' message when actually necessary.
6276
6277         * gnus-sum.el (): Removed (require 'gnus-agent) as required
6278         methods now autoloaded.
6279
6280 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6281
6282         * gnus-sum.el (gnus-summary-insert-subject): Remove list
6283         identifiers.
6284
6285 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
6286
6287         * gnus-picon.el: Fix indentation and closing parenthesis.
6288
6289 2004-09-01  Simon Josefsson  <jas@extundo.com>
6290
6291         * message.el (message-canlock-generate): Require sha1, not
6292         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
6293         to require within a function.  Sadly, if sha1.el isn't loaded, the
6294         let binding in m-c-g will hide the defcustom definition, which is
6295         bad.)
6296
6297         * canlock.el: Require sha1, not sha1-el.
6298
6299         * message.el: Don't autoload sha1 (there is a autoload cookie in
6300         sha1.el).
6301
6302         * sha1-el.el: Renamed to sha1.el.
6303
6304 2004-08-30  Juanma Barranquero  <lektu@terra.es>
6305
6306         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
6307
6308 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6309
6310         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
6311
6312 2004-08-30  Kim F. Storm  <storm@cua.dk>
6313
6314         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
6315
6316         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
6317         Add :group 'nnimap.
6318
6319 2004-08-30  Andreas Schwab <schwab@suse.de>
6320
6321         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
6322         ?* and ?\;.
6323
6324         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
6325         and ?\' to symbol instead of whitespace.
6326
6327 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
6330
6331         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
6332         instead of re-search-forward.
6333
6334         * gnus-uu.el (gnus-uu-save-article): Ditto.
6335         (gnus-uu-post-encode-uuencode): Ditto.
6336
6337         * html2text.el (html2text-clean-list-items): Ditto.
6338         (html2text-clean-dtdd): Ditto.
6339         (html2text-format-tags): Ditto.
6340
6341         * message.el (message-send-mail-with-sendmail): Fix regexp.
6342         (message-fill-field-general): Use search-forward instead of
6343         re-search-forward.
6344         (unbold-region): Ditto.
6345
6346         * nnrss.el (nnrss-request-article): Ditto.
6347
6348         * nnslashdot.el (nnslashdot-request-article): Ditto.
6349
6350         * nnweb.el (nnweb-gmane-wash-article): Ditto.
6351
6352         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
6353         "Unrecognized menu descriptor" error in XEmacs.
6354
6355 2004-08-26  Stefan Wiens <s.wi@gmx.net>  (tiny change)
6356
6357         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6358         parent article of a sparse article in the thread hashtb.
6359
6360 2004-08-26  David Hedbor <dhedbor@real.com>  (tiny change)
6361
6362         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
6363         (nnmail-expand-newtext): Lowercase expanded entries if
6364         nnmail-split-lowercase-expanded is non-nil.
6365
6366 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
6369         entry.
6370
6371         * gnus-group.el (gnus-group-line-format-alist): Convert the value
6372         of gnus-tmp-news-method into string under XEmacs.  It will be
6373         passed to gnus-correct-length which takes only a string argument.
6374
6375 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * gnus-util.el (gnus-bind-print-variables): New macro.
6378         (gnus-prin1): Use it.
6379         (gnus-prin1-to-string): Use it.
6380         (gnus-pp): New function.
6381         (gnus-pp-to-string): New function.
6382
6383         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
6384         pp-to-string with gnus-pp-to-string.
6385         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
6386         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
6387         * gnus-msg.el (gnus-debug): Ditto.
6388         * gnus-score.el (gnus-score-save): Ditto.
6389         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
6390         gnus-pp-to-string.
6391         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
6392         with gnus-pp.
6393         * score-mode.el (gnus-score-pretty-print): Ditto.
6394         * webmail.el (webmail-debug): Ditto.
6395
6396 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * gnus-art.el (article-display-face, article-display-x-face): Use
6399         buffer-read-only.
6400
6401 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6402
6403         * gnus-art.el (article-hide-list-identifiers): Bind
6404         inhibit-read-only as t.
6405
6406 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
6407
6408         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
6409
6410 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6411
6412         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
6413         (gnus-narrow-to-page): Don't assume point-min == 1.
6414         (gnus-article-edit-mode): Derive from message-mode.
6415
6416         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
6417         point-min == 1.
6418
6419         * imap.el (imap-parse-address-list, imap-parse-body-ext):
6420         Disable incorrect use of `assert'.
6421
6422         * message.el (message-mode): Set comment-start-skip.
6423
6424
6425 2004-08-22  Sam Steingold  <sds@gnu.org>
6426
6427         * pop3.el (pop3-leave-mail-on-server): New user variable.
6428         (pop3-movemail): Delete mail only when it is nil.
6429
6430 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
6431
6432         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
6433
6434         * mml.el (mml-preview): Use `pop-to-buffer'.
6435
6436         * message.el (message-goto-mail-followup-to): Insert after "To".
6437         (message-carefully-insert-headers): Add comment.
6438
6439         * gnus.el: Remove unused variable `gnus-article-check-size'.
6440
6441         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
6442
6443         * gnus-art.el (gnus-button-alist): Improve
6444         `gnus-button-handle-library' entry.
6445
6446 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
6447
6448         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
6449         downcase, since XEmacs capitalizes error messages differently.
6450         From Sebastian Freundt <hroptatyr@gna.org>.
6451
6452 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
6453
6454         * nntp.el: Add (require 'gnus) due to reference to
6455         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
6456
6457 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
6458
6459         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
6460         `mm-fill-flowed'.
6461
6462         * mm-decode.el (mm-dissect-singlepart): Check it.
6463
6464 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
6465
6466         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
6467         'imap' for netrc parsing
6468
6469 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6470
6471         * mailcap.el (mailcap-mime-data): Mark as risky.
6472
6473 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
6476         may be included in the encoded word.
6477         (rfc2047-encode): Don't append a space if the encoded word
6478         includes close parenthesis.
6479
6480 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6481
6482         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
6483         of text within parentheses.
6484
6485 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
6486
6487         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
6488         (gnus-encrypt-write-file-contents): the password key is the file
6489         name PLUS the cipher, not just the cipher.  Also remove failed
6490         passwords from the cache.
6491
6492 2004-08-06  Simon Josefsson  <jas@extundo.com>
6493
6494         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
6495         fix.
6496
6497 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
6500         LWSP.
6501
6502 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
6503
6504         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
6505         to append in-reply-to: data to the references: header
6506
6507         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
6508         (netrc-parse): use gnus-encrypt.el functions
6509
6510         * gnus-encrypt.el: new file for encryption support; currently
6511         does only a few GPG ciphers and an internal XOR cipher
6512
6513         * password.el: add comments on using password-read-and-add
6514         (password-read-and-add): new function to read and add the
6515         password to the cache at once
6516
6517 2004-07-28  Simon Josefsson  <jas@extundo.com>
6518
6519         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
6520         parameter (but don't use it, for now).
6521
6522         * imap.el (imap-ssl-open): Use imap-process-connection-type,
6523         instead of hard coding to nil.
6524
6525 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * mm-view.el (mm-inline-image-emacs): Open lines under an image
6528         as mm-inline-image-xemacs does.
6529
6530 2004-07-26  Simon Josefsson  <jas@extundo.com>
6531
6532         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
6533         Revert part of 2004-07-17 change below.
6534
6535 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
6538         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6539
6540 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6541
6542         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
6543         quotes that actually start with ">" at the beginning of the
6544         lines.
6545
6546 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6547
6548         * rfc2047.el (rfc2047-encode-region): Fix last change.
6549         (rfc2047-encode-parameter): Remove useless concat.
6550
6551 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6552
6553         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
6554         encode special characters; fix some kind of misconfigured headers;
6555         signal a real error if debug-on-quit or debug-on-error is non-nil.
6556         (rfc2047-encode-max-chars): New variable.
6557         (rfc2047-encode-1): Use it.
6558         (rfc2047-encode-parameter): New function.
6559
6560         * mml.el (mml-insert-parameter): Remove an excessive space.
6561
6562 2004-07-17  Simon Josefsson  <jas@extundo.com>
6563
6564         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
6565         Kai Grossjohann <kai@emptydomain.de>.
6566         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
6567         (gnus-group-make-menu-bar): Ditto.
6568
6569         * gnus-util.el (gnus-group-server): Add.
6570
6571 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
6572
6573         * message.el (message-clone-locals): Clone sendmail and smtp
6574         variables.
6575
6576 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * rfc2047.el (rfc2047-encode-region): Fix last change.
6579
6580 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
6583         characters as non-special.
6584
6585 2004-07-09  Simon Josefsson  <jas@extundo.com>
6586
6587         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
6588         Users will lose all flag changes made while unplugged with
6589         e.g. nntp unless flag synchronization happens, thus `nil' is not a
6590         good default.  See numerous reports on ding mailing list.
6591
6592 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
6595         add generate-head-function and generate-article-function to the
6596         rfc822-forward entry.
6597         (nndoc-rfc822-forward-generate-article): New function.
6598         (nndoc-rfc822-forward-generate-head): New function.
6599
6600         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
6601
6602 2004-07-06  Dan Christensen  <jdc@uwo.ca>
6603
6604         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
6605         respect display group parameter and gnus-summary-expunge-below.
6606         (gnus-articles-to-read): Remove unused reference to display group
6607         parameter.
6608
6609 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6610
6611         * nnheader.el (nnheader-uniquify-message-id): New experimental
6612         variable.
6613         (nnheader-nov-read-message-id): Use it.
6614
6615         * spam-report.el (spam-report-gmane): Add interactive.
6616
6617 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6618
6619         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
6620         qp-or-base64 for the application/* types.
6621
6622 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
6623
6624         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
6625
6626 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6627
6628         * gnus-registry.el (gnus-registry-trim): don't allow a negative
6629         trim value
6630
6631 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
6632
6633         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
6634         New macro and function.
6635         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
6636
6637 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
6640         after-load-alist.
6641
6642 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6643
6644         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
6645         update info that isn't there.
6646
6647 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
6648
6649         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
6650         entry.
6651
6652 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * mm-view.el (mm-inline-render-with-function): Use multibyte
6655         buffer; decode html source by charset.
6656
6657         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
6658
6659         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
6660         Mule-UCS is loaded under XEmacs.
6661         (mm-mime-mule-charset-alist): Avoid duplicated entries.
6662
6663 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
6664
6665         * nnheader.el (nnheader-max-head-length): Increase to 8192.
6666
6667 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * mm-util.el (mm-coding-system-p): Return a coding-system.
6670         (mm-mime-mule-charset-alist): Use shift_jis instead of
6671         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
6672         entries for the mime charsets iso-2022-jp-3 and shift_jis.
6673         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
6674         instead of japanese-shift-jis and iso-latin-1 respectively in
6675         order to share the default value with both Emacs and XEmacs-mule.
6676         (mm-mule-charset-to-mime-charset): Make
6677         mm-coding-system-priorities effective.
6678         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
6679         while predicating of candidates upon the priorities.
6680
6681 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
6682
6683         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6684         gnus-uu-invert-processable.
6685
6686         * gnus.el: Autoload gnus-uu-invert-processable.
6687
6688 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * mm-util.el (mm-with-multibyte-buffer): New macro.
6691
6692         * rfc2047.el (rfc2047-encode-string): Use it.
6693         (rfc2047-encode-region): Move point to the end of the region after
6694         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
6695
6696 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
6699         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
6700
6701 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
6704         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
6705         Karl Chen <quarl@nospam.quarl.org>.
6706
6707 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
6708
6709         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
6710         invalid addresses.
6711
6712 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
6713
6714         * spam.el: section markers changed, TODO list revised
6715         (spam-backends): new master list of all installed backends
6716         (spam-summary-exit-behavior): new variable to determine how
6717         messages moves are done at summary exit
6718         (spam-move-spam-nonspam-groups-only)
6719         (spam-process-ham-in-nonham-groups)
6720         (spam-process-ham-in-spam-groups): variables removed, the
6721         spam-summary-exit-behavior variable should be used to manage this
6722         behavior
6723         (spam-old-ham-articles, spam-old-spam-articles): removed
6724         (spam-old-articles): new variable, replacing spam-old-ham-articles
6725         and spam-old-spam-articles
6726         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
6727         empty variables, placeholders for the backends they represent
6728         (spam-set-difference): moved, unchanged
6729         (spam-list-of-processors): variable OBSOLETE, not used anymore
6730         unless the user has a processor variable
6731         (spam-classifications, spam-classification-valid-p)
6732         (spam-backend-properties, spam-backend-property-valid-p)
6733         (spam-backend-function-type-valid-p)
6734         (spam-process-type-valid-p, spam-list-articles): helper functions
6735         (spam-report-articles-gmane, spam-report-articles-resend):
6736         functions removed, they are not needed
6737         (spam-install-backend-super, spam-backend-list)
6738         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
6739         (spam-backend-function, spam-backend-ham-registration-function)
6740         (spam-backend-spam-registration-function)
6741         (spam-backend-ham-unregistration-function)
6742         (spam-backend-spam-unregistration-function)
6743         (spam-backend-statistical-p, spam-backend-mover-p)
6744         (spam-install-backend-alias, spam-install-checkonly-backend)
6745         (spam-install-mover-backend, spam-install-nocheck-backend)
6746         (spam-install-backend, spam-install-statistical-backend)
6747         (spam-install-statistical-checkonly-backend): backend installation
6748         support
6749         (spam-summary-prepare-exit): rewritten to use the new backend code
6750         (spam-group-processor-p): use the new backend code and respect the
6751         summary exit behavior
6752         (spam-mark-spam-as-expired-and-move-routine): removed
6753         (spam-summary-prepare): changed to use the new spam-old-articles
6754         variable
6755         (spam-copy-or-move-routine, spam-copy-spam-routine)
6756         (spam-move-spam-routine, spam-copy-ham-routine)
6757         (spam-move-ham-routine): new code to copy/move ham or spam
6758         (spam-fetch-field-fast): doc and code improved, plus it allows the
6759         'number request
6760         (spam-list-of-checks, spam-list-of-statistical-checks): variables
6761         removed, no longer used
6762         (spam-split, spam-find-spam): use the new backend code
6763         (spam-registration-functions): variable removed, no longer used
6764         (spam-unregister-routine): convenience wrapper
6765         (spam-log-undo-registration, spam-register-routine)
6766         (spam-log-processing-to-registry)
6767         (spam-log-unregistration-needed-p): renamed "check" to "backend"
6768         where possible
6769         (spam-check-gmane-xref, spam-check-regex-headers)
6770         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
6771         (spam-check-whitelist, spam-check-blacklist)
6772         (spam-check-bogofilter-headers, spam-check-spamoracle)
6773         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
6774         (spam-check-crm114-headers): use the spam-split-group that
6775         spam-split prepares, no need to determine it every time
6776
6777         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
6778         the nnheader-parse-naked-head call
6779
6780         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
6781
6782         * gnus-sum.el (gnus-nov-parse-line): add the message number to
6783         the nnheader-nov-read-message-id call
6784
6785 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
6788         gnus-activate-group twice.  Suggested by Markus Peter
6789         <warp@spin.de>.
6790
6791 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * gnus-art.el (gnus-article-time-format): Exchange the order of
6794         day and month in the default value; fix customization type.
6795         (article-date-ut): Use add-text-properties.
6796         (article-make-date-line): Use message-make-date instead of
6797         current-time-string.
6798
6799         * message.el (message-fetch-field): Don't use set-text-properties.
6800         (message-make-date): Simplify.
6801
6802         * messagexmas.el (message-xmas-make-date): New function.
6803         (message-xmas-redefine): Defalias message-make-date to it.
6804
6805 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
6808         (rfc2047-encode-region): Treat text within parentheses as special;
6809         show the original text when error has occurred.
6810
6811         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
6812         already-computed method to gnus-activate-group.
6813
6814         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
6815         same select-methods identical Lisp objects.
6816
6817         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
6818         object when modifying the info.
6819
6820 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6821
6822         * gnus-srvr.el (gnus-server-set-info): Remove the server from
6823         gnus-opened-servers since it has never been opened with the new
6824         configuration yet.
6825
6826 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
6829         arg to nnheader-generate-fake-message-id.
6830
6831 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
6832
6833         * nnheader.el (nnheader-generate-fake-message-id): accept a
6834         number and build a fake message ID localized to a group and
6835         article number (so it's repeatable from that point on)
6836         (nnheader-fake-message-id-p): change regex to accomodate new fake
6837         ID format
6838
6839         * gnus-sum.el (gnus-get-newsgroup-headers): call
6840         nnheader-generate-fake-message-id with the article number
6841
6842 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
6843
6844         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
6845         end-of-buffer.
6846
6847 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6848
6849         * message.el (message-ignored-supersedes-headers): Add Approved.
6850
6851 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * rfc2047.el (rfc2047-encode-message-header): Remove useless
6854         goto-char.
6855         (rfc2047-encode): Fold the line before encoding.
6856
6857 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6858
6859         * rfc2047.el (rfc2047-encode-message-header): Disabled header
6860         folding -- not all headers can be folded, and this should be done
6861         by the message composition mode.  Probably.  I think.
6862
6863 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
6866         fast.
6867
6868         * gnus-ems.el (gnus-remove-image): Don't use
6869         message-text-with-property; remove only the image found first.
6870
6871         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
6872         found first.
6873
6874 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
6875
6876         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
6877
6878 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * message.el (message-text-with-property): Make it fast and accept
6881         optional arguments.
6882         (message-strip-forbidden-properties): Use it.
6883         (message-fix-before-sending): Follow the m-t-w-p change.
6884
6885         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
6886
6887 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * gnus-art.el (article-hide-headers): Don't change the buffer
6890         mistakenly when performing mml-preview even if
6891         gnus-single-article-buffer is nil.
6892
6893 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
6894
6895         * message.el (message-expand-name-databases): New user option.
6896         (message-expand-name): Use it.
6897
6898 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
6899
6900         * spam.el (spam-report-articles-resend)
6901         (spam-report-resend-register-routine): allow ham reporting
6902         (spam-report-resend-register-ham-routine): simple wrapper
6903         (spam-registration-functions): add ham resending functions
6904         (spam-list-of-processors): add ham resend processor
6905
6906         * gnus.el (ham-resend-to): new group parameter
6907         (spam-process): add ham resend option
6908
6909         * spam-report.el (spam-report-resend): allow reporting ham
6910         (spam-report-resend-ham): simple wrapper
6911
6912 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6913
6914         * message.el (message-cite-articles-with-x-no-archive): New
6915         variable.
6916         (message-cite-original): Use it.
6917
6918 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6919
6920         * message.el (message-cite-original): Respect X-No-Archive.
6921
6922 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * gnus-art.el (article-hide-headers): Refer to the values for
6925         gnus-ignored-headers and gnus-visible-headers in the summary
6926         buffer since a user may have set them as group parameters.
6927
6928 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
6929
6930         * assistant.el (assistant-node-name): new convenience function
6931         (assistant-render-text, assistant-render-node): error handling,
6932         plus handle multiple next nodes
6933         (assistant-find-next-node): commented out for now
6934         (assistant-find-next-nodes): new function, returns list of next
6935         nodes
6936
6937 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
6938
6939         * mail-source.el (mail-source-directory): Fix doc-string.
6940
6941 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
6942
6943         * assistant.el (assistant-render-text, assistant-eval): add :set
6944         widget type, which is different because it takes and returns a
6945         list.  Much hilarity ensues.
6946
6947 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
6948
6949         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
6950
6951         * gnus-group.el (gnus-group-get-new-news-this-group): Added
6952         doc-string.
6953
6954         * gnus-start.el (gnus-activate-group): Added doc-string.
6955
6956 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
6959
6960 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
6961
6962         * assistant.el (assistant-render-text): trying to add a :set
6963         widget, more to come...
6964
6965         * spam.el (spam-group-spam-contents-p): handle empty groupname
6966         strings
6967         (spam-report-articles-resend)
6968         (spam-register-routine): do registration iff any articles warrant
6969         it.
6970         (spam-summary-prepare-exit): changed log message for nil group
6971         destinations
6972
6973 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
6974
6975         * spam.el (spam-report-resend-register-routine): allow
6976         spam-report-resend-to to be a group parameter or a global value
6977
6978 2004-05-26  Simon Josefsson  <jas@extundo.com>
6979
6980         * starttls.el: Merge with my GNUTLS based starttls.el.
6981         (starttls-gnutls-program, starttls-use-gnutls)
6982         (starttls-extra-arguments, starttls-process-connection-type)
6983         (starttls-connect, starttls-failure, starttls-success): New
6984         variables.
6985         (starttls-program, starttls-extra-args): Doc fix.
6986         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
6987         functions.
6988         (starttls-negotiate, starttls-open-stream): Check
6989         `starttls-use-gnutls' and pass on to corresponding *-gnutls
6990         function if it is set.
6991
6992 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6993
6994         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
6995         structured fields.
6996
6997 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
7000
7001 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
7002
7003         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
7004         variable.
7005         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
7006         assigning the spam-mark to new messages.
7007
7008 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
7009
7010         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
7011
7012 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * dgnushack.el: Autoload customize-set-variable for XEmacs.
7015
7016         * rfc2047.el (rfc2047-encodable-p): Don't move point.
7017         (rfc2047-decode): Treat the ascii coding-system as raw-text by
7018         default.
7019
7020 2004-05-25  Anand Mitra <mitramc@yahoo.com>  (tiny change)
7021
7022         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
7023         correct data.
7024
7025 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
7026
7027         * spam.el (spam-list-of-processors): use nil for nonexistent processors
7028         (spam-group-processor-p): fixed function so it works properly
7029         (spam-group-processor-multiple-p)
7030         (spam-group-spam-processor-report-gmane-p)
7031         (spam-group-spam-processor-report-resend-p)
7032         (spam-group-spam-processor-bogofilter-p)
7033         (spam-group-spam-processor-blacklist-p)
7034         (spam-group-spam-processor-ifile-p)
7035         (spam-group-ham-processor-ifile-p)
7036         (spam-group-spam-processor-spamoracle-p)
7037         (spam-group-spam-processor-crm114-p)
7038         (spam-group-ham-processor-bogofilter-p)
7039         (spam-group-spam-processor-stat-p)
7040         (spam-group-ham-processor-stat-p)
7041         (spam-group-ham-processor-whitelist-p)
7042         (spam-group-ham-processor-BBDB-p)
7043         (spam-group-ham-processor-spamoracle-p)
7044         (spam-group-ham-processor-copy-p): functions removed with some
7045         prejudice against unneeded code
7046         (spam-report-articles-resend)
7047         (spam-report-resend-register-routine): allow the group/topic
7048         spam-resend-to value to override spam-report-resend-to
7049         (spam-summary-prepare-exit): invoke spam-group-processor-p
7050         properly now
7051
7052         * spam-report.el (spam-report-resend-to, spam-report-resend):
7053         start with resend-to set to nil, and then ask the user if
7054         necessary.  From Daniel Pittman <daniel@rimspace.net>.
7055
7056         * gnus.el (spam-resend-to): new group/topic parameter
7057         (spam-process): move the OBSOLETE processors to the end of the
7058         choices.
7059
7060         * spam-report.el (spam-report-resend): spam-report-resend takes a
7061         list of articles, not separate article numbers.  From Daniel
7062         Pittman <daniel@rimspace.net>.
7063
7064 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
7067         addition to emacs-w3m.
7068
7069 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7070
7071         * assistant.el (assistant-authinfo-data): New function.
7072         (assistant-eval): Eval for entire assistant.
7073
7074         * netrc.el (netrc-services-file): New variable.
7075         (netrc-parse-services): New function.
7076         (netrc-find-service-name): New function.
7077         (netrc-find-service-number): New function.
7078         (netrc-port-equal): New function.
7079         (netrc-machine): Use it.
7080
7081         * nnimap.el (nnimap-open-connection): Use netrc.
7082
7083         * gnus-util.el (gnus-netrc-get): Remove aliases.
7084
7085         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
7086
7087         * assistant.el (wid-edit): Fix compilation.
7088
7089         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
7090
7091 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
7092
7093         * gnus-util.el (gnus-set-file-modes): New function.  (small
7094         patch).
7095
7096 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7097
7098         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
7099
7100         * assistant.el (assistant-render-node): Fix up rendering and
7101         read-only text.
7102         (assistant-render-node): Reset.
7103         (assistant-make-read-only): Not sticky.
7104
7105 2004-05-20  Danny Siu  <dsiu@adobe.com>
7106
7107         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
7108         centered even when gnus-auto-center-summary is t
7109
7110 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7111
7112         * dns.el (dns-get-txt-answer): New function.
7113         (dns-read-txt): Ditto.
7114         (query-dns): Use it.
7115
7116 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
7119         active for foreign groups even if the group level is higher than
7120         the specified value.
7121
7122 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7123
7124         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
7125         non-active groups.
7126
7127         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
7128
7129 2004-05-20  Magnus Henoch  <mange@freemail.hu>
7130
7131         * dns.el (dns-read-type): Add support for SVR.  (small patch)
7132
7133 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7134
7135         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
7136         (spam-crm114-header, spam-crm114-spam-switch)
7137         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
7138         (spam-crm114-positive-spam-header)
7139         (spam-crm114-database-directory, spam-list-of-processors)
7140         (spam-group-spam-processor-crm114-p)
7141         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
7142         (spam-generic-score, spam-list-of-checks)
7143         (spam-list-of-statistical-checks, spam-registration-functions)
7144         (spam-check-crm114-headers, spam-crm114-score)
7145         (spam-check-crm114, spam-crm114-register-with-crm114)
7146         (spam-crm114-register-spam-routine)
7147         (spam-crm114-unregister-spam-routine)
7148         (spam-crm114-register-ham-routine)
7149         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
7150         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
7151
7152         * gnus.el: added spam-use-crm114
7153
7154         * spam.el (spam-list-of-processors, spam-registration-functions):
7155         add spam-use-resend
7156         (spam-group-spam-processor-report-resend-p): utility wrapper
7157         (spam-report-articles-gmane): doc fix
7158         (spam-report-articles-resend,
7159         spam-report-resend-register-routine): wrappers around
7160         spam-report-resend-to
7161
7162         * spam-report.el (spam-report-resend-to, spam-report-resend):
7163         support for resending spam
7164         (spam-report-gmane): line length >80 fix
7165
7166         * gnus.el (spam-process): add spam-use-resend
7167
7168 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7169
7170         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
7171         number of processed spam messages.
7172         (spam-ham-copy-or-move-routine): Return the number of processed
7173         ham messages.
7174         (spam-summary-prepare-exit): Use the above values to decide
7175         whether status messages shouled be displayed.
7176
7177 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
7180         `rfc2047-encoding-function-alist' in order to avoid conflicting
7181         with the old version.
7182         (rfc2047-encode-region): Concatenate words containing non-ASCII
7183         characters in structured fields; don't encode space-delimited
7184         ASCII words even in unstructured fields; don't break words at
7185         char-category boundaries.
7186         (rfc2047-encode-1): New function.
7187         (rfc2047-encode): Use it; encode text so that it occupies the
7188         maximum width within 76-column; work correctly on Q encoding for
7189         iso-2022-* charsets.
7190         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
7191         sure not to break a line just after the header name.
7192         (rfc2047-b-encode-region): Removed.
7193         (rfc2047-b-encode-string): New function.
7194         (rfc2047-q-encode-region): Removed.
7195         (rfc2047-q-encode-string): New function.
7196
7197         * mm-util.el (mm-replace-in-string): New function.
7198
7199 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7200
7201         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
7202         get it right.
7203         (gnus-inews-make-draft): Really.
7204
7205 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
7206
7207         * nnmh.el (nnmh-request-list-1): Don't check the link count
7208         before descending.  (small patch)
7209
7210 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7211
7212         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
7213         stuff.
7214
7215         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
7216         on real group name.
7217
7218         * gnus-art.el (gnus-signature-limit): Doc fix.
7219
7220         * gnus-msg.el (gnus-inews-make-draft): Quote list.
7221
7222         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
7223
7224 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
7225
7226         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
7227         isn't a string.
7228
7229 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7230
7231         * gnus-draft.el (gnus-draft-send): Bind
7232         rfc2047-encode-encoded-words.
7233
7234         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
7235         (rfc2047-encodable-p): Say that =? needs encoding.
7236         (rfc2047-encode-encoded-words): New variable.
7237
7238         * gnus-group.el (gnus-group-select-group): Doc fix.
7239
7240         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
7241
7242         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
7243         to nil.
7244
7245         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
7246
7247         * nnheader.el (nnheader-get-lines-and-char): New function.
7248
7249 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
7250
7251         * gnus-msg.el (gnus-summary-followup-with-original): Document
7252         yanking of region when active.
7253
7254 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
7257         groups if the group level is higher than the specified value.
7258
7259 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7260
7261         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
7262         (gnus-group-jump-to-group): Added prefix argument using
7263         `gnus-group-jump-to-group-prompt'.  Query before jumping to
7264         non-active group.
7265
7266         * compface.el (uncompface): Be verbose when changing
7267         `uncompface-use-external'.
7268
7269         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
7270         handle manual section.
7271
7272 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7273
7274         * gnus-art.el (gnus-button-alist): Revert previous change.
7275
7276 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7277
7278         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
7279
7280 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7281
7282         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
7283         whether backend can accept message.
7284
7285         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
7286
7287 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
7288
7289         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
7290         Avoid creating directory when nntp-marks-is-evil is true.
7291         Reported by Reiner Steib.
7292
7293 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7294
7295         * gnus-picon.el (gnus-picon-style): New variable.
7296         (gnus-picon-insert-glyph): Added optional `nostring' argument.
7297         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
7298         Jesper Harder <harder@ifa.au.dk>.
7299
7300 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7301
7302         * message.el (message-fill-field): Return point.
7303         (message-generate-headers): Go to end of field.
7304
7305         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
7306         stuff for non-living groups.
7307
7308 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
7309
7310         * gnus-art.el (gnus-article-followup-with-original)
7311         (gnus-article-reply-with-original): gnus-mark-active-p ->
7312         gnus-region-active-p.
7313
7314 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
7315
7316         * spam.el (spam-summary-prepare-exit): fix messages, so they show
7317         only when there is spam or ham to be processed
7318
7319 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7320
7321         * mail-source.el (mail-source-delete-crash-box): Refactor.
7322         (mail-source-fetch): Use it.
7323         (mail-source-fetch-file): Ditto.
7324         (mail-source-fetch-directory): Run postscript in loop.
7325         (mail-source-fetch-pop): Delete.
7326         (mail-source-fetch-maildir): Ditto.
7327         (mail-source-fetch-imap): Ditto.
7328
7329         * imap.el (imap-authenticators): Comment out sasl.
7330
7331         * message.el (message-skip-to-next-address): New function.
7332         (message-fill-header-address): Refactor.
7333         (message-fill-address): Use it.
7334         (message-delete-address): Use it.
7335         (message-fill-header-general): Refactor.
7336         (message-fill-field-address): Rename.
7337         (message-narrow-to-field): Find the start of the header.
7338         (message-header-format-alist): Don't pre-fill.
7339         (message-fill-header): Removed.
7340         (message-insert-header): New function.
7341         (message-shorten-references): Use it.
7342
7343         * rfc2047.el (rfc2047-field-value): Strip props.
7344
7345         * mail-parse.el (mail-header-make-address): New alias.
7346
7347         * ietf-drums.el (ietf-drums-make-address): New function.
7348
7349         * imap.el: Add compiler directives.
7350
7351         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
7352
7353         * gnus-art.el (article-decode-idna-rhs): Don't use
7354         message-idna-inside-rhs-p.
7355
7356 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7357
7358         * message.el (message-idna-inside-rhs-p): Removed.
7359         (message-idna-to-ascii-rhs-1): Use proper address parsing.
7360
7361         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
7362         false positives.
7363
7364 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
7365
7366         * imap.el (imap-sasl-make-mechanisms): Use sasl.
7367
7368 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7369
7370         * nneething.el (nneething-file-name): Don't create spurions
7371         files.
7372
7373         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
7374         (gnus-inews-do-gcc): Remove sleep.
7375
7376         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
7377         part under point.
7378
7379         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
7380         (gnus-agent-regenerate-group): Using nil messages aren't valid.
7381
7382 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7383
7384         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
7385
7386 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7387
7388         * spam.el (spam-summary-prepare-exit): only produce "marking spam
7389         as expired without moving it" message when there are spam
7390         messages left
7391
7392 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
7393
7394         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
7395         header is not nil.
7396
7397 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
7398
7399         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
7400         nntp-possibly-create-directory, not nntp-possibly-change-group.
7401         (nntp-marks-changed-p): New arg SERVER.
7402         (nntp-request-update-info): Adjust caller.
7403
7404 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
7405
7406         * nntp.el (nntp-save-marks): Pass missing arg.
7407
7408 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7409
7410         * nntp.el: Support marks.
7411         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
7412         (nntp-marks-modtime, nntp-marks-directory): New variables.
7413         (nntp-request-set-mark, nntp-request-update-info)
7414         (nntp-possibly-create-directory, nntp-marks-changed-p)
7415         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
7416         functions.
7417
7418 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
7419
7420         * gnus-xmas.el (gnus-xmas-select-lowest-window)
7421         (gnus-xmas-redefine): Rename.
7422
7423         * gnus-score.el (gnus-score-insert-help): Use
7424         gnus-select-lowest-window.
7425
7426         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
7427         appt-select-lowest-window and rename to gnus-select-lowest-window.
7428
7429         * gnus.el: do.
7430
7431 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7432
7433         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
7434         encodings of MIME-encoded words, in order to improve
7435         interoperability with several broken MUAs.
7436
7437 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7438
7439         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
7440         tags, only when charsets are not specified in headers.
7441         (mm-inline-text-html-render-with-w3m): Ditto.
7442
7443         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
7444         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
7445
7446 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7447
7448         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
7449         instead of MIME-decoded from fields when checking
7450         `gnus-article-address-banner-alist'.
7451
7452 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
7453
7454         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
7455         description rather than subject.
7456
7457 2004-05-02  Steve Youngs  <steve@youngs.au.com>
7458
7459         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
7460
7461 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7462
7463         * gnus.el (gnus-version-number): Bump.
7464
7465 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7466
7467         * gnus.el: No Gnus v0.2 is released.
7468
7469 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7470
7471         * gnus-agent.el (gnus-agent-read-agentview): Inline
7472         gnus-uncompress-range.
7473
7474 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7475
7476         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
7477         `exec-installed-p'.
7478
7479 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7480
7481         * gnus.el (spam-process, spam-autodetect-methods): Add
7482         bsfilter and bsfilter-headers.
7483
7484         * spam.el (spam-bsfilter): New customize group.
7485         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
7486         (spam-bsfilter-header, spam-bsfilter-probability-header)
7487         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
7488         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
7489         (spam-bsfilter-database-directory): New options.
7490         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
7491         (spam-list-of-statistical-checks, spam-registration-functions):
7492         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
7493         (spam-bsfilter-score): New command.
7494         (spam-check-bsfilter-headers, spam-check-bsfilter)
7495         (spam-bsfilter-register-with-bsfilter)
7496         (spam-bsfilter-register-spam-routine)
7497         (spam-bsfilter-unregister-spam-routine)
7498         (spam-bsfilter-register-ham-routine)
7499         (spam-bsfilter-unregister-ham-routine): New functions.
7500         (spam-generic-score): Support bsfilter; Accept an optional argument
7501         to recalcurate spam score even if scoring header has already been
7502         added.
7503         (spam-bogofilter-score, spam-spamassassin-score): Accept an
7504         optional argument to recalcurate spam score even if scoring header
7505         has already been added.
7506
7507 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
7508
7509         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
7510         strings!  Reported by David D. Smith <davidsmith@acm.org>.
7511         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
7512         link is missing.
7513
7514 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
7515
7516         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
7517         (html2text-get-attr): Rewrite.
7518
7519         * message.el (message-setup-1): Remove redundant put-text-property
7520         on mail-header-separator.
7521
7522 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
7523
7524         * gnus-registry.el (gnus-registry-cache-whitespace)
7525         (gnus-registry-action, gnus-registry-spool-action)
7526         (gnus-registry-split-fancy-with-parent): changed message levels
7527         from 5 to 3 or 7, as needed
7528
7529         * spam.el (spam-summary-prepare-exit)
7530         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
7531         (spam-split, spam-find-spam, spam-log-undo-registration)
7532         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
7533         level from 5 to 6
7534
7535 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * gnus-ems.el: Autoload appt-select-lowest-window (revert
7538         2004-03-04 change).
7539
7540 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
7541
7542         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
7543         Use mapc when appropriate.
7544
7545         * sieve-manage.el (sieve-manage-open): do.
7546
7547         * nnweb.el (nnweb-insert-html): do.
7548
7549         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
7550         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
7551
7552         * nnspool.el (nnspool-request-group): do.
7553
7554         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
7555         do.
7556
7557         * nnml.el (nnml-request-update-info): do.
7558
7559         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
7560         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
7561
7562         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
7563         (nnimap-request-set-mark): do.
7564
7565         * nnfolder.el (nnfolder-request-update-info): do.
7566
7567         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
7568         do.
7569
7570         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
7571
7572         * gnus-uu.el (gnus-uu-find-articles-matching): do.
7573
7574         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
7575         do.
7576
7577         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
7578         do.
7579
7580         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
7581
7582         * gnus-nocem.el (gnus-nocem-scan-groups): do.
7583
7584         * gnus-int.el (gnus-start-news-server): do.
7585
7586         * gnus-group.el (gnus-group-make-kiboze-group)
7587         (gnus-group-browse-foreign-server): do.
7588
7589 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7590
7591         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
7592         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
7593         <shields@msrl.com>:
7594
7595         * spam.el (spam-necessary-extra-headers): get the extra headers we
7596         may need for spam sorting and scoring
7597         (spam-user-format-function-S): a user format function suitable for
7598         general use
7599         (spam-article-sort-by-spam-status): sorting function for summary
7600         sorting
7601         (spam-extra-header-to-number): get a score from a header
7602         (spam-summary-score): get a numeric score from the headers
7603         (spam-generic-score): oops, function doc in wrong place
7604         (spam-initialize): take symbols when it's run, and install the
7605         extra headers that spam-necessary-extra-headers thinks we need
7606
7607 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7608
7609         * spam.el (spam-summary-prepare-exit): logic and message fix.
7610         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
7611
7612 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
7613
7614         * gnus-sum.el (gnus-set-global-variables)
7615         (gnus-build-all-threads, gnus-get-newsgroup-headers)
7616         (gnus-article-get-xrefs, gnus-summary-best-group)
7617         (gnus-summary-next-article, gnus-summary-enter-digest-group)
7618         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
7619         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
7620         with-current-buffer.
7621
7622 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7623
7624         * spam.el (spam-summary-prepare-exit): simplified logic
7625         (spam-fetch-article-header): read the article header if it's not
7626         available
7627         (spam-list-articles): simplified logic
7628         (spam-filelist-register-routine): found bug with unregister-list
7629
7630         * gnus-registry.el: clarified comments at beginning
7631
7632 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
7633
7634         * message.el (message-cater-to-broken-inn): Remove.
7635         (message-shorten-references): Make sure the total folded length of
7636         References is shorter than 998 characters to cater to a bug in INN
7637         2.3.  Also, don't pretend that references aren't folded -- this
7638         hasn't worked for a while.
7639
7640 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7641
7642         * gnus-agent.el (gnus-agentize):
7643         gnus-agent-send-mail-real-function no longer set to current value
7644         of message-send-mail-function but rather a lambda that calls
7645         message-send-mail-function.  The change makes the agent real-time
7646         responsive to user changes to message-send-mail-function.
7647
7648 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7649
7650         * legacy-gnus-agent.el
7651         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
7652         help from Florian Weimer <fw@deneb.enyo.de>
7653
7654 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * nnmail.el (nnmail-cache-insert): Revert last change.
7657
7658 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * nnmail.el (nnmail-cache-insert): Always check whether
7661         nnmail-cache-ignore-groups matches a group name.
7662
7663 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
7664
7665         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
7666         (spam-find-spam, spam-log-processing-to-registry)
7667         (spam-log-registered-p, spam-log-unregistration-needed-p)
7668         (spam-log-undo-registration): use gnus-message instead of
7669         gnus-error, none of these errors are fatal
7670
7671         * gnus-registry.el (gnus-registry-clean-empty-function)
7672         (gnus-registry-clean-empty): remove only empty entries without
7673         extra data
7674
7675 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7676
7677         * spam-stat.el (spam-stat-buffer-change-to-spam)
7678         (spam-stat-buffer-change-to-non-spam): change (error) to
7679         (gnus-message 8) invocation
7680
7681 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * nntp.el (nntp-via-netcat-command): New variable.
7684         (nntp-via-netcat-switches): New variable.
7685         (nntp-open-via-rlogin-and-netcat): New function.
7686         (nntp-open-connection-function): Doc fix.
7687         (nntp-telnet-command): Doc fix.
7688         (nntp-end-of-line): Doc fix.
7689         (nntp-via-rlogin-command): Doc fix.
7690         (nntp-via-user-name): Doc fix.
7691         (nntp-via-address): Doc fix.
7692
7693 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
7696         error in Emacs 21.1.
7697
7698 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
7699
7700         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
7701
7702 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7703         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
7704         (gnus-agent-with-refreshed-group): New macro.
7705         (gnus-agent-rename-group): New function.
7706         (gnus-agent-delete-group): New function.
7707         (gnus-agent-save-group-info): Use gnus-command-method when
7708         `method' parameter is nil.  Don't write nil entries into the
7709         active file.
7710         (gnus-agent-get-group-info): New function.
7711         (gnus-agent-fetch-articles): Use
7712         gnus-agent-update-files-total-fetched-for to increment disk space
7713         used.
7714         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
7715         gnus-agent-update-view-total-fetched-for to increment disk space
7716         used.
7717         (gnus-agent-get-local): Added optional parameters to avoid calling
7718         gnus-group-real-name and gnus-find-method-for-group.
7719         (gnus-agent-set-local): Delete stored entry if either min, or max,
7720         are nil.
7721         (gnus-agent-fetch-session): Reworded error/quit messages.  On
7722         quit, use gnus-agent-regenerate-group to record existance of any
7723         articles fetched to disk before the quit occurred.
7724         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
7725         gnus-agent-update-view-total-fetched-for, and
7726         gnus-agent-update-files-total-fetched-for to decrement disk space
7727         used.
7728         (gnus-agent-retrieve-headers): Use
7729         gnus-agent-update-view-total-fetched-for to increment disk space
7730         used.
7731         (gnus-agent-regenerate-group): Replace gnus-group-update-group
7732         with gnus-agent-update-files-total-fetched-for to decrement disk
7733         space and fresh group buffer.
7734         (gnus-agent-inhibit-update-total-fetched-for): New variable.
7735         (gnus-agent-need-update-total-fetched-for): New variable.
7736         (gnus-agent-update-files-total-fetched-for): New function.
7737         (gnus-agent-update-view-total-fetched-for): New function.
7738         (gnus-agent-total-fetched-for): New function.
7739
7740         * gnus-cache.el (gnus-cache-save-buffers): Use
7741         gnus-cache-update-overview-total-fetched-for to change disk space
7742         used by this group.
7743         (gnus-cache-possibly-enter-article): Use
7744         gnus-cache-update-file-total-fetched-for to increment disk space
7745         used by this group.
7746         (gnus-cache-possibly-remove-article): Use
7747         gnus-cache-update-file-total-fetched-for to decrement disk space
7748         used by this group.
7749         (gnus-cache-generate-nov-databases): Purge total fetched cache.
7750         (gnus-cache-rename-group): New function.
7751         (gnus-cache-delete-group): New function.
7752         (gnus-cache-inhibit-update-total-fetched-for): New variable.
7753         (gnus-cache-need-update-total-fetched-for): New variable.
7754         (gnus-cache-with-refreshed-group): New macro.
7755         (gnus-cache-update-file-total-fetched-for): New function.
7756         (gnus-cache-update-overview-total-fetched-for): New function.
7757         (gnus-cache-rename-group-total-fetched-for): New function.
7758         (gnus-cache-delete-group-total-fetched-for): New function.
7759         (gnus-cache-total-fetched-for): New function.
7760
7761         * gnus-group.el: Require gnus-sum and autoload functions to
7762         resolve warnings when gnus-group.el compiled alone.
7763         (gnus-group-line-format): Documented new %F
7764         (size of Fetched data) group line format; identifies disk space
7765         used by agent and cache.
7766         (gnus-group-line-format-alist): Defined new F format.
7767         (gnus-total-fetched-for): New function.
7768         (gnus-group-delete-group): No longer update
7769         gnus-cache-active-altered as gnus-request-delete-group now keeps
7770         the cache in sync.
7771         (gnus-group-list-active): Let the agent store a server's active
7772         list if currently plugged.
7773
7774         * gnus-int.el (gnus-request-delete-group): Use
7775         gnus-cache-delete-group and gnus-agent-delete-group to keep the
7776         local disk in sync with the server.
7777          (gnus-request-rename-group): Use
7778         gnus-cache-rename-group and gnus-agent-rename-group to keep the
7779         local disk in sync with the server.
7780
7781         * gnus-start.el (gnus-get-unread-articles): Cosmetic
7782         simplification to logic.
7783
7784         * gnus-util.el (gnus-rename-file): New function.
7785
7786 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
7787
7788         * mm-util.el (mm-image-load-path): Handle nil in load-path.
7789
7790 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
7791
7792         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
7793         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
7794
7795 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
7796
7797         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
7798         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
7799
7800 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
7801
7802         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
7803
7804 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
7805
7806         * spam.el (spam-set-difference): new function to replace
7807         gnus-set-difference in spam.el
7808         (spam-summary-prepare-exit): use spam-set-difference
7809
7810 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7811
7812         * gnus-registry.el (gnus-registry-cache-file): updated to use
7813         gnus-dribble-directory OR gnus-home-directory OR ~
7814         (gnus-registry-split-fancy-with-parent): fixed doc
7815
7816 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7817
7818         * message.el (message-exchange-point-and-mark): Use
7819         message-mark-active-p.  Suggested by Jesper Harder
7820         <harder@ifa.au.dk>.
7821
7822 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * message.el (message-exchange-point-and-mark): Don't activate
7825         region if it was inactive.  Suggested by Hiroshi Fujishima
7826         <pooh@nature.tsukuba.ac.jp>.
7827
7828 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * gnus-art.el (article-display-face): Display Faces in the same
7831         order as X-Faces.
7832
7833 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
7836
7837 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
7840         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
7841         (gnus-article-mime-hierarchy): Remove.
7842         (gnus-article-mime-hierarchy-next): Remove.
7843         (gnus-article-mode): Revert 2004-03-19 change.
7844         (gnus-article-setup-buffer): Revert 2004-03-19 change.
7845         (gnus-insert-mime-button): Revert 2004-03-19 change.
7846         (gnus-mime-accumulate-hierarchy): Remove.
7847         (gnus-mime-enter-multipart): Remove.
7848         (gnus-mime-leave-multipart): Remove,
7849         (gnus-mime-display-part): Revert 2004-03-19 change.
7850         (gnus-mime-display-alternative): Revert 2004-03-19 change.
7851
7852         * mml.el (mml-preview): Revert 2004-03-19 change.
7853
7854 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
7855
7856         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
7857
7858 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
7861         t while entering a file name using the mm-with-multibyte macro.
7862         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7863
7864         * mm-util.el (mm-with-multibyte): New macro.
7865
7866 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
7869         user option.
7870         (gnus-mime-multipart-functions): Doc and customization fix.
7871         (gnus-article-mime-hierarchy): New variable.
7872         (gnus-article-mime-hierarchy-next): New variable.
7873         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
7874         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
7875         gnus-article-mime-hierarchy-next to nil.
7876         (gnus-insert-mime-button): Show hierarchy numbers.
7877         (gnus-mime-accumulate-hierarchy): New function.
7878         (gnus-mime-enter-multipart): New function.
7879         (gnus-mime-leave-multipart): New function.
7880         (gnus-mime-display-part): Recompute hierarchical MIME structure.
7881         (gnus-mime-display-alternative): Show hierarchy numbers.
7882
7883         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
7884         gnus-article-mime-hierarchy-next to nil.
7885
7886 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
7887
7888         * dns.el: Don't require gnus-xmas.
7889
7890 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
7891
7892         * mml.el (mml-generate-mime-1): Don't use format=flowed with
7893         inline PGP.
7894         (mml-menu): Disable mml-quote-region if mark is inactive.
7895
7896 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7897
7898         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
7899         when the group's active is not available.
7900
7901 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
7904         error.
7905
7906 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
7907
7908         * imap.el (imap-store-password): New variable.
7909         (imap-interactive-login): Use it.
7910         Suggested by Mark Plaksin <happy@mcplaksin.org>.
7911
7912 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * gnus-art.el (gnus-article-read-summary-keys): Restore new
7915         window-start and hscroll to summary window.
7916
7917 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7918
7919         * gnus-start.el (gnus-convert-old-newsrc): Only write the
7920         conversion message to newsrc-dribble when an actual conversion is
7921         performed.
7922
7923 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
7924
7925         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
7926
7927 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * mm-decode.el (mm-complicated-handles): New function reviving
7930         former definition of mm-multiple-handles.
7931
7932         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
7933         (gnus-mime-delete-part): Use it.
7934
7935 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7936
7937         * gnus-agent.el (gnus-agent-read-local): Bind
7938         nnheader-file-coding-system to gnus-agent-file-coding-system to
7939         avoid the implicit assumption that they will always be equal.
7940         (gnus-agent-save-local): Bind buffer-file-coding-system, not
7941         coding-system-for-write, as the with-temp-file macro first prints
7942         to a buffer then saves the buffer.
7943
7944 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * gnus-art.el (gnus-article-edit-part): New function.
7947         (gnus-mime-save-part-and-strip): Use it; do query instead of
7948         signaling an error; don't use mm-multiple-handles.
7949         (gnus-mime-delete-part): Ditto.
7950
7951 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7952
7953         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
7954         old file versions.
7955         (gnus-group-prepare-hook): Removed function that converted list
7956         form of gnus-agent-expire-days to group properties.
7957
7958         * gnus-int.el: Autoload gnus-agent-regenerate-group.
7959         (gnus-request-accept-article): Re-indented.
7960
7961         * gnus-start.el (gnus-convert-old-newsrc): Registered new
7962         converters to handle old agent file formats.  Added logic for a
7963         "backup before upgrading warning".
7964         (gnus-convert-mark-converter-prompt): Developers can mark
7965         functions as needing (default), or not needing,
7966         gnus-convert-old-newsrc's "backup before upgrading warning".
7967         (gnus-convert-converter-needs-prompt): Tests whether the user
7968         should be protected from potentially irreversable changes by the
7969         function.
7970
7971         * legacy-gnus-agent.el (): New. Provides converters that are only
7972         loaded when gnus-convert-old-newsrc needs to call them.
7973
7974 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * mail-source.el (mail-source-touch-pop): Doc fix.
7977
7978         * message.el (message-smtpmail-send-it): Doc fix.
7979
7980 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
7981
7982         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
7983
7984         * nnmail.el (nnmail-split-fancy): do.
7985
7986         * gnus-kill.el (gnus-kill, gnus-execute): do.
7987
7988 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7989
7990         * gnus-sum.el (gnus-widget-reversible-match)
7991         (gnus-widget-reversible-to-internal)
7992         (gnus-widget-reversible-to-external): New functions.
7993         (gnus-widget-reversible): New widget.
7994         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
7995
7996 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
7997
7998         * gnus-sum.el (gnus-thread-sort-functions)
7999         (gnus-article-sort-functions): Document `(not F)' items.
8000
8001 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8002
8003         * spam.el (spam-use-gmane-xref): new backend
8004         (spam-gmane-xref-spam-group): variable to control the name of the
8005         Gmane spam group
8006         (spam-blackhole-servers, spam-blackhole-good-server-regex)
8007         (spam-regex-headers-spam, spam-regex-headers-ham)
8008         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
8009         (spam-list-of-checks): added spam-use-gmane-xref to list of
8010         backends and checks
8011         (spam-check-gmane-xref): function for spam-use-gmane-xref
8012
8013         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
8014         an autodetect method
8015
8016 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8017
8018         * gnus-int.el (gnus-request-accept-article): Inform the agent that
8019         articles are being added to a group.
8020         (gnus-request-replace-article): Inform the agent that articles
8021         need to be uncached as the cached contents are no longer valid.
8022
8023 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * binhex.el: Don't autoload executable-find.
8026
8027         * canlock.el: Don't autoload mail-fetch-field.
8028
8029         * dgnushack.el: Autoload c-mode for XEmacs.
8030
8031         * gnus-ems.el: Don't autoload appt-select-lowest-window.
8032
8033         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
8034         rmail-dont-reply-to and rmail-output.
8035
8036         * gnus-score.el: Don't autoload ffap-string-at-point.
8037
8038         * gnus-setup.el: Don't autoload sc-cite-original.
8039
8040         * imap.el: Don't autoload base64-decode-string,
8041         base64-encode-string and md5.
8042
8043         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
8044         and rmail-msg-restore-non-pruned-header.
8045
8046         * mm-decode.el: Don't autoload executable-find.
8047
8048         * mm-url.el: Don't autoload executable-find.
8049
8050         * mm-view.el: Don't autoload diff-mode.
8051
8052         * nndb.el: Don't autoload news-reply-mode, news-setup,
8053         cancel-timer and telnet.
8054
8055         * password.el: Don't autoload run-at-time for Emacs.
8056
8057         * sha1-el.el: Don't autoload executable-find.
8058
8059         * sieve-mode.el: Don't autoload c-mode.
8060
8061         * uudecode.el: Don't autoload executable-find.
8062
8063 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8064
8065         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
8066         (gnus-agent-possibly-alter-active): Avoid null in numeric
8067         comparison.
8068         (gnus-agent-set-local): Refuse to save null in local object table.
8069         (gnus-agent-regenerate-group): The REREAD parameter can now be a
8070         list of articles that will be marked as unread.
8071
8072 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
8075
8076 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8077
8078         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
8079         language tags.
8080
8081 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8082
8083         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
8084         Don't bind "obarray".
8085
8086         * gnus-sum.el (gnus-thread-sort-functions): Added
8087         `gnus-thread-sort-by-most-recent-number' and
8088         `gnus-thread-sort-by-most-recent-date'.
8089         Reported by Kai Grossjohann <kai@emptydomain.de>.
8090
8091 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
8094
8095 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8096
8097         * gnus-cus.el (gnus-agent-customize-category): Removed
8098         ignore-errors macro reference that required cl to be loaded at
8099         run-time.
8100
8101         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
8102         single-interval range of the form (min . max).  Previously the
8103         range had to look like ((min . max)).  Likewise, return
8104         (min . max) rather than ((min . max)).
8105         (gnus-range-map): Use gnus-range-normalize to accept
8106         single-interval range.
8107
8108         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
8109         the cache, but not the agent, now appear with their usual face.
8110
8111         * dgnushack.el (loaddir): New variable that is bound to the
8112         directory containing the dgnushack.el file. Use loaddir, rather
8113         than srcdir, to update load-path. Change lets dgnushack compile
8114         code in directories other than GNUS/lisp.
8115
8116 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * lpath.el: Don't bind w3m-safe-url-regexp.
8119
8120         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
8121         w3m-safe-url-regexp variable buffer-local.
8122
8123         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8124
8125 2004-02-27  Simon Josefsson  <jas@extundo.com>
8126
8127         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
8128         gnus-group-real-prefix.
8129         (gnus-summary-move-article): Use it, instead of
8130         gnus-group-real-prefix.
8131
8132 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * lpath.el: Bind w3m-safe-url-regexp.
8135
8136         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
8137         w3m-safe-url-regexp variable buffer-local and set it as the value
8138         of mm-w3m-safe-url-regexp.
8139
8140         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8141
8142         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
8143         parsing gnus-posting-styles when the message is not for replying.
8144
8145         * dgnushack.el: Autoload sgml-mode for XEmacs.
8146
8147         * nnrss.el (nnrss-opml-export): Use
8148         mm-set-buffer-file-coding-system instead of
8149         set-buffer-file-coding-system.
8150
8151 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
8152
8153         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
8154         of checkdoc.el).
8155         * nnrss.el: do.
8156         * gnus-mlspl.el: do.
8157         * gnus-ml.el: do.
8158         * gnus-srvr.el: do.
8159
8160         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
8161
8162 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8163
8164         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
8165         Corrections to custom-manual links.
8166
8167         * gnus-art.el (gnus-article): Ditto.
8168
8169         * mm-decode.el (mime-display, mime-security): Ditto.
8170
8171 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8172
8173         * flow-fill.el: Typo.
8174
8175 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
8176
8177         * spam-wash.el: New file.
8178
8179 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
8180
8181         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
8182
8183 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8184
8185         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
8186         to be run with new-articles as LIST1, not LIST2
8187         (spam-registration-functions): add spam-use-ham-copy as a nil
8188         registration backend
8189
8190 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8191
8192         * spam-stat.el (spam-stat-washing-hook): New option.
8193         (spam-stat-buffer-words): Use it.
8194         (spam-stat-process-directory, spam-stat-test-directory): Use
8195         insert-file-contents-literally.
8196         (spam-stat-coding-system): New variable.
8197         (spam-stat-load, spam-stat-save): Use it.
8198
8199 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * spam-report.el (spam-report-plug-agent): Quote
8202         spam-report-url-to-file and spam-report-url-ping-plain.
8203
8204 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
8205
8206         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
8207         / in mailto URLs.
8208
8209 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8210
8211         * spam-report.el (spam-report-process-queue): Fix interactive use.
8212         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
8213         (spam-report-unplug-agent): Doc fixes.
8214         (spam-report-url-ping-mm-url, spam-report-url-to-file)
8215         (spam-report-agentize, spam-report-deagentize): Autoload
8216
8217 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8218
8219         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
8220
8221         * message.el (message-setup-fill-variables): Add mml tags to
8222         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
8223         <ajk@iu.edu>.
8224         (message-mode): Don't modify paragraph-separate there.
8225
8226 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8227
8228         * compface.el (uncompface-use-external): Default to undecided.
8229         (uncompface-use-external-threshold): New variable.
8230         (uncompface-float-time): New macro.
8231         (uncompface): Determine whether to use the external decoder if
8232         uncompface-use-external is undecided.
8233
8234 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8235
8236         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
8237         after images.
8238
8239         * gnus-art.el (gnus-mime-display-single): Remove dead code.
8240
8241 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
8242
8243         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
8244
8245         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
8246
8247         * gnus-sum.el (gnus-summary-limit-to-age)
8248         (gnus-summary-limit-children): do.
8249
8250         * gnus-int.el (gnus-request-scan): do.
8251
8252         * gnus-group.el (gnus-group-suspend): do.
8253
8254         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
8255
8256         * gnus-cite.el (gnus-cite-parse-attributions): do.
8257
8258         * gnus-agent.el (gnus-summary-set-agent-mark)
8259         (gnus-agent-regenerate-group): do.
8260
8261         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
8262
8263         * binhex.el (binhex-decode-region-internal): do.
8264
8265 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * gnus-fun.el (gnus-face-properties-alist): New user option.
8268         (gnus-display-x-face-in-from): Use it.
8269
8270         * gnus-art.el (article-display-face): Ditto.
8271
8272         * compface.el (uncompface-use-external): Default to nil.
8273
8274 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
8275
8276         * nntp.el (nntp-erase-buffer): New function.
8277         (nntp-retrieve-data, nntp-send-command)
8278         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
8279         (nntp-possibly-change-group): Use it.
8280
8281         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
8282         with-current-buffer.
8283
8284 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
8285
8286         * compface.el: Merge the ELisp-based uncompface program.
8287         (compface): New customization group.
8288         (uncompface-use-external): New user option.
8289         (uncompface): Call uncompface-internal if uncompface-use-external
8290         is nil.
8291         (uncompface-internal): New function.  Note that there are also
8292         some other functions and variables added for this function.
8293
8294 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
8295
8296         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
8297         if necessary.
8298
8299 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8300
8301         * spam-report.el (spam-report-unplug-agent)
8302         (spam-report-plug-agent, spam-report-deagentize)
8303         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
8304         support for the Agent in spam-report: when unplugged, report to a
8305         file; when plugged, submit all the requests
8306
8307         * spam.el (spam-register-routine): improved message about
8308         registration
8309
8310 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
8311
8312         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
8313         dependencies.
8314         (rfc2047-encode): Use it.
8315
8316         * gnus-art.el (gnus-button-marker-list): Move before first
8317         reference.
8318
8319         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8320         (imap-parse-body): Fix format string mismatch.
8321
8322         * gnus-score.el (gnus-summary-increase-score): do.
8323
8324         * nnrss.el (nnrss-close): New function.
8325
8326 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
8327
8328         * nnrss.el (nnrss-make-filename): New function.
8329         (nnrss-request-delete-group, nnrss-read-server-data)
8330         (nnrss-save-server-data, nnrss-read-group-data)
8331         (nnrss-save-group-data): Use it.
8332         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
8333         (nnrss-read-server-data, nnrss-read-group-data): Use load.
8334         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
8335
8336 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
8337
8338         * mml.el (mml-compute-boundary-1): Don't uncompress files.
8339
8340 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
8341
8342         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
8343         files.
8344
8345         * message.el (message-generate-headers-first): Don't quote nil
8346         and t in docstrings.
8347
8348         * imap.el (imap-id): do.
8349
8350         * gnus-agent.el (gnus-agent-consider-all-articles)
8351         (gnus-agent-queue-mail): do.
8352
8353 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
8354
8355         * spam-report.el (spam-report-process-queue): New function.
8356         Process requests from `spam-report-requests-file'.
8357         (spam-report-process-queue): Doc fix.
8358
8359 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
8360
8361         * spam.el (spam-register-routine)
8362         (spam-log-processing-to-registry, spam-log-registered-p)
8363         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8364         change "check" to "spam-check" for semi-clarity
8365
8366 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
8367
8368         * pop3.el: Require nnheader.
8369
8370         * mml-smime.el: Require cl.  Autoload message-fetch-field.
8371
8372         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
8373
8374         * gnus-picon.el: Require cl.
8375
8376         * gnus-fun.el: Require gnus-ems and gnus-util.
8377
8378         * gnus.el (gnus-method-to-server): Move defsubst before first use.
8379
8380         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
8381
8382         * gnus-art.el (gnus-article-edit-mode): Define before first
8383         reference.
8384
8385 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
8386
8387         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
8388         (gnus-uu-post-encoded): Use point-at-bol.
8389
8390         * gnus-topic.el (gnus-group-active-topic-p): do.
8391
8392         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
8393
8394         * gnus-group.el (gnus-group-kill-region): do.
8395
8396         * gnus-art.el (article-date-ut): do.
8397
8398         * message.el (message-fetch-field): Remove redundant
8399         case-fold-search binding.
8400         (message-narrow-to-field): Simplify.
8401
8402 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8403
8404         * spam.el (spam-directory): Derive from `gnus-directory'.
8405
8406         * spam-report.el (spam-report-url-to-file)
8407         (spam-report-requests-file): New function and variable for offline
8408         reporting.
8409         (spam-report-url-ping-function): Add `spam-report-url-to-file'
8410         and user defined function.
8411         (spam-report-url-ping-mm-url): Remove doubled slash.
8412
8413 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
8414
8415         * spam.el (spam-list-of-processors): fixed spamassassin variable names
8416
8417 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
8418
8419         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
8420         format string mismatch.
8421
8422         * sieve.el (sieve-deactivate-all): do.
8423
8424         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8425
8426         * nnlistserv.el (nnlistserv-kk-wash-article): do.
8427
8428         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
8429
8430         * mm-bodies.el (mm-7bit-chars): Don't include \r.
8431
8432 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
8433
8434         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
8435         the list of checks
8436
8437 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
8438
8439         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
8440         padding.
8441
8442 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
8443
8444         * mm-view.el (mm-fill-flowed): New variable.
8445         (mm-inline-text): Use it.
8446
8447 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
8448
8449         * spam.el (spam-spamassassin-register-ham-routine)
8450         (spam-spamassassin-register-spam-routine): fixed function names
8451
8452 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * gnus.el (gnus-tmp-grouplens): Remove.
8455         (gnus-summary-line-format): Remove grouplens.
8456
8457         * gnus-group.el (gnus-group-line-format): Ditto.
8458
8459         * gnus-spec.el (gnus-format-specs): Ditto.
8460         (gnus-update-format-specifications): Flush the group format spec
8461         cache if there's the grouplens stuff.
8462         (gnus-parse-simple-format): Replace %l with the empty string.
8463
8464 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
8465
8466         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
8467         omission.
8468         From Jerry James  <james@xemacs.org>
8469
8470 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
8473         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8474
8475 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8476
8477         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
8478         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
8479         New macros and functions.
8480         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
8481         Handle > NLINK_MAX messages.
8482         * nnmaildir.el (nnmaildir-request-set-mark): Use
8483         nnmaildir--emlink-p and nnmaildir--eexist-p.
8484
8485 2004-01-25  Alex Schroeder  <alex@gnu.org>
8486
8487         * spam-stat.el (spam-stat-process-directory-age): New option.
8488         (spam-stat-process-directory): Use it.
8489
8490 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8491
8492         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
8493         (spam-stat-save): Accept prefix argument.
8494
8495 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
8496
8497         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
8498         links" error.
8499
8500 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
8503         the rest of the and/or forms.
8504
8505 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8506
8507         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
8508         compatibility with old .newsrc.eld files.
8509
8510         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
8511
8512         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
8513
8514         * gnus-start.el (gnus-1): do.
8515
8516         * gnus-group.el (gnus-group-line-format-alist): do.
8517
8518         * gnus.el (gnus-use-grouplens, gnus-visual): do.
8519
8520         * gnus-gl.el: Remove.
8521
8522 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8523
8524         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
8525         marks consisting of a single range {for example, (3 . 5)} rather
8526         than a list of a single range { ((3 . 5)) }.
8527
8528 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8529
8530         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
8531         with-current-buffer.
8532         (spam-stat-store-current-buffer): Use insert-buffer-substring to
8533         avoid consing a string.
8534
8535         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
8536         Remove obsolete entries for big5 and gb2312.
8537
8538 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8539
8540         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
8541         uncompressed list.
8542
8543 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
8544
8545         * spam-stat.el (spam-stat-strip-xref): New function.
8546         (spam-stat-process-directory): Use it.
8547
8548         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
8549         here -- it's done in message-fetch-field.
8550
8551 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8552
8553         * gnus-agent.el (gnus-agent-queue-mail,
8554         gnus-agent-prompt-send-queue): New variables.
8555         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
8556         * gnus-draft.el (gnus-group-send-queue): Pass the group name
8557         "nndraft:queue" along to gnus-draft-send.  Use
8558         gnus-agent-prompt-send-queue.
8559         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
8560         is "nndraft:queue".  Suggested by Gaute Strokkenes
8561         <gs234@srcf.ucam.org>
8562
8563         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
8564         (agent-enable-undownloaded-faces): Added
8565         (gnus-agent-cat-groups): Use eval-and-compile, not
8566         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
8567         method of gnus-agent-cat-groups even when the buffer has been
8568         evaled.
8569         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
8570         delete gnus-agent-save-active-1.
8571         (gnus-agent-save-groups): Deleted. Identical to
8572         gnus-agent-save-active.
8573         (gnus-agent-write-active): No longer adjust agent's copy of active
8574         file as agent's adjustments are now stored in their own
8575         file. Removed optional parameter.
8576         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
8577         servers.  Add use of min/max range limits from server's local
8578         file.
8579         (gnus-agent-save-alist): Removed unused optional argument.
8580         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
8581         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
8582         (gnus-agent-set-local): A per-server file that keeps min/max range
8583         limits for articles known to the agent.  Provides a fast mechanism
8584         for altering many active ranges.
8585         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
8586         active file (local makes it unnecessary).
8587         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
8588
8589         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
8590         (agent-enable-undownloaded-faces): Added
8591
8592         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
8593         disable it when sending to "nndraft:queue".
8594         (gnus-group-send-queue): Add safety check to avoid sending queue
8595         when unplugged.
8596
8597         * gnus-group.el (gnus-group-catchup): Use new
8598         gnus-sequence-of-unread-articles, not
8599         gnus-list-of-unread-articles, to avoid exhausting memory with huge
8600         numbers of articles.  Use gnus-range-map to avoid having to
8601         uncompress the unread list.
8602         (gnus-group-archive-directory,
8603         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
8604         reference.
8605
8606         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
8607         (gnus-sorted-range-intersection): Intersection of two ranges
8608         without requiring that they first be uncompressed.
8609
8610         * gnus-start.el (gnus-activate-group): Unless blocked by the
8611         caller, possibly expand the active range to include both cached
8612         and agentized articles.
8613         (gnus-convert-old-newsrc): Rewrote in anticipation of having
8614         multiple version-dependent converters.
8615         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
8616         gnus-agent-save-active.
8617         (gnus-save-newsrc-file): Save dirty agent range limits.
8618
8619         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
8620         gnus-agent-possibly-alter-active.
8621         (gnus-adjust-marked-articles): Faster handling of simple lists
8622
8623 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
8624
8625         * spam-stat.el (spam-stat-test-directory): New optional argument
8626         displays a list of files detected.  Suggested by Andrew Cohen
8627         <cohen@andy.bu.edu>.
8628         (spam-stat-buffer-words-with-scores): Don't narrow and change
8629         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
8630
8631 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
8632
8633         * spam.el (gnus-summary-mode-map): make spam-generic-score the
8634         default scoring function
8635         (spam-generic-score): calls spam-spamassassin-score if
8636         spam-use-spamassassin or spam-use-spamassassin-headers is on;
8637         spam-bogofilter-score otherwise.
8638
8639         From Hubert Chan <hubert@uhoreg.ca>:
8640
8641         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
8642         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
8643         (spam-spamassassin-arguments)
8644         (spam-spamassassin-spam-flag-header)
8645         (spam-spamassassin-positive-spam-flag-header)
8646         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
8647         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
8648         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8649         (spam-list-of-processors, spam-list-of-checks)
8650         (spam-list-of-statistical-checks, spam-registration-functions)
8651         (spam-check-spamassassin-headers, spam-check-spamassassin)
8652         (spam-spamassassin-score)
8653         (spam-spamassassin-register-with-sa-learn)
8654         (spam-spamassassin-register-spam-routine)
8655         (spam-spamassassin-register-ham-routine)
8656         (spam-assassin-register-spam-routine)
8657         (spam-assassin-register-ham-routine): add SpamAssassin support
8658         (spam-bogofilter-score): fix to show article before scoring
8659
8660         * gnus.el (spam-process, spam-autodetect-methods): add
8661         spamassassin and spamassassin-headers
8662
8663         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8664         Suppress unnecessary messages.  From Nevin Kapur
8665         <nkapur@cs.caltech.edu>.
8666
8667 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
8668
8669         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
8670         make-hash-table.
8671
8672 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * canlock.el (base64-encode-string): Don't autoload it.
8675
8676 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * run-at-time.el: Remove useless (require 'itimer),
8679         eval-and-compile and (featurep 'xemacs).
8680
8681 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
8682
8683         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
8684         GROUP is a virtual group.
8685
8686 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
8687
8688         * gnus.el: Autoload `message-y-or-n-p'.
8689
8690 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
8691
8692         * pgg-parse.el: Remove unnecessary (require 'custom).
8693
8694         * pgg-def.el: do.
8695
8696         * nnmail.el: do.
8697
8698         * gnus-undo.el: do.
8699
8700         * gnus-picon.el: do.
8701
8702         * gnus-util.el: do.
8703
8704 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
8705
8706         * gnus-sum.el (gnus-pick-line-number): Add autoload.
8707
8708 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
8711         handle, as well as a list.
8712
8713         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
8714         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
8715         (mm-w3m-cid-retrieve): Simplify.
8716
8717 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
8718
8719         * message.el (message-kill-to-signature): Allow prefix arg to
8720         specify number of lines to keep before signature.  From Vasily
8721         Korytov.
8722         (message-kill-to-signature): Change docstring.
8723
8724 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * canlock.el: Always require sha1-el.
8727         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
8728
8729         * message.el: Autoload sha1 only when compiling.
8730
8731         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
8732         eudc-expand-inline for XEmacs.
8733
8734 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * message.el (message-canlock-generate): Require sha1-el.
8737
8738 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
8739
8740         * message.el (message-expand-name): Silence the byte compiler.
8741
8742         * lpath.el: Add detect-coding-system.
8743
8744         * dgnushack.el (dgnushack-compile): Remove obsolete check for
8745         cus-edit.
8746
8747 2004-01-13  Simon Josefsson  <jas@extundo.com>
8748
8749         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
8750         Invoke gnus-score-mode.  Reported by
8751         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8752
8753         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
8754         Jim Blandy <jimb@redhat.com> (tiny change).
8755
8756 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8757
8758         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
8759
8760 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
8761
8762         * spam.el (spam-get-article-as-string): updated to use
8763         gnus-request-article-this-buffer, much simpler
8764         (spam-get-article-as-buffer): removed
8765
8766 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
8767
8768         * message.el (message-expand-name): Use EUDC if the user uses
8769         that.
8770
8771 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8772
8773         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
8774         character for the encoding to avoid consing a string.
8775
8776         * rfc2047.el (rfc2047-decode-string): Don't cons a string
8777         unnecessarily.
8778
8779         * mm-util.el (mm-replace-chars-in-string): Remove.
8780
8781         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
8782         of mm-replace-chars-in-string.
8783
8784 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
8785
8786         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
8787         strings.
8788
8789         * mm-util.el (mm-subst-char-in-string): Support inplace.
8790
8791         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
8792         a new string in every iteration.  Use shy groups.
8793
8794 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
8795
8796         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
8797         (gnus-group-change-level, gnus-kill-newsgroup)
8798         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
8799         (gnus-get-unread-articles, gnus-make-articles-unread)
8800         (gnus-make-ascending-articles-unread): Use accessor
8801         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
8802         to get group information for improved readability.
8803
8804         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
8805
8806         * gnus-soup.el (gnus-soup-group-brew): do.
8807
8808         * gnus-msg.el (gnus-put-message): do.
8809
8810         * gnus-move.el (gnus-group-move-group-to-server): do.
8811
8812         * gnus-kill.el (gnus-batch-score): do.
8813
8814         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
8815         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
8816         (gnus-group-update-group, gnus-group-read-group)
8817         (gnus-group-make-group, gnus-group-make-help-group)
8818         (gnus-group-make-archive-group, gnus-group-make-directory-group)
8819         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
8820         (gnus-group-sort-by-unread, gnus-group-catchup)
8821         (gnus-group-unsubscribe-group, gnus-group-kill-group)
8822         (gnus-group-yank-group, gnus-group-set-info)
8823         (gnus-group-list-groups): do.
8824
8825         * gnus.el (gnus-generate-new-group-name): do.
8826
8827         * gnus-delay.el (gnus-delay-send-queue): do.
8828
8829         * nnvirtual.el (nnvirtual-catchup-group): do.
8830
8831         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
8832         do.
8833
8834         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
8835         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
8836
8837         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
8838         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
8839         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
8840         (gnus-group-make-articles-read): do.
8841
8842 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8843
8844         * gnus-art.el (article-decode-mime-words, article-babel)
8845         (gnus-article-highlight-signature, gnus-article-add-buttons)
8846         (gnus-signature-toggle): Use gnus-with-article-buffer.
8847
8848         * gnus-art.el (gnus-article-highlight-headers)
8849         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
8850
8851         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
8852         (gnus-article-set-globals, gnus-request-article-this-buffer)
8853         (gnus-button-message-id, gnus-article-maybe-hide-headers)
8854         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
8855         (gnus-mime-display-alternative): Use with-current-buffer.
8856
8857 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8858
8859         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
8860         also under 80 char limit, and call gnus-error if needed
8861         (spam-fetch-article-header): finally fixed - it was a
8862         buffer-local variable (gnus-newsgroup-data)
8863         (spam-find-spam): use spam-generate-fake-headers, forget about
8864         spam-insert-fake-headers
8865         (spam-insert-fake-headers): removed
8866
8867 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8868
8869         * deuglify.el (gnus-article-outlook-unwrap-lines)
8870         (gnus-outlook-rearrange-article)
8871         (gnus-outlook-repair-attribution-outlook)
8872         (gnus-outlook-repair-attribution-block)
8873         (gnus-outlook-repair-attribution-other): Remove redundant
8874         save-excursion.
8875
8876 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8877
8878         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
8879         (spam-fetch-field-subject-fast)
8880         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
8881         (spam-fetch-article-header): new functions to deal with Gnus
8882         internals for fast retrieval of article header data
8883         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
8884
8885 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8886
8887         * pop3.el (pop3-md5): Remove.
8888         (pop3-apop): Replace pop3-md5 with md5.
8889
8890         * mm-bodies.el: base64 is always built-in.
8891
8892         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
8893         with-current-buffer.
8894
8895 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8896
8897         * canlock.el (canlock-insert-header): Remove excessive grouping in
8898         regexp.
8899
8900         * gnus-sum.el (gnus-summary-read-document): Ditto.
8901
8902         * gnus-uu.el (gnus-uu-part-number): Ditto.
8903
8904         * html2text.el (html2text-remove-tags): Ditto.
8905         (html2text-format-tags): Ditto.
8906         (html2text-format-single-elements): Ditto.
8907
8908         * mml.el (mml-parse-1): Ditto.
8909
8910 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
8911
8912         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
8913
8914         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
8915
8916         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
8917
8918         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
8919
8920 2003-11-15  Simon Josefsson  <jas@extundo.com>
8921
8922         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
8923         (pgg-gpg-lookup-key): Use regexp match instead of
8924         split-string (split-string is different between emacs 21.2 and
8925         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
8926
8927 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
8928
8929         * gnus-art.el (gnus-mime-view-all-parts)
8930         (gnus-article-part-wrapper, gnus-article-view-part): Use
8931         with-current-buffer.
8932
8933 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
8934
8935         * spam.el (spam-disable-spam-split-during-ham-respool)
8936         (spam-spamoracle-database, spam-cache-lookups)
8937         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
8938         (spam-group-ham-mark-p, spam-group-spam-mark-p)
8939         (spam-group-ham-marks, spam-group-spam-marks)
8940         (spam-group-spam-contents-p, spam-group-ham-contents-p)
8941         (spam-list-of-processors, spam-list-of-statistical-checks): doc
8942         fix, also add spam-use-blackholes to the statistical checks
8943         (spam-fetch-field-fast): new interface to fetching fields, may
8944         become a macro
8945         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
8946         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
8947         (spam-insert-fake-headers): fake an article when needed
8948         (spam-find-spam): fake article when possible
8949         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
8950         (spam-check-bogofilter-headers): use message-fetch-field instead
8951         of nnmail-fetch-field
8952
8953 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8954
8955         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
8956
8957 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
8958
8959         * spam.el (spam-split): do not require spam-use-CHECK to be
8960         enabled if that check is passed to spam-split explicitly; also
8961         fix so 'spam doesn't get converted to spam-split-group when
8962         spam-split-symbolic-return is t
8963         (spam-find-spam): find registrations of the article and use those
8964         instead of re-running spam-split to find the spam/ham
8965         classification of the article
8966         (spam-log-processing-to-registry, spam-log-registered-p)
8967         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8968         use gnus-error instead of gnus-message
8969         (spam-log-registration-type): new function to determine the
8970         classification of a message based on registry entries; will
8971         return nil if both 'spam and 'ham are found
8972         (spam-check-BBDB): expand all the BBDB macros here so we can have
8973         a reasonably fast local cache without the loading errors
8974         (spam-cache-lookups): set to t by default
8975         (spam-find-spam): don't try to guess spam-cache-lookups
8976         (spam-enter-whitelist, spam-enter-blacklist): also clear the
8977         spam-caches entry
8978         (spam-filelist-build-cache, spam-filelist-check-cache): better
8979         caching of whitelist/blacklist entries
8980         (spam-check-whitelist, spam-check-blacklist): invoke
8981         spam-from-listed-p with a type, not a cache variable
8982         (spam-from-listed-p): wrap around spam-filelist-check-cache
8983
8984 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
8985
8986         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
8987
8988         * nnmail.el (nnmail-split-fancy): do.
8989
8990         * mml.el (mml-parse): do.
8991
8992         * gnus-score.el (gnus-enter-score-words-into-hashtb)
8993         (gnus-score-adaptive): do.
8994
8995 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
8998         (gnus-mime-button-map): Don't set keymap parent.
8999         (gnus-button-ctan-directory-regexp): Use shy grouping.
9000         (gnus-prev-page-map): Don't set keymap parent.
9001         (gnus-prev-page-map): Remove duplicated one.
9002         (gnus-next-page-map): Don't set keymap parent.
9003         (gnus-mime-security-button-map): Ditto.
9004
9005         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
9006         version number.
9007
9008         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
9009
9010 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * canlock.el (canlock-sha1-function): Remove.
9013         (canlock-sha1-function-for-verify): Remove.
9014         (canlock-openssl-program): Remove.
9015         (canlock-openssl-args): Remove.
9016         (canlock-ignore-errors): Remove.
9017         (canlock-sha1-with-openssl): Remove.
9018         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
9019         (canlock-verify): Don't use canlock-ignore-errors.
9020
9021         * sha1-el.el (sha1-string-external): Make it can return a string
9022         in binary form.
9023         (sha1-region-external): Ditto.
9024         (sha1-string-internal): Ditto.
9025         (sha1-region-internal): Ditto.
9026         (sha1-region): Ditto.
9027         (sha1-string): Ditto.
9028         (sha1): Ditto.
9029
9030 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9031
9032         * spam.el (spam-report-articles-gmane): New command.
9033
9034 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * gnus.el: Don't make unnecessary *Group* buffer when loading.
9037
9038         * run-at-time.el (run-at-time-saved): Remove.
9039         (run-at-time): Doc fix.
9040
9041 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9042
9043         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
9044         (gnus-summary-limit-map): Add it.
9045         (gnus-summary-make-menu-bar): do.
9046
9047 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
9048
9049         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
9050         first attempt at some caching support (done for BBDB only now)
9051         (spam-find-spam): set spam-cache-lookups if there are more than 2
9052         addresses to be checked
9053         (spam-clear-cache-BBDB): new function, to be invoked by
9054         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
9055         (spam-check-BBDB): check and use the caches, if
9056         spam-cache-lookups is on
9057         remove superfluous (provide)
9058
9059 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9060
9061         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
9062
9063 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
9064
9065         * run-at-time.el (run-at-time-saved): Move to after the definition
9066         of `run-at-time'.
9067
9068         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
9069
9070 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
9073         mm-w3m-local-map-property.
9074
9075         * mm-view.el (mm-w3m-mode-map): Remove.
9076         (mm-w3m-local-map-property): Remove.
9077         (mm-inline-text-html-render-with-w3m): Don't use
9078         mm-w3m-local-map-property.
9079
9080 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9081
9082         * run-at-time.el: New file.
9083
9084         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
9085         under Emacs.
9086
9087         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
9088         of gnus-set-text-properties.
9089
9090         * gnus-uu.el (gnus-uu-save-article): Ditto.
9091
9092         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
9093
9094         * gnus-cite.el (gnus-cite-parse): Ditto.
9095
9096         * gnus-art.el (gnus-button-push): Use set-text-properties instead
9097         of gnus-.
9098
9099         * gnus-xmas.el (run-at-time): Require run-at-time.
9100
9101         * gnus.el: Changed calls to nnheader-run-at-time and
9102         password-run-at-time throughout to use run-at-time directly.
9103
9104         * password.el: Removed definition of run-at-time.
9105
9106         * nnheaderxm.el: Remove definition of run-at-time.
9107
9108 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
9109
9110         * mml.el (mml-minibuffer-read-disposition): Show attachment type
9111         in prompt.
9112
9113 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9114
9115         * messagexmas.el (message-xmas-redefine): Alias
9116         `message-make-caesar-translation-table' to
9117         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
9118         version.
9119
9120         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
9121         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
9122         `gnus-xmas-set-text-properties'.
9123         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
9124         `gnus-xmas-completing-read'.
9125         (gnus-xmas-completing-read): Removed.
9126         (gnus-xmas-open-network-stream): Removed.
9127
9128         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
9129         XEmacs version.
9130
9131         * dns.el (dns-make-network-process): Use `open-network-stream'
9132         instead of `gnus-xmas-open-network-stream'.
9133
9134         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
9135
9136         * .cvsignore: Add auto-autoloads.el, custom-load.el.
9137
9138 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9139
9140         * gnus-art.el (gnus-mime-display-alternative)
9141         (gnus-insert-mime-button, gnus-insert-mime-security-button)
9142         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
9143         Don't use gnus-local-map-property.
9144
9145         * gnus-util.el (gnus-local-map-property): Remove.
9146
9147         * mm-view.el (mm-view-pkcs7-decrypt): Replace
9148         gnus-completing-read-maybe-default with completing-read.
9149
9150         * gnus-util.el (gnus-completing-read): do.
9151         (gnus-completing-read-maybe-default): Remove.
9152
9153 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9154
9155         * password.el: Only autoload `run-at-time' if not XEmacs.
9156         Only autoload the itimer functions if XEmacs.
9157
9158 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9159
9160         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
9161         XEmacsen.
9162
9163         * dgnushack.el: Autoload executable-find for XEmacs.
9164
9165 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9166
9167         * gnus-art.el (gnus-read-string): Remove.
9168         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
9169         read-string.
9170
9171 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
9172
9173         * netrc.el: autoload password-read
9174         (netrc): new configuration group
9175         (netrc-encoding-method, netrc-openssl-path): configuration
9176         variables for encoding and decoding of files with symmetric
9177         ciphers
9178         (netrc-encode): assistant function to encode a file with
9179         netrc-encoding-method
9180         (netrc-parse): added interactive parameter, added optional
9181         decoding if netrc-encoding-method is non-nil but otherwise
9182         behavior is standard
9183         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
9184         s/encode/encrypt/ everywhere
9185
9186         * spam.el: remove executable-find autoload
9187
9188 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9189
9190         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
9191
9192         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
9193
9194 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9195
9196         * gnus-art.el (gnus-treat-ansi-sequences,
9197         article-treat-ansi-sequences): New variable and function.
9198         Suggested by Dan Jacobson <jidanni@jidanni.org>.
9199
9200         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9201         Use it.
9202
9203 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9204
9205         * mm-util.el (mm-quote-arg): Remove.
9206
9207         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
9208         shell-quote-argument.
9209
9210         * gnus-uu.el (gnus-uu-command): do.
9211
9212         * gnus-sum.el (gnus-summary-insert-pseudos): do.
9213
9214         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
9215         with make-char.
9216
9217         * mm-util.el (mm-make-char): Remove.
9218
9219         * mml.el (mml-mode): Replace gnus-add-minor-mode with
9220         add-minor-mode.
9221
9222         * gnus-undo.el (gnus-undo-mode): do.
9223
9224         * gnus-topic.el (gnus-topic-mode): do.
9225
9226         * gnus-sum.el (gnus-dead-summary-mode): do.
9227
9228         * gnus-start.el (gnus-slave-mode): do.
9229
9230         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
9231
9232         * gnus-ml.el (gnus-mailing-list-mode): do.
9233
9234         * gnus-gl.el (gnus-grouplens-mode): do.
9235
9236         * gnus-draft.el (gnus-draft-mode): do.
9237
9238         * gnus-dired.el (gnus-dired-mode): do.
9239
9240         * gnus-ems.el (gnus-add-minor-mode): Remove.
9241
9242         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9243         Replace gnus-char-width with char-width.
9244
9245         * gnus-ems.el (gnus-char-width): Remove.
9246
9247         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9248         Replace gnus-char-width with char-width.
9249
9250         * gnus-ems.el (gnus-char-width): Remove.
9251
9252         * spam-stat.el (with-syntax-table): Remove with-syntax-table
9253         definition.
9254         Remove Emacs 20 hash table compatibility code.
9255
9256         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
9257         20 compatibility code.
9258
9259         * spam.el (spam-point-at-eol): Replace with point-at-eol.
9260
9261         * smime.el (smime-point-at-eol): Replace with point-at-eol.
9262
9263         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
9264         with point-at-{eol,bol}.
9265
9266         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
9267
9268         * imap.el (imap-point-at-eol): Replace with point-at-eol.
9269
9270         * flow-fill.el (fill-flowed-point-at-bol,
9271         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
9272
9273         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
9274         Replace with point-at-{eol,bol} throughout all files.
9275
9276 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9277
9278         * ntlm.el (ntlm-string-as-unibyte): New macro.
9279         (ntlm-build-auth-response): Use it.
9280
9281         Remove Emacs 20 stuff:
9282         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
9283         (butlast, mapc, remove): Remove the compiler macros.
9284         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
9285         of delq and copy-sequence.
9286         * gnus-art.el (popup-menu): Remove the compiler macro.
9287         * nnmail.el (nnmail-split-fancy): Don't support customizing with
9288         Emacs 20.
9289
9290 2004-01-05  Simon Josefsson  <jas@extundo.com>
9291
9292         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
9293         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
9294         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
9295         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
9296         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
9297         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
9298         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
9299         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
9300         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
9301         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
9302         ntlm-string-permute, string-lshift into ntlm-string-lshift,
9303         string-xor into ntlm-string-xor.  Suggested by
9304         Jesper Harder <harder@myrealbox.com>.
9305
9306         * ntlm.el: Don't include poem.
9307
9308         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
9309         Jesper Harder <harder@myrealbox.com>.
9310
9311         * sasl-ntlm.el, ntlm.el, md4.el: New files.
9312
9313         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
9314         probably breaks emacs with DL patch, but do we care? Is anyone
9315         still using the DL stuff?)
9316
9317         * sieve-manage.el: Use the password package.
9318         (sieve-manage-read-passwd): Remove.
9319         (sieve-manage-interactive-login): Use password.  Re-add
9320         condition-case around loop.
9321
9322         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
9323         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
9324         the password package.
9325
9326 2003-02-19  Simon Josefsson  <jas@extundo.com>
9327
9328         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
9329         token.
9330
9331 2002-08-07  Simon Josefsson  <jas@extundo.com>
9332
9333         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
9334         (sieve-manage-authenticators):
9335         (sieve-manage-authenticator-alist): Add some SASL mechs.
9336         (sieve-sasl-auth): New function.
9337         (sieve-manage-cram-md5-auth):
9338         (sieve-manage-plain-auth): Rewrite using SASL library.
9339         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
9340         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
9341         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
9342         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
9343
9344 2004-01-05  Simon Josefsson  <jas@extundo.com>
9345
9346         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
9347         New files.
9348
9349 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9350
9351         * gnus-group.el (gnus-no-groups-message): Update.
9352
9353         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
9354
9355 2003-11-09  Simon Josefsson  <jas@extundo.com>
9356
9357         * imap.el: Support for ID IMAP extension (RFC 2971).
9358         (imap-local-variables): Add imap-id.
9359         (imap-id): New variable.
9360         (imap-id): New function.
9361         (imap-parse-response): Parse untagged ID response.
9362         * nnimap.el (nnimap-id): New variable.
9363         (nnimap-open-connection): Use it.
9364
9365 2003-12-28  Simon Josefsson  <jas@extundo.com>
9366
9367         * gnus-score.el (gnus-score-edit-all-score): New.
9368         * gnus-group.el (gnus-group-score-map): Bind it to W e.
9369
9370 2004-01-04  Simon Josefsson  <jas@extundo.com>
9371
9372         * password.el: Add.
9373
9374 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
9375
9376         * dns.el: Add support for AAAA records (see RFC 3596)
9377
9378         * Fix typo PRT -> PTR
9379
9380         * Parse MX, PTR and SOA replies (see RFC 1035)
9381
9382 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9383
9384         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
9385
9386         * Moved to Changelog.2.
9387
9388 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9389
9390         * gnus.el (gnus-version-number): Bump version.
9391
9392 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9393
9394         * gnus.el: No Gnus v0.1 is released.
9395
9396 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9397
9398         * gnus.el: No Gnus v0.0 is released.
9399
9400 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9401
9402         * gnus.el (gnus-version-number): Bump.
9403         (gnus-version): No.
9404
9405 See ChangeLog.2 for earlier changes.
9406
9407     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
9408   Copying and distribution of this file, with or without modification,
9409   are permitted provided the copyright notice and this notice are preserved.
9410
9411 ;; Local Variables:
9412 ;; coding: iso-2022-7bit
9413 ;; fill-column: 79
9414 ;; End:
9415
9416 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4