44fc8c0aedd7938ef25e88079e00fdff7251cb42
[gnus] / lisp / ChangeLog
1 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4         backslashes handling and the way to find boundaries of quoted strings.
5
6 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7
8         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12
13 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14
15         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16         doc string.
17         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18
19 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20
21         * lpath.el: Fbind epg-check-configuration.
22
23 2006-09-06  Simon Josefsson  <jas@extundo.com>
24
25         * mml2015.el (mml2015-use): Doc fix, mention epg.
26
27 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
28
29         * mml2015.el (mml2015-use): Default to epg, if available.
30
31 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
32
33         * mml1991.el (mml1991-epg-sign): Don't lookup a private kye by
34         message-sender.
35         (mml1991-epg-encrypt): Ditto.
36         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
37         message-sender.
38         (mml2015-epg-encrypt): Ditto.
39
40 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
41
42         * message.el (message-send-mail-with-sendmail): Look for sendmail in
43         several common directories.
44
45 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
46
47         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
48         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
49
50 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * gnus-art.el (article-decode-encoded-words): Make it fast.
53
54 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
55
56         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
57
58         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
59         in quoted string into `\'.
60
61 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
64         Use standard-syntax-table.
65
66 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
67
68         * gnus-art.el (gnus-decode-address-function): New variable.
69         (article-decode-encoded-words): Use it to decode headers which are
70         assumed to contain addresses.
71         (gnus-mime-delete-part): Remove useless `or'.
72
73         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
74         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
75         (gnus-nov-parse-line): Use it to decode From header.
76         (gnus-get-newsgroup-headers): Ditto.
77         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
78
79         * mail-parse.el (mail-decode-encoded-address-region): New alias.
80         (mail-decode-encoded-address-string): New alias.
81
82         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
83         New function.
84         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
85         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
86         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
87         (rfc2047-decode-string): Ditto.
88         (rfc2047-decode-address-region): New function.
89         (rfc2047-decode-address-string): New function.
90
91 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
92
93         * message.el (message-caesar-buffer-body): Allow rotating headers.
94
95         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
96
97         * message.el (message-insert-formated-citation-line): Fix %f.
98         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
99
100 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
101
102         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
103         (gnus-bookmark-mouse-available-p): New macro.
104         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
105         (gnus-bookmark-bmenu-show-infos): Use it.
106         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
107         (gnus-bookmark-bmenu-hide-infos): Ditto.
108         (gnus-bookmark-remove-properties): New function.
109         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
110         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
111         (gnus-bookmark-write-file): Bind coding-system-for-write.
112         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
113         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
114         group before selecting it.
115         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
116         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
117         quit-window if it is not available; use gnus-mouse-2 and bind it to
118         gnus-bookmark-bmenu-select-by-mouse.
119         (gnus-bookmark-show-details): Remove unused variable `details-list'.
120         (gnus-bookmark-bmenu-select-by-mouse): New function.
121
122 2006-08-13  Romain Francoise  <romain@orebokech.com>
123
124         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
125         space.
126
127 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * compface.el (uncompface): Use binary rather than raw-text-unix.
130
131 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * compface.el (uncompface): Make sure the eol conversion doesn't take
134         place when communicating with the external programs.  Reported by
135         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
136
137 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * nnheader.el (nnheader-insert-head): Fix typo in comment.
140
141 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
142
143         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
144         Make it more robust by parsing author and date independently.
145
146 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
147
148         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
149
150 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
151
152         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
153         first matching secret key.
154         (mml2015-epg-encrypt): Ditto.
155
156         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
157         first matching secret key.
158         (mml1991-epg-encrypt): Ditto.
159
160         * mml2015.el (mml2015-encrypt-to-self): New user option.
161         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
162         mml2015-epg-encrypt-to-self is set.
163
164         * mml1991.el (mml1991-encrypt-to-self): New variable.
165         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
166         mml1991-epg-encrypt-to-self is set.
167
168         * mml2015.el (mml2015-signers): New user option.
169         (mml2015-epg-sign): Reflect the value of mml2015-signers.
170         (mml2015-epg-encrypt): Allow to select signing keys.
171
172         * mml1991.el (mml1991-signers): New variable.
173         (mml1991-epg-sign): Reflect the value of mml1991-signers.
174         (mml1991-epg-encrypt): Allow to select signing keys.
175
176 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
177
178         * nnheader.el (nnheader-insert-head): Make it work even if the file
179         uses CRLF for the line-break code.
180
181 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
182
183         * mml2015.el: Require mml-sec instead of password.
184         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
185         (mml2015-cache-passphrase): Inherit the default value from
186         mml-secure-cache-passphrase.
187         (mml2015-passphrase-cache-expiry): Inherit the default value from
188         mml-secure-passphrase-cache-expiry.
189
190         * mml1991.el: Require mml-sec instead of password.
191         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
192         (mml1991-cache-passphrase): Inherit the default value from
193         mml-secure-cache-passphrase.
194         (mml1991-passphrase-cache-expiry): Inherit the default value from
195         mml-secure-passphrase-cache-expiry.
196
197         * mml-sec.el: Require password.
198         (mml-secure-verbose): New user option.
199         (mml-secure-cache-passphrase): New user option.
200         (mml-secure-passphrase-cache-expiry): New user option.
201
202 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
203
204         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
205         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
206         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
207
208 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
209
210         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
211         workaround for the url package included with Emacs.
212
213         * nnweb.el (nnweb-google-create-mapping): Update regexp.
214
215 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
216
217         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
218         correctly.  This fixes a bug caused by the 2006-05-12 change.
219
220 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
221
222         * nnmail.el (nnmail-article-group): If splitting raises an error, give
223         some information about the error when saying that the `bogus' mail
224         group will be used.
225
226 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
227
228         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
229         string.
230
231 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
232
233         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
234
235 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
236
237         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
238
239 2006-07-10  Daiki Ueno <ueno@unixuser.org>
240
241         * mml1991.el (mml1991-function-alist): Add epg.
242         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
243         (mml1991-epg-encrypt): New functions.
244
245 2006-07-10  Daiki Ueno <ueno@unixuser.org>
246
247         * mml2015.el (mml2015-verbose): New variable.
248         (mml2015-cache-passphrase): Ditto.
249         (mml2015-passphrase-cache-expiry): Ditto.
250         (mml2015-function-alist): Add epg.
251         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
252         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
253         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
254         functions.
255
256 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
257
258         * message.el (message-cite-original-1): Preserve region when removing
259         quoted text due to X-No-Archive in order to avoid bogus attribution
260         when citing multiple messages.
261
262 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
263
264         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
265         Kenneth Jacker <khj@be.cs.appstate.edu>.
266
267 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
268
269         * gnus-diary.el (gnus-user-format-function-d)
270         (gnus-user-format-function-D): Autoload.
271
272         * imap.el (Commentary): Fix typo.
273
274         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
275         2006-04-22 contribution.
276
277 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
278
279         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
280         It didn't really fix the bogosity I'm seeing with solid web groups.
281
282 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
283
284         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
285         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
286         created using server names.  If we use the feature without declaring
287         it, Gnus does not properly manage server and group state.
288
289         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
290         bound.
291
292 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
293
294         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
295         looking up the method using GROUP's prefix before inventing a new one.
296         It is used on killed/unknown groups in various places where returning
297         an all-new method isn't expected by the caller.
298
299         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
300         and match semantics of gnus-group-real-prefix.
301
302 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
303
304         * nnmail.el (nnmail-broken-references-mailers): New variable.
305         (nnmail-ignore-broken-references): New function generalizing
306         nnmail-fix-eudora-headers.
307         (nnmail-fix-eudora-headers): Now obsolete.
308
309         * gnus-art.el (gnus-button-handle-custom): Support
310         `customize-apropos*'.
311
312 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
313
314         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
315
316         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
317         articles.
318
319 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
320
321         * message.el (message-cite-reply-above): New variable.
322         (message-yank-original): Use it.
323
324 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
327
328 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
329
330         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
331         as read.
332
333         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
334
335 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
336
337         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
338         (gnus-bookmark-default-file): Use gnus-directory.
339         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
340         Remove "*" in doc string.
341         (gnus-bookmark-write-file): Simplify.
342         (gnus-bookmark-maybe-sort-alist): Use `when'.
343         (gnus-bookmark-get-bookmark): Fix typo in doc string.
344         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
345         FIXME about Emacs 21 and XEmacs compatibility.
346         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
347         compatibility.
348         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
349         compatibility.
350         (gnus-bookmark-menu-heading): Fix version.
351
352 2006-06-19  Bastien Guerry  <bzg@altern.org>
353
354         * gnus-bookmark.el: New file.
355
356 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * message.el (message-syntax-checks): Doc fix.
359
360 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
361
362         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
363         unsubscribed groups as if they were killed ones.  It causes duplicate
364         entries in gnus-newsrc-alist.
365
366 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * message.el (message-syntax-checks): Doc fix.
369         (message-send-mail): Add check for continuation headers.
370         (message-check-news-header-syntax): Fix regexp used to check for
371         continuation headers.
372
373 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
376
377 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
378
379         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
380
381 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
384         default-truncate-lines.
385
386 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
387
388         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
389         to fill the utf-8 entry.
390
391         * lpath.el: Fbind unicode-precedence-list.
392
393 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
394
395         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
396
397 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
398
399         * gnus-agent.el (directory-files-and-attributes): Move all the way
400         forward (the third and final move).
401         (gnus-agent-read-agentview): Trap reconstruction errors due to
402         nonexistant directory.  Handle by returning nil.
403
404 2006-05-30  Didier Verna  <didier@xemacs.org>
405
406         * message.el (message-dont-reply-to-names): Update the custom type.
407         * message.el (message-dont-reply-to-names): New defsubst: potentially
408         convert a list of regexps into a single one.
409         * message.el (message-get-reply-headers): Use it.
410         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
411
412 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
413
414         * gnus-agent.el (directory-files-and-attributes): Move forward.
415
416 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
417
418         * gnus-ml.el (gnus-mailing-list-subscribe)
419         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
420         (gnus-mailing-list-message): Fix doc strings.
421
422 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
423
424         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
425         of doing it manually.
426
427 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
428
429         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
430         comment.
431
432 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
433
434         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
435         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
436         (gnus-agent-read-local): All symbols allocated in my-obarray
437         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
438         (gnus-agent-regenerate-group): Check numeric names to see if they are
439         messages or groups.
440         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
441         better way of do this...)
442
443         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
444         'dummy.group' (there should be a better way of do this...)
445
446 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
447
448         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
449         (gnus-saved-headers): Ditto.
450         (gnus-default-article-saver): Mention functions may have properties.
451         (gnus-article-save): Override gnus-save-all-headers and
452         gnus-saved-headers by :headers property which saver function may have.
453         (gnus-summary-save-in-file): Add :headers property.
454         (gnus-summary-write-to-file): Ditto.
455
456         * gnus-sum.el (gnus-summary-save-article): Bind
457         gnus-prompt-before-saving to t when saving many articles in a file;
458         always show all headers.
459
460         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
461
462 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
463
464         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
465         marks.
466
467         * message.el (message-indent-citation): Add optional arguments to allow
468         using it outside of message buffers.
469
470         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
471         (gnus-article-treat-unfold-headers): Use it.
472         (gnus-article-truncate-lines): New variable.
473         (gnus-article-mode): Use it.
474         (gnus-article-toggle-truncate-lines): New function.
475
476         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
477         gnus-article-toggle-truncate-lines.
478
479         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
480         coding system in XEmacs, use binary.
481
482 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
485         after-load-alist.
486
487         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
488         this function should save decoded articles.
489         (gnus-summary-write-to-file): Use property to specify this function
490         should save decoded articles and specify gnus-summary-save-in-file
491         should be used to save articles other than the first one when saving
492         many articles.
493         (gnus-summary-save-body-in-file): Use property to specify this
494         function should save decoded articles.
495         (gnus-summary-write-body-to-file): Use property to specify this
496         function should save decoded articles and specify
497         gnus-summary-save-body-in-file should be used to save articles other
498         than the first one when saving many articles.
499
500         * gnus-sum.el (gnus-summary-save-article): Simplify.
501
502 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
503
504         * gnus-art.el (gnus-default-article-saver): Add
505         gnus-summary-write-body-to-file.
506         (gnus-article-save-coding-system): Don't use coding system object
507         in XEmacs.
508         (gnus-read-save-file-name): Add optional `dir-var' argument which
509         specifies directory in which files are saved; work even if optional
510         `variable' argument is not specified.
511         (gnus-summary-write-to-file): Read file name.
512         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
513         (gnus-summary-write-body-to-file): New function.
514
515         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
516         (gnus-summary-local-variables): Add it.
517         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
518         (gnus-summary-save-article): Remove optional `decode' argument;
519         determine whether to decode articles by the value of
520         gnus-default-article-saver; when saving many files using
521         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
522         it first and use gnus-summary-save-in-file or
523         gnus-summary-save-body-in-file thereafter unless
524         gnus-prompt-before-saving is always; move point to article which
525         will be saved.
526         (gnus-summary-save-article-file): Revert.
527         (gnus-summary-write-article-file): Revert.
528         (gnus-summary-save-article-body-file): Revert.
529         (gnus-summary-write-article-body-file): New function.
530
531 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * gnus-art.el (gnus-default-article-saver): Doc fix.
534         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
535         from gnus-summary-save-article-coding-system, and default to a
536         certain coding system.
537         (gnus-output-to-file): Add coding cookie and encode text according
538         to gnus-article-save-coding-system; don't use mm-append-to-file.
539
540         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
541         gnus-art.el and rename to gnus-article-save-coding-system.
542         (gnus-summary-save-article): Require gnus-art; don't show all
543         headers if it decodes articles; don't add coding cookie here;
544         don't bind mm-text-coding-system-for-write.
545         (gnus-summary-save-article-file): Save decoded articles.
546         (gnus-summary-write-article-file): When saving many files, use
547         gnus-summary-write-to-file first and gnus-summary-save-in-file
548         thereafter unless gnus-prompt-before-saving is always.
549         (gnus-summary-save-article-body-file): Save decoded articles.
550
551         * lpath.el: Fbind select-safe-coding-system for XEmacs.
552
553 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
554
555         * nnrss.el (nnrss-check-group): Bind hash-index.
556
557 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
558
559         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
560         its hash index.  Store this hash in `nnrss-group-data'.
561         (nnrss-read-group-data): Update accordingly.
562
563 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
564
565         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
566         entry.
567
568         * gnus-sum.el (gnus-summary-make-menu-bar): Add
569         gnus-article-browse-html-article.
570
571 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
572
573         * gnus-sum.el (gnus-summary-mime-map): Add
574         gnus-article-browse-html-article.
575
576         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
577
578 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
579
580         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
581         suitable coding systems in customize.
582
583 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
584
585         * mail-source.el (mail-sources): Fix custom type.
586
587 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
588
589         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
590         (gnus-summary-expire-articles-now): Shorten prompt.
591
592         * gmm-utils.el (wid-edit): Require.
593         (defun-gmm): Renamed from `gmm-defun-compat'.
594         (gmm-image-search-load-path): Use it.
595         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
596
597 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
598
599         * gnus-sum.el (gnus-summary-save-article-coding-system): New
600         variable.
601         (gnus-summary-save-article): Add optional `decode' argument.  If
602         it is set and gnus-summary-save-article-coding-system is non-nil,
603         save decoded article.
604         (gnus-summary-write-article-file): Save decoded article if
605         gnus-summary-save-article-coding-system is non-nil.
606
607         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
608         type.
609
610 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
613
614 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
615
616         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
617         first to test gnus-single-article-buffer which may be buffer-local.
618
619         * gnus-sum.el (gnus-summary-setup-buffer): Make
620         gnus-single-article-buffer buffer-local and nil in ephemeral
621         group; make gnus-article-buffer, gnus-article-current, and
622         gnus-original-article-buffer always buffer-local.
623         (gnus-summary-exit): Kill article buffer belonging to ephemeral
624         group.
625         (gnus-handle-ephemeral-exit): Don't move to next summary line.
626
627 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
628
629         * nnml.el (nnml-request-compact-group): Compressed files might not
630         have .gz extension.
631
632 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
633
634         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
635         (mm-copy-to-buffer): Use with-current-buffer.
636         (mm-display-part): Simplify.
637         (mm-inlinable-p): Add optional arg `type'.
638
639 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
640
641         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
642         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
643         Try harder to show the attachment internally or externally using
644         gnus-mime-view-part-as-type.
645
646 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
647
648         * message.el (message-from-style, message-signature-separator)
649         (message-user-organization-file, message-send-mail-function)
650         (message-citation-line-function, message-yank-prefix)
651         (message-indent-citation-function, message-signature)
652         (message-signature-file, message-signature-insert-empty-line):
653         Remove autoloads.
654
655         * gnus-art.el (gnus-buttonized-mime-types): Remove
656         "multipart/signed".  Revert 2006-04-26 change.
657
658 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * gnus.el (gnus-version-number): Bump version.
661
662 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
663
664         * gnus.el: No Gnus v0.5 is released.
665
666 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
667
668         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
669         fetching articles by message-id.
670
671 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
672
673         * message.el (hashcash): Require hashcash as normal.
674
675         * ecomplete.el (ecomplete-highlight-match-line): Use
676         point-at-eol.
677         (ecomplete-highlight-match-line): Use `highlight', because that
678         face exists in both Emacs and XEmacs.
679
680         * message.el (message-display-abbrev): Use point-at-bol.
681
682         * mail-source.el: Don't require timer/timer-funcs.
683
684         * gnus-async.el: Ditto.
685
686         * password.el: Ditto.
687
688         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
689
690         * mm-url.el: Ditto.
691
692         * gnus-xmas.el: Don't require timer-funcs.
693
694         * mm-util.el: Require timer/timer-funcs.
695
696 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
697
698         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
699         Close.
700
701 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
704         unibyte after clear-decrypt function runs.
705
706         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
707         returns as a unibyte string.
708
709 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
710
711         * lpath.el: Revert.
712
713         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
714         (pgg-gpg-process-sentinel): Revert.
715
716         * pgg-pgp.el (pgg-pgp-process-region): Revert.
717         (pgg-pgp-lookup-key): Revert.
718
719         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
720         (pgg-pgp5-lookup-key): Revert.
721
722         * pgg.el (pgg-fetch-key): Revert.
723
724 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
725
726         * lpath.el: Fbind string-as-multibyte for XEmacs.
727
728         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
729         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
730         (mml1991-pgg-encrypt): Ditto.
731
732         * pgg-gpg.el (pgg-string-to-multibyte): New function.
733         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
734         a multibyte buffer.
735
736         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
737         (pgg-pgp-lookup-key): Ditto.
738
739         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
740         (pgg-pgp5-lookup-key): Ditto.
741
742         * pgg.el (pgg-fetch-key): Ditto.
743
744 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
745
746         * message.el (message-user-organization-file): Check several
747         locations of the organization file.
748
749         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
750         Add gnus-article-view-part-as-type.
751
752         * gnus-art.el (gnus-article-view-part-as-type): New function.
753
754         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
755         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
756
757         * mml.el: Simplify autoload.
758         (mml-mode): defvar dnd-protocol-alist instead of using
759         symbol-value.
760         (mml-default-directory): New variable.
761         (mml-minibuffer-read-file): Use it.
762         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
763
764         * message.el (message-citation-line-format): New variable.
765         (message-insert-formated-citation-line): New function.
766         (message-citation-line-function): Add
767         `message-insert-formated-citation-line' to custom type.
768
769         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
770         to doc string.
771
772         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
773         depending on mm-verify-option.
774
775 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
776
777         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
778         binding pgg-* variables; reimplement the section which prevents
779         MIME header from being signed.
780         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
781         pgg-text-mode; remove a blank line at the top of body.
782
783         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
784         lines at the top of body; use gnus-newsgroup-charset if there's no
785         Charset header.
786
787 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * message.el (message-self-insert-commands): Doc fix.
790
791         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
792         (mm-uu-pgp-encrypted-test): Ditto.
793         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
794         between header and body; return application/pgp-encrypted handle
795         if decryption failed; decode decrypted body by charset.
796
797         * mm-decode.el (mm-automatic-display): Don't make application/pgp
798         element match to application/pgp-*.
799
800 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
801
802         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
803         HTML.
804
805 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * mail-source.el (mail-source-call-script): Message the error
808         string.
809
810 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811
812         * gnus-util.el (gnus-byte-compile): Use it.
813
814 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
815
816         * gnus-util.el (kill-empty-logs): New function.
817
818 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
819
820         * message.el (message-mail-alias-type): Doc fix.
821         (message-mail-alias-type-p): New function.
822         (message-send): Use it.
823         (message-mode): Ditto.
824         (message-strip-forbidden-properties): Ditto.
825
826         * ecomplete.el (ecomplete-database-file-coding-system): New
827         variable.
828         (ecomplete-save): Use it.
829         (ecomplete-setup): Use it.
830
831 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
832
833         * message.el (message-self-insert-commands): New variable.
834         (message-strip-forbidden-properties): Use it.
835
836 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
837
838         * message.el (message-put-addresses-in-ecomplete): Use a regexp
839         that doesn't make XEmacs choke.
840
841 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
842
843         * gnus-util.el (gnus-replace-in-string):
844         Prefer replace-regexp-in-string over of replace-in-string.
845
846 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * gnus-util.el (gnus-select-frame-set-input-focus):
849         Use select-frame-set-input-focus if it is available in XEmacs; use
850         definition defined in Emacs 22 for old Emacsen.
851
852         * dgnushack.el: Autoload unmorse-region for XEmacs.
853
854         * lpath.el: Bind cursor-in-non-selected-windows and
855         select-frame-set-input-focus for XEmacs.
856
857 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
858
859         * mm-view.el (mm-inline-text): Use equal instead of equalp.
860
861 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
862
863         * gnus-registry.el (gnus-registry-cache-save): remove text
864         properties when saving via the temp buffer
865
866 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
867
868         * message.el (message-generate-hashcash): Honor custom type.
869
870 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * message.el (message-generate-hashcash): Default to non-nil when
873         hashcash is found.
874
875         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
876         (gnus-refer-thread-limit): Increase default to 500.
877
878         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
879
880         * flow-fill.el (fill-flowed): Allow delete-space.
881
882 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
883
884         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
885         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
886         Remove autoloads.
887
888 2006-04-18  Simon Josefsson  <jas@extundo.com>
889
890         * message.el (message-generate-hashcash): Default to.
891
892 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
893
894         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
895         concatenating segments rather than before concatenating them.
896
897 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
898
899         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
900
901 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902
903         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
904
905         * message.el (message-forward-make-body-plain): Allow
906         message-forward-ignored-headers to be a list.
907         (message-remove-ignored-headers): Factor out into function.
908         (message-forward-make-body-mml): Use it.
909
910         * imap.el (imap-quote-specials): New function.
911         (imap-login-auth): Quote specials.
912
913         * rfc2231.el (rfc2231-parse-string): Remove dead code.
914         (rfc2231-parse-string): Allow concatanation of parameters that
915         aren't contiguous.  The test case is
916           (mail-header-parse-content-type "message/external-body;
917             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
918             access-type=LOCAL-FILE;
919             name*1*=plugh%2fhello-sailor%2fbing.pdf")
920
921 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
922
923         * nntp.el (nntp-accept-process-output): Return the value of
924         `nnheader-accept-process-output'.
925
926 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
927
928         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
929         (gnus-button-alist): Recognize more diff formats.
930         (gnus-button-patch): Strip directory.
931
932 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
933
934         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
935         Emacs 22 when setting focus.
936
937 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
938
939         * gnus-art.el (gnus-article-treat-types): Do treatment of
940         text/x-verbatim parts.
941         (gnus-button-patch): New command.
942
943         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
944         addresses that contain invalid characters.
945
946 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * message.el (message-put-addresses-in-ecomplete): Use
949         gnus-replace-in-string.
950         (message-is-yours-p): Use the more correct
951         mail-header-parse-address instead of
952         mail-extract-address-components.
953         (message-put-addresses-in-ecomplete): Fix typo.
954
955         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
956         keystroke.
957
958         * gnus-art.el (gnus-treatment-function-alist): Change order of
959         newsgroups/generic header folding to avoid double-folding.
960
961         * message.el (message-hidden-headers): Add X-Draft-From.
962
963         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
964         command.
965         (gnus-summary-repeat-search-article-backward): New command.
966
967         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
968         groups in the parent topic.
969
970 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
971
972         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
973         (spam-extra-header-to-number): Return the CRM114 number as a
974         number instead of a string.
975
976 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
977
978         * gnus-art.el (gnus-face-properties-alist): Moved here from
979         gnus-fun.
980
981         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
982
983 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * message.el (message-strip-forbidden-properties): Only display on
986         self-insert-command.
987
988         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
989         reindent.
990         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
991
992 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
993
994         * smiley.el (smiley-style): Fix typo.
995
996 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
997
998         * hashcash.el (hashcash-insert-payment-async-2): Use
999         message-goto-eoh instead of doing it manually.
1000         (mail-add-payment): Use message-narrow-to-header instead of trying
1001         to do the same itself.
1002
1003         * message.el (message-hidden-headers): Add Face.
1004
1005         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
1006         reparenting code.
1007         (gnus-summary-reparent-children): Refactored out code.
1008         (gnus-summary-thread-map): New keystroke.
1009         (gnus-summary-reparent-children): Make into command.
1010
1011         * smiley.el (smiley-style): Default to `medium' if using a large
1012         font.
1013
1014         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
1015         does it itself.
1016
1017         * message.el (message-point-in-header-p): Simplify definition.
1018
1019 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * nnagent.el (nnagent-request-set-mark): Silence log file
1022         writing.
1023         (nnagent-request-set-mark): Use write-region instead of
1024         append-to-file.
1025
1026         * gnus-sum.el (gnus-read-header): Fudge article number if using a
1027         strange select method.
1028
1029         * ecomplete.el (ecomplete-display-matches): Get highlightling
1030         right.
1031         (ecomplete-display-matches): Use literals.
1032         (ecomplete-display-matches): Disable message logging.
1033
1034         * message.el (message-display-abbrev): Small optimization.
1035
1036         * ecomplete.el (ecomplete-display-matches): Allow automatic
1037         display.
1038
1039         * message.el (message-strip-forbidden-properties): Display
1040         abbrevs.
1041         (message-display-abbrev): Get automatic display right.
1042
1043         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
1044         keystrokes.
1045
1046 2006-04-13  Romain Francoise  <romain@orebokech.com>
1047
1048         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
1049         Moved here (and renamed) from gnus-registry.el.
1050
1051         * gnus-registry.el: Require gnus-util.
1052         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
1053
1054 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055
1056         * gnus-group.el (gnus-group-catchup-current): Change
1057         if-then-else-if-then-else into cond.
1058         (gnus-group-catchup): Indent.
1059         (group-name-at-point): New function.
1060         (gnus-fetch-group): Provide default from thing at point.
1061
1062 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * message.el (message-display-abbrev): Fix regexp.
1065
1066         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
1067         choosing.
1068         (ecomplete-highlight-match-line): Fix up code rewrite, remove
1069         dead variables.
1070
1071         * message.el (message-newline-and-indent): Remove debugging.
1072         (message-display-abbrev): Use new implementation.
1073
1074 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1075
1076         * gnus-art.el (gnus-article-mode): Set
1077         cursor-in-non-selected-windows to nil.
1078
1079         * smiley.el: Revert previous change.
1080         (smiley-data-directory): defvar it before using it in the
1081         defcustom of `smiley-style'.
1082
1083 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1084
1085         * message.el (message-newline-and-indent): New function.
1086
1087         * ecomplete.el: Implement more bits.
1088
1089         * message.el (message-put-addresses-in-ecomplete): Clean up the
1090         string.
1091
1092         * ecomplete.el (ecomplete-add-item): Chop off decimals.
1093
1094         * gnus-sum.el (gnus-summary-save-parts): Bind
1095         gnus-summary-save-parts-counter and use it to make unique file
1096         names.
1097
1098         * gnus-art.el (gnus-ignored-headers): Add some more headers.
1099
1100         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
1101         parameter to say whether to actually parse the individual
1102         addresses.
1103
1104         * message.el (message-put-addresses-in-ecomplete): New function.
1105         (ecomplete): Require.
1106         (message-mail-alias-type): Add ecomplete as an option.
1107
1108 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
1109
1110         * flow-fill.el (fill-flowed): Remove trailing space from blank
1111         quoted lines.
1112
1113 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1114
1115         * smiley.el (smiley-style): Move definition later to avoid a
1116         compilation warning.
1117
1118 2006-04-12  Kenichi Handa  <handa@m17n.org>
1119
1120         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
1121         buffer and then decode the buffer text if necessary.
1122         (rfc2231-encode-string): Be sure to work on multibyte buffer at
1123         first, and after mm-encode-body, change the buffer to unibyte.
1124         Use mm-disable-multibyte instead of set-buffer-multibyte.
1125
1126 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
1129         Content-Type header instead of Content-Disposition header.
1130         (gnus-mime-inline-part): Ditto.
1131         (gnus-mime-view-part-as-charset): Ignore charset that the part
1132         specifies.
1133
1134         * mm-decode.el (mm-display-part): Work with external parts and
1135         usual parts similarly.
1136
1137         * mm-extern.el (mm-inline-external-body): Use mm-display-part
1138         instead of gnus-display-mime.
1139
1140         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
1141         instead of with-temp-buffer.
1142
1143         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
1144         tag to summarized topics part in order to encode non-ASCII text.
1145
1146 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1147
1148         * smiley.el (smiley-style): New variable.
1149         (smiley-directory): New function.
1150         (smiley-data-directory): Derive from `smiley-style' using
1151         `smiley-directory'.
1152         (smiley-regexp-alist): Add new entries.
1153
1154         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
1155         (gnus-article-browse-delete-temp): Add :version.
1156
1157 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1158
1159         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
1160         the sieve region.
1161
1162 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * gnus.el (gnus-version-number): Bump version.
1165
1166 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1167
1168         * gnus.el: No Gnus v0.4 is released.
1169
1170 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171
1172         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
1173         layout.
1174
1175         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
1176         unknown charset.
1177
1178         * message.el (message-header-synonyms): Add Original-To to the
1179         default.
1180
1181         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
1182         optional parameter.
1183
1184 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1185
1186         * gnus-fun.el (gnus): Require it for gnus-directory.
1187
1188 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * gnus-fun.el (gnus-face-properties-alist): Add :version.
1191
1192 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1193
1194         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
1195
1196 2006-04-05  Simon Josefsson  <jas@extundo.com>
1197
1198         * password.el (password-reset): New function.
1199
1200 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1201
1202         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
1203         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1204
1205 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1206
1207         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1208         Some whitespace was matched into the url, which broke browsing hits
1209         > 100 when mm-url-use-external was nil.
1210
1211 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
1212
1213         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
1214         gnus-extra-headers for 'Newsgroups.
1215
1216         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
1217         bound.
1218
1219 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
1220
1221         * pgg-gpg.el: Clean up process buffers every time gpg processes
1222         complete.
1223
1224 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1225
1226         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
1227         doc string.
1228
1229 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
1230
1231         * pgg-gpg.el (pgg-gpg-process-filter)
1232         (pgg-gpg-wait-for-completion): Check if buffer is alive.
1233
1234         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1235         lines, temporary fix.
1236
1237 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1238
1239         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
1240
1241 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
1242
1243         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1244         default-enable-multibyte-characters.  This reverts the change from
1245         revision 6.17 which is no longer necessary because the passphrase
1246         is sent separately now.  GnuPG messages are unreadable under
1247         multibyte locales with default-enable-multibyte-characters set to
1248         nil.
1249
1250 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
1251
1252         * message.el (message-tool-bar-gnome): Move "spell".
1253
1254 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
1255
1256         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
1257         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
1258         instead.
1259
1260 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
1261
1262         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
1263         newsgroups handling for NNTP overviews which don't include
1264         Newsgroups.
1265
1266 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1267
1268         * message.el (message-resend): Bind message-generate-hashcash to
1269         to nil.
1270
1271 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1272
1273         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
1274         when searching for already-paid recipients.
1275
1276 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
1277
1278         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1279         passphrases when it is not needed.
1280         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1281         passphrase stuff from gpg, should only be necessary when you use
1282         gpg with a smartcard.
1283
1284 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * mml.el (mml-insert-mime): Ignore cached contents of
1287         message/external-body part.
1288
1289         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
1290         (mm-insert-part): Ditto.
1291
1292 2006-03-23  Simon Josefsson  <jas@extundo.com>
1293
1294         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
1295         Reiner.
1296         (pgg-gpg-use-agent-p): Use it again.
1297
1298 2006-03-23  Simon Josefsson  <jas@extundo.com>
1299
1300         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
1301         older emacsen.
1302         (pgg-gpg-use-agent-p): Don't use it.
1303
1304 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
1305
1306         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
1307         if we can.
1308
1309 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
1310
1311         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1312         (pgg-gpg-update-agent): New function.
1313         (pgg-gpg-use-agent-p): New function.
1314         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1315         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1316         (pgg-gpg-sign-region): Use it.
1317
1318 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
1321         Reported by Ralf Wachinger <rwachinger@gmx.de>.
1322
1323 2006-03-21  Simon Josefsson  <jas@extundo.com>
1324
1325         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1326         <wilde@sha-bang.de>.
1327         (pgg-gpg-use-agent): New variable.
1328         (pgg-gpg-process-region): Use it.
1329         (pgg-gpg-encrypt-region): Likewise.
1330         (pgg-gpg-encrypt-symmetric-region): Likewise.
1331         (pgg-gpg-decrypt-region): Likewise.
1332         (pgg-gpg-sign-region): Likewise.
1333         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1334
1335 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1336
1337         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
1338
1339         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
1340         Add comment on version.
1341
1342 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1343
1344         * smiley.el: Add missing test smiley.
1345
1346 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * mm-decode.el (mm-with-part): New macro.
1349         (mm-get-part): Use it; work with message/external-body as well.
1350         (mm-save-part): Treat name and filename equally.
1351
1352         * mm-extern.el (mm-extern-cache-contents): New function.
1353         (mm-inline-external-body): Use it; force the part to be displayed;
1354         move undisplayer added to the cached handle to the parent.
1355
1356         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
1357         (gnus-mime-view-part-as-type): Work with message/external-body.
1358
1359         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
1360
1361 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1362
1363         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
1364         images in image-load-path.  [Sync with image.el, revision 1.60, in
1365         Emacs.]
1366
1367 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1368
1369         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
1370         path rather than symbol.  Always return list of directories.
1371         Guarantee that image directory comes first.  [Sync with image.el,
1372         revision 1.59, in Emacs.]
1373
1374         * message.el (message-make-tool-bar): Adjust to new API of
1375         `gmm-image-load-path-for-library'.
1376
1377         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1378
1379         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1380
1381 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1382
1383         * gnus-art.el (gnus-article-only-boring-p):
1384         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
1385         intangible text.
1386         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
1387
1388 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
1389
1390         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
1391         `defun' instead of `gmm-defun-compat'.
1392
1393 2006-03-14  Simon Josefsson  <jas@extundo.com>
1394
1395         * message.el (message-unique-id): Don't use message-number-base36
1396         if (user-uid) is a float.
1397         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
1398
1399 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
1402
1403         * gnus-art.el (gnus-mime-display-single): Make sure there is an
1404         empty line between a part and a message part.
1405
1406 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
1407
1408         * smiley.el: Add more test smileys.
1409         (smiley-data-directory, smiley-regexp-alist)
1410         (gnus-smiley-file-types): Fix doc strings.
1411         (smiley-update-cache): Clear smiley-cached-regexp-alist before
1412         adding new elements.
1413         (smiley-mouse-map): Unused code.  Make it a comment.
1414
1415 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1416
1417         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1418         scan latest NoCeM messages instead of old ones.
1419         (gnus-nocem-check-article): Fix regexps so as to match to PGP
1420         delimiters that are recently used.
1421         (gnus-nocem-load-cache): Add autoload cookie.
1422
1423         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1424
1425         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1426         level which is larger than gnus-use-nocem is specified.
1427
1428         * gnus-group.el (gnus-group-get-new-news): Ditto.
1429
1430 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1431
1432         * gnus-util.el (gnus-tool-bar-update): New function.
1433
1434         * gnus-group.el (gnus-group-update-tool-bar): New variable.
1435         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1436
1437         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1438
1439         * gnus-group.el (gnus-group-redraw-when-idle)
1440         (gnus-group-redraw-check): Remove.
1441         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
1442
1443 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1446         if optional last element is specified in splits (FIELD VALUE...).
1447
1448 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
1449
1450         * message.el (message-make-tool-bar): Rename gmm-image-load-path
1451         to gmm-image-load-path-for-library.  Call with no-error argument.
1452         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
1453
1454         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1455
1456         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1457
1458         * gmm-utils.el (gmm-image-load-path): Remove alias.
1459
1460 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
1461
1462         * gmm-utils.el (gmm-image-load-path): Add alias.
1463
1464         * nnml.el (nnml-generate-nov-databases-directory): Rename from
1465         nnml-generate-nov-databases-1.
1466         (nnml-generate-nov-databases): Use it.
1467         (nnml-generate-nov-databases-directory): Document no-active
1468         argument.
1469
1470         * gmm-utils.el (gmm-image-load-path-for-library): Return single
1471         directory if path is t.  Add no-error.
1472
1473         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
1474         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1475
1476         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
1477         resetting gnus-article-browse-html-temp-list.
1478
1479         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
1480         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
1481         Add example to docstring.  Rename local variables.  Move error
1482         checks to default case in cond and simplify.
1483
1484 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1487         handle is multipart when calling it recursively.
1488         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1489
1490 2006-03-03  Daniel Pittman <daniel@rimspace.net>
1491
1492         * nnimap.el (nnimap-request-update-info-internal): Optimize.
1493         Don't `gnus-uncompress-range' to avoid excessive memory usage.
1494
1495 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1496
1497         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
1498         is loaded.
1499
1500         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
1501         loaded.
1502
1503 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1504
1505         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1506         to "Emacs 23 (unicode)" in doc string.
1507
1508         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1509         "Emacs 23 (unicode)" in comment.
1510
1511 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
1514
1515         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1516         characters 160 through 255 in Emacs 23.
1517
1518 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1519
1520         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
1521         gnus-article-browse-html-temp.
1522         (gnus-article-browse-delete-temp): Make it customizable.  Add
1523         `file'.  Adjust doc string.
1524         (gnus-article-browse-delete-temp-files): Add argument.  Allow
1525         query for each file.  Adjust doc string.
1526         (gnus-article-browse-html-parts): Add
1527         `gnus-article-browse-delete-temp-files' to
1528         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
1529
1530 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
1531
1532         * gnus-art.el (gnus-article-browse-html-temp)
1533         (gnus-article-browse-delete-temp): New variables.
1534         (gnus-article-browse-delete-temp-files): New function.
1535         (gnus-article-browse-html-parts): Use it.
1536
1537 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1538
1539         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
1540
1541         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
1542         string.
1543
1544         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
1545         gnus-summary-insert-new-articles when unplugged.  Remove
1546         gnus-summary-search-article-forward.
1547
1548         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
1549         display-visual-class instead of display-color-cells.
1550
1551 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * dgnushack.el: Autoload customize-group for XEmacs.
1554
1555         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
1556         message/* containing non-ASCII text properly.
1557
1558 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1559
1560         * message.el: Require gmm-utils, remove autoloads.
1561         (message-tool-bar): Set default based on
1562         gmm-tool-bar-style.
1563         (message-tool-bar-gnome): Add gmm-customize-mode.
1564
1565         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
1566         gmm-tool-bar-style.
1567         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
1568
1569         * gnus-group.el (gnus-group-tool-bar): Set default based on
1570         gmm-tool-bar-style.
1571         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
1572
1573         * gmm-utils.el (gmm-image-directory): Rename variable from
1574         gmm-image-load-path.
1575         (gmm-image-load-path): Use gmm-image-directory.
1576         (gmm-customize-mode): New function.
1577         (gmm-tool-bar-style): New variable.
1578
1579         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
1580         gnus-group-redraw-line-number.
1581         (gnus-group-redraw-check): Simplify.
1582         (gnus-group-tool-bar-update): Remove redraw check.
1583         (gnus-group-make-tool-bar): Add redraw check.
1584
1585 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
1586
1587         * gnus-art.el (gnus-button): Add missing parentheses.
1588
1589 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * lpath.el: Fbind line-number-at-pos.
1592
1593 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
1596
1597 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1598
1599         * gnus-art.el (gnus-button): New face.
1600         (gnus-article-button-face): Use it.
1601
1602         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
1603         gnus-summary-next-page.  Re-order.
1604
1605         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
1606         next-node are now included.
1607         (gnus-group-redraw-line-number): New internal variable.
1608         (gnus-group-redraw-check): Helper function for updating the tool
1609         bar.
1610         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
1611
1612         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
1613
1614         * spam.el (spam-spamassassin-score-regexp): New internal variable.
1615         (spam-extra-header-to-number, spam-check-spamassassin-headers):
1616         Use it to match format of Spamassassin 3.0 and later.  Reported by
1617         IRIE Tetsuya <irie@t.email.ne.jp>.
1618         (spam-check-bogofilter)
1619         (spam-bogofilter-register-with-bogofilter): Fix args of
1620         `gnus-error' calls.
1621
1622 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1623
1624         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
1625         unnecessary interaction when sending queued mails.  Reported by
1626         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
1627
1628 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1629
1630         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
1631         first or last are nil.
1632
1633 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1634
1635         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
1636
1637 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638
1639         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
1640
1641 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1642
1643         * dns.el (query-dns): Protect more against buggy tcp output.
1644
1645 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1646
1647         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
1648         nov.php.
1649
1650 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1651
1652         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
1653         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
1654         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
1655         output on the server side.
1656         (nnweb-google-create-mapping): Update regexps and add some
1657         progress indication.
1658
1659 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
1660
1661         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
1662         gnus-agent-toggle-plugged.  Re-order icons.
1663         (gnus-group-tool-bar-gnome): Add
1664         gnus-group-{prev,next}-unread-group.
1665         (gnus-group-tool-bar-gnome): Re-order icons.
1666
1667         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
1668         gnus-summary-insert-new-articles.
1669
1670         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
1671         comments.
1672
1673         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
1674         also available in Emacs 21.3.
1675
1676         * message.el (message-fix-before-sending): Change "Emacs 22" to
1677         "Emacs 23 (unicode)" in comment.
1678
1679         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
1680         "Emacs 23 (unicode)" in comment.
1681
1682         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
1683         comment.
1684         (mm-coding-system-p): Add comment about no-MULE XEmacs.
1685
1686         * mm-view.el (mm-fill-flowed): Add :version.
1687
1688 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
1691         and load-path.
1692
1693 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
1694
1695         * message.el: Autoload gmm-image-load-path.
1696         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
1697         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
1698         consitency.
1699
1700         * gmm-utils.el (gmm-image-load-path): Also search in
1701         "../etc/images".  Don't set gmm-image-load-path if we don't find
1702         the image.
1703
1704 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * gmm-utils.el (gmm-image-load-path): Don't make
1707         `gmm-image-load-path' include subdirectories which the second arg
1708         `image' might specify.
1709
1710         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
1711         subdirectory to icon file names.
1712
1713         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
1714
1715 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
1716
1717         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
1718         gmm-image-load-path calls.
1719
1720         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1721
1722         * message.el (message-make-tool-bar): Ditto.
1723
1724         * mml.el (mml-preview): Added comment concerning tool bar icons.
1725
1726         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
1727         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
1728
1729         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
1730         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
1731
1732         * message.el (message-tool-bar-gnome): Use new icon names.
1733         (message-make-tool-bar): Use `gmm-image-load-path'.
1734
1735         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
1736         functions from MH-E.
1737         (gmm-image-load-path): New variable from MH-E.
1738         (gmm-image-load-path): New function from MH-E.  Added arguments
1739         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
1740         *-image-load-path-called-flag.
1741
1742 2006-02-21  Milan Zamazal <pdm@brailcom.org>
1743
1744         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
1745
1746 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
1747         (tiny change)
1748
1749         * nnimap.el (nnimap-request-move-article): Change folder back to
1750         source group before deleting.
1751
1752 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1753
1754         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
1755
1756         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
1757         mm-url.
1758
1759         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
1760
1761 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1762
1763         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
1764         coding system which mm-charset-to-coding-system returns for a
1765         given charset is valid.
1766
1767 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
1768
1769         * html2text.el (html2text-remove-tag-list):
1770         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
1771
1772 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1773
1774         * gnus-cus.el: Revert 2005-10-17 change.
1775
1776 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * gnus-art.el (article-strip-banner): Call
1779         article-really-strip-banner only when the regexp match is made.
1780
1781 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * gnus-art.el (article-strip-banner): Use
1784         gnus-extract-address-components instead of
1785         mail-header-parse-addresses to make it work with non-ASCII text;
1786         remove mail-encode-encoded-word-string.
1787
1788         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
1789         values which are surrounded with \"...\"; make it never cause a
1790         Lisp error; give up parsing of parameters if it failed in
1791         extracting type.
1792
1793 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1794
1795         * smime.el (smime-cert-by-ldap-1): Fix bug where
1796         `smime-ldap-search' returns results without userCertificates.
1797
1798 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1799
1800         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
1801
1802 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1803
1804         * spam.el (spam-check-spamassassin-headers): Adapt format for
1805         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
1806         <ari@mbf.ocn.ne.jp>.
1807         (spam-list-of-processors): Add spam-use-gmane.
1808
1809 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1810
1811         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
1812         make-temp-file; make it work with XEmacs as well.
1813
1814         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
1815         mm-make-temp-file.
1816
1817         * mm-decode.el (mm-display-external): Use the 3rd arg of
1818         mm-make-temp-file.
1819         (mm-create-image-xemacs): Ditto.
1820
1821 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1822
1823         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
1824         with message-narrow-to-headers.
1825         (gnus-draft-setup): Narrow to header to run message-fetch-field.
1826         (gnus-draft-check-draft-articles): New function.
1827         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
1828
1829 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
1830
1831         * gnus-art.el (gnus-article-browse-html-parts):
1832         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
1833         Don't use suffix argument for mm-make-temp-file for Emacs 21
1834         compatibility.  Remove useless `format'.
1835
1836 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1837
1838         * nnweb.el (nnweb-google-wash-article): Update regexps.
1839         (nnweb-group-alist): Use defvoo instead of defvar.
1840
1841 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
1844         re-loading nn* modules.
1845
1846 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1847
1848         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
1849         for `tool-bar-mode' and don't check it's default-value.
1850
1851         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1852
1853         * message.el (message-make-tool-bar): Ditto.
1854
1855         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
1856         `substring'.  Shorten tmp-file name.
1857
1858         * gnus.el: Remove bogus comment.
1859
1860 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
1861
1862         * gnus-art.el (gnus-article-browse-html-parts): New function.
1863         (gnus-article-browse-html-article): New function for viewing html
1864         articles with a browser.
1865
1866 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
1867
1868         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
1869         in elisp.
1870         (pgg-gpg-encrypt-symmetric-region): Ditto.
1871         (pgg-gpg-sign-region): Ditto.
1872
1873         * pgg-def.el (pgg-text-mode): New variable.
1874
1875         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
1876         (mml2015-pgg-encrypt): Ditto.
1877
1878         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
1879         (mml1991-pgg-encrypt): Ditto.
1880
1881 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1882
1883         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
1884         message-make-date instead of current-time-string.
1885
1886         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
1887         to gnus-decoded which mm-uu might set.
1888
1889 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1890
1891         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
1892         don't decode quoted parameters; remove misimported Emacs code.
1893         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1894         (rfc2231-decode-encoded-string): Don't use split-string which
1895         behaves differently according to Emacs version; use
1896         mm-decode-coding-region to convert charset to coding-system.
1897         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1898         (rfc2231-encode-string): Remove misimported Emacs code.
1899
1900 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1901
1902         * gnus-art.el (article-decode-charset): Don't use ignore-errors
1903         when calling mail-header-parse-content-type.
1904         (article-de-quoted-unreadable): Ditto.
1905         (article-de-base64-unreadable): Ditto.
1906         (article-wash-html): Ditto.
1907
1908         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
1909         calling mail-header-parse-content-type and
1910         mail-header-parse-content-disposition.
1911         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
1912         mail-header-parse-content-type.
1913
1914         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
1915         insert charset and format parameters; encode description after
1916         inserting it to buffer.
1917         (mml-insert-parameter): Fold lines properly even if a parameter is
1918         segmented into two or more lines; change the max column to 76.
1919
1920         * rfc1843.el (rfc1843-decode-article-body): Don't use
1921         ignore-errors when calling mail-header-parse-content-type.
1922
1923         * rfc2231.el (rfc2231-parse-string): Return at least type if
1924         possible; don't cause an error even if it fails in parsing of
1925         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1926         (rfc2231-encode-string): Don't break lines at the beginning, leave
1927         it to mml-insert-parameter.
1928
1929         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
1930         calling mail-header-parse-content-type.
1931
1932 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
1933
1934         * spam-report.el (spam-report-gmane-use-article-number):
1935         Improve doc string.
1936         (spam-report-gmane-internal): Check if a suitable header was found
1937         in the article.
1938
1939 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
1942         (rfc2231-encode-string): Make param*=value always begin with LWSP.
1943
1944 2006-02-05  Romain Francoise  <romain@orebokech.com>
1945
1946         Update copyright notices of all files in the gnus directory.
1947
1948 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1949
1950         * nnweb.el (nnweb-request-group): Avoid growing overview files.
1951
1952 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1953
1954         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
1955         segmented lines of parameter value to cope with Thunderbird 1.5
1956         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
1957         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1958         (rfc2231-encode-string): Don't make lines exceeding 76 column.
1959
1960 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
1961
1962         * mml.el (mml-generate-mime-1): Correct the order of inline signed
1963         parts.
1964
1965 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1966
1967         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
1968         there's only one active file for all servers.
1969         (nnweb-request-scan): Make sure nnweb-articles is initialized on
1970         solid groups.  Gnus might have used a FAST request to select the group.
1971         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
1972         and nnweb-search redundantly in the active file.
1973         (nnweb-request-list): Don't list bogus groups.  There can only be one.
1974         (nnweb-request-create-group): Don't use ARGS.
1975         (nnweb-possibly-change-server, nnweb-request-group): Remove some
1976         initialisations.  Let nnoo do the work.
1977
1978 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1979
1980         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
1981         Say the part has been decoded.
1982
1983         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
1984
1985 2006-01-31  Kevin Ryde  <user42@zip.com.au>
1986
1987         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
1988         mailcap-viewer-test-cache when there's no 'test clause, since that
1989         will invert the meaning of a "nil" test previously determined by
1990         mailcap-mailcap-entry-passes-test.
1991
1992 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1993
1994         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
1995         compiling.
1996
1997         * gnus-sum.el: Ditto.
1998
1999         * message.el: Don't bind tool-bar-map when compiling.
2000
2001 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
2002
2003         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
2004
2005 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2006
2007         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
2008         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
2009         current Google Groups.
2010
2011 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
2012
2013         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
2014         and tool-bar-mode.
2015
2016         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
2017         and tool-bar-mode.
2018
2019         * message.el (message-tool-bar-update): Simplify.
2020         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
2021
2022         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
2023         gnus-summary-buffer.
2024         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
2025         gnus-summary-reply.
2026
2027         * gmm-utils.el (gmm): Add :version.
2028
2029 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2030
2031         * Makefile.in (clean): New rule.
2032         (distclean): Use it.
2033
2034 2006-01-26  Steve Youngs  <steve@sxemacs.org>
2035
2036         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
2037         autoload.
2038
2039 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2040
2041         * gmm-utils.el (gmm-verbose): Add :group.
2042
2043 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
2044
2045         * message.el: Change some comments WRT tool-bars.
2046
2047         * gnus-sum.el (gnus-summary-tool-bar)
2048         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
2049         (gnus-summary-tool-bar-zap-list): New variables.
2050         (gnus-summary-make-tool-bar): Complete rewrite using
2051         `gmm-tool-bar-from-list'.
2052
2053         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
2054         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
2055         variables.
2056         (gnus-group-make-tool-bar): Complete rewrite using
2057         `gmm-tool-bar-from-list'.
2058         (gnus-group-tool-bar-update): New function.
2059
2060         * message.el (message-mode-field-menu): Add "Show hidden Headers".
2061
2062 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
2065         is dissected into a single part of which the type is the same as
2066         the given one; decode charset.
2067
2068 2006-01-21  Kevin Ryde  <user42@zip.com.au>
2069
2070         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
2071         into alists as symbol not string, since that's what
2072         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
2073         look for.
2074
2075 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
2076
2077         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
2078         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
2079
2080         * message.el (message-tool-bar-gnome): Use gmm-ignore.
2081
2082 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
2085         (gnus-xmas-mime-security-button-menu): New function.
2086
2087         * gnus-art.el (gnus-mime-security-button-commands): New variable.
2088         (gnus-mime-security-button-menu): New definition.
2089         (gnus-mime-security-button-map): Use them.
2090         (gnus-mime-security-button-menu): New function.
2091         (gnus-insert-mime-security-button): Addition to help echo.
2092         (gnus-mime-security-run-function, gnus-mime-security-save-part)
2093         (gnus-mime-security-pipe-part): New functions.
2094
2095         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
2096         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
2097
2098         * mm-decode.el (mm-handle-set-disposition): Remove.
2099         (mm-handle-set-description): Remove.
2100
2101 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
2104         (mm-w3m-standalone-supports-m17n-p): New function.
2105         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
2106         w3m usage.
2107
2108         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
2109         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
2110
2111 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2112
2113         * message.el (message-tool-bar-zap-list): Use
2114         gmm-tool-bar-zap-list as custom type.
2115         (message-tool-bar-update): New function.
2116         (message-tool-bar, message-tool-bar-gnome)
2117         (message-tool-bar-retro): Add message-tool-bar-update.
2118         (message-tool-bar-gnome): Add flyspell-buffer.
2119
2120         * gnus-util.el (gnus-error): Describe `args'.
2121
2122         * gmm-utils.el (gmm-error): Describe `args'.
2123         (gmm-tool-bar-zap-list): New widget.
2124         (gmm-tool-bar-from-list): Improve description of `zap-list'.
2125
2126 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2127
2128         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
2129         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
2130         the number of recursive calls.
2131
2132         * mm-decode.el (mm-handle-set-disposition): New macro.
2133         (mm-handle-set-description): New macro.
2134
2135 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2136
2137         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
2138         encoding.
2139
2140 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2141
2142         * message.el (message-tool-bar-zap-list, message-tool-bar)
2143         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
2144         (message-tool-bar-local-item-from-menu): Remove.
2145         (message-tool-bar-map): Replace by `message-make-tool-bar'.
2146         (message-make-tool-bar): New function.
2147         (message-mode): Use `message-make-tool-bar'.
2148
2149         * gmm-utils.el: New file.
2150         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
2151         (gmm-lazy): New widget copied from `nnmail.el'.
2152         (gmm-tool-bar-from-list): New function for creating customizable
2153         tool bars.
2154         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
2155         output.
2156         (gmm): Add :prefix to defgroup.
2157
2158 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
2159
2160         * gmm-utils.el (gmm-widget-p): New function.
2161
2162 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2163
2164         * mml.el (mml-attach-file): Describe `description' in doc string.
2165         (mml-menu): Add Emacs MIME manual and PGG manual.
2166
2167 2006-01-20  Richard M. Stallman  <rms@gnu.org>
2168
2169         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
2170
2171 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
2172
2173         * nntp.el (nntp-end-of-line): Doc fix.
2174
2175 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
2176
2177         * imap.el (imap-open): Handle case where buffer is a buffer
2178         object.
2179
2180 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2181
2182         * gnus-delay.el (gnus-delay): Don't autoload.
2183         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2184         to be re-loaded when customizing the `gnus-delay' group.
2185
2186 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
2187
2188         * message.el (message-insert-citation-line): Use newlines.
2189
2190 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2191
2192         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
2193         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
2194         these routines, so the passphrase can be managed externally and
2195         passed in to the system.
2196         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
2197         pgg-add-passphrase-to-cache function.
2198
2199         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
2200         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
2201         these routines, so the passphrase can be managed externally and
2202         passed in to the system.
2203         (pgg-pgp5-sign-region): Use new name of
2204         pgg-add-passphrase-to-cache function.
2205
2206 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2207
2208         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
2209         part of the decoded armor to find the key-identifier.
2210         (pgg-gpg-lookup-key-owner): New function to return the
2211         human-readable identifier of a key owner.
2212         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
2213         itself.
2214         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
2215         the key value) if we have a key and can match it against a secret
2216         key.  Also, added a note pointing out fact that the prompt only
2217         indicates the first matching key.
2218
2219         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
2220         pgg-decrypt-region.
2221         (pgg-add-passphrase-to-cache): Rename from
2222         `pgg-add-passphrase-cache' to reduce confusion (all callers
2223         changed).
2224         (pgg-remove-passphrase-from-cache): Rename from
2225         `pgg-remove-passphrase-cache' to reduce confusion (all callers
2226         changed).
2227         (pgg-read-passphrase, pgg-add-passphrase-cache)
2228         (pgg-remove-passphrase-cache): Add informative docstrings.
2229         (pgg-decrypt): Convey provided passphrase in subordinate call to
2230         pgg-decrypt-region.
2231
2232 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
2233
2234         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
2235         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
2236         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
2237         'passphrase' argument, so the passphrase can be managed externally
2238         and then passed in to the system.
2239
2240         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
2241         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
2242         so the passphrase cache can be used reliably with identifiers
2243         besides a pgp packet's key id.
2244
2245         * pgg-gpg.el (pgg-gpg-encrypt-region)
2246         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2247         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
2248         these routines, so the passphrase can be managed externally and
2249         passed in to the system.
2250
2251         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
2252         'notruncate' argument, so the passphrase cache can be used
2253         reliably with identifiers besides a pgp packet's key id.
2254
2255 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
2256
2257         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2258         symmetric encryption.
2259         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2260         encrypted session key.
2261         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2262         message ask for the passphrase in a proper way.
2263
2264         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2265         New user commands for symmetric encryption.
2266
2267 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
2270
2271         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
2272
2273 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
2274
2275         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
2276
2277 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * mm-decode.el (mm-inlined-types): Add application/pgp.
2280         (mm-automatic-display): Ditto.
2281
2282         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
2283         part as text.
2284
2285 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * nnrss.el: Update copyright.
2288         (nnrss-opml-import): Query whether to subscribe to each entry.
2289
2290         * gnus-art.el:
2291         * gnus-sum.el:
2292         * gnus-xmas.el:
2293         * messagexmas.el:
2294         * mm-uu.el:
2295         * mm-view.el: Update copyright.
2296
2297 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
2298
2299         * message.el (message-info): New function.
2300         (message-mode-menu): Add it.
2301         Update copyright.
2302
2303         * ChangeLog: Fix and update copyright.
2304
2305 2006-01-13  Romain Francoise  <romain@orebokech.com>
2306
2307         * message.el (message-forward-subject-name-subject): Prefer the
2308         address to 'nowhere' if the sender has no name.
2309         Fix typo.  Update copyright year.
2310
2311 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * gnus-art.el (article-wash-html): Use
2314         gnus-summary-show-article-charset-alist if a numeric arg is given.
2315         (gnus-article-wash-html-with-w3m-standalone): New function.
2316
2317         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
2318         mm-inline-text-html-render-with-w3m-standalone.
2319         (mm-text-html-washer-alist): Map w3m-standalone to
2320         gnus-article-wash-html-with-w3m-standalone.
2321         (mm-inline-text-html-render-with-w3m-standalone): New function.
2322
2323 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2324
2325         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
2326         Improve LaTeX.
2327
2328 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2329
2330         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
2331         (nnrss-request-article): Render text/plain parts as HTML.
2332
2333         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
2334         the buffer.
2335
2336 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2337
2338         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
2339         custom definition of `gnus-posting-styles'.
2340
2341         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2342         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
2343
2344 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2345
2346         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
2347         Use nntp for bug archive.
2348
2349 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
2352         parts.
2353         (nnrss-normalize-date): New function converts ISO 8601 date into
2354         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2355         (nnrss-check-group): Use it.
2356
2357 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
2360
2361         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
2362         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2363         (nnrss-insert-w3): Ditto.
2364
2365 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2366
2367         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
2368         the articles to be forwarded including the case where neither a
2369         number of articles nor a region is specified.
2370
2371 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * nnrss.el (nnrss-request-article): Fix last change; fill
2374         text/plain parts.
2375
2376 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2377
2378         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
2379         in text/plain part.
2380         (nnrss-check-group): Don't add excessive newline to dc:subject.
2381
2382 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
2383
2384         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
2385         article.
2386
2387 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2388
2389         * nnml.el: Don't require gnus-bcklg.  Autoload it.
2390         (nnml-use-compressed-files, nnml-save-mail): Support other
2391         comression programs such as bzip2.
2392
2393 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394
2395         * dns.el (query-dns): Make sure we check the buffer size before
2396         removing tcp headers.
2397
2398 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2399
2400         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
2401         remove MIME buttons associated with multipart/alternative parts.
2402         (gnus-mime-display-alternative): Tag buttons using `article-type'
2403         text property.
2404
2405         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
2406         associated with multipart/alternative parts.
2407
2408         * gnus-art.el (gnus-signature-separator): Fix custom type.
2409
2410         * mm-decode.el (mm-inlined-types): Fix custom type.
2411         (mm-keep-viewer-alive-types): Ditto.
2412         (mm-automatic-display): Ditto.
2413         (mm-attachment-override-types): Ditto.
2414         (mm-inline-override-types): Ditto.
2415         (mm-automatic-external-display): Ditto.
2416
2417 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2418
2419         * spam-report.el (spam-report-user-mail-address)
2420         (spam-report-user-agent): New variables.
2421         (spam-report-url-ping-plain): Use spam-report-user-agent.
2422
2423 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
2424
2425         * gnus-art.el (gnus-button-handle-custom): Do not just use
2426         `customize-apropos' for any "M-x customize-*" button but the
2427         function called for.  Accept both the function name and its
2428         argument in order to achieve this.
2429         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
2430         function name to `gnus-button-handle-custom' in case of "M-x
2431         customize-*" buttons.
2432
2433 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
2436         multipart/alternative and add xref to mm-discouraged-alternatives
2437         in doc string.
2438
2439         * mm-decode.el (mm-discouraged-alternatives): Add xref to
2440         gnus-buttonized-mime-types in doc string.
2441
2442 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2443
2444         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
2445         Suggest image/.* in the doc string.
2446
2447 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2448
2449         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
2450         message-marks (Debian bug #342521).
2451
2452 2005-12-12  Simon Josefsson  <jas@extundo.com>
2453
2454         * password.el (password-read-from-cache): Add.
2455         (password-read): Use it.
2456
2457 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2458
2459         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
2460         us-ascii as a MIME charset.
2461
2462         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
2463         against the case where the 2nd arg TYPE is nil.
2464
2465 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2466
2467         * pop3.el (pop3-stream-type): Fix custom version.
2468
2469         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
2470
2471 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2472
2473         * mm-decode.el (mm-display-external): Add missing cdr.
2474
2475 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * mm-decode.el (mm-display-external): Use nametemplate (defined in
2478         RFC1524) if it is in mailcap or add a suffix according to
2479         mailcap-mime-extensions when generating a temp filename; postpone
2480         deleting a temp file for 2 seconds for some wrappers, shell
2481         scripts, and so on, which might exit right after having started a
2482         viewer command as a background job.
2483
2484 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2485
2486         * nntp.el (nntp-marks-directory): Fix custom group.
2487
2488         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
2489         steps when < 10.
2490
2491         * gnus-start.el (gnus-no-server-1): Mention
2492         `gnus-level-default-subscribed' in doc string.
2493
2494 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2495
2496         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
2497         parens.
2498
2499 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * gnus-xmas.el (gnus-use-toolbar): Revert.
2502         (gnus-xmas-setup-toolbar): Use global default-toolbar if
2503         gnus-use-toolbar is default.
2504
2505         * messagexmas.el (message-use-toolbar): Revert.
2506         (message-setup-toolbar): Use global default-toolbar if
2507         message-use-toolbar is default.
2508
2509 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
2512         according to default-toolbar-visible-p.
2513
2514         * messagexmas.el (message-use-toolbar): Ditto.
2515
2516 2005-11-26  Dave Love  <fx@gnu.org>
2517
2518         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
2519         (tls-program, tls-success): Provide openssl alternative.
2520
2521         * starttls.el: Doc fixes.
2522         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
2523         SERVICE to PORT.
2524
2525         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
2526         port null or service name.
2527         (starttls-negotiate): Autoload.
2528
2529 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2530
2531         * message.el (message-kill-to-signature): Fix interactive spec.
2532
2533 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * pop3.el (pop3-open-server): Recognize a string as a service name.
2536
2537 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
2538
2539         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2540
2541 2005-11-23  Dave Love  <fx@gnu.org>
2542
2543         Add pop3s, pop3/starttls.
2544
2545         * pop3.el (pop3-authentication-scheme): Clarify doc.
2546         (open-tls-stream, starttls-open-stream): Autoload.
2547         (pop3-stream-type): New.
2548         (pop3-open-server): Use it.
2549
2550         * mail-source.el (mail-sources): Fix some :types.  Add stream type
2551         for POP.
2552         (mail-source-keyword-map): Add :stream for POP.
2553         (mail-source-fetch-pop): Use pop3-stream-type.
2554
2555 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2556
2557         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
2558         of current-time-string.
2559
2560 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
2561
2562         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
2563         date header.
2564
2565 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2566
2567         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
2568         it can seriously impact performance as it bypasses the agent's
2569         local caches.
2570
2571 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2572
2573         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
2574         must be explicitly online rather than "not explicitly offline" for
2575         its flags to be synchronized.
2576
2577         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
2578         that gnus-uu-unmark-thread will function correctly.
2579
2580         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
2581         1024K is instead displayed as 1M.
2582
2583 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2584
2585         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
2586
2587 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
2588
2589         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
2590
2591 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
2592
2593         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
2594         error message to display actual error condition.
2595         (gnus-agent-save-local): Avoid saving symbols that are bound to
2596         nil as they simply result in a warning message in
2597         gnus-agent-read-local.
2598
2599 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2600
2601         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
2602         rather than make-variable-buffer-local for file-precious-flag.
2603
2604 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2605
2606         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
2607         for duplicates which are removed.  The invalid sort check then
2608         triggers a rescan after the sort as sorting may have moved
2609         duplicate entries such that they can be cheaply detected.
2610
2611 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
2614
2615 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2616
2617         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
2618         internal variable to a custom variable.  Changed default value
2619         from compressed(2) to uncompressed(1).
2620         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
2621         support for uncompressed agentview files.  Taken together, reading
2622         the agentview file should now be 6-7 times faster.
2623
2624 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2625
2626         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
2627         as a buffer-local variable.  This avoids creating truncated
2628         dribble files as a result of a hang up, eg.
2629
2630 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
2631
2632         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
2633         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
2634         XEmacs.
2635
2636 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2637
2638         * gnus-start.el (gnus-start-draft-setup): Enforce
2639         `gnus-draft-mode' for nndraft:drafts at startup.
2640
2641         * gnus.el (gnus-splash): Change custom group.
2642         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
2643         allow-list argument.
2644
2645         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
2646         string.
2647
2648 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2649
2650         * gnus-art.el (gnus-default-article-saver): Add user-defined
2651         `function' to custom type.
2652
2653 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
2654
2655         * imap.el (imap-open): Handle case where buffer is a buffer
2656         object.
2657
2658 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2659
2660         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
2661         long lines.
2662         (gnus-cache-delete-group): Wrap doc strings.
2663
2664         * gnus-agent.el (gnus-agent-rename-group)
2665         (gnus-agent-delete-group): Wrap doc strings.
2666
2667
2668 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2669
2670         * messagexmas.el (message-use-toolbar): Change the valid values
2671         into default, top, bottom, left, and right.
2672         (message-toolbar-thickness): New variable.
2673         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
2674         well.
2675         (message-setup-toolbar): Make it work.
2676
2677         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
2678         (gnus-use-toolbar): Change the valid values into default, top,
2679         bottom, left, and right.
2680         (gnus-toolbar-thickness): New variable.
2681         (gnus-xmas-setup-toolbar): New function.
2682         (gnus-xmas-setup-group-toolbar): Use it.
2683         (gnus-xmas-setup-summary-toolbar): Use it.
2684
2685 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2686
2687         * gnus-start.el (gnus-1): Add "native" to
2688         gnus-predefined-server-alist.
2689
2690         * gnus.el (gnus-method-to-server): Don't add "native" to the
2691         lists here, because that leads to problems when
2692         gnus-select-method is bound.
2693
2694 2005-11-09  Simon Josefsson  <jas@extundo.com>
2695
2696         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
2697         use (not sort-by-date) instead.
2698
2699 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2700
2701         * gnus-delay.el (gnus-delay-group): Don't autoload.
2702         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2703         to be re-loaded when customizing the `gnus-delay' group.
2704
2705 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2706
2707         * message.el: Revert last changes.
2708         (message-insert-citation-line): Use newlines.
2709
2710 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2711
2712         * message.el (message-courtesy-message)
2713         (message-mark-insert-begin, message-mark-insert-end)
2714         (message-elide-ellipsis, message-cancel-message)
2715         (message-add-header, message-change-subject)
2716         (message-cross-post-followup-to-header)
2717         (message-cross-post-insert-note, message-reduce-to-to-cc)
2718         (message-widen-reply, message-delete-not-region)
2719         (message-kill-to-signature, message-insert-signature)
2720         (message-insert-importance-high, message-insert-importance-low)
2721         (message-insert-or-toggle-importance)
2722         (message-insert-disposition-notification-to)
2723         (message-indent-citation, message-yank-original)
2724         (message-cite-original-without-signature, message-cite-original)
2725         (message-insert-citation-line, message-position-on-field)
2726         (message-fix-before-sending, message-send-mail-partially)
2727         (message-send-mail, message-send-mail-with-sendmail)
2728         (message-send-mail-with-qmail, message-send-news)
2729         (message-check-news-header-syntax, message-generate-headers)
2730         (message-insert-courtesy-copy, message-fill-address)
2731         (message-fill-header, message-shorten-references)
2732         (message-setup-1, message-cancel-news)
2733         (message-forward-make-body-plain, message-forward-make-body-mime)
2734         (message-forward-make-body-mml, message-encode-message-body)
2735         (message-forward-make-body-digest-plain)
2736         (message-forward-make-body-digest-mime)
2737         (message-use-alternative-email-as-from): Insert `hard-newline'
2738         instead of ordinary newlines.
2739
2740 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * message.el (message-generate-headers): Downcase the argument
2743         given to message-check-element.
2744
2745 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
2746
2747         * nntp.el (nntp-authinfo-rejected): New error condition.
2748         (nntp-wait-for): Use new error condition to signal authentication
2749         error.
2750         (nntp-retrieve-data): Rethrow new error condition to break out of
2751         recursive call to nntp-send-authinfo.
2752
2753 2005-11-08  Romain Francoise  <romain@orebokech.com>
2754
2755         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
2756         (gnus-summary-exit-map): Bind to `Z p'.
2757         (gnus-summary-make-menu-bar): Add menu item.
2758
2759 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
2760
2761         * gnus-art.el (gnus-article-treat-custom): Add `first'.
2762         (gnus-treat-*): Add `first' in all doc strings.
2763
2764         * gnus-group.el (gnus-group-compact-group): Fix typo.
2765
2766 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2767
2768         * gnus.el (gnus-parameters-case-fold-search): New variable.
2769         (gnus-parameters-get-parameter): Use it.
2770
2771         * gnus-score.el (gnus-home-score-file): Doc fix.
2772
2773 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
2774
2775         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
2776
2777 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * mm-util.el (mm-special-display-p): New function.
2780
2781         * mml.el (mml-preview): Use it; doc fix.
2782
2783 2005-10-29  Romain Francoise  <romain@orebokech.com>
2784
2785         * message.el (message-fix-before-sending): Fix comment.
2786
2787 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2788
2789         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
2790
2791 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2792
2793         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
2794         Used in gnus-score.el.
2795
2796 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2797
2798         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
2799
2800 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2801
2802         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
2803         whitespace removed in revision 7.8.  Use concatenated string to
2804         protect trailing whitespace.
2805
2806 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
2807
2808         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
2809         (nnimap-request-expire-articles): Use it to avoid sending 'UID
2810         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
2811         Courier IMAP ("some version from 2004").  Mostly based on similar
2812         code in the same function.
2813
2814 2005-10-26  Didier Verna  <didier@xemacs.org>
2815
2816         * gnus-group.el (gnus-group-compact-group): invalidate original
2817         article buffer.
2818         * gnus-srvr.el (gnus-server-compact-server): ditto.
2819         * nnml.el (nnml-request-compact-group): handle self Xref: field in
2820         NOV database and in article itself.
2821         Invalidate article backlog.
2822
2823 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2824
2825         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
2826
2827 2005-10-26  Simon Josefsson  <jas@extundo.com>
2828
2829         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
2830         part of 2004-07-25 change.
2831
2832 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2833
2834         * message.el (message-display-completion-list): New function.
2835         (message-expand-group): Use it; make sure the Completions buffer
2836         is modifiable.
2837
2838 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
2839
2840         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
2841         user-mail-name is an empty string.
2842
2843 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
2844
2845         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
2846         depending on gnus-score-decay-constant.
2847
2848         * encrypt.el (encrypt-insert-file-contents)
2849         (encrypt-write-file-contents): Don't use `gnus-message'.
2850
2851         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
2852         arguments.
2853         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
2854         arguments to mm-uu-verbatim-marks-extract.
2855         (mm-uu-hide-markers): New variable.
2856         (mm-uu-extract): Use face similar to `gnus-cite-3'.
2857
2858         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2859         (gnus-convert-image-to-face-command): Use "convert" by default to
2860         allow other input image formats.
2861         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
2862         accordingly.
2863
2864 2005-10-23  Simon Josefsson  <jas@extundo.com>
2865
2866         * imap.el (imap-gssapi-program): Align command line parameters
2867         with latest GNU SASL.
2868         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
2869
2870 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2871
2872         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
2873         HTML.
2874         (nnslashdot-request-article): Ditto.
2875
2876         * lpath.el (featurep): Add nobreak-char-display.
2877
2878 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
2879
2880         * mail-source.el (mail-source-fetch-pop): Require pop3.
2881         (mail-source-check-pop): Ditto.
2882
2883 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
2886         errors.
2887
2888 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2889
2890         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
2891         (gnus-treat-strip-leading-blank-lines): Improve doc string.
2892
2893         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
2894
2895         * mm-bodies.el (mm-decode-string): Call
2896         `mm-charset-to-coding-system' with allow-override argument.
2897
2898 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
2901         (rfc2047-charset-to-coding-system): New function.
2902         (rfc2047-decode-encoded-words): New function.
2903         (rfc2047-decode-region): Use them.
2904         (rfc2047-decode-cte): Remove.
2905         (rfc2047-parse-and-decode): Remove.
2906         (rfc2047-decode): Remove.
2907
2908 2005-10-15  Kenichi Handa  <handa@m17n.org>
2909
2910         * rfc2047.el (rfc2047-decode-cte): New function.
2911         (rfc2047-decode-region): Change the way to decode successive
2912         encoded-words: decode B- or Q-encoding in each encoded-word,
2913         concatenate them, and decode it as charset.
2914
2915 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * lpath.el: Fbind codepage-setup for XEmacs.
2918
2919 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
2920
2921         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
2922         widget-move-and-invoke.
2923         (gnus-custom-mode): Use gnus-custom-map.
2924
2925 2005-10-15  Bill Wohler  <wohler@newt.com>
2926
2927         * message.el (message-tool-bar-map): Renamed image file from
2928         mail_send to mail/send.
2929
2930 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2931
2932         * message.el (message-expand-group): Pass the common
2933         prefix substring of completion to `display-completion-list'.
2934
2935 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
2936
2937         * mml-sec.el (mml-secure-method): New internal variable.
2938         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
2939         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
2940         functions using mml-secure-method.
2941
2942         * mml.el (mml-mode-map): Add key bindings for those functions.
2943         (mml-menu): Simplify security menu entries.  Suggested by Jesper
2944         Harder <harder@myrealbox.com>.
2945         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
2946         end of message if point is the headers of the message.
2947
2948         * message.el (message-in-body-p): New function.
2949
2950         * assistant.el: Autoload gnus-util and netrc.
2951
2952         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
2953         Use `mm-charset-override-alist' only when decoding.
2954
2955         * mm-bodies.el (mm-decode-body): Call
2956         `mm-charset-to-coding-system' with allow-override argument.
2957
2958         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
2959         `filename' from Content-Disposition if Content-Type doesn't
2960         provide `name'.
2961         (gnus-mime-view-part-as-type): Set default instead of
2962         initial-input.
2963
2964 2005-10-09  Daniel Brockman  <daniel@brockman.se>
2965
2966         * format-spec.el (format-spec): Propagate text properties of % spec.
2967
2968 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2969
2970         * gnus-art.el (gnus-treat-predicate): Add `first'.
2971
2972 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
2973
2974         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
2975         (mm-charset-override-alist): New variable.
2976         (mm-charset-to-coding-system): Use it.
2977         (mm-codepage-setup): New helper function.
2978         (mm-charset-eval-alist): New variable.
2979         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
2980         about unknown charsets.
2981
2982         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
2983
2984 2005-10-04  David Hansen  <david.hansen@gmx.net>
2985
2986         * nnrss.el (nnrss-request-article): Add support for the comments tag.
2987         (nnrss-check-group): Ditto.
2988
2989 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2990
2991         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
2992         Rename x-gnus-verbatim to x-verbatim.
2993         (mm-uu-type-alist): Fix regexp for verbatim-marks.
2994
2995         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
2996         x-verbatim.
2997
2998         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
2999
3000         * gnus-util.el (gnus-remove-duplicates): Remove.
3001
3002         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
3003         instead of gnus-remove-duplicates.
3004
3005         * message.el (message-remove-duplicates): Remove.
3006         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
3007         message-remove-duplicates.
3008
3009         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
3010         available, else use implementation from `delete-dups'.
3011
3012         * message.el (message-insert-expires): New function.
3013         (message-mode-map): Add key binding.
3014         (message-mode-field-menu): Add menu entry.
3015         (message-mode): Document it.
3016         (message-make-expires-date): Use `message-make-date'.
3017
3018 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
3019
3020         * message.el (message-make-expires-date): New function.
3021
3022 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * Makefile.in (list-installed-shadows): New entry.
3025         (install): Use it.
3026         (remove-installed-shadows): New entry.
3027
3028         * dgnushack.el (dgnushack-default-load-path): New variable.
3029         (dgnushack-find-lisp-shadows): New function.
3030         (dgnushack-remove-lisp-shadows): New function.
3031
3032 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3033
3034         * Makefile.in (install-el-elc): New entry.
3035         (install): Use it so that .el files are necessarily installed.
3036
3037 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * time-date.el: Autoload parse-time-string, XEmacs needs it.
3040
3041 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3042
3043         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
3044         function rather than the diff-mode.el package.
3045         (mm-display-external): Use with-current-buffer.
3046         (mm-viewer-completion-map, mm-viewer-completion-map):
3047         Move initialization inside declaration.
3048
3049 2005-09-29  Simon Josefsson  <jas@extundo.com>
3050
3051         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
3052         autoload mail-check-payment.
3053         (spam-check-hashcash): Define unconditionally, since hashcash.el
3054         is part of Gnus now.  Ignore errors from payment checking.
3055
3056 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3057
3058         * message.el (message-bold-region, message-unbold-region): Rename
3059         from `bold-region' and `unbold-region'.
3060
3061         * message.el: Remove useless autoloads.
3062
3063 2005-09-28  Simon Josefsson  <jas@extundo.com>
3064
3065         * message.el (message-use-idna): Default to t.
3066         (message-use-idna): Test whether encoding works too.  Doc fix.
3067
3068 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * nntp.el (nntp-warn-about-losing-connection): Remove.
3071
3072 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3073
3074         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
3075         customizable.  Change default value.
3076         (mm-uu-diff-groups-regexp): Change default value.
3077         (mm-uu-type-alist): Add doc string.
3078         (mm-uu-configure): Add doc string.  Make it interactive.
3079         (mm-uu-tex-groups-regexp): New variable.
3080         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
3081         (mm-uu-type-alist): Add LaTeX documents.
3082         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
3083         of "text/verbatim".
3084         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
3085
3086         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
3087         instead of "text/verbatim".
3088
3089         * message.el (message-mark-inserted-region)
3090         (message-mark-insert-file): Use slrn style marks when called with
3091         prefix argument.
3092
3093 2005-09-27  Simon Josefsson  <jas@extundo.com>
3094
3095         * message.el (message-idna-to-ascii-rhs-1): Reformat.
3096
3097 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3098
3099         * message.el (message-remove-duplicates): New function.
3100         Implementation borrowed from `gnus-remove-duplicates'.
3101         (message-idna-to-ascii-rhs): Also encode idna addresses in
3102         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3103         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
3104         only ask about the same idna domain once per header and also tell
3105         in what header to replace the idna domain.
3106
3107         * gnus-art.el (article-decode-idna-rhs): Also decode idna
3108         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3109         (article-decode-idna-rhs): Fix regexp so that all idna-address in
3110         a header is decoded and not just the last one.
3111
3112 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
3115         has been decoded.
3116
3117         * mm-decode.el (mm-automatic-display): Add text/verbatim.
3118         (mm-insert-part): Don't modify text if it has been decoded.
3119
3120         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
3121         decoded.
3122
3123         * mm-view.el (mm-inline-text): Don't strip text props unless
3124         decoding enriched or richtext parts.
3125
3126 2005-09-25  Romain Francoise  <romain@orebokech.com>
3127
3128         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
3129         * gnus-start.el (gnus-subscribe-interactively):
3130         * gnus-uu.el (gnus-uu-grab-articles):
3131         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
3132         space.
3133
3134 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3135
3136         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3137         * mm-view.el (mm-view-pkcs7-decrypt):
3138         * gnus-sum.el (gnus-summary-limit-to-extra)
3139         (gnus-summary-respool-article, gnus-read-move-group-name):
3140         * gnus-score.el (gnus-summary-increase-score):
3141         * gnus-util.el (gnus-completing-read-with-default):
3142         * gnus-art.el (gnus-read-save-file-name)
3143         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
3144         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
3145         * message.el (message-check-news-header-syntax):
3146         Follow convention for reading with the minibuffer.
3147
3148 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
3149
3150         * spam-report.el (spam-report-url-ping-plain):
3151         Use gnus-extended-version as User-Agent.
3152
3153         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
3154         default value is nil.
3155
3156         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
3157         (mm-uu-verbatim-marks-extract): New function.
3158         (mm-uu-extract): New face.
3159         (mm-uu-copy-to-buffer): Use it.
3160
3161         * spam-report.el (spam-report-gmane-ham): Renamed from
3162         `spam-report-gmane-unspam'.
3163         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
3164         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
3165
3166         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
3167         Autoload.
3168         (spam-report-gmane-unregister-routine): Renamed
3169         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
3170
3171 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
3172
3173         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
3174         (spam-report-gmane-unregister-routine): added support for gmane
3175         unregistration
3176
3177         * spam-report.el (spam-report-gmane-unspam)
3178         (spam-report-gmane-spam): new wrappers around spam-report-gmane
3179         (spam-report-gmane): changed to take a single article and do
3180         unspam registration
3181
3182 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3183
3184         * mm-url.el (mm-url-decode-entities): Fix regexp.
3185
3186 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3187
3188         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
3189         default to nil, to be able to use Gnus at all.  If the default
3190         switches to something else, then the function should be fixed not
3191         be exceedingly slow.
3192
3193 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
3194
3195         * gnus-start.el (gnus-activate-group): if the server is nil, don't
3196         fail hard
3197
3198         * spam-report.el: better Keywords line
3199
3200         * spam.el: added Maintainer and better Keywords line
3201
3202 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3203
3204         * gnus-art.el (gnus-article-replace-part)
3205         (gnus-mime-replace-part): New functions.
3206         (gnus-mime-action-alist, gnus-mime-button-commands)
3207         (gnus-mime-save-part-and-strip): Added file argument.
3208         (gnus-article-part-wrapper): Added interactive argument.
3209
3210         * gnus-sum.el (gnus-summary-mime-map): Add
3211         `gnus-article-replace-part'.
3212
3213 2005-09-19  Didier Verna  <didier@xemacs.org>
3214
3215         The nnml compaction feature:
3216         * nnml.el (nnml-request-compact-group): New function.
3217         * nnml.el (nnml-request-compact): New function.
3218         * gnus-int.el (gnus-request-compact-group): New function.
3219         * gnus-int.el (gnus-request-compact): New function.
3220         * gnus-group.el (gnus-group-compact-group): New function.
3221         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
3222         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
3223         * gnus-srvr.el (gnus-server-compact-server): New function.
3224         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
3225         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
3226
3227 2005-09-18  Deepak Goel  <deego@gnufans.org>
3228
3229         * sieve.el (sieve-help): Fix `message' call: first arg should be a
3230         format spec.
3231
3232 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * gnus.el (gnus-group-startup-message): Bind image-load-path.
3235
3236 2005-09-15  Romain Francoise  <romain@orebokech.com>
3237
3238         * message.el (message-fill-paragraph): Clarify docstring.
3239
3240 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3241
3242         * gnus-art.el (gnus-mime-display-part): Protect against broken
3243         MIME messages.
3244
3245 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
3248         before parsing header.
3249
3250 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
3251
3252         * html2text.el: (html2text-replace-list): Add new entities.
3253
3254 2005-09-11  Romain Francoise  <romain@orebokech.com>
3255
3256         * message.el (message-alternative-emails): Improve docstring.
3257         (message-setup-1): Call `message-use-alternative-email-as-from'
3258         after `message-setup-hook' to give it precedence over posting
3259         styles, etc.
3260         (message-use-alternative-email-as-from): Add docstring.  Remove
3261         the original From header if present.
3262
3263         * nnml.el (nnml-compressed-files-size-threshold): New variable.
3264         (nnml-save-mail): Use it.
3265
3266         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
3267         articles.  Add new argument `silent'.
3268         (gnus-uu-mark-all): Report the total number of marked articles.
3269
3270 2005-09-10  Romain Francoise  <romain@orebokech.com>
3271
3272         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
3273         (gnus-uu-mark-series): Likewise.
3274
3275 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
3276
3277         * spam-report.el (spam-report-gmane): Fix generation of spam
3278         report URL.
3279
3280 2005-09-10  Simon Josefsson  <jas@extundo.com>
3281
3282         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
3283         t, based on discussion on the ding list with Robert Epprecht
3284         <epprecht@solnet.ch>.
3285
3286 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
3287
3288         * spam-report.el (spam-report-gmane): Make it work without
3289         X-Report-Spam header.  Gmane now only provides Archived-At.
3290         This is only used if `spam-report-gmane-use-article-number' is nil.
3291         (spam-report-gmane-spam-header): Remove.  Not used anymore.
3292
3293         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
3294         make `gnus-summary-sort-by-recipient' work with threading.
3295
3296         * nnweb.el (nnweb-google-wash-article): Print a message if article
3297         is not available.
3298
3299 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3300
3301         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
3302         change.  Decode text/* parts content before displaying.
3303
3304 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3305
3306         * mml-smime.el: Remove defvar of gnus-extract-address-components.
3307
3308 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * mm-view.el (mm-display-inline-fontify): Disable support modes.
3311
3312         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
3313         url-package-name, url-package-version,
3314         w3m-cid-retrieve-function-alist, w3m-current-buffer,
3315         w3m-display-inline-images, and w3m-minor-mode-map.
3316
3317 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
3318
3319         * message.el (message-tab-body-function): Fixed mismatched custom
3320         type.
3321
3322         * gnus.el (gnus-group-change-level-function): Ditto.
3323
3324         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
3325
3326         * gnus-art.el (gnus-signature-limit)
3327         (gnus-article-mime-part-function): Ditto.
3328
3329 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * mml.el (mml-mode): Silence the byte compiler.
3332
3333         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
3334         using `(sit-for 0)' before moving the point to the specified part;
3335         skip unbuttonized parts.
3336         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
3337         return to the summary window if gnus-auto-select-part is non-nil.
3338
3339 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
3340
3341         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
3342         variables.
3343         (mml-dnd-attach-file, mml-mode): Use them.
3344
3345         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
3346         Make fetching article by MID work again for Google Groups.  Added
3347         FIXME concerning gnus-group-make-web-group.
3348
3349         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
3350         Don't depend on Gnus by using mail-extract-address-components if
3351         gnus-extract-address-components is not bound.
3352
3353 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3354
3355         * gnus-art.el (gnus-mime-display-security): Don't display the
3356         signature, but only the signed part.
3357
3358 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
3361
3362         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
3363         list, not listp.
3364
3365 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
3366
3367         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
3368         when encoding.
3369
3370         * mm-bodies.el (mm-decode-content-transfer-encoding):
3371         De-canonicalize CRLF for all text content types, not just
3372         text/plain.
3373
3374 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
3377         valid article; point arrow and cursor at the MIME button.
3378
3379 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
3382         Suggested by Dan Christensen <jdc@uwo.ca>.
3383
3384         * mm-decode.el (mm-save-part): Enable change of prompt.
3385
3386 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
3387
3388         * gnus-msg.el (gnus-inews-add-send-actions): Made
3389         `message-post-method' lambda parameter ARG `&optional'.
3390
3391 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3392
3393         * gnus-sum.el (gnus-summary-mime-map): Added
3394         gnus-article-save-part-and-strip, gnus-article-delete-part and
3395         gnus-article-jump-to-part.
3396
3397         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
3398         (gnus-article-edit-part): Use it.
3399         (gnus-article-part-wrapper): Added no-handle argument.
3400         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
3401         functions.
3402
3403 2005-08-29  Romain Francoise  <romain@orebokech.com>
3404
3405         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3406         docstring.
3407         (gnus-face-from-file): Likewise.
3408
3409 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3410
3411         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
3412         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
3413         non-nil.
3414         (gnus-auto-select-part): New variable.
3415         (gnus-article-jump-to-part): New function.
3416         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
3417         (gnus-mime-delete-part): Allow selecting specified part after
3418         deleting or stripping parts.
3419         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
3420         part if argument is bogus.
3421
3422 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3423
3424         * gnus-art.el (w3m-minor-mode-map):
3425         * gnus-spec.el (gnus-newsrc-file-version):
3426         * gnus-util.el (nnmail-active-file-coding-system)
3427         (gnus-original-article-buffer, gnus-user-agent):
3428         * gnus.el (gnus-ham-process-destinations)
3429         (gnus-parameter-ham-marks-alist)
3430         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
3431         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
3432         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
3433         * mm-decode.el (gnus-current-window-configuration):
3434         * mm-extern.el (gnus-article-mime-handles):
3435         * mm-url.el (url-current-object, url-package-name)
3436         (url-package-version):
3437         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
3438         (smime-keys, w3m-cid-retrieve-function-alist)
3439         (w3m-current-buffer, w3m-display-inline-images)
3440         (w3m-minor-mode-map):
3441         * mml-smime.el (gnus-extract-address-components):
3442         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
3443         (gnus-newsrc-hashtb, message-default-charset)
3444         (message-deletable-headers, message-options)
3445         (message-posting-charset, message-required-mail-headers)
3446         (message-required-news-headers):
3447         * mml1991.el (mc-pgp-always-sign):
3448         * mml2015.el (mc-pgp-always-sign):
3449         * nnheader.el (nnmail-extra-headers):
3450         * rfc1843.el (gnus-decode-encoded-word-function)
3451         (gnus-decode-header-function, gnus-newsgroup-name):
3452         * spam-stat.el (gnus-original-article-buffer): Add defvars.
3453
3454 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3455
3456         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
3457         the end of the date treatments.
3458
3459 2005-08-15  Simon Josefsson  <jas@extundo.com>
3460
3461         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
3462         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
3463         Capello and Romain Francoise.
3464         (pgg-fetch-key-function): Removed, not used?
3465         (pgg-insert-url-with-w3): Require url, to get
3466         url-insert-file-contents regardless of where it is defined.
3467
3468 2005-08-13  Romain Francoise  <romain@orebokech.com>
3469
3470         * message.el (message-cite-original-1): New function.
3471         (message-cite-original): Use it.
3472         (message-cite-original-without-signature): Ditto.
3473
3474 2005-08-08  Romain Francoise  <romain@orebokech.com>
3475
3476         * message.el (message-yank-empty-prefix): New variable.
3477         (message-indent-citation): Use it.
3478         (message-cite-original-without-signature): Respect X-No-Archive.
3479
3480 2005-08-08  Simon Josefsson  <jas@extundo.com>
3481
3482         * pgg.el: Autoload url-insert-file-contents instead of loading
3483         w3/url.
3484         (pgg-insert-url-with-w3): Don't load url here.
3485
3486 2005-08-07  Jesper Harder  <harder@phys.au.dk>
3487
3488         * message.el (message-kill-to-signature): Don't insert newline at
3489         bol.
3490         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
3491
3492 2005-08-06  Romain Francoise  <romain@orebokech.com>
3493
3494         * message.el (message-user-fqdn): Fix typo in docstring.
3495
3496 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
3497
3498         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
3499
3500         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
3501
3502 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3503
3504         * mm-bodies.el (mm-encode-body): Use coding system rather than
3505         charset to encode text.
3506
3507         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
3508         number of charsets if utf-8 is available (XEmacs).
3509
3510 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3511
3512         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
3513         taken from `gnus-button-mid-or-mail-regexp'.
3514         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
3515         (gnus-button-alist): Improve regexp for domain part of the MIDs
3516         for news:localpart@domain buttons.
3517         (gnus-button-ctan-directory-regexp): Update.
3518
3519 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3520
3521         * sieve-manage.el (sieve-manage-interactive-login): Use
3522         make-local-variable rather than make-variable-buffer-local.
3523         (sieve-manage-open): Ditto.
3524         (sieve-manage-authenticate): Ditto.
3525
3526         * mml.el (mml-generate-mime-1): Make the content type default to
3527         text/plain if the filename is not specified.
3528
3529 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
3532         instead of insert-buffer.
3533
3534         * message.el (message-yank-original): Ditto; set the mark at the
3535         end of the yanked message.
3536
3537 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3538
3539         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
3540         lines to scroll rather than to stop it.
3541
3542         * mml.el (mml-generate-default-type): Add doc string.
3543         (mml-generate-mime-1): Use mm-default-file-encoding or make it
3544         default to application/octet-stream when determining the content
3545         type if it is not specified for the part or the mml contents; add
3546         a comment about mml-generate-default-type.
3547
3548 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
3549
3550         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
3551         make it default to application/octet-stream when determining the
3552         content type if it is not specified for the external contents.
3553
3554 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * rfc2231.el (rfc2231-parse-string): Take care that not only a
3557         segmented parameter but also other parameters might be there.
3558
3559 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3560
3561         * mm-decode.el (mm-display-external): Delete temp file, directory
3562         and buffer immediately if the external process is exited.
3563
3564 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
3567         fewer lines than that of scroll-margin.
3568         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
3569
3570 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * gnus-art.el (gnus-article-next-page): Revert.
3573         (gnus-article-beginning-of-window): New macro.
3574         (gnus-article-next-page-1): Use it.
3575         (gnus-article-prev-page): Ditto.
3576         (gnus-article-edit-part): Use insert-buffer-substring instead of
3577         insert-buffer.
3578         (gnus-article-edit-exit): Ditto.
3579
3580         * gnus-util.el (gnus-beginning-of-window): Remove.
3581         (gnus-end-of-window): Remove.
3582
3583         * lpath.el: Don't bind header-line-format and scroll-margin.
3584
3585 2005-07-25  Simon Josefsson  <jas@extundo.com>
3586
3587         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
3588         to have the url package without w3.  Reported by Daiki Ueno
3589         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
3590
3591 2005-07-20  Didier Verna  <didier@xemacs.org>
3592
3593         * gnus-diary.el: Remove the description comment (nndiary is now
3594         properly documented in the Gnus manual).
3595         Fix the spelling of "Back End".
3596         * nndiary.el: Ditto.
3597         Fix the copyright notice.
3598
3599 2005-07-18  Romain Francoise  <romain@orebokech.com>
3600
3601         * gnus-sum.el (gnus-summary-to-prefix,
3602         gnus-summary-newsgroup-prefix): New variables.
3603         (gnus-summary-from-or-to-or-newsgroups): Use them.
3604
3605 2005-07-17  Romain Francoise  <romain@orebokech.com>
3606
3607         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
3608         space as it's generally not especially interesting to the user.
3609
3610 2005-07-16  Romain Francoise  <romain@orebokech.com>
3611
3612         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
3613         nil to avoid prompting and file modification if one of the
3614         messages at the top of the nnfolder file contains a copyright
3615         notice.
3616         Update copyright notice.
3617
3618         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
3619         instead of `current-time-string' as the latter creates a time
3620         string that is not RFC 2822 compliant (it lacks the zone).
3621         Update copyright notice.
3622
3623 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3624
3625         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
3626         for text/rtf.  Display default in prompt.  Pass default for M-n.
3627
3628         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
3629
3630 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3631
3632         * gnus-msg.el (gnus-button-mailto): Remove
3633         save-selected-window-window hackery because it relies on
3634         save-selected-window internals.
3635
3636 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3637
3638         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
3639         (gnus-article-next-page-1): Use gnus-beginning-of-window.
3640         (gnus-article-prev-page): Ditto.
3641
3642         * gnus-util.el (gnus-beginning-of-window): New function.
3643         (gnus-end-of-window): New function.
3644
3645         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
3646
3647 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3648
3649         * gnus-score.el (gnus-score-edit-all-score): Set
3650         gnus-score-edit-exit-function to gnus-score-edit-done and call
3651         gnus-message.
3652
3653 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3654
3655         * gnus-msg.el (gnus-button-mailto): Remove
3656         save-selected-window-window hackery because it relies on
3657         save-selected-window internals.
3658
3659 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
3662         add-minor-mode.
3663         (gnus-binary-mode): Ditto.
3664
3665         * gnus-topic.el (gnus-topic-mode): Ditto.
3666
3667 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
3668
3669         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
3670         (gnus-article-prev-page): Take scroll-margin into consideration.
3671
3672 2005-07-04  Lute Kamstra  <lute@gnu.org>
3673
3674         Update FSF's address in GPL notices.
3675
3676 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
3677
3678         * gnus.el (gnus-exit):
3679         * gnus-group.el (gnus-group-icons):
3680         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
3681
3682         * gnus-nocem.el (gnus-nocem):
3683         * message.el (message-various, message-buffers, message-sending)
3684         (message-interface, message-forwarding, message-insertion)
3685         (message-headers, message-news, message-mail):
3686         * pgg-gpg.el (pgg-gpg):
3687         * pgg-parse.el (pgg-parse):
3688         * pgg-pgp.el (pgg-pgp):
3689         * pgg-pgp5.el (pgg-pgp5):
3690         * pop3.el (pop3): Finish `defgroup' description with period.
3691
3692 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * gnus-art.el (article-display-face): Improve the efficiency.
3695         (article-display-x-face): Ditto; remove grey x-face stuff.
3696
3697 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * gnus-art.el (article-display-face): Correct the position in
3700         which Faces are inserted.
3701
3702 2005-06-29  Didier Verna  <didier@xemacs.org>
3703
3704         * gnus-art.el (article-display-face): Display faces in correct
3705         order.
3706
3707 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3708
3709         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
3710         (gnus-fill-real-hashtb): Use hash table instead of obarray.
3711         (gnus-nocem-check-article): Fetch the Type header.
3712         (gnus-nocem-message-wanted-p): Fix the way to examine types.
3713         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
3714         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
3715         make sure gnus-nocem-hashtb is initialized.
3716         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
3717         (gnus-nocem-unwanted-article-p): Ditto.
3718
3719         * pgg.el (pgg-verify): Return the verification result.
3720
3721 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722
3723         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
3724         is ascii.
3725
3726 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
3727
3728         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
3729         `show-nonbreak-escape'.
3730
3731 2005-06-23  Lute Kamstra  <lute@gnu.org>
3732
3733         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
3734
3735         * dig.el (dig-mode):
3736         * smime.el (smime-mode): Use gnus-run-mode-hooks.
3737
3738 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
3739
3740         * nnimap.el (nnimap-split-download-body): Fix spellings.
3741
3742 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3743
3744         * gnus-art.el (gnus-article-encrypt-body):
3745         * gnus-cus.el (gnus-score-customize):
3746         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
3747         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
3748
3749 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3750
3751         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
3752         header by looking for magic "MII" at the beginnig.
3753
3754 2005-06-16  Miles Bader  <miles@gnu.org>
3755
3756         * gnus-xmas.el (gnus-xmas-group-startup-message):
3757         Use renamed gnus-splash face.
3758
3759         * assistant.el (assistant-field): Remove "-face" suffix from face name.
3760         (assistant-field-face): New backward-compatibility alias for renamed
3761         face.
3762         (assistant-render-text): Use renamed assistant-field face.
3763
3764         * spam.el (spam): Remove "-face" suffix from face name.
3765         (spam-face): New backward-compatibility alias for renamed face.
3766         (spam-face, spam-initialize): Use renamed spam face.
3767
3768         * message.el (message-header-to, message-header-cc)
3769         (message-header-subject, message-header-newsgroups)
3770         (message-header-other, message-header-name)
3771         (message-header-xheader, message-separator, message-cited-text)
3772         (message-mml): Remove "-face" suffix from face names.
3773         (message-header-to-face, message-header-cc-face)
3774         (message-header-subject-face, message-header-newsgroups-face)
3775         (message-header-other-face, message-header-name-face)
3776         (message-header-xheader-face, message-separator-face)
3777         (message-cited-text-face, message-mml-face):
3778         New backward-compatibility aliases for renamed faces.
3779         (message-font-lock-keywords): Use renamed message faces.
3780
3781         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
3782         (sieve-test-commands, sieve-tagged-arguments):
3783         Remove "-face" suffix from face names.
3784         (sieve-control-commands-face, sieve-action-commands-face)
3785         (sieve-test-commands-face, sieve-tagged-arguments-face):
3786         New backward-compatibility aliases for renamed faces.
3787         (sieve-control-commands-face, sieve-action-commands-face)
3788         (sieve-test-commands-face, sieve-tagged-arguments-face):
3789         Use renamed sieve faces.
3790
3791         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
3792         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
3793         (gnus-group-news-3-empty, gnus-group-news-4)
3794         (gnus-group-news-4-empty, gnus-group-news-5)
3795         (gnus-group-news-5-empty, gnus-group-news-6)
3796         (gnus-group-news-6-empty, gnus-group-news-low)
3797         (gnus-group-news-low-empty, gnus-group-mail-1)
3798         (gnus-group-mail-1-empty, gnus-group-mail-2)
3799         (gnus-group-mail-2-empty, gnus-group-mail-3)
3800         (gnus-group-mail-3-empty, gnus-group-mail-low)
3801         (gnus-group-mail-low-empty, gnus-summary-selected)
3802         (gnus-summary-cancelled, gnus-summary-high-ticked)
3803         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
3804         (gnus-summary-high-ancient, gnus-summary-low-ancient)
3805         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
3806         (gnus-summary-low-undownloaded)
3807         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
3808         (gnus-summary-low-unread, gnus-summary-normal-unread)
3809         (gnus-summary-high-read, gnus-summary-low-read)
3810         (gnus-summary-normal-read, gnus-splash):
3811         Remove "-face" suffix from face names.
3812         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3813         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3814         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3815         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3816         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3817         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3818         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3819         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3820         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3821         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3822         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3823         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3824         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3825         (gnus-summary-normal-ticked-face)
3826         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
3827         (gnus-summary-normal-ancient-face)
3828         (gnus-summary-high-undownloaded-face)
3829         (gnus-summary-low-undownloaded-face)
3830         (gnus-summary-normal-undownloaded-face)
3831         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3832         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3833         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3834         (gnus-splash-face):
3835         New backward-compatibility aliases for renamed faces.
3836         (gnus-group-startup-message): Use renamed gnus faces.
3837
3838         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
3839         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
3840         (gnus-server-agent): Remove "-face" suffix from face names.
3841         (gnus-server-agent-face, gnus-server-opened-face)
3842         (gnus-server-closed-face, gnus-server-denied-face)
3843         (gnus-server-offline-face):
3844         New backward-compatibility aliases for renamed faces.
3845         (gnus-server-agent-face, gnus-server-opened-face)
3846         (gnus-server-closed-face, gnus-server-denied-face)
3847         (gnus-server-offline-face): Use renamed gnus faces.
3848
3849         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
3850         Remove "-face" suffix from face names.
3851         (gnus-picon-xbm-face, gnus-picon-face):
3852         New backward-compatibility aliases for renamed faces.
3853
3854         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
3855         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
3856         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
3857         (gnus-cite-11): Remove "-face" suffix from face names.
3858         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
3859         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
3860         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
3861         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
3862         New backward-compatibility aliases for renamed faces.
3863         (gnus-cite-attribution-face, gnus-cite-face-list)
3864         (gnus-article-boring-faces): Use renamed gnus faces.
3865
3866         * gnus-art.el (gnus-signature, gnus-header-from)
3867         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
3868         (gnus-header-content): Remove "-face" suffix from face names.
3869         (gnus-signature-face, gnus-header-from-face)
3870         (gnus-header-subject-face, gnus-header-newsgroups-face)
3871         (gnus-header-name-face, gnus-header-content-face):
3872         New backward-compatibility aliases for renamed faces.
3873         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
3874
3875         * gnus-sum.el (gnus-summary-selected-face)
3876         (gnus-summary-highlight): Use renamed gnus faces.
3877         * gnus-group.el (gnus-group-highlight): Likewise.
3878
3879 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
3880
3881         * gnus-sieve.el (gnus-sieve-article-add-rule):
3882         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
3883         * spam-stat.el (spam-stat-buffer-change-to-spam)
3884         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
3885
3886         * message.el (message-is-yours-p):
3887         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
3888
3889 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * mm-view.el (mm-inline-text): Withdraw the last change.
3892
3893 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
3896         executing enriched-decode.
3897
3898 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
3901         charset of tar files.
3902
3903 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
3904
3905         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
3906
3907 2005-06-04  Lute Kamstra  <lute@gnu.org>
3908
3909         * nnfolder.el (nnfolder-read-folder): Make sure that undo
3910         information is never recorded.
3911
3912 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3913
3914         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
3915
3916 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * pop3.el (pop3-apop): Run md5 in the binary mode.
3919
3920         * starttls.el (starttls-set-process-query-on-exit-flag):
3921         Use eval-and-compile.
3922
3923 2005-05-31  Simon Josefsson  <jas@extundo.com>
3924
3925         * smime.el (smime-replace-in-string): Define.
3926         (smime-cert-by-ldap-1): Use it.
3927
3928 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * gnus-art.el (article-display-x-face): Replace
3931         process-kill-without-query by gnus-set-process-query-on-exit-flag.
3932
3933         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
3934         set-process-query-on-exit-flag or process-kill-without-query.
3935
3936         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
3937         loop instead of replace-regexp.
3938
3939         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
3940         instead of process-kill-without-query if it is available.
3941
3942         * lpath.el: Fbind ldap-search-entries.
3943
3944         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
3945         instead of find-file-hooks if it is available.
3946
3947         * mml1991.el: Bind pgg-default-user-id when compiling.
3948
3949         * mml2015.el: Bind pgg-default-user-id when compiling.
3950
3951         * nndraft.el (nndraft-request-associate-buffer):
3952         Use write-contents-functions instead of write-contents-hooks if it is
3953         available.
3954
3955         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
3956         instead of find-file-hooks if it is available.
3957
3958         * nntp.el (nntp-open-connection): Replace
3959         process-kill-without-query by gnus-set-process-query-on-exit-flag.
3960         (nntp-open-ssl-stream): Ditto.
3961         (nntp-open-tls-stream): Ditto.
3962
3963         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
3964         set-process-query-on-exit-flag or process-kill-without-query.
3965         (starttls-open-stream-gnutls): Use it instead of
3966         process-kill-without-query.
3967         (starttls-open-stream): Ditto.
3968
3969 2005-05-31  Ulf Stegemann <ulf@zeitform.de>  (tiny change)
3970
3971         * smime.el (smime-cert-by-ldap-1): Don't use
3972         replace-regexp-in-string.
3973
3974 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3975
3976         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
3977
3978         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
3979         in PEM format. Adjust to the XEmacs compability.
3980
3981 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
3982
3983         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
3984         by `string-to-number'.
3985         * gnus-agent.el (gnus-agent-regenerate-group)
3986         (gnus-agent-fetch-articles): Ditto.
3987         * gnus-art.el (gnus-button-fetch-group): Ditto.
3988         * gnus-cache.el (gnus-cache-generate-active)
3989         (gnus-cache-articles-in-group): Ditto.
3990         * gnus-group.el (gnus-group-set-current-level)
3991         (gnus-group-insert-group-line): Ditto.
3992         * gnus-score.el (gnus-score-set-expunge-below)
3993         (gnus-score-set-mark-below, gnus-summary-score-effect)
3994         (gnus-summary-score-entry): Ditto.
3995         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
3996         (gnus-soup-pack): Ditto.
3997         * gnus-spec.el (gnus-xmas-format): Ditto.
3998         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
3999         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
4000         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
4001         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
4002         * nndb.el (nndb-get-remote-expire-response): Ditto.
4003         * nndiary.el (nndiary-parse-schedule-value)
4004         (nndiary-string-to-number, nndiary-request-replace-article)
4005         (nndiary-request-article): Ditto.
4006         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
4007         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
4008         * nneething.el (nneething-make-head): Ditto.
4009         * nnfolder.el (nnfolder-request-article)
4010         (nnfolder-retrieve-headers): Ditto.
4011         * nnheader.el (nnheader-file-to-number): Ditto.
4012         * nnkiboze.el (nnkiboze-request-article): Ditto.
4013         * nnmail.el (nnmail-process-unix-mail-format)
4014         (nnmail-process-babyl-mail-format): Ditto.
4015         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
4016         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
4017         (nnmh-request-create-group, nnmh-request-list-1)
4018         (nnmh-request-group, nnmh-request-article): Ditto.
4019         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
4020         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
4021         * nnsoup.el (nnsoup-make-active): Ditto.
4022         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
4023         * nntp.el (nntp-find-group-and-number)
4024         (nntp-retrieve-headers-with-xover): Ditto.
4025         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
4026         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
4027         (pgg-format-key-identifier): Ditto.
4028         * pop3.el (pop3-last, pop3-stat): Ditto.
4029         * qp.el (quoted-printable-decode-region): Ditto.
4030
4031         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
4032         of concat.
4033
4034 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
4037
4038         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
4039
4040         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
4041
4042         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
4043
4044         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
4045
4046         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
4047
4048         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
4049         (gnus-carpal-mode): Ditto.
4050
4051         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
4052         (gnus-browse-mode): Ditto.
4053
4054         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
4055
4056         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
4057
4058 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4059
4060         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
4061
4062 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * gnus-util.el (gnus-run-mode-hooks): New function.
4065
4066         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
4067
4068         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
4069         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
4070
4071 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
4072
4073         * gnus-agent.el (gnus-agent-make-mode-line-string):
4074         Use mode-line-highlight as mouse-face.
4075
4076 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4077
4078         * canlock.el (canlock): Change the parent group to news.
4079
4080         * deuglify.el (gnus-outlook-deuglify): Add :group.
4081
4082         * dig.el (dig): Add :group.
4083
4084         * dns-mode.el (dns-mode): Add :group.
4085
4086         * encrypt.el (encrypt): Add :group.
4087
4088         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
4089         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
4090         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
4091         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
4092         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
4093
4094         * gnus-diary.el (gnus-diary): Add :group.
4095
4096         * gnus.el (gnus-group-news-1-face): Add :group.
4097         (gnus-group-news-1-empty-face): Ditto.
4098         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
4099         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
4100         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
4101         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
4102         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
4103         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
4104         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
4105         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
4106         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
4107         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
4108         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
4109         (gnus-summary-high-ticked-face): Ditto.
4110         (gnus-summary-low-ticked-face): Ditto.
4111         (gnus-summary-normal-ticked-face): Ditto.
4112         (gnus-summary-high-ancient-face): Ditto.
4113         (gnus-summary-low-ancient-face): Ditto.
4114         (gnus-summary-normal-ancient-face): Ditto.
4115         (gnus-summary-high-undownloaded-face): Ditto.
4116         (gnus-summary-low-undownloaded-face): Ditto.
4117         (gnus-summary-normal-undownloaded-face): Ditto.
4118         (gnus-summary-high-unread-face): Ditto.
4119         (gnus-summary-low-unread-face): Ditto.
4120         (gnus-summary-normal-unread-face): Ditto.
4121         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
4122         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
4123
4124         * hashcash.el (hashcash): New custom group.
4125         (hashcash-default-payment): Add :group.
4126         (hashcash-payment-alist): Ditto.
4127         (hashcash-default-accept-payment): Ditto.
4128         (hashcash-accept-resources): Ditto.
4129         (hashcash-path): Ditto.
4130         (hashcash-extra-generate-parameters): Ditto.
4131         (hashcash-double-spend-database): Ditto.
4132         (hashcash-in-news): Ditto.
4133
4134         * message.el (message-minibuffer-local-map): Add :group.
4135
4136         * netrc.el (netrc): Add :group.
4137
4138         * sieve-manage.el (sieve-manage-log): Add :group.
4139         (sieve-manage-default-user): Diito.
4140         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
4141         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
4142         (sieve-manage-authenticators): Ditto.
4143         (sieve-manage-authenticator-alist): Ditto.
4144         (sieve-manage-default-port): Ditto.
4145
4146         * sieve-mode.el (sieve-control-commands-face): Add :group.
4147         (sieve-action-commands-face): Ditto.
4148         (sieve-test-commands-face): Ditto.
4149         (sieve-tagged-arguments-face): Ditto.
4150
4151         * smime.el (smime): Add :group.
4152
4153         * spam-report.el (spam-report): Add :group.
4154
4155         * spam.el (spam, spam-face): Add :group.
4156
4157 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4158
4159         * nntp.el (nntp-next-result-arrived-p): Some news servers may
4160         return \n.\n.\n at the end of articles.  Protect against that.
4161         (nntp-with-open-group): Allow debugging.
4162
4163         * nnheader.el (mail-header-set-extra): Make into a function
4164         because I just could't understand how to quote the list properly.
4165
4166         * dns.el (query-dns-cached): New function.
4167
4168 2005-05-26  Lute Kamstra  <lute@gnu.org>
4169
4170         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
4171
4172 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
4175
4176         * gnus-art.el: Don't autoload mail-extract-address-components.
4177
4178         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
4179         eval-and-compile to evaluate it.
4180
4181         * hashcash.el: Don't autoload executable-find.
4182
4183         * nndb.el: Don't declare the nndb back end two or more times; don't
4184         autoload news-reply-mode, news-setup, cancel-timer and telnet.
4185
4186         * nntp.el: Autoload format-spec instead of format; use
4187         eval-and-compile to evaluate autoload forms.
4188
4189 2005-05-09  Georg C. F. Greve <greve@gnu.org>  (tiny change)
4190
4191         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
4192
4193 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4194
4195         * gnus.el (gnus-version-number): Bump version.
4196
4197 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4198
4199         * gnus.el: No Gnus v0.3 is released.
4200
4201 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4202
4203         * lpath.el (featurep): Bind show-nonbreak-escape.
4204
4205 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * gnus-art.el (gnus-article-edit-part): Disable undo.
4208
4209 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
4212         gnus-article-date-lapsed-new-header is t if date timer is active;
4213         skip headers in which the original date value is empty.
4214         (gnus-article-save-original-date): Redefine it as a macro.
4215         (gnus-display-mime): Use it.
4216
4217 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * gnus-art.el (article-date-ut): Support converting date in
4220         forwarded parts as well.
4221         (gnus-article-save-original-date): New function.
4222         (gnus-display-mime): Use it.
4223
4224 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
4225
4226         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
4227         enclosure element of <item>.
4228
4229 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
4230
4231         * message.el (message-kill-buffer-query): Renamed from
4232         `message-kill-buffer-query-if-modified'.  Added :version.
4233
4234 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
4237         window layout.
4238
4239 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * mml.el: Autoload dnd when compiling.
4242
4243 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4244
4245         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
4246         x-dnd-*.
4247
4248 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * qp.el (quoted-printable-encode-region): Save excursion.
4251
4252 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4253
4254         * message.el (message-kill-buffer-query-if-modified): new variable
4255         so the user can kill a modified message buffer quickly
4256         (message-kill-buffer): use it.
4257
4258 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * lpath.el: Fbind display-time-event-handler; don't fbind
4261         string-to-multibyte.
4262
4263         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
4264
4265 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
4268         contained in text because xml.el decodes entities) with LFs.
4269
4270 2005-04-11  Lute Kamstra  <lute@gnu.org>
4271
4272         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
4273         differently.
4274
4275 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4276
4277         * mm-util.el (mm-detect-coding-region): Typo.
4278
4279 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4280
4281         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
4282
4283 2005-04-06  D Goel  <deego@gnufans.org>
4284
4285         * spam-stat.el (spam-stat-score-buffer): Add a call to a
4286         user-function allow user modifications of the scores.
4287         (spam-stat-score-buffer-user): New function, to allow
4288         user-computed modifications to the score.
4289         (spam-stat-score-buffer-user-functions): list of additional
4290         scoring functions
4291         (spam-stat-error-holder): global temporary error holder
4292         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
4293         variable
4294
4295 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4296
4297         * gnus-registry.el (gnus-registry-clean-empty-function)
4298         (gnus-registry-trim, gnus-registry-fetch-groups)
4299         (gnus-registry-delete-group): now groups that match
4300         `gnus-registry-ignored-groups' will be removed from the registry
4301         entries, not just ignored for splitting.  This helps clean up the
4302         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
4303         to get all the groups a message ID is in.
4304
4305         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
4306         (spam-stat-split-fancy): changed "threshhold" to "threshold"
4307         (spam-stat-score-buffer-user-functions): added :number custom type
4308
4309 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4310
4311         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
4312         argument in XEmacs.
4313
4314         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
4315         (nnrss-request-group): Decode group name first.
4316         (nnrss-request-article): Make a text/plain article if mml-to-mime
4317         failed.
4318         (nnrss-get-encoding): Return a compatible encoding according to
4319         nnrss-compatible-encoding-alist.
4320         (nnrss-find-el): Use consp instead of listp.
4321         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
4322
4323 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
4326         which Emacs 20 doesn't support.
4327         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
4328
4329 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4330
4331         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
4332         silence the byte compiler inside the defun
4333
4334         * gnus-demon.el (parse-time-string): Add autoload.
4335
4336         * gnus-delay.el (parse-time-string): Add autoload.
4337
4338         * gnus-art.el (parse-time-string): Add autoload.
4339
4340         * nnultimate.el (parse-time): Require for `parse-time-string'.
4341
4342 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4343
4344         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
4345
4346         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
4347
4348         * smime.el (smime-ldap-host-list): Add :version.
4349
4350 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4351
4352         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
4353         pass it to `gnus-browse-read-group'.
4354         (gnus-browse-read-group): Add NUMBER argument and pass it to
4355         `gnus-group-read-ephemeral-group'.
4356
4357         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
4358         argument and pass it to `gnus-group-read-group'.
4359
4360 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
4361
4362         * mm-util.el (mm-xemacs-find-mime-charset): Only call
4363         mm-xemacs-find-mime-charset-1 if we have the mule feature
4364         available at runtime.
4365
4366 2005-03-25  Werner Lemberg  <wl@gnu.org>
4367
4368         * nnmaildir.el: Replace `illegal' with `invalid'.
4369
4370 2005-03-23  Lute Kamstra  <lute@gnu.org>
4371
4372         * time-date.el: Add comment on time value formats.
4373         Don't require parse-time.
4374         (with-decoded-time-value): New macro.
4375         (encode-time-value): New function.
4376         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4377         (days-to-time): Return a valid time value when arg is huge.
4378         (time-since): Use time-subtract.
4379         (time-to-number-of-days): Use time-to-seconds.
4380
4381 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4382
4383         * gnus-start.el (gnus-display-time-event-handler):
4384         Check display-time-timer at runtime rather than only at load time
4385         in case display-time-mode is turned off in the mean time.
4386
4387 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4388
4389         * nnimap.el (nnimap-open-connection): Print which authinfo file is
4390         used.
4391
4392         * nneething.el (nneething-map-file-directory): Derive from
4393         `gnus-directory'.
4394
4395         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
4396         the To/Cc button.
4397
4398 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4399
4400         * nnmaildir.el (nnmaildir-request-accept-article):
4401         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
4402
4403 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4404
4405         * gnus-async.el: Require timer-funcs at compile time when in
4406         XEmacs for `run-with-idle-timer'.
4407
4408 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4409
4410         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
4411         autoloaded function.
4412
4413 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4414
4415         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
4416
4417 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4418
4419         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
4420
4421 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4422
4423         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
4424         gnus-expert-user to default.
4425
4426 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
4427
4428         * nnimap.el (nnimap-open-server): Ditto.
4429
4430         * imap.el (imap-authenticate): Fix typo.
4431
4432 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
4433
4434         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
4435         buffer (since IMAP server might return FETCH response out of
4436         order, and the nntp buffer must be sorted).
4437
4438 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
4439
4440         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
4441         comparison on string.
4442
4443         * gnus-agent.el (gnus-agent-long-article,
4444         gnus-agent-short-article, gnus-agent-score): Renamed category
4445         keywords to match gnus-cus.
4446         (gnus-agent-summary-fetch-series): Modified to protect against
4447         gnus-agent-summary-fetch-group clearing processable flags.
4448         (gnus-agent-synchronize-group-flags): Update live group buffer as
4449         synchronization may occur due to the user toggle the plugged
4450         status.
4451         (gnus-agent-fetch-group-1): Clear downloadable flag when article
4452         successfully downloaded.
4453         (gnus-agent-expire-group-1): Avoid using markers when the overview
4454         is in ascending order; greatly improves performance.
4455         (gnus-agent-regenerate-group): Use
4456         gnus-agent-synchronize-group-flags to reset read status in both
4457         gnus and server.
4458         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
4459
4460 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4461
4462         * message.el: Don't autoload former message-utils variables.
4463         (message-strip-subject-trailing-was): Change doc string.
4464
4465         * nnweb.el: Fixes for `gnus-group-make-web-group'.
4466         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
4467         (nnweb-google-search): Add "hl=en" here.
4468         (nnweb-google-parse-1, nnweb-google-create-mapping):
4469         Don't hardcode URL.
4470
4471 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4472
4473         * message.el (message-get-reply-headers, message-followup):
4474         Mention related variables `message-use-followup-to' and
4475         `message-use-mail-followup-to', in the information buffer.
4476
4477         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
4478         of broken groups(-beta).google.com.
4479
4480 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4481
4482         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
4483         parameter to invoked gnus-request-move-article; remove the
4484         redundant gnus-sum-hint-move-is-internal variable; apply the marks
4485         all at once instead of once per article
4486         (gnus-summary-remove-process-mark): accept a list of articles as
4487         well as a single article for processing
4488
4489         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
4490
4491         * nnml.el (nnml-request-move-article): add move-is-internal parameter
4492
4493         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
4494
4495         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
4496
4497         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
4498
4499         * nnimap.el (nnimap-request-move-article): add move-is-internal
4500         parameter and remove the gnus-sum-hint-move-is-internal variable
4501
4502         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
4503
4504         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
4505
4506         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
4507
4508         * nndb.el (nndb-request-move-article): add move-is-internal parameter
4509
4510         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
4511
4512         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
4513
4514 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4515
4516         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
4517         a more conservative way.
4518
4519 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4520
4521         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
4522         buffer, so it moves the window's cursor.
4523
4524 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4525
4526         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
4527         `mm-dissect-multipart' and receive the from field as an (optional)
4528         argument from `mm-dissect-multipart'.
4529         (mm-dissect-multipart): Receive the from field as an argument and
4530         pass it on when we call `mm-dissect-buffer' on MIME parts.
4531         Fixes verification/decryption of signed/encrypted MIME parts.
4532
4533 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4534
4535         * gnus-sum.el (gnus-summary-move-article): set
4536         gnus-sum-hint-move-is-internal for gnus-request-move-article and
4537         whatever it calls (right now, only nnimap-request-move article
4538         respects it)
4539
4540         * nnimap.el (nnimap-request-move-article): when
4541         gnus-sum-hint-move-is-internal is set, don't do the extra
4542         nnimap-request-article
4543
4544 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4545
4546         * nnheader.el (nnheader-find-file-noselect): Add doc string.
4547
4548         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
4549         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
4550
4551         * gnus-sum.el (gnus-summary-caesar-message):
4552         Apply `gnus-treat-article' after rotation.
4553
4554         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
4555         doc string.
4556
4557 2005-02-22  Simon Josefsson  <jas@extundo.com>
4558
4559         * encrypt.el (encrypt-password-cache-expiry): Remove (use
4560         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
4561         <arne@arnested.dk>.
4562         (encrypt): Add password-cache and password-cache-expiry as group
4563         members.
4564
4565 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4566
4567         * smime.el (smime-ldap-host-list): Doc fix.
4568         (smime-ask-passphrase): Use `password-read-and-add' to read (and
4569         cache) password.
4570         (smime-sign-region): Use it.
4571         (smime-decrypt-region): Use it.
4572         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
4573         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
4574         fails.
4575         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
4576         certificate from DER to PEM format rather than calling openssl.
4577
4578         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
4579
4580         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
4581         for signing/encryption.
4582
4583         * mml.el (mml-parse-1): Use them.
4584
4585 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4586
4587         * nnrss.el (nnrss-verbose): Removed.
4588         (nnrss-request-group): Use `nnheader-message' instead.
4589
4590 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
4591
4592         * nnrss.el (nnrss-verbose): New variable.
4593         (nnrss-request-group): Make it say nnrss is requesting a group.
4594
4595 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4596
4597         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
4598         Handle news URL with given port correctly.
4599
4600 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
4603         containing special characters.
4604
4605         * gnus-sum.el (gnus-summary-edit-article): Ditto.
4606
4607         * mml.el (mime-to-mml): Ditto.
4608
4609         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
4610         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
4611         (rfc2047-decode-region): Quote decoded words containing special
4612         characters when rfc2047-quote-decoded-words-containing-tspecials
4613         is non-nil.
4614
4615 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4616
4617         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
4618
4619         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
4620
4621 2005-02-15  Simon Josefsson  <jas@extundo.com>
4622
4623         * nnimap.el (nnimap-debug): Doc fix.
4624
4625         * imap.el (imap-debug): Doc fix.
4626
4627 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
4630
4631 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4632
4633         * gnus.el (spam-contents): improve docs for spam-contents
4634         parameter in its variable incarnation
4635
4636 2005-02-14  Simon Josefsson  <jas@extundo.com>
4637
4638         * smime-ldap.el: Use require instead of load-library for ldap.
4639         (smime-ldap-search): Indent.
4640         (smime-ldap-search-internal): Shorten line.
4641
4642         * smime.el (smime-cert-by-dns): Add doc-string.
4643         (smime-cert-by-ldap-1): Indent.
4644
4645         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
4646         mml-smime-get-dns-ldap.
4647         (mml-smime-encrypt-query): Use new function.  Default to ldap.
4648
4649 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4650
4651         * smime.el: Require smime-ldap.
4652         (smime-ldap-host-list): New variable.
4653         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
4654
4655         * mml-smime.el (mml-smime-encrypt-query): New function.
4656         (mml-smime-encrypt-query): Use it.
4657
4658         * smime-ldap.el: New file.
4659
4660 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
4663
4664 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4665
4666         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
4667         argument in doc string.  Make query for type more clear.
4668
4669 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4670
4671         * gnus.el (gnus-group-startup-message): Search for gnus images in
4672         etc/images/gnus.
4673         * mm-util.el (mm-image-load-path): Likewise.
4674         * smiley.el (smiley-data-directory): Search for smilies in
4675         etc/images/smilies.
4676
4677 2005-02-09  Kim F. Storm  <storm@cua.dk>
4678
4679         Change Emacs release version from 21.4 to 22.1 throughout.
4680         Change Emacs development version from 21.3.50 to 22.0.50.
4681
4682 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
4685
4686         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
4687         non-Mule XEmacs as well.
4688         (mm-decompress-buffer): Signal an error intentionally if it does
4689         not decompress compressed data because auto-compression-mode is
4690         disabled.
4691
4692 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4693
4694         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
4695         an ID in the registry even if it has no groups
4696
4697 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
4700         merge it into mm-decompress-buffer.
4701         (gnus-mime-copy-part): Use the MIME part charset, the value which
4702         a user specified or gnus-newsgroup-charset for decoding, like
4703         gnus-mime-inline-part does; set buffer-file-coding-system to tell
4704         save-buffer what was used.  Suggested by Kevin Ryde
4705         <user42@zip.com.au>.
4706         (gnus-mime-inline-part): Allow the name parameter as well as the
4707         filename parameter; force decompressing of compressed data; always
4708         display contents being not decoded as unibyte.
4709
4710         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
4711         as well as the filename parameter.
4712
4713         * mm-util.el (mm-decompress-buffer): Merge
4714         gnus-mime-jka-compr-maybe-uncompress.
4715         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
4716         of compressed data.
4717
4718 2005-02-08  Simon Josefsson  <jas@extundo.com>
4719
4720         * imap.el (imap-log): Doc fix.
4721
4722 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
4725         the coding cookies; decompress compressed parts.
4726
4727         * mml.el (mml-generate-mime-1): Add the charaset parameter according
4728         to the value which a user specified manually or the coding cookie.
4729
4730         * mm-util.el (mm-string-to-multibyte): New function.
4731         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
4732         (mm-coding-system-to-mime-charset): New function.
4733         (mm-decompress-buffer): New function.
4734         (mm-find-buffer-file-coding-system): New function.
4735
4736         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
4737         (mm-display-inline-fontify): Rewrite for decoding and decompressing
4738         parts.
4739
4740 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4741
4742         * mm-view.el (mm-display-inline-fontify): Decode a part according
4743         to the charset parameter.
4744
4745 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4746
4747         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
4748         prefix arg is neither nil nor a number, as info specifies.
4749
4750 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
4753         timestamps.
4754
4755 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
4756
4757         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
4758         groups error checking and notify user.
4759
4760 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
4761
4762         * message.el (message-send-mail-function): Check existence of
4763         sendmail-program first before using default value
4764         `message-send-mail-with-sendmail'.  Otherwise use more generic
4765         `smtpmail-send-it'.
4766
4767 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * nntp.el (nntp-request-update-info): Always return nil.
4770
4771 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4772
4773         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
4774
4775 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4776
4777         * message.el (message-beginning-of-line): Change the behavior when
4778         invoked between BOL and : so that it first moves backward.
4779
4780 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4781
4782         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
4783         article buffer when editing of the article is discarded.
4784         (gnus-article-prepare): Revert.
4785
4786 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4787
4788         * gnus-art.el (gnus-article-prepare):
4789         Remove message-strip-forbidden-properties from the local hook.
4790
4791 2005-01-27  Simon Josefsson  <jas@extundo.com>
4792
4793         * password.el (password-cache-add): Only start one timer per key.
4794         Reported by Derek Atkins <warlord@MIT.EDU>.
4795
4796 2005-01-26  Steve Youngs  <steve@sxemacs.org>
4797
4798         * run-at-time.el: Removed.  It is no longer needed as
4799         timer-funcs.el in the xemacs-base package has a working version of
4800         `run-at-time'.
4801
4802         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
4803
4804         * password.el: Require timer-funcs instead of run-at-time in
4805         XEmacs.
4806         Remove `password-run-at-time' macro.
4807         (password-cache-add): Use `run-at-time' instead of
4808         `password-run-at-time'.
4809
4810         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
4811         Remove `nnheader-cancel-function-timers' alias,
4812         `cancel-function-timers' exists in XEmacs in timer-funcs.
4813
4814         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
4815         for `run-with-idle-timer'.
4816
4817         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
4818         for `run-at-time'.
4819
4820         * mm-url.el: Require timer-funcs at compile time when in XEmacs
4821         for `with-timeout'.
4822
4823         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
4824         the same as for XEmacs 21.4.
4825         No need to ignore `run-with-idle-timer', this function exists in
4826         XEmacs now in timer-funcs.el in the xemacs-base package.
4827         (dgnushack-compile): No need to delete
4828         run-at-time.el from the list of files to compile because it
4829         doesn't exist anymore.
4830
4831 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * mml.el (mml-generate-mime-1): Convert string into unibyte when
4834         inserting " *mml*" buffer's contents into a unibyte temp buffer.
4835
4836 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
4837
4838         * mail-source.el (mail-source-fetch-imap): Search for ^From case
4839         sensitively.
4840
4841 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
4842
4843         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
4844
4845 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4846
4847         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
4848         which will be inserted according to the multibyteness of a buffer
4849         rather than the type of contents.  Suggested by ARISAWA Akihiro
4850         <ari@mbf.ocn.ne.jp>.
4851
4852         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
4853         of string which old xml.el may return rather than a string.
4854
4855 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
4858
4859 2005-01-16  Simon Josefsson  <jas@extundo.com>
4860
4861         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
4862         idn/idna.el isn't available.
4863         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
4864         <michael@waxrat.com>.
4865
4866         * hashcash.el: Remove non-FSF copyright header.
4867
4868         * hashcash.el (hashcash-extra-generate-parameters): New variable.
4869         (hashcash-generate-payment): Use it.
4870         (hashcash-generate-payment-async): Use it.
4871
4872 2005-01-15  Simon Josefsson  <jas@extundo.com>
4873
4874         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
4875         Suggested by Raymond Scholz <ray-2005@zonix.de>.
4876
4877         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
4878         gnus-summary-idna-message.
4879         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
4880         (gnus-summary-idna-message): New function.
4881
4882 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4883
4884         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
4885         gnus-novice-user.
4886
4887 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * nnrss.el (nnrss-request-delete-group): Delete entries in
4890         nnrss-group-alist as well.
4891         (nnrss-save-server-data): Insert newline.
4892
4893 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
4894
4895         * gnus.el (gnus-user-agent): Use list of symbols instead of
4896         symbols.  Display full version number for (S)XEmacs.  Optionally
4897         display (S)XEmacs codename.
4898
4899         * gnus-util.el (gnus-emacs-version): Update for new
4900         `gnus-user-agent'.
4901
4902         * gnus-msg.el (gnus-extended-version): Make it possible to omit
4903         Gnus version.
4904
4905 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4906
4907         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
4908         which is unreadable in some setups.
4909
4910 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * gnus-spec.el (gnus-update-format-specifications): Flush the
4913         group format spec cache if it doesn't support decoded group names.
4914
4915 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4916
4917         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
4918         to apply decay on score files matching a regexp.
4919
4920 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
4923         compatibility in %g and %c.
4924
4925 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
4928         name for only %g and %c.
4929         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
4930         of gnus-tmp-group to decoded group name.
4931         (gnus-group-make-rss-group): Exclude `/'s from group names.
4932
4933 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * nnrss.el (nnrss-get-encoding): Fix regexp.
4936
4937 2004-12-27  Simon Josefsson  <jas@extundo.com>
4938
4939         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
4940         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
4941         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
4942
4943 2004-12-17  Kim F. Storm  <storm@cua.dk>
4944
4945         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
4946
4947         * gnus-sum.el (gnus-summary-mode-map): Likewise.
4948
4949 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
4950
4951         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
4952
4953 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * nnrss.el: Require rfc2047 and mml.
4956         (nnrss-file-coding-system): New variable.
4957         (nnrss-format-string): Redefine it as an inline function.
4958         (nnrss-decode-group-name): New function.
4959         (nnrss-string-as-multibyte): Remove.
4960         (nnrss-retrieve-headers): Decode group name; don't use
4961         nnrss-format-string.
4962         (nnrss-request-group): Decode group name.
4963         (nnrss-request-article): Decode group name; allow a Message-ID as
4964         well as an article number; don't use nnrss-format-string; encode a
4965         Message-ID string which may contain non-ASCII characters; use
4966         mml-to-mime to compose a MIME article.
4967         (nnrss-request-expire-articles): Decode group name.
4968         (nnrss-request-delete-group): Decode group name.
4969         (nnrss-fetch): Clarify error message.
4970         (nnrss-read-server-data): Use insert-file-contents instead of load;
4971         bind file-name-coding-system; use multibyte buffer.
4972         (nnrss-save-server-data): Bind coding-system-for-write to the
4973         value of nnrss-file-coding-system; bind file-name-coding-system;
4974         add coding cookie.
4975         (nnrss-read-group-data): Use insert-file-contents instead of load;
4976         bind file-name-coding-system; use multibyte buffer.
4977         (nnrss-save-group-data): Bind coding-system-for-write to the
4978         value of nnrss-file-coding-system; bind file-name-coding-system.
4979         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
4980         make it work with non-ASCII text.
4981         (nnrss-find-el): Make it work with old xml.el as well.
4982
4983 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
4984
4985         * nnrss.el (nnrss-get-encoding): New function.
4986         (nnrss-fetch): Use unibyte buffer initially; bind
4987         coding-system-for-read while performing mm-url-insert; remove ^Ms;
4988         decode contents according to the encoding attribute.
4989         (nnrss-save-group-data): Add coding cookie.
4990         (nnrss-mime-encode-string): New function.
4991         (nnrss-check-group): Use it to encode subject and author.
4992
4993 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
4994
4995         * spam.el (spam-check-BBDB): don't get the symbol-value of an
4996         imaginary variable
4997
4998 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
5001         correctly even if there are wide characters.
5002
5003 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5004
5005         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
5006         downcased symbol names; make a new cache instead of reusing
5007         bbdb-hashtable
5008
5009 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5012         concatenating segments rather than before concatenating them.
5013         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5014
5015         * message.el (message-get-reply-headers): Bind `extra'.
5016
5017 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5018
5019         * message.el (message-extra-wide-headers): New variable.
5020         (message-get-reply-headers): Use it.
5021
5022 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * gnus-agent.el (gnus-agent-group-path): Decode group name.
5025         (gnus-agent-group-pathname): Ditto.
5026
5027         * gnus-cache.el (gnus-cache-file-name): Decode group name.
5028
5029         * gnus-group.el (gnus-group-make-group): Decode group name.
5030         (gnus-group-make-rss-group): Register the group data after opening
5031         the nnrss group.
5032
5033 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
5034
5035         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
5036         by expiry now get marked as read.
5037
5038 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5039
5040         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
5041
5042 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
5043
5044         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
5045         unify Latin characters in XEmacs.
5046         (mm-find-mime-charset-region): Use it.
5047
5048 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * gnus-util.el (gnus-delete-directory): New function.
5051
5052         * gnus-agent.el (gnus-agent-delete-group): Use it.
5053
5054         * gnus-cache.el (gnus-cache-delete-group): Use it.
5055
5056 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
5059         names.
5060
5061 2004-12-16  Simon Josefsson  <jas@extundo.com>
5062
5063         * hashcash.el (hashcash-payment-alist): Fix custom :type.
5064
5065 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
5068
5069         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
5070         (gnus-group-set-current-level): Decode group name.
5071
5072 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
5073
5074         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
5075         failed.
5076
5077 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * gnus-group.el (gnus-group-delete-group): Decode group name.
5080         (gnus-group-make-rss-group): Encode group name.
5081         (gnus-group-catchup-current): Decode group name.
5082         (gnus-group-kill-group): Decode group name.
5083
5084 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5085
5086         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
5087
5088 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5089
5090         * gnus-group.el (gnus-group-make-rss-group):
5091         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
5092
5093         * gnus-start.el (gnus-setup-news): Honor user's setting to
5094         gnus-message-archive-method.  Suggested by Lute Kamstra
5095         <lute@gnu.org>.
5096
5097 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
5098
5099         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
5100         global counterparts of the buffer-local variables.
5101
5102 2004-11-16  Romain Francoise  <romain@orebokech.com>
5103
5104         * gnus-sum.el (gnus-summary-exit): Don't clear the global
5105         counterparts of the buffer-local variables.
5106
5107 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5108
5109         * message.el (message-forbidden-properties): Fixed typo in doc
5110         string.
5111
5112 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5113
5114         * gnus-util.el (gnus-replace-in-string): Added doc string.
5115
5116         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
5117         to avoid problems when splitting mails with many recipients.
5118
5119 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5120
5121         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
5122         pop-to-buffer, covered by the subsequent gnus-configure-windows.
5123
5124 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
5125
5126         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
5127         if there is no hashtable in memory or file modification time is
5128         newer than cached timestamp.
5129
5130 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5131
5132         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
5133         not-matching option.
5134
5135 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
5136
5137         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
5138         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
5139         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5140         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
5141         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
5142         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
5143
5144 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * message.el (message-forward-make-body-mml): Remove headers
5147         according to message-forward-ignored-headers if a message is decoded.
5148
5149 2004-12-02  Romain Francoise  <romain@orebokech.com>
5150
5151         * message.el (message-forward-make-body-plain): Always remove
5152         headers according to message-forward-ignored-headers.
5153
5154 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5155
5156         * spam.el (spam-summary-prepare-exit): remove the
5157         gnus-summary-limit pop for now, it has problems with ham marks for
5158         me
5159
5160 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
5161
5162         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
5163         correctly
5164
5165 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
5166
5167         * format-spec.el (format-spec): Message the char.
5168
5169 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
5170
5171         * gnus-art.el (gnus-split-methods): reformat comments
5172
5173         * spam.el (spam-summary-prepare-exit): remove article limits
5174         before exiting the summary buffer
5175
5176 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * lpath.el: Remove bbdb-create-internal, bbdb-records,
5179         spam-BBDB-register-routine and spam-enter-ham-BBDB.
5180
5181         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
5182         order to silence the byte compiler.
5183
5184         * spam.el: Fix the way to silence the byte compiler, which
5185         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
5186         bbdb-search-simple, spam-BBDB-register-routine,
5187         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
5188         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
5189         spam-stat-buffer-is-spam, spam-stat-load,
5190         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
5191         spam-stat-save and spam-stat-split-fancy.
5192
5193 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5194
5195         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
5196         which may confuse users.
5197         (canlock-password-for-verify): Ditto.
5198
5199         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
5200
5201         * gnus-art.el (gnus-emphasis-alist): Ditto.
5202
5203         * gnus-registry.el (gnus-registry-max-entries): Ditto.
5204
5205         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
5206
5207         * gnus-start.el (gnus-save-killed-list): Ditto.
5208
5209         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
5210         (gnus-sum-thread-tree-root): Ditto.
5211         (gnus-sum-thread-tree-false-root): Ditto.
5212         (gnus-sum-thread-tree-single-indent): Ditto.
5213
5214         * message.el (message-courtesy-message): Ditto.
5215         (message-archive-note): Ditto.
5216         (message-subscribed-address-file): Ditto.
5217         (message-user-fqdn): Ditto.
5218
5219         * spam-report.el (spam-report-gmane-regex): Ditto.
5220
5221         * spam.el (spam-blackhole-good-server-regex): Ditto.
5222
5223 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * mml.el (mml-preview): Widen the message buffer before copying
5226         the contents to the preview buffer; sort headers before previewing.
5227
5228         * message.el (message-hidden-headers): Fix the way to avoid a bug
5229         in the `repeat' widget in Emacs 21.3 or earlier.
5230
5231 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * message.el (message-hidden-headers): Default to "^References:".
5234         From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
5235         (message-strip-forbidden-properties): Remove check for obsolete
5236         `message-hidden' text property, hidden headers are not accessible
5237         in the buffer anymore.  From Romain Francoise on January 11, 2004.
5238
5239 2004-11-22  Romain Francoise  <romain@orebokech.com>
5240
5241         * message.el (message-header-format-alist): Add `From' in list
5242         so that it can be sorted.
5243         (message-fix-before-sending): Widen and sort headers before
5244         sending.
5245         (message-hide-headers): Use narrowing to hide headers by moving
5246         them to the top of the buffer and narrowing to the region
5247         underneath.
5248
5249 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5250
5251         * message.el (message-strip-forbidden-properties): Bind
5252         buffer-read-only (etc) to nil.
5253
5254 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
5257         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5258
5259 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
5260
5261         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
5262
5263 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5264
5265         * dns.el (query-dns): Use sit-for to time instead of
5266         accept-process-output, since that doesn't seem to work on udp
5267         sockets.
5268
5269 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
5272
5273 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
5274
5275         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
5276         docstrings.
5277
5278 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * nntp.el (nntp-request-update-info): Return nil if
5281         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
5282         may not call gnus-activate-group which uselessly issues the GROUP
5283         commands for all nntp groups and wastes time.  Reported by Romain
5284         Francoise <romain@orebokech.com>.
5285
5286         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
5287
5288 2004-11-15  Simon Josefsson  <jas@extundo.com>
5289
5290         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
5291         headers separately.
5292         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
5293         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
5294
5295 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5296
5297         * gnus-start.el (gnus-convert-old-newsrc):
5298         Assign legacy-gnus-agent to 5.10.7.
5299
5300 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5301
5302         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
5303         start of the lines.
5304
5305 2004-11-14  Magnus Henoch  <mange@freemail.hu>
5306
5307         * hashcash.el (hashcash-default-payment): Change default to 20
5308         (hashcash-default-accept-payment): Change default to 20
5309         (hashcash-process-alist): New variable
5310         (hashcash-generate-payment-async): Add
5311         (hashcash-already-paid-p): Add
5312         (hashcash-insert-payment): Don't generate payments twice
5313         (hashcash-insert-payment-async): Add
5314         (hashcash-insert-payment-async-2): Add
5315         (hashcash-cancel-async): Add
5316         (hashcash-wait-async): Add
5317         (hashcash-processes-running-p): Add
5318         (hashcash-wait-or-cancel): Add
5319         (mail-add-payment): New optional argument.  Conditionally start
5320         asynchronous calculation.
5321         (mail-add-payment-async): Add
5322
5323         * message.el (message-send-mail): Wait for asynchronous hashcash
5324         results.  Don't clobber existing X-Hashcash headers.
5325         (message-setup-1): Call mail-add-payment-async when
5326         message-generate-hashcash is non-nil.
5327
5328 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5329
5330         * message.el (message-use-alternative-email-as-from): Examine the
5331         From header as well; use message-make-from in order to include a
5332         user's full name.
5333
5334 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
5337         default; improve customization type.
5338         (gnus-emphasis-custom-with-format): New macro.
5339         (gnus-emphasis-custom-value-to-external): New function.
5340         (gnus-emphasis-custom-value-to-internal): New function.
5341
5342 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5343
5344         * dns.el (query-dns): Resolve reverse addresses.
5345
5346 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5347
5348         * gnus-group.el (gnus-group-get-new-news): Use it.
5349
5350         * gnus-start.el (gnus-check-reasonable-setup): New function.
5351
5352 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
5355         "Args out of range" error.  Reported by Arnaud Giersch
5356         <arnaud.giersch@free.fr>.
5357
5358 2004-11-07  Jesper Harder  <harder@ifa.au.dk>
5359
5360         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
5361         From Stefan Wiens <s.wi@gmx.net>.
5362
5363 2004-11-04  Richard M. Stallman  <rms@gnu.org>
5364
5365         * spam.el (spam group): Add :version.
5366
5367         * pgg-def.el (pgg group): Add :version.
5368
5369 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * gnus-art.el (gnus-article-edit-article): Don't associate the
5372         article buffer with a draft file.  This is a temporary measure
5373         against the 2004-08-22 change to gnus-article-edit-mode.
5374
5375 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
5378         (html2text-format-tags): Remove unused variable `attr'.
5379
5380 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5381
5382         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
5383
5384         * tls.el (tls-process-connection-type, tls-success)
5385         (tls-certtool-program): Add :version.
5386
5387         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
5388         (starttls-extra-arguments, starttls-process-connection-type)
5389         (starttls-connect, starttls-failure, starttls-success):
5390
5391         * spam-stat.el (spam-stat): Add :version.
5392
5393         * sieve.el (sieve): Add :version.
5394
5395         * sha1.el (sha1): Add :version.
5396         (sha1-use-external): Remove redundant version.
5397
5398         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
5399         (nnmail-cache-ignore-groups, nnmail-spool-hook)
5400         (nnmail-split-fancy-match-partial-words)
5401         (nnmail-split-lowercase-expanded):
5402
5403         * nndiary.el (nndiary): Add :version.
5404
5405         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
5406
5407         * mml-sec.el (mml-default-sign-method)
5408         (mml-default-encrypt-method, mml-signencrypt-style-alist):
5409         Add :version.
5410
5411         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
5412
5413         * mm-url.el (mm-url-use-external, mm-url-program)
5414         (mm-url-arguments): Add :version.
5415
5416         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
5417         (mm-attachment-file-modes, mm-decrypt-option)
5418         (mm-w3m-safe-url-regexp): Add :version.
5419
5420         * message.el (message-cite-prefix-regexp)
5421         (message-sendmail-envelope-from, message-minibuffer-local-map)
5422         (message-user-fqdn, message-completion-alist): Add :version.
5423
5424         * gnus-win.el (gnus-configure-windows-hook)
5425         (gnus-use-frames-on-any-display): Add :version.
5426
5427         * gnus-art.el (gnus-article-address-banner-alist)
5428         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
5429         (gnus-treat-from-picon, gnus-treat-mail-picon)
5430         (gnus-treat-x-pgp-sig): Add :version.
5431
5432         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
5433         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
5434         (gnus-summary-article-delete-hook)
5435         (gnus-summary-display-while-building): Add :version.
5436
5437         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
5438         (gnus-get-top-new-news-hook):Add :version.
5439
5440         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5441         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
5442
5443         * gnus-registry.el (gnus-registry): Add :version.
5444
5445         * gnus-spec.el (gnus-use-correct-string-widths)
5446         (gnus-make-format-preserve-properties): Add :version.
5447
5448         * gnus.el (gnus-group-charter-alist)
5449         (gnus-group-fetch-control-use-browse-url)
5450         (gnus-install-group-spam-parameters): Add :version.
5451
5452         * gnus-diary.el (gnus-diary): Add :version.
5453
5454         * gnus-delay.el (gnus-delay): Add :version.
5455
5456         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
5457         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
5458         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
5459         Add :version.
5460
5461         * gnus-agent.el (gnus-agent-max-fetch-size)
5462         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
5463         (gnus-agent-prompt-send-queue): Add :version.
5464
5465         * deuglify.el (gnus-outlook-deuglify): Add :version.
5466
5467         * html2text.el: Beautify code.  Improve doc strings.  Some
5468         checkdoc cleanup.
5469         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
5470
5471 2004-11-01  Alfred M. Szmidt <ams@kemisten.nu>  (tiny change)
5472
5473         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
5474
5475 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5476
5477         * gnus-registry.el (gnus-registry-hashtb): create the registry
5478         when package is loaded
5479
5480         * spam.el (spam-summary-score-preferred-header): global preference
5481         for people who want to override the default SpamAssassin over
5482         Bogofilter preference (when both are set)
5483         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
5484         (spam-user-format-function-S): check spam-summary-score-preferred-header
5485         (spam-extra-header-to-number): add X-Bogosity header parsing
5486         (spam-user-format-function-S): format the score correctly
5487
5488 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5489
5490         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
5491         signature file.  Suggested by Manoj Srivastava
5492         <srivasta@golden-gryphon.com>.
5493
5494         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
5495         iso-2022-jp even in the Japanese language environment.
5496         Suggested by Jason Rumney <jasonr@gnu.org>.
5497
5498 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5499
5500         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
5501         use the same characters as the dummy marks; make it free from
5502         getting affected by the language environment.
5503         (gnus-summary-read-group-1): Update mark positions only when the
5504         format spec is updated.
5505
5506         * gnus-spec.el (gnus-update-format-specifications): Return a list
5507         of updated types.
5508
5509 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
5512         of boundp to check if display-warning is available.
5513
5514 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
5515
5516         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
5517
5518 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5519
5520         * nnspool.el (nnspool-spool-directory): Use news-path if the
5521         news-directory variable is not bound.
5522
5523         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
5524         function instead of display-warning if it is not available.
5525
5526 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5527
5528         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
5529         v5-10: Use `point-at-bol'.
5530
5531 2004-10-26  Simon Josefsson  <jas@extundo.com>
5532
5533         * hashcash.el: Fix URL in comment, reported by Cheng Gao
5534         <chenggao@gmail.com>.
5535
5536 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5537
5538         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
5539         instead.
5540
5541 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
5542
5543         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
5544         to remove a server from the nnimap-server-buffer-alist
5545         (nnimap-open-connection, nnimap-close-server): use it
5546
5547         * gnus-encrypt.el: removed in favor of encrypt.el
5548
5549 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
5552         running the major-mode function.
5553
5554 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
5557         dummy marks in the right way.
5558
5559 2004-10-18  David Edmondson  <dme@dme.org>
5560
5561         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
5562         excessively.
5563
5564 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5565
5566         * gnus-util.el (gnus-split-references): accept a nil references
5567         string and go on blissfully
5568
5569         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
5570         cases where the references string is non-nil but has no references
5571
5572         * encrypt.el: add autoload tags
5573
5574         * spam.el (spam-resolve-registrations-routine): remove article
5575         from unregistration list too.  Reported by David Hanak
5576         <dhanak@isis.vanderbilt.edu>
5577
5578 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5579
5580         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
5581         nil.  Changed custom type.
5582
5583 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
5584
5585         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
5586
5587         * gnus-sum.el (gnus-summary-move-article): Use it.
5588
5589 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5590
5591         * encrypt.el: add autoload cookies
5592
5593         * spam.el (spam-backend-article-list-property)
5594         (spam-backend-get-article-todo-list)
5595         (spam-backend-put-article-todo-list, )
5596         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
5597         resolve registrations separately
5598         (spam-register-routine): format comments
5599         (spam-unregister-routine, spam-register-routine): always call with
5600         specific-articles, no default list
5601         (spam-summary-prepare-exit): use the spam-classifications function
5602
5603         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
5604         gnus-encrypt.el
5605
5606         * encrypt.el: copied from gnus-encrypt.el
5607
5608         * gnus-encrypt.el: commented that it's obsolete
5609
5610 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5611
5612         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
5613         (gnus-score-save): Use it.
5614
5615         * message.el (message-bury): Use `window-dedicated-p'.
5616
5617 2004-10-15  Simon Josefsson  <jas@extundo.com>
5618
5619         * pop3.el (top-level): Don't require nnheader.
5620         (pop3-read-timeout): Add.
5621         (pop3-accept-process-output): Add.
5622         (pop3-read-response, pop3-retr): Use it.
5623
5624 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
5625
5626         * spam.el (spam-register-routine): move comment
5627         (spam-verify-bogofilter): we use 'unknown for the initial
5628         spam-bogofilter-valid state, not 'never
5629
5630         * netrc.el (netrc-machine-user-or-password): convenience wrapper
5631         for netrc-machine
5632
5633         * nnimap.el (nnimap-open-connection): use
5634         netrc-machine-user-or-password
5635
5636 2004-10-17  Richard M. Stallman  <rms@gnu.org>
5637
5638         * gnus-registry.el (gnus-registry-unload-hook):
5639         Set as a variable with add-hook.
5640
5641         * nnspool.el (nnspool-spool-directory): Use news-directory instead
5642         of news-path.
5643
5644         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
5645
5646         * spam.el: Delete duplicate `provide'.
5647         (spam-unload-hook): Set as a variable with add-hook.
5648
5649 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5650
5651         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
5652         in the doc string.
5653
5654         * message.el (message-ignored-news-headers)
5655         (message-ignored-supersedes-headers)
5656         (message-ignored-resent-headers)
5657         (message-forward-ignored-headers): Improve custom type.
5658
5659 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * message.el (message-tokenize-header): Fix 2004-09-06 change
5662         which used point-min in the wrong place.
5663
5664 2004-10-12  Simon Josefsson  <jas@extundo.com>
5665
5666         * net/tls.el (tls-certtool-program): New variable.
5667         (tls-certificate-information): New function, based on
5668         ssl-certificate-information.
5669
5670 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * compface.el: Move the version of ELisp-based uncompface program
5673         to the contrib directory because of the copyright problem.
5674
5675 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5676
5677         * message.el (message-kill-buffer): Raise the current frame.
5678
5679 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5680
5681         * gnus-sum.el: Mention that multibyte characters don't work as marks.
5682
5683         * gnus.el (message-y-or-n-p): Autoload.
5684
5685         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
5686         (pop3-password-required, pop3-authentication-scheme)
5687         (pop3-leave-mail-on-server): Made customizable.
5688         (pop3): New custom group.
5689         (pop3-retr): Remove `sleep-for' statements.
5690         Suggested by Dave Love <fx@gnu.org>.
5691
5692         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
5693         Windows/DOS.
5694
5695         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
5696         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
5697         Dave Love <fx@gnu.org>.
5698
5699         * mml.el (mml-minibuffer-read-disposition): Require match.
5700         Suggested by Dave Love <fx@gnu.org>.
5701
5702 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5703
5704         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
5705         doc string.
5706
5707 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
5710
5711 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5712
5713         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
5714         instead of calling `mm-insert-inline', to decode text/* parts
5715         before displaying them.
5716
5717 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * mm-uu.el (mm-uu-text-plain-type): New variable.
5720         (mm-uu-pgp-signed-extract-1): Use it.
5721         (mm-uu-pgp-encrypted-extract-1): Use it.
5722         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
5723         bind mm-uu-text-plain-type with that value.
5724         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
5725         mm-uu-dissect.
5726
5727 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * gnus-group.el (gnus-update-group-mark-positions):
5730         * gnus-sum.el (gnus-update-summary-mark-positions):
5731         * message.el (message-check-news-body-syntax):
5732         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
5733         of string-as-multibyte.
5734
5735 2004-10-05  Juri Linkov  <juri@jurta.org>
5736
5737         * gnus-group.el (gnus-update-group-mark-positions):
5738         * gnus-sum.el (gnus-update-summary-mark-positions):
5739         * message.el (message-check-news-body-syntax):
5740         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
5741         8-bit unibyte values to a multibyte string for search functions.
5742
5743 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * mm-uu.el (mm-uu-dissect): Allow optional arg.
5746         (mm-uu-dissect-text-parts): New function.
5747
5748         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
5749         dissect text parts.
5750
5751         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
5752         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
5753
5754         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
5755
5756         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
5757         gnus-current-topics instead of gnus-current-topic.
5758
5759 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
5760
5761         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
5762
5763 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
5764
5765         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
5766         where approriate.
5767
5768         * nnml.el (nnml-generate-active-info): do.
5769
5770         * nndiary.el (nndiary-generate-active-info): do.
5771
5772         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
5773         (gnus-topic-move): do.
5774
5775         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
5776         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
5777
5778         * gnus-srvr.el (gnus-server-prepare)
5779         (gnus-server-open-all-servers): do.
5780
5781         * gnus-msg.el (gnus-summary-cancel-article)
5782         (gnus-summary-resend-message)
5783         (gnus-summary-mail-crosspost-complaint): do.
5784
5785         * gnus-move.el (gnus-change-server): do.
5786
5787         * gnus-group.el (gnus-group-unmark-all-groups)
5788         (gnus-group-set-current-level): do.
5789
5790 2004-10-04  Simon Josefsson  <jas@extundo.com>
5791
5792         * message.el (message-generate-hashcash): Doc fix.
5793
5794 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
5795
5796         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
5797         avoid infinite recursion via gnus-get-function.
5798
5799 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
5800
5801         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
5802
5803         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
5804
5805         * nnmail.el (nnmail-split-history): do.
5806
5807         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
5808         (nnml-request-delete-group): do.
5809
5810         * nnslashdot.el (nnslashdot-read-groups): do.
5811
5812         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
5813         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
5814
5815         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
5816         (nnspool-sift-nov-with-sed): Use last
5817         (nnspool-retrieve-headers-with-nov): Use mapc.
5818         (nnspool-request-newgroups): Use dolist.
5819         (nnspool-request-group): Use last.
5820
5821         * nntp.el (nntp-read-server-type): Use dolist.
5822
5823         * nnvirtual.el (nnvirtual-create-mapping)
5824         (nnvirtual-update-read-and-marked): Use dolist.
5825         (nnvirtual-convert-headers): Simplify.
5826
5827 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
5828
5829         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
5830         support for sync'ing tick marks.
5831
5832 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
5835         there's no visible header.
5836
5837 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
5838
5839         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
5840         necessary, pass full group name to gnus-request-set-marks.
5841
5842 2004-10-01  Simon Josefsson  <jas@extundo.com>
5843
5844         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
5845         acroread.
5846
5847 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5848
5849         * spam-report.el (spam-report-gmane): Fix interactive.
5850
5851         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
5852
5853         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
5854         when writing file.
5855         (gnus-agent-synchronize-flags): Don't default to being
5856         interactive.
5857
5858 2004-09-30  Simon Josefsson  <jas@extundo.com>
5859
5860         * message.el (message-generate-hashcash): Add.
5861         (message-send-mail): Use it, call mail-add-payment.
5862
5863 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5864
5865         * spam.el (spam-verify-bogofilter): -V, not -sV option
5866
5867 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
5868
5869         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
5870         gnus-requst-update-info with explicit code to sync the in-memory
5871         info read flags with the marks being sync'd to the backend.
5872
5873         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
5874
5875 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5876
5877         * spam.el (spam-verify-bogofilter): new function
5878         (spam-check-bogofilter)
5879         (spam-bogofilter-register-with-bogofilter): use it
5880         (spam-verify-bogofilter): small fixes
5881
5882 2004-09-28  Simon Josefsson  <jas@extundo.com>
5883
5884         * hashcash.el (hashcash-generate-payment): Revert.
5885
5886 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5887
5888         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
5889         gnus-extract-references instead of gnus-split-references
5890
5891         * gnus-util.el (gnus-extract-references): new function, analogous
5892         to gnus-split-references but extracts only the message-ID without
5893         anything extra
5894
5895         * hashcash.el (hashcash-generate-payment)
5896         (hashcash-check-payment): do the right thing if hashcash-path is
5897         nil (because the hashcash program could not be found)
5898
5899         * spam.el (spam-use-hashcash): remove comment
5900
5901 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
5902
5903         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
5904         (gnus-cache-enter-article, gnus-cache-remove-article)
5905         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
5906
5907         * gnus-async.el (gnus-async-prefetch-remove-group): do.
5908
5909         * gnus-art.el (article-hide-boring-headers)
5910         (article-translate-strings, article-display-face)
5911         (gnus-article-mime-match-handle-first)
5912         (gnus-article-highlight-headers)
5913         (gnus-article-add-buttons-to-head): do.
5914
5915 2004-09-27  Simon Josefsson  <jas@extundo.com>
5916
5917         * hashcash.el: New version, from
5918         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
5919         ../contrib/.
5920
5921 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
5924
5925 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
5926
5927         * gnus-dup.el (gnus-dup-open): Use mapc.
5928         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
5929
5930         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
5931         Reported by Stefan Wiens <s.wi@gmx.net>.
5932
5933         * gnus.el (gnus-shutdown): Use dolist.
5934
5935         * gnus-undo.el (gnus-undo): Use mapc.
5936
5937         * nnrss.el (nnrss-generate-active): do.
5938
5939         * message.el (message-cite-original-without-signature)
5940         (message-cite-original): Use mapc.
5941         (message-do-actions, message-make-forward-subject): Use dolist.
5942
5943 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
5944
5945         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
5946         deletion to remove entire duplicate line.  Fixes merged article
5947         number bug.
5948
5949 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
5950
5951         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
5952         servers that are offline.  Avoids having gnus-agent-toggle-plugged
5953         first ask if you want to open a server and then, even when you
5954         responded with no, asking if you want to synchronize the server's
5955         flags.
5956         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
5957         multi-line expressions.
5958         (gnus-agent-synchronize-group-flags): New internal function.
5959         Updates marks in memory (in the info structure) AND in the
5960         backend.
5961
5962         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
5963
5964         * nnagent.el (nnagent-request-set-mark): Use
5965         gnus-agent-synchronize-group-flags, not backend's request-set-mark
5966         method, to ensure that synchronization updates marks in the
5967         backend and in the info (in memory) structure.
5968
5969 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
5972         convention fully; don't miss the root article of a thread; make
5973         the X-Draft-From header with correct article numbers.
5974
5975 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
5976
5977         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
5978         unless plugged.  Disable the agent so that an open failure causes
5979         an error.
5980
5981         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
5982         Reverted 2004-09-21 change.  The backend must be opened while
5983         synchronizing flags even when the backend stores the flags
5984         locally.
5985
5986 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
5987
5988         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
5989         in `header' match.  Reported by Svend Tollak Munkejord.
5990
5991         * message.el (message-cite-original): Fix use of
5992         `message-cite-articles-with-x-no-archive'.
5993
5994 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
5997         (gnus-window-to-buffer): Ditto.
5998
5999         * mml.el (mml-preview-buffer): New variable.
6000         (mml-preview): Manage window layout with gnus-buffer-configuration.
6001
6002         * gnus-msg.el (gnus-setup-message): Put article numbers into the
6003         X-Draft-From header even if those articles aren't quoted.
6004
6005 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
6006
6007         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
6008         (gnus-request-set-mark, gnus-request-update-mark): Use new
6009         g-s-t-u-l-m to decide to use backend even when unplugged.
6010
6011 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
6014         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
6015
6016 2004-09-20  Simon Josefsson  <jas@extundo.com>
6017
6018         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
6019         "utf-16-le".
6020
6021 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6022
6023         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
6024
6025 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6026
6027         * uudecode.el (uudecode-use-external): Add :version.
6028
6029         * smime.el (smime-CA-file, smime-encrypt-cipher)
6030         (smime-dns-server): Add :version.
6031
6032         * smiley.el (gnus-smiley-file-types): Add :version.
6033
6034         * sha1.el (sha1-use-external): Add :version.
6035
6036         * pgg-def.el (pgg-query-keyserver): Add :version.
6037
6038         * nnmail.el (nnmail-fancy-expiry-targets)
6039         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
6040
6041         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
6042         (nnimap-retrieve-groups-asynchronous): Add :version.
6043         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
6044
6045         * mml.el (mml-content-disposition-parameters)
6046         (mml-insert-mime-headers-always): Add :version.
6047
6048         * mm-util.el (mm-coding-system-priorities):
6049
6050         * mm-decode.el (mm-inline-text-html-with-images)
6051         (mm-keep-viewer-alive-types, mm-external-terminal-program)
6052         (mm-verify-option): Add :version.
6053         (mm-text-html-renderer): Change :version.
6054
6055         * message.el (message-fcc-externalize-attachments)
6056         (message-required-headers, message-draft-headers)
6057         (message-subject-trailing-was-query)
6058         (message-subject-trailing-was-ask-regexp)
6059         (message-subject-trailing-was-regexp, message-mark-insert-begin)
6060         (message-mark-insert-end, message-archive-header)
6061         (message-archive-note, message-cross-post-default)
6062         (message-cross-post-note, message-followup-to-note)
6063         (message-cross-post-note-function, message-use-mail-followup-to)
6064         (message-subscribed-address-functions)
6065         (message-subscribed-address-file, message-subscribed-addresses)
6066         (message-subscribed-regexps, message-allow-no-recipients)
6067         (message-yank-cited-prefix, message-signature-insert-empty-line)
6068         (message-hidden-headers, message-hierarchical-addresses)
6069         (message-mail-user-agent, message-use-idna)
6070         (message-valid-fqdn-regexp)
6071         (message-strip-special-text-properties, message-header-synonyms)
6072         (message-beginning-of-line, message-tab-body-function): Add :version.
6073         (message-insert-canlock, message-wide-reply-confirm-recipients):
6074         Change :version.
6075
6076         * mail-source.el (mail-source-ignore-errors): Add :group, :type
6077         and :version.
6078         (mail-source-delete-old-incoming-confirm)
6079         (mail-source-movemail-program): Add :version.
6080
6081         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
6082         (gnus-agent-cache, gnus-agent): Change :version.
6083
6084         * gnus-util.el (gnus-use-byte-compile): Change :version.
6085
6086         * gnus-sum.el (gnus-summary-make-false-root-always)
6087         (gnus-summary-default-high-score)
6088         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
6089         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
6090         (gnus-read-all-available-headers, gnus-article-emulate-mime)
6091         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
6092         (gnus-sum-thread-tree-single-indent)
6093         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6094         (gnus-sum-thread-tree-leaf-with-other)
6095         (gnus-sum-thread-tree-single-leaf): Add :version.
6096         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
6097         (gnus-article-loose-mime): Change :version.
6098
6099         * gnus-start.el (gnus-backup-startup-file)
6100         (gnus-save-startup-file-via-temp-buffer): Add :version.
6101
6102         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
6103         (gnus-server-offline-face): Add :version.
6104
6105         * gnus-score.el (gnus-adaptive-word-length-limit):
6106
6107         * gnus-msg.el (gnus-gcc-externalize-attachments)
6108         (gnus-debug-files, gnus-debug-exclude-variables)
6109         (gnus-discouraged-post-methods): Change :version.
6110         (gnus-confirm-mail-reply-to-news)
6111         (gnus-confirm-treat-mail-like-news): Add :version.
6112
6113         * gnus-int.el (gnus-server-unopen-status): Add :version.
6114
6115         * gnus-group.el (gnus-group-jump-to-group-prompt)
6116         (gnus-large-ephemeral-newsgroup)
6117         (gnus-fetch-old-ephemeral-headers): Add :version.
6118
6119         * gnus-fun.el (gnus-x-face-directory)
6120         (gnus-convert-pbm-to-x-face-command)
6121         (gnus-convert-image-to-x-face-command)
6122         (gnus-convert-image-to-face-command): Add :version.
6123
6124         * gnus-delay.el (gnus-delay-default-hour): Add :version.
6125
6126         * gnus-cite.el (gnus-cite-blank-line-after-header)
6127         (gnus-article-boring-faces):
6128
6129         * gnus-art.el (gnus-buttonized-mime-types)
6130         (gnus-inhibit-mime-unbuttonizing)
6131         (gnus-treat-display-face)
6132         (gnus-treat-body-boundary): Change :version.
6133         (gnus-body-boundary-delimiter, gnus-picon-databases)
6134         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
6135         (gnus-treat-date-english, gnus-treat-fold-headers)
6136         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
6137         (gnus-treat-mail-picon, gnus-treat-wash-html)
6138         (gnus-article-encrypt-protocol)
6139         (gnus-use-idna, gnus-article-over-scroll)
6140         (gnus-mime-display-multipart-alternative-as-mixed)
6141         (gnus-mime-display-multipart-related-as-mixed)
6142         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
6143         (gnus-ctan-url, gnus-button-ctan-handler)
6144         (gnus-button-handle-ctan-bogus-regexp)
6145         (gnus-button-ctan-directory-regexp)
6146         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
6147         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
6148         (gnus-button-man-level, gnus-button-emacs-level)
6149         (gnus-button-message-level, gnus-button-browse-level): Add :version.
6150
6151         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
6152         (gnus-agent-go-online): Change :version.
6153         (gnus-agent-expire-unagentized-dirs)
6154         (gnus-agent-auto-agentize-methods): Add :version.
6155
6156         * flow-fill.el (fill-flowed-display-column)
6157         (fill-flowed-encode-column): Add :version.
6158
6159         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6160         (gnus-outlook-deuglify-unwrap-max)
6161         (gnus-outlook-deuglify-cite-marks)
6162         (gnus-outlook-deuglify-unwrap-stop-chars)
6163         (gnus-outlook-deuglify-no-wrap-chars)
6164         (gnus-outlook-deuglify-attrib-cut-regexp)
6165         (gnus-outlook-deuglify-attrib-verb-regexp)
6166         (gnus-outlook-deuglify-attrib-end-regexp)
6167         (gnus-outlook-display-hook): Add :version.
6168
6169         * binhex.el (binhex-use-external): Add :version.
6170
6171 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
6172
6173         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
6174         and `invisible'.
6175
6176 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6177
6178         * gnus-registry.el (gnus-registry-trim): watch out for negatives
6179         in gnus-registry-trim
6180
6181 2004-09-13  Simon Josefsson  <jas@extundo.com>
6182
6183         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
6184
6185         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
6186
6187         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
6188         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6189         <yamaoka@jpl.org>.
6190         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
6191         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6192         <yamaoka@jpl.org>.
6193
6194         * sieve.el (sieve-manage-mode): Ditto.
6195
6196 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
6197
6198         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
6199
6200 2004-09-11  Simon Josefsson  <jas@extundo.com>
6201
6202         * dns-mode.el: Add.
6203
6204         * mm-view.el (mm-display-dns-inline): Add.
6205
6206         * mm-decode.el (mm-inline-media-tests): Add text/dns.
6207         (mm-automatic-display): Ditto.
6208
6209         * mailcap.el (mailcap-mime-data): Add text/dns.
6210         (mailcap-mime-extensions): Map .soa to text/dns.
6211
6212 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
6213
6214         * gnus-art.el (article-decode-mime-words, article-babel)
6215         (gnus-article-highlight-signature, gnus-article-add-buttons)
6216         (gnus-signature-toggle): Remove unnecessary bindings of
6217         `inhibit-read-only' inherited from v5.10 merge.
6218
6219 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6220
6221         * nntp.el (nntp): New customization group.
6222         (nntp-authinfo-file): Add customization group.
6223
6224         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
6225
6226         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
6227
6228         * gnus.el (to-address, to-list, subscribed)
6229         (large-newsgroup-initial): Ditto.
6230
6231         * flow-fill.el (fill-flowed-display-column)
6232         (fill-flowed-encode-column): Ditto.
6233
6234 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
6235
6236         * message.el (message-tokenize-header, message-send-mail-with-qmail):
6237         Use point-min rather than 1.
6238         (message-send-mail): Use buffer-size rather than point-max.
6239
6240         * gnus-sum.el (gnus-summary-search-article-forward):
6241         Signal a specific `search-failed' rather than a generic `error'.
6242
6243         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
6244         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
6245         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
6246
6247 2004-09-10  Simon Josefsson  <jas@extundo.com>
6248
6249         * nndb.el (require): Remove tcp and duplicate cl.
6250
6251 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * gnus-agent.el (directory-files-and-attributes): Move forward.
6254
6255 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6256
6257         * gnus-agent.el (directory-files-and-attributes): Optionally
6258         defined to support XEmacs.
6259
6260 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6261
6262         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
6263         to avoid run-time CL dependencies.
6264         (gnus-agent-unfetch-articles): New function.
6265         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
6266         article numbers even when local .overview file is missing.
6267         (gnus-agent-read-article-number): New function. Only accepts
6268         27-bit article numbers.
6269         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
6270         gnus-agent-read-article-number.
6271         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
6272         from backend while recognizing that article numbers in .overview
6273         must be valid.
6274         (gnus-agent-update-files-total-fetched-for): Use
6275         directory-files-and-attributes to improve performance.
6276         * gnus-int.el (gnus-request-move-article): Use
6277         gnus-agent-unfetch-articles in place of gnus-agent-expire to
6278         improve performance.
6279
6280         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
6281         some users confused by references to .newsrc when they only have a
6282         .newsrc.eld file.
6283         (gnus-convert-mark-converter-prompt,
6284         gnus-convert-converter-needs-prompt): Fixed use of property list.
6285         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
6286         New function. Used internally to only display 'gnus converting
6287         files' message when actually necessary.
6288
6289         * gnus-sum.el (): Removed (require 'gnus-agent) as required
6290         methods now autoloaded.
6291
6292 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * gnus-sum.el (gnus-summary-insert-subject): Remove list
6295         identifiers.
6296
6297 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
6298
6299         * gnus-picon.el: Fix indentation and closing parenthesis.
6300
6301 2004-09-01  Simon Josefsson  <jas@extundo.com>
6302
6303         * message.el (message-canlock-generate): Require sha1, not
6304         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
6305         to require within a function.  Sadly, if sha1.el isn't loaded, the
6306         let binding in m-c-g will hide the defcustom definition, which is
6307         bad.)
6308
6309         * canlock.el: Require sha1, not sha1-el.
6310
6311         * message.el: Don't autoload sha1 (there is a autoload cookie in
6312         sha1.el).
6313
6314         * sha1-el.el: Renamed to sha1.el.
6315
6316 2004-08-30  Juanma Barranquero  <lektu@terra.es>
6317
6318         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
6319
6320 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6321
6322         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
6323
6324 2004-08-30  Kim F. Storm  <storm@cua.dk>
6325
6326         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
6327
6328         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
6329         Add :group 'nnimap.
6330
6331 2004-08-30  Andreas Schwab <schwab@suse.de>
6332
6333         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
6334         ?* and ?\;.
6335
6336         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
6337         and ?\' to symbol instead of whitespace.
6338
6339 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
6342
6343         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
6344         instead of re-search-forward.
6345
6346         * gnus-uu.el (gnus-uu-save-article): Ditto.
6347         (gnus-uu-post-encode-uuencode): Ditto.
6348
6349         * html2text.el (html2text-clean-list-items): Ditto.
6350         (html2text-clean-dtdd): Ditto.
6351         (html2text-format-tags): Ditto.
6352
6353         * message.el (message-send-mail-with-sendmail): Fix regexp.
6354         (message-fill-field-general): Use search-forward instead of
6355         re-search-forward.
6356         (unbold-region): Ditto.
6357
6358         * nnrss.el (nnrss-request-article): Ditto.
6359
6360         * nnslashdot.el (nnslashdot-request-article): Ditto.
6361
6362         * nnweb.el (nnweb-gmane-wash-article): Ditto.
6363
6364         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
6365         "Unrecognized menu descriptor" error in XEmacs.
6366
6367 2004-08-26  Stefan Wiens <s.wi@gmx.net>  (tiny change)
6368
6369         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6370         parent article of a sparse article in the thread hashtb.
6371
6372 2004-08-26  David Hedbor <dhedbor@real.com>  (tiny change)
6373
6374         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
6375         (nnmail-expand-newtext): Lowercase expanded entries if
6376         nnmail-split-lowercase-expanded is non-nil.
6377
6378 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6379
6380         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
6381         entry.
6382
6383         * gnus-group.el (gnus-group-line-format-alist): Convert the value
6384         of gnus-tmp-news-method into string under XEmacs.  It will be
6385         passed to gnus-correct-length which takes only a string argument.
6386
6387 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * gnus-util.el (gnus-bind-print-variables): New macro.
6390         (gnus-prin1): Use it.
6391         (gnus-prin1-to-string): Use it.
6392         (gnus-pp): New function.
6393         (gnus-pp-to-string): New function.
6394
6395         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
6396         pp-to-string with gnus-pp-to-string.
6397         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
6398         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
6399         * gnus-msg.el (gnus-debug): Ditto.
6400         * gnus-score.el (gnus-score-save): Ditto.
6401         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
6402         gnus-pp-to-string.
6403         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
6404         with gnus-pp.
6405         * score-mode.el (gnus-score-pretty-print): Ditto.
6406         * webmail.el (webmail-debug): Ditto.
6407
6408 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6409
6410         * gnus-art.el (article-display-face, article-display-x-face): Use
6411         buffer-read-only.
6412
6413 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * gnus-art.el (article-hide-list-identifiers): Bind
6416         inhibit-read-only as t.
6417
6418 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
6419
6420         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
6421
6422 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6423
6424         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
6425         (gnus-narrow-to-page): Don't assume point-min == 1.
6426         (gnus-article-edit-mode): Derive from message-mode.
6427
6428         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
6429         point-min == 1.
6430
6431         * imap.el (imap-parse-address-list, imap-parse-body-ext):
6432         Disable incorrect use of `assert'.
6433
6434         * message.el (message-mode): Set comment-start-skip.
6435
6436
6437 2004-08-22  Sam Steingold  <sds@gnu.org>
6438
6439         * pop3.el (pop3-leave-mail-on-server): New user variable.
6440         (pop3-movemail): Delete mail only when it is nil.
6441
6442 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
6443
6444         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
6445
6446         * mml.el (mml-preview): Use `pop-to-buffer'.
6447
6448         * message.el (message-goto-mail-followup-to): Insert after "To".
6449         (message-carefully-insert-headers): Add comment.
6450
6451         * gnus.el: Remove unused variable `gnus-article-check-size'.
6452
6453         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
6454
6455         * gnus-art.el (gnus-button-alist): Improve
6456         `gnus-button-handle-library' entry.
6457
6458 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
6459
6460         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
6461         downcase, since XEmacs capitalizes error messages differently.
6462         From Sebastian Freundt <hroptatyr@gna.org>.
6463
6464 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
6465
6466         * nntp.el: Add (require 'gnus) due to reference to
6467         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
6468
6469 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
6470
6471         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
6472         `mm-fill-flowed'.
6473
6474         * mm-decode.el (mm-dissect-singlepart): Check it.
6475
6476 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
6477
6478         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
6479         'imap' for netrc parsing
6480
6481 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6482
6483         * mailcap.el (mailcap-mime-data): Mark as risky.
6484
6485 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
6488         may be included in the encoded word.
6489         (rfc2047-encode): Don't append a space if the encoded word
6490         includes close parenthesis.
6491
6492 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
6495         of text within parentheses.
6496
6497 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
6498
6499         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
6500         (gnus-encrypt-write-file-contents): the password key is the file
6501         name PLUS the cipher, not just the cipher.  Also remove failed
6502         passwords from the cache.
6503
6504 2004-08-06  Simon Josefsson  <jas@extundo.com>
6505
6506         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
6507         fix.
6508
6509 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6510
6511         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
6512         LWSP.
6513
6514 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
6515
6516         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
6517         to append in-reply-to: data to the references: header
6518
6519         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
6520         (netrc-parse): use gnus-encrypt.el functions
6521
6522         * gnus-encrypt.el: new file for encryption support; currently
6523         does only a few GPG ciphers and an internal XOR cipher
6524
6525         * password.el: add comments on using password-read-and-add
6526         (password-read-and-add): new function to read and add the
6527         password to the cache at once
6528
6529 2004-07-28  Simon Josefsson  <jas@extundo.com>
6530
6531         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
6532         parameter (but don't use it, for now).
6533
6534         * imap.el (imap-ssl-open): Use imap-process-connection-type,
6535         instead of hard coding to nil.
6536
6537 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6538
6539         * mm-view.el (mm-inline-image-emacs): Open lines under an image
6540         as mm-inline-image-xemacs does.
6541
6542 2004-07-26  Simon Josefsson  <jas@extundo.com>
6543
6544         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
6545         Revert part of 2004-07-17 change below.
6546
6547 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
6550         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6551
6552 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6553
6554         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
6555         quotes that actually start with ">" at the beginning of the
6556         lines.
6557
6558 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * rfc2047.el (rfc2047-encode-region): Fix last change.
6561         (rfc2047-encode-parameter): Remove useless concat.
6562
6563 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
6566         encode special characters; fix some kind of misconfigured headers;
6567         signal a real error if debug-on-quit or debug-on-error is non-nil.
6568         (rfc2047-encode-max-chars): New variable.
6569         (rfc2047-encode-1): Use it.
6570         (rfc2047-encode-parameter): New function.
6571
6572         * mml.el (mml-insert-parameter): Remove an excessive space.
6573
6574 2004-07-17  Simon Josefsson  <jas@extundo.com>
6575
6576         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
6577         Kai Grossjohann <kai@emptydomain.de>.
6578         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
6579         (gnus-group-make-menu-bar): Ditto.
6580
6581         * gnus-util.el (gnus-group-server): Add.
6582
6583 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
6584
6585         * message.el (message-clone-locals): Clone sendmail and smtp
6586         variables.
6587
6588 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * rfc2047.el (rfc2047-encode-region): Fix last change.
6591
6592 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
6595         characters as non-special.
6596
6597 2004-07-09  Simon Josefsson  <jas@extundo.com>
6598
6599         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
6600         Users will lose all flag changes made while unplugged with
6601         e.g. nntp unless flag synchronization happens, thus `nil' is not a
6602         good default.  See numerous reports on ding mailing list.
6603
6604 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
6607         add generate-head-function and generate-article-function to the
6608         rfc822-forward entry.
6609         (nndoc-rfc822-forward-generate-article): New function.
6610         (nndoc-rfc822-forward-generate-head): New function.
6611
6612         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
6613
6614 2004-07-06  Dan Christensen  <jdc@uwo.ca>
6615
6616         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
6617         respect display group parameter and gnus-summary-expunge-below.
6618         (gnus-articles-to-read): Remove unused reference to display group
6619         parameter.
6620
6621 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6622
6623         * nnheader.el (nnheader-uniquify-message-id): New experimental
6624         variable.
6625         (nnheader-nov-read-message-id): Use it.
6626
6627         * spam-report.el (spam-report-gmane): Add interactive.
6628
6629 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
6632         qp-or-base64 for the application/* types.
6633
6634 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
6635
6636         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
6637
6638 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6639
6640         * gnus-registry.el (gnus-registry-trim): don't allow a negative
6641         trim value
6642
6643 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
6644
6645         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
6646         New macro and function.
6647         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
6648
6649 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
6652         after-load-alist.
6653
6654 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6655
6656         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
6657         update info that isn't there.
6658
6659 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
6660
6661         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
6662         entry.
6663
6664 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6665
6666         * mm-view.el (mm-inline-render-with-function): Use multibyte
6667         buffer; decode html source by charset.
6668
6669         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
6670
6671         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
6672         Mule-UCS is loaded under XEmacs.
6673         (mm-mime-mule-charset-alist): Avoid duplicated entries.
6674
6675 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
6676
6677         * nnheader.el (nnheader-max-head-length): Increase to 8192.
6678
6679 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * mm-util.el (mm-coding-system-p): Return a coding-system.
6682         (mm-mime-mule-charset-alist): Use shift_jis instead of
6683         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
6684         entries for the mime charsets iso-2022-jp-3 and shift_jis.
6685         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
6686         instead of japanese-shift-jis and iso-latin-1 respectively in
6687         order to share the default value with both Emacs and XEmacs-mule.
6688         (mm-mule-charset-to-mime-charset): Make
6689         mm-coding-system-priorities effective.
6690         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
6691         while predicating of candidates upon the priorities.
6692
6693 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
6694
6695         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6696         gnus-uu-invert-processable.
6697
6698         * gnus.el: Autoload gnus-uu-invert-processable.
6699
6700 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * mm-util.el (mm-with-multibyte-buffer): New macro.
6703
6704         * rfc2047.el (rfc2047-encode-string): Use it.
6705         (rfc2047-encode-region): Move point to the end of the region after
6706         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
6707
6708 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
6711         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
6712
6713 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6714
6715         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
6716         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
6717         Karl Chen <quarl@nospam.quarl.org>.
6718
6719 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
6720
6721         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
6722         invalid addresses.
6723
6724 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
6725
6726         * spam.el: section markers changed, TODO list revised
6727         (spam-backends): new master list of all installed backends
6728         (spam-summary-exit-behavior): new variable to determine how
6729         messages moves are done at summary exit
6730         (spam-move-spam-nonspam-groups-only)
6731         (spam-process-ham-in-nonham-groups)
6732         (spam-process-ham-in-spam-groups): variables removed, the
6733         spam-summary-exit-behavior variable should be used to manage this
6734         behavior
6735         (spam-old-ham-articles, spam-old-spam-articles): removed
6736         (spam-old-articles): new variable, replacing spam-old-ham-articles
6737         and spam-old-spam-articles
6738         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
6739         empty variables, placeholders for the backends they represent
6740         (spam-set-difference): moved, unchanged
6741         (spam-list-of-processors): variable OBSOLETE, not used anymore
6742         unless the user has a processor variable
6743         (spam-classifications, spam-classification-valid-p)
6744         (spam-backend-properties, spam-backend-property-valid-p)
6745         (spam-backend-function-type-valid-p)
6746         (spam-process-type-valid-p, spam-list-articles): helper functions
6747         (spam-report-articles-gmane, spam-report-articles-resend):
6748         functions removed, they are not needed
6749         (spam-install-backend-super, spam-backend-list)
6750         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
6751         (spam-backend-function, spam-backend-ham-registration-function)
6752         (spam-backend-spam-registration-function)
6753         (spam-backend-ham-unregistration-function)
6754         (spam-backend-spam-unregistration-function)
6755         (spam-backend-statistical-p, spam-backend-mover-p)
6756         (spam-install-backend-alias, spam-install-checkonly-backend)
6757         (spam-install-mover-backend, spam-install-nocheck-backend)
6758         (spam-install-backend, spam-install-statistical-backend)
6759         (spam-install-statistical-checkonly-backend): backend installation
6760         support
6761         (spam-summary-prepare-exit): rewritten to use the new backend code
6762         (spam-group-processor-p): use the new backend code and respect the
6763         summary exit behavior
6764         (spam-mark-spam-as-expired-and-move-routine): removed
6765         (spam-summary-prepare): changed to use the new spam-old-articles
6766         variable
6767         (spam-copy-or-move-routine, spam-copy-spam-routine)
6768         (spam-move-spam-routine, spam-copy-ham-routine)
6769         (spam-move-ham-routine): new code to copy/move ham or spam
6770         (spam-fetch-field-fast): doc and code improved, plus it allows the
6771         'number request
6772         (spam-list-of-checks, spam-list-of-statistical-checks): variables
6773         removed, no longer used
6774         (spam-split, spam-find-spam): use the new backend code
6775         (spam-registration-functions): variable removed, no longer used
6776         (spam-unregister-routine): convenience wrapper
6777         (spam-log-undo-registration, spam-register-routine)
6778         (spam-log-processing-to-registry)
6779         (spam-log-unregistration-needed-p): renamed "check" to "backend"
6780         where possible
6781         (spam-check-gmane-xref, spam-check-regex-headers)
6782         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
6783         (spam-check-whitelist, spam-check-blacklist)
6784         (spam-check-bogofilter-headers, spam-check-spamoracle)
6785         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
6786         (spam-check-crm114-headers): use the spam-split-group that
6787         spam-split prepares, no need to determine it every time
6788
6789         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
6790         the nnheader-parse-naked-head call
6791
6792         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
6793
6794         * gnus-sum.el (gnus-nov-parse-line): add the message number to
6795         the nnheader-nov-read-message-id call
6796
6797 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
6800         gnus-activate-group twice.  Suggested by Markus Peter
6801         <warp@spin.de>.
6802
6803 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * gnus-art.el (gnus-article-time-format): Exchange the order of
6806         day and month in the default value; fix customization type.
6807         (article-date-ut): Use add-text-properties.
6808         (article-make-date-line): Use message-make-date instead of
6809         current-time-string.
6810
6811         * message.el (message-fetch-field): Don't use set-text-properties.
6812         (message-make-date): Simplify.
6813
6814         * messagexmas.el (message-xmas-make-date): New function.
6815         (message-xmas-redefine): Defalias message-make-date to it.
6816
6817 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
6820         (rfc2047-encode-region): Treat text within parentheses as special;
6821         show the original text when error has occurred.
6822
6823         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
6824         already-computed method to gnus-activate-group.
6825
6826         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
6827         same select-methods identical Lisp objects.
6828
6829         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
6830         object when modifying the info.
6831
6832 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * gnus-srvr.el (gnus-server-set-info): Remove the server from
6835         gnus-opened-servers since it has never been opened with the new
6836         configuration yet.
6837
6838 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
6841         arg to nnheader-generate-fake-message-id.
6842
6843 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
6844
6845         * nnheader.el (nnheader-generate-fake-message-id): accept a
6846         number and build a fake message ID localized to a group and
6847         article number (so it's repeatable from that point on)
6848         (nnheader-fake-message-id-p): change regex to accomodate new fake
6849         ID format
6850
6851         * gnus-sum.el (gnus-get-newsgroup-headers): call
6852         nnheader-generate-fake-message-id with the article number
6853
6854 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
6855
6856         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
6857         end-of-buffer.
6858
6859 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6860
6861         * message.el (message-ignored-supersedes-headers): Add Approved.
6862
6863 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * rfc2047.el (rfc2047-encode-message-header): Remove useless
6866         goto-char.
6867         (rfc2047-encode): Fold the line before encoding.
6868
6869 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6870
6871         * rfc2047.el (rfc2047-encode-message-header): Disabled header
6872         folding -- not all headers can be folded, and this should be done
6873         by the message composition mode.  Probably.  I think.
6874
6875 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
6878         fast.
6879
6880         * gnus-ems.el (gnus-remove-image): Don't use
6881         message-text-with-property; remove only the image found first.
6882
6883         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
6884         found first.
6885
6886 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
6887
6888         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
6889
6890 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * message.el (message-text-with-property): Make it fast and accept
6893         optional arguments.
6894         (message-strip-forbidden-properties): Use it.
6895         (message-fix-before-sending): Follow the m-t-w-p change.
6896
6897         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
6898
6899 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * gnus-art.el (article-hide-headers): Don't change the buffer
6902         mistakenly when performing mml-preview even if
6903         gnus-single-article-buffer is nil.
6904
6905 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
6906
6907         * message.el (message-expand-name-databases): New user option.
6908         (message-expand-name): Use it.
6909
6910 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
6911
6912         * spam.el (spam-report-articles-resend)
6913         (spam-report-resend-register-routine): allow ham reporting
6914         (spam-report-resend-register-ham-routine): simple wrapper
6915         (spam-registration-functions): add ham resending functions
6916         (spam-list-of-processors): add ham resend processor
6917
6918         * gnus.el (ham-resend-to): new group parameter
6919         (spam-process): add ham resend option
6920
6921         * spam-report.el (spam-report-resend): allow reporting ham
6922         (spam-report-resend-ham): simple wrapper
6923
6924 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6925
6926         * message.el (message-cite-articles-with-x-no-archive): New
6927         variable.
6928         (message-cite-original): Use it.
6929
6930 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6931
6932         * message.el (message-cite-original): Respect X-No-Archive.
6933
6934 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * gnus-art.el (article-hide-headers): Refer to the values for
6937         gnus-ignored-headers and gnus-visible-headers in the summary
6938         buffer since a user may have set them as group parameters.
6939
6940 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
6941
6942         * assistant.el (assistant-node-name): new convenience function
6943         (assistant-render-text, assistant-render-node): error handling,
6944         plus handle multiple next nodes
6945         (assistant-find-next-node): commented out for now
6946         (assistant-find-next-nodes): new function, returns list of next
6947         nodes
6948
6949 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
6950
6951         * mail-source.el (mail-source-directory): Fix doc-string.
6952
6953 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
6954
6955         * assistant.el (assistant-render-text, assistant-eval): add :set
6956         widget type, which is different because it takes and returns a
6957         list.  Much hilarity ensues.
6958
6959 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
6960
6961         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
6962
6963         * gnus-group.el (gnus-group-get-new-news-this-group): Added
6964         doc-string.
6965
6966         * gnus-start.el (gnus-activate-group): Added doc-string.
6967
6968 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
6971
6972 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
6973
6974         * assistant.el (assistant-render-text): trying to add a :set
6975         widget, more to come...
6976
6977         * spam.el (spam-group-spam-contents-p): handle empty groupname
6978         strings
6979         (spam-report-articles-resend)
6980         (spam-register-routine): do registration iff any articles warrant
6981         it.
6982         (spam-summary-prepare-exit): changed log message for nil group
6983         destinations
6984
6985 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
6986
6987         * spam.el (spam-report-resend-register-routine): allow
6988         spam-report-resend-to to be a group parameter or a global value
6989
6990 2004-05-26  Simon Josefsson  <jas@extundo.com>
6991
6992         * starttls.el: Merge with my GNUTLS based starttls.el.
6993         (starttls-gnutls-program, starttls-use-gnutls)
6994         (starttls-extra-arguments, starttls-process-connection-type)
6995         (starttls-connect, starttls-failure, starttls-success): New
6996         variables.
6997         (starttls-program, starttls-extra-args): Doc fix.
6998         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
6999         functions.
7000         (starttls-negotiate, starttls-open-stream): Check
7001         `starttls-use-gnutls' and pass on to corresponding *-gnutls
7002         function if it is set.
7003
7004 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
7007         structured fields.
7008
7009 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
7012
7013 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
7014
7015         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
7016         variable.
7017         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
7018         assigning the spam-mark to new messages.
7019
7020 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
7021
7022         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
7023
7024 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * dgnushack.el: Autoload customize-set-variable for XEmacs.
7027
7028         * rfc2047.el (rfc2047-encodable-p): Don't move point.
7029         (rfc2047-decode): Treat the ascii coding-system as raw-text by
7030         default.
7031
7032 2004-05-25  Anand Mitra <mitramc@yahoo.com>  (tiny change)
7033
7034         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
7035         correct data.
7036
7037 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
7038
7039         * spam.el (spam-list-of-processors): use nil for nonexistent processors
7040         (spam-group-processor-p): fixed function so it works properly
7041         (spam-group-processor-multiple-p)
7042         (spam-group-spam-processor-report-gmane-p)
7043         (spam-group-spam-processor-report-resend-p)
7044         (spam-group-spam-processor-bogofilter-p)
7045         (spam-group-spam-processor-blacklist-p)
7046         (spam-group-spam-processor-ifile-p)
7047         (spam-group-ham-processor-ifile-p)
7048         (spam-group-spam-processor-spamoracle-p)
7049         (spam-group-spam-processor-crm114-p)
7050         (spam-group-ham-processor-bogofilter-p)
7051         (spam-group-spam-processor-stat-p)
7052         (spam-group-ham-processor-stat-p)
7053         (spam-group-ham-processor-whitelist-p)
7054         (spam-group-ham-processor-BBDB-p)
7055         (spam-group-ham-processor-spamoracle-p)
7056         (spam-group-ham-processor-copy-p): functions removed with some
7057         prejudice against unneeded code
7058         (spam-report-articles-resend)
7059         (spam-report-resend-register-routine): allow the group/topic
7060         spam-resend-to value to override spam-report-resend-to
7061         (spam-summary-prepare-exit): invoke spam-group-processor-p
7062         properly now
7063
7064         * spam-report.el (spam-report-resend-to, spam-report-resend):
7065         start with resend-to set to nil, and then ask the user if
7066         necessary.  From Daniel Pittman <daniel@rimspace.net>.
7067
7068         * gnus.el (spam-resend-to): new group/topic parameter
7069         (spam-process): move the OBSOLETE processors to the end of the
7070         choices.
7071
7072         * spam-report.el (spam-report-resend): spam-report-resend takes a
7073         list of articles, not separate article numbers.  From Daniel
7074         Pittman <daniel@rimspace.net>.
7075
7076 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
7079         addition to emacs-w3m.
7080
7081 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7082
7083         * assistant.el (assistant-authinfo-data): New function.
7084         (assistant-eval): Eval for entire assistant.
7085
7086         * netrc.el (netrc-services-file): New variable.
7087         (netrc-parse-services): New function.
7088         (netrc-find-service-name): New function.
7089         (netrc-find-service-number): New function.
7090         (netrc-port-equal): New function.
7091         (netrc-machine): Use it.
7092
7093         * nnimap.el (nnimap-open-connection): Use netrc.
7094
7095         * gnus-util.el (gnus-netrc-get): Remove aliases.
7096
7097         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
7098
7099         * assistant.el (wid-edit): Fix compilation.
7100
7101         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
7102
7103 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
7104
7105         * gnus-util.el (gnus-set-file-modes): New function.  (small
7106         patch).
7107
7108 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7109
7110         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
7111
7112         * assistant.el (assistant-render-node): Fix up rendering and
7113         read-only text.
7114         (assistant-render-node): Reset.
7115         (assistant-make-read-only): Not sticky.
7116
7117 2004-05-20  Danny Siu  <dsiu@adobe.com>
7118
7119         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
7120         centered even when gnus-auto-center-summary is t
7121
7122 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7123
7124         * dns.el (dns-get-txt-answer): New function.
7125         (dns-read-txt): Ditto.
7126         (query-dns): Use it.
7127
7128 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
7131         active for foreign groups even if the group level is higher than
7132         the specified value.
7133
7134 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7135
7136         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
7137         non-active groups.
7138
7139         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
7140
7141 2004-05-20  Magnus Henoch  <mange@freemail.hu>
7142
7143         * dns.el (dns-read-type): Add support for SVR.  (small patch)
7144
7145 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7146
7147         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
7148         (spam-crm114-header, spam-crm114-spam-switch)
7149         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
7150         (spam-crm114-positive-spam-header)
7151         (spam-crm114-database-directory, spam-list-of-processors)
7152         (spam-group-spam-processor-crm114-p)
7153         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
7154         (spam-generic-score, spam-list-of-checks)
7155         (spam-list-of-statistical-checks, spam-registration-functions)
7156         (spam-check-crm114-headers, spam-crm114-score)
7157         (spam-check-crm114, spam-crm114-register-with-crm114)
7158         (spam-crm114-register-spam-routine)
7159         (spam-crm114-unregister-spam-routine)
7160         (spam-crm114-register-ham-routine)
7161         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
7162         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
7163
7164         * gnus.el: added spam-use-crm114
7165
7166         * spam.el (spam-list-of-processors, spam-registration-functions):
7167         add spam-use-resend
7168         (spam-group-spam-processor-report-resend-p): utility wrapper
7169         (spam-report-articles-gmane): doc fix
7170         (spam-report-articles-resend,
7171         spam-report-resend-register-routine): wrappers around
7172         spam-report-resend-to
7173
7174         * spam-report.el (spam-report-resend-to, spam-report-resend):
7175         support for resending spam
7176         (spam-report-gmane): line length >80 fix
7177
7178         * gnus.el (spam-process): add spam-use-resend
7179
7180 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7181
7182         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
7183         number of processed spam messages.
7184         (spam-ham-copy-or-move-routine): Return the number of processed
7185         ham messages.
7186         (spam-summary-prepare-exit): Use the above values to decide
7187         whether status messages shouled be displayed.
7188
7189 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
7192         `rfc2047-encoding-function-alist' in order to avoid conflicting
7193         with the old version.
7194         (rfc2047-encode-region): Concatenate words containing non-ASCII
7195         characters in structured fields; don't encode space-delimited
7196         ASCII words even in unstructured fields; don't break words at
7197         char-category boundaries.
7198         (rfc2047-encode-1): New function.
7199         (rfc2047-encode): Use it; encode text so that it occupies the
7200         maximum width within 76-column; work correctly on Q encoding for
7201         iso-2022-* charsets.
7202         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
7203         sure not to break a line just after the header name.
7204         (rfc2047-b-encode-region): Removed.
7205         (rfc2047-b-encode-string): New function.
7206         (rfc2047-q-encode-region): Removed.
7207         (rfc2047-q-encode-string): New function.
7208
7209         * mm-util.el (mm-replace-in-string): New function.
7210
7211 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7212
7213         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
7214         get it right.
7215         (gnus-inews-make-draft): Really.
7216
7217 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
7218
7219         * nnmh.el (nnmh-request-list-1): Don't check the link count
7220         before descending.  (small patch)
7221
7222 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7223
7224         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
7225         stuff.
7226
7227         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
7228         on real group name.
7229
7230         * gnus-art.el (gnus-signature-limit): Doc fix.
7231
7232         * gnus-msg.el (gnus-inews-make-draft): Quote list.
7233
7234         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
7235
7236 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
7237
7238         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
7239         isn't a string.
7240
7241 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7242
7243         * gnus-draft.el (gnus-draft-send): Bind
7244         rfc2047-encode-encoded-words.
7245
7246         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
7247         (rfc2047-encodable-p): Say that =? needs encoding.
7248         (rfc2047-encode-encoded-words): New variable.
7249
7250         * gnus-group.el (gnus-group-select-group): Doc fix.
7251
7252         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
7253
7254         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
7255         to nil.
7256
7257         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
7258
7259         * nnheader.el (nnheader-get-lines-and-char): New function.
7260
7261 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
7262
7263         * gnus-msg.el (gnus-summary-followup-with-original): Document
7264         yanking of region when active.
7265
7266 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
7269         groups if the group level is higher than the specified value.
7270
7271 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7272
7273         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
7274         (gnus-group-jump-to-group): Added prefix argument using
7275         `gnus-group-jump-to-group-prompt'.  Query before jumping to
7276         non-active group.
7277
7278         * compface.el (uncompface): Be verbose when changing
7279         `uncompface-use-external'.
7280
7281         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
7282         handle manual section.
7283
7284 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7285
7286         * gnus-art.el (gnus-button-alist): Revert previous change.
7287
7288 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7289
7290         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
7291
7292 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7293
7294         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
7295         whether backend can accept message.
7296
7297         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
7298
7299 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
7300
7301         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
7302         Avoid creating directory when nntp-marks-is-evil is true.
7303         Reported by Reiner Steib.
7304
7305 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7306
7307         * gnus-picon.el (gnus-picon-style): New variable.
7308         (gnus-picon-insert-glyph): Added optional `nostring' argument.
7309         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
7310         Jesper Harder <harder@ifa.au.dk>.
7311
7312 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7313
7314         * message.el (message-fill-field): Return point.
7315         (message-generate-headers): Go to end of field.
7316
7317         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
7318         stuff for non-living groups.
7319
7320 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
7321
7322         * gnus-art.el (gnus-article-followup-with-original)
7323         (gnus-article-reply-with-original): gnus-mark-active-p ->
7324         gnus-region-active-p.
7325
7326 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
7327
7328         * spam.el (spam-summary-prepare-exit): fix messages, so they show
7329         only when there is spam or ham to be processed
7330
7331 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332
7333         * mail-source.el (mail-source-delete-crash-box): Refactor.
7334         (mail-source-fetch): Use it.
7335         (mail-source-fetch-file): Ditto.
7336         (mail-source-fetch-directory): Run postscript in loop.
7337         (mail-source-fetch-pop): Delete.
7338         (mail-source-fetch-maildir): Ditto.
7339         (mail-source-fetch-imap): Ditto.
7340
7341         * imap.el (imap-authenticators): Comment out sasl.
7342
7343         * message.el (message-skip-to-next-address): New function.
7344         (message-fill-header-address): Refactor.
7345         (message-fill-address): Use it.
7346         (message-delete-address): Use it.
7347         (message-fill-header-general): Refactor.
7348         (message-fill-field-address): Rename.
7349         (message-narrow-to-field): Find the start of the header.
7350         (message-header-format-alist): Don't pre-fill.
7351         (message-fill-header): Removed.
7352         (message-insert-header): New function.
7353         (message-shorten-references): Use it.
7354
7355         * rfc2047.el (rfc2047-field-value): Strip props.
7356
7357         * mail-parse.el (mail-header-make-address): New alias.
7358
7359         * ietf-drums.el (ietf-drums-make-address): New function.
7360
7361         * imap.el: Add compiler directives.
7362
7363         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
7364
7365         * gnus-art.el (article-decode-idna-rhs): Don't use
7366         message-idna-inside-rhs-p.
7367
7368 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7369
7370         * message.el (message-idna-inside-rhs-p): Removed.
7371         (message-idna-to-ascii-rhs-1): Use proper address parsing.
7372
7373         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
7374         false positives.
7375
7376 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
7377
7378         * imap.el (imap-sasl-make-mechanisms): Use sasl.
7379
7380 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7381
7382         * nneething.el (nneething-file-name): Don't create spurions
7383         files.
7384
7385         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
7386         (gnus-inews-do-gcc): Remove sleep.
7387
7388         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
7389         part under point.
7390
7391         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
7392         (gnus-agent-regenerate-group): Using nil messages aren't valid.
7393
7394 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7395
7396         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
7397
7398 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7399
7400         * spam.el (spam-summary-prepare-exit): only produce "marking spam
7401         as expired without moving it" message when there are spam
7402         messages left
7403
7404 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
7405
7406         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
7407         header is not nil.
7408
7409 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
7410
7411         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
7412         nntp-possibly-create-directory, not nntp-possibly-change-group.
7413         (nntp-marks-changed-p): New arg SERVER.
7414         (nntp-request-update-info): Adjust caller.
7415
7416 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
7417
7418         * nntp.el (nntp-save-marks): Pass missing arg.
7419
7420 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7421
7422         * nntp.el: Support marks.
7423         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
7424         (nntp-marks-modtime, nntp-marks-directory): New variables.
7425         (nntp-request-set-mark, nntp-request-update-info)
7426         (nntp-possibly-create-directory, nntp-marks-changed-p)
7427         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
7428         functions.
7429
7430 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
7431
7432         * gnus-xmas.el (gnus-xmas-select-lowest-window)
7433         (gnus-xmas-redefine): Rename.
7434
7435         * gnus-score.el (gnus-score-insert-help): Use
7436         gnus-select-lowest-window.
7437
7438         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
7439         appt-select-lowest-window and rename to gnus-select-lowest-window.
7440
7441         * gnus.el: do.
7442
7443 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7444
7445         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
7446         encodings of MIME-encoded words, in order to improve
7447         interoperability with several broken MUAs.
7448
7449 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7450
7451         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
7452         tags, only when charsets are not specified in headers.
7453         (mm-inline-text-html-render-with-w3m): Ditto.
7454
7455         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
7456         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
7457
7458 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7459
7460         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
7461         instead of MIME-decoded from fields when checking
7462         `gnus-article-address-banner-alist'.
7463
7464 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
7465
7466         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
7467         description rather than subject.
7468
7469 2004-05-02  Steve Youngs  <steve@youngs.au.com>
7470
7471         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
7472
7473 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7474
7475         * gnus.el (gnus-version-number): Bump.
7476
7477 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7478
7479         * gnus.el: No Gnus v0.2 is released.
7480
7481 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7482
7483         * gnus-agent.el (gnus-agent-read-agentview): Inline
7484         gnus-uncompress-range.
7485
7486 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7487
7488         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
7489         `exec-installed-p'.
7490
7491 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7492
7493         * gnus.el (spam-process, spam-autodetect-methods): Add
7494         bsfilter and bsfilter-headers.
7495
7496         * spam.el (spam-bsfilter): New customize group.
7497         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
7498         (spam-bsfilter-header, spam-bsfilter-probability-header)
7499         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
7500         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
7501         (spam-bsfilter-database-directory): New options.
7502         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
7503         (spam-list-of-statistical-checks, spam-registration-functions):
7504         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
7505         (spam-bsfilter-score): New command.
7506         (spam-check-bsfilter-headers, spam-check-bsfilter)
7507         (spam-bsfilter-register-with-bsfilter)
7508         (spam-bsfilter-register-spam-routine)
7509         (spam-bsfilter-unregister-spam-routine)
7510         (spam-bsfilter-register-ham-routine)
7511         (spam-bsfilter-unregister-ham-routine): New functions.
7512         (spam-generic-score): Support bsfilter; Accept an optional argument
7513         to recalcurate spam score even if scoring header has already been
7514         added.
7515         (spam-bogofilter-score, spam-spamassassin-score): Accept an
7516         optional argument to recalcurate spam score even if scoring header
7517         has already been added.
7518
7519 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
7520
7521         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
7522         strings!  Reported by David D. Smith <davidsmith@acm.org>.
7523         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
7524         link is missing.
7525
7526 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
7527
7528         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
7529         (html2text-get-attr): Rewrite.
7530
7531         * message.el (message-setup-1): Remove redundant put-text-property
7532         on mail-header-separator.
7533
7534 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
7535
7536         * gnus-registry.el (gnus-registry-cache-whitespace)
7537         (gnus-registry-action, gnus-registry-spool-action)
7538         (gnus-registry-split-fancy-with-parent): changed message levels
7539         from 5 to 3 or 7, as needed
7540
7541         * spam.el (spam-summary-prepare-exit)
7542         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
7543         (spam-split, spam-find-spam, spam-log-undo-registration)
7544         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
7545         level from 5 to 6
7546
7547 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * gnus-ems.el: Autoload appt-select-lowest-window (revert
7550         2004-03-04 change).
7551
7552 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
7553
7554         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
7555         Use mapc when appropriate.
7556
7557         * sieve-manage.el (sieve-manage-open): do.
7558
7559         * nnweb.el (nnweb-insert-html): do.
7560
7561         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
7562         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
7563
7564         * nnspool.el (nnspool-request-group): do.
7565
7566         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
7567         do.
7568
7569         * nnml.el (nnml-request-update-info): do.
7570
7571         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
7572         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
7573
7574         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
7575         (nnimap-request-set-mark): do.
7576
7577         * nnfolder.el (nnfolder-request-update-info): do.
7578
7579         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
7580         do.
7581
7582         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
7583
7584         * gnus-uu.el (gnus-uu-find-articles-matching): do.
7585
7586         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
7587         do.
7588
7589         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
7590         do.
7591
7592         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
7593
7594         * gnus-nocem.el (gnus-nocem-scan-groups): do.
7595
7596         * gnus-int.el (gnus-start-news-server): do.
7597
7598         * gnus-group.el (gnus-group-make-kiboze-group)
7599         (gnus-group-browse-foreign-server): do.
7600
7601 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7602
7603         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
7604         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
7605         <shields@msrl.com>:
7606
7607         * spam.el (spam-necessary-extra-headers): get the extra headers we
7608         may need for spam sorting and scoring
7609         (spam-user-format-function-S): a user format function suitable for
7610         general use
7611         (spam-article-sort-by-spam-status): sorting function for summary
7612         sorting
7613         (spam-extra-header-to-number): get a score from a header
7614         (spam-summary-score): get a numeric score from the headers
7615         (spam-generic-score): oops, function doc in wrong place
7616         (spam-initialize): take symbols when it's run, and install the
7617         extra headers that spam-necessary-extra-headers thinks we need
7618
7619 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7620
7621         * spam.el (spam-summary-prepare-exit): logic and message fix.
7622         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
7623
7624 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
7625
7626         * gnus-sum.el (gnus-set-global-variables)
7627         (gnus-build-all-threads, gnus-get-newsgroup-headers)
7628         (gnus-article-get-xrefs, gnus-summary-best-group)
7629         (gnus-summary-next-article, gnus-summary-enter-digest-group)
7630         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
7631         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
7632         with-current-buffer.
7633
7634 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7635
7636         * spam.el (spam-summary-prepare-exit): simplified logic
7637         (spam-fetch-article-header): read the article header if it's not
7638         available
7639         (spam-list-articles): simplified logic
7640         (spam-filelist-register-routine): found bug with unregister-list
7641
7642         * gnus-registry.el: clarified comments at beginning
7643
7644 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
7645
7646         * message.el (message-cater-to-broken-inn): Remove.
7647         (message-shorten-references): Make sure the total folded length of
7648         References is shorter than 998 characters to cater to a bug in INN
7649         2.3.  Also, don't pretend that references aren't folded -- this
7650         hasn't worked for a while.
7651
7652 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7653
7654         * gnus-agent.el (gnus-agentize):
7655         gnus-agent-send-mail-real-function no longer set to current value
7656         of message-send-mail-function but rather a lambda that calls
7657         message-send-mail-function.  The change makes the agent real-time
7658         responsive to user changes to message-send-mail-function.
7659
7660 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7661
7662         * legacy-gnus-agent.el
7663         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
7664         help from Florian Weimer <fw@deneb.enyo.de>
7665
7666 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * nnmail.el (nnmail-cache-insert): Revert last change.
7669
7670 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * nnmail.el (nnmail-cache-insert): Always check whether
7673         nnmail-cache-ignore-groups matches a group name.
7674
7675 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
7676
7677         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
7678         (spam-find-spam, spam-log-processing-to-registry)
7679         (spam-log-registered-p, spam-log-unregistration-needed-p)
7680         (spam-log-undo-registration): use gnus-message instead of
7681         gnus-error, none of these errors are fatal
7682
7683         * gnus-registry.el (gnus-registry-clean-empty-function)
7684         (gnus-registry-clean-empty): remove only empty entries without
7685         extra data
7686
7687 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7688
7689         * spam-stat.el (spam-stat-buffer-change-to-spam)
7690         (spam-stat-buffer-change-to-non-spam): change (error) to
7691         (gnus-message 8) invocation
7692
7693 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * nntp.el (nntp-via-netcat-command): New variable.
7696         (nntp-via-netcat-switches): New variable.
7697         (nntp-open-via-rlogin-and-netcat): New function.
7698         (nntp-open-connection-function): Doc fix.
7699         (nntp-telnet-command): Doc fix.
7700         (nntp-end-of-line): Doc fix.
7701         (nntp-via-rlogin-command): Doc fix.
7702         (nntp-via-user-name): Doc fix.
7703         (nntp-via-address): Doc fix.
7704
7705 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
7708         error in Emacs 21.1.
7709
7710 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
7711
7712         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
7713
7714 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7715         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
7716         (gnus-agent-with-refreshed-group): New macro.
7717         (gnus-agent-rename-group): New function.
7718         (gnus-agent-delete-group): New function.
7719         (gnus-agent-save-group-info): Use gnus-command-method when
7720         `method' parameter is nil.  Don't write nil entries into the
7721         active file.
7722         (gnus-agent-get-group-info): New function.
7723         (gnus-agent-fetch-articles): Use
7724         gnus-agent-update-files-total-fetched-for to increment disk space
7725         used.
7726         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
7727         gnus-agent-update-view-total-fetched-for to increment disk space
7728         used.
7729         (gnus-agent-get-local): Added optional parameters to avoid calling
7730         gnus-group-real-name and gnus-find-method-for-group.
7731         (gnus-agent-set-local): Delete stored entry if either min, or max,
7732         are nil.
7733         (gnus-agent-fetch-session): Reworded error/quit messages.  On
7734         quit, use gnus-agent-regenerate-group to record existance of any
7735         articles fetched to disk before the quit occurred.
7736         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
7737         gnus-agent-update-view-total-fetched-for, and
7738         gnus-agent-update-files-total-fetched-for to decrement disk space
7739         used.
7740         (gnus-agent-retrieve-headers): Use
7741         gnus-agent-update-view-total-fetched-for to increment disk space
7742         used.
7743         (gnus-agent-regenerate-group): Replace gnus-group-update-group
7744         with gnus-agent-update-files-total-fetched-for to decrement disk
7745         space and fresh group buffer.
7746         (gnus-agent-inhibit-update-total-fetched-for): New variable.
7747         (gnus-agent-need-update-total-fetched-for): New variable.
7748         (gnus-agent-update-files-total-fetched-for): New function.
7749         (gnus-agent-update-view-total-fetched-for): New function.
7750         (gnus-agent-total-fetched-for): New function.
7751
7752         * gnus-cache.el (gnus-cache-save-buffers): Use
7753         gnus-cache-update-overview-total-fetched-for to change disk space
7754         used by this group.
7755         (gnus-cache-possibly-enter-article): Use
7756         gnus-cache-update-file-total-fetched-for to increment disk space
7757         used by this group.
7758         (gnus-cache-possibly-remove-article): Use
7759         gnus-cache-update-file-total-fetched-for to decrement disk space
7760         used by this group.
7761         (gnus-cache-generate-nov-databases): Purge total fetched cache.
7762         (gnus-cache-rename-group): New function.
7763         (gnus-cache-delete-group): New function.
7764         (gnus-cache-inhibit-update-total-fetched-for): New variable.
7765         (gnus-cache-need-update-total-fetched-for): New variable.
7766         (gnus-cache-with-refreshed-group): New macro.
7767         (gnus-cache-update-file-total-fetched-for): New function.
7768         (gnus-cache-update-overview-total-fetched-for): New function.
7769         (gnus-cache-rename-group-total-fetched-for): New function.
7770         (gnus-cache-delete-group-total-fetched-for): New function.
7771         (gnus-cache-total-fetched-for): New function.
7772
7773         * gnus-group.el: Require gnus-sum and autoload functions to
7774         resolve warnings when gnus-group.el compiled alone.
7775         (gnus-group-line-format): Documented new %F
7776         (size of Fetched data) group line format; identifies disk space
7777         used by agent and cache.
7778         (gnus-group-line-format-alist): Defined new F format.
7779         (gnus-total-fetched-for): New function.
7780         (gnus-group-delete-group): No longer update
7781         gnus-cache-active-altered as gnus-request-delete-group now keeps
7782         the cache in sync.
7783         (gnus-group-list-active): Let the agent store a server's active
7784         list if currently plugged.
7785
7786         * gnus-int.el (gnus-request-delete-group): Use
7787         gnus-cache-delete-group and gnus-agent-delete-group to keep the
7788         local disk in sync with the server.
7789          (gnus-request-rename-group): Use
7790         gnus-cache-rename-group and gnus-agent-rename-group to keep the
7791         local disk in sync with the server.
7792
7793         * gnus-start.el (gnus-get-unread-articles): Cosmetic
7794         simplification to logic.
7795
7796         * gnus-util.el (gnus-rename-file): New function.
7797
7798 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
7799
7800         * mm-util.el (mm-image-load-path): Handle nil in load-path.
7801
7802 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
7803
7804         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
7805         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
7806
7807 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
7808
7809         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
7810         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
7811
7812 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
7813
7814         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
7815
7816 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
7817
7818         * spam.el (spam-set-difference): new function to replace
7819         gnus-set-difference in spam.el
7820         (spam-summary-prepare-exit): use spam-set-difference
7821
7822 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7823
7824         * gnus-registry.el (gnus-registry-cache-file): updated to use
7825         gnus-dribble-directory OR gnus-home-directory OR ~
7826         (gnus-registry-split-fancy-with-parent): fixed doc
7827
7828 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * message.el (message-exchange-point-and-mark): Use
7831         message-mark-active-p.  Suggested by Jesper Harder
7832         <harder@ifa.au.dk>.
7833
7834 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * message.el (message-exchange-point-and-mark): Don't activate
7837         region if it was inactive.  Suggested by Hiroshi Fujishima
7838         <pooh@nature.tsukuba.ac.jp>.
7839
7840 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * gnus-art.el (article-display-face): Display Faces in the same
7843         order as X-Faces.
7844
7845 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
7848
7849 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
7852         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
7853         (gnus-article-mime-hierarchy): Remove.
7854         (gnus-article-mime-hierarchy-next): Remove.
7855         (gnus-article-mode): Revert 2004-03-19 change.
7856         (gnus-article-setup-buffer): Revert 2004-03-19 change.
7857         (gnus-insert-mime-button): Revert 2004-03-19 change.
7858         (gnus-mime-accumulate-hierarchy): Remove.
7859         (gnus-mime-enter-multipart): Remove.
7860         (gnus-mime-leave-multipart): Remove,
7861         (gnus-mime-display-part): Revert 2004-03-19 change.
7862         (gnus-mime-display-alternative): Revert 2004-03-19 change.
7863
7864         * mml.el (mml-preview): Revert 2004-03-19 change.
7865
7866 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
7867
7868         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
7869
7870 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
7873         t while entering a file name using the mm-with-multibyte macro.
7874         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7875
7876         * mm-util.el (mm-with-multibyte): New macro.
7877
7878 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7879
7880         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
7881         user option.
7882         (gnus-mime-multipart-functions): Doc and customization fix.
7883         (gnus-article-mime-hierarchy): New variable.
7884         (gnus-article-mime-hierarchy-next): New variable.
7885         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
7886         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
7887         gnus-article-mime-hierarchy-next to nil.
7888         (gnus-insert-mime-button): Show hierarchy numbers.
7889         (gnus-mime-accumulate-hierarchy): New function.
7890         (gnus-mime-enter-multipart): New function.
7891         (gnus-mime-leave-multipart): New function.
7892         (gnus-mime-display-part): Recompute hierarchical MIME structure.
7893         (gnus-mime-display-alternative): Show hierarchy numbers.
7894
7895         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
7896         gnus-article-mime-hierarchy-next to nil.
7897
7898 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
7899
7900         * dns.el: Don't require gnus-xmas.
7901
7902 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
7903
7904         * mml.el (mml-generate-mime-1): Don't use format=flowed with
7905         inline PGP.
7906         (mml-menu): Disable mml-quote-region if mark is inactive.
7907
7908 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
7911         when the group's active is not available.
7912
7913 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
7916         error.
7917
7918 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
7919
7920         * imap.el (imap-store-password): New variable.
7921         (imap-interactive-login): Use it.
7922         Suggested by Mark Plaksin <happy@mcplaksin.org>.
7923
7924 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * gnus-art.el (gnus-article-read-summary-keys): Restore new
7927         window-start and hscroll to summary window.
7928
7929 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7930
7931         * gnus-start.el (gnus-convert-old-newsrc): Only write the
7932         conversion message to newsrc-dribble when an actual conversion is
7933         performed.
7934
7935 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
7936
7937         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
7938
7939 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * mm-decode.el (mm-complicated-handles): New function reviving
7942         former definition of mm-multiple-handles.
7943
7944         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
7945         (gnus-mime-delete-part): Use it.
7946
7947 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7948
7949         * gnus-agent.el (gnus-agent-read-local): Bind
7950         nnheader-file-coding-system to gnus-agent-file-coding-system to
7951         avoid the implicit assumption that they will always be equal.
7952         (gnus-agent-save-local): Bind buffer-file-coding-system, not
7953         coding-system-for-write, as the with-temp-file macro first prints
7954         to a buffer then saves the buffer.
7955
7956 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * gnus-art.el (gnus-article-edit-part): New function.
7959         (gnus-mime-save-part-and-strip): Use it; do query instead of
7960         signaling an error; don't use mm-multiple-handles.
7961         (gnus-mime-delete-part): Ditto.
7962
7963 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7964
7965         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
7966         old file versions.
7967         (gnus-group-prepare-hook): Removed function that converted list
7968         form of gnus-agent-expire-days to group properties.
7969
7970         * gnus-int.el: Autoload gnus-agent-regenerate-group.
7971         (gnus-request-accept-article): Re-indented.
7972
7973         * gnus-start.el (gnus-convert-old-newsrc): Registered new
7974         converters to handle old agent file formats.  Added logic for a
7975         "backup before upgrading warning".
7976         (gnus-convert-mark-converter-prompt): Developers can mark
7977         functions as needing (default), or not needing,
7978         gnus-convert-old-newsrc's "backup before upgrading warning".
7979         (gnus-convert-converter-needs-prompt): Tests whether the user
7980         should be protected from potentially irreversable changes by the
7981         function.
7982
7983         * legacy-gnus-agent.el (): New. Provides converters that are only
7984         loaded when gnus-convert-old-newsrc needs to call them.
7985
7986 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * mail-source.el (mail-source-touch-pop): Doc fix.
7989
7990         * message.el (message-smtpmail-send-it): Doc fix.
7991
7992 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
7993
7994         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
7995
7996         * nnmail.el (nnmail-split-fancy): do.
7997
7998         * gnus-kill.el (gnus-kill, gnus-execute): do.
7999
8000 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8001
8002         * gnus-sum.el (gnus-widget-reversible-match)
8003         (gnus-widget-reversible-to-internal)
8004         (gnus-widget-reversible-to-external): New functions.
8005         (gnus-widget-reversible): New widget.
8006         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
8007
8008 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
8009
8010         * gnus-sum.el (gnus-thread-sort-functions)
8011         (gnus-article-sort-functions): Document `(not F)' items.
8012
8013 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8014
8015         * spam.el (spam-use-gmane-xref): new backend
8016         (spam-gmane-xref-spam-group): variable to control the name of the
8017         Gmane spam group
8018         (spam-blackhole-servers, spam-blackhole-good-server-regex)
8019         (spam-regex-headers-spam, spam-regex-headers-ham)
8020         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
8021         (spam-list-of-checks): added spam-use-gmane-xref to list of
8022         backends and checks
8023         (spam-check-gmane-xref): function for spam-use-gmane-xref
8024
8025         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
8026         an autodetect method
8027
8028 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8029
8030         * gnus-int.el (gnus-request-accept-article): Inform the agent that
8031         articles are being added to a group.
8032         (gnus-request-replace-article): Inform the agent that articles
8033         need to be uncached as the cached contents are no longer valid.
8034
8035 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8036
8037         * binhex.el: Don't autoload executable-find.
8038
8039         * canlock.el: Don't autoload mail-fetch-field.
8040
8041         * dgnushack.el: Autoload c-mode for XEmacs.
8042
8043         * gnus-ems.el: Don't autoload appt-select-lowest-window.
8044
8045         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
8046         rmail-dont-reply-to and rmail-output.
8047
8048         * gnus-score.el: Don't autoload ffap-string-at-point.
8049
8050         * gnus-setup.el: Don't autoload sc-cite-original.
8051
8052         * imap.el: Don't autoload base64-decode-string,
8053         base64-encode-string and md5.
8054
8055         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
8056         and rmail-msg-restore-non-pruned-header.
8057
8058         * mm-decode.el: Don't autoload executable-find.
8059
8060         * mm-url.el: Don't autoload executable-find.
8061
8062         * mm-view.el: Don't autoload diff-mode.
8063
8064         * nndb.el: Don't autoload news-reply-mode, news-setup,
8065         cancel-timer and telnet.
8066
8067         * password.el: Don't autoload run-at-time for Emacs.
8068
8069         * sha1-el.el: Don't autoload executable-find.
8070
8071         * sieve-mode.el: Don't autoload c-mode.
8072
8073         * uudecode.el: Don't autoload executable-find.
8074
8075 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8076
8077         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
8078         (gnus-agent-possibly-alter-active): Avoid null in numeric
8079         comparison.
8080         (gnus-agent-set-local): Refuse to save null in local object table.
8081         (gnus-agent-regenerate-group): The REREAD parameter can now be a
8082         list of articles that will be marked as unread.
8083
8084 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
8087
8088 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8089
8090         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
8091         language tags.
8092
8093 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8094
8095         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
8096         Don't bind "obarray".
8097
8098         * gnus-sum.el (gnus-thread-sort-functions): Added
8099         `gnus-thread-sort-by-most-recent-number' and
8100         `gnus-thread-sort-by-most-recent-date'.
8101         Reported by Kai Grossjohann <kai@emptydomain.de>.
8102
8103 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8104
8105         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
8106
8107 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8108
8109         * gnus-cus.el (gnus-agent-customize-category): Removed
8110         ignore-errors macro reference that required cl to be loaded at
8111         run-time.
8112
8113         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
8114         single-interval range of the form (min . max).  Previously the
8115         range had to look like ((min . max)).  Likewise, return
8116         (min . max) rather than ((min . max)).
8117         (gnus-range-map): Use gnus-range-normalize to accept
8118         single-interval range.
8119
8120         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
8121         the cache, but not the agent, now appear with their usual face.
8122
8123         * dgnushack.el (loaddir): New variable that is bound to the
8124         directory containing the dgnushack.el file. Use loaddir, rather
8125         than srcdir, to update load-path. Change lets dgnushack compile
8126         code in directories other than GNUS/lisp.
8127
8128 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * lpath.el: Don't bind w3m-safe-url-regexp.
8131
8132         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
8133         w3m-safe-url-regexp variable buffer-local.
8134
8135         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8136
8137 2004-02-27  Simon Josefsson  <jas@extundo.com>
8138
8139         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
8140         gnus-group-real-prefix.
8141         (gnus-summary-move-article): Use it, instead of
8142         gnus-group-real-prefix.
8143
8144 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * lpath.el: Bind w3m-safe-url-regexp.
8147
8148         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
8149         w3m-safe-url-regexp variable buffer-local and set it as the value
8150         of mm-w3m-safe-url-regexp.
8151
8152         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8153
8154         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
8155         parsing gnus-posting-styles when the message is not for replying.
8156
8157         * dgnushack.el: Autoload sgml-mode for XEmacs.
8158
8159         * nnrss.el (nnrss-opml-export): Use
8160         mm-set-buffer-file-coding-system instead of
8161         set-buffer-file-coding-system.
8162
8163 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
8164
8165         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
8166         of checkdoc.el).
8167         * nnrss.el: do.
8168         * gnus-mlspl.el: do.
8169         * gnus-ml.el: do.
8170         * gnus-srvr.el: do.
8171
8172         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
8173
8174 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8175
8176         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
8177         Corrections to custom-manual links.
8178
8179         * gnus-art.el (gnus-article): Ditto.
8180
8181         * mm-decode.el (mime-display, mime-security): Ditto.
8182
8183 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8184
8185         * flow-fill.el: Typo.
8186
8187 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
8188
8189         * spam-wash.el: New file.
8190
8191 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
8192
8193         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
8194
8195 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8196
8197         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
8198         to be run with new-articles as LIST1, not LIST2
8199         (spam-registration-functions): add spam-use-ham-copy as a nil
8200         registration backend
8201
8202 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8203
8204         * spam-stat.el (spam-stat-washing-hook): New option.
8205         (spam-stat-buffer-words): Use it.
8206         (spam-stat-process-directory, spam-stat-test-directory): Use
8207         insert-file-contents-literally.
8208         (spam-stat-coding-system): New variable.
8209         (spam-stat-load, spam-stat-save): Use it.
8210
8211 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * spam-report.el (spam-report-plug-agent): Quote
8214         spam-report-url-to-file and spam-report-url-ping-plain.
8215
8216 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
8217
8218         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
8219         / in mailto URLs.
8220
8221 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8222
8223         * spam-report.el (spam-report-process-queue): Fix interactive use.
8224         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
8225         (spam-report-unplug-agent): Doc fixes.
8226         (spam-report-url-ping-mm-url, spam-report-url-to-file)
8227         (spam-report-agentize, spam-report-deagentize): Autoload
8228
8229 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8230
8231         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
8232
8233         * message.el (message-setup-fill-variables): Add mml tags to
8234         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
8235         <ajk@iu.edu>.
8236         (message-mode): Don't modify paragraph-separate there.
8237
8238 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * compface.el (uncompface-use-external): Default to undecided.
8241         (uncompface-use-external-threshold): New variable.
8242         (uncompface-float-time): New macro.
8243         (uncompface): Determine whether to use the external decoder if
8244         uncompface-use-external is undecided.
8245
8246 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8247
8248         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
8249         after images.
8250
8251         * gnus-art.el (gnus-mime-display-single): Remove dead code.
8252
8253 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
8254
8255         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
8256
8257         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
8258
8259         * gnus-sum.el (gnus-summary-limit-to-age)
8260         (gnus-summary-limit-children): do.
8261
8262         * gnus-int.el (gnus-request-scan): do.
8263
8264         * gnus-group.el (gnus-group-suspend): do.
8265
8266         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
8267
8268         * gnus-cite.el (gnus-cite-parse-attributions): do.
8269
8270         * gnus-agent.el (gnus-summary-set-agent-mark)
8271         (gnus-agent-regenerate-group): do.
8272
8273         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
8274
8275         * binhex.el (binhex-decode-region-internal): do.
8276
8277 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * gnus-fun.el (gnus-face-properties-alist): New user option.
8280         (gnus-display-x-face-in-from): Use it.
8281
8282         * gnus-art.el (article-display-face): Ditto.
8283
8284         * compface.el (uncompface-use-external): Default to nil.
8285
8286 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
8287
8288         * nntp.el (nntp-erase-buffer): New function.
8289         (nntp-retrieve-data, nntp-send-command)
8290         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
8291         (nntp-possibly-change-group): Use it.
8292
8293         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
8294         with-current-buffer.
8295
8296 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
8297
8298         * compface.el: Merge the ELisp-based uncompface program.
8299         (compface): New customization group.
8300         (uncompface-use-external): New user option.
8301         (uncompface): Call uncompface-internal if uncompface-use-external
8302         is nil.
8303         (uncompface-internal): New function.  Note that there are also
8304         some other functions and variables added for this function.
8305
8306 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
8307
8308         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
8309         if necessary.
8310
8311 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8312
8313         * spam-report.el (spam-report-unplug-agent)
8314         (spam-report-plug-agent, spam-report-deagentize)
8315         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
8316         support for the Agent in spam-report: when unplugged, report to a
8317         file; when plugged, submit all the requests
8318
8319         * spam.el (spam-register-routine): improved message about
8320         registration
8321
8322 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
8323
8324         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
8325         dependencies.
8326         (rfc2047-encode): Use it.
8327
8328         * gnus-art.el (gnus-button-marker-list): Move before first
8329         reference.
8330
8331         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8332         (imap-parse-body): Fix format string mismatch.
8333
8334         * gnus-score.el (gnus-summary-increase-score): do.
8335
8336         * nnrss.el (nnrss-close): New function.
8337
8338 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
8339
8340         * nnrss.el (nnrss-make-filename): New function.
8341         (nnrss-request-delete-group, nnrss-read-server-data)
8342         (nnrss-save-server-data, nnrss-read-group-data)
8343         (nnrss-save-group-data): Use it.
8344         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
8345         (nnrss-read-server-data, nnrss-read-group-data): Use load.
8346         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
8347
8348 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
8349
8350         * mml.el (mml-compute-boundary-1): Don't uncompress files.
8351
8352 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
8353
8354         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
8355         files.
8356
8357         * message.el (message-generate-headers-first): Don't quote nil
8358         and t in docstrings.
8359
8360         * imap.el (imap-id): do.
8361
8362         * gnus-agent.el (gnus-agent-consider-all-articles)
8363         (gnus-agent-queue-mail): do.
8364
8365 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
8366
8367         * spam-report.el (spam-report-process-queue): New function.
8368         Process requests from `spam-report-requests-file'.
8369         (spam-report-process-queue): Doc fix.
8370
8371 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
8372
8373         * spam.el (spam-register-routine)
8374         (spam-log-processing-to-registry, spam-log-registered-p)
8375         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8376         change "check" to "spam-check" for semi-clarity
8377
8378 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
8379
8380         * pop3.el: Require nnheader.
8381
8382         * mml-smime.el: Require cl.  Autoload message-fetch-field.
8383
8384         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
8385
8386         * gnus-picon.el: Require cl.
8387
8388         * gnus-fun.el: Require gnus-ems and gnus-util.
8389
8390         * gnus.el (gnus-method-to-server): Move defsubst before first use.
8391
8392         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
8393
8394         * gnus-art.el (gnus-article-edit-mode): Define before first
8395         reference.
8396
8397 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
8398
8399         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
8400         (gnus-uu-post-encoded): Use point-at-bol.
8401
8402         * gnus-topic.el (gnus-group-active-topic-p): do.
8403
8404         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
8405
8406         * gnus-group.el (gnus-group-kill-region): do.
8407
8408         * gnus-art.el (article-date-ut): do.
8409
8410         * message.el (message-fetch-field): Remove redundant
8411         case-fold-search binding.
8412         (message-narrow-to-field): Simplify.
8413
8414 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8415
8416         * spam.el (spam-directory): Derive from `gnus-directory'.
8417
8418         * spam-report.el (spam-report-url-to-file)
8419         (spam-report-requests-file): New function and variable for offline
8420         reporting.
8421         (spam-report-url-ping-function): Add `spam-report-url-to-file'
8422         and user defined function.
8423         (spam-report-url-ping-mm-url): Remove doubled slash.
8424
8425 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
8426
8427         * spam.el (spam-list-of-processors): fixed spamassassin variable names
8428
8429 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
8430
8431         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
8432         format string mismatch.
8433
8434         * sieve.el (sieve-deactivate-all): do.
8435
8436         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8437
8438         * nnlistserv.el (nnlistserv-kk-wash-article): do.
8439
8440         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
8441
8442         * mm-bodies.el (mm-7bit-chars): Don't include \r.
8443
8444 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
8445
8446         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
8447         the list of checks
8448
8449 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
8450
8451         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
8452         padding.
8453
8454 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
8455
8456         * mm-view.el (mm-fill-flowed): New variable.
8457         (mm-inline-text): Use it.
8458
8459 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
8460
8461         * spam.el (spam-spamassassin-register-ham-routine)
8462         (spam-spamassassin-register-spam-routine): fixed function names
8463
8464 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * gnus.el (gnus-tmp-grouplens): Remove.
8467         (gnus-summary-line-format): Remove grouplens.
8468
8469         * gnus-group.el (gnus-group-line-format): Ditto.
8470
8471         * gnus-spec.el (gnus-format-specs): Ditto.
8472         (gnus-update-format-specifications): Flush the group format spec
8473         cache if there's the grouplens stuff.
8474         (gnus-parse-simple-format): Replace %l with the empty string.
8475
8476 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
8477
8478         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
8479         omission.
8480         From Jerry James  <james@xemacs.org>
8481
8482 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
8485         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8486
8487 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8488
8489         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
8490         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
8491         New macros and functions.
8492         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
8493         Handle > NLINK_MAX messages.
8494         * nnmaildir.el (nnmaildir-request-set-mark): Use
8495         nnmaildir--emlink-p and nnmaildir--eexist-p.
8496
8497 2004-01-25  Alex Schroeder  <alex@gnu.org>
8498
8499         * spam-stat.el (spam-stat-process-directory-age): New option.
8500         (spam-stat-process-directory): Use it.
8501
8502 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8503
8504         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
8505         (spam-stat-save): Accept prefix argument.
8506
8507 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
8508
8509         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
8510         links" error.
8511
8512 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
8515         the rest of the and/or forms.
8516
8517 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8518
8519         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
8520         compatibility with old .newsrc.eld files.
8521
8522         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
8523
8524         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
8525
8526         * gnus-start.el (gnus-1): do.
8527
8528         * gnus-group.el (gnus-group-line-format-alist): do.
8529
8530         * gnus.el (gnus-use-grouplens, gnus-visual): do.
8531
8532         * gnus-gl.el: Remove.
8533
8534 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8535
8536         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
8537         marks consisting of a single range {for example, (3 . 5)} rather
8538         than a list of a single range { ((3 . 5)) }.
8539
8540 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8541
8542         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
8543         with-current-buffer.
8544         (spam-stat-store-current-buffer): Use insert-buffer-substring to
8545         avoid consing a string.
8546
8547         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
8548         Remove obsolete entries for big5 and gb2312.
8549
8550 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8551
8552         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
8553         uncompressed list.
8554
8555 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
8556
8557         * spam-stat.el (spam-stat-strip-xref): New function.
8558         (spam-stat-process-directory): Use it.
8559
8560         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
8561         here -- it's done in message-fetch-field.
8562
8563 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8564
8565         * gnus-agent.el (gnus-agent-queue-mail,
8566         gnus-agent-prompt-send-queue): New variables.
8567         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
8568         * gnus-draft.el (gnus-group-send-queue): Pass the group name
8569         "nndraft:queue" along to gnus-draft-send.  Use
8570         gnus-agent-prompt-send-queue.
8571         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
8572         is "nndraft:queue".  Suggested by Gaute Strokkenes
8573         <gs234@srcf.ucam.org>
8574
8575         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
8576         (agent-enable-undownloaded-faces): Added
8577         (gnus-agent-cat-groups): Use eval-and-compile, not
8578         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
8579         method of gnus-agent-cat-groups even when the buffer has been
8580         evaled.
8581         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
8582         delete gnus-agent-save-active-1.
8583         (gnus-agent-save-groups): Deleted. Identical to
8584         gnus-agent-save-active.
8585         (gnus-agent-write-active): No longer adjust agent's copy of active
8586         file as agent's adjustments are now stored in their own
8587         file. Removed optional parameter.
8588         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
8589         servers.  Add use of min/max range limits from server's local
8590         file.
8591         (gnus-agent-save-alist): Removed unused optional argument.
8592         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
8593         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
8594         (gnus-agent-set-local): A per-server file that keeps min/max range
8595         limits for articles known to the agent.  Provides a fast mechanism
8596         for altering many active ranges.
8597         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
8598         active file (local makes it unnecessary).
8599         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
8600
8601         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
8602         (agent-enable-undownloaded-faces): Added
8603
8604         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
8605         disable it when sending to "nndraft:queue".
8606         (gnus-group-send-queue): Add safety check to avoid sending queue
8607         when unplugged.
8608
8609         * gnus-group.el (gnus-group-catchup): Use new
8610         gnus-sequence-of-unread-articles, not
8611         gnus-list-of-unread-articles, to avoid exhausting memory with huge
8612         numbers of articles.  Use gnus-range-map to avoid having to
8613         uncompress the unread list.
8614         (gnus-group-archive-directory,
8615         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
8616         reference.
8617
8618         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
8619         (gnus-sorted-range-intersection): Intersection of two ranges
8620         without requiring that they first be uncompressed.
8621
8622         * gnus-start.el (gnus-activate-group): Unless blocked by the
8623         caller, possibly expand the active range to include both cached
8624         and agentized articles.
8625         (gnus-convert-old-newsrc): Rewrote in anticipation of having
8626         multiple version-dependent converters.
8627         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
8628         gnus-agent-save-active.
8629         (gnus-save-newsrc-file): Save dirty agent range limits.
8630
8631         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
8632         gnus-agent-possibly-alter-active.
8633         (gnus-adjust-marked-articles): Faster handling of simple lists
8634
8635 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
8636
8637         * spam-stat.el (spam-stat-test-directory): New optional argument
8638         displays a list of files detected.  Suggested by Andrew Cohen
8639         <cohen@andy.bu.edu>.
8640         (spam-stat-buffer-words-with-scores): Don't narrow and change
8641         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
8642
8643 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
8644
8645         * spam.el (gnus-summary-mode-map): make spam-generic-score the
8646         default scoring function
8647         (spam-generic-score): calls spam-spamassassin-score if
8648         spam-use-spamassassin or spam-use-spamassassin-headers is on;
8649         spam-bogofilter-score otherwise.
8650
8651         From Hubert Chan <hubert@uhoreg.ca>:
8652
8653         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
8654         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
8655         (spam-spamassassin-arguments)
8656         (spam-spamassassin-spam-flag-header)
8657         (spam-spamassassin-positive-spam-flag-header)
8658         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
8659         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
8660         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8661         (spam-list-of-processors, spam-list-of-checks)
8662         (spam-list-of-statistical-checks, spam-registration-functions)
8663         (spam-check-spamassassin-headers, spam-check-spamassassin)
8664         (spam-spamassassin-score)
8665         (spam-spamassassin-register-with-sa-learn)
8666         (spam-spamassassin-register-spam-routine)
8667         (spam-spamassassin-register-ham-routine)
8668         (spam-assassin-register-spam-routine)
8669         (spam-assassin-register-ham-routine): add SpamAssassin support
8670         (spam-bogofilter-score): fix to show article before scoring
8671
8672         * gnus.el (spam-process, spam-autodetect-methods): add
8673         spamassassin and spamassassin-headers
8674
8675         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8676         Suppress unnecessary messages.  From Nevin Kapur
8677         <nkapur@cs.caltech.edu>.
8678
8679 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
8680
8681         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
8682         make-hash-table.
8683
8684 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * canlock.el (base64-encode-string): Don't autoload it.
8687
8688 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * run-at-time.el: Remove useless (require 'itimer),
8691         eval-and-compile and (featurep 'xemacs).
8692
8693 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
8694
8695         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
8696         GROUP is a virtual group.
8697
8698 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
8699
8700         * gnus.el: Autoload `message-y-or-n-p'.
8701
8702 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
8703
8704         * pgg-parse.el: Remove unnecessary (require 'custom).
8705
8706         * pgg-def.el: do.
8707
8708         * nnmail.el: do.
8709
8710         * gnus-undo.el: do.
8711
8712         * gnus-picon.el: do.
8713
8714         * gnus-util.el: do.
8715
8716 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
8717
8718         * gnus-sum.el (gnus-pick-line-number): Add autoload.
8719
8720 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
8723         handle, as well as a list.
8724
8725         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
8726         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
8727         (mm-w3m-cid-retrieve): Simplify.
8728
8729 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
8730
8731         * message.el (message-kill-to-signature): Allow prefix arg to
8732         specify number of lines to keep before signature.  From Vasily
8733         Korytov.
8734         (message-kill-to-signature): Change docstring.
8735
8736 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8737
8738         * canlock.el: Always require sha1-el.
8739         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
8740
8741         * message.el: Autoload sha1 only when compiling.
8742
8743         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
8744         eudc-expand-inline for XEmacs.
8745
8746 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * message.el (message-canlock-generate): Require sha1-el.
8749
8750 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
8751
8752         * message.el (message-expand-name): Silence the byte compiler.
8753
8754         * lpath.el: Add detect-coding-system.
8755
8756         * dgnushack.el (dgnushack-compile): Remove obsolete check for
8757         cus-edit.
8758
8759 2004-01-13  Simon Josefsson  <jas@extundo.com>
8760
8761         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
8762         Invoke gnus-score-mode.  Reported by
8763         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8764
8765         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
8766         Jim Blandy <jimb@redhat.com> (tiny change).
8767
8768 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8769
8770         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
8771
8772 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
8773
8774         * spam.el (spam-get-article-as-string): updated to use
8775         gnus-request-article-this-buffer, much simpler
8776         (spam-get-article-as-buffer): removed
8777
8778 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
8779
8780         * message.el (message-expand-name): Use EUDC if the user uses
8781         that.
8782
8783 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8784
8785         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
8786         character for the encoding to avoid consing a string.
8787
8788         * rfc2047.el (rfc2047-decode-string): Don't cons a string
8789         unnecessarily.
8790
8791         * mm-util.el (mm-replace-chars-in-string): Remove.
8792
8793         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
8794         of mm-replace-chars-in-string.
8795
8796 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
8797
8798         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
8799         strings.
8800
8801         * mm-util.el (mm-subst-char-in-string): Support inplace.
8802
8803         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
8804         a new string in every iteration.  Use shy groups.
8805
8806 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
8807
8808         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
8809         (gnus-group-change-level, gnus-kill-newsgroup)
8810         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
8811         (gnus-get-unread-articles, gnus-make-articles-unread)
8812         (gnus-make-ascending-articles-unread): Use accessor
8813         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
8814         to get group information for improved readability.
8815
8816         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
8817
8818         * gnus-soup.el (gnus-soup-group-brew): do.
8819
8820         * gnus-msg.el (gnus-put-message): do.
8821
8822         * gnus-move.el (gnus-group-move-group-to-server): do.
8823
8824         * gnus-kill.el (gnus-batch-score): do.
8825
8826         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
8827         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
8828         (gnus-group-update-group, gnus-group-read-group)
8829         (gnus-group-make-group, gnus-group-make-help-group)
8830         (gnus-group-make-archive-group, gnus-group-make-directory-group)
8831         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
8832         (gnus-group-sort-by-unread, gnus-group-catchup)
8833         (gnus-group-unsubscribe-group, gnus-group-kill-group)
8834         (gnus-group-yank-group, gnus-group-set-info)
8835         (gnus-group-list-groups): do.
8836
8837         * gnus.el (gnus-generate-new-group-name): do.
8838
8839         * gnus-delay.el (gnus-delay-send-queue): do.
8840
8841         * nnvirtual.el (nnvirtual-catchup-group): do.
8842
8843         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
8844         do.
8845
8846         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
8847         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
8848
8849         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
8850         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
8851         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
8852         (gnus-group-make-articles-read): do.
8853
8854 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8855
8856         * gnus-art.el (article-decode-mime-words, article-babel)
8857         (gnus-article-highlight-signature, gnus-article-add-buttons)
8858         (gnus-signature-toggle): Use gnus-with-article-buffer.
8859
8860         * gnus-art.el (gnus-article-highlight-headers)
8861         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
8862
8863         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
8864         (gnus-article-set-globals, gnus-request-article-this-buffer)
8865         (gnus-button-message-id, gnus-article-maybe-hide-headers)
8866         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
8867         (gnus-mime-display-alternative): Use with-current-buffer.
8868
8869 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8870
8871         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
8872         also under 80 char limit, and call gnus-error if needed
8873         (spam-fetch-article-header): finally fixed - it was a
8874         buffer-local variable (gnus-newsgroup-data)
8875         (spam-find-spam): use spam-generate-fake-headers, forget about
8876         spam-insert-fake-headers
8877         (spam-insert-fake-headers): removed
8878
8879 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8880
8881         * deuglify.el (gnus-article-outlook-unwrap-lines)
8882         (gnus-outlook-rearrange-article)
8883         (gnus-outlook-repair-attribution-outlook)
8884         (gnus-outlook-repair-attribution-block)
8885         (gnus-outlook-repair-attribution-other): Remove redundant
8886         save-excursion.
8887
8888 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8889
8890         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
8891         (spam-fetch-field-subject-fast)
8892         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
8893         (spam-fetch-article-header): new functions to deal with Gnus
8894         internals for fast retrieval of article header data
8895         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
8896
8897 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8898
8899         * pop3.el (pop3-md5): Remove.
8900         (pop3-apop): Replace pop3-md5 with md5.
8901
8902         * mm-bodies.el: base64 is always built-in.
8903
8904         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
8905         with-current-buffer.
8906
8907 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * canlock.el (canlock-insert-header): Remove excessive grouping in
8910         regexp.
8911
8912         * gnus-sum.el (gnus-summary-read-document): Ditto.
8913
8914         * gnus-uu.el (gnus-uu-part-number): Ditto.
8915
8916         * html2text.el (html2text-remove-tags): Ditto.
8917         (html2text-format-tags): Ditto.
8918         (html2text-format-single-elements): Ditto.
8919
8920         * mml.el (mml-parse-1): Ditto.
8921
8922 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
8923
8924         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
8925
8926         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
8927
8928         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
8929
8930         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
8931
8932 2003-11-15  Simon Josefsson  <jas@extundo.com>
8933
8934         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
8935         (pgg-gpg-lookup-key): Use regexp match instead of
8936         split-string (split-string is different between emacs 21.2 and
8937         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
8938
8939 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
8940
8941         * gnus-art.el (gnus-mime-view-all-parts)
8942         (gnus-article-part-wrapper, gnus-article-view-part): Use
8943         with-current-buffer.
8944
8945 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
8946
8947         * spam.el (spam-disable-spam-split-during-ham-respool)
8948         (spam-spamoracle-database, spam-cache-lookups)
8949         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
8950         (spam-group-ham-mark-p, spam-group-spam-mark-p)
8951         (spam-group-ham-marks, spam-group-spam-marks)
8952         (spam-group-spam-contents-p, spam-group-ham-contents-p)
8953         (spam-list-of-processors, spam-list-of-statistical-checks): doc
8954         fix, also add spam-use-blackholes to the statistical checks
8955         (spam-fetch-field-fast): new interface to fetching fields, may
8956         become a macro
8957         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
8958         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
8959         (spam-insert-fake-headers): fake an article when needed
8960         (spam-find-spam): fake article when possible
8961         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
8962         (spam-check-bogofilter-headers): use message-fetch-field instead
8963         of nnmail-fetch-field
8964
8965 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8966
8967         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
8968
8969 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
8970
8971         * spam.el (spam-split): do not require spam-use-CHECK to be
8972         enabled if that check is passed to spam-split explicitly; also
8973         fix so 'spam doesn't get converted to spam-split-group when
8974         spam-split-symbolic-return is t
8975         (spam-find-spam): find registrations of the article and use those
8976         instead of re-running spam-split to find the spam/ham
8977         classification of the article
8978         (spam-log-processing-to-registry, spam-log-registered-p)
8979         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8980         use gnus-error instead of gnus-message
8981         (spam-log-registration-type): new function to determine the
8982         classification of a message based on registry entries; will
8983         return nil if both 'spam and 'ham are found
8984         (spam-check-BBDB): expand all the BBDB macros here so we can have
8985         a reasonably fast local cache without the loading errors
8986         (spam-cache-lookups): set to t by default
8987         (spam-find-spam): don't try to guess spam-cache-lookups
8988         (spam-enter-whitelist, spam-enter-blacklist): also clear the
8989         spam-caches entry
8990         (spam-filelist-build-cache, spam-filelist-check-cache): better
8991         caching of whitelist/blacklist entries
8992         (spam-check-whitelist, spam-check-blacklist): invoke
8993         spam-from-listed-p with a type, not a cache variable
8994         (spam-from-listed-p): wrap around spam-filelist-check-cache
8995
8996 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
8997
8998         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
8999
9000         * nnmail.el (nnmail-split-fancy): do.
9001
9002         * mml.el (mml-parse): do.
9003
9004         * gnus-score.el (gnus-enter-score-words-into-hashtb)
9005         (gnus-score-adaptive): do.
9006
9007 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
9010         (gnus-mime-button-map): Don't set keymap parent.
9011         (gnus-button-ctan-directory-regexp): Use shy grouping.
9012         (gnus-prev-page-map): Don't set keymap parent.
9013         (gnus-prev-page-map): Remove duplicated one.
9014         (gnus-next-page-map): Don't set keymap parent.
9015         (gnus-mime-security-button-map): Ditto.
9016
9017         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
9018         version number.
9019
9020         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
9021
9022 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * canlock.el (canlock-sha1-function): Remove.
9025         (canlock-sha1-function-for-verify): Remove.
9026         (canlock-openssl-program): Remove.
9027         (canlock-openssl-args): Remove.
9028         (canlock-ignore-errors): Remove.
9029         (canlock-sha1-with-openssl): Remove.
9030         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
9031         (canlock-verify): Don't use canlock-ignore-errors.
9032
9033         * sha1-el.el (sha1-string-external): Make it can return a string
9034         in binary form.
9035         (sha1-region-external): Ditto.
9036         (sha1-string-internal): Ditto.
9037         (sha1-region-internal): Ditto.
9038         (sha1-region): Ditto.
9039         (sha1-string): Ditto.
9040         (sha1): Ditto.
9041
9042 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9043
9044         * spam.el (spam-report-articles-gmane): New command.
9045
9046 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * gnus.el: Don't make unnecessary *Group* buffer when loading.
9049
9050         * run-at-time.el (run-at-time-saved): Remove.
9051         (run-at-time): Doc fix.
9052
9053 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9054
9055         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
9056         (gnus-summary-limit-map): Add it.
9057         (gnus-summary-make-menu-bar): do.
9058
9059 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
9060
9061         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
9062         first attempt at some caching support (done for BBDB only now)
9063         (spam-find-spam): set spam-cache-lookups if there are more than 2
9064         addresses to be checked
9065         (spam-clear-cache-BBDB): new function, to be invoked by
9066         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
9067         (spam-check-BBDB): check and use the caches, if
9068         spam-cache-lookups is on
9069         remove superfluous (provide)
9070
9071 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9072
9073         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
9074
9075 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
9076
9077         * run-at-time.el (run-at-time-saved): Move to after the definition
9078         of `run-at-time'.
9079
9080         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
9081
9082 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
9085         mm-w3m-local-map-property.
9086
9087         * mm-view.el (mm-w3m-mode-map): Remove.
9088         (mm-w3m-local-map-property): Remove.
9089         (mm-inline-text-html-render-with-w3m): Don't use
9090         mm-w3m-local-map-property.
9091
9092 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9093
9094         * run-at-time.el: New file.
9095
9096         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
9097         under Emacs.
9098
9099         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
9100         of gnus-set-text-properties.
9101
9102         * gnus-uu.el (gnus-uu-save-article): Ditto.
9103
9104         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
9105
9106         * gnus-cite.el (gnus-cite-parse): Ditto.
9107
9108         * gnus-art.el (gnus-button-push): Use set-text-properties instead
9109         of gnus-.
9110
9111         * gnus-xmas.el (run-at-time): Require run-at-time.
9112
9113         * gnus.el: Changed calls to nnheader-run-at-time and
9114         password-run-at-time throughout to use run-at-time directly.
9115
9116         * password.el: Removed definition of run-at-time.
9117
9118         * nnheaderxm.el: Remove definition of run-at-time.
9119
9120 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
9121
9122         * mml.el (mml-minibuffer-read-disposition): Show attachment type
9123         in prompt.
9124
9125 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9126
9127         * messagexmas.el (message-xmas-redefine): Alias
9128         `message-make-caesar-translation-table' to
9129         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
9130         version.
9131
9132         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
9133         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
9134         `gnus-xmas-set-text-properties'.
9135         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
9136         `gnus-xmas-completing-read'.
9137         (gnus-xmas-completing-read): Removed.
9138         (gnus-xmas-open-network-stream): Removed.
9139
9140         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
9141         XEmacs version.
9142
9143         * dns.el (dns-make-network-process): Use `open-network-stream'
9144         instead of `gnus-xmas-open-network-stream'.
9145
9146         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
9147
9148         * .cvsignore: Add auto-autoloads.el, custom-load.el.
9149
9150 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9151
9152         * gnus-art.el (gnus-mime-display-alternative)
9153         (gnus-insert-mime-button, gnus-insert-mime-security-button)
9154         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
9155         Don't use gnus-local-map-property.
9156
9157         * gnus-util.el (gnus-local-map-property): Remove.
9158
9159         * mm-view.el (mm-view-pkcs7-decrypt): Replace
9160         gnus-completing-read-maybe-default with completing-read.
9161
9162         * gnus-util.el (gnus-completing-read): do.
9163         (gnus-completing-read-maybe-default): Remove.
9164
9165 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9166
9167         * password.el: Only autoload `run-at-time' if not XEmacs.
9168         Only autoload the itimer functions if XEmacs.
9169
9170 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
9173         XEmacsen.
9174
9175         * dgnushack.el: Autoload executable-find for XEmacs.
9176
9177 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9178
9179         * gnus-art.el (gnus-read-string): Remove.
9180         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
9181         read-string.
9182
9183 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
9184
9185         * netrc.el: autoload password-read
9186         (netrc): new configuration group
9187         (netrc-encoding-method, netrc-openssl-path): configuration
9188         variables for encoding and decoding of files with symmetric
9189         ciphers
9190         (netrc-encode): assistant function to encode a file with
9191         netrc-encoding-method
9192         (netrc-parse): added interactive parameter, added optional
9193         decoding if netrc-encoding-method is non-nil but otherwise
9194         behavior is standard
9195         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
9196         s/encode/encrypt/ everywhere
9197
9198         * spam.el: remove executable-find autoload
9199
9200 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9201
9202         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
9203
9204         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
9205
9206 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9207
9208         * gnus-art.el (gnus-treat-ansi-sequences,
9209         article-treat-ansi-sequences): New variable and function.
9210         Suggested by Dan Jacobson <jidanni@jidanni.org>.
9211
9212         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9213         Use it.
9214
9215 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9216
9217         * mm-util.el (mm-quote-arg): Remove.
9218
9219         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
9220         shell-quote-argument.
9221
9222         * gnus-uu.el (gnus-uu-command): do.
9223
9224         * gnus-sum.el (gnus-summary-insert-pseudos): do.
9225
9226         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
9227         with make-char.
9228
9229         * mm-util.el (mm-make-char): Remove.
9230
9231         * mml.el (mml-mode): Replace gnus-add-minor-mode with
9232         add-minor-mode.
9233
9234         * gnus-undo.el (gnus-undo-mode): do.
9235
9236         * gnus-topic.el (gnus-topic-mode): do.
9237
9238         * gnus-sum.el (gnus-dead-summary-mode): do.
9239
9240         * gnus-start.el (gnus-slave-mode): do.
9241
9242         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
9243
9244         * gnus-ml.el (gnus-mailing-list-mode): do.
9245
9246         * gnus-gl.el (gnus-grouplens-mode): do.
9247
9248         * gnus-draft.el (gnus-draft-mode): do.
9249
9250         * gnus-dired.el (gnus-dired-mode): do.
9251
9252         * gnus-ems.el (gnus-add-minor-mode): Remove.
9253
9254         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9255         Replace gnus-char-width with char-width.
9256
9257         * gnus-ems.el (gnus-char-width): Remove.
9258
9259         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9260         Replace gnus-char-width with char-width.
9261
9262         * gnus-ems.el (gnus-char-width): Remove.
9263
9264         * spam-stat.el (with-syntax-table): Remove with-syntax-table
9265         definition.
9266         Remove Emacs 20 hash table compatibility code.
9267
9268         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
9269         20 compatibility code.
9270
9271         * spam.el (spam-point-at-eol): Replace with point-at-eol.
9272
9273         * smime.el (smime-point-at-eol): Replace with point-at-eol.
9274
9275         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
9276         with point-at-{eol,bol}.
9277
9278         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
9279
9280         * imap.el (imap-point-at-eol): Replace with point-at-eol.
9281
9282         * flow-fill.el (fill-flowed-point-at-bol,
9283         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
9284
9285         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
9286         Replace with point-at-{eol,bol} throughout all files.
9287
9288 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * ntlm.el (ntlm-string-as-unibyte): New macro.
9291         (ntlm-build-auth-response): Use it.
9292
9293         Remove Emacs 20 stuff:
9294         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
9295         (butlast, mapc, remove): Remove the compiler macros.
9296         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
9297         of delq and copy-sequence.
9298         * gnus-art.el (popup-menu): Remove the compiler macro.
9299         * nnmail.el (nnmail-split-fancy): Don't support customizing with
9300         Emacs 20.
9301
9302 2004-01-05  Simon Josefsson  <jas@extundo.com>
9303
9304         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
9305         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
9306         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
9307         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
9308         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
9309         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
9310         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
9311         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
9312         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
9313         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
9314         ntlm-string-permute, string-lshift into ntlm-string-lshift,
9315         string-xor into ntlm-string-xor.  Suggested by
9316         Jesper Harder <harder@myrealbox.com>.
9317
9318         * ntlm.el: Don't include poem.
9319
9320         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
9321         Jesper Harder <harder@myrealbox.com>.
9322
9323         * sasl-ntlm.el, ntlm.el, md4.el: New files.
9324
9325         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
9326         probably breaks emacs with DL patch, but do we care? Is anyone
9327         still using the DL stuff?)
9328
9329         * sieve-manage.el: Use the password package.
9330         (sieve-manage-read-passwd): Remove.
9331         (sieve-manage-interactive-login): Use password.  Re-add
9332         condition-case around loop.
9333
9334         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
9335         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
9336         the password package.
9337
9338 2003-02-19  Simon Josefsson  <jas@extundo.com>
9339
9340         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
9341         token.
9342
9343 2002-08-07  Simon Josefsson  <jas@extundo.com>
9344
9345         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
9346         (sieve-manage-authenticators):
9347         (sieve-manage-authenticator-alist): Add some SASL mechs.
9348         (sieve-sasl-auth): New function.
9349         (sieve-manage-cram-md5-auth):
9350         (sieve-manage-plain-auth): Rewrite using SASL library.
9351         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
9352         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
9353         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
9354         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
9355
9356 2004-01-05  Simon Josefsson  <jas@extundo.com>
9357
9358         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
9359         New files.
9360
9361 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9362
9363         * gnus-group.el (gnus-no-groups-message): Update.
9364
9365         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
9366
9367 2003-11-09  Simon Josefsson  <jas@extundo.com>
9368
9369         * imap.el: Support for ID IMAP extension (RFC 2971).
9370         (imap-local-variables): Add imap-id.
9371         (imap-id): New variable.
9372         (imap-id): New function.
9373         (imap-parse-response): Parse untagged ID response.
9374         * nnimap.el (nnimap-id): New variable.
9375         (nnimap-open-connection): Use it.
9376
9377 2003-12-28  Simon Josefsson  <jas@extundo.com>
9378
9379         * gnus-score.el (gnus-score-edit-all-score): New.
9380         * gnus-group.el (gnus-group-score-map): Bind it to W e.
9381
9382 2004-01-04  Simon Josefsson  <jas@extundo.com>
9383
9384         * password.el: Add.
9385
9386 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
9387
9388         * dns.el: Add support for AAAA records (see RFC 3596)
9389
9390         * Fix typo PRT -> PTR
9391
9392         * Parse MX, PTR and SOA replies (see RFC 1035)
9393
9394 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9395
9396         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
9397
9398         * Moved to Changelog.2.
9399
9400 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9401
9402         * gnus.el (gnus-version-number): Bump version.
9403
9404 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9405
9406         * gnus.el: No Gnus v0.1 is released.
9407
9408 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9409
9410         * gnus.el: No Gnus v0.0 is released.
9411
9412 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9413
9414         * gnus.el (gnus-version-number): Bump.
9415         (gnus-version): No.
9416
9417 See ChangeLog.2 for earlier changes.
9418
9419     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
9420   Copying and distribution of this file, with or without modification,
9421   are permitted provided the copyright notice and this notice are preserved.
9422
9423 ;; Local Variables:
9424 ;; coding: iso-2022-7bit
9425 ;; fill-column: 79
9426 ;; End:
9427
9428 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4